From 328b004e50dad8e2a530d87a0fefe0a872228086 Mon Sep 17 00:00:00 2001 From: qiaozha Date: Thu, 11 Jun 2020 11:02:48 +0800 Subject: [PATCH 1/3] release for mgmt cosmos --- sdk/cosmos/azure-mgmt-cosmosdb/CHANGELOG.md | 42 ++ .../azure/mgmt/cosmosdb/models/__init__.py | 17 +- .../_cosmos_db_management_client_enums.py | 6 + .../azure/mgmt/cosmosdb/models/_models.py | 351 ++++++++++----- .../azure/mgmt/cosmosdb/models/_models_py3.py | 409 ++++++++++++------ .../_cassandra_resources_operations.py | 4 +- .../operations/_collection_operations.py | 4 +- .../_collection_partition_operations.py | 4 +- ..._collection_partition_region_operations.py | 4 +- .../_collection_region_operations.py | 4 +- .../_database_account_region_operations.py | 4 +- .../_database_accounts_operations.py | 4 +- .../operations/_database_operations.py | 4 +- .../_gremlin_resources_operations.py | 4 +- .../_mongo_db_resources_operations.py | 4 +- .../_notebook_workspaces_operations.py | 4 +- .../mgmt/cosmosdb/operations/_operations.py | 4 +- .../_partition_key_range_id_operations.py | 4 +- ...artition_key_range_id_region_operations.py | 4 +- .../operations/_percentile_operations.py | 4 +- .../_percentile_source_target_operations.py | 4 +- .../_percentile_target_operations.py | 4 +- .../operations/_sql_resources_operations.py | 4 +- .../operations/_table_resources_operations.py | 4 +- .../azure/mgmt/cosmosdb/version.py | 2 +- 25 files changed, 622 insertions(+), 281 deletions(-) diff --git a/sdk/cosmos/azure-mgmt-cosmosdb/CHANGELOG.md b/sdk/cosmos/azure-mgmt-cosmosdb/CHANGELOG.md index 72a83db6c81c..50ebb30493d8 100644 --- a/sdk/cosmos/azure-mgmt-cosmosdb/CHANGELOG.md +++ b/sdk/cosmos/azure-mgmt-cosmosdb/CHANGELOG.md @@ -1,5 +1,47 @@ # Release History +## 0.15.0 (2020-06-11) + +**Features** + + - Model CassandraTableResource has a new parameter analytical_storage_ttl + - Model SqlDatabaseGetPropertiesOptions has a new parameter autoscale_settings + - Model GremlinGraphGetPropertiesOptions has a new parameter autoscale_settings + - Model CassandraKeyspaceGetPropertiesOptions has a new parameter autoscale_settings + - Model CassandraTableGetPropertiesResource has a new parameter analytical_storage_ttl + - Model ThroughputSettingsResource has a new parameter autoscale_settings + - Model SqlContainerGetPropertiesOptions has a new parameter autoscale_settings + - Model MongoDBDatabaseGetPropertiesOptions has a new parameter autoscale_settings + - Model DatabaseAccountUpdateParameters has a new parameter enable_free_tier + - Model DatabaseAccountUpdateParameters has a new parameter ip_rules + - Model DatabaseAccountUpdateParameters has a new parameter enable_analytical_storage + - Model DatabaseAccountUpdateParameters has a new parameter api_properties + - Model CassandraTableGetPropertiesOptions has a new parameter autoscale_settings + - Model MongoDBCollectionGetPropertiesResource has a new parameter analytical_storage_ttl + - Model MongoDBCollectionResource has a new parameter analytical_storage_ttl + - Model OptionsResource has a new parameter autoscale_settings + - Model GremlinDatabaseGetPropertiesOptions has a new parameter autoscale_settings + - Model DatabaseAccountGetResults has a new parameter enable_free_tier + - Model DatabaseAccountGetResults has a new parameter ip_rules + - Model DatabaseAccountGetResults has a new parameter enable_analytical_storage + - Model DatabaseAccountGetResults has a new parameter api_properties + - Model DatabaseAccountCreateUpdateParameters has a new parameter enable_free_tier + - Model DatabaseAccountCreateUpdateParameters has a new parameter ip_rules + - Model DatabaseAccountCreateUpdateParameters has a new parameter enable_analytical_storage + - Model DatabaseAccountCreateUpdateParameters has a new parameter api_properties + - Model TableGetPropertiesOptions has a new parameter autoscale_settings + - Model MongoDBCollectionGetPropertiesOptions has a new parameter autoscale_settings + - Model ThroughputSettingsGetPropertiesResource has a new parameter autoscale_settings + +**Breaking changes** + + - Model ThroughputSettingsResource no longer has parameter provisioned_throughput_settings + - Model DatabaseAccountUpdateParameters no longer has parameter ip_range_filter + - Model DatabaseAccountGetResults no longer has parameter ip_range_filter + - Model DatabaseAccountCreateUpdateParameters no longer has parameter ip_range_filter + - Model ThroughputSettingsGetPropertiesResource no longer has parameter provisioned_throughput_settings + - Model CreateUpdateOptions has a new signature + ## 0.14.0 (2020-05-05) **Features** diff --git a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/__init__.py b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/__init__.py index 5753cb99dfef..3908f49c3e84 100644 --- a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/__init__.py +++ b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/__init__.py @@ -12,7 +12,10 @@ try: from ._models_py3 import ARMProxyResource from ._models_py3 import ARMResourceProperties + from ._models_py3 import ApiProperties from ._models_py3 import AutoUpgradePolicyResource + from ._models_py3 import AutoscaleSettings + from ._models_py3 import AutoscaleSettingsResource from ._models_py3 import AzureEntityResource from ._models_py3 import Capability from ._models_py3 import CassandraKeyspaceCreateUpdateParameters @@ -60,6 +63,7 @@ from ._models_py3 import IncludedPath from ._models_py3 import Indexes from ._models_py3 import IndexingPolicy + from ._models_py3 import IpAddressOrRange from ._models_py3 import Location from ._models_py3 import Metric from ._models_py3 import MetricAvailability @@ -93,7 +97,6 @@ from ._models_py3 import PrivateEndpointProperty from ._models_py3 import PrivateLinkResource from ._models_py3 import PrivateLinkServiceConnectionStateProperty - from ._models_py3 import ProvisionedThroughputSettingsResource from ._models_py3 import ProxyResource from ._models_py3 import RegionForOnlineOffline from ._models_py3 import Resource @@ -138,7 +141,10 @@ except (SyntaxError, ImportError): from ._models import ARMProxyResource from ._models import ARMResourceProperties + from ._models import ApiProperties from ._models import AutoUpgradePolicyResource + from ._models import AutoscaleSettings + from ._models import AutoscaleSettingsResource from ._models import AzureEntityResource from ._models import Capability from ._models import CassandraKeyspaceCreateUpdateParameters @@ -186,6 +192,7 @@ from ._models import IncludedPath from ._models import Indexes from ._models import IndexingPolicy + from ._models import IpAddressOrRange from ._models import Location from ._models import Metric from ._models import MetricAvailability @@ -219,7 +226,6 @@ from ._models import PrivateEndpointProperty from ._models import PrivateLinkResource from ._models import PrivateLinkServiceConnectionStateProperty - from ._models import ProvisionedThroughputSettingsResource from ._models import ProxyResource from ._models import RegionForOnlineOffline from ._models import Resource @@ -290,6 +296,7 @@ DefaultConsistencyLevel, ConnectorOffer, PublicNetworkAccess, + ServerVersion, IndexingMode, DataType, IndexKind, @@ -307,7 +314,10 @@ __all__ = [ 'ARMProxyResource', 'ARMResourceProperties', + 'ApiProperties', 'AutoUpgradePolicyResource', + 'AutoscaleSettings', + 'AutoscaleSettingsResource', 'AzureEntityResource', 'Capability', 'CassandraKeyspaceCreateUpdateParameters', @@ -355,6 +365,7 @@ 'IncludedPath', 'Indexes', 'IndexingPolicy', + 'IpAddressOrRange', 'Location', 'Metric', 'MetricAvailability', @@ -388,7 +399,6 @@ 'PrivateEndpointProperty', 'PrivateLinkResource', 'PrivateLinkServiceConnectionStateProperty', - 'ProvisionedThroughputSettingsResource', 'ProxyResource', 'RegionForOnlineOffline', 'Resource', @@ -458,6 +468,7 @@ 'DefaultConsistencyLevel', 'ConnectorOffer', 'PublicNetworkAccess', + 'ServerVersion', 'IndexingMode', 'DataType', 'IndexKind', diff --git a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/_cosmos_db_management_client_enums.py b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/_cosmos_db_management_client_enums.py index 79f465a82de8..03f302a4a3ff 100644 --- a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/_cosmos_db_management_client_enums.py +++ b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/_cosmos_db_management_client_enums.py @@ -44,6 +44,12 @@ class PublicNetworkAccess(str, Enum): disabled = "Disabled" +class ServerVersion(str, Enum): + + three_full_stop_two = "3.2" + three_full_stop_six = "3.6" + + class IndexingMode(str, Enum): consistent = "Consistent" diff --git a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/_models.py b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/_models.py index 068688ffe78e..6937c2ee55d5 100644 --- a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/_models.py +++ b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/_models.py @@ -89,6 +89,23 @@ def __init__(self, **kwargs): self.tags = kwargs.get('tags', None) +class ApiProperties(Model): + """ApiProperties. + + :param server_version: Describes the ServerVersion of an a MongoDB + account. Possible values include: '3.2', '3.6' + :type server_version: str or ~azure.mgmt.cosmosdb.models.ServerVersion + """ + + _attribute_map = { + 'server_version': {'key': 'serverVersion', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(ApiProperties, self).__init__(**kwargs) + self.server_version = kwargs.get('server_version', None) + + class AutoUpgradePolicyResource(Model): """Cosmos DB resource auto-upgrade policy. @@ -107,6 +124,60 @@ def __init__(self, **kwargs): self.throughput_policy = kwargs.get('throughput_policy', None) +class AutoscaleSettings(Model): + """AutoscaleSettings. + + :param max_throughput: Represents maximum throughput, the resource can + scale up to. + :type max_throughput: int + """ + + _attribute_map = { + 'max_throughput': {'key': 'maxThroughput', 'type': 'int'}, + } + + def __init__(self, **kwargs): + super(AutoscaleSettings, self).__init__(**kwargs) + self.max_throughput = kwargs.get('max_throughput', None) + + +class AutoscaleSettingsResource(Model): + """Cosmos DB provisioned throughput settings object. + + Variables are only populated by the server, and will be ignored when + sending a request. + + All required parameters must be populated in order to send to Azure. + + :param max_throughput: Required. Represents maximum throughput container + can scale up to. + :type max_throughput: int + :param auto_upgrade_policy: Cosmos DB resource auto-upgrade policy + :type auto_upgrade_policy: + ~azure.mgmt.cosmosdb.models.AutoUpgradePolicyResource + :ivar target_max_throughput: Represents target maximum throughput + container can scale up to once offer is no longer in pending state. + :vartype target_max_throughput: int + """ + + _validation = { + 'max_throughput': {'required': True}, + 'target_max_throughput': {'readonly': True}, + } + + _attribute_map = { + 'max_throughput': {'key': 'maxThroughput', 'type': 'int'}, + 'auto_upgrade_policy': {'key': 'autoUpgradePolicy', 'type': 'AutoUpgradePolicyResource'}, + 'target_max_throughput': {'key': 'targetMaxThroughput', 'type': 'int'}, + } + + def __init__(self, **kwargs): + super(AutoscaleSettingsResource, self).__init__(**kwargs) + self.max_throughput = kwargs.get('max_throughput', None) + self.auto_upgrade_policy = kwargs.get('auto_upgrade_policy', None) + self.target_max_throughput = None + + class Resource(Model): """Resource. @@ -252,30 +323,39 @@ def __init__(self, **kwargs): class OptionsResource(Model): """Cosmos DB options resource object. - :param throughput: Value of the Cosmos DB resource throughput. Use the - ThroughputSetting resource when retrieving offer details. + :param throughput: Value of the Cosmos DB resource throughput or + autoscaleSettings. Use the ThroughputSetting resource when retrieving + offer details. :type throughput: int + :param autoscale_settings: Specifies the Autoscale settings. + :type autoscale_settings: ~azure.mgmt.cosmosdb.models.AutoscaleSettings """ _attribute_map = { 'throughput': {'key': 'throughput', 'type': 'int'}, + 'autoscale_settings': {'key': 'autoscaleSettings', 'type': 'AutoscaleSettings'}, } def __init__(self, **kwargs): super(OptionsResource, self).__init__(**kwargs) self.throughput = kwargs.get('throughput', None) + self.autoscale_settings = kwargs.get('autoscale_settings', None) class CassandraKeyspaceGetPropertiesOptions(OptionsResource): """CassandraKeyspaceGetPropertiesOptions. - :param throughput: Value of the Cosmos DB resource throughput. Use the - ThroughputSetting resource when retrieving offer details. + :param throughput: Value of the Cosmos DB resource throughput or + autoscaleSettings. Use the ThroughputSetting resource when retrieving + offer details. :type throughput: int + :param autoscale_settings: Specifies the Autoscale settings. + :type autoscale_settings: ~azure.mgmt.cosmosdb.models.AutoscaleSettings """ _attribute_map = { 'throughput': {'key': 'throughput', 'type': 'int'}, + 'autoscale_settings': {'key': 'autoscaleSettings', 'type': 'AutoscaleSettings'}, } def __init__(self, **kwargs): @@ -487,13 +567,17 @@ def __init__(self, **kwargs): class CassandraTableGetPropertiesOptions(OptionsResource): """CassandraTableGetPropertiesOptions. - :param throughput: Value of the Cosmos DB resource throughput. Use the - ThroughputSetting resource when retrieving offer details. + :param throughput: Value of the Cosmos DB resource throughput or + autoscaleSettings. Use the ThroughputSetting resource when retrieving + offer details. :type throughput: int + :param autoscale_settings: Specifies the Autoscale settings. + :type autoscale_settings: ~azure.mgmt.cosmosdb.models.AutoscaleSettings """ _attribute_map = { 'throughput': {'key': 'throughput', 'type': 'int'}, + 'autoscale_settings': {'key': 'autoscaleSettings', 'type': 'AutoscaleSettings'}, } def __init__(self, **kwargs): @@ -514,6 +598,8 @@ class CassandraTableGetPropertiesResource(Model): :type default_ttl: int :param schema: Schema of the Cosmos DB Cassandra table :type schema: ~azure.mgmt.cosmosdb.models.CassandraSchema + :param analytical_storage_ttl: Analytical TTL. + :type analytical_storage_ttl: int :ivar _rid: A system generated property. A unique identifier. :vartype _rid: str :ivar _ts: A system generated property that denotes the last updated @@ -535,6 +621,7 @@ class CassandraTableGetPropertiesResource(Model): 'id': {'key': 'id', 'type': 'str'}, 'default_ttl': {'key': 'defaultTtl', 'type': 'int'}, 'schema': {'key': 'schema', 'type': 'CassandraSchema'}, + 'analytical_storage_ttl': {'key': 'analyticalStorageTtl', 'type': 'int'}, '_rid': {'key': '_rid', 'type': 'str'}, '_ts': {'key': '_ts', 'type': 'object'}, '_etag': {'key': '_etag', 'type': 'str'}, @@ -545,6 +632,7 @@ def __init__(self, **kwargs): self.id = kwargs.get('id', None) self.default_ttl = kwargs.get('default_ttl', None) self.schema = kwargs.get('schema', None) + self.analytical_storage_ttl = kwargs.get('analytical_storage_ttl', None) self._rid = None self._ts = None self._etag = None @@ -608,6 +696,8 @@ class CassandraTableResource(Model): :type default_ttl: int :param schema: Schema of the Cosmos DB Cassandra table :type schema: ~azure.mgmt.cosmosdb.models.CassandraSchema + :param analytical_storage_ttl: Analytical TTL. + :type analytical_storage_ttl: int """ _validation = { @@ -618,6 +708,7 @@ class CassandraTableResource(Model): 'id': {'key': 'id', 'type': 'str'}, 'default_ttl': {'key': 'defaultTtl', 'type': 'int'}, 'schema': {'key': 'schema', 'type': 'CassandraSchema'}, + 'analytical_storage_ttl': {'key': 'analyticalStorageTtl', 'type': 'int'}, } def __init__(self, **kwargs): @@ -625,6 +716,7 @@ def __init__(self, **kwargs): self.id = kwargs.get('id', None) self.default_ttl = kwargs.get('default_ttl', None) self.schema = kwargs.get('schema', None) + self.analytical_storage_ttl = kwargs.get('analytical_storage_ttl', None) class CloudError(Model): @@ -803,23 +895,22 @@ class CreateUpdateOptions(Model): resource. Supported keys are "If-Match", "If-None-Match", "Session-Token" and "Throughput". - :param additional_properties: Unmatched properties from the message are - deserialized this collection - :type additional_properties: dict[str, str] :param throughput: Request Units per second. For example, "throughput": - "10000". - :type throughput: str + 10000. + :type throughput: int + :param autoscale_settings: Specifies the Autoscale settings. + :type autoscale_settings: ~azure.mgmt.cosmosdb.models.AutoscaleSettings """ _attribute_map = { - 'additional_properties': {'key': '', 'type': '{str}'}, - 'throughput': {'key': 'throughput', 'type': 'str'}, + 'throughput': {'key': 'throughput', 'type': 'int'}, + 'autoscale_settings': {'key': 'autoscaleSettings', 'type': 'AutoscaleSettings'}, } def __init__(self, **kwargs): super(CreateUpdateOptions, self).__init__(**kwargs) - self.additional_properties = kwargs.get('additional_properties', None) self.throughput = kwargs.get('throughput', None) + self.autoscale_settings = kwargs.get('autoscale_settings', None) class DatabaseAccountConnectionString(Model): @@ -882,11 +973,8 @@ class DatabaseAccountCreateUpdateParameters(ARMResourceProperties): :ivar database_account_offer_type: Required. The offer type for the database. Default value: "Standard" . :vartype database_account_offer_type: str - :param ip_range_filter: Cosmos DB Firewall Support: This value specifies - the set of IP addresses or IP address ranges in CIDR form to be included - as the allowed list of client IPs for a given database account. IP - addresses/ranges must be comma separated and must not contain any spaces. - :type ip_range_filter: str + :param ip_rules: List of IpRules. + :type ip_rules: list[~azure.mgmt.cosmosdb.models.IpAddressOrRange] :param is_virtual_network_filter_enabled: Flag to indicate whether to enable/disable Virtual Network ACL rules. :type is_virtual_network_filter_enabled: bool @@ -919,6 +1007,14 @@ class DatabaseAccountCreateUpdateParameters(ARMResourceProperties): allowed. Possible values include: 'Enabled', 'Disabled' :type public_network_access: str or ~azure.mgmt.cosmosdb.models.PublicNetworkAccess + :param enable_free_tier: Flag to indicate whether Free Tier is enabled. + :type enable_free_tier: bool + :param api_properties: API specific properties. Currently, supported only + for MongoDB API. + :type api_properties: ~azure.mgmt.cosmosdb.models.ApiProperties + :param enable_analytical_storage: Flag to indicate whether to enable + storage analytics. + :type enable_analytical_storage: bool """ _validation = { @@ -939,7 +1035,7 @@ class DatabaseAccountCreateUpdateParameters(ARMResourceProperties): 'consistency_policy': {'key': 'properties.consistencyPolicy', 'type': 'ConsistencyPolicy'}, 'locations': {'key': 'properties.locations', 'type': '[Location]'}, 'database_account_offer_type': {'key': 'properties.databaseAccountOfferType', 'type': 'str'}, - 'ip_range_filter': {'key': 'properties.ipRangeFilter', 'type': 'str'}, + 'ip_rules': {'key': 'properties.ipRules', 'type': '[IpAddressOrRange]'}, 'is_virtual_network_filter_enabled': {'key': 'properties.isVirtualNetworkFilterEnabled', 'type': 'bool'}, 'enable_automatic_failover': {'key': 'properties.enableAutomaticFailover', 'type': 'bool'}, 'capabilities': {'key': 'properties.capabilities', 'type': '[Capability]'}, @@ -950,6 +1046,9 @@ class DatabaseAccountCreateUpdateParameters(ARMResourceProperties): 'disable_key_based_metadata_write_access': {'key': 'properties.disableKeyBasedMetadataWriteAccess', 'type': 'bool'}, 'key_vault_key_uri': {'key': 'properties.keyVaultKeyUri', 'type': 'str'}, 'public_network_access': {'key': 'properties.publicNetworkAccess', 'type': 'str'}, + 'enable_free_tier': {'key': 'properties.enableFreeTier', 'type': 'bool'}, + 'api_properties': {'key': 'properties.apiProperties', 'type': 'ApiProperties'}, + 'enable_analytical_storage': {'key': 'properties.enableAnalyticalStorage', 'type': 'bool'}, } database_account_offer_type = "Standard" @@ -959,7 +1058,7 @@ def __init__(self, **kwargs): self.kind = kwargs.get('kind', "GlobalDocumentDB") self.consistency_policy = kwargs.get('consistency_policy', None) self.locations = kwargs.get('locations', None) - self.ip_range_filter = kwargs.get('ip_range_filter', None) + self.ip_rules = kwargs.get('ip_rules', None) self.is_virtual_network_filter_enabled = kwargs.get('is_virtual_network_filter_enabled', None) self.enable_automatic_failover = kwargs.get('enable_automatic_failover', None) self.capabilities = kwargs.get('capabilities', None) @@ -970,6 +1069,9 @@ def __init__(self, **kwargs): self.disable_key_based_metadata_write_access = kwargs.get('disable_key_based_metadata_write_access', None) self.key_vault_key_uri = kwargs.get('key_vault_key_uri', None) self.public_network_access = kwargs.get('public_network_access', None) + self.enable_free_tier = kwargs.get('enable_free_tier', None) + self.api_properties = kwargs.get('api_properties', None) + self.enable_analytical_storage = kwargs.get('enable_analytical_storage', None) class DatabaseAccountGetResults(ARMResourceProperties): @@ -1003,11 +1105,8 @@ class DatabaseAccountGetResults(ARMResourceProperties): 'Standard' :vartype database_account_offer_type: str or ~azure.mgmt.cosmosdb.models.DatabaseAccountOfferType - :param ip_range_filter: Cosmos DB Firewall Support: This value specifies - the set of IP addresses or IP address ranges in CIDR form to be included - as the allowed list of client IPs for a given database account. IP - addresses/ranges must be comma separated and must not contain any spaces. - :type ip_range_filter: str + :param ip_rules: List of IpRules. + :type ip_rules: list[~azure.mgmt.cosmosdb.models.IpAddressOrRange] :param is_virtual_network_filter_enabled: Flag to indicate whether to enable/disable Virtual Network ACL rules. :type is_virtual_network_filter_enabled: bool @@ -1060,6 +1159,13 @@ class DatabaseAccountGetResults(ARMResourceProperties): allowed. Possible values include: 'Enabled', 'Disabled' :type public_network_access: str or ~azure.mgmt.cosmosdb.models.PublicNetworkAccess + :param enable_free_tier: Flag to indicate whether Free Tier is enabled. + :type enable_free_tier: bool + :param api_properties: API specific properties. + :type api_properties: ~azure.mgmt.cosmosdb.models.ApiProperties + :param enable_analytical_storage: Flag to indicate whether to enable + storage analytics. + :type enable_analytical_storage: bool """ _validation = { @@ -1085,7 +1191,7 @@ class DatabaseAccountGetResults(ARMResourceProperties): 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, 'document_endpoint': {'key': 'properties.documentEndpoint', 'type': 'str'}, 'database_account_offer_type': {'key': 'properties.databaseAccountOfferType', 'type': 'DatabaseAccountOfferType'}, - 'ip_range_filter': {'key': 'properties.ipRangeFilter', 'type': 'str'}, + 'ip_rules': {'key': 'properties.ipRules', 'type': '[IpAddressOrRange]'}, 'is_virtual_network_filter_enabled': {'key': 'properties.isVirtualNetworkFilterEnabled', 'type': 'bool'}, 'enable_automatic_failover': {'key': 'properties.enableAutomaticFailover', 'type': 'bool'}, 'consistency_policy': {'key': 'properties.consistencyPolicy', 'type': 'ConsistencyPolicy'}, @@ -1102,6 +1208,9 @@ class DatabaseAccountGetResults(ARMResourceProperties): 'disable_key_based_metadata_write_access': {'key': 'properties.disableKeyBasedMetadataWriteAccess', 'type': 'bool'}, 'key_vault_key_uri': {'key': 'properties.keyVaultKeyUri', 'type': 'str'}, 'public_network_access': {'key': 'properties.publicNetworkAccess', 'type': 'str'}, + 'enable_free_tier': {'key': 'properties.enableFreeTier', 'type': 'bool'}, + 'api_properties': {'key': 'properties.apiProperties', 'type': 'ApiProperties'}, + 'enable_analytical_storage': {'key': 'properties.enableAnalyticalStorage', 'type': 'bool'}, } def __init__(self, **kwargs): @@ -1110,7 +1219,7 @@ def __init__(self, **kwargs): self.provisioning_state = kwargs.get('provisioning_state', None) self.document_endpoint = None self.database_account_offer_type = None - self.ip_range_filter = kwargs.get('ip_range_filter', None) + self.ip_rules = kwargs.get('ip_rules', None) self.is_virtual_network_filter_enabled = kwargs.get('is_virtual_network_filter_enabled', None) self.enable_automatic_failover = kwargs.get('enable_automatic_failover', None) self.consistency_policy = kwargs.get('consistency_policy', None) @@ -1127,6 +1236,9 @@ def __init__(self, **kwargs): self.disable_key_based_metadata_write_access = kwargs.get('disable_key_based_metadata_write_access', None) self.key_vault_key_uri = kwargs.get('key_vault_key_uri', None) self.public_network_access = kwargs.get('public_network_access', None) + self.enable_free_tier = kwargs.get('enable_free_tier', None) + self.api_properties = kwargs.get('api_properties', None) + self.enable_analytical_storage = kwargs.get('enable_analytical_storage', None) class DatabaseAccountListConnectionStringsResult(Model): @@ -1254,11 +1366,8 @@ class DatabaseAccountUpdateParameters(Model): :param locations: An array that contains the georeplication locations enabled for the Cosmos DB account. :type locations: list[~azure.mgmt.cosmosdb.models.Location] - :param ip_range_filter: Cosmos DB Firewall Support: This value specifies - the set of IP addresses or IP address ranges in CIDR form to be included - as the allowed list of client IPs for a given database account. IP - addresses/ranges must be comma separated and must not contain any spaces. - :type ip_range_filter: str + :param ip_rules: List of IpRules. + :type ip_rules: list[~azure.mgmt.cosmosdb.models.IpAddressOrRange] :param is_virtual_network_filter_enabled: Flag to indicate whether to enable/disable Virtual Network ACL rules. :type is_virtual_network_filter_enabled: bool @@ -1291,6 +1400,14 @@ class DatabaseAccountUpdateParameters(Model): allowed. Possible values include: 'Enabled', 'Disabled' :type public_network_access: str or ~azure.mgmt.cosmosdb.models.PublicNetworkAccess + :param enable_free_tier: Flag to indicate whether Free Tier is enabled. + :type enable_free_tier: bool + :param api_properties: API specific properties. Currently, supported only + for MongoDB API. + :type api_properties: ~azure.mgmt.cosmosdb.models.ApiProperties + :param enable_analytical_storage: Flag to indicate whether to enable + storage analytics. + :type enable_analytical_storage: bool """ _attribute_map = { @@ -1298,7 +1415,7 @@ class DatabaseAccountUpdateParameters(Model): 'location': {'key': 'location', 'type': 'str'}, 'consistency_policy': {'key': 'properties.consistencyPolicy', 'type': 'ConsistencyPolicy'}, 'locations': {'key': 'properties.locations', 'type': '[Location]'}, - 'ip_range_filter': {'key': 'properties.ipRangeFilter', 'type': 'str'}, + 'ip_rules': {'key': 'properties.ipRules', 'type': '[IpAddressOrRange]'}, 'is_virtual_network_filter_enabled': {'key': 'properties.isVirtualNetworkFilterEnabled', 'type': 'bool'}, 'enable_automatic_failover': {'key': 'properties.enableAutomaticFailover', 'type': 'bool'}, 'capabilities': {'key': 'properties.capabilities', 'type': '[Capability]'}, @@ -1309,6 +1426,9 @@ class DatabaseAccountUpdateParameters(Model): 'disable_key_based_metadata_write_access': {'key': 'properties.disableKeyBasedMetadataWriteAccess', 'type': 'bool'}, 'key_vault_key_uri': {'key': 'properties.keyVaultKeyUri', 'type': 'str'}, 'public_network_access': {'key': 'properties.publicNetworkAccess', 'type': 'str'}, + 'enable_free_tier': {'key': 'properties.enableFreeTier', 'type': 'bool'}, + 'api_properties': {'key': 'properties.apiProperties', 'type': 'ApiProperties'}, + 'enable_analytical_storage': {'key': 'properties.enableAnalyticalStorage', 'type': 'bool'}, } def __init__(self, **kwargs): @@ -1317,7 +1437,7 @@ def __init__(self, **kwargs): self.location = kwargs.get('location', None) self.consistency_policy = kwargs.get('consistency_policy', None) self.locations = kwargs.get('locations', None) - self.ip_range_filter = kwargs.get('ip_range_filter', None) + self.ip_rules = kwargs.get('ip_rules', None) self.is_virtual_network_filter_enabled = kwargs.get('is_virtual_network_filter_enabled', None) self.enable_automatic_failover = kwargs.get('enable_automatic_failover', None) self.capabilities = kwargs.get('capabilities', None) @@ -1328,6 +1448,9 @@ def __init__(self, **kwargs): self.disable_key_based_metadata_write_access = kwargs.get('disable_key_based_metadata_write_access', None) self.key_vault_key_uri = kwargs.get('key_vault_key_uri', None) self.public_network_access = kwargs.get('public_network_access', None) + self.enable_free_tier = kwargs.get('enable_free_tier', None) + self.api_properties = kwargs.get('api_properties', None) + self.enable_analytical_storage = kwargs.get('enable_analytical_storage', None) class ErrorResponse(Model): @@ -1527,13 +1650,17 @@ def __init__(self, **kwargs): class GremlinDatabaseGetPropertiesOptions(OptionsResource): """GremlinDatabaseGetPropertiesOptions. - :param throughput: Value of the Cosmos DB resource throughput. Use the - ThroughputSetting resource when retrieving offer details. + :param throughput: Value of the Cosmos DB resource throughput or + autoscaleSettings. Use the ThroughputSetting resource when retrieving + offer details. :type throughput: int + :param autoscale_settings: Specifies the Autoscale settings. + :type autoscale_settings: ~azure.mgmt.cosmosdb.models.AutoscaleSettings """ _attribute_map = { 'throughput': {'key': 'throughput', 'type': 'int'}, + 'autoscale_settings': {'key': 'autoscaleSettings', 'type': 'AutoscaleSettings'}, } def __init__(self, **kwargs): @@ -1704,13 +1831,17 @@ def __init__(self, **kwargs): class GremlinGraphGetPropertiesOptions(OptionsResource): """GremlinGraphGetPropertiesOptions. - :param throughput: Value of the Cosmos DB resource throughput. Use the - ThroughputSetting resource when retrieving offer details. + :param throughput: Value of the Cosmos DB resource throughput or + autoscaleSettings. Use the ThroughputSetting resource when retrieving + offer details. :type throughput: int + :param autoscale_settings: Specifies the Autoscale settings. + :type autoscale_settings: ~azure.mgmt.cosmosdb.models.AutoscaleSettings """ _attribute_map = { 'throughput': {'key': 'throughput', 'type': 'int'}, + 'autoscale_settings': {'key': 'autoscaleSettings', 'type': 'AutoscaleSettings'}, } def __init__(self, **kwargs): @@ -1966,6 +2097,27 @@ def __init__(self, **kwargs): self.spatial_indexes = kwargs.get('spatial_indexes', None) +class IpAddressOrRange(Model): + """IpAddressOrRange object. + + :param ip_address_or_range: 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”. + :type ip_address_or_range: str + """ + + _attribute_map = { + 'ip_address_or_range': {'key': 'ipAddressOrRange', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(IpAddressOrRange, self).__init__(**kwargs) + self.ip_address_or_range = kwargs.get('ip_address_or_range', None) + + class Location(Model): """A region in which the Azure Cosmos DB database account is deployed. @@ -2277,13 +2429,17 @@ def __init__(self, **kwargs): class MongoDBCollectionGetPropertiesOptions(OptionsResource): """MongoDBCollectionGetPropertiesOptions. - :param throughput: Value of the Cosmos DB resource throughput. Use the - ThroughputSetting resource when retrieving offer details. + :param throughput: Value of the Cosmos DB resource throughput or + autoscaleSettings. Use the ThroughputSetting resource when retrieving + offer details. :type throughput: int + :param autoscale_settings: Specifies the Autoscale settings. + :type autoscale_settings: ~azure.mgmt.cosmosdb.models.AutoscaleSettings """ _attribute_map = { 'throughput': {'key': 'throughput', 'type': 'int'}, + 'autoscale_settings': {'key': 'autoscaleSettings', 'type': 'AutoscaleSettings'}, } def __init__(self, **kwargs): @@ -2305,6 +2461,8 @@ class MongoDBCollectionGetPropertiesResource(Model): :type shard_key: dict[str, str] :param indexes: List of index keys :type indexes: list[~azure.mgmt.cosmosdb.models.MongoIndex] + :param analytical_storage_ttl: Analytical TTL. + :type analytical_storage_ttl: int :ivar _rid: A system generated property. A unique identifier. :vartype _rid: str :ivar _ts: A system generated property that denotes the last updated @@ -2326,6 +2484,7 @@ class MongoDBCollectionGetPropertiesResource(Model): 'id': {'key': 'id', 'type': 'str'}, 'shard_key': {'key': 'shardKey', 'type': '{str}'}, 'indexes': {'key': 'indexes', 'type': '[MongoIndex]'}, + 'analytical_storage_ttl': {'key': 'analyticalStorageTtl', 'type': 'int'}, '_rid': {'key': '_rid', 'type': 'str'}, '_ts': {'key': '_ts', 'type': 'object'}, '_etag': {'key': '_etag', 'type': 'str'}, @@ -2336,6 +2495,7 @@ def __init__(self, **kwargs): self.id = kwargs.get('id', None) self.shard_key = kwargs.get('shard_key', None) self.indexes = kwargs.get('indexes', None) + self.analytical_storage_ttl = kwargs.get('analytical_storage_ttl', None) self._rid = None self._ts = None self._etag = None @@ -2400,6 +2560,8 @@ class MongoDBCollectionResource(Model): :type shard_key: dict[str, str] :param indexes: List of index keys :type indexes: list[~azure.mgmt.cosmosdb.models.MongoIndex] + :param analytical_storage_ttl: Analytical TTL. + :type analytical_storage_ttl: int """ _validation = { @@ -2410,6 +2572,7 @@ class MongoDBCollectionResource(Model): 'id': {'key': 'id', 'type': 'str'}, 'shard_key': {'key': 'shardKey', 'type': '{str}'}, 'indexes': {'key': 'indexes', 'type': '[MongoIndex]'}, + 'analytical_storage_ttl': {'key': 'analyticalStorageTtl', 'type': 'int'}, } def __init__(self, **kwargs): @@ -2417,6 +2580,7 @@ def __init__(self, **kwargs): self.id = kwargs.get('id', None) self.shard_key = kwargs.get('shard_key', None) self.indexes = kwargs.get('indexes', None) + self.analytical_storage_ttl = kwargs.get('analytical_storage_ttl', None) class MongoDBDatabaseCreateUpdateParameters(ARMResourceProperties): @@ -2472,13 +2636,17 @@ def __init__(self, **kwargs): class MongoDBDatabaseGetPropertiesOptions(OptionsResource): """MongoDBDatabaseGetPropertiesOptions. - :param throughput: Value of the Cosmos DB resource throughput. Use the - ThroughputSetting resource when retrieving offer details. + :param throughput: Value of the Cosmos DB resource throughput or + autoscaleSettings. Use the ThroughputSetting resource when retrieving + offer details. :type throughput: int + :param autoscale_settings: Specifies the Autoscale settings. + :type autoscale_settings: ~azure.mgmt.cosmosdb.models.AutoscaleSettings """ _attribute_map = { 'throughput': {'key': 'throughput', 'type': 'int'}, + 'autoscale_settings': {'key': 'autoscaleSettings', 'type': 'AutoscaleSettings'}, } def __init__(self, **kwargs): @@ -3259,43 +3427,6 @@ def __init__(self, **kwargs): self.description = kwargs.get('description', None) -class ProvisionedThroughputSettingsResource(Model): - """Cosmos DB provisioned throughput settings object. - - Variables are only populated by the server, and will be ignored when - sending a request. - - All required parameters must be populated in order to send to Azure. - - :param max_throughput: Required. Represents maximum throughput container - can scale up to. - :type max_throughput: int - :param auto_upgrade_policy: Cosmos DB resource auto-upgrade policy - :type auto_upgrade_policy: - ~azure.mgmt.cosmosdb.models.AutoUpgradePolicyResource - :ivar target_max_throughput: Represents target maximum throughput - container can scale up to once offer is no longer in pending state. - :vartype target_max_throughput: int - """ - - _validation = { - 'max_throughput': {'required': True}, - 'target_max_throughput': {'readonly': True}, - } - - _attribute_map = { - 'max_throughput': {'key': 'maxThroughput', 'type': 'int'}, - 'auto_upgrade_policy': {'key': 'autoUpgradePolicy', 'type': 'AutoUpgradePolicyResource'}, - 'target_max_throughput': {'key': 'targetMaxThroughput', 'type': 'int'}, - } - - def __init__(self, **kwargs): - super(ProvisionedThroughputSettingsResource, self).__init__(**kwargs) - self.max_throughput = kwargs.get('max_throughput', None) - self.auto_upgrade_policy = kwargs.get('auto_upgrade_policy', None) - self.target_max_throughput = None - - class RegionForOnlineOffline(Model): """Cosmos DB region to online or offline. @@ -3393,13 +3524,17 @@ def __init__(self, **kwargs): class SqlContainerGetPropertiesOptions(OptionsResource): """SqlContainerGetPropertiesOptions. - :param throughput: Value of the Cosmos DB resource throughput. Use the - ThroughputSetting resource when retrieving offer details. + :param throughput: Value of the Cosmos DB resource throughput or + autoscaleSettings. Use the ThroughputSetting resource when retrieving + offer details. :type throughput: int + :param autoscale_settings: Specifies the Autoscale settings. + :type autoscale_settings: ~azure.mgmt.cosmosdb.models.AutoscaleSettings """ _attribute_map = { 'throughput': {'key': 'throughput', 'type': 'int'}, + 'autoscale_settings': {'key': 'autoscaleSettings', 'type': 'AutoscaleSettings'}, } def __init__(self, **kwargs): @@ -3624,13 +3759,17 @@ def __init__(self, **kwargs): class SqlDatabaseGetPropertiesOptions(OptionsResource): """SqlDatabaseGetPropertiesOptions. - :param throughput: Value of the Cosmos DB resource throughput. Use the - ThroughputSetting resource when retrieving offer details. + :param throughput: Value of the Cosmos DB resource throughput or + autoscaleSettings. Use the ThroughputSetting resource when retrieving + offer details. :type throughput: int + :param autoscale_settings: Specifies the Autoscale settings. + :type autoscale_settings: ~azure.mgmt.cosmosdb.models.AutoscaleSettings """ _attribute_map = { 'throughput': {'key': 'throughput', 'type': 'int'}, + 'autoscale_settings': {'key': 'autoscaleSettings', 'type': 'AutoscaleSettings'}, } def __init__(self, **kwargs): @@ -4325,13 +4464,17 @@ def __init__(self, **kwargs): class TableGetPropertiesOptions(OptionsResource): """TableGetPropertiesOptions. - :param throughput: Value of the Cosmos DB resource throughput. Use the - ThroughputSetting resource when retrieving offer details. + :param throughput: Value of the Cosmos DB resource throughput or + autoscaleSettings. Use the ThroughputSetting resource when retrieving + offer details. :type throughput: int + :param autoscale_settings: Specifies the Autoscale settings. + :type autoscale_settings: ~azure.mgmt.cosmosdb.models.AutoscaleSettings """ _attribute_map = { 'throughput': {'key': 'throughput', 'type': 'int'}, + 'autoscale_settings': {'key': 'autoscaleSettings', 'type': 'AutoscaleSettings'}, } def __init__(self, **kwargs): @@ -4476,14 +4619,13 @@ class ThroughputSettingsGetPropertiesResource(Model): sending a request. :param throughput: Value of the Cosmos DB resource throughput. Either - throughput is required or provisionedThroughputSettings is required, but - not both. + throughput is required or autoscaleSettings is required, but not both. :type throughput: int - :param provisioned_throughput_settings: Cosmos DB resource for provisioned - throughput settings. Either throughput is required or - provisionedThroughputSettings is required, but not both. - :type provisioned_throughput_settings: - ~azure.mgmt.cosmosdb.models.ProvisionedThroughputSettingsResource + :param autoscale_settings: Cosmos DB resource for autoscale settings. + Either throughput is required or autoscaleSettings is required, but not + both. + :type autoscale_settings: + ~azure.mgmt.cosmosdb.models.AutoscaleSettingsResource :ivar minimum_throughput: The minimum throughput of the resource :vartype minimum_throughput: str :ivar offer_replace_pending: The throughput replace is pending @@ -4508,7 +4650,7 @@ class ThroughputSettingsGetPropertiesResource(Model): _attribute_map = { 'throughput': {'key': 'throughput', 'type': 'int'}, - 'provisioned_throughput_settings': {'key': 'provisionedThroughputSettings', 'type': 'ProvisionedThroughputSettingsResource'}, + 'autoscale_settings': {'key': 'autoscaleSettings', 'type': 'AutoscaleSettingsResource'}, 'minimum_throughput': {'key': 'minimumThroughput', 'type': 'str'}, 'offer_replace_pending': {'key': 'offerReplacePending', 'type': 'str'}, '_rid': {'key': '_rid', 'type': 'str'}, @@ -4519,7 +4661,7 @@ class ThroughputSettingsGetPropertiesResource(Model): def __init__(self, **kwargs): super(ThroughputSettingsGetPropertiesResource, self).__init__(**kwargs) self.throughput = kwargs.get('throughput', None) - self.provisioned_throughput_settings = kwargs.get('provisioned_throughput_settings', None) + self.autoscale_settings = kwargs.get('autoscale_settings', None) self.minimum_throughput = None self.offer_replace_pending = None self._rid = None @@ -4571,20 +4713,19 @@ def __init__(self, **kwargs): class ThroughputSettingsResource(Model): """Cosmos DB resource throughput object. Either throughput is required or - provisionedThroughputSettings is required, but not both. + autoscaleSettings is required, but not both. Variables are only populated by the server, and will be ignored when sending a request. :param throughput: Value of the Cosmos DB resource throughput. Either - throughput is required or provisionedThroughputSettings is required, but - not both. + throughput is required or autoscaleSettings is required, but not both. :type throughput: int - :param provisioned_throughput_settings: Cosmos DB resource for provisioned - throughput settings. Either throughput is required or - provisionedThroughputSettings is required, but not both. - :type provisioned_throughput_settings: - ~azure.mgmt.cosmosdb.models.ProvisionedThroughputSettingsResource + :param autoscale_settings: Cosmos DB resource for autoscale settings. + Either throughput is required or autoscaleSettings is required, but not + both. + :type autoscale_settings: + ~azure.mgmt.cosmosdb.models.AutoscaleSettingsResource :ivar minimum_throughput: The minimum throughput of the resource :vartype minimum_throughput: str :ivar offer_replace_pending: The throughput replace is pending @@ -4598,7 +4739,7 @@ class ThroughputSettingsResource(Model): _attribute_map = { 'throughput': {'key': 'throughput', 'type': 'int'}, - 'provisioned_throughput_settings': {'key': 'provisionedThroughputSettings', 'type': 'ProvisionedThroughputSettingsResource'}, + 'autoscale_settings': {'key': 'autoscaleSettings', 'type': 'AutoscaleSettingsResource'}, 'minimum_throughput': {'key': 'minimumThroughput', 'type': 'str'}, 'offer_replace_pending': {'key': 'offerReplacePending', 'type': 'str'}, } @@ -4606,7 +4747,7 @@ class ThroughputSettingsResource(Model): def __init__(self, **kwargs): super(ThroughputSettingsResource, self).__init__(**kwargs) self.throughput = kwargs.get('throughput', None) - self.provisioned_throughput_settings = kwargs.get('provisioned_throughput_settings', None) + self.autoscale_settings = kwargs.get('autoscale_settings', None) self.minimum_throughput = None self.offer_replace_pending = None diff --git a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/_models_py3.py b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/_models_py3.py index cff96588906c..d5beebef9fec 100644 --- a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/_models_py3.py +++ b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/_models_py3.py @@ -89,6 +89,23 @@ def __init__(self, *, location: str=None, tags=None, **kwargs) -> None: self.tags = tags +class ApiProperties(Model): + """ApiProperties. + + :param server_version: Describes the ServerVersion of an a MongoDB + account. Possible values include: '3.2', '3.6' + :type server_version: str or ~azure.mgmt.cosmosdb.models.ServerVersion + """ + + _attribute_map = { + 'server_version': {'key': 'serverVersion', 'type': 'str'}, + } + + def __init__(self, *, server_version=None, **kwargs) -> None: + super(ApiProperties, self).__init__(**kwargs) + self.server_version = server_version + + class AutoUpgradePolicyResource(Model): """Cosmos DB resource auto-upgrade policy. @@ -107,6 +124,60 @@ def __init__(self, *, throughput_policy=None, **kwargs) -> None: self.throughput_policy = throughput_policy +class AutoscaleSettings(Model): + """AutoscaleSettings. + + :param max_throughput: Represents maximum throughput, the resource can + scale up to. + :type max_throughput: int + """ + + _attribute_map = { + 'max_throughput': {'key': 'maxThroughput', 'type': 'int'}, + } + + def __init__(self, *, max_throughput: int=None, **kwargs) -> None: + super(AutoscaleSettings, self).__init__(**kwargs) + self.max_throughput = max_throughput + + +class AutoscaleSettingsResource(Model): + """Cosmos DB provisioned throughput settings object. + + Variables are only populated by the server, and will be ignored when + sending a request. + + All required parameters must be populated in order to send to Azure. + + :param max_throughput: Required. Represents maximum throughput container + can scale up to. + :type max_throughput: int + :param auto_upgrade_policy: Cosmos DB resource auto-upgrade policy + :type auto_upgrade_policy: + ~azure.mgmt.cosmosdb.models.AutoUpgradePolicyResource + :ivar target_max_throughput: Represents target maximum throughput + container can scale up to once offer is no longer in pending state. + :vartype target_max_throughput: int + """ + + _validation = { + 'max_throughput': {'required': True}, + 'target_max_throughput': {'readonly': True}, + } + + _attribute_map = { + 'max_throughput': {'key': 'maxThroughput', 'type': 'int'}, + 'auto_upgrade_policy': {'key': 'autoUpgradePolicy', 'type': 'AutoUpgradePolicyResource'}, + 'target_max_throughput': {'key': 'targetMaxThroughput', 'type': 'int'}, + } + + def __init__(self, *, max_throughput: int, auto_upgrade_policy=None, **kwargs) -> None: + super(AutoscaleSettingsResource, self).__init__(**kwargs) + self.max_throughput = max_throughput + self.auto_upgrade_policy = auto_upgrade_policy + self.target_max_throughput = None + + class Resource(Model): """Resource. @@ -252,34 +323,43 @@ def __init__(self, *, resource, options, location: str=None, tags=None, **kwargs class OptionsResource(Model): """Cosmos DB options resource object. - :param throughput: Value of the Cosmos DB resource throughput. Use the - ThroughputSetting resource when retrieving offer details. + :param throughput: Value of the Cosmos DB resource throughput or + autoscaleSettings. Use the ThroughputSetting resource when retrieving + offer details. :type throughput: int + :param autoscale_settings: Specifies the Autoscale settings. + :type autoscale_settings: ~azure.mgmt.cosmosdb.models.AutoscaleSettings """ _attribute_map = { 'throughput': {'key': 'throughput', 'type': 'int'}, + 'autoscale_settings': {'key': 'autoscaleSettings', 'type': 'AutoscaleSettings'}, } - def __init__(self, *, throughput: int=None, **kwargs) -> None: + def __init__(self, *, throughput: int=None, autoscale_settings=None, **kwargs) -> None: super(OptionsResource, self).__init__(**kwargs) self.throughput = throughput + self.autoscale_settings = autoscale_settings class CassandraKeyspaceGetPropertiesOptions(OptionsResource): """CassandraKeyspaceGetPropertiesOptions. - :param throughput: Value of the Cosmos DB resource throughput. Use the - ThroughputSetting resource when retrieving offer details. + :param throughput: Value of the Cosmos DB resource throughput or + autoscaleSettings. Use the ThroughputSetting resource when retrieving + offer details. :type throughput: int + :param autoscale_settings: Specifies the Autoscale settings. + :type autoscale_settings: ~azure.mgmt.cosmosdb.models.AutoscaleSettings """ _attribute_map = { 'throughput': {'key': 'throughput', 'type': 'int'}, + 'autoscale_settings': {'key': 'autoscaleSettings', 'type': 'AutoscaleSettings'}, } - def __init__(self, *, throughput: int=None, **kwargs) -> None: - super(CassandraKeyspaceGetPropertiesOptions, self).__init__(throughput=throughput, **kwargs) + def __init__(self, *, throughput: int=None, autoscale_settings=None, **kwargs) -> None: + super(CassandraKeyspaceGetPropertiesOptions, self).__init__(throughput=throughput, autoscale_settings=autoscale_settings, **kwargs) class CassandraKeyspaceGetPropertiesResource(Model): @@ -487,17 +567,21 @@ def __init__(self, *, resource, options, location: str=None, tags=None, **kwargs class CassandraTableGetPropertiesOptions(OptionsResource): """CassandraTableGetPropertiesOptions. - :param throughput: Value of the Cosmos DB resource throughput. Use the - ThroughputSetting resource when retrieving offer details. + :param throughput: Value of the Cosmos DB resource throughput or + autoscaleSettings. Use the ThroughputSetting resource when retrieving + offer details. :type throughput: int + :param autoscale_settings: Specifies the Autoscale settings. + :type autoscale_settings: ~azure.mgmt.cosmosdb.models.AutoscaleSettings """ _attribute_map = { 'throughput': {'key': 'throughput', 'type': 'int'}, + 'autoscale_settings': {'key': 'autoscaleSettings', 'type': 'AutoscaleSettings'}, } - def __init__(self, *, throughput: int=None, **kwargs) -> None: - super(CassandraTableGetPropertiesOptions, self).__init__(throughput=throughput, **kwargs) + def __init__(self, *, throughput: int=None, autoscale_settings=None, **kwargs) -> None: + super(CassandraTableGetPropertiesOptions, self).__init__(throughput=throughput, autoscale_settings=autoscale_settings, **kwargs) class CassandraTableGetPropertiesResource(Model): @@ -514,6 +598,8 @@ class CassandraTableGetPropertiesResource(Model): :type default_ttl: int :param schema: Schema of the Cosmos DB Cassandra table :type schema: ~azure.mgmt.cosmosdb.models.CassandraSchema + :param analytical_storage_ttl: Analytical TTL. + :type analytical_storage_ttl: int :ivar _rid: A system generated property. A unique identifier. :vartype _rid: str :ivar _ts: A system generated property that denotes the last updated @@ -535,16 +621,18 @@ class CassandraTableGetPropertiesResource(Model): 'id': {'key': 'id', 'type': 'str'}, 'default_ttl': {'key': 'defaultTtl', 'type': 'int'}, 'schema': {'key': 'schema', 'type': 'CassandraSchema'}, + 'analytical_storage_ttl': {'key': 'analyticalStorageTtl', 'type': 'int'}, '_rid': {'key': '_rid', 'type': 'str'}, '_ts': {'key': '_ts', 'type': 'object'}, '_etag': {'key': '_etag', 'type': 'str'}, } - def __init__(self, *, id: str, default_ttl: int=None, schema=None, **kwargs) -> None: + def __init__(self, *, id: str, default_ttl: int=None, schema=None, analytical_storage_ttl: int=None, **kwargs) -> None: super(CassandraTableGetPropertiesResource, self).__init__(**kwargs) self.id = id self.default_ttl = default_ttl self.schema = schema + self.analytical_storage_ttl = analytical_storage_ttl self._rid = None self._ts = None self._etag = None @@ -608,6 +696,8 @@ class CassandraTableResource(Model): :type default_ttl: int :param schema: Schema of the Cosmos DB Cassandra table :type schema: ~azure.mgmt.cosmosdb.models.CassandraSchema + :param analytical_storage_ttl: Analytical TTL. + :type analytical_storage_ttl: int """ _validation = { @@ -618,13 +708,15 @@ class CassandraTableResource(Model): 'id': {'key': 'id', 'type': 'str'}, 'default_ttl': {'key': 'defaultTtl', 'type': 'int'}, 'schema': {'key': 'schema', 'type': 'CassandraSchema'}, + 'analytical_storage_ttl': {'key': 'analyticalStorageTtl', 'type': 'int'}, } - def __init__(self, *, id: str, default_ttl: int=None, schema=None, **kwargs) -> None: + def __init__(self, *, id: str, default_ttl: int=None, schema=None, analytical_storage_ttl: int=None, **kwargs) -> None: super(CassandraTableResource, self).__init__(**kwargs) self.id = id self.default_ttl = default_ttl self.schema = schema + self.analytical_storage_ttl = analytical_storage_ttl class CloudError(Model): @@ -803,23 +895,22 @@ class CreateUpdateOptions(Model): resource. Supported keys are "If-Match", "If-None-Match", "Session-Token" and "Throughput". - :param additional_properties: Unmatched properties from the message are - deserialized this collection - :type additional_properties: dict[str, str] :param throughput: Request Units per second. For example, "throughput": - "10000". - :type throughput: str + 10000. + :type throughput: int + :param autoscale_settings: Specifies the Autoscale settings. + :type autoscale_settings: ~azure.mgmt.cosmosdb.models.AutoscaleSettings """ _attribute_map = { - 'additional_properties': {'key': '', 'type': '{str}'}, - 'throughput': {'key': 'throughput', 'type': 'str'}, + 'throughput': {'key': 'throughput', 'type': 'int'}, + 'autoscale_settings': {'key': 'autoscaleSettings', 'type': 'AutoscaleSettings'}, } - def __init__(self, *, additional_properties=None, throughput: str=None, **kwargs) -> None: + def __init__(self, *, throughput: int=None, autoscale_settings=None, **kwargs) -> None: super(CreateUpdateOptions, self).__init__(**kwargs) - self.additional_properties = additional_properties self.throughput = throughput + self.autoscale_settings = autoscale_settings class DatabaseAccountConnectionString(Model): @@ -882,11 +973,8 @@ class DatabaseAccountCreateUpdateParameters(ARMResourceProperties): :ivar database_account_offer_type: Required. The offer type for the database. Default value: "Standard" . :vartype database_account_offer_type: str - :param ip_range_filter: Cosmos DB Firewall Support: This value specifies - the set of IP addresses or IP address ranges in CIDR form to be included - as the allowed list of client IPs for a given database account. IP - addresses/ranges must be comma separated and must not contain any spaces. - :type ip_range_filter: str + :param ip_rules: List of IpRules. + :type ip_rules: list[~azure.mgmt.cosmosdb.models.IpAddressOrRange] :param is_virtual_network_filter_enabled: Flag to indicate whether to enable/disable Virtual Network ACL rules. :type is_virtual_network_filter_enabled: bool @@ -919,6 +1007,14 @@ class DatabaseAccountCreateUpdateParameters(ARMResourceProperties): allowed. Possible values include: 'Enabled', 'Disabled' :type public_network_access: str or ~azure.mgmt.cosmosdb.models.PublicNetworkAccess + :param enable_free_tier: Flag to indicate whether Free Tier is enabled. + :type enable_free_tier: bool + :param api_properties: API specific properties. Currently, supported only + for MongoDB API. + :type api_properties: ~azure.mgmt.cosmosdb.models.ApiProperties + :param enable_analytical_storage: Flag to indicate whether to enable + storage analytics. + :type enable_analytical_storage: bool """ _validation = { @@ -939,7 +1035,7 @@ class DatabaseAccountCreateUpdateParameters(ARMResourceProperties): 'consistency_policy': {'key': 'properties.consistencyPolicy', 'type': 'ConsistencyPolicy'}, 'locations': {'key': 'properties.locations', 'type': '[Location]'}, 'database_account_offer_type': {'key': 'properties.databaseAccountOfferType', 'type': 'str'}, - 'ip_range_filter': {'key': 'properties.ipRangeFilter', 'type': 'str'}, + 'ip_rules': {'key': 'properties.ipRules', 'type': '[IpAddressOrRange]'}, 'is_virtual_network_filter_enabled': {'key': 'properties.isVirtualNetworkFilterEnabled', 'type': 'bool'}, 'enable_automatic_failover': {'key': 'properties.enableAutomaticFailover', 'type': 'bool'}, 'capabilities': {'key': 'properties.capabilities', 'type': '[Capability]'}, @@ -950,16 +1046,19 @@ class DatabaseAccountCreateUpdateParameters(ARMResourceProperties): 'disable_key_based_metadata_write_access': {'key': 'properties.disableKeyBasedMetadataWriteAccess', 'type': 'bool'}, 'key_vault_key_uri': {'key': 'properties.keyVaultKeyUri', 'type': 'str'}, 'public_network_access': {'key': 'properties.publicNetworkAccess', 'type': 'str'}, + 'enable_free_tier': {'key': 'properties.enableFreeTier', 'type': 'bool'}, + 'api_properties': {'key': 'properties.apiProperties', 'type': 'ApiProperties'}, + 'enable_analytical_storage': {'key': 'properties.enableAnalyticalStorage', 'type': 'bool'}, } database_account_offer_type = "Standard" - def __init__(self, *, locations, location: str=None, tags=None, kind="GlobalDocumentDB", consistency_policy=None, ip_range_filter: str=None, is_virtual_network_filter_enabled: bool=None, enable_automatic_failover: bool=None, capabilities=None, virtual_network_rules=None, enable_multiple_write_locations: bool=None, enable_cassandra_connector: bool=None, connector_offer=None, disable_key_based_metadata_write_access: bool=None, key_vault_key_uri: str=None, public_network_access=None, **kwargs) -> None: + def __init__(self, *, locations, location: str=None, tags=None, kind="GlobalDocumentDB", consistency_policy=None, ip_rules=None, is_virtual_network_filter_enabled: bool=None, enable_automatic_failover: bool=None, capabilities=None, virtual_network_rules=None, enable_multiple_write_locations: bool=None, enable_cassandra_connector: bool=None, connector_offer=None, disable_key_based_metadata_write_access: bool=None, key_vault_key_uri: str=None, public_network_access=None, enable_free_tier: bool=None, api_properties=None, enable_analytical_storage: bool=None, **kwargs) -> None: super(DatabaseAccountCreateUpdateParameters, self).__init__(location=location, tags=tags, **kwargs) self.kind = kind self.consistency_policy = consistency_policy self.locations = locations - self.ip_range_filter = ip_range_filter + self.ip_rules = ip_rules self.is_virtual_network_filter_enabled = is_virtual_network_filter_enabled self.enable_automatic_failover = enable_automatic_failover self.capabilities = capabilities @@ -970,6 +1069,9 @@ def __init__(self, *, locations, location: str=None, tags=None, kind="GlobalDocu self.disable_key_based_metadata_write_access = disable_key_based_metadata_write_access self.key_vault_key_uri = key_vault_key_uri self.public_network_access = public_network_access + self.enable_free_tier = enable_free_tier + self.api_properties = api_properties + self.enable_analytical_storage = enable_analytical_storage class DatabaseAccountGetResults(ARMResourceProperties): @@ -1003,11 +1105,8 @@ class DatabaseAccountGetResults(ARMResourceProperties): 'Standard' :vartype database_account_offer_type: str or ~azure.mgmt.cosmosdb.models.DatabaseAccountOfferType - :param ip_range_filter: Cosmos DB Firewall Support: This value specifies - the set of IP addresses or IP address ranges in CIDR form to be included - as the allowed list of client IPs for a given database account. IP - addresses/ranges must be comma separated and must not contain any spaces. - :type ip_range_filter: str + :param ip_rules: List of IpRules. + :type ip_rules: list[~azure.mgmt.cosmosdb.models.IpAddressOrRange] :param is_virtual_network_filter_enabled: Flag to indicate whether to enable/disable Virtual Network ACL rules. :type is_virtual_network_filter_enabled: bool @@ -1060,6 +1159,13 @@ class DatabaseAccountGetResults(ARMResourceProperties): allowed. Possible values include: 'Enabled', 'Disabled' :type public_network_access: str or ~azure.mgmt.cosmosdb.models.PublicNetworkAccess + :param enable_free_tier: Flag to indicate whether Free Tier is enabled. + :type enable_free_tier: bool + :param api_properties: API specific properties. + :type api_properties: ~azure.mgmt.cosmosdb.models.ApiProperties + :param enable_analytical_storage: Flag to indicate whether to enable + storage analytics. + :type enable_analytical_storage: bool """ _validation = { @@ -1085,7 +1191,7 @@ class DatabaseAccountGetResults(ARMResourceProperties): 'provisioning_state': {'key': 'properties.provisioningState', 'type': 'str'}, 'document_endpoint': {'key': 'properties.documentEndpoint', 'type': 'str'}, 'database_account_offer_type': {'key': 'properties.databaseAccountOfferType', 'type': 'DatabaseAccountOfferType'}, - 'ip_range_filter': {'key': 'properties.ipRangeFilter', 'type': 'str'}, + 'ip_rules': {'key': 'properties.ipRules', 'type': '[IpAddressOrRange]'}, 'is_virtual_network_filter_enabled': {'key': 'properties.isVirtualNetworkFilterEnabled', 'type': 'bool'}, 'enable_automatic_failover': {'key': 'properties.enableAutomaticFailover', 'type': 'bool'}, 'consistency_policy': {'key': 'properties.consistencyPolicy', 'type': 'ConsistencyPolicy'}, @@ -1102,15 +1208,18 @@ class DatabaseAccountGetResults(ARMResourceProperties): 'disable_key_based_metadata_write_access': {'key': 'properties.disableKeyBasedMetadataWriteAccess', 'type': 'bool'}, 'key_vault_key_uri': {'key': 'properties.keyVaultKeyUri', 'type': 'str'}, 'public_network_access': {'key': 'properties.publicNetworkAccess', 'type': 'str'}, + 'enable_free_tier': {'key': 'properties.enableFreeTier', 'type': 'bool'}, + 'api_properties': {'key': 'properties.apiProperties', 'type': 'ApiProperties'}, + 'enable_analytical_storage': {'key': 'properties.enableAnalyticalStorage', 'type': 'bool'}, } - def __init__(self, *, location: str=None, tags=None, kind="GlobalDocumentDB", provisioning_state: str=None, ip_range_filter: str=None, is_virtual_network_filter_enabled: bool=None, enable_automatic_failover: bool=None, consistency_policy=None, capabilities=None, virtual_network_rules=None, enable_multiple_write_locations: bool=None, enable_cassandra_connector: bool=None, connector_offer=None, disable_key_based_metadata_write_access: bool=None, key_vault_key_uri: str=None, public_network_access=None, **kwargs) -> None: + def __init__(self, *, location: str=None, tags=None, kind="GlobalDocumentDB", provisioning_state: str=None, ip_rules=None, is_virtual_network_filter_enabled: bool=None, enable_automatic_failover: bool=None, consistency_policy=None, capabilities=None, virtual_network_rules=None, enable_multiple_write_locations: bool=None, enable_cassandra_connector: bool=None, connector_offer=None, disable_key_based_metadata_write_access: bool=None, key_vault_key_uri: str=None, public_network_access=None, enable_free_tier: bool=None, api_properties=None, enable_analytical_storage: bool=None, **kwargs) -> None: super(DatabaseAccountGetResults, self).__init__(location=location, tags=tags, **kwargs) self.kind = kind self.provisioning_state = provisioning_state self.document_endpoint = None self.database_account_offer_type = None - self.ip_range_filter = ip_range_filter + self.ip_rules = ip_rules self.is_virtual_network_filter_enabled = is_virtual_network_filter_enabled self.enable_automatic_failover = enable_automatic_failover self.consistency_policy = consistency_policy @@ -1127,6 +1236,9 @@ def __init__(self, *, location: str=None, tags=None, kind="GlobalDocumentDB", pr self.disable_key_based_metadata_write_access = disable_key_based_metadata_write_access self.key_vault_key_uri = key_vault_key_uri self.public_network_access = public_network_access + self.enable_free_tier = enable_free_tier + self.api_properties = api_properties + self.enable_analytical_storage = enable_analytical_storage class DatabaseAccountListConnectionStringsResult(Model): @@ -1254,11 +1366,8 @@ class DatabaseAccountUpdateParameters(Model): :param locations: An array that contains the georeplication locations enabled for the Cosmos DB account. :type locations: list[~azure.mgmt.cosmosdb.models.Location] - :param ip_range_filter: Cosmos DB Firewall Support: This value specifies - the set of IP addresses or IP address ranges in CIDR form to be included - as the allowed list of client IPs for a given database account. IP - addresses/ranges must be comma separated and must not contain any spaces. - :type ip_range_filter: str + :param ip_rules: List of IpRules. + :type ip_rules: list[~azure.mgmt.cosmosdb.models.IpAddressOrRange] :param is_virtual_network_filter_enabled: Flag to indicate whether to enable/disable Virtual Network ACL rules. :type is_virtual_network_filter_enabled: bool @@ -1291,6 +1400,14 @@ class DatabaseAccountUpdateParameters(Model): allowed. Possible values include: 'Enabled', 'Disabled' :type public_network_access: str or ~azure.mgmt.cosmosdb.models.PublicNetworkAccess + :param enable_free_tier: Flag to indicate whether Free Tier is enabled. + :type enable_free_tier: bool + :param api_properties: API specific properties. Currently, supported only + for MongoDB API. + :type api_properties: ~azure.mgmt.cosmosdb.models.ApiProperties + :param enable_analytical_storage: Flag to indicate whether to enable + storage analytics. + :type enable_analytical_storage: bool """ _attribute_map = { @@ -1298,7 +1415,7 @@ class DatabaseAccountUpdateParameters(Model): 'location': {'key': 'location', 'type': 'str'}, 'consistency_policy': {'key': 'properties.consistencyPolicy', 'type': 'ConsistencyPolicy'}, 'locations': {'key': 'properties.locations', 'type': '[Location]'}, - 'ip_range_filter': {'key': 'properties.ipRangeFilter', 'type': 'str'}, + 'ip_rules': {'key': 'properties.ipRules', 'type': '[IpAddressOrRange]'}, 'is_virtual_network_filter_enabled': {'key': 'properties.isVirtualNetworkFilterEnabled', 'type': 'bool'}, 'enable_automatic_failover': {'key': 'properties.enableAutomaticFailover', 'type': 'bool'}, 'capabilities': {'key': 'properties.capabilities', 'type': '[Capability]'}, @@ -1309,15 +1426,18 @@ class DatabaseAccountUpdateParameters(Model): 'disable_key_based_metadata_write_access': {'key': 'properties.disableKeyBasedMetadataWriteAccess', 'type': 'bool'}, 'key_vault_key_uri': {'key': 'properties.keyVaultKeyUri', 'type': 'str'}, 'public_network_access': {'key': 'properties.publicNetworkAccess', 'type': 'str'}, + 'enable_free_tier': {'key': 'properties.enableFreeTier', 'type': 'bool'}, + 'api_properties': {'key': 'properties.apiProperties', 'type': 'ApiProperties'}, + 'enable_analytical_storage': {'key': 'properties.enableAnalyticalStorage', 'type': 'bool'}, } - def __init__(self, *, tags=None, location: str=None, consistency_policy=None, locations=None, ip_range_filter: str=None, is_virtual_network_filter_enabled: bool=None, enable_automatic_failover: bool=None, capabilities=None, virtual_network_rules=None, enable_multiple_write_locations: bool=None, enable_cassandra_connector: bool=None, connector_offer=None, disable_key_based_metadata_write_access: bool=None, key_vault_key_uri: str=None, public_network_access=None, **kwargs) -> None: + def __init__(self, *, tags=None, location: str=None, consistency_policy=None, locations=None, ip_rules=None, is_virtual_network_filter_enabled: bool=None, enable_automatic_failover: bool=None, capabilities=None, virtual_network_rules=None, enable_multiple_write_locations: bool=None, enable_cassandra_connector: bool=None, connector_offer=None, disable_key_based_metadata_write_access: bool=None, key_vault_key_uri: str=None, public_network_access=None, enable_free_tier: bool=None, api_properties=None, enable_analytical_storage: bool=None, **kwargs) -> None: super(DatabaseAccountUpdateParameters, self).__init__(**kwargs) self.tags = tags self.location = location self.consistency_policy = consistency_policy self.locations = locations - self.ip_range_filter = ip_range_filter + self.ip_rules = ip_rules self.is_virtual_network_filter_enabled = is_virtual_network_filter_enabled self.enable_automatic_failover = enable_automatic_failover self.capabilities = capabilities @@ -1328,6 +1448,9 @@ def __init__(self, *, tags=None, location: str=None, consistency_policy=None, lo self.disable_key_based_metadata_write_access = disable_key_based_metadata_write_access self.key_vault_key_uri = key_vault_key_uri self.public_network_access = public_network_access + self.enable_free_tier = enable_free_tier + self.api_properties = api_properties + self.enable_analytical_storage = enable_analytical_storage class ErrorResponse(Model): @@ -1527,17 +1650,21 @@ def __init__(self, *, resource, options, location: str=None, tags=None, **kwargs class GremlinDatabaseGetPropertiesOptions(OptionsResource): """GremlinDatabaseGetPropertiesOptions. - :param throughput: Value of the Cosmos DB resource throughput. Use the - ThroughputSetting resource when retrieving offer details. + :param throughput: Value of the Cosmos DB resource throughput or + autoscaleSettings. Use the ThroughputSetting resource when retrieving + offer details. :type throughput: int + :param autoscale_settings: Specifies the Autoscale settings. + :type autoscale_settings: ~azure.mgmt.cosmosdb.models.AutoscaleSettings """ _attribute_map = { 'throughput': {'key': 'throughput', 'type': 'int'}, + 'autoscale_settings': {'key': 'autoscaleSettings', 'type': 'AutoscaleSettings'}, } - def __init__(self, *, throughput: int=None, **kwargs) -> None: - super(GremlinDatabaseGetPropertiesOptions, self).__init__(throughput=throughput, **kwargs) + def __init__(self, *, throughput: int=None, autoscale_settings=None, **kwargs) -> None: + super(GremlinDatabaseGetPropertiesOptions, self).__init__(throughput=throughput, autoscale_settings=autoscale_settings, **kwargs) class GremlinDatabaseGetPropertiesResource(Model): @@ -1704,17 +1831,21 @@ def __init__(self, *, resource, options, location: str=None, tags=None, **kwargs class GremlinGraphGetPropertiesOptions(OptionsResource): """GremlinGraphGetPropertiesOptions. - :param throughput: Value of the Cosmos DB resource throughput. Use the - ThroughputSetting resource when retrieving offer details. + :param throughput: Value of the Cosmos DB resource throughput or + autoscaleSettings. Use the ThroughputSetting resource when retrieving + offer details. :type throughput: int + :param autoscale_settings: Specifies the Autoscale settings. + :type autoscale_settings: ~azure.mgmt.cosmosdb.models.AutoscaleSettings """ _attribute_map = { 'throughput': {'key': 'throughput', 'type': 'int'}, + 'autoscale_settings': {'key': 'autoscaleSettings', 'type': 'AutoscaleSettings'}, } - def __init__(self, *, throughput: int=None, **kwargs) -> None: - super(GremlinGraphGetPropertiesOptions, self).__init__(throughput=throughput, **kwargs) + def __init__(self, *, throughput: int=None, autoscale_settings=None, **kwargs) -> None: + super(GremlinGraphGetPropertiesOptions, self).__init__(throughput=throughput, autoscale_settings=autoscale_settings, **kwargs) class GremlinGraphGetPropertiesResource(Model): @@ -1966,6 +2097,27 @@ def __init__(self, *, automatic: bool=None, indexing_mode="Consistent", included self.spatial_indexes = spatial_indexes +class IpAddressOrRange(Model): + """IpAddressOrRange object. + + :param ip_address_or_range: 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”. + :type ip_address_or_range: str + """ + + _attribute_map = { + 'ip_address_or_range': {'key': 'ipAddressOrRange', 'type': 'str'}, + } + + def __init__(self, *, ip_address_or_range: str=None, **kwargs) -> None: + super(IpAddressOrRange, self).__init__(**kwargs) + self.ip_address_or_range = ip_address_or_range + + class Location(Model): """A region in which the Azure Cosmos DB database account is deployed. @@ -2277,17 +2429,21 @@ def __init__(self, *, resource, options, location: str=None, tags=None, **kwargs class MongoDBCollectionGetPropertiesOptions(OptionsResource): """MongoDBCollectionGetPropertiesOptions. - :param throughput: Value of the Cosmos DB resource throughput. Use the - ThroughputSetting resource when retrieving offer details. + :param throughput: Value of the Cosmos DB resource throughput or + autoscaleSettings. Use the ThroughputSetting resource when retrieving + offer details. :type throughput: int + :param autoscale_settings: Specifies the Autoscale settings. + :type autoscale_settings: ~azure.mgmt.cosmosdb.models.AutoscaleSettings """ _attribute_map = { 'throughput': {'key': 'throughput', 'type': 'int'}, + 'autoscale_settings': {'key': 'autoscaleSettings', 'type': 'AutoscaleSettings'}, } - def __init__(self, *, throughput: int=None, **kwargs) -> None: - super(MongoDBCollectionGetPropertiesOptions, self).__init__(throughput=throughput, **kwargs) + def __init__(self, *, throughput: int=None, autoscale_settings=None, **kwargs) -> None: + super(MongoDBCollectionGetPropertiesOptions, self).__init__(throughput=throughput, autoscale_settings=autoscale_settings, **kwargs) class MongoDBCollectionGetPropertiesResource(Model): @@ -2305,6 +2461,8 @@ class MongoDBCollectionGetPropertiesResource(Model): :type shard_key: dict[str, str] :param indexes: List of index keys :type indexes: list[~azure.mgmt.cosmosdb.models.MongoIndex] + :param analytical_storage_ttl: Analytical TTL. + :type analytical_storage_ttl: int :ivar _rid: A system generated property. A unique identifier. :vartype _rid: str :ivar _ts: A system generated property that denotes the last updated @@ -2326,16 +2484,18 @@ class MongoDBCollectionGetPropertiesResource(Model): 'id': {'key': 'id', 'type': 'str'}, 'shard_key': {'key': 'shardKey', 'type': '{str}'}, 'indexes': {'key': 'indexes', 'type': '[MongoIndex]'}, + 'analytical_storage_ttl': {'key': 'analyticalStorageTtl', 'type': 'int'}, '_rid': {'key': '_rid', 'type': 'str'}, '_ts': {'key': '_ts', 'type': 'object'}, '_etag': {'key': '_etag', 'type': 'str'}, } - def __init__(self, *, id: str, shard_key=None, indexes=None, **kwargs) -> None: + def __init__(self, *, id: str, shard_key=None, indexes=None, analytical_storage_ttl: int=None, **kwargs) -> None: super(MongoDBCollectionGetPropertiesResource, self).__init__(**kwargs) self.id = id self.shard_key = shard_key self.indexes = indexes + self.analytical_storage_ttl = analytical_storage_ttl self._rid = None self._ts = None self._etag = None @@ -2400,6 +2560,8 @@ class MongoDBCollectionResource(Model): :type shard_key: dict[str, str] :param indexes: List of index keys :type indexes: list[~azure.mgmt.cosmosdb.models.MongoIndex] + :param analytical_storage_ttl: Analytical TTL. + :type analytical_storage_ttl: int """ _validation = { @@ -2410,13 +2572,15 @@ class MongoDBCollectionResource(Model): 'id': {'key': 'id', 'type': 'str'}, 'shard_key': {'key': 'shardKey', 'type': '{str}'}, 'indexes': {'key': 'indexes', 'type': '[MongoIndex]'}, + 'analytical_storage_ttl': {'key': 'analyticalStorageTtl', 'type': 'int'}, } - def __init__(self, *, id: str, shard_key=None, indexes=None, **kwargs) -> None: + def __init__(self, *, id: str, shard_key=None, indexes=None, analytical_storage_ttl: int=None, **kwargs) -> None: super(MongoDBCollectionResource, self).__init__(**kwargs) self.id = id self.shard_key = shard_key self.indexes = indexes + self.analytical_storage_ttl = analytical_storage_ttl class MongoDBDatabaseCreateUpdateParameters(ARMResourceProperties): @@ -2472,17 +2636,21 @@ def __init__(self, *, resource, options, location: str=None, tags=None, **kwargs class MongoDBDatabaseGetPropertiesOptions(OptionsResource): """MongoDBDatabaseGetPropertiesOptions. - :param throughput: Value of the Cosmos DB resource throughput. Use the - ThroughputSetting resource when retrieving offer details. + :param throughput: Value of the Cosmos DB resource throughput or + autoscaleSettings. Use the ThroughputSetting resource when retrieving + offer details. :type throughput: int + :param autoscale_settings: Specifies the Autoscale settings. + :type autoscale_settings: ~azure.mgmt.cosmosdb.models.AutoscaleSettings """ _attribute_map = { 'throughput': {'key': 'throughput', 'type': 'int'}, + 'autoscale_settings': {'key': 'autoscaleSettings', 'type': 'AutoscaleSettings'}, } - def __init__(self, *, throughput: int=None, **kwargs) -> None: - super(MongoDBDatabaseGetPropertiesOptions, self).__init__(throughput=throughput, **kwargs) + def __init__(self, *, throughput: int=None, autoscale_settings=None, **kwargs) -> None: + super(MongoDBDatabaseGetPropertiesOptions, self).__init__(throughput=throughput, autoscale_settings=autoscale_settings, **kwargs) class MongoDBDatabaseGetPropertiesResource(Model): @@ -3259,43 +3427,6 @@ def __init__(self, *, status: str=None, description: str=None, **kwargs) -> None self.description = description -class ProvisionedThroughputSettingsResource(Model): - """Cosmos DB provisioned throughput settings object. - - Variables are only populated by the server, and will be ignored when - sending a request. - - All required parameters must be populated in order to send to Azure. - - :param max_throughput: Required. Represents maximum throughput container - can scale up to. - :type max_throughput: int - :param auto_upgrade_policy: Cosmos DB resource auto-upgrade policy - :type auto_upgrade_policy: - ~azure.mgmt.cosmosdb.models.AutoUpgradePolicyResource - :ivar target_max_throughput: Represents target maximum throughput - container can scale up to once offer is no longer in pending state. - :vartype target_max_throughput: int - """ - - _validation = { - 'max_throughput': {'required': True}, - 'target_max_throughput': {'readonly': True}, - } - - _attribute_map = { - 'max_throughput': {'key': 'maxThroughput', 'type': 'int'}, - 'auto_upgrade_policy': {'key': 'autoUpgradePolicy', 'type': 'AutoUpgradePolicyResource'}, - 'target_max_throughput': {'key': 'targetMaxThroughput', 'type': 'int'}, - } - - def __init__(self, *, max_throughput: int, auto_upgrade_policy=None, **kwargs) -> None: - super(ProvisionedThroughputSettingsResource, self).__init__(**kwargs) - self.max_throughput = max_throughput - self.auto_upgrade_policy = auto_upgrade_policy - self.target_max_throughput = None - - class RegionForOnlineOffline(Model): """Cosmos DB region to online or offline. @@ -3393,17 +3524,21 @@ def __init__(self, *, resource, options, location: str=None, tags=None, **kwargs class SqlContainerGetPropertiesOptions(OptionsResource): """SqlContainerGetPropertiesOptions. - :param throughput: Value of the Cosmos DB resource throughput. Use the - ThroughputSetting resource when retrieving offer details. + :param throughput: Value of the Cosmos DB resource throughput or + autoscaleSettings. Use the ThroughputSetting resource when retrieving + offer details. :type throughput: int + :param autoscale_settings: Specifies the Autoscale settings. + :type autoscale_settings: ~azure.mgmt.cosmosdb.models.AutoscaleSettings """ _attribute_map = { 'throughput': {'key': 'throughput', 'type': 'int'}, + 'autoscale_settings': {'key': 'autoscaleSettings', 'type': 'AutoscaleSettings'}, } - def __init__(self, *, throughput: int=None, **kwargs) -> None: - super(SqlContainerGetPropertiesOptions, self).__init__(throughput=throughput, **kwargs) + def __init__(self, *, throughput: int=None, autoscale_settings=None, **kwargs) -> None: + super(SqlContainerGetPropertiesOptions, self).__init__(throughput=throughput, autoscale_settings=autoscale_settings, **kwargs) class SqlContainerGetPropertiesResource(Model): @@ -3624,17 +3759,21 @@ def __init__(self, *, resource, options, location: str=None, tags=None, **kwargs class SqlDatabaseGetPropertiesOptions(OptionsResource): """SqlDatabaseGetPropertiesOptions. - :param throughput: Value of the Cosmos DB resource throughput. Use the - ThroughputSetting resource when retrieving offer details. + :param throughput: Value of the Cosmos DB resource throughput or + autoscaleSettings. Use the ThroughputSetting resource when retrieving + offer details. :type throughput: int + :param autoscale_settings: Specifies the Autoscale settings. + :type autoscale_settings: ~azure.mgmt.cosmosdb.models.AutoscaleSettings """ _attribute_map = { 'throughput': {'key': 'throughput', 'type': 'int'}, + 'autoscale_settings': {'key': 'autoscaleSettings', 'type': 'AutoscaleSettings'}, } - def __init__(self, *, throughput: int=None, **kwargs) -> None: - super(SqlDatabaseGetPropertiesOptions, self).__init__(throughput=throughput, **kwargs) + def __init__(self, *, throughput: int=None, autoscale_settings=None, **kwargs) -> None: + super(SqlDatabaseGetPropertiesOptions, self).__init__(throughput=throughput, autoscale_settings=autoscale_settings, **kwargs) class SqlDatabaseGetPropertiesResource(Model): @@ -4325,17 +4464,21 @@ def __init__(self, *, resource, options, location: str=None, tags=None, **kwargs class TableGetPropertiesOptions(OptionsResource): """TableGetPropertiesOptions. - :param throughput: Value of the Cosmos DB resource throughput. Use the - ThroughputSetting resource when retrieving offer details. + :param throughput: Value of the Cosmos DB resource throughput or + autoscaleSettings. Use the ThroughputSetting resource when retrieving + offer details. :type throughput: int + :param autoscale_settings: Specifies the Autoscale settings. + :type autoscale_settings: ~azure.mgmt.cosmosdb.models.AutoscaleSettings """ _attribute_map = { 'throughput': {'key': 'throughput', 'type': 'int'}, + 'autoscale_settings': {'key': 'autoscaleSettings', 'type': 'AutoscaleSettings'}, } - def __init__(self, *, throughput: int=None, **kwargs) -> None: - super(TableGetPropertiesOptions, self).__init__(throughput=throughput, **kwargs) + def __init__(self, *, throughput: int=None, autoscale_settings=None, **kwargs) -> None: + super(TableGetPropertiesOptions, self).__init__(throughput=throughput, autoscale_settings=autoscale_settings, **kwargs) class TableGetPropertiesResource(Model): @@ -4476,14 +4619,13 @@ class ThroughputSettingsGetPropertiesResource(Model): sending a request. :param throughput: Value of the Cosmos DB resource throughput. Either - throughput is required or provisionedThroughputSettings is required, but - not both. + throughput is required or autoscaleSettings is required, but not both. :type throughput: int - :param provisioned_throughput_settings: Cosmos DB resource for provisioned - throughput settings. Either throughput is required or - provisionedThroughputSettings is required, but not both. - :type provisioned_throughput_settings: - ~azure.mgmt.cosmosdb.models.ProvisionedThroughputSettingsResource + :param autoscale_settings: Cosmos DB resource for autoscale settings. + Either throughput is required or autoscaleSettings is required, but not + both. + :type autoscale_settings: + ~azure.mgmt.cosmosdb.models.AutoscaleSettingsResource :ivar minimum_throughput: The minimum throughput of the resource :vartype minimum_throughput: str :ivar offer_replace_pending: The throughput replace is pending @@ -4508,7 +4650,7 @@ class ThroughputSettingsGetPropertiesResource(Model): _attribute_map = { 'throughput': {'key': 'throughput', 'type': 'int'}, - 'provisioned_throughput_settings': {'key': 'provisionedThroughputSettings', 'type': 'ProvisionedThroughputSettingsResource'}, + 'autoscale_settings': {'key': 'autoscaleSettings', 'type': 'AutoscaleSettingsResource'}, 'minimum_throughput': {'key': 'minimumThroughput', 'type': 'str'}, 'offer_replace_pending': {'key': 'offerReplacePending', 'type': 'str'}, '_rid': {'key': '_rid', 'type': 'str'}, @@ -4516,10 +4658,10 @@ class ThroughputSettingsGetPropertiesResource(Model): '_etag': {'key': '_etag', 'type': 'str'}, } - def __init__(self, *, throughput: int=None, provisioned_throughput_settings=None, **kwargs) -> None: + def __init__(self, *, throughput: int=None, autoscale_settings=None, **kwargs) -> None: super(ThroughputSettingsGetPropertiesResource, self).__init__(**kwargs) self.throughput = throughput - self.provisioned_throughput_settings = provisioned_throughput_settings + self.autoscale_settings = autoscale_settings self.minimum_throughput = None self.offer_replace_pending = None self._rid = None @@ -4571,20 +4713,19 @@ def __init__(self, *, location: str=None, tags=None, resource=None, **kwargs) -> class ThroughputSettingsResource(Model): """Cosmos DB resource throughput object. Either throughput is required or - provisionedThroughputSettings is required, but not both. + autoscaleSettings is required, but not both. Variables are only populated by the server, and will be ignored when sending a request. :param throughput: Value of the Cosmos DB resource throughput. Either - throughput is required or provisionedThroughputSettings is required, but - not both. + throughput is required or autoscaleSettings is required, but not both. :type throughput: int - :param provisioned_throughput_settings: Cosmos DB resource for provisioned - throughput settings. Either throughput is required or - provisionedThroughputSettings is required, but not both. - :type provisioned_throughput_settings: - ~azure.mgmt.cosmosdb.models.ProvisionedThroughputSettingsResource + :param autoscale_settings: Cosmos DB resource for autoscale settings. + Either throughput is required or autoscaleSettings is required, but not + both. + :type autoscale_settings: + ~azure.mgmt.cosmosdb.models.AutoscaleSettingsResource :ivar minimum_throughput: The minimum throughput of the resource :vartype minimum_throughput: str :ivar offer_replace_pending: The throughput replace is pending @@ -4598,15 +4739,15 @@ class ThroughputSettingsResource(Model): _attribute_map = { 'throughput': {'key': 'throughput', 'type': 'int'}, - 'provisioned_throughput_settings': {'key': 'provisionedThroughputSettings', 'type': 'ProvisionedThroughputSettingsResource'}, + 'autoscale_settings': {'key': 'autoscaleSettings', 'type': 'AutoscaleSettingsResource'}, 'minimum_throughput': {'key': 'minimumThroughput', 'type': 'str'}, 'offer_replace_pending': {'key': 'offerReplacePending', 'type': 'str'}, } - def __init__(self, *, throughput: int=None, provisioned_throughput_settings=None, **kwargs) -> None: + def __init__(self, *, throughput: int=None, autoscale_settings=None, **kwargs) -> None: super(ThroughputSettingsResource, self).__init__(**kwargs) self.throughput = throughput - self.provisioned_throughput_settings = provisioned_throughput_settings + self.autoscale_settings = autoscale_settings self.minimum_throughput = None self.offer_replace_pending = None diff --git a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_cassandra_resources_operations.py b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_cassandra_resources_operations.py index e033c0d99eec..edf5a0edca37 100644 --- a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_cassandra_resources_operations.py +++ b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_cassandra_resources_operations.py @@ -27,7 +27,7 @@ class CassandraResourcesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: The API version to use for this operation. Constant value: "2020-03-01". + :ivar api_version: The API version to use for this operation. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config diff --git a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_collection_operations.py b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_collection_operations.py index 7571b451f8fd..a6fea326ec30 100644 --- a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_collection_operations.py +++ b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_collection_operations.py @@ -25,7 +25,7 @@ class CollectionOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: The API version to use for this operation. Constant value: "2020-03-01". + :ivar api_version: The API version to use for this operation. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config diff --git a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_collection_partition_operations.py b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_collection_partition_operations.py index 00dcebb409de..c091e2d2d1f7 100644 --- a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_collection_partition_operations.py +++ b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_collection_partition_operations.py @@ -25,7 +25,7 @@ class CollectionPartitionOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: The API version to use for this operation. Constant value: "2020-03-01". + :ivar api_version: The API version to use for this operation. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config diff --git a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_collection_partition_region_operations.py b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_collection_partition_region_operations.py index c6dac8999fbd..3e655642bec0 100644 --- a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_collection_partition_region_operations.py +++ b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_collection_partition_region_operations.py @@ -25,7 +25,7 @@ class CollectionPartitionRegionOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: The API version to use for this operation. Constant value: "2020-03-01". + :ivar api_version: The API version to use for this operation. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config diff --git a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_collection_region_operations.py b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_collection_region_operations.py index e184fb0a353e..026b59f04dc7 100644 --- a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_collection_region_operations.py +++ b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_collection_region_operations.py @@ -25,7 +25,7 @@ class CollectionRegionOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: The API version to use for this operation. Constant value: "2020-03-01". + :ivar api_version: The API version to use for this operation. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config diff --git a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_database_account_region_operations.py b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_database_account_region_operations.py index ac951a49c749..62653e8f5197 100644 --- a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_database_account_region_operations.py +++ b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_database_account_region_operations.py @@ -25,7 +25,7 @@ class DatabaseAccountRegionOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: The API version to use for this operation. Constant value: "2020-03-01". + :ivar api_version: The API version to use for this operation. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config diff --git a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_database_accounts_operations.py b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_database_accounts_operations.py index 13e6175b4570..5ae37b0d6bcd 100644 --- a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_database_accounts_operations.py +++ b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_database_accounts_operations.py @@ -27,7 +27,7 @@ class DatabaseAccountsOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: The API version to use for this operation. Constant value: "2020-03-01". + :ivar api_version: The API version to use for this operation. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config diff --git a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_database_operations.py b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_database_operations.py index 458b45ba7931..76863c6853f8 100644 --- a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_database_operations.py +++ b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_database_operations.py @@ -25,7 +25,7 @@ class DatabaseOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: The API version to use for this operation. Constant value: "2020-03-01". + :ivar api_version: The API version to use for this operation. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config diff --git a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_gremlin_resources_operations.py b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_gremlin_resources_operations.py index da3cdc0136fe..b44ac5b95e0f 100644 --- a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_gremlin_resources_operations.py +++ b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_gremlin_resources_operations.py @@ -27,7 +27,7 @@ class GremlinResourcesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: The API version to use for this operation. Constant value: "2020-03-01". + :ivar api_version: The API version to use for this operation. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config diff --git a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_mongo_db_resources_operations.py b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_mongo_db_resources_operations.py index 01b747444d0b..737b438a510b 100644 --- a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_mongo_db_resources_operations.py +++ b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_mongo_db_resources_operations.py @@ -27,7 +27,7 @@ class MongoDBResourcesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: The API version to use for this operation. Constant value: "2020-03-01". + :ivar api_version: The API version to use for this operation. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config diff --git a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_notebook_workspaces_operations.py b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_notebook_workspaces_operations.py index 6491fd1fd6a6..a31e5f690c32 100644 --- a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_notebook_workspaces_operations.py +++ b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_notebook_workspaces_operations.py @@ -26,7 +26,7 @@ class NotebookWorkspacesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: The API version to use for this operation. Constant value: "2019-08-01". + :ivar api_version: The API version to use for this operation. Constant value: "2020-04-01". :ivar notebook_workspace_name: The name of the notebook workspace resource. Constant value: "default". """ @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2019-08-01" + self.api_version = "2020-04-01" self.notebook_workspace_name = "default" self.config = config diff --git a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_operations.py b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_operations.py index 77c01a335018..a1b09893c482 100644 --- a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_operations.py +++ b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_operations.py @@ -25,7 +25,7 @@ class Operations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: The API version to use for this operation. Constant value: "2020-03-01". + :ivar api_version: The API version to use for this operation. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config diff --git a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_partition_key_range_id_operations.py b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_partition_key_range_id_operations.py index 389b1f58df72..6f7193191195 100644 --- a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_partition_key_range_id_operations.py +++ b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_partition_key_range_id_operations.py @@ -25,7 +25,7 @@ class PartitionKeyRangeIdOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: The API version to use for this operation. Constant value: "2020-03-01". + :ivar api_version: The API version to use for this operation. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config diff --git a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_partition_key_range_id_region_operations.py b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_partition_key_range_id_region_operations.py index 413d493e7c2e..3029821dc362 100644 --- a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_partition_key_range_id_region_operations.py +++ b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_partition_key_range_id_region_operations.py @@ -25,7 +25,7 @@ class PartitionKeyRangeIdRegionOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: The API version to use for this operation. Constant value: "2020-03-01". + :ivar api_version: The API version to use for this operation. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config diff --git a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_percentile_operations.py b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_percentile_operations.py index e1ca66894257..040b0125a258 100644 --- a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_percentile_operations.py +++ b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_percentile_operations.py @@ -25,7 +25,7 @@ class PercentileOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: The API version to use for this operation. Constant value: "2020-03-01". + :ivar api_version: The API version to use for this operation. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config diff --git a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_percentile_source_target_operations.py b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_percentile_source_target_operations.py index f72c7bed0bee..f351b3e7c108 100644 --- a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_percentile_source_target_operations.py +++ b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_percentile_source_target_operations.py @@ -25,7 +25,7 @@ class PercentileSourceTargetOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: The API version to use for this operation. Constant value: "2020-03-01". + :ivar api_version: The API version to use for this operation. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config diff --git a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_percentile_target_operations.py b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_percentile_target_operations.py index 137c0b77f924..480bdfa2c5f6 100644 --- a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_percentile_target_operations.py +++ b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_percentile_target_operations.py @@ -25,7 +25,7 @@ class PercentileTargetOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: The API version to use for this operation. Constant value: "2020-03-01". + :ivar api_version: The API version to use for this operation. Constant value: "2020-04-01". """ models = models @@ -35,7 +35,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config diff --git a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_sql_resources_operations.py b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_sql_resources_operations.py index 1d922fdd4513..b9f729bfb474 100644 --- a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_sql_resources_operations.py +++ b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_sql_resources_operations.py @@ -27,7 +27,7 @@ class SqlResourcesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: The API version to use for this operation. Constant value: "2020-03-01". + :ivar api_version: The API version to use for this operation. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config diff --git a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_table_resources_operations.py b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_table_resources_operations.py index 35387303004e..3ad2e78c23b8 100644 --- a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_table_resources_operations.py +++ b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/operations/_table_resources_operations.py @@ -27,7 +27,7 @@ class TableResourcesOperations(object): :param config: Configuration of service client. :param serializer: An object model serializer. :param deserializer: An object model deserializer. - :ivar api_version: The API version to use for this operation. Constant value: "2020-03-01". + :ivar api_version: The API version to use for this operation. Constant value: "2020-04-01". """ models = models @@ -37,7 +37,7 @@ def __init__(self, client, config, serializer, deserializer): self._client = client self._serialize = serializer self._deserialize = deserializer - self.api_version = "2020-03-01" + self.api_version = "2020-04-01" self.config = config diff --git a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/version.py b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/version.py index eba31a2798cf..2f147316d9cb 100644 --- a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/version.py +++ b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/version.py @@ -9,5 +9,5 @@ # regenerated. # -------------------------------------------------------------------------- -VERSION = "0.14.0" +VERSION = "0.15.0" From b3b2d582ae4012d13efc6bb2ba58daacc9b57faf Mon Sep 17 00:00:00 2001 From: Qiaoqiao Zhang Date: Thu, 11 Jun 2020 08:37:17 +0000 Subject: [PATCH 2/3] release for mgmt-cosmos --- sdk/cosmos/azure-mgmt-cosmosdb/CHANGELOG.md | 43 ++++++------ .../azure/mgmt/cosmosdb/models/__init__.py | 12 ++-- .../azure/mgmt/cosmosdb/models/_models.py | 70 +++++++++---------- .../azure/mgmt/cosmosdb/models/_models_py3.py | 70 +++++++++---------- 4 files changed, 98 insertions(+), 97 deletions(-) diff --git a/sdk/cosmos/azure-mgmt-cosmosdb/CHANGELOG.md b/sdk/cosmos/azure-mgmt-cosmosdb/CHANGELOG.md index 50ebb30493d8..bca1ea2bd8c3 100644 --- a/sdk/cosmos/azure-mgmt-cosmosdb/CHANGELOG.md +++ b/sdk/cosmos/azure-mgmt-cosmosdb/CHANGELOG.md @@ -4,44 +4,45 @@ **Features** - - Model CassandraTableResource has a new parameter analytical_storage_ttl - - Model SqlDatabaseGetPropertiesOptions has a new parameter autoscale_settings - - Model GremlinGraphGetPropertiesOptions has a new parameter autoscale_settings - - Model CassandraKeyspaceGetPropertiesOptions has a new parameter autoscale_settings + - Model MongoDBCollectionResource has a new parameter analytical_storage_ttl + - Model MongoDBDatabaseGetPropertiesOptions has a new parameter autoscale_settings + - Model ThroughputSettingsGetPropertiesResource has a new parameter autoscale_settings + - Model SqlContainerGetPropertiesOptions has a new parameter autoscale_settings - Model CassandraTableGetPropertiesResource has a new parameter analytical_storage_ttl + - Model CassandraTableResource has a new parameter analytical_storage_ttl + - Model OptionsResource has a new parameter autoscale_settings + - Model TableGetPropertiesOptions has a new parameter autoscale_settings - Model ThroughputSettingsResource has a new parameter autoscale_settings - - Model SqlContainerGetPropertiesOptions has a new parameter autoscale_settings - - Model MongoDBDatabaseGetPropertiesOptions has a new parameter autoscale_settings - - Model DatabaseAccountUpdateParameters has a new parameter enable_free_tier - - Model DatabaseAccountUpdateParameters has a new parameter ip_rules - - Model DatabaseAccountUpdateParameters has a new parameter enable_analytical_storage - - Model DatabaseAccountUpdateParameters has a new parameter api_properties - Model CassandraTableGetPropertiesOptions has a new parameter autoscale_settings - - Model MongoDBCollectionGetPropertiesResource has a new parameter analytical_storage_ttl - - Model MongoDBCollectionResource has a new parameter analytical_storage_ttl - - Model OptionsResource has a new parameter autoscale_settings - Model GremlinDatabaseGetPropertiesOptions has a new parameter autoscale_settings - - Model DatabaseAccountGetResults has a new parameter enable_free_tier + - Model DatabaseAccountGetResults has a new parameter api_properties - Model DatabaseAccountGetResults has a new parameter ip_rules + - Model DatabaseAccountGetResults has a new parameter enable_free_tier - Model DatabaseAccountGetResults has a new parameter enable_analytical_storage - - Model DatabaseAccountGetResults has a new parameter api_properties - - Model DatabaseAccountCreateUpdateParameters has a new parameter enable_free_tier + - Model GremlinGraphGetPropertiesOptions has a new parameter autoscale_settings + - Model DatabaseAccountCreateUpdateParameters has a new parameter api_properties - Model DatabaseAccountCreateUpdateParameters has a new parameter ip_rules + - Model DatabaseAccountCreateUpdateParameters has a new parameter enable_free_tier - Model DatabaseAccountCreateUpdateParameters has a new parameter enable_analytical_storage - - Model DatabaseAccountCreateUpdateParameters has a new parameter api_properties - - Model TableGetPropertiesOptions has a new parameter autoscale_settings - Model MongoDBCollectionGetPropertiesOptions has a new parameter autoscale_settings - - Model ThroughputSettingsGetPropertiesResource has a new parameter autoscale_settings + - Model CassandraKeyspaceGetPropertiesOptions has a new parameter autoscale_settings + - Model SqlDatabaseGetPropertiesOptions has a new parameter autoscale_settings + - Model DatabaseAccountUpdateParameters has a new parameter api_properties + - Model DatabaseAccountUpdateParameters has a new parameter ip_rules + - Model DatabaseAccountUpdateParameters has a new parameter enable_free_tier + - Model DatabaseAccountUpdateParameters has a new parameter enable_analytical_storage + - Model MongoDBCollectionGetPropertiesResource has a new parameter analytical_storage_ttl **Breaking changes** + - Model ThroughputSettingsGetPropertiesResource no longer has parameter provisioned_throughput_settings - Model ThroughputSettingsResource no longer has parameter provisioned_throughput_settings - - Model DatabaseAccountUpdateParameters no longer has parameter ip_range_filter - Model DatabaseAccountGetResults no longer has parameter ip_range_filter - Model DatabaseAccountCreateUpdateParameters no longer has parameter ip_range_filter - - Model ThroughputSettingsGetPropertiesResource no longer has parameter provisioned_throughput_settings + - Model DatabaseAccountUpdateParameters no longer has parameter ip_range_filter - Model CreateUpdateOptions has a new signature + ## 0.14.0 (2020-05-05) **Features** diff --git a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/__init__.py b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/__init__.py index 3908f49c3e84..696c0f003e40 100644 --- a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/__init__.py +++ b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/__init__.py @@ -10,12 +10,12 @@ # -------------------------------------------------------------------------- try: + from ._models_py3 import ApiProperties from ._models_py3 import ARMProxyResource from ._models_py3 import ARMResourceProperties - from ._models_py3 import ApiProperties - from ._models_py3 import AutoUpgradePolicyResource from ._models_py3 import AutoscaleSettings from ._models_py3 import AutoscaleSettingsResource + from ._models_py3 import AutoUpgradePolicyResource from ._models_py3 import AzureEntityResource from ._models_py3 import Capability from ._models_py3 import CassandraKeyspaceCreateUpdateParameters @@ -139,12 +139,12 @@ from ._models_py3 import Usage from ._models_py3 import VirtualNetworkRule except (SyntaxError, ImportError): + from ._models import ApiProperties from ._models import ARMProxyResource from ._models import ARMResourceProperties - from ._models import ApiProperties - from ._models import AutoUpgradePolicyResource from ._models import AutoscaleSettings from ._models import AutoscaleSettingsResource + from ._models import AutoUpgradePolicyResource from ._models import AzureEntityResource from ._models import Capability from ._models import CassandraKeyspaceCreateUpdateParameters @@ -312,12 +312,12 @@ ) __all__ = [ + 'ApiProperties', 'ARMProxyResource', 'ARMResourceProperties', - 'ApiProperties', - 'AutoUpgradePolicyResource', 'AutoscaleSettings', 'AutoscaleSettingsResource', + 'AutoUpgradePolicyResource', 'AzureEntityResource', 'Capability', 'CassandraKeyspaceCreateUpdateParameters', diff --git a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/_models.py b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/_models.py index 6937c2ee55d5..93d5732c48cd 100644 --- a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/_models.py +++ b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/_models.py @@ -13,6 +13,23 @@ from msrest.exceptions import HttpOperationError +class ApiProperties(Model): + """ApiProperties. + + :param server_version: Describes the ServerVersion of an a MongoDB + account. Possible values include: '3.2', '3.6' + :type server_version: str or ~azure.mgmt.cosmosdb.models.ServerVersion + """ + + _attribute_map = { + 'server_version': {'key': 'serverVersion', 'type': 'str'}, + } + + def __init__(self, **kwargs): + super(ApiProperties, self).__init__(**kwargs) + self.server_version = kwargs.get('server_version', None) + + class ARMProxyResource(Model): """The resource model definition for a ARM proxy resource. It will have everything other than required location and tags. @@ -89,41 +106,6 @@ def __init__(self, **kwargs): self.tags = kwargs.get('tags', None) -class ApiProperties(Model): - """ApiProperties. - - :param server_version: Describes the ServerVersion of an a MongoDB - account. Possible values include: '3.2', '3.6' - :type server_version: str or ~azure.mgmt.cosmosdb.models.ServerVersion - """ - - _attribute_map = { - 'server_version': {'key': 'serverVersion', 'type': 'str'}, - } - - def __init__(self, **kwargs): - super(ApiProperties, self).__init__(**kwargs) - self.server_version = kwargs.get('server_version', None) - - -class AutoUpgradePolicyResource(Model): - """Cosmos DB resource auto-upgrade policy. - - :param throughput_policy: Represents throughput policy which service must - adhere to for auto-upgrade - :type throughput_policy: - ~azure.mgmt.cosmosdb.models.ThroughputPolicyResource - """ - - _attribute_map = { - 'throughput_policy': {'key': 'throughputPolicy', 'type': 'ThroughputPolicyResource'}, - } - - def __init__(self, **kwargs): - super(AutoUpgradePolicyResource, self).__init__(**kwargs) - self.throughput_policy = kwargs.get('throughput_policy', None) - - class AutoscaleSettings(Model): """AutoscaleSettings. @@ -178,6 +160,24 @@ def __init__(self, **kwargs): self.target_max_throughput = None +class AutoUpgradePolicyResource(Model): + """Cosmos DB resource auto-upgrade policy. + + :param throughput_policy: Represents throughput policy which service must + adhere to for auto-upgrade + :type throughput_policy: + ~azure.mgmt.cosmosdb.models.ThroughputPolicyResource + """ + + _attribute_map = { + 'throughput_policy': {'key': 'throughputPolicy', 'type': 'ThroughputPolicyResource'}, + } + + def __init__(self, **kwargs): + super(AutoUpgradePolicyResource, self).__init__(**kwargs) + self.throughput_policy = kwargs.get('throughput_policy', None) + + class Resource(Model): """Resource. diff --git a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/_models_py3.py b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/_models_py3.py index d5beebef9fec..de79c453f17d 100644 --- a/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/_models_py3.py +++ b/sdk/cosmos/azure-mgmt-cosmosdb/azure/mgmt/cosmosdb/models/_models_py3.py @@ -13,6 +13,23 @@ from msrest.exceptions import HttpOperationError +class ApiProperties(Model): + """ApiProperties. + + :param server_version: Describes the ServerVersion of an a MongoDB + account. Possible values include: '3.2', '3.6' + :type server_version: str or ~azure.mgmt.cosmosdb.models.ServerVersion + """ + + _attribute_map = { + 'server_version': {'key': 'serverVersion', 'type': 'str'}, + } + + def __init__(self, *, server_version=None, **kwargs) -> None: + super(ApiProperties, self).__init__(**kwargs) + self.server_version = server_version + + class ARMProxyResource(Model): """The resource model definition for a ARM proxy resource. It will have everything other than required location and tags. @@ -89,41 +106,6 @@ def __init__(self, *, location: str=None, tags=None, **kwargs) -> None: self.tags = tags -class ApiProperties(Model): - """ApiProperties. - - :param server_version: Describes the ServerVersion of an a MongoDB - account. Possible values include: '3.2', '3.6' - :type server_version: str or ~azure.mgmt.cosmosdb.models.ServerVersion - """ - - _attribute_map = { - 'server_version': {'key': 'serverVersion', 'type': 'str'}, - } - - def __init__(self, *, server_version=None, **kwargs) -> None: - super(ApiProperties, self).__init__(**kwargs) - self.server_version = server_version - - -class AutoUpgradePolicyResource(Model): - """Cosmos DB resource auto-upgrade policy. - - :param throughput_policy: Represents throughput policy which service must - adhere to for auto-upgrade - :type throughput_policy: - ~azure.mgmt.cosmosdb.models.ThroughputPolicyResource - """ - - _attribute_map = { - 'throughput_policy': {'key': 'throughputPolicy', 'type': 'ThroughputPolicyResource'}, - } - - def __init__(self, *, throughput_policy=None, **kwargs) -> None: - super(AutoUpgradePolicyResource, self).__init__(**kwargs) - self.throughput_policy = throughput_policy - - class AutoscaleSettings(Model): """AutoscaleSettings. @@ -178,6 +160,24 @@ def __init__(self, *, max_throughput: int, auto_upgrade_policy=None, **kwargs) - self.target_max_throughput = None +class AutoUpgradePolicyResource(Model): + """Cosmos DB resource auto-upgrade policy. + + :param throughput_policy: Represents throughput policy which service must + adhere to for auto-upgrade + :type throughput_policy: + ~azure.mgmt.cosmosdb.models.ThroughputPolicyResource + """ + + _attribute_map = { + 'throughput_policy': {'key': 'throughputPolicy', 'type': 'ThroughputPolicyResource'}, + } + + def __init__(self, *, throughput_policy=None, **kwargs) -> None: + super(AutoUpgradePolicyResource, self).__init__(**kwargs) + self.throughput_policy = throughput_policy + + class Resource(Model): """Resource. From 4a26d6c552f999e025f0913ad8dffb14f3a3929f Mon Sep 17 00:00:00 2001 From: Qiaoqiao Zhang Date: Fri, 12 Jun 2020 03:20:40 +0000 Subject: [PATCH 3/3] update test --- ...st_mgmt_cosmosdb.test_accounts_create.yaml | 558 +++++++++++---- ...st_mgmt_cosmosdb.test_accounts_delete.yaml | 632 +++++++++++------ ..._mgmt_cosmosdb.test_accounts_features.yaml | 664 +++++++++++------- 3 files changed, 1224 insertions(+), 630 deletions(-) diff --git a/sdk/cosmos/azure-mgmt-cosmosdb/tests/recordings/test_mgmt_cosmosdb.test_accounts_create.yaml b/sdk/cosmos/azure-mgmt-cosmosdb/tests/recordings/test_mgmt_cosmosdb.test_accounts_create.yaml index 8484a5b7b99a..c923f2ac32fc 100644 --- a/sdk/cosmos/azure-mgmt-cosmosdb/tests/recordings/test_mgmt_cosmosdb.test_accounts_create.yaml +++ b/sdk/cosmos/azure-mgmt-cosmosdb/tests/recordings/test_mgmt_cosmosdb.test_accounts_create.yaml @@ -9,12 +9,12 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python accept-language: - en-US method: HEAD - uri: https://management.azure.com/providers/Microsoft.DocumentDB/databaseAccountNames/pycosmosdbx1427b100e?api-version=2020-03-01 + uri: https://management.azure.com/providers/Microsoft.DocumentDB/databaseAccountNames/pycosmosdbx1427b100e?api-version=2020-04-01 response: body: string: '' @@ -24,7 +24,7 @@ interactions: content-length: - '148' date: - - Sat, 18 Apr 2020 06:49:03 GMT + - Fri, 12 Jun 2020 01:44:06 GMT pragma: - no-cache server: @@ -51,35 +51,35 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_create427b100e/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx1427b100e?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_create427b100e/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx1427b100e?api-version=2020-04-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_create427b100e/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx1427b100e","name":"pycosmosdbx1427b100e","location":"West - US","type":"Microsoft.DocumentDB/databaseAccounts","kind":"GlobalDocumentDB","tags":{},"properties":{"provisioningState":"Creating","ipRangeFilter":"","publicNetworkAccess":"Enabled","enableAutomaticFailover":false,"enableMultipleWriteLocations":false,"enablePartitionKeyMonitor":false,"isVirtualNetworkFilterEnabled":false,"virtualNetworkRules":[],"EnabledApiTypes":"Sql","disableKeyBasedMetadataWriteAccess":false,"enableFreeTier":false,"apiProperties":null,"databaseAccountOfferType":"Standard","consistencyPolicy":{"defaultConsistencyLevel":"Session","maxIntervalInSeconds":5,"maxStalenessPrefix":100},"configurationOverrides":{},"writeLocations":[{"id":"pycosmosdbx1427b100e-westus","locationName":"West + US","type":"Microsoft.DocumentDB/databaseAccounts","kind":"GlobalDocumentDB","tags":{},"properties":{"provisioningState":"Creating","publicNetworkAccess":"Enabled","enableAutomaticFailover":false,"enableMultipleWriteLocations":false,"enablePartitionKeyMonitor":false,"isVirtualNetworkFilterEnabled":false,"virtualNetworkRules":[],"EnabledApiTypes":"Sql","disableKeyBasedMetadataWriteAccess":false,"enableFreeTier":false,"enableAnalyticalStorage":false,"databaseAccountOfferType":"Standard","consistencyPolicy":{"defaultConsistencyLevel":"Session","maxIntervalInSeconds":5,"maxStalenessPrefix":100},"configurationOverrides":{},"writeLocations":[{"id":"pycosmosdbx1427b100e-westus","locationName":"West US","provisioningState":"Creating","failoverPriority":0,"isZoneRedundant":false}],"readLocations":[{"id":"pycosmosdbx1427b100e-westus","locationName":"West US","provisioningState":"Creating","failoverPriority":0,"isZoneRedundant":false}],"locations":[{"id":"pycosmosdbx1427b100e-westus","locationName":"West US","provisioningState":"Creating","failoverPriority":0,"isZoneRedundant":false}],"failoverPolicies":[{"id":"pycosmosdbx1427b100e-westus","locationName":"West - US","failoverPriority":0}],"cors":[],"capabilities":[]}}' + US","failoverPriority":0}],"cors":[],"capabilities":[],"ipRules":[]}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 cache-control: - no-store, no-cache content-length: - - '1471' + - '1476' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/test_mgmt_cosmosdb_test_accounts_create427b100e/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx1427b100e?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/test_mgmt_cosmosdb_test_accounts_create427b100e/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx1427b100e?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 06:49:12 GMT + - Fri, 12 Jun 2020 01:44:16 GMT location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_create427b100e/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx1427b100e/operationResults/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_create427b100e/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx1427b100e/operationResults/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 pragma: - no-cache server: @@ -93,7 +93,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -109,10 +109,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -122,11 +122,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 06:49:44 GMT + - Fri, 12 Jun 2020 01:44:47 GMT pragma: - no-cache server: @@ -140,7 +140,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -154,10 +154,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -167,11 +167,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 06:50:14 GMT + - Fri, 12 Jun 2020 01:45:17 GMT pragma: - no-cache server: @@ -185,7 +185,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -199,10 +199,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -212,11 +212,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 06:50:44 GMT + - Fri, 12 Jun 2020 01:45:47 GMT pragma: - no-cache server: @@ -230,7 +230,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -244,10 +244,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -257,11 +257,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 06:51:14 GMT + - Fri, 12 Jun 2020 01:46:19 GMT pragma: - no-cache server: @@ -275,7 +275,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -289,10 +289,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -302,11 +302,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 06:51:47 GMT + - Fri, 12 Jun 2020 01:46:49 GMT pragma: - no-cache server: @@ -320,7 +320,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -334,10 +334,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -347,11 +347,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 06:52:17 GMT + - Fri, 12 Jun 2020 01:47:20 GMT pragma: - no-cache server: @@ -365,7 +365,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -379,10 +379,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -392,11 +392,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 06:52:47 GMT + - Fri, 12 Jun 2020 01:47:51 GMT pragma: - no-cache server: @@ -410,7 +410,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -424,10 +424,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -437,11 +437,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 06:53:18 GMT + - Fri, 12 Jun 2020 01:48:22 GMT pragma: - no-cache server: @@ -455,7 +455,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -469,10 +469,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -482,11 +482,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 06:53:49 GMT + - Fri, 12 Jun 2020 01:48:54 GMT pragma: - no-cache server: @@ -500,7 +500,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -514,10 +514,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -527,11 +527,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 06:54:19 GMT + - Fri, 12 Jun 2020 01:49:25 GMT pragma: - no-cache server: @@ -545,7 +545,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -559,10 +559,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -572,11 +572,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 06:54:49 GMT + - Fri, 12 Jun 2020 01:49:55 GMT pragma: - no-cache server: @@ -590,7 +590,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -604,10 +604,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -617,11 +617,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 06:55:21 GMT + - Fri, 12 Jun 2020 01:50:26 GMT pragma: - no-cache server: @@ -635,7 +635,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -649,10 +649,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -662,11 +662,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 06:55:51 GMT + - Fri, 12 Jun 2020 01:50:56 GMT pragma: - no-cache server: @@ -680,7 +680,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -694,10 +694,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -707,11 +707,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 06:56:21 GMT + - Fri, 12 Jun 2020 01:51:28 GMT pragma: - no-cache server: @@ -725,7 +725,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -739,10 +739,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -752,11 +752,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 06:56:52 GMT + - Fri, 12 Jun 2020 01:51:58 GMT pragma: - no-cache server: @@ -770,7 +770,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -784,10 +784,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -797,11 +797,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 06:57:22 GMT + - Fri, 12 Jun 2020 01:52:29 GMT pragma: - no-cache server: @@ -815,7 +815,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -829,10 +829,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -842,11 +842,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 06:57:54 GMT + - Fri, 12 Jun 2020 01:53:01 GMT pragma: - no-cache server: @@ -860,7 +860,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -874,10 +874,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -887,11 +887,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 06:58:24 GMT + - Fri, 12 Jun 2020 01:53:32 GMT pragma: - no-cache server: @@ -905,7 +905,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -919,10 +919,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -932,11 +932,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 06:58:54 GMT + - Fri, 12 Jun 2020 01:54:03 GMT pragma: - no-cache server: @@ -950,7 +950,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -964,10 +964,280 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 + response: + body: + string: '{"status":"Dequeued"}' + headers: + cache-control: + - no-store, no-cache + content-length: + - '21' + content-location: + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 + content-type: + - application/json + date: + - Fri, 12 Jun 2020 01:54:36 GMT + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-gatewayversion: + - version=2.11.0 + status: + code: 200 + message: Ok +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 + response: + body: + string: '{"status":"Dequeued"}' + headers: + cache-control: + - no-store, no-cache + content-length: + - '21' + content-location: + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 + content-type: + - application/json + date: + - Fri, 12 Jun 2020 01:55:07 GMT + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-gatewayversion: + - version=2.11.0 + status: + code: 200 + message: Ok +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 + response: + body: + string: '{"status":"Dequeued"}' + headers: + cache-control: + - no-store, no-cache + content-length: + - '21' + content-location: + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 + content-type: + - application/json + date: + - Fri, 12 Jun 2020 01:55:37 GMT + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-gatewayversion: + - version=2.11.0 + status: + code: 200 + message: Ok +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 + response: + body: + string: '{"status":"Dequeued"}' + headers: + cache-control: + - no-store, no-cache + content-length: + - '21' + content-location: + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 + content-type: + - application/json + date: + - Fri, 12 Jun 2020 01:56:09 GMT + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-gatewayversion: + - version=2.11.0 + status: + code: 200 + message: Ok +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 + response: + body: + string: '{"status":"Dequeued"}' + headers: + cache-control: + - no-store, no-cache + content-length: + - '21' + content-location: + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 + content-type: + - application/json + date: + - Fri, 12 Jun 2020 01:56:40 GMT + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-gatewayversion: + - version=2.11.0 + status: + code: 200 + message: Ok +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 + response: + body: + string: '{"status":"Dequeued"}' + headers: + cache-control: + - no-store, no-cache + content-length: + - '21' + content-location: + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 + content-type: + - application/json + date: + - Fri, 12 Jun 2020 01:57:11 GMT + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-gatewayversion: + - version=2.11.0 + status: + code: 200 + message: Ok +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 response: body: string: '{"status":"Succeeded"}' @@ -977,11 +1247,11 @@ interactions: content-length: - '22' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/8a60bf73-dbfc-4db5-bc4d-8851cea491ba?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/3199f3f9-04d7-4a35-bd7f-bd576bc8210b?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 06:59:25 GMT + - Fri, 12 Jun 2020 01:57:43 GMT pragma: - no-cache server: @@ -995,7 +1265,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -1009,29 +1279,29 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_create427b100e/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx1427b100e?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_create427b100e/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx1427b100e?api-version=2020-04-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_create427b100e/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx1427b100e","name":"pycosmosdbx1427b100e","location":"West - US","type":"Microsoft.DocumentDB/databaseAccounts","kind":"GlobalDocumentDB","tags":{},"properties":{"provisioningState":"Succeeded","documentEndpoint":"https://pycosmosdbx1427b100e.documents.azure.com:443/","ipRangeFilter":"","publicNetworkAccess":"Enabled","enableAutomaticFailover":false,"enableMultipleWriteLocations":false,"enablePartitionKeyMonitor":false,"isVirtualNetworkFilterEnabled":false,"virtualNetworkRules":[],"EnabledApiTypes":"Sql","disableKeyBasedMetadataWriteAccess":false,"enableFreeTier":false,"apiProperties":null,"databaseAccountOfferType":"Standard","consistencyPolicy":{"defaultConsistencyLevel":"Session","maxIntervalInSeconds":5,"maxStalenessPrefix":100},"configurationOverrides":{},"writeLocations":[{"id":"pycosmosdbx1427b100e-westus","locationName":"West + US","type":"Microsoft.DocumentDB/databaseAccounts","kind":"GlobalDocumentDB","tags":{},"properties":{"provisioningState":"Succeeded","documentEndpoint":"https://pycosmosdbx1427b100e.documents.azure.com:443/","publicNetworkAccess":"Enabled","enableAutomaticFailover":false,"enableMultipleWriteLocations":false,"enablePartitionKeyMonitor":false,"isVirtualNetworkFilterEnabled":false,"virtualNetworkRules":[],"EnabledApiTypes":"Sql","disableKeyBasedMetadataWriteAccess":false,"enableFreeTier":false,"enableAnalyticalStorage":false,"databaseAccountOfferType":"Standard","consistencyPolicy":{"defaultConsistencyLevel":"Session","maxIntervalInSeconds":5,"maxStalenessPrefix":100},"configurationOverrides":{},"writeLocations":[{"id":"pycosmosdbx1427b100e-westus","locationName":"West US","documentEndpoint":"https://pycosmosdbx1427b100e-westus.documents.azure.com:443/","provisioningState":"Succeeded","failoverPriority":0,"isZoneRedundant":false}],"readLocations":[{"id":"pycosmosdbx1427b100e-westus","locationName":"West US","documentEndpoint":"https://pycosmosdbx1427b100e-westus.documents.azure.com:443/","provisioningState":"Succeeded","failoverPriority":0,"isZoneRedundant":false}],"locations":[{"id":"pycosmosdbx1427b100e-westus","locationName":"West US","documentEndpoint":"https://pycosmosdbx1427b100e-westus.documents.azure.com:443/","provisioningState":"Succeeded","failoverPriority":0,"isZoneRedundant":false}],"failoverPolicies":[{"id":"pycosmosdbx1427b100e-westus","locationName":"West - US","failoverPriority":0}],"cors":[],"capabilities":[]}}' + US","failoverPriority":0}],"cors":[],"capabilities":[],"ipRules":[]}}' headers: cache-control: - no-store, no-cache content-length: - - '1796' + - '1801' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/test_mgmt_cosmosdb_test_accounts_create427b100e/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx1427b100e?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/test_mgmt_cosmosdb_test_accounts_create427b100e/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx1427b100e?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 06:59:25 GMT + - Fri, 12 Jun 2020 01:57:43 GMT pragma: - no-cache server: @@ -1045,7 +1315,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok diff --git a/sdk/cosmos/azure-mgmt-cosmosdb/tests/recordings/test_mgmt_cosmosdb.test_accounts_delete.yaml b/sdk/cosmos/azure-mgmt-cosmosdb/tests/recordings/test_mgmt_cosmosdb.test_accounts_delete.yaml index ffcd82888f14..04fad61f111a 100644 --- a/sdk/cosmos/azure-mgmt-cosmosdb/tests/recordings/test_mgmt_cosmosdb.test_accounts_delete.yaml +++ b/sdk/cosmos/azure-mgmt-cosmosdb/tests/recordings/test_mgmt_cosmosdb.test_accounts_delete.yaml @@ -14,35 +14,35 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_delete4268100d/providers/Microsoft.DocumentDB/databaseAccounts/pydocumentdbx34268100d?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_delete4268100d/providers/Microsoft.DocumentDB/databaseAccounts/pydocumentdbx34268100d?api-version=2020-04-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_delete4268100d/providers/Microsoft.DocumentDB/databaseAccounts/pydocumentdbx34268100d","name":"pydocumentdbx34268100d","location":"West - US","type":"Microsoft.DocumentDB/databaseAccounts","kind":"GlobalDocumentDB","tags":{},"properties":{"provisioningState":"Creating","ipRangeFilter":"","publicNetworkAccess":"Enabled","enableAutomaticFailover":false,"enableMultipleWriteLocations":false,"enablePartitionKeyMonitor":false,"isVirtualNetworkFilterEnabled":false,"virtualNetworkRules":[],"EnabledApiTypes":"Sql","disableKeyBasedMetadataWriteAccess":false,"enableFreeTier":false,"apiProperties":null,"databaseAccountOfferType":"Standard","consistencyPolicy":{"defaultConsistencyLevel":"Session","maxIntervalInSeconds":5,"maxStalenessPrefix":100},"configurationOverrides":{},"writeLocations":[{"id":"pydocumentdbx34268100d-westus","locationName":"West + US","type":"Microsoft.DocumentDB/databaseAccounts","kind":"GlobalDocumentDB","tags":{},"properties":{"provisioningState":"Creating","publicNetworkAccess":"Enabled","enableAutomaticFailover":false,"enableMultipleWriteLocations":false,"enablePartitionKeyMonitor":false,"isVirtualNetworkFilterEnabled":false,"virtualNetworkRules":[],"EnabledApiTypes":"Sql","disableKeyBasedMetadataWriteAccess":false,"enableFreeTier":false,"enableAnalyticalStorage":false,"databaseAccountOfferType":"Standard","consistencyPolicy":{"defaultConsistencyLevel":"Session","maxIntervalInSeconds":5,"maxStalenessPrefix":100},"configurationOverrides":{},"writeLocations":[{"id":"pydocumentdbx34268100d-westus","locationName":"West US","provisioningState":"Creating","failoverPriority":0,"isZoneRedundant":false}],"readLocations":[{"id":"pydocumentdbx34268100d-westus","locationName":"West US","provisioningState":"Creating","failoverPriority":0,"isZoneRedundant":false}],"locations":[{"id":"pydocumentdbx34268100d-westus","locationName":"West US","provisioningState":"Creating","failoverPriority":0,"isZoneRedundant":false}],"failoverPolicies":[{"id":"pydocumentdbx34268100d-westus","locationName":"West - US","failoverPriority":0}],"cors":[],"capabilities":[]}}' + US","failoverPriority":0}],"cors":[],"capabilities":[],"ipRules":[]}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 cache-control: - no-store, no-cache content-length: - - '1483' + - '1488' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/test_mgmt_cosmosdb_test_accounts_delete4268100d/providers/Microsoft.DocumentDB/databaseAccounts/pydocumentdbx34268100d?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/test_mgmt_cosmosdb_test_accounts_delete4268100d/providers/Microsoft.DocumentDB/databaseAccounts/pydocumentdbx34268100d?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 06:59:48 GMT + - Fri, 12 Jun 2020 01:58:03 GMT location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_delete4268100d/providers/Microsoft.DocumentDB/databaseAccounts/pydocumentdbx34268100d/operationResults/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_delete4268100d/providers/Microsoft.DocumentDB/databaseAccounts/pydocumentdbx34268100d/operationResults/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 pragma: - no-cache server: @@ -56,7 +56,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -72,10 +72,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -85,11 +85,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:00:20 GMT + - Fri, 12 Jun 2020 01:58:34 GMT pragma: - no-cache server: @@ -103,7 +103,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -117,10 +117,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -130,11 +130,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:00:50 GMT + - Fri, 12 Jun 2020 01:59:06 GMT pragma: - no-cache server: @@ -148,7 +148,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -162,10 +162,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -175,11 +175,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:01:20 GMT + - Fri, 12 Jun 2020 01:59:37 GMT pragma: - no-cache server: @@ -193,7 +193,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -207,10 +207,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -220,11 +220,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:01:50 GMT + - Fri, 12 Jun 2020 02:00:07 GMT pragma: - no-cache server: @@ -238,7 +238,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -252,10 +252,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -265,11 +265,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:02:21 GMT + - Fri, 12 Jun 2020 02:00:39 GMT pragma: - no-cache server: @@ -283,7 +283,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -297,10 +297,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -310,11 +310,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:02:52 GMT + - Fri, 12 Jun 2020 02:01:10 GMT pragma: - no-cache server: @@ -328,7 +328,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -342,10 +342,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -355,11 +355,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:03:22 GMT + - Fri, 12 Jun 2020 02:01:41 GMT pragma: - no-cache server: @@ -373,7 +373,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -387,10 +387,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -400,11 +400,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:03:53 GMT + - Fri, 12 Jun 2020 02:02:14 GMT pragma: - no-cache server: @@ -418,7 +418,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -432,10 +432,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -445,11 +445,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:04:24 GMT + - Fri, 12 Jun 2020 02:02:45 GMT pragma: - no-cache server: @@ -463,7 +463,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -477,10 +477,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -490,11 +490,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:04:54 GMT + - Fri, 12 Jun 2020 02:03:15 GMT pragma: - no-cache server: @@ -508,7 +508,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -522,10 +522,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -535,11 +535,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:05:24 GMT + - Fri, 12 Jun 2020 02:03:47 GMT pragma: - no-cache server: @@ -553,7 +553,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -567,10 +567,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -580,11 +580,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:05:56 GMT + - Fri, 12 Jun 2020 02:04:18 GMT pragma: - no-cache server: @@ -598,7 +598,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -612,10 +612,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -625,11 +625,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:06:26 GMT + - Fri, 12 Jun 2020 02:04:49 GMT pragma: - no-cache server: @@ -643,7 +643,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -657,10 +657,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -670,11 +670,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:06:57 GMT + - Fri, 12 Jun 2020 02:05:20 GMT pragma: - no-cache server: @@ -688,7 +688,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -702,10 +702,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -715,11 +715,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:07:27 GMT + - Fri, 12 Jun 2020 02:05:53 GMT pragma: - no-cache server: @@ -733,7 +733,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -747,10 +747,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -760,11 +760,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:07:58 GMT + - Fri, 12 Jun 2020 02:06:23 GMT pragma: - no-cache server: @@ -778,7 +778,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -792,10 +792,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -805,11 +805,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:08:29 GMT + - Fri, 12 Jun 2020 02:06:54 GMT pragma: - no-cache server: @@ -823,7 +823,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -837,10 +837,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -850,11 +850,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:08:59 GMT + - Fri, 12 Jun 2020 02:07:26 GMT pragma: - no-cache server: @@ -868,7 +868,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -882,10 +882,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -895,11 +895,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:09:30 GMT + - Fri, 12 Jun 2020 02:07:56 GMT pragma: - no-cache server: @@ -913,7 +913,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -927,10 +927,190 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 + response: + body: + string: '{"status":"Dequeued"}' + headers: + cache-control: + - no-store, no-cache + content-length: + - '21' + content-location: + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 + content-type: + - application/json + date: + - Fri, 12 Jun 2020 02:08:27 GMT + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-gatewayversion: + - version=2.11.0 + status: + code: 200 + message: Ok +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 + response: + body: + string: '{"status":"Dequeued"}' + headers: + cache-control: + - no-store, no-cache + content-length: + - '21' + content-location: + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 + content-type: + - application/json + date: + - Fri, 12 Jun 2020 02:08:59 GMT + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-gatewayversion: + - version=2.11.0 + status: + code: 200 + message: Ok +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 + response: + body: + string: '{"status":"Dequeued"}' + headers: + cache-control: + - no-store, no-cache + content-length: + - '21' + content-location: + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 + content-type: + - application/json + date: + - Fri, 12 Jun 2020 02:09:30 GMT + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-gatewayversion: + - version=2.11.0 + status: + code: 200 + message: Ok +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 + response: + body: + string: '{"status":"Dequeued"}' + headers: + cache-control: + - no-store, no-cache + content-length: + - '21' + content-location: + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 + content-type: + - application/json + date: + - Fri, 12 Jun 2020 02:10:02 GMT + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-gatewayversion: + - version=2.11.0 + status: + code: 200 + message: Ok +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 response: body: string: '{"status":"Succeeded"}' @@ -940,11 +1120,11 @@ interactions: content-length: - '22' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/0421e989-bb1f-4e62-9cf9-3620b4730854?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/df8addd6-42b8-4b97-a84e-8ba92aa8e22e?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:10:00 GMT + - Fri, 12 Jun 2020 02:10:34 GMT pragma: - no-cache server: @@ -958,7 +1138,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -972,29 +1152,29 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_delete4268100d/providers/Microsoft.DocumentDB/databaseAccounts/pydocumentdbx34268100d?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_delete4268100d/providers/Microsoft.DocumentDB/databaseAccounts/pydocumentdbx34268100d?api-version=2020-04-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_delete4268100d/providers/Microsoft.DocumentDB/databaseAccounts/pydocumentdbx34268100d","name":"pydocumentdbx34268100d","location":"West - US","type":"Microsoft.DocumentDB/databaseAccounts","kind":"GlobalDocumentDB","tags":{},"properties":{"provisioningState":"Succeeded","documentEndpoint":"https://pydocumentdbx34268100d.documents.azure.com:443/","ipRangeFilter":"","publicNetworkAccess":"Enabled","enableAutomaticFailover":false,"enableMultipleWriteLocations":false,"enablePartitionKeyMonitor":false,"isVirtualNetworkFilterEnabled":false,"virtualNetworkRules":[],"EnabledApiTypes":"Sql","disableKeyBasedMetadataWriteAccess":false,"enableFreeTier":false,"apiProperties":null,"databaseAccountOfferType":"Standard","consistencyPolicy":{"defaultConsistencyLevel":"Session","maxIntervalInSeconds":5,"maxStalenessPrefix":100},"configurationOverrides":{},"writeLocations":[{"id":"pydocumentdbx34268100d-westus","locationName":"West + US","type":"Microsoft.DocumentDB/databaseAccounts","kind":"GlobalDocumentDB","tags":{},"properties":{"provisioningState":"Succeeded","documentEndpoint":"https://pydocumentdbx34268100d.documents.azure.com:443/","publicNetworkAccess":"Enabled","enableAutomaticFailover":false,"enableMultipleWriteLocations":false,"enablePartitionKeyMonitor":false,"isVirtualNetworkFilterEnabled":false,"virtualNetworkRules":[],"EnabledApiTypes":"Sql","disableKeyBasedMetadataWriteAccess":false,"enableFreeTier":false,"enableAnalyticalStorage":false,"databaseAccountOfferType":"Standard","consistencyPolicy":{"defaultConsistencyLevel":"Session","maxIntervalInSeconds":5,"maxStalenessPrefix":100},"configurationOverrides":{},"writeLocations":[{"id":"pydocumentdbx34268100d-westus","locationName":"West US","documentEndpoint":"https://pydocumentdbx34268100d-westus.documents.azure.com:443/","provisioningState":"Succeeded","failoverPriority":0,"isZoneRedundant":false}],"readLocations":[{"id":"pydocumentdbx34268100d-westus","locationName":"West US","documentEndpoint":"https://pydocumentdbx34268100d-westus.documents.azure.com:443/","provisioningState":"Succeeded","failoverPriority":0,"isZoneRedundant":false}],"locations":[{"id":"pydocumentdbx34268100d-westus","locationName":"West US","documentEndpoint":"https://pydocumentdbx34268100d-westus.documents.azure.com:443/","provisioningState":"Succeeded","failoverPriority":0,"isZoneRedundant":false}],"failoverPolicies":[{"id":"pydocumentdbx34268100d-westus","locationName":"West - US","failoverPriority":0}],"cors":[],"capabilities":[]}}' + US","failoverPriority":0}],"cors":[],"capabilities":[],"ipRules":[]}}' headers: cache-control: - no-store, no-cache content-length: - - '1816' + - '1821' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/test_mgmt_cosmosdb_test_accounts_delete4268100d/providers/Microsoft.DocumentDB/databaseAccounts/pydocumentdbx34268100d?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/test_mgmt_cosmosdb_test_accounts_delete4268100d/providers/Microsoft.DocumentDB/databaseAccounts/pydocumentdbx34268100d?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:10:00 GMT + - Fri, 12 Jun 2020 02:10:34 GMT pragma: - no-cache server: @@ -1008,7 +1188,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -1024,30 +1204,30 @@ interactions: Content-Length: - '0' User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python accept-language: - en-US method: DELETE - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_delete4268100d/providers/Microsoft.DocumentDB/databaseAccounts/pydocumentdbx34268100d?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_delete4268100d/providers/Microsoft.DocumentDB/databaseAccounts/pydocumentdbx34268100d?api-version=2020-04-01 response: body: string: '{"status":"Enqueued"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/1cc8bcf4-8e9d-4981-b2ba-1573135b1d7b?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/6fd1515c-e229-4d03-97b7-aaa8ae656b0d?api-version=2020-04-01 cache-control: - no-store, no-cache content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/test_mgmt_cosmosdb_test_accounts_delete4268100d/providers/Microsoft.DocumentDB/databaseAccounts/pydocumentdbx34268100d?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/test_mgmt_cosmosdb_test_accounts_delete4268100d/providers/Microsoft.DocumentDB/databaseAccounts/pydocumentdbx34268100d?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:10:04 GMT + - Fri, 12 Jun 2020 02:10:36 GMT location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/operationResults/1cc8bcf4-8e9d-4981-b2ba-1573135b1d7b?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationResults/6fd1515c-e229-4d03-97b7-aaa8ae656b0d?api-version=2020-04-01 pragma: - no-cache server: @@ -1057,7 +1237,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 x-ms-ratelimit-remaining-subscription-deletes: - '14999' status: @@ -1073,10 +1253,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/1cc8bcf4-8e9d-4981-b2ba-1573135b1d7b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/6fd1515c-e229-4d03-97b7-aaa8ae656b0d?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -1086,11 +1266,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/1cc8bcf4-8e9d-4981-b2ba-1573135b1d7b?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/6fd1515c-e229-4d03-97b7-aaa8ae656b0d?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:10:35 GMT + - Fri, 12 Jun 2020 02:11:07 GMT pragma: - no-cache server: @@ -1104,7 +1284,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -1118,10 +1298,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/1cc8bcf4-8e9d-4981-b2ba-1573135b1d7b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/6fd1515c-e229-4d03-97b7-aaa8ae656b0d?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -1131,11 +1311,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/1cc8bcf4-8e9d-4981-b2ba-1573135b1d7b?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/6fd1515c-e229-4d03-97b7-aaa8ae656b0d?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:11:05 GMT + - Fri, 12 Jun 2020 02:11:38 GMT pragma: - no-cache server: @@ -1149,7 +1329,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -1163,10 +1343,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/1cc8bcf4-8e9d-4981-b2ba-1573135b1d7b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/6fd1515c-e229-4d03-97b7-aaa8ae656b0d?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -1176,11 +1356,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/1cc8bcf4-8e9d-4981-b2ba-1573135b1d7b?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/6fd1515c-e229-4d03-97b7-aaa8ae656b0d?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:11:36 GMT + - Fri, 12 Jun 2020 02:12:09 GMT pragma: - no-cache server: @@ -1194,7 +1374,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -1208,10 +1388,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/1cc8bcf4-8e9d-4981-b2ba-1573135b1d7b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/6fd1515c-e229-4d03-97b7-aaa8ae656b0d?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -1221,11 +1401,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/1cc8bcf4-8e9d-4981-b2ba-1573135b1d7b?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/6fd1515c-e229-4d03-97b7-aaa8ae656b0d?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:12:07 GMT + - Fri, 12 Jun 2020 02:12:39 GMT pragma: - no-cache server: @@ -1239,7 +1419,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -1253,10 +1433,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/1cc8bcf4-8e9d-4981-b2ba-1573135b1d7b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/6fd1515c-e229-4d03-97b7-aaa8ae656b0d?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -1266,11 +1446,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/1cc8bcf4-8e9d-4981-b2ba-1573135b1d7b?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/6fd1515c-e229-4d03-97b7-aaa8ae656b0d?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:12:38 GMT + - Fri, 12 Jun 2020 02:13:11 GMT pragma: - no-cache server: @@ -1284,7 +1464,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -1298,10 +1478,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/1cc8bcf4-8e9d-4981-b2ba-1573135b1d7b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/6fd1515c-e229-4d03-97b7-aaa8ae656b0d?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -1311,11 +1491,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/1cc8bcf4-8e9d-4981-b2ba-1573135b1d7b?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/6fd1515c-e229-4d03-97b7-aaa8ae656b0d?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:13:08 GMT + - Fri, 12 Jun 2020 02:13:43 GMT pragma: - no-cache server: @@ -1329,7 +1509,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -1343,10 +1523,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/1cc8bcf4-8e9d-4981-b2ba-1573135b1d7b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/6fd1515c-e229-4d03-97b7-aaa8ae656b0d?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -1356,11 +1536,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/1cc8bcf4-8e9d-4981-b2ba-1573135b1d7b?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/6fd1515c-e229-4d03-97b7-aaa8ae656b0d?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:13:38 GMT + - Fri, 12 Jun 2020 02:14:14 GMT pragma: - no-cache server: @@ -1374,7 +1554,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -1388,10 +1568,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/1cc8bcf4-8e9d-4981-b2ba-1573135b1d7b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/6fd1515c-e229-4d03-97b7-aaa8ae656b0d?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -1401,11 +1581,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/1cc8bcf4-8e9d-4981-b2ba-1573135b1d7b?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/6fd1515c-e229-4d03-97b7-aaa8ae656b0d?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:14:09 GMT + - Fri, 12 Jun 2020 02:14:45 GMT pragma: - no-cache server: @@ -1419,7 +1599,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -1433,10 +1613,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/1cc8bcf4-8e9d-4981-b2ba-1573135b1d7b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/6fd1515c-e229-4d03-97b7-aaa8ae656b0d?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -1446,11 +1626,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/1cc8bcf4-8e9d-4981-b2ba-1573135b1d7b?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/6fd1515c-e229-4d03-97b7-aaa8ae656b0d?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:14:40 GMT + - Fri, 12 Jun 2020 02:15:20 GMT pragma: - no-cache server: @@ -1464,7 +1644,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -1478,10 +1658,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/1cc8bcf4-8e9d-4981-b2ba-1573135b1d7b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/6fd1515c-e229-4d03-97b7-aaa8ae656b0d?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -1491,11 +1671,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/1cc8bcf4-8e9d-4981-b2ba-1573135b1d7b?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/6fd1515c-e229-4d03-97b7-aaa8ae656b0d?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:15:10 GMT + - Fri, 12 Jun 2020 02:15:51 GMT pragma: - no-cache server: @@ -1509,7 +1689,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -1523,10 +1703,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/1cc8bcf4-8e9d-4981-b2ba-1573135b1d7b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/6fd1515c-e229-4d03-97b7-aaa8ae656b0d?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -1536,11 +1716,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/1cc8bcf4-8e9d-4981-b2ba-1573135b1d7b?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/6fd1515c-e229-4d03-97b7-aaa8ae656b0d?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:15:40 GMT + - Fri, 12 Jun 2020 02:16:22 GMT pragma: - no-cache server: @@ -1554,7 +1734,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -1568,10 +1748,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/1cc8bcf4-8e9d-4981-b2ba-1573135b1d7b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/6fd1515c-e229-4d03-97b7-aaa8ae656b0d?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -1581,11 +1761,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/1cc8bcf4-8e9d-4981-b2ba-1573135b1d7b?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/6fd1515c-e229-4d03-97b7-aaa8ae656b0d?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:16:10 GMT + - Fri, 12 Jun 2020 02:16:55 GMT pragma: - no-cache server: @@ -1599,7 +1779,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -1613,10 +1793,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/1cc8bcf4-8e9d-4981-b2ba-1573135b1d7b?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/6fd1515c-e229-4d03-97b7-aaa8ae656b0d?api-version=2020-04-01 response: body: string: '{"status":"Succeeded"}' @@ -1626,11 +1806,11 @@ interactions: content-length: - '22' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/1cc8bcf4-8e9d-4981-b2ba-1573135b1d7b?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/6fd1515c-e229-4d03-97b7-aaa8ae656b0d?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:16:42 GMT + - Fri, 12 Jun 2020 02:17:26 GMT pragma: - no-cache server: @@ -1644,7 +1824,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok diff --git a/sdk/cosmos/azure-mgmt-cosmosdb/tests/recordings/test_mgmt_cosmosdb.test_accounts_features.yaml b/sdk/cosmos/azure-mgmt-cosmosdb/tests/recordings/test_mgmt_cosmosdb.test_accounts_features.yaml index dcd88071f42d..d0a9c678e23f 100644 --- a/sdk/cosmos/azure-mgmt-cosmosdb/tests/recordings/test_mgmt_cosmosdb.test_accounts_features.yaml +++ b/sdk/cosmos/azure-mgmt-cosmosdb/tests/recordings/test_mgmt_cosmosdb.test_accounts_features.yaml @@ -14,35 +14,35 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python accept-language: - en-US method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx2640310f9?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx2640310f9?api-version=2020-04-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx2640310f9","name":"pycosmosdbx2640310f9","location":"West - US","type":"Microsoft.DocumentDB/databaseAccounts","kind":"GlobalDocumentDB","tags":{},"properties":{"provisioningState":"Creating","ipRangeFilter":"","publicNetworkAccess":"Enabled","enableAutomaticFailover":false,"enableMultipleWriteLocations":false,"enablePartitionKeyMonitor":false,"isVirtualNetworkFilterEnabled":false,"virtualNetworkRules":[],"EnabledApiTypes":"Sql","disableKeyBasedMetadataWriteAccess":false,"enableFreeTier":false,"apiProperties":null,"databaseAccountOfferType":"Standard","consistencyPolicy":{"defaultConsistencyLevel":"Session","maxIntervalInSeconds":5,"maxStalenessPrefix":100},"configurationOverrides":{},"writeLocations":[{"id":"pycosmosdbx2640310f9-westus","locationName":"West + US","type":"Microsoft.DocumentDB/databaseAccounts","kind":"GlobalDocumentDB","tags":{},"properties":{"provisioningState":"Creating","publicNetworkAccess":"Enabled","enableAutomaticFailover":false,"enableMultipleWriteLocations":false,"enablePartitionKeyMonitor":false,"isVirtualNetworkFilterEnabled":false,"virtualNetworkRules":[],"EnabledApiTypes":"Sql","disableKeyBasedMetadataWriteAccess":false,"enableFreeTier":false,"enableAnalyticalStorage":false,"databaseAccountOfferType":"Standard","consistencyPolicy":{"defaultConsistencyLevel":"Session","maxIntervalInSeconds":5,"maxStalenessPrefix":100},"configurationOverrides":{},"writeLocations":[{"id":"pycosmosdbx2640310f9-westus","locationName":"West US","provisioningState":"Creating","failoverPriority":0,"isZoneRedundant":false}],"readLocations":[{"id":"pycosmosdbx2640310f9-westus","locationName":"West US","provisioningState":"Creating","failoverPriority":0,"isZoneRedundant":false}],"locations":[{"id":"pycosmosdbx2640310f9-westus","locationName":"West US","provisioningState":"Creating","failoverPriority":0,"isZoneRedundant":false}],"failoverPolicies":[{"id":"pycosmosdbx2640310f9-westus","locationName":"West - US","failoverPriority":0}],"cors":[],"capabilities":[]}}' + US","failoverPriority":0}],"cors":[],"capabilities":[],"ipRules":[]}}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 cache-control: - no-store, no-cache content-length: - - '1473' + - '1478' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx2640310f9?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx2640310f9?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:17:06 GMT + - Fri, 12 Jun 2020 02:17:42 GMT location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx2640310f9/operationResults/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx2640310f9/operationResults/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 pragma: - no-cache server: @@ -56,9 +56,144 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1197' + status: + code: 200 + message: Ok +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 + response: + body: + string: '{"status":"Dequeued"}' + headers: + cache-control: + - no-store, no-cache + content-length: + - '21' + content-location: + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 + content-type: + - application/json + date: + - Fri, 12 Jun 2020 02:18:12 GMT + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-gatewayversion: + - version=2.11.0 + status: + code: 200 + message: Ok +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 + response: + body: + string: '{"status":"Dequeued"}' + headers: + cache-control: + - no-store, no-cache + content-length: + - '21' + content-location: + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 + content-type: + - application/json + date: + - Fri, 12 Jun 2020 02:18:44 GMT + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-gatewayversion: + - version=2.11.0 + status: + code: 200 + message: Ok +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 + response: + body: + string: '{"status":"Dequeued"}' + headers: + cache-control: + - no-store, no-cache + content-length: + - '21' + content-location: + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 + content-type: + - application/json + date: + - Fri, 12 Jun 2020 02:19:15 GMT + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-gatewayversion: + - version=2.11.0 status: code: 200 message: Ok @@ -72,10 +207,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -85,11 +220,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:17:37 GMT + - Fri, 12 Jun 2020 02:19:45 GMT pragma: - no-cache server: @@ -103,7 +238,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -117,10 +252,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -130,11 +265,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:18:08 GMT + - Fri, 12 Jun 2020 02:20:16 GMT pragma: - no-cache server: @@ -148,7 +283,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -162,10 +297,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -175,11 +310,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:18:38 GMT + - Fri, 12 Jun 2020 02:20:49 GMT pragma: - no-cache server: @@ -193,7 +328,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -207,10 +342,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -220,11 +355,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:19:09 GMT + - Fri, 12 Jun 2020 02:21:19 GMT pragma: - no-cache server: @@ -238,7 +373,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -252,10 +387,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -265,11 +400,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:19:39 GMT + - Fri, 12 Jun 2020 02:21:50 GMT pragma: - no-cache server: @@ -283,7 +418,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -297,10 +432,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -310,11 +445,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:20:10 GMT + - Fri, 12 Jun 2020 02:22:22 GMT pragma: - no-cache server: @@ -328,7 +463,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -342,10 +477,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -355,11 +490,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:20:40 GMT + - Fri, 12 Jun 2020 02:22:52 GMT pragma: - no-cache server: @@ -373,7 +508,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -387,10 +522,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -400,11 +535,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:21:11 GMT + - Fri, 12 Jun 2020 02:23:23 GMT pragma: - no-cache server: @@ -418,7 +553,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -432,10 +567,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -445,11 +580,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:21:42 GMT + - Fri, 12 Jun 2020 02:23:53 GMT pragma: - no-cache server: @@ -463,7 +598,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -477,10 +612,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -490,11 +625,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:22:12 GMT + - Fri, 12 Jun 2020 02:24:24 GMT pragma: - no-cache server: @@ -508,7 +643,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -522,10 +657,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -535,11 +670,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:22:42 GMT + - Fri, 12 Jun 2020 02:24:55 GMT pragma: - no-cache server: @@ -553,7 +688,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -567,10 +702,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -580,11 +715,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:23:12 GMT + - Fri, 12 Jun 2020 02:25:57 GMT pragma: - no-cache server: @@ -598,7 +733,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -612,10 +747,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -625,11 +760,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:23:43 GMT + - Fri, 12 Jun 2020 02:27:11 GMT pragma: - no-cache server: @@ -643,7 +778,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -657,10 +792,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -670,11 +805,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:24:14 GMT + - Fri, 12 Jun 2020 02:27:43 GMT pragma: - no-cache server: @@ -688,7 +823,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -702,10 +837,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -715,11 +850,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:24:45 GMT + - Fri, 12 Jun 2020 02:28:15 GMT pragma: - no-cache server: @@ -733,7 +868,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -747,10 +882,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -760,11 +895,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:25:14 GMT + - Fri, 12 Jun 2020 02:28:45 GMT pragma: - no-cache server: @@ -778,7 +913,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -792,10 +927,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -805,11 +940,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:25:45 GMT + - Fri, 12 Jun 2020 02:29:17 GMT pragma: - no-cache server: @@ -823,7 +958,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -837,10 +972,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -850,11 +985,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:26:16 GMT + - Fri, 12 Jun 2020 02:29:49 GMT pragma: - no-cache server: @@ -868,7 +1003,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -882,10 +1017,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -895,11 +1030,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:26:46 GMT + - Fri, 12 Jun 2020 02:30:21 GMT pragma: - no-cache server: @@ -913,7 +1048,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -927,10 +1062,55 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 + response: + body: + string: '{"status":"Dequeued"}' + headers: + cache-control: + - no-store, no-cache + content-length: + - '21' + content-location: + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 + content-type: + - application/json + date: + - Fri, 12 Jun 2020 02:30:53 GMT + pragma: + - no-cache + server: + - Microsoft-HTTPAPI/2.0 + strict-transport-security: + - max-age=31536000; includeSubDomains + transfer-encoding: + - chunked + vary: + - Accept-Encoding + x-content-type-options: + - nosniff + x-ms-gatewayversion: + - version=2.11.0 + status: + code: 200 + message: Ok +- request: + body: null + headers: + Accept: + - application/json + Accept-Encoding: + - gzip, deflate + Connection: + - keep-alive + User-Agent: + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 response: body: string: '{"status":"Succeeded"}' @@ -940,11 +1120,11 @@ interactions: content-length: - '22' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/c1616476-c8cf-434e-99c3-6dadc5993172?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/461bd18d-a1bc-410b-87ab-17ea39e0af8c?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:27:16 GMT + - Fri, 12 Jun 2020 02:31:43 GMT pragma: - no-cache server: @@ -958,7 +1138,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -972,29 +1152,29 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx2640310f9?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx2640310f9?api-version=2020-04-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx2640310f9","name":"pycosmosdbx2640310f9","location":"West - US","type":"Microsoft.DocumentDB/databaseAccounts","kind":"GlobalDocumentDB","tags":{},"properties":{"provisioningState":"Succeeded","documentEndpoint":"https://pycosmosdbx2640310f9.documents.azure.com:443/","ipRangeFilter":"","publicNetworkAccess":"Enabled","enableAutomaticFailover":false,"enableMultipleWriteLocations":false,"enablePartitionKeyMonitor":false,"isVirtualNetworkFilterEnabled":false,"virtualNetworkRules":[],"EnabledApiTypes":"Sql","disableKeyBasedMetadataWriteAccess":false,"enableFreeTier":false,"apiProperties":null,"databaseAccountOfferType":"Standard","consistencyPolicy":{"defaultConsistencyLevel":"Session","maxIntervalInSeconds":5,"maxStalenessPrefix":100},"configurationOverrides":{},"writeLocations":[{"id":"pycosmosdbx2640310f9-westus","locationName":"West + US","type":"Microsoft.DocumentDB/databaseAccounts","kind":"GlobalDocumentDB","tags":{},"properties":{"provisioningState":"Succeeded","documentEndpoint":"https://pycosmosdbx2640310f9.documents.azure.com:443/","publicNetworkAccess":"Enabled","enableAutomaticFailover":false,"enableMultipleWriteLocations":false,"enablePartitionKeyMonitor":false,"isVirtualNetworkFilterEnabled":false,"virtualNetworkRules":[],"EnabledApiTypes":"Sql","disableKeyBasedMetadataWriteAccess":false,"enableFreeTier":false,"enableAnalyticalStorage":false,"databaseAccountOfferType":"Standard","consistencyPolicy":{"defaultConsistencyLevel":"Session","maxIntervalInSeconds":5,"maxStalenessPrefix":100},"configurationOverrides":{},"writeLocations":[{"id":"pycosmosdbx2640310f9-westus","locationName":"West US","documentEndpoint":"https://pycosmosdbx2640310f9-westus.documents.azure.com:443/","provisioningState":"Succeeded","failoverPriority":0,"isZoneRedundant":false}],"readLocations":[{"id":"pycosmosdbx2640310f9-westus","locationName":"West US","documentEndpoint":"https://pycosmosdbx2640310f9-westus.documents.azure.com:443/","provisioningState":"Succeeded","failoverPriority":0,"isZoneRedundant":false}],"locations":[{"id":"pycosmosdbx2640310f9-westus","locationName":"West US","documentEndpoint":"https://pycosmosdbx2640310f9-westus.documents.azure.com:443/","provisioningState":"Succeeded","failoverPriority":0,"isZoneRedundant":false}],"failoverPolicies":[{"id":"pycosmosdbx2640310f9-westus","locationName":"West - US","failoverPriority":0}],"cors":[],"capabilities":[]}}' + US","failoverPriority":0}],"cors":[],"capabilities":[],"ipRules":[]}}' headers: cache-control: - no-store, no-cache content-length: - - '1798' + - '1803' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx2640310f9?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx2640310f9?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:27:16 GMT + - Fri, 12 Jun 2020 02:31:49 GMT pragma: - no-cache server: @@ -1008,7 +1188,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -1022,31 +1202,31 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx2640310f9?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx2640310f9?api-version=2020-04-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx2640310f9","name":"pycosmosdbx2640310f9","location":"West - US","type":"Microsoft.DocumentDB/databaseAccounts","kind":"GlobalDocumentDB","tags":{},"properties":{"provisioningState":"Succeeded","documentEndpoint":"https://pycosmosdbx2640310f9.documents.azure.com:443/","ipRangeFilter":"","publicNetworkAccess":"Enabled","enableAutomaticFailover":false,"enableMultipleWriteLocations":false,"enablePartitionKeyMonitor":false,"isVirtualNetworkFilterEnabled":false,"virtualNetworkRules":[],"EnabledApiTypes":"Sql","disableKeyBasedMetadataWriteAccess":false,"enableFreeTier":false,"apiProperties":null,"databaseAccountOfferType":"Standard","consistencyPolicy":{"defaultConsistencyLevel":"Session","maxIntervalInSeconds":5,"maxStalenessPrefix":100},"configurationOverrides":{},"writeLocations":[{"id":"pycosmosdbx2640310f9-westus","locationName":"West + US","type":"Microsoft.DocumentDB/databaseAccounts","kind":"GlobalDocumentDB","tags":{},"properties":{"provisioningState":"Succeeded","documentEndpoint":"https://pycosmosdbx2640310f9.documents.azure.com:443/","publicNetworkAccess":"Enabled","enableAutomaticFailover":false,"enableMultipleWriteLocations":false,"enablePartitionKeyMonitor":false,"isVirtualNetworkFilterEnabled":false,"virtualNetworkRules":[],"EnabledApiTypes":"Sql","disableKeyBasedMetadataWriteAccess":false,"enableFreeTier":false,"enableAnalyticalStorage":false,"databaseAccountOfferType":"Standard","consistencyPolicy":{"defaultConsistencyLevel":"Session","maxIntervalInSeconds":5,"maxStalenessPrefix":100},"configurationOverrides":{},"writeLocations":[{"id":"pycosmosdbx2640310f9-westus","locationName":"West US","documentEndpoint":"https://pycosmosdbx2640310f9-westus.documents.azure.com:443/","provisioningState":"Succeeded","failoverPriority":0,"isZoneRedundant":false}],"readLocations":[{"id":"pycosmosdbx2640310f9-westus","locationName":"West US","documentEndpoint":"https://pycosmosdbx2640310f9-westus.documents.azure.com:443/","provisioningState":"Succeeded","failoverPriority":0,"isZoneRedundant":false}],"locations":[{"id":"pycosmosdbx2640310f9-westus","locationName":"West US","documentEndpoint":"https://pycosmosdbx2640310f9-westus.documents.azure.com:443/","provisioningState":"Succeeded","failoverPriority":0,"isZoneRedundant":false}],"failoverPolicies":[{"id":"pycosmosdbx2640310f9-westus","locationName":"West - US","failoverPriority":0}],"cors":[],"capabilities":[]}}' + US","failoverPriority":0}],"cors":[],"capabilities":[],"ipRules":[]}}' headers: cache-control: - no-store, no-cache content-length: - - '1798' + - '1803' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx2640310f9?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx2640310f9?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:27:17 GMT + - Fri, 12 Jun 2020 02:31:49 GMT pragma: - no-cache server: @@ -1060,7 +1240,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -1074,31 +1254,31 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts?api-version=2020-04-01 response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx2640310f9","name":"pycosmosdbx2640310f9","location":"West - US","type":"Microsoft.DocumentDB/databaseAccounts","kind":"GlobalDocumentDB","tags":{},"properties":{"provisioningState":"Succeeded","documentEndpoint":"https://pycosmosdbx2640310f9.documents.azure.com:443/","ipRangeFilter":"","publicNetworkAccess":"Enabled","enableAutomaticFailover":false,"enableMultipleWriteLocations":false,"enablePartitionKeyMonitor":false,"isVirtualNetworkFilterEnabled":false,"virtualNetworkRules":[],"EnabledApiTypes":"Sql","disableKeyBasedMetadataWriteAccess":false,"enableFreeTier":false,"apiProperties":null,"databaseAccountOfferType":"Standard","consistencyPolicy":{"defaultConsistencyLevel":"Session","maxIntervalInSeconds":5,"maxStalenessPrefix":100},"configurationOverrides":{},"writeLocations":[{"id":"pycosmosdbx2640310f9-westus","locationName":"West + US","type":"Microsoft.DocumentDB/databaseAccounts","kind":"GlobalDocumentDB","tags":{},"properties":{"provisioningState":"Succeeded","documentEndpoint":"https://pycosmosdbx2640310f9.documents.azure.com:443/","publicNetworkAccess":"Enabled","enableAutomaticFailover":false,"enableMultipleWriteLocations":false,"enablePartitionKeyMonitor":false,"isVirtualNetworkFilterEnabled":false,"virtualNetworkRules":[],"EnabledApiTypes":"Sql","disableKeyBasedMetadataWriteAccess":false,"enableFreeTier":false,"enableAnalyticalStorage":false,"databaseAccountOfferType":"Standard","consistencyPolicy":{"defaultConsistencyLevel":"Session","maxIntervalInSeconds":5,"maxStalenessPrefix":100},"configurationOverrides":{},"writeLocations":[{"id":"pycosmosdbx2640310f9-westus","locationName":"West US","documentEndpoint":"https://pycosmosdbx2640310f9-westus.documents.azure.com:443/","provisioningState":"Succeeded","failoverPriority":0,"isZoneRedundant":false}],"readLocations":[{"id":"pycosmosdbx2640310f9-westus","locationName":"West US","documentEndpoint":"https://pycosmosdbx2640310f9-westus.documents.azure.com:443/","provisioningState":"Succeeded","failoverPriority":0,"isZoneRedundant":false}],"locations":[{"id":"pycosmosdbx2640310f9-westus","locationName":"West US","documentEndpoint":"https://pycosmosdbx2640310f9-westus.documents.azure.com:443/","provisioningState":"Succeeded","failoverPriority":0,"isZoneRedundant":false}],"failoverPolicies":[{"id":"pycosmosdbx2640310f9-westus","locationName":"West - US","failoverPriority":0}],"cors":[],"capabilities":[]}}]}' + US","failoverPriority":0}],"cors":[],"capabilities":[],"ipRules":[]}}]}' headers: cache-control: - no-store, no-cache content-length: - - '1810' + - '1815' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:27:17 GMT + - Fri, 12 Jun 2020 02:31:49 GMT pragma: - no-cache server: @@ -1112,7 +1292,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -1126,31 +1306,40 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python accept-language: - en-US method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/databaseAccounts?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/databaseAccounts?api-version=2020-04-01 response: body: string: '{"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx2640310f9","name":"pycosmosdbx2640310f9","location":"West - US","type":"Microsoft.DocumentDB/databaseAccounts","kind":"GlobalDocumentDB","tags":{},"properties":{"provisioningState":"Succeeded","documentEndpoint":"https://pycosmosdbx2640310f9.documents.azure.com:443/","ipRangeFilter":"","publicNetworkAccess":"Enabled","enableAutomaticFailover":false,"enableMultipleWriteLocations":false,"enablePartitionKeyMonitor":false,"isVirtualNetworkFilterEnabled":false,"virtualNetworkRules":[],"EnabledApiTypes":"Sql","disableKeyBasedMetadataWriteAccess":false,"enableFreeTier":false,"apiProperties":null,"databaseAccountOfferType":"Standard","consistencyPolicy":{"defaultConsistencyLevel":"Session","maxIntervalInSeconds":5,"maxStalenessPrefix":100},"configurationOverrides":{},"writeLocations":[{"id":"pycosmosdbx2640310f9-westus","locationName":"West + US","type":"Microsoft.DocumentDB/databaseAccounts","kind":"GlobalDocumentDB","tags":{},"properties":{"provisioningState":"Succeeded","documentEndpoint":"https://pycosmosdbx2640310f9.documents.azure.com:443/","publicNetworkAccess":"Enabled","enableAutomaticFailover":false,"enableMultipleWriteLocations":false,"enablePartitionKeyMonitor":false,"isVirtualNetworkFilterEnabled":false,"virtualNetworkRules":[],"EnabledApiTypes":"Sql","disableKeyBasedMetadataWriteAccess":false,"enableFreeTier":false,"enableAnalyticalStorage":false,"databaseAccountOfferType":"Standard","consistencyPolicy":{"defaultConsistencyLevel":"Session","maxIntervalInSeconds":5,"maxStalenessPrefix":100},"configurationOverrides":{},"writeLocations":[{"id":"pycosmosdbx2640310f9-westus","locationName":"West US","documentEndpoint":"https://pycosmosdbx2640310f9-westus.documents.azure.com:443/","provisioningState":"Succeeded","failoverPriority":0,"isZoneRedundant":false}],"readLocations":[{"id":"pycosmosdbx2640310f9-westus","locationName":"West US","documentEndpoint":"https://pycosmosdbx2640310f9-westus.documents.azure.com:443/","provisioningState":"Succeeded","failoverPriority":0,"isZoneRedundant":false}],"locations":[{"id":"pycosmosdbx2640310f9-westus","locationName":"West US","documentEndpoint":"https://pycosmosdbx2640310f9-westus.documents.azure.com:443/","provisioningState":"Succeeded","failoverPriority":0,"isZoneRedundant":false}],"failoverPolicies":[{"id":"pycosmosdbx2640310f9-westus","locationName":"West - US","failoverPriority":0}],"cors":[],"capabilities":[]}}]}' + US","failoverPriority":0}],"cors":[],"capabilities":[],"ipRules":[]}},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/xiaojianxu/providers/Microsoft.DocumentDB/databaseAccounts/xxj-db-1","name":"xxj-db-1","location":"West + US","type":"Microsoft.DocumentDB/databaseAccounts","kind":"GlobalDocumentDB","tags":{"defaultExperience":"Core + (SQL)","hidden-cosmos-mmspecial":"","CosmosAccountType":"Production"},"properties":{"provisioningState":"Succeeded","documentEndpoint":"https://xxj-db-1.documents.azure.com:443/","publicNetworkAccess":"Enabled","enableAutomaticFailover":false,"enableMultipleWriteLocations":true,"enablePartitionKeyMonitor":false,"isVirtualNetworkFilterEnabled":true,"virtualNetworkRules":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/xiaojianxu/providers/Microsoft.Network/virtualNetworks/xxj-cosmos-vnet/subnets/default","ignoreMissingVNetServiceEndpoint":false}],"EnabledApiTypes":"Sql","disableKeyBasedMetadataWriteAccess":false,"enableFreeTier":false,"enableAnalyticalStorage":false,"databaseAccountOfferType":"Standard","consistencyPolicy":{"defaultConsistencyLevel":"Session","maxIntervalInSeconds":5,"maxStalenessPrefix":100},"configurationOverrides":{},"writeLocations":[{"id":"xxj-db-1-westus","locationName":"West + US","documentEndpoint":"https://xxj-db-1-westus.documents.azure.com:443/","provisioningState":"Succeeded","failoverPriority":0,"isZoneRedundant":false},{"id":"xxj-db-1-eastus","locationName":"East + US","documentEndpoint":"https://xxj-db-1-eastus.documents.azure.com:443/","provisioningState":"Succeeded","failoverPriority":1,"isZoneRedundant":false}],"readLocations":[{"id":"xxj-db-1-westus","locationName":"West + US","documentEndpoint":"https://xxj-db-1-westus.documents.azure.com:443/","provisioningState":"Succeeded","failoverPriority":0,"isZoneRedundant":false},{"id":"xxj-db-1-eastus","locationName":"East + US","documentEndpoint":"https://xxj-db-1-eastus.documents.azure.com:443/","provisioningState":"Succeeded","failoverPriority":1,"isZoneRedundant":false}],"locations":[{"id":"xxj-db-1-westus","locationName":"West + US","documentEndpoint":"https://xxj-db-1-westus.documents.azure.com:443/","provisioningState":"Succeeded","failoverPriority":0,"isZoneRedundant":false},{"id":"xxj-db-1-eastus","locationName":"East + US","documentEndpoint":"https://xxj-db-1-eastus.documents.azure.com:443/","provisioningState":"Succeeded","failoverPriority":1,"isZoneRedundant":false}],"failoverPolicies":[{"id":"xxj-db-1-westus","locationName":"West + US","failoverPriority":0},{"id":"xxj-db-1-eastus","locationName":"East US","failoverPriority":1}],"cors":[],"capabilities":[],"ipRules":[{"ipAddressOrRange":"167.220.255.0/24"},{"ipAddressOrRange":"104.42.195.92"},{"ipAddressOrRange":"40.76.54.131"},{"ipAddressOrRange":"52.176.6.30"},{"ipAddressOrRange":"52.169.50.45"},{"ipAddressOrRange":"52.187.184.26"}]}}]}' headers: cache-control: - no-store, no-cache content-length: - - '1810' + - '4637' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/databaseAccounts?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/databaseAccounts?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:27:18 GMT + - Fri, 12 Jun 2020 02:31:50 GMT pragma: - no-cache server: @@ -1164,7 +1353,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -1182,18 +1371,18 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python accept-language: - en-US method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx2640310f9/failoverPriorityChange?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx2640310f9/failoverPriorityChange?api-version=2020-04-01 response: body: string: '{"status":"Enqueued"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/1ac3c66a-8a4d-4906-9029-e8a6688b6ba9?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/011a2f13-c4ea-4c6b-b007-6763854ce595?api-version=2020-04-01 cache-control: - no-store, no-cache content-length: @@ -1201,9 +1390,9 @@ interactions: content-type: - application/json date: - - Sat, 18 Apr 2020 07:27:19 GMT + - Fri, 12 Jun 2020 02:31:51 GMT location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx2640310f9/failoverPriorityChange/operationResults/1ac3c66a-8a4d-4906-9029-e8a6688b6ba9?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx2640310f9/failoverPriorityChange/operationResults/011a2f13-c4ea-4c6b-b007-6763854ce595?api-version=2020-04-01 pragma: - no-cache server: @@ -1213,7 +1402,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 x-ms-ratelimit-remaining-subscription-writes: - '1199' status: @@ -1229,10 +1418,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/1ac3c66a-8a4d-4906-9029-e8a6688b6ba9?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/011a2f13-c4ea-4c6b-b007-6763854ce595?api-version=2020-04-01 response: body: string: '{"status":"Succeeded"}' @@ -1242,11 +1431,11 @@ interactions: content-length: - '22' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/1ac3c66a-8a4d-4906-9029-e8a6688b6ba9?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/011a2f13-c4ea-4c6b-b007-6763854ce595?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:27:51 GMT + - Fri, 12 Jun 2020 02:32:23 GMT pragma: - no-cache server: @@ -1260,7 +1449,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -1276,15 +1465,15 @@ interactions: Content-Length: - '0' User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python accept-language: - en-US method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx2640310f9/listKeys?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx2640310f9/listKeys?api-version=2020-04-01 response: body: - string: '{"primaryMasterKey":"7TZ0zz3yFP4xMBI3XtLlVBuE4oQTmMdC6rNgEnUJQx7wzOKllxto4Bj3OQCOM4KnTicdpr44qMH0NWFqHW71Jw==","secondaryMasterKey":"fo3gvCw9ExcMhCWaWdjWBANNMXTgsfQwzktlLISqXIJBIVCVETYtPT5BXvXZNaxQ3OfNzdM6W28yTssYQMa1jA==","primaryReadonlyMasterKey":"EfV5HPt6qmp3KCTg91rvFEuOwDf0xMPJsoVViKmiUmQQkaf17SBD5rGYCMP5MvmaHFK3p9x6VhuRUHCf8ByEHQ==","secondaryReadonlyMasterKey":"rRKY4ToCiFJSsNvxrHQXaioLVzWw6PrB4MsNT15cuJmVhwTa0VibIMRG9wLnj0CFxND5Zj9L3MdW3T1rK7t0vw=="}' + string: '{"primaryMasterKey":"FVeVoF3Qb4SESO53yI7LGe7fWkYp5SvZRt5v8gcYSHpnYl2DUIHAdKGGziWLRxQEuytHfhduXvOL7s1tMNtbOg==","secondaryMasterKey":"21e2MTeqMli7cwPXYYY7UTBkJrXKRxODSgf9BNwFWVLM86CkLIB29ziFTGyTr4GfuIytGanvUjLIpU0uxP9qtQ==","primaryReadonlyMasterKey":"0hE7lz9dU0g4Q6OHJvD6X00ADbBH0ljRheSxtzqMtm48GgfuXuiojtqPwUvJH48OG4faSfj4XtuxD8AfHFlwaw==","secondaryReadonlyMasterKey":"HpphstRT3dCNbdHgxh08NMiizFlodrRYpPu5GwTHWSD0dagO4rw4Du7M83Bl4qchDbwEVD3kYPQRzXGJlyO4kg=="}' headers: cache-control: - no-store, no-cache @@ -1293,7 +1482,7 @@ interactions: content-type: - application/json date: - - Sat, 18 Apr 2020 07:27:52 GMT + - Fri, 12 Jun 2020 02:32:35 GMT pragma: - no-cache server: @@ -1307,9 +1496,9 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1199' status: code: 200 message: Ok @@ -1325,15 +1514,15 @@ interactions: Content-Length: - '0' User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python accept-language: - en-US method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx2640310f9/readonlykeys?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx2640310f9/readonlykeys?api-version=2020-04-01 response: body: - string: '{"primaryReadonlyMasterKey":"EfV5HPt6qmp3KCTg91rvFEuOwDf0xMPJsoVViKmiUmQQkaf17SBD5rGYCMP5MvmaHFK3p9x6VhuRUHCf8ByEHQ==","secondaryReadonlyMasterKey":"rRKY4ToCiFJSsNvxrHQXaioLVzWw6PrB4MsNT15cuJmVhwTa0VibIMRG9wLnj0CFxND5Zj9L3MdW3T1rK7t0vw=="}' + string: '{"primaryReadonlyMasterKey":"0hE7lz9dU0g4Q6OHJvD6X00ADbBH0ljRheSxtzqMtm48GgfuXuiojtqPwUvJH48OG4faSfj4XtuxD8AfHFlwaw==","secondaryReadonlyMasterKey":"HpphstRT3dCNbdHgxh08NMiizFlodrRYpPu5GwTHWSD0dagO4rw4Du7M83Bl4qchDbwEVD3kYPQRzXGJlyO4kg=="}' headers: cache-control: - no-store, no-cache @@ -1342,7 +1531,7 @@ interactions: content-type: - application/json date: - - Sat, 18 Apr 2020 07:27:53 GMT + - Fri, 12 Jun 2020 02:32:43 GMT pragma: - no-cache server: @@ -1356,9 +1545,9 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 200 message: Ok @@ -1376,18 +1565,18 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python accept-language: - en-US method: POST - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx2640310f9/regenerateKey?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx2640310f9/regenerateKey?api-version=2020-04-01 response: body: string: '{"status":"Enqueued"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/25a175ac-5ff1-4221-b8c5-e5f572e1bfaa?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/44c3b3b3-e464-470c-b47b-84aa18ffaa83?api-version=2020-04-01 cache-control: - no-store, no-cache content-length: @@ -1395,9 +1584,9 @@ interactions: content-type: - application/json date: - - Sat, 18 Apr 2020 07:27:55 GMT + - Fri, 12 Jun 2020 02:32:44 GMT location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx2640310f9/regenerateKey/operationResults/25a175ac-5ff1-4221-b8c5-e5f572e1bfaa?api-version=2020-03-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_mgmt_cosmosdb_test_accounts_features640310f9/providers/Microsoft.DocumentDB/databaseAccounts/pycosmosdbx2640310f9/regenerateKey/operationResults/44c3b3b3-e464-470c-b47b-84aa18ffaa83?api-version=2020-04-01 pragma: - no-cache server: @@ -1407,9 +1596,9 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1198' status: code: 202 message: Accepted @@ -1423,55 +1612,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/25a175ac-5ff1-4221-b8c5-e5f572e1bfaa?api-version=2020-03-01 - response: - body: - string: '{"status":"Dequeued"}' - headers: - cache-control: - - no-store, no-cache - content-length: - - '21' - content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/25a175ac-5ff1-4221-b8c5-e5f572e1bfaa?api-version=2020-03-01 - content-type: - - application/json - date: - - Sat, 18 Apr 2020 07:28:25 GMT - pragma: - - no-cache - server: - - Microsoft-HTTPAPI/2.0 - strict-transport-security: - - max-age=31536000; includeSubDomains - transfer-encoding: - - chunked - vary: - - Accept-Encoding - x-content-type-options: - - nosniff - x-ms-gatewayversion: - - version=2.10.0 - status: - code: 200 - message: Ok -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/25a175ac-5ff1-4221-b8c5-e5f572e1bfaa?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/44c3b3b3-e464-470c-b47b-84aa18ffaa83?api-version=2020-04-01 response: body: string: '{"status":"Dequeued"}' @@ -1481,11 +1625,11 @@ interactions: content-length: - '21' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/25a175ac-5ff1-4221-b8c5-e5f572e1bfaa?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/44c3b3b3-e464-470c-b47b-84aa18ffaa83?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:28:56 GMT + - Fri, 12 Jun 2020 02:33:15 GMT pragma: - no-cache server: @@ -1499,7 +1643,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok @@ -1513,10 +1657,10 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.6.9 (Linux-4.9.184-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 - msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.13.0 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.104-microsoft-standard-x86_64-with-Ubuntu-18.04-bionic) + msrest/0.6.10 msrest_azure/0.6.2 azure-mgmt-cosmosdb/0.15.0 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/25a175ac-5ff1-4221-b8c5-e5f572e1bfaa?api-version=2020-03-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/44c3b3b3-e464-470c-b47b-84aa18ffaa83?api-version=2020-04-01 response: body: string: '{"status":"Succeeded"}' @@ -1526,11 +1670,11 @@ interactions: content-length: - '22' content-location: - - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/25a175ac-5ff1-4221-b8c5-e5f572e1bfaa?api-version=2020-03-01 + - https://management.documents.azure.com:450/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.DocumentDB/locations/westus/operationsStatus/44c3b3b3-e464-470c-b47b-84aa18ffaa83?api-version=2020-04-01 content-type: - application/json date: - - Sat, 18 Apr 2020 07:29:27 GMT + - Fri, 12 Jun 2020 02:34:00 GMT pragma: - no-cache server: @@ -1544,7 +1688,7 @@ interactions: x-content-type-options: - nosniff x-ms-gatewayversion: - - version=2.10.0 + - version=2.11.0 status: code: 200 message: Ok