From 125652e82318d279b33ea4597d96c7f166e7ae6e Mon Sep 17 00:00:00 2001 From: SDK Automation Date: Fri, 25 Sep 2020 02:11:40 +0000 Subject: [PATCH 1/2] Generated from 67517a79eb93bbeeb1181e777a8456e0e101dc8f --- .../_postgre_sql_management_client.py | 7 +- .../models/__init__.py | 5 - .../models/_models.py | 67 +--- .../models/_models_py3.py | 71 +--- .../models/_paged_models.py | 13 - .../operations/__init__.py | 2 - .../_check_name_availability_operations.py | 4 +- .../operations/_configurations_operations.py | 4 +- .../operations/_firewall_rules_operations.py | 4 +- ..._location_based_capabilities_operations.py | 4 +- .../operations/_operations.py | 4 +- .../operations/_server_keys_operations.py | 375 ------------------ .../operations/_servers_operations.py | 4 +- ...virtual_network_subnet_usage_operations.py | 4 +- sdk/rdbms/azure-mgmt-rdbms/setup.py | 2 +- 15 files changed, 40 insertions(+), 530 deletions(-) delete mode 100644 sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_server_keys_operations.py diff --git a/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/_postgre_sql_management_client.py b/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/_postgre_sql_management_client.py index da94852f8583..2e9593ef914e 100644 --- a/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/_postgre_sql_management_client.py +++ b/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/_postgre_sql_management_client.py @@ -16,7 +16,6 @@ from .operations import ServersOperations from .operations import FirewallRulesOperations from .operations import ConfigurationsOperations -from .operations import ServerKeysOperations from .operations import CheckNameAvailabilityOperations from .operations import LocationBasedCapabilitiesOperations from .operations import VirtualNetworkSubnetUsageOperations @@ -36,8 +35,6 @@ class PostgreSQLManagementClient(SDKClient): :vartype firewall_rules: azure.mgmt.rdbms.postgresql_flexibleservers.operations.FirewallRulesOperations :ivar configurations: Configurations operations :vartype configurations: azure.mgmt.rdbms.postgresql_flexibleservers.operations.ConfigurationsOperations - :ivar server_keys: ServerKeys operations - :vartype server_keys: azure.mgmt.rdbms.postgresql_flexibleservers.operations.ServerKeysOperations :ivar check_name_availability: CheckNameAvailability operations :vartype check_name_availability: azure.mgmt.rdbms.postgresql_flexibleservers.operations.CheckNameAvailabilityOperations :ivar location_based_capabilities: LocationBasedCapabilities operations @@ -62,7 +59,7 @@ def __init__( super(PostgreSQLManagementClient, self).__init__(self.config.credentials, self.config) client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)} - self.api_version = '2020-02-14-privatepreview' + self.api_version = '2020-02-14-preview' self._serialize = Serializer(client_models) self._deserialize = Deserializer(client_models) @@ -72,8 +69,6 @@ def __init__( self._client, self.config, self._serialize, self._deserialize) self.configurations = ConfigurationsOperations( self._client, self.config, self._serialize, self._deserialize) - self.server_keys = ServerKeysOperations( - self._client, self.config, self._serialize, self._deserialize) self.check_name_availability = CheckNameAvailabilityOperations( self._client, self.config, self._serialize, self._deserialize) self.location_based_capabilities = LocationBasedCapabilitiesOperations( diff --git a/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/models/__init__.py b/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/models/__init__.py index 78143e4487ad..0966e367434c 100644 --- a/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/models/__init__.py +++ b/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/models/__init__.py @@ -34,7 +34,6 @@ from ._models_py3 import Server from ._models_py3 import ServerEditionCapability from ._models_py3 import ServerForUpdate - from ._models_py3 import ServerKey from ._models_py3 import ServerPropertiesDelegatedSubnetArguments from ._models_py3 import ServerVersionCapability from ._models_py3 import Sku @@ -70,7 +69,6 @@ from ._models import Server from ._models import ServerEditionCapability from ._models import ServerForUpdate - from ._models import ServerKey from ._models import ServerPropertiesDelegatedSubnetArguments from ._models import ServerVersionCapability from ._models import Sku @@ -84,7 +82,6 @@ from ._paged_models import CapabilityPropertiesPaged from ._paged_models import ConfigurationPaged from ._paged_models import FirewallRulePaged -from ._paged_models import ServerKeyPaged from ._paged_models import ServerPaged from ._postgre_sql_management_client_enums import ( ServerVersion, @@ -124,7 +121,6 @@ 'Server', 'ServerEditionCapability', 'ServerForUpdate', - 'ServerKey', 'ServerPropertiesDelegatedSubnetArguments', 'ServerVersionCapability', 'Sku', @@ -138,7 +134,6 @@ 'ServerPaged', 'FirewallRulePaged', 'ConfigurationPaged', - 'ServerKeyPaged', 'CapabilityPropertiesPaged', 'ServerVersion', 'ServerState', diff --git a/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/models/_models.py b/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/models/_models.py index 200323dac79e..dad7f4c3331f 100644 --- a/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/models/_models.py +++ b/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/models/_models.py @@ -515,6 +515,8 @@ class Operation(Model): operation or action. :vartype display: ~azure.mgmt.rdbms.postgresql_flexibleservers.models.OperationDisplay + :param is_data_action: Indicates whether the operation is a data action + :type is_data_action: bool :ivar origin: The intended executor of the operation. Possible values include: 'NotSpecified', 'user', 'system' :vartype origin: str or @@ -533,6 +535,7 @@ class Operation(Model): _attribute_map = { 'name': {'key': 'name', 'type': 'str'}, 'display': {'key': 'display', 'type': 'OperationDisplay'}, + 'is_data_action': {'key': 'isDataAction', 'type': 'bool'}, 'origin': {'key': 'origin', 'type': 'str'}, 'properties': {'key': 'properties', 'type': '{object}'}, } @@ -541,6 +544,7 @@ def __init__(self, **kwargs): super(Operation, self).__init__(**kwargs) self.name = None self.display = None + self.is_data_action = kwargs.get('is_data_action', None) self.origin = None self.properties = None @@ -586,18 +590,24 @@ def __init__(self, **kwargs): class OperationListResult(Model): """A list of resource provider operations. - :param value: The list of resource provider operations. + :param value: Collection of available operation details :type value: list[~azure.mgmt.rdbms.postgresql_flexibleservers.models.Operation] + :param next_link: URL client should use to fetch the next page (per server + side paging). + It's null for now, added for future use. + :type next_link: str """ _attribute_map = { 'value': {'key': 'value', 'type': '[Operation]'}, + 'next_link': {'key': 'nextLink', 'type': 'str'}, } def __init__(self, **kwargs): super(OperationListResult, self).__init__(**kwargs) self.value = kwargs.get('value', None) + self.next_link = kwargs.get('next_link', None) class Plan(Model): @@ -1140,61 +1150,6 @@ def __init__(self, **kwargs): self.tags = kwargs.get('tags', None) -class ServerKey(ProxyResource): - """A PostgreSQL Server key. - - 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. - - :ivar id: Fully qualified resource Id for the resource. Ex - - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} - :vartype id: str - :ivar name: The name of the resource - :vartype name: str - :ivar type: The type of the resource. Ex- - Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. - :vartype type: str - :ivar kind: Kind of encryption protector used to protect the key. - :vartype kind: str - :ivar server_key_type: Required. The key type like 'AzureKeyVault'. - Default value: "AzureKeyVault" . - :vartype server_key_type: str - :param uri: The URI of the key. - :type uri: str - :ivar creation_date: The key creation date. - :vartype creation_date: datetime - """ - - _validation = { - 'id': {'readonly': True}, - 'name': {'readonly': True}, - 'type': {'readonly': True}, - 'kind': {'readonly': True}, - 'server_key_type': {'required': True, 'constant': True}, - 'creation_date': {'readonly': True}, - } - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'name': {'key': 'name', 'type': 'str'}, - 'type': {'key': 'type', 'type': 'str'}, - 'kind': {'key': 'kind', 'type': 'str'}, - 'server_key_type': {'key': 'properties.serverKeyType', 'type': 'str'}, - 'uri': {'key': 'properties.uri', 'type': 'str'}, - 'creation_date': {'key': 'properties.creationDate', 'type': 'iso-8601'}, - } - - server_key_type = "AzureKeyVault" - - def __init__(self, **kwargs): - super(ServerKey, self).__init__(**kwargs) - self.kind = None - self.uri = kwargs.get('uri', None) - self.creation_date = None - - class ServerPropertiesDelegatedSubnetArguments(Model): """ServerPropertiesDelegatedSubnetArguments. diff --git a/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/models/_models_py3.py b/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/models/_models_py3.py index 9f40d6b72afd..0b17e0404dca 100644 --- a/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/models/_models_py3.py +++ b/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/models/_models_py3.py @@ -515,6 +515,8 @@ class Operation(Model): operation or action. :vartype display: ~azure.mgmt.rdbms.postgresql_flexibleservers.models.OperationDisplay + :param is_data_action: Indicates whether the operation is a data action + :type is_data_action: bool :ivar origin: The intended executor of the operation. Possible values include: 'NotSpecified', 'user', 'system' :vartype origin: str or @@ -533,14 +535,16 @@ class Operation(Model): _attribute_map = { 'name': {'key': 'name', 'type': 'str'}, 'display': {'key': 'display', 'type': 'OperationDisplay'}, + 'is_data_action': {'key': 'isDataAction', 'type': 'bool'}, 'origin': {'key': 'origin', 'type': 'str'}, 'properties': {'key': 'properties', 'type': '{object}'}, } - def __init__(self, **kwargs) -> None: + def __init__(self, *, is_data_action: bool=None, **kwargs) -> None: super(Operation, self).__init__(**kwargs) self.name = None self.display = None + self.is_data_action = is_data_action self.origin = None self.properties = None @@ -586,18 +590,24 @@ def __init__(self, **kwargs) -> None: class OperationListResult(Model): """A list of resource provider operations. - :param value: The list of resource provider operations. + :param value: Collection of available operation details :type value: list[~azure.mgmt.rdbms.postgresql_flexibleservers.models.Operation] + :param next_link: URL client should use to fetch the next page (per server + side paging). + It's null for now, added for future use. + :type next_link: str """ _attribute_map = { 'value': {'key': 'value', 'type': '[Operation]'}, + 'next_link': {'key': 'nextLink', 'type': 'str'}, } - def __init__(self, *, value=None, **kwargs) -> None: + def __init__(self, *, value=None, next_link: str=None, **kwargs) -> None: super(OperationListResult, self).__init__(**kwargs) self.value = value + self.next_link = next_link class Plan(Model): @@ -1140,61 +1150,6 @@ def __init__(self, *, location: str=None, sku=None, administrator_login_password self.tags = tags -class ServerKey(ProxyResource): - """A PostgreSQL Server key. - - 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. - - :ivar id: Fully qualified resource Id for the resource. Ex - - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} - :vartype id: str - :ivar name: The name of the resource - :vartype name: str - :ivar type: The type of the resource. Ex- - Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. - :vartype type: str - :ivar kind: Kind of encryption protector used to protect the key. - :vartype kind: str - :ivar server_key_type: Required. The key type like 'AzureKeyVault'. - Default value: "AzureKeyVault" . - :vartype server_key_type: str - :param uri: The URI of the key. - :type uri: str - :ivar creation_date: The key creation date. - :vartype creation_date: datetime - """ - - _validation = { - 'id': {'readonly': True}, - 'name': {'readonly': True}, - 'type': {'readonly': True}, - 'kind': {'readonly': True}, - 'server_key_type': {'required': True, 'constant': True}, - 'creation_date': {'readonly': True}, - } - - _attribute_map = { - 'id': {'key': 'id', 'type': 'str'}, - 'name': {'key': 'name', 'type': 'str'}, - 'type': {'key': 'type', 'type': 'str'}, - 'kind': {'key': 'kind', 'type': 'str'}, - 'server_key_type': {'key': 'properties.serverKeyType', 'type': 'str'}, - 'uri': {'key': 'properties.uri', 'type': 'str'}, - 'creation_date': {'key': 'properties.creationDate', 'type': 'iso-8601'}, - } - - server_key_type = "AzureKeyVault" - - def __init__(self, *, uri: str=None, **kwargs) -> None: - super(ServerKey, self).__init__(**kwargs) - self.kind = None - self.uri = uri - self.creation_date = None - - class ServerPropertiesDelegatedSubnetArguments(Model): """ServerPropertiesDelegatedSubnetArguments. diff --git a/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/models/_paged_models.py b/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/models/_paged_models.py index 9daf3ed2fd8d..9aebc4f39084 100644 --- a/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/models/_paged_models.py +++ b/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/models/_paged_models.py @@ -51,19 +51,6 @@ class ConfigurationPaged(Paged): def __init__(self, *args, **kwargs): super(ConfigurationPaged, self).__init__(*args, **kwargs) -class ServerKeyPaged(Paged): - """ - A paging container for iterating over a list of :class:`ServerKey ` object - """ - - _attribute_map = { - 'next_link': {'key': 'nextLink', 'type': 'str'}, - 'current_page': {'key': 'value', 'type': '[ServerKey]'} - } - - def __init__(self, *args, **kwargs): - - super(ServerKeyPaged, self).__init__(*args, **kwargs) class CapabilityPropertiesPaged(Paged): """ A paging container for iterating over a list of :class:`CapabilityProperties ` object diff --git a/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/__init__.py b/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/__init__.py index 53feb1950818..2b34596e6d4b 100644 --- a/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/__init__.py +++ b/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/__init__.py @@ -12,7 +12,6 @@ from ._servers_operations import ServersOperations from ._firewall_rules_operations import FirewallRulesOperations from ._configurations_operations import ConfigurationsOperations -from ._server_keys_operations import ServerKeysOperations from ._check_name_availability_operations import CheckNameAvailabilityOperations from ._location_based_capabilities_operations import LocationBasedCapabilitiesOperations from ._virtual_network_subnet_usage_operations import VirtualNetworkSubnetUsageOperations @@ -22,7 +21,6 @@ 'ServersOperations', 'FirewallRulesOperations', 'ConfigurationsOperations', - 'ServerKeysOperations', 'CheckNameAvailabilityOperations', 'LocationBasedCapabilitiesOperations', 'VirtualNetworkSubnetUsageOperations', diff --git a/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_check_name_availability_operations.py b/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_check_name_availability_operations.py index 77dc03a61304..d7b1c22485cb 100644 --- a/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_check_name_availability_operations.py +++ b/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_check_name_availability_operations.py @@ -25,7 +25,7 @@ class CheckNameAvailabilityOperations(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-02-14-privatepreview". + :ivar api_version: The API version to use for this operation. Constant value: "2020-02-14-preview". """ 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-02-14-privatepreview" + self.api_version = "2020-02-14-preview" self.config = config diff --git a/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_configurations_operations.py b/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_configurations_operations.py index 3e157ea89831..3dada1efe67a 100644 --- a/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_configurations_operations.py +++ b/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_configurations_operations.py @@ -27,7 +27,7 @@ class ConfigurationsOperations(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-02-14-privatepreview". + :ivar api_version: The API version to use for this operation. Constant value: "2020-02-14-preview". """ 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-02-14-privatepreview" + self.api_version = "2020-02-14-preview" self.config = config diff --git a/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_firewall_rules_operations.py b/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_firewall_rules_operations.py index a2a374b0df37..3a99844f8097 100644 --- a/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_firewall_rules_operations.py +++ b/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_firewall_rules_operations.py @@ -27,7 +27,7 @@ class FirewallRulesOperations(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-02-14-privatepreview". + :ivar api_version: The API version to use for this operation. Constant value: "2020-02-14-preview". """ 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-02-14-privatepreview" + self.api_version = "2020-02-14-preview" self.config = config diff --git a/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_location_based_capabilities_operations.py b/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_location_based_capabilities_operations.py index d6b40c1133d2..81e4ebf783c9 100644 --- a/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_location_based_capabilities_operations.py +++ b/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_location_based_capabilities_operations.py @@ -25,7 +25,7 @@ class LocationBasedCapabilitiesOperations(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-02-14-privatepreview". + :ivar api_version: The API version to use for this operation. Constant value: "2020-02-14-preview". """ 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-02-14-privatepreview" + self.api_version = "2020-02-14-preview" self.config = config diff --git a/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_operations.py b/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_operations.py index 6724622e67fd..d44e5a106b23 100644 --- a/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_operations.py +++ b/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/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-02-14-privatepreview". + :ivar api_version: The API version to use for this operation. Constant value: "2020-02-14-preview". """ 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-02-14-privatepreview" + self.api_version = "2020-02-14-preview" self.config = config diff --git a/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_server_keys_operations.py b/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_server_keys_operations.py deleted file mode 100644 index e92f0cf11fcb..000000000000 --- a/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_server_keys_operations.py +++ /dev/null @@ -1,375 +0,0 @@ -# coding=utf-8 -# -------------------------------------------------------------------------- -# Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See License.txt in the project root for -# license information. -# -# Code generated by Microsoft (R) AutoRest Code Generator. -# Changes may cause incorrect behavior and will be lost if the code is -# regenerated. -# -------------------------------------------------------------------------- - -import uuid -from msrest.pipeline import ClientRawResponse -from msrestazure.azure_exceptions import CloudError -from msrest.polling import LROPoller, NoPolling -from msrestazure.polling.arm_polling import ARMPolling - -from .. import models - - -class ServerKeysOperations(object): - """ServerKeysOperations operations. - - You should not instantiate directly this class, but create a Client instance that will create it for you and attach it as attribute. - - :param client: Client for service requests. - :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-02-14-privatepreview". - """ - - models = models - - def __init__(self, client, config, serializer, deserializer): - - self._client = client - self._serialize = serializer - self._deserialize = deserializer - self.api_version = "2020-02-14-privatepreview" - - self.config = config - - def list( - self, resource_group_name, server_name, custom_headers=None, raw=False, **operation_config): - """Gets a list of Server keys. - - :param resource_group_name: The name of the resource group. The name - is case insensitive. - :type resource_group_name: str - :param server_name: The name of the server. - :type server_name: str - :param dict custom_headers: headers that will be added to the request - :param bool raw: returns the direct response alongside the - deserialized response - :param operation_config: :ref:`Operation configuration - overrides`. - :return: An iterator like instance of ServerKey - :rtype: - ~azure.mgmt.rdbms.postgresql_flexibleservers.models.ServerKeyPaged[~azure.mgmt.rdbms.postgresql_flexibleservers.models.ServerKey] - :raises: :class:`CloudError` - """ - def prepare_request(next_link=None): - if not next_link: - # Construct URL - url = self.list.metadata['url'] - path_format_arguments = { - 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str', min_length=1), - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), - 'serverName': self._serialize.url("server_name", server_name, 'str') - } - url = self._client.format_url(url, **path_format_arguments) - - # Construct parameters - query_parameters = {} - query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str', min_length=1) - - else: - url = next_link - query_parameters = {} - - # Construct headers - header_parameters = {} - header_parameters['Accept'] = 'application/json' - if self.config.generate_client_request_id: - header_parameters['x-ms-client-request-id'] = str(uuid.uuid1()) - if custom_headers: - header_parameters.update(custom_headers) - if self.config.accept_language is not None: - header_parameters['accept-language'] = self._serialize.header("self.config.accept_language", self.config.accept_language, 'str') - - # Construct and send request - request = self._client.get(url, query_parameters, header_parameters) - return request - - def internal_paging(next_link=None): - request = prepare_request(next_link) - - response = self._client.send(request, stream=False, **operation_config) - - if response.status_code not in [200]: - exp = CloudError(response) - exp.request_id = response.headers.get('x-ms-request-id') - raise exp - - return response - - # Deserialize response - header_dict = None - if raw: - header_dict = {} - deserialized = models.ServerKeyPaged(internal_paging, self._deserialize.dependencies, header_dict) - - return deserialized - list.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBForPostgreSql/flexibleServers/{serverName}/keys'} - - def get( - self, resource_group_name, server_name, key_name, custom_headers=None, raw=False, **operation_config): - """Gets a PostgreSQL Server key. - - :param resource_group_name: The name of the resource group. The name - is case insensitive. - :type resource_group_name: str - :param server_name: The name of the server. - :type server_name: str - :param key_name: The name of the PostgreSQL Server key to be - retrieved. - :type key_name: str - :param dict custom_headers: headers that will be added to the request - :param bool raw: returns the direct response alongside the - deserialized response - :param operation_config: :ref:`Operation configuration - overrides`. - :return: ServerKey or ClientRawResponse if raw=true - :rtype: ~azure.mgmt.rdbms.postgresql_flexibleservers.models.ServerKey - or ~msrest.pipeline.ClientRawResponse - :raises: :class:`CloudError` - """ - # Construct URL - url = self.get.metadata['url'] - path_format_arguments = { - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$'), - 'serverName': self._serialize.url("server_name", server_name, 'str'), - 'keyName': self._serialize.url("key_name", key_name, 'str'), - 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str', min_length=1) - } - url = self._client.format_url(url, **path_format_arguments) - - # Construct parameters - query_parameters = {} - query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str', min_length=1) - - # Construct headers - header_parameters = {} - header_parameters['Accept'] = 'application/json' - if self.config.generate_client_request_id: - header_parameters['x-ms-client-request-id'] = str(uuid.uuid1()) - if custom_headers: - header_parameters.update(custom_headers) - if self.config.accept_language is not None: - header_parameters['accept-language'] = self._serialize.header("self.config.accept_language", self.config.accept_language, 'str') - - # Construct and send request - request = self._client.get(url, query_parameters, header_parameters) - response = self._client.send(request, stream=False, **operation_config) - - if response.status_code not in [200]: - exp = CloudError(response) - exp.request_id = response.headers.get('x-ms-request-id') - raise exp - - deserialized = None - if response.status_code == 200: - deserialized = self._deserialize('ServerKey', response) - - if raw: - client_raw_response = ClientRawResponse(deserialized, response) - return client_raw_response - - return deserialized - get.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBForPostgreSql/flexibleServers/{serverName}/keys/{keyName}'} - - - def _create_or_update_initial( - self, server_name, key_name, resource_group_name, uri=None, custom_headers=None, raw=False, **operation_config): - parameters = models.ServerKey(uri=uri) - - # Construct URL - url = self.create_or_update.metadata['url'] - path_format_arguments = { - 'serverName': self._serialize.url("server_name", server_name, 'str'), - 'keyName': self._serialize.url("key_name", key_name, 'str'), - 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str', min_length=1), - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$') - } - url = self._client.format_url(url, **path_format_arguments) - - # Construct parameters - query_parameters = {} - query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str', min_length=1) - - # Construct headers - header_parameters = {} - header_parameters['Accept'] = 'application/json' - header_parameters['Content-Type'] = 'application/json; charset=utf-8' - if self.config.generate_client_request_id: - header_parameters['x-ms-client-request-id'] = str(uuid.uuid1()) - if custom_headers: - header_parameters.update(custom_headers) - if self.config.accept_language is not None: - header_parameters['accept-language'] = self._serialize.header("self.config.accept_language", self.config.accept_language, 'str') - - # Construct body - body_content = self._serialize.body(parameters, 'ServerKey') - - # Construct and send request - request = self._client.put(url, query_parameters, header_parameters, body_content) - response = self._client.send(request, stream=False, **operation_config) - - if response.status_code not in [200, 202]: - exp = CloudError(response) - exp.request_id = response.headers.get('x-ms-request-id') - raise exp - - deserialized = None - - if response.status_code == 200: - deserialized = self._deserialize('ServerKey', response) - if response.status_code == 202: - deserialized = self._deserialize('ServerKey', response) - - if raw: - client_raw_response = ClientRawResponse(deserialized, response) - return client_raw_response - - return deserialized - - def create_or_update( - self, server_name, key_name, resource_group_name, uri=None, custom_headers=None, raw=False, polling=True, **operation_config): - """Creates or updates a PostgreSQL Server key. - - :param server_name: The name of the server. - :type server_name: str - :param key_name: The name of the PostgreSQL Server key to be operated - on (updated or created). - :type key_name: str - :param resource_group_name: The name of the resource group. The name - is case insensitive. - :type resource_group_name: str - :param uri: The URI of the key. - :type uri: str - :param dict custom_headers: headers that will be added to the request - :param bool raw: The poller return type is ClientRawResponse, the - direct response alongside the deserialized response - :param polling: True for ARMPolling, False for no polling, or a - polling object for personal polling strategy - :return: An instance of LROPoller that returns ServerKey or - ClientRawResponse if raw==True - :rtype: - ~msrestazure.azure_operation.AzureOperationPoller[~azure.mgmt.rdbms.postgresql_flexibleservers.models.ServerKey] - or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[~azure.mgmt.rdbms.postgresql_flexibleservers.models.ServerKey]] - :raises: :class:`CloudError` - """ - raw_result = self._create_or_update_initial( - server_name=server_name, - key_name=key_name, - resource_group_name=resource_group_name, - uri=uri, - custom_headers=custom_headers, - raw=True, - **operation_config - ) - - def get_long_running_output(response): - deserialized = self._deserialize('ServerKey', response) - - if raw: - client_raw_response = ClientRawResponse(deserialized, response) - return client_raw_response - - return deserialized - - lro_delay = operation_config.get( - 'long_running_operation_timeout', - self.config.long_running_operation_timeout) - if polling is True: polling_method = ARMPolling(lro_delay, **operation_config) - elif polling is False: polling_method = NoPolling() - else: polling_method = polling - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - create_or_update.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBForPostgreSql/flexibleServers/{serverName}/keys/{keyName}'} - - - def _delete_initial( - self, server_name, key_name, resource_group_name, custom_headers=None, raw=False, **operation_config): - # Construct URL - url = self.delete.metadata['url'] - path_format_arguments = { - 'serverName': self._serialize.url("server_name", server_name, 'str'), - 'keyName': self._serialize.url("key_name", key_name, 'str'), - 'subscriptionId': self._serialize.url("self.config.subscription_id", self.config.subscription_id, 'str', min_length=1), - 'resourceGroupName': self._serialize.url("resource_group_name", resource_group_name, 'str', max_length=90, min_length=1, pattern=r'^[-\w\._\(\)]+$') - } - url = self._client.format_url(url, **path_format_arguments) - - # Construct parameters - query_parameters = {} - query_parameters['api-version'] = self._serialize.query("self.api_version", self.api_version, 'str', min_length=1) - - # Construct headers - header_parameters = {} - if self.config.generate_client_request_id: - header_parameters['x-ms-client-request-id'] = str(uuid.uuid1()) - if custom_headers: - header_parameters.update(custom_headers) - if self.config.accept_language is not None: - header_parameters['accept-language'] = self._serialize.header("self.config.accept_language", self.config.accept_language, 'str') - - # Construct and send request - request = self._client.delete(url, query_parameters, header_parameters) - response = self._client.send(request, stream=False, **operation_config) - - if response.status_code not in [200, 202, 204]: - exp = CloudError(response) - exp.request_id = response.headers.get('x-ms-request-id') - raise exp - - if raw: - client_raw_response = ClientRawResponse(None, response) - return client_raw_response - - def delete( - self, server_name, key_name, resource_group_name, custom_headers=None, raw=False, polling=True, **operation_config): - """Deletes the PostgreSQL Server key with the given name. - - :param server_name: The name of the server. - :type server_name: str - :param key_name: The name of the PostgreSQL Server key to be deleted. - :type key_name: str - :param resource_group_name: The name of the resource group. The name - is case insensitive. - :type resource_group_name: str - :param dict custom_headers: headers that will be added to the request - :param bool raw: The poller return type is ClientRawResponse, the - direct response alongside the deserialized response - :param polling: True for ARMPolling, False for no polling, or a - polling object for personal polling strategy - :return: An instance of LROPoller that returns None or - ClientRawResponse if raw==True - :rtype: ~msrestazure.azure_operation.AzureOperationPoller[None] or - ~msrestazure.azure_operation.AzureOperationPoller[~msrest.pipeline.ClientRawResponse[None]] - :raises: :class:`CloudError` - """ - raw_result = self._delete_initial( - server_name=server_name, - key_name=key_name, - resource_group_name=resource_group_name, - custom_headers=custom_headers, - raw=True, - **operation_config - ) - - def get_long_running_output(response): - if raw: - client_raw_response = ClientRawResponse(None, response) - return client_raw_response - - lro_delay = operation_config.get( - 'long_running_operation_timeout', - self.config.long_running_operation_timeout) - if polling is True: polling_method = ARMPolling(lro_delay, **operation_config) - elif polling is False: polling_method = NoPolling() - else: polling_method = polling - return LROPoller(self._client, raw_result, get_long_running_output, polling_method) - delete.metadata = {'url': '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBForPostgreSql/flexibleServers/{serverName}/keys/{keyName}'} diff --git a/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_servers_operations.py b/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_servers_operations.py index 63dfcd6a45be..866aeadd3252 100644 --- a/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_servers_operations.py +++ b/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_servers_operations.py @@ -27,7 +27,7 @@ class ServersOperations(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-02-14-privatepreview". + :ivar api_version: The API version to use for this operation. Constant value: "2020-02-14-preview". """ 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-02-14-privatepreview" + self.api_version = "2020-02-14-preview" self.config = config diff --git a/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_virtual_network_subnet_usage_operations.py b/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_virtual_network_subnet_usage_operations.py index ae127e72425a..0bdb74b051aa 100644 --- a/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_virtual_network_subnet_usage_operations.py +++ b/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/postgresql_flexibleservers/operations/_virtual_network_subnet_usage_operations.py @@ -25,7 +25,7 @@ class VirtualNetworkSubnetUsageOperations(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-02-14-privatepreview". + :ivar api_version: The API version to use for this operation. Constant value: "2020-02-14-preview". """ 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-02-14-privatepreview" + self.api_version = "2020-02-14-preview" self.config = config diff --git a/sdk/rdbms/azure-mgmt-rdbms/setup.py b/sdk/rdbms/azure-mgmt-rdbms/setup.py index 158c1ad3743f..60fdabe1cfc7 100644 --- a/sdk/rdbms/azure-mgmt-rdbms/setup.py +++ b/sdk/rdbms/azure-mgmt-rdbms/setup.py @@ -36,7 +36,7 @@ pass # Version extraction inspired from 'requests' -with open(os.path.join(package_folder_path, 'version.py') +with open(os.path.join(package_folder_path, 'version.py') if os.path.exists(os.path.join(package_folder_path, 'version.py')) else os.path.join(package_folder_path, '_version.py'), 'r') as fd: version = re.search(r'^VERSION\s*=\s*[\'"]([^\'"]*)[\'"]', From c677b2798ddc953d25cebd5bc542043853a54bf0 Mon Sep 17 00:00:00 2001 From: colawwj Date: Fri, 25 Sep 2020 14:46:18 +0800 Subject: [PATCH 2/2] update-rdbms-3.1.0 --- sdk/rdbms/azure-mgmt-rdbms/CHANGELOG.md | 7 + .../azure/mgmt/rdbms/version.py | 2 +- .../test_cli_mgmt_mariadb.test_mariadb.yaml | 672 +++++++-------- .../test_cli_mgmt_mysql.test_mysql.yaml | 771 +++++++++--------- ...t_cli_mgmt_postgresql.test_postgresql.yaml | 606 ++++++++++---- 5 files changed, 1147 insertions(+), 911 deletions(-) diff --git a/sdk/rdbms/azure-mgmt-rdbms/CHANGELOG.md b/sdk/rdbms/azure-mgmt-rdbms/CHANGELOG.md index a4afef87db27..e638d367774c 100644 --- a/sdk/rdbms/azure-mgmt-rdbms/CHANGELOG.md +++ b/sdk/rdbms/azure-mgmt-rdbms/CHANGELOG.md @@ -1,5 +1,12 @@ # Release History +## 3.1.0rc1 (2020-09-25) + +**Features** + + - Model Operation has a new parameter is_data_action + - Model OperationListResult has a new parameter next_link + ## 3.0.0rc1 (2020-09-15) **Features** diff --git a/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/version.py b/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/version.py index 69d3f85e0297..f47cd0a6030f 100644 --- a/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/version.py +++ b/sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/version.py @@ -5,4 +5,4 @@ # license information. # -------------------------------------------------------------------------- -VERSION = "3.0.0rc1" +VERSION = "3.1.0rc1" diff --git a/sdk/rdbms/azure-mgmt-rdbms/tests/recordings/test_cli_mgmt_mariadb.test_mariadb.yaml b/sdk/rdbms/azure-mgmt-rdbms/tests/recordings/test_cli_mgmt_mariadb.test_mariadb.yaml index 0fc826bc1a7c..d063e568a7c5 100644 --- a/sdk/rdbms/azure-mgmt-rdbms/tests/recordings/test_cli_mgmt_mariadb.test_mariadb.yaml +++ b/sdk/rdbms/azure-mgmt-rdbms/tests/recordings/test_cli_mgmt_mariadb.test_mariadb.yaml @@ -17,18 +17,18 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827?api-version=2018-06-01 response: body: - string: '{"operation":"UpsertElasticServer","startTime":"2020-09-15T05:28:30.04Z"}' + string: '{"operation":"UpsertElasticServer","startTime":"2020-09-25T05:59:39.35Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/57856cbd-4416-48bd-841d-baf76f185197?api-version=2018-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/73666256-79e1-4496-92f8-9a8473a2368c?api-version=2018-06-01 cache-control: - no-cache content-length: @@ -36,11 +36,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:28:31 GMT + - Fri, 25 Sep 2020 05:59:40 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/operationResults/57856cbd-4416-48bd-841d-baf76f185197?api-version=2018-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/operationResults/73666256-79e1-4496-92f8-9a8473a2368c?api-version=2018-06-01 pragma: - no-cache server: @@ -64,13 +64,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/57856cbd-4416-48bd-841d-baf76f185197?api-version=2018-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/73666256-79e1-4496-92f8-9a8473a2368c?api-version=2018-06-01 response: body: - string: '{"name":"57856cbd-4416-48bd-841d-baf76f185197","status":"Succeeded","startTime":"2020-09-15T05:28:30.04Z"}' + string: '{"name":"73666256-79e1-4496-92f8-9a8473a2368c","status":"Succeeded","startTime":"2020-09-25T05:59:39.35Z"}' headers: cache-control: - no-cache @@ -79,7 +79,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:29:31 GMT + - Fri, 25 Sep 2020 06:00:40 GMT expires: - '-1' pragma: @@ -107,22 +107,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827?api-version=2018-06-01 response: body: - string: '{"sku":{"name":"GP_Gen5_2","tier":"GeneralPurpose","family":"Gen5","capacity":2},"properties":{"administratorLogin":"cloudsa","storageProfile":{"storageMB":128000,"backupRetentionDays":7,"geoRedundantBackup":"Enabled","storageAutogrow":"Disabled"},"version":"10.2","sslEnforcement":"Enabled","minimalTlsVersion":"TLSEnforcementDisabled","userVisibleState":"Ready","fullyQualifiedDomainName":"testserver21827.mariadb.database.azure.com","earliestRestoreDate":"2020-09-15T05:38:30.34+00:00","replicationRole":"None","masterServerId":"","replicaCapacity":5,"byokEnforcement":"Disabled","infrastructureEncryption":"Disabled","privateEndpointConnections":[],"publicNetworkAccess":"Enabled"},"location":"eastus","tags":{"elastic_server":"1"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827","name":"testserver21827","type":"Microsoft.DBforMariaDB/servers"}' + string: '{"sku":{"name":"GP_Gen5_2","tier":"GeneralPurpose","family":"Gen5","capacity":2},"properties":{"administratorLogin":"cloudsa","storageProfile":{"storageMB":128000,"backupRetentionDays":7,"geoRedundantBackup":"Enabled","storageAutogrow":"Disabled"},"version":"10.2","sslEnforcement":"Enabled","minimalTlsVersion":"TLSEnforcementDisabled","userVisibleState":"Ready","fullyQualifiedDomainName":"testserver21827.mariadb.database.azure.com","earliestRestoreDate":"2020-09-25T06:09:39.707+00:00","replicationRole":"None","masterServerId":"","replicaCapacity":5,"byokEnforcement":"Disabled","infrastructureEncryption":"Disabled","privateEndpointConnections":[],"publicNetworkAccess":"Enabled"},"location":"eastus","tags":{"elastic_server":"1"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827","name":"testserver21827","type":"Microsoft.DBforMariaDB/servers"}' headers: cache-control: - no-cache content-length: - - '975' + - '976' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:29:31 GMT + - Fri, 25 Sep 2020 06:00:41 GMT expires: - '-1' pragma: @@ -141,8 +141,8 @@ interactions: code: 200 message: OK - request: - body: 'b''{"properties": {"createMode": "Replica", "sourceServerId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827"}, - "location": "eastus"}''' + body: 'b''b\''{"properties": {"createMode": "Replica", "sourceServerId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827"}, + "location": "eastus"}\''''' headers: Accept: - application/json @@ -155,18 +155,18 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/serverreplica21827?api-version=2018-06-01 response: body: - string: '{"operation":"CreateElasticServerContinuousCopy","startTime":"2020-09-15T05:29:37.713Z"}' + string: '{"operation":"CreateElasticServerContinuousCopy","startTime":"2020-09-25T06:00:47.863Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/0c68748b-3b90-4990-a14e-443440e9eb87?api-version=2018-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/2fb1d502-c72b-4c9f-abb3-5b17cccdb277?api-version=2018-06-01 cache-control: - no-cache content-length: @@ -174,11 +174,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:29:37 GMT + - Fri, 25 Sep 2020 06:00:47 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/operationResults/0c68748b-3b90-4990-a14e-443440e9eb87?api-version=2018-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/operationResults/2fb1d502-c72b-4c9f-abb3-5b17cccdb277?api-version=2018-06-01 pragma: - no-cache server: @@ -202,13 +202,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/0c68748b-3b90-4990-a14e-443440e9eb87?api-version=2018-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/2fb1d502-c72b-4c9f-abb3-5b17cccdb277?api-version=2018-06-01 response: body: - string: '{"name":"0c68748b-3b90-4990-a14e-443440e9eb87","status":"InProgress","startTime":"2020-09-15T05:29:37.713Z"}' + string: '{"name":"2fb1d502-c72b-4c9f-abb3-5b17cccdb277","status":"InProgress","startTime":"2020-09-25T06:00:47.863Z"}' headers: cache-control: - no-cache @@ -217,7 +217,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:30:07 GMT + - Fri, 25 Sep 2020 06:01:18 GMT expires: - '-1' pragma: @@ -245,13 +245,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/0c68748b-3b90-4990-a14e-443440e9eb87?api-version=2018-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/2fb1d502-c72b-4c9f-abb3-5b17cccdb277?api-version=2018-06-01 response: body: - string: '{"name":"0c68748b-3b90-4990-a14e-443440e9eb87","status":"InProgress","startTime":"2020-09-15T05:29:37.713Z"}' + string: '{"name":"2fb1d502-c72b-4c9f-abb3-5b17cccdb277","status":"InProgress","startTime":"2020-09-25T06:00:47.863Z"}' headers: cache-control: - no-cache @@ -260,7 +260,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:30:38 GMT + - Fri, 25 Sep 2020 06:01:49 GMT expires: - '-1' pragma: @@ -288,13 +288,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/0c68748b-3b90-4990-a14e-443440e9eb87?api-version=2018-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/2fb1d502-c72b-4c9f-abb3-5b17cccdb277?api-version=2018-06-01 response: body: - string: '{"name":"0c68748b-3b90-4990-a14e-443440e9eb87","status":"InProgress","startTime":"2020-09-15T05:29:37.713Z"}' + string: '{"name":"2fb1d502-c72b-4c9f-abb3-5b17cccdb277","status":"InProgress","startTime":"2020-09-25T06:00:47.863Z"}' headers: cache-control: - no-cache @@ -303,7 +303,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:31:09 GMT + - Fri, 25 Sep 2020 06:02:19 GMT expires: - '-1' pragma: @@ -331,13 +331,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/0c68748b-3b90-4990-a14e-443440e9eb87?api-version=2018-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/2fb1d502-c72b-4c9f-abb3-5b17cccdb277?api-version=2018-06-01 response: body: - string: '{"name":"0c68748b-3b90-4990-a14e-443440e9eb87","status":"InProgress","startTime":"2020-09-15T05:29:37.713Z"}' + string: '{"name":"2fb1d502-c72b-4c9f-abb3-5b17cccdb277","status":"InProgress","startTime":"2020-09-25T06:00:47.863Z"}' headers: cache-control: - no-cache @@ -346,7 +346,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:31:39 GMT + - Fri, 25 Sep 2020 06:02:49 GMT expires: - '-1' pragma: @@ -374,13 +374,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/0c68748b-3b90-4990-a14e-443440e9eb87?api-version=2018-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/2fb1d502-c72b-4c9f-abb3-5b17cccdb277?api-version=2018-06-01 response: body: - string: '{"name":"0c68748b-3b90-4990-a14e-443440e9eb87","status":"InProgress","startTime":"2020-09-15T05:29:37.713Z"}' + string: '{"name":"2fb1d502-c72b-4c9f-abb3-5b17cccdb277","status":"InProgress","startTime":"2020-09-25T06:00:47.863Z"}' headers: cache-control: - no-cache @@ -389,7 +389,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:32:09 GMT + - Fri, 25 Sep 2020 06:03:20 GMT expires: - '-1' pragma: @@ -417,13 +417,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/0c68748b-3b90-4990-a14e-443440e9eb87?api-version=2018-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/2fb1d502-c72b-4c9f-abb3-5b17cccdb277?api-version=2018-06-01 response: body: - string: '{"name":"0c68748b-3b90-4990-a14e-443440e9eb87","status":"InProgress","startTime":"2020-09-15T05:29:37.713Z"}' + string: '{"name":"2fb1d502-c72b-4c9f-abb3-5b17cccdb277","status":"InProgress","startTime":"2020-09-25T06:00:47.863Z"}' headers: cache-control: - no-cache @@ -432,7 +432,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:32:39 GMT + - Fri, 25 Sep 2020 06:03:50 GMT expires: - '-1' pragma: @@ -460,13 +460,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/0c68748b-3b90-4990-a14e-443440e9eb87?api-version=2018-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/2fb1d502-c72b-4c9f-abb3-5b17cccdb277?api-version=2018-06-01 response: body: - string: '{"name":"0c68748b-3b90-4990-a14e-443440e9eb87","status":"InProgress","startTime":"2020-09-15T05:29:37.713Z"}' + string: '{"name":"2fb1d502-c72b-4c9f-abb3-5b17cccdb277","status":"InProgress","startTime":"2020-09-25T06:00:47.863Z"}' headers: cache-control: - no-cache @@ -475,7 +475,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:33:10 GMT + - Fri, 25 Sep 2020 06:04:20 GMT expires: - '-1' pragma: @@ -503,13 +503,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/0c68748b-3b90-4990-a14e-443440e9eb87?api-version=2018-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/2fb1d502-c72b-4c9f-abb3-5b17cccdb277?api-version=2018-06-01 response: body: - string: '{"name":"0c68748b-3b90-4990-a14e-443440e9eb87","status":"InProgress","startTime":"2020-09-15T05:29:37.713Z"}' + string: '{"name":"2fb1d502-c72b-4c9f-abb3-5b17cccdb277","status":"InProgress","startTime":"2020-09-25T06:00:47.863Z"}' headers: cache-control: - no-cache @@ -518,7 +518,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:33:40 GMT + - Fri, 25 Sep 2020 06:04:50 GMT expires: - '-1' pragma: @@ -546,13 +546,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/0c68748b-3b90-4990-a14e-443440e9eb87?api-version=2018-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/2fb1d502-c72b-4c9f-abb3-5b17cccdb277?api-version=2018-06-01 response: body: - string: '{"name":"0c68748b-3b90-4990-a14e-443440e9eb87","status":"InProgress","startTime":"2020-09-15T05:29:37.713Z"}' + string: '{"name":"2fb1d502-c72b-4c9f-abb3-5b17cccdb277","status":"InProgress","startTime":"2020-09-25T06:00:47.863Z"}' headers: cache-control: - no-cache @@ -561,7 +561,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:34:10 GMT + - Fri, 25 Sep 2020 06:05:21 GMT expires: - '-1' pragma: @@ -589,13 +589,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/0c68748b-3b90-4990-a14e-443440e9eb87?api-version=2018-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/2fb1d502-c72b-4c9f-abb3-5b17cccdb277?api-version=2018-06-01 response: body: - string: '{"name":"0c68748b-3b90-4990-a14e-443440e9eb87","status":"InProgress","startTime":"2020-09-15T05:29:37.713Z"}' + string: '{"name":"2fb1d502-c72b-4c9f-abb3-5b17cccdb277","status":"InProgress","startTime":"2020-09-25T06:00:47.863Z"}' headers: cache-control: - no-cache @@ -604,7 +604,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:34:41 GMT + - Fri, 25 Sep 2020 06:05:51 GMT expires: - '-1' pragma: @@ -632,13 +632,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/0c68748b-3b90-4990-a14e-443440e9eb87?api-version=2018-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/2fb1d502-c72b-4c9f-abb3-5b17cccdb277?api-version=2018-06-01 response: body: - string: '{"name":"0c68748b-3b90-4990-a14e-443440e9eb87","status":"InProgress","startTime":"2020-09-15T05:29:37.713Z"}' + string: '{"name":"2fb1d502-c72b-4c9f-abb3-5b17cccdb277","status":"InProgress","startTime":"2020-09-25T06:00:47.863Z"}' headers: cache-control: - no-cache @@ -647,7 +647,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:35:12 GMT + - Fri, 25 Sep 2020 06:06:22 GMT expires: - '-1' pragma: @@ -675,13 +675,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/0c68748b-3b90-4990-a14e-443440e9eb87?api-version=2018-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/2fb1d502-c72b-4c9f-abb3-5b17cccdb277?api-version=2018-06-01 response: body: - string: '{"name":"0c68748b-3b90-4990-a14e-443440e9eb87","status":"InProgress","startTime":"2020-09-15T05:29:37.713Z"}' + string: '{"name":"2fb1d502-c72b-4c9f-abb3-5b17cccdb277","status":"InProgress","startTime":"2020-09-25T06:00:47.863Z"}' headers: cache-control: - no-cache @@ -690,7 +690,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:35:42 GMT + - Fri, 25 Sep 2020 06:06:52 GMT expires: - '-1' pragma: @@ -718,13 +718,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/0c68748b-3b90-4990-a14e-443440e9eb87?api-version=2018-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/2fb1d502-c72b-4c9f-abb3-5b17cccdb277?api-version=2018-06-01 response: body: - string: '{"name":"0c68748b-3b90-4990-a14e-443440e9eb87","status":"InProgress","startTime":"2020-09-15T05:29:37.713Z"}' + string: '{"name":"2fb1d502-c72b-4c9f-abb3-5b17cccdb277","status":"InProgress","startTime":"2020-09-25T06:00:47.863Z"}' headers: cache-control: - no-cache @@ -733,7 +733,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:36:12 GMT + - Fri, 25 Sep 2020 06:07:23 GMT expires: - '-1' pragma: @@ -761,13 +761,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/0c68748b-3b90-4990-a14e-443440e9eb87?api-version=2018-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/2fb1d502-c72b-4c9f-abb3-5b17cccdb277?api-version=2018-06-01 response: body: - string: '{"name":"0c68748b-3b90-4990-a14e-443440e9eb87","status":"InProgress","startTime":"2020-09-15T05:29:37.713Z"}' + string: '{"name":"2fb1d502-c72b-4c9f-abb3-5b17cccdb277","status":"InProgress","startTime":"2020-09-25T06:00:47.863Z"}' headers: cache-control: - no-cache @@ -776,7 +776,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:36:42 GMT + - Fri, 25 Sep 2020 06:07:53 GMT expires: - '-1' pragma: @@ -804,13 +804,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/0c68748b-3b90-4990-a14e-443440e9eb87?api-version=2018-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/2fb1d502-c72b-4c9f-abb3-5b17cccdb277?api-version=2018-06-01 response: body: - string: '{"name":"0c68748b-3b90-4990-a14e-443440e9eb87","status":"InProgress","startTime":"2020-09-15T05:29:37.713Z"}' + string: '{"name":"2fb1d502-c72b-4c9f-abb3-5b17cccdb277","status":"InProgress","startTime":"2020-09-25T06:00:47.863Z"}' headers: cache-control: - no-cache @@ -819,7 +819,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:37:13 GMT + - Fri, 25 Sep 2020 06:08:23 GMT expires: - '-1' pragma: @@ -847,13 +847,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/0c68748b-3b90-4990-a14e-443440e9eb87?api-version=2018-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/2fb1d502-c72b-4c9f-abb3-5b17cccdb277?api-version=2018-06-01 response: body: - string: '{"name":"0c68748b-3b90-4990-a14e-443440e9eb87","status":"InProgress","startTime":"2020-09-15T05:29:37.713Z"}' + string: '{"name":"2fb1d502-c72b-4c9f-abb3-5b17cccdb277","status":"InProgress","startTime":"2020-09-25T06:00:47.863Z"}' headers: cache-control: - no-cache @@ -862,7 +862,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:37:44 GMT + - Fri, 25 Sep 2020 06:08:53 GMT expires: - '-1' pragma: @@ -890,13 +890,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/0c68748b-3b90-4990-a14e-443440e9eb87?api-version=2018-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/2fb1d502-c72b-4c9f-abb3-5b17cccdb277?api-version=2018-06-01 response: body: - string: '{"name":"0c68748b-3b90-4990-a14e-443440e9eb87","status":"InProgress","startTime":"2020-09-15T05:29:37.713Z"}' + string: '{"name":"2fb1d502-c72b-4c9f-abb3-5b17cccdb277","status":"InProgress","startTime":"2020-09-25T06:00:47.863Z"}' headers: cache-control: - no-cache @@ -905,7 +905,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:38:14 GMT + - Fri, 25 Sep 2020 06:09:24 GMT expires: - '-1' pragma: @@ -933,99 +933,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/0c68748b-3b90-4990-a14e-443440e9eb87?api-version=2018-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/2fb1d502-c72b-4c9f-abb3-5b17cccdb277?api-version=2018-06-01 response: body: - string: '{"name":"0c68748b-3b90-4990-a14e-443440e9eb87","status":"InProgress","startTime":"2020-09-15T05:29:37.713Z"}' - headers: - cache-control: - - no-cache - content-length: - - '108' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 15 Sep 2020 05:38:44 GMT - expires: - - '-1' - 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 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/0c68748b-3b90-4990-a14e-443440e9eb87?api-version=2018-06-01 - response: - body: - string: '{"name":"0c68748b-3b90-4990-a14e-443440e9eb87","status":"InProgress","startTime":"2020-09-15T05:29:37.713Z"}' - headers: - cache-control: - - no-cache - content-length: - - '108' - content-type: - - application/json; charset=utf-8 - date: - - Tue, 15 Sep 2020 05:39:15 GMT - expires: - - '-1' - 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 - status: - code: 200 - message: OK -- request: - body: null - headers: - Accept: - - application/json - Accept-Encoding: - - gzip, deflate - Connection: - - keep-alive - User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/0c68748b-3b90-4990-a14e-443440e9eb87?api-version=2018-06-01 - response: - body: - string: '{"name":"0c68748b-3b90-4990-a14e-443440e9eb87","status":"Succeeded","startTime":"2020-09-15T05:29:37.713Z"}' + string: '{"name":"2fb1d502-c72b-4c9f-abb3-5b17cccdb277","status":"Succeeded","startTime":"2020-09-25T06:00:47.863Z"}' headers: cache-control: - no-cache @@ -1034,7 +948,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:39:46 GMT + - Fri, 25 Sep 2020 06:09:54 GMT expires: - '-1' pragma: @@ -1062,22 +976,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/serverreplica21827?api-version=2018-06-01 response: body: - string: '{"sku":{"name":"GP_Gen5_2","tier":"GeneralPurpose","family":"Gen5","capacity":2},"properties":{"administratorLogin":"cloudsa","storageProfile":{"storageMB":128000,"backupRetentionDays":7,"geoRedundantBackup":"Enabled","storageAutogrow":"Enabled"},"version":"10.2","sslEnforcement":"Enabled","minimalTlsVersion":"TLSEnforcementDisabled","userVisibleState":"Ready","fullyQualifiedDomainName":"serverreplica21827.mariadb.database.azure.com","earliestRestoreDate":"2020-09-15T05:41:39.2+00:00","replicationRole":"Replica","masterServerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827","replicaCapacity":0,"byokEnforcement":"Disabled","infrastructureEncryption":"Disabled","privateEndpointConnections":[],"publicNetworkAccess":"Enabled"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/serverreplica21827","name":"serverreplica21827","type":"Microsoft.DBforMariaDB/servers"}' + string: '{"sku":{"name":"GP_Gen5_2","tier":"GeneralPurpose","family":"Gen5","capacity":2},"properties":{"administratorLogin":"cloudsa","storageProfile":{"storageMB":128000,"backupRetentionDays":7,"geoRedundantBackup":"Enabled","storageAutogrow":"Enabled"},"version":"10.2","sslEnforcement":"Enabled","minimalTlsVersion":"TLSEnforcementDisabled","userVisibleState":"Ready","fullyQualifiedDomainName":"serverreplica21827.mariadb.database.azure.com","earliestRestoreDate":"2020-09-25T06:12:02.117+00:00","replicationRole":"Replica","masterServerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827","replicaCapacity":0,"byokEnforcement":"Disabled","infrastructureEncryption":"Disabled","privateEndpointConnections":[],"publicNetworkAccess":"Enabled"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/serverreplica21827","name":"serverreplica21827","type":"Microsoft.DBforMariaDB/servers"}' headers: cache-control: - no-cache content-length: - - '1121' + - '1123' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:39:47 GMT + - Fri, 25 Sep 2020 06:09:54 GMT expires: - '-1' pragma: @@ -1110,18 +1024,18 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827/databases/testdatabase21827?api-version=2018-06-01 response: body: - string: '{"operation":"UpsertElasticServerDatabase","startTime":"2020-09-15T05:39:48.137Z"}' + string: '{"operation":"UpsertElasticServerDatabase","startTime":"2020-09-25T06:09:56.393Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/2f69dec2-c429-4b8f-b9ac-1eaa31d662c8?api-version=2018-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/4bd28390-21bc-42b8-b685-58f8277c85d9?api-version=2018-06-01 cache-control: - no-cache content-length: @@ -1129,11 +1043,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:39:47 GMT + - Fri, 25 Sep 2020 06:09:55 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/operationResults/2f69dec2-c429-4b8f-b9ac-1eaa31d662c8?api-version=2018-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/operationResults/4bd28390-21bc-42b8-b685-58f8277c85d9?api-version=2018-06-01 pragma: - no-cache server: @@ -1143,7 +1057,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1197' + - '1199' status: code: 202 message: Accepted @@ -1157,13 +1071,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/2f69dec2-c429-4b8f-b9ac-1eaa31d662c8?api-version=2018-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/4bd28390-21bc-42b8-b685-58f8277c85d9?api-version=2018-06-01 response: body: - string: '{"name":"2f69dec2-c429-4b8f-b9ac-1eaa31d662c8","status":"Succeeded","startTime":"2020-09-15T05:39:48.137Z"}' + string: '{"name":"4bd28390-21bc-42b8-b685-58f8277c85d9","status":"Succeeded","startTime":"2020-09-25T06:09:56.393Z"}' headers: cache-control: - no-cache @@ -1172,7 +1086,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:40:03 GMT + - Fri, 25 Sep 2020 06:10:12 GMT expires: - '-1' pragma: @@ -1200,8 +1114,8 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827/databases/testdatabase21827?api-version=2018-06-01 response: @@ -1215,7 +1129,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:40:04 GMT + - Fri, 25 Sep 2020 06:10:12 GMT expires: - '-1' pragma: @@ -1247,18 +1161,18 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827/firewallRules/firewallrule?api-version=2018-06-01 response: body: - string: '{"operation":"UpsertElasticServerFirewallRules","startTime":"2020-09-15T05:40:05.263Z"}' + string: '{"operation":"UpsertElasticServerFirewallRules","startTime":"2020-09-25T06:10:13.563Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/7ae236d1-c7b7-41b4-a70d-291a6e102cf7?api-version=2018-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/c9d805b4-9064-4d11-9c69-a5568a9aae97?api-version=2018-06-01 cache-control: - no-cache content-length: @@ -1266,11 +1180,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:40:06 GMT + - Fri, 25 Sep 2020 06:10:14 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/operationResults/7ae236d1-c7b7-41b4-a70d-291a6e102cf7?api-version=2018-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/operationResults/c9d805b4-9064-4d11-9c69-a5568a9aae97?api-version=2018-06-01 pragma: - no-cache server: @@ -1280,7 +1194,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1196' + - '1198' status: code: 202 message: Accepted @@ -1294,13 +1208,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/7ae236d1-c7b7-41b4-a70d-291a6e102cf7?api-version=2018-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/c9d805b4-9064-4d11-9c69-a5568a9aae97?api-version=2018-06-01 response: body: - string: '{"name":"7ae236d1-c7b7-41b4-a70d-291a6e102cf7","status":"Succeeded","startTime":"2020-09-15T05:40:05.263Z"}' + string: '{"name":"c9d805b4-9064-4d11-9c69-a5568a9aae97","status":"Succeeded","startTime":"2020-09-25T06:10:13.563Z"}' headers: cache-control: - no-cache @@ -1309,7 +1223,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:40:21 GMT + - Fri, 25 Sep 2020 06:10:30 GMT expires: - '-1' pragma: @@ -1337,8 +1251,8 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827/firewallRules/firewallrule?api-version=2018-06-01 response: @@ -1352,7 +1266,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:40:21 GMT + - Fri, 25 Sep 2020 06:10:30 GMT expires: - '-1' pragma: @@ -1384,30 +1298,30 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827/securityAlertPolicies/Default?api-version=2018-06-01 response: body: - string: '{"operation":"UpsertServerThreatDetectionPolicy","startTime":"2020-09-15T05:40:23.28Z"}' + string: '{"operation":"UpsertServerThreatDetectionPolicy","startTime":"2020-09-25T06:10:31.673Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/East%20US/securityAlertPoliciesAzureAsyncOperation/0011e246-d588-490c-bf48-79045bb62b84?api-version=2018-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/East%20US/securityAlertPoliciesAzureAsyncOperation/fe1e419f-a4c1-4cd1-97ab-3e667e4ca134?api-version=2018-06-01 cache-control: - no-cache content-length: - - '87' + - '88' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:40:23 GMT + - Fri, 25 Sep 2020 06:10:31 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/East%20US/securityAlertPoliciesOperationResults/0011e246-d588-490c-bf48-79045bb62b84?api-version=2018-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/East%20US/securityAlertPoliciesOperationResults/fe1e419f-a4c1-4cd1-97ab-3e667e4ca134?api-version=2018-06-01 pragma: - no-cache server: @@ -1417,7 +1331,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1195' + - '1197' status: code: 202 message: Accepted @@ -1431,22 +1345,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/East%20US/securityAlertPoliciesAzureAsyncOperation/0011e246-d588-490c-bf48-79045bb62b84?api-version=2018-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/East%20US/securityAlertPoliciesAzureAsyncOperation/fe1e419f-a4c1-4cd1-97ab-3e667e4ca134?api-version=2018-06-01 response: body: - string: '{"name":"0011e246-d588-490c-bf48-79045bb62b84","status":"Succeeded","startTime":"2020-09-15T05:40:23.28Z"}' + string: '{"name":"fe1e419f-a4c1-4cd1-97ab-3e667e4ca134","status":"Succeeded","startTime":"2020-09-25T06:10:31.673Z"}' headers: cache-control: - no-cache content-length: - - '106' + - '107' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:40:26 GMT + - Fri, 25 Sep 2020 06:10:35 GMT expires: - '-1' pragma: @@ -1474,13 +1388,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827/securityAlertPolicies/Default?api-version=2018-06-01 response: body: - string: '{"properties":{"state":"Enabled","disabledAlerts":[""],"emailAddresses":[""],"emailAccountAdmins":false,"storageEndpoint":"","storageAccountAccessKey":"","retentionDays":0,"creationTime":"2020-09-15T05:40:23.387Z"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827/securityAlertPolicies/Default","name":"Default","type":"Microsoft.DBforMariaDB/servers/securityAlertPolicies"}' + string: '{"properties":{"state":"Enabled","disabledAlerts":[""],"emailAddresses":[""],"emailAccountAdmins":false,"storageEndpoint":"","storageAccountAccessKey":"","retentionDays":0,"creationTime":"2020-09-25T06:10:31.783Z"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827/securityAlertPolicies/Default","name":"Default","type":"Microsoft.DBforMariaDB/servers/securityAlertPolicies"}' headers: cache-control: - no-cache @@ -1489,7 +1403,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:40:27 GMT + - Fri, 25 Sep 2020 06:10:35 GMT expires: - '-1' pragma: @@ -1521,30 +1435,30 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827/securityAlertPolicies/Default?api-version=2018-06-01 response: body: - string: '{"operation":"UpsertServerThreatDetectionPolicy","startTime":"2020-09-15T05:40:28.293Z"}' + string: '{"operation":"UpsertServerThreatDetectionPolicy","startTime":"2020-09-25T06:10:36.22Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/East%20US/securityAlertPoliciesAzureAsyncOperation/bbcf8648-773c-4e13-8657-e46b73ae9eda?api-version=2018-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/East%20US/securityAlertPoliciesAzureAsyncOperation/1833a00d-6a0a-42b0-9d25-4ab163fc05a6?api-version=2018-06-01 cache-control: - no-cache content-length: - - '88' + - '87' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:40:28 GMT + - Fri, 25 Sep 2020 06:10:36 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/East%20US/securityAlertPoliciesOperationResults/bbcf8648-773c-4e13-8657-e46b73ae9eda?api-version=2018-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/East%20US/securityAlertPoliciesOperationResults/1833a00d-6a0a-42b0-9d25-4ab163fc05a6?api-version=2018-06-01 pragma: - no-cache server: @@ -1554,7 +1468,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1194' + - '1196' status: code: 202 message: Accepted @@ -1568,22 +1482,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/East%20US/securityAlertPoliciesAzureAsyncOperation/bbcf8648-773c-4e13-8657-e46b73ae9eda?api-version=2018-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/East%20US/securityAlertPoliciesAzureAsyncOperation/1833a00d-6a0a-42b0-9d25-4ab163fc05a6?api-version=2018-06-01 response: body: - string: '{"name":"bbcf8648-773c-4e13-8657-e46b73ae9eda","status":"Succeeded","startTime":"2020-09-15T05:40:28.293Z"}' + string: '{"name":"1833a00d-6a0a-42b0-9d25-4ab163fc05a6","status":"Succeeded","startTime":"2020-09-25T06:10:36.22Z"}' headers: cache-control: - no-cache content-length: - - '107' + - '106' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:40:31 GMT + - Fri, 25 Sep 2020 06:10:39 GMT expires: - '-1' pragma: @@ -1611,13 +1525,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827/securityAlertPolicies/Default?api-version=2018-06-01 response: body: - string: '{"properties":{"state":"Disabled","disabledAlerts":[""],"emailAddresses":[""],"emailAccountAdmins":false,"storageEndpoint":"","storageAccountAccessKey":"","retentionDays":0,"creationTime":"2020-09-15T05:40:23.387Z"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827/securityAlertPolicies/Default","name":"Default","type":"Microsoft.DBforMariaDB/servers/securityAlertPolicies"}' + string: '{"properties":{"state":"Disabled","disabledAlerts":[""],"emailAddresses":[""],"emailAccountAdmins":false,"storageEndpoint":"","storageAccountAccessKey":"","retentionDays":0,"creationTime":"2020-09-25T06:10:31.783Z"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827/securityAlertPolicies/Default","name":"Default","type":"Microsoft.DBforMariaDB/servers/securityAlertPolicies"}' headers: cache-control: - no-cache @@ -1626,7 +1540,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:40:32 GMT + - Fri, 25 Sep 2020 06:10:40 GMT expires: - '-1' pragma: @@ -1654,15 +1568,15 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827/securityAlertPolicies/Default?api-version=2018-06-01 response: body: - string: '{"properties":{"state":"Disabled","disabledAlerts":[""],"emailAddresses":[""],"emailAccountAdmins":false,"storageEndpoint":"","storageAccountAccessKey":"","retentionDays":0,"creationTime":"2020-09-15T05:40:23.387Z"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827/securityAlertPolicies/Default","name":"Default","type":"Microsoft.DBforMariaDB/servers/securityAlertPolicies"}' + string: '{"properties":{"state":"Disabled","disabledAlerts":[""],"emailAddresses":[""],"emailAccountAdmins":false,"storageEndpoint":"","storageAccountAccessKey":"","retentionDays":0,"creationTime":"2020-09-25T06:10:31.783Z"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827/securityAlertPolicies/Default","name":"Default","type":"Microsoft.DBforMariaDB/servers/securityAlertPolicies"}' headers: cache-control: - no-cache @@ -1671,7 +1585,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:40:32 GMT + - Fri, 25 Sep 2020 06:10:40 GMT expires: - '-1' pragma: @@ -1699,8 +1613,8 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python accept-language: - en-US method: GET @@ -1716,7 +1630,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:40:33 GMT + - Fri, 25 Sep 2020 06:10:41 GMT expires: - '-1' pragma: @@ -1744,8 +1658,8 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python accept-language: - en-US method: GET @@ -1761,7 +1675,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:40:33 GMT + - Fri, 25 Sep 2020 06:10:41 GMT expires: - '-1' pragma: @@ -1789,24 +1703,24 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827?api-version=2018-06-01 response: body: - string: '{"sku":{"name":"GP_Gen5_2","tier":"GeneralPurpose","family":"Gen5","capacity":2},"properties":{"administratorLogin":"cloudsa","storageProfile":{"storageMB":128000,"backupRetentionDays":7,"geoRedundantBackup":"Enabled","storageAutogrow":"Disabled"},"version":"10.2","sslEnforcement":"Enabled","minimalTlsVersion":"TLSEnforcementDisabled","userVisibleState":"Ready","fullyQualifiedDomainName":"testserver21827.mariadb.database.azure.com","earliestRestoreDate":"2020-09-15T05:38:30.34+00:00","replicationRole":"Master","masterServerId":"","replicaCapacity":5,"byokEnforcement":"Disabled","infrastructureEncryption":"Disabled","privateEndpointConnections":[],"publicNetworkAccess":"Enabled"},"location":"eastus","tags":{"elastic_server":"1"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827","name":"testserver21827","type":"Microsoft.DBforMariaDB/servers"}' + string: '{"sku":{"name":"GP_Gen5_2","tier":"GeneralPurpose","family":"Gen5","capacity":2},"properties":{"administratorLogin":"cloudsa","storageProfile":{"storageMB":128000,"backupRetentionDays":7,"geoRedundantBackup":"Enabled","storageAutogrow":"Disabled"},"version":"10.2","sslEnforcement":"Enabled","minimalTlsVersion":"TLSEnforcementDisabled","userVisibleState":"Ready","fullyQualifiedDomainName":"testserver21827.mariadb.database.azure.com","earliestRestoreDate":"2020-09-25T06:09:39.707+00:00","replicationRole":"Master","masterServerId":"","replicaCapacity":5,"byokEnforcement":"Disabled","infrastructureEncryption":"Disabled","privateEndpointConnections":[],"publicNetworkAccess":"Enabled"},"location":"eastus","tags":{"elastic_server":"1"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827","name":"testserver21827","type":"Microsoft.DBforMariaDB/servers"}' headers: cache-control: - no-cache content-length: - - '977' + - '978' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:40:34 GMT + - Fri, 25 Sep 2020 06:10:42 GMT expires: - '-1' pragma: @@ -1834,8 +1748,8 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python accept-language: - en-US method: GET @@ -2070,7 +1984,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:40:35 GMT + - Fri, 25 Sep 2020 06:10:43 GMT expires: - '-1' pragma: @@ -2100,30 +2014,30 @@ interactions: Content-Length: - '0' User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python accept-language: - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827/restart?api-version=2018-06-01 response: body: - string: '{"operation":"RestartElasticServer","startTime":"2020-09-15T05:40:35.607Z"}' + string: '{"operation":"RestartElasticServer","startTime":"2020-09-25T06:10:43.58Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/97c72f0f-b1e0-4e5c-8a9d-aac03b9cb544?api-version=2018-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/5bd99744-ef57-41e8-a484-629d936d608c?api-version=2018-06-01 cache-control: - no-cache content-length: - - '75' + - '74' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:40:35 GMT + - Fri, 25 Sep 2020 06:10:43 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/operationResults/97c72f0f-b1e0-4e5c-8a9d-aac03b9cb544?api-version=2018-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/operationResults/5bd99744-ef57-41e8-a484-629d936d608c?api-version=2018-06-01 pragma: - no-cache server: @@ -2147,22 +2061,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/97c72f0f-b1e0-4e5c-8a9d-aac03b9cb544?api-version=2018-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/5bd99744-ef57-41e8-a484-629d936d608c?api-version=2018-06-01 response: body: - string: '{"name":"97c72f0f-b1e0-4e5c-8a9d-aac03b9cb544","status":"InProgress","startTime":"2020-09-15T05:40:35.607Z"}' + string: '{"name":"5bd99744-ef57-41e8-a484-629d936d608c","status":"InProgress","startTime":"2020-09-25T06:10:43.58Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:40:50 GMT + - Fri, 25 Sep 2020 06:10:58 GMT expires: - '-1' pragma: @@ -2190,22 +2104,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/97c72f0f-b1e0-4e5c-8a9d-aac03b9cb544?api-version=2018-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/5bd99744-ef57-41e8-a484-629d936d608c?api-version=2018-06-01 response: body: - string: '{"name":"97c72f0f-b1e0-4e5c-8a9d-aac03b9cb544","status":"InProgress","startTime":"2020-09-15T05:40:35.607Z"}' + string: '{"name":"5bd99744-ef57-41e8-a484-629d936d608c","status":"InProgress","startTime":"2020-09-25T06:10:43.58Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:41:06 GMT + - Fri, 25 Sep 2020 06:11:14 GMT expires: - '-1' pragma: @@ -2233,22 +2147,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/97c72f0f-b1e0-4e5c-8a9d-aac03b9cb544?api-version=2018-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/5bd99744-ef57-41e8-a484-629d936d608c?api-version=2018-06-01 response: body: - string: '{"name":"97c72f0f-b1e0-4e5c-8a9d-aac03b9cb544","status":"InProgress","startTime":"2020-09-15T05:40:35.607Z"}' + string: '{"name":"5bd99744-ef57-41e8-a484-629d936d608c","status":"InProgress","startTime":"2020-09-25T06:10:43.58Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:41:21 GMT + - Fri, 25 Sep 2020 06:11:30 GMT expires: - '-1' pragma: @@ -2276,22 +2190,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/97c72f0f-b1e0-4e5c-8a9d-aac03b9cb544?api-version=2018-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/5bd99744-ef57-41e8-a484-629d936d608c?api-version=2018-06-01 response: body: - string: '{"name":"97c72f0f-b1e0-4e5c-8a9d-aac03b9cb544","status":"Succeeded","startTime":"2020-09-15T05:40:35.607Z"}' + string: '{"name":"5bd99744-ef57-41e8-a484-629d936d608c","status":"Succeeded","startTime":"2020-09-25T06:10:43.58Z"}' headers: cache-control: - no-cache content-length: - - '107' + - '106' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:41:36 GMT + - Fri, 25 Sep 2020 06:11:46 GMT expires: - '-1' pragma: @@ -2323,30 +2237,30 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python accept-language: - en-US method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827?api-version=2018-06-01 response: body: - string: '{"operation":"UpsertElasticServer","startTime":"2020-09-15T05:41:38.42Z"}' + string: '{"operation":"UpsertElasticServer","startTime":"2020-09-25T06:11:46.793Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/251f6577-d777-4d1e-924f-a42d87e3265f?api-version=2018-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/b15e7df1-034b-47fc-851f-89174775a074?api-version=2018-06-01 cache-control: - no-cache content-length: - - '73' + - '74' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:41:39 GMT + - Fri, 25 Sep 2020 06:11:47 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/operationResults/251f6577-d777-4d1e-924f-a42d87e3265f?api-version=2018-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/operationResults/b15e7df1-034b-47fc-851f-89174775a074?api-version=2018-06-01 pragma: - no-cache server: @@ -2356,7 +2270,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1193' + - '1195' status: code: 202 message: Accepted @@ -2370,22 +2284,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/251f6577-d777-4d1e-924f-a42d87e3265f?api-version=2018-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/b15e7df1-034b-47fc-851f-89174775a074?api-version=2018-06-01 response: body: - string: '{"name":"251f6577-d777-4d1e-924f-a42d87e3265f","status":"Succeeded","startTime":"2020-09-15T05:41:38.42Z"}' + string: '{"name":"b15e7df1-034b-47fc-851f-89174775a074","status":"Succeeded","startTime":"2020-09-25T06:11:46.793Z"}' headers: cache-control: - no-cache content-length: - - '106' + - '107' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:42:39 GMT + - Fri, 25 Sep 2020 06:12:48 GMT expires: - '-1' pragma: @@ -2413,22 +2327,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827?api-version=2018-06-01 response: body: - string: '{"sku":{"name":"GP_Gen5_2","tier":"GeneralPurpose","family":"Gen5","capacity":2},"properties":{"administratorLogin":"cloudsa","storageProfile":{"storageMB":128000,"backupRetentionDays":7,"geoRedundantBackup":"Enabled","storageAutogrow":"Disabled"},"version":"10.2","sslEnforcement":"Enabled","minimalTlsVersion":"TLSEnforcementDisabled","userVisibleState":"Ready","fullyQualifiedDomainName":"testserver21827.mariadb.database.azure.com","earliestRestoreDate":"2020-09-15T05:38:30.34+00:00","replicationRole":"Master","masterServerId":"","replicaCapacity":5,"byokEnforcement":"Disabled","infrastructureEncryption":"Disabled","privateEndpointConnections":[],"publicNetworkAccess":"Enabled"},"location":"eastus","tags":{"elastic_server":"1"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827","name":"testserver21827","type":"Microsoft.DBforMariaDB/servers"}' + string: '{"sku":{"name":"GP_Gen5_2","tier":"GeneralPurpose","family":"Gen5","capacity":2},"properties":{"administratorLogin":"cloudsa","storageProfile":{"storageMB":128000,"backupRetentionDays":7,"geoRedundantBackup":"Enabled","storageAutogrow":"Disabled"},"version":"10.2","sslEnforcement":"Enabled","minimalTlsVersion":"TLSEnforcementDisabled","userVisibleState":"Ready","fullyQualifiedDomainName":"testserver21827.mariadb.database.azure.com","earliestRestoreDate":"2020-09-25T06:09:39.707+00:00","replicationRole":"Master","masterServerId":"","replicaCapacity":5,"byokEnforcement":"Disabled","infrastructureEncryption":"Disabled","privateEndpointConnections":[],"publicNetworkAccess":"Enabled"},"location":"eastus","tags":{"elastic_server":"1"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827","name":"testserver21827","type":"Microsoft.DBforMariaDB/servers"}' headers: cache-control: - no-cache content-length: - - '977' + - '978' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:42:40 GMT + - Fri, 25 Sep 2020 06:12:48 GMT expires: - '-1' pragma: @@ -2460,8 +2374,8 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python accept-language: - en-US method: POST @@ -2478,7 +2392,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:42:41 GMT + - Fri, 25 Sep 2020 06:12:50 GMT expires: - '-1' pragma: @@ -2510,30 +2424,30 @@ interactions: Content-Length: - '0' User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python accept-language: - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827/firewallRules/firewallrule?api-version=2018-06-01 response: body: - string: '{"operation":"DropElasticServerFirewallRule","startTime":"2020-09-15T05:42:42.577Z"}' + string: '{"operation":"DropElasticServerFirewallRule","startTime":"2020-09-25T06:12:50.76Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/ccd385ad-849c-46b4-acd1-a29ed3d8ecd7?api-version=2018-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/05b3fc21-0e35-4698-952f-a9fa6432508a?api-version=2018-06-01 cache-control: - no-cache content-length: - - '84' + - '83' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:42:43 GMT + - Fri, 25 Sep 2020 06:12:52 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/operationResults/ccd385ad-849c-46b4-acd1-a29ed3d8ecd7?api-version=2018-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/operationResults/05b3fc21-0e35-4698-952f-a9fa6432508a?api-version=2018-06-01 pragma: - no-cache server: @@ -2557,22 +2471,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/ccd385ad-849c-46b4-acd1-a29ed3d8ecd7?api-version=2018-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/05b3fc21-0e35-4698-952f-a9fa6432508a?api-version=2018-06-01 response: body: - string: '{"name":"ccd385ad-849c-46b4-acd1-a29ed3d8ecd7","status":"Succeeded","startTime":"2020-09-15T05:42:42.577Z"}' + string: '{"name":"05b3fc21-0e35-4698-952f-a9fa6432508a","status":"Succeeded","startTime":"2020-09-25T06:12:50.76Z"}' headers: cache-control: - no-cache content-length: - - '107' + - '106' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:42:58 GMT + - Fri, 25 Sep 2020 06:13:08 GMT expires: - '-1' pragma: @@ -2602,30 +2516,30 @@ interactions: Content-Length: - '0' User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python accept-language: - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827/databases/testdatabase21827?api-version=2018-06-01 response: body: - string: '{"operation":"DropElasticServerDatabase","startTime":"2020-09-15T05:42:59.703Z"}' + string: '{"operation":"DropElasticServerDatabase","startTime":"2020-09-25T06:13:09.37Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/95bc0d1a-9f32-4d73-baf2-ddead63c4c86?api-version=2018-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/5083b41a-b4f2-45d6-a889-f5599cd6ab51?api-version=2018-06-01 cache-control: - no-cache content-length: - - '80' + - '79' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:42:59 GMT + - Fri, 25 Sep 2020 06:13:09 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/operationResults/95bc0d1a-9f32-4d73-baf2-ddead63c4c86?api-version=2018-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/operationResults/5083b41a-b4f2-45d6-a889-f5599cd6ab51?api-version=2018-06-01 pragma: - no-cache server: @@ -2649,22 +2563,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/95bc0d1a-9f32-4d73-baf2-ddead63c4c86?api-version=2018-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/5083b41a-b4f2-45d6-a889-f5599cd6ab51?api-version=2018-06-01 response: body: - string: '{"name":"95bc0d1a-9f32-4d73-baf2-ddead63c4c86","status":"Succeeded","startTime":"2020-09-15T05:42:59.703Z"}' + string: '{"name":"5083b41a-b4f2-45d6-a889-f5599cd6ab51","status":"Succeeded","startTime":"2020-09-25T06:13:09.37Z"}' headers: cache-control: - no-cache content-length: - - '107' + - '106' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:43:15 GMT + - Fri, 25 Sep 2020 06:13:24 GMT expires: - '-1' pragma: @@ -2694,18 +2608,18 @@ interactions: Content-Length: - '0' User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python accept-language: - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mariadb_test_mariadbf2c70db8/providers/Microsoft.DBforMariaDB/servers/testserver21827?api-version=2018-06-01 response: body: - string: '{"operation":"DropElasticServer","startTime":"2020-09-15T05:43:16.873Z"}' + string: '{"operation":"DropElasticServer","startTime":"2020-09-25T06:13:25.917Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/792a6114-b628-4617-90c4-fbea73b777b6?api-version=2018-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/3033a5a5-4368-4b47-9f68-d02ea857fede?api-version=2018-06-01 cache-control: - no-cache content-length: @@ -2713,11 +2627,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:43:16 GMT + - Fri, 25 Sep 2020 06:13:25 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/operationResults/792a6114-b628-4617-90c4-fbea73b777b6?api-version=2018-06-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/operationResults/3033a5a5-4368-4b47-9f68-d02ea857fede?api-version=2018-06-01 pragma: - no-cache server: @@ -2741,13 +2655,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2018-06-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/792a6114-b628-4617-90c4-fbea73b777b6?api-version=2018-06-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMariaDB/locations/eastus/azureAsyncOperation/3033a5a5-4368-4b47-9f68-d02ea857fede?api-version=2018-06-01 response: body: - string: '{"name":"792a6114-b628-4617-90c4-fbea73b777b6","status":"Succeeded","startTime":"2020-09-15T05:43:16.873Z"}' + string: '{"name":"3033a5a5-4368-4b47-9f68-d02ea857fede","status":"Succeeded","startTime":"2020-09-25T06:13:25.917Z"}' headers: cache-control: - no-cache @@ -2756,7 +2670,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:43:32 GMT + - Fri, 25 Sep 2020 06:13:41 GMT expires: - '-1' pragma: diff --git a/sdk/rdbms/azure-mgmt-rdbms/tests/recordings/test_cli_mgmt_mysql.test_mysql.yaml b/sdk/rdbms/azure-mgmt-rdbms/tests/recordings/test_cli_mgmt_mysql.test_mysql.yaml index c473082d6a18..64e825c6e0ef 100644 --- a/sdk/rdbms/azure-mgmt-rdbms/tests/recordings/test_cli_mgmt_mysql.test_mysql.yaml +++ b/sdk/rdbms/azure-mgmt-rdbms/tests/recordings/test_cli_mgmt_mysql.test_mysql.yaml @@ -17,30 +17,30 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBForMySQL/servers/testserver2134?api-version=2017-12-01 response: body: - string: '{"operation":"UpsertElasticServer","startTime":"2020-09-15T05:43:47.86Z"}' + string: '{"operation":"UpsertElasticServer","startTime":"2020-09-25T06:13:59.723Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/83e5f3b3-85da-4b0b-9c9e-88b1f620c587?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/e65ed860-9500-4503-90ae-1ce166576716?api-version=2017-12-01 cache-control: - no-cache content-length: - - '73' + - '74' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:43:48 GMT + - Fri, 25 Sep 2020 06:14:00 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/83e5f3b3-85da-4b0b-9c9e-88b1f620c587?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/e65ed860-9500-4503-90ae-1ce166576716?api-version=2017-12-01 pragma: - no-cache server: @@ -50,7 +50,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1192' + - '1199' status: code: 202 message: Accepted @@ -64,13 +64,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/83e5f3b3-85da-4b0b-9c9e-88b1f620c587?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/e65ed860-9500-4503-90ae-1ce166576716?api-version=2017-12-01 response: body: - string: '{"name":"83e5f3b3-85da-4b0b-9c9e-88b1f620c587","status":"InProgress","startTime":"2020-09-15T05:43:47.86Z"}' + string: '{"name":"e65ed860-9500-4503-90ae-1ce166576716","status":"Succeeded","startTime":"2020-09-25T06:13:59.723Z"}' headers: cache-control: - no-cache @@ -79,7 +79,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:44:49 GMT + - Fri, 25 Sep 2020 06:15:01 GMT expires: - '-1' pragma: @@ -107,22 +107,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/83e5f3b3-85da-4b0b-9c9e-88b1f620c587?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBForMySQL/servers/testserver2134?api-version=2017-12-01 response: body: - string: '{"name":"83e5f3b3-85da-4b0b-9c9e-88b1f620c587","status":"Succeeded","startTime":"2020-09-15T05:43:47.86Z"}' + string: '{"sku":{"name":"GP_Gen5_2","tier":"GeneralPurpose","family":"Gen5","capacity":2},"properties":{"administratorLogin":"cloudsa","storageProfile":{"storageMB":128000,"backupRetentionDays":7,"geoRedundantBackup":"Enabled","storageAutogrow":"Disabled"},"version":"5.7","sslEnforcement":"Enabled","minimalTlsVersion":"TLSEnforcementDisabled","userVisibleState":"Ready","fullyQualifiedDomainName":"testserver2134.mysql.database.azure.com","earliestRestoreDate":"2020-09-25T06:24:00.02+00:00","replicationRole":"None","masterServerId":"","replicaCapacity":5,"byokEnforcement":"Disabled","privateEndpointConnections":[],"infrastructureEncryption":"Disabled","publicNetworkAccess":"Enabled"},"location":"eastus","tags":{"elastic_server":"1"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBforMySQL/servers/testserver2134","name":"testserver2134","type":"Microsoft.DBforMySQL/servers"}' headers: cache-control: - no-cache content-length: - - '106' + - '961' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:45:49 GMT + - Fri, 25 Sep 2020 06:15:01 GMT expires: - '-1' pragma: @@ -141,7 +141,8 @@ interactions: code: 200 message: OK - request: - body: null + body: 'b''b\''{"properties": {"createMode": "Replica", "sourceServerId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBforMySQL/servers/testserver2134"}, + "location": "eastus"}\''''' headers: Accept: - application/json @@ -149,43 +150,50 @@ interactions: - gzip, deflate Connection: - keep-alive + Content-Length: + - '244' + Content-Type: + - application/json; charset=utf-8 User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python - method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBForMySQL/servers/testserver2134?api-version=2017-12-01 + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + accept-language: + - en-US + method: PUT + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBForMySQL/servers/serverreplica2134?api-version=2017-12-01 response: body: - string: '{"sku":{"name":"GP_Gen5_2","tier":"GeneralPurpose","family":"Gen5","capacity":2},"properties":{"administratorLogin":"cloudsa","storageProfile":{"storageMB":128000,"backupRetentionDays":7,"geoRedundantBackup":"Enabled","storageAutogrow":"Disabled"},"version":"5.7","sslEnforcement":"Enabled","minimalTlsVersion":"TLSEnforcementDisabled","userVisibleState":"Ready","fullyQualifiedDomainName":"testserver2134.mysql.database.azure.com","earliestRestoreDate":"2020-09-15T05:53:48.187+00:00","replicationRole":"None","masterServerId":"","replicaCapacity":5,"byokEnforcement":"Disabled","privateEndpointConnections":[],"infrastructureEncryption":"Disabled","publicNetworkAccess":"Enabled"},"location":"eastus","tags":{"elastic_server":"1"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBforMySQL/servers/testserver2134","name":"testserver2134","type":"Microsoft.DBforMySQL/servers"}' + string: '{"operation":"CreateElasticServerContinuousCopy","startTime":"2020-09-25T06:15:08.77Z"}' headers: + azure-asyncoperation: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/db4643fb-2e63-45a5-bbc0-ade0c90a7ffa?api-version=2017-12-01 cache-control: - no-cache content-length: - - '962' + - '87' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:45:49 GMT + - Fri, 25 Sep 2020 06:15:08 GMT expires: - '-1' + location: + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/db4643fb-2e63-45a5-bbc0-ade0c90a7ffa?api-version=2017-12-01 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-ratelimit-remaining-subscription-writes: + - '1198' status: - code: 200 - message: OK + code: 202 + message: Accepted - request: - body: 'b''{"properties": {"createMode": "Replica", "sourceServerId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBforMySQL/servers/testserver2134"}, - "location": "eastus"}''' + body: null headers: Accept: - application/json @@ -193,48 +201,40 @@ interactions: - gzip, deflate Connection: - keep-alive - Content-Length: - - '244' - Content-Type: - - application/json; charset=utf-8 User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python - accept-language: - - en-US - method: PUT - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBForMySQL/servers/serverreplica2134?api-version=2017-12-01 + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/db4643fb-2e63-45a5-bbc0-ade0c90a7ffa?api-version=2017-12-01 response: body: - string: '{"operation":"CreateElasticServerContinuousCopy","startTime":"2020-09-15T05:45:55.613Z"}' + string: '{"name":"db4643fb-2e63-45a5-bbc0-ade0c90a7ffa","status":"InProgress","startTime":"2020-09-25T06:15:08.77Z"}' headers: - azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/1b19d496-e841-4c6a-92aa-66c054a27ae8?api-version=2017-12-01 cache-control: - no-cache content-length: - - '88' + - '107' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:45:55 GMT + - Fri, 25 Sep 2020 06:15:40 GMT expires: - '-1' - location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/1b19d496-e841-4c6a-92aa-66c054a27ae8?api-version=2017-12-01 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-ratelimit-remaining-subscription-writes: - - '1191' status: - code: 202 - message: Accepted + code: 200 + message: OK - request: body: null headers: @@ -245,22 +245,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/1b19d496-e841-4c6a-92aa-66c054a27ae8?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/db4643fb-2e63-45a5-bbc0-ade0c90a7ffa?api-version=2017-12-01 response: body: - string: '{"name":"1b19d496-e841-4c6a-92aa-66c054a27ae8","status":"InProgress","startTime":"2020-09-15T05:45:55.613Z"}' + string: '{"name":"db4643fb-2e63-45a5-bbc0-ade0c90a7ffa","status":"InProgress","startTime":"2020-09-25T06:15:08.77Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:46:26 GMT + - Fri, 25 Sep 2020 06:16:10 GMT expires: - '-1' pragma: @@ -288,22 +288,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/1b19d496-e841-4c6a-92aa-66c054a27ae8?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/db4643fb-2e63-45a5-bbc0-ade0c90a7ffa?api-version=2017-12-01 response: body: - string: '{"name":"1b19d496-e841-4c6a-92aa-66c054a27ae8","status":"InProgress","startTime":"2020-09-15T05:45:55.613Z"}' + string: '{"name":"db4643fb-2e63-45a5-bbc0-ade0c90a7ffa","status":"InProgress","startTime":"2020-09-25T06:15:08.77Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:46:56 GMT + - Fri, 25 Sep 2020 06:16:41 GMT expires: - '-1' pragma: @@ -331,22 +331,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/1b19d496-e841-4c6a-92aa-66c054a27ae8?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/db4643fb-2e63-45a5-bbc0-ade0c90a7ffa?api-version=2017-12-01 response: body: - string: '{"name":"1b19d496-e841-4c6a-92aa-66c054a27ae8","status":"InProgress","startTime":"2020-09-15T05:45:55.613Z"}' + string: '{"name":"db4643fb-2e63-45a5-bbc0-ade0c90a7ffa","status":"InProgress","startTime":"2020-09-25T06:15:08.77Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:47:27 GMT + - Fri, 25 Sep 2020 06:17:11 GMT expires: - '-1' pragma: @@ -374,22 +374,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/1b19d496-e841-4c6a-92aa-66c054a27ae8?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/db4643fb-2e63-45a5-bbc0-ade0c90a7ffa?api-version=2017-12-01 response: body: - string: '{"name":"1b19d496-e841-4c6a-92aa-66c054a27ae8","status":"InProgress","startTime":"2020-09-15T05:45:55.613Z"}' + string: '{"name":"db4643fb-2e63-45a5-bbc0-ade0c90a7ffa","status":"InProgress","startTime":"2020-09-25T06:15:08.77Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:47:57 GMT + - Fri, 25 Sep 2020 06:17:41 GMT expires: - '-1' pragma: @@ -417,22 +417,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/1b19d496-e841-4c6a-92aa-66c054a27ae8?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/db4643fb-2e63-45a5-bbc0-ade0c90a7ffa?api-version=2017-12-01 response: body: - string: '{"name":"1b19d496-e841-4c6a-92aa-66c054a27ae8","status":"InProgress","startTime":"2020-09-15T05:45:55.613Z"}' + string: '{"name":"db4643fb-2e63-45a5-bbc0-ade0c90a7ffa","status":"InProgress","startTime":"2020-09-25T06:15:08.77Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:48:27 GMT + - Fri, 25 Sep 2020 06:18:12 GMT expires: - '-1' pragma: @@ -460,22 +460,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/1b19d496-e841-4c6a-92aa-66c054a27ae8?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/db4643fb-2e63-45a5-bbc0-ade0c90a7ffa?api-version=2017-12-01 response: body: - string: '{"name":"1b19d496-e841-4c6a-92aa-66c054a27ae8","status":"InProgress","startTime":"2020-09-15T05:45:55.613Z"}' + string: '{"name":"db4643fb-2e63-45a5-bbc0-ade0c90a7ffa","status":"InProgress","startTime":"2020-09-25T06:15:08.77Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:48:58 GMT + - Fri, 25 Sep 2020 06:18:42 GMT expires: - '-1' pragma: @@ -503,22 +503,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/1b19d496-e841-4c6a-92aa-66c054a27ae8?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/db4643fb-2e63-45a5-bbc0-ade0c90a7ffa?api-version=2017-12-01 response: body: - string: '{"name":"1b19d496-e841-4c6a-92aa-66c054a27ae8","status":"InProgress","startTime":"2020-09-15T05:45:55.613Z"}' + string: '{"name":"db4643fb-2e63-45a5-bbc0-ade0c90a7ffa","status":"InProgress","startTime":"2020-09-25T06:15:08.77Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:49:28 GMT + - Fri, 25 Sep 2020 06:19:13 GMT expires: - '-1' pragma: @@ -546,22 +546,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/1b19d496-e841-4c6a-92aa-66c054a27ae8?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/db4643fb-2e63-45a5-bbc0-ade0c90a7ffa?api-version=2017-12-01 response: body: - string: '{"name":"1b19d496-e841-4c6a-92aa-66c054a27ae8","status":"InProgress","startTime":"2020-09-15T05:45:55.613Z"}' + string: '{"name":"db4643fb-2e63-45a5-bbc0-ade0c90a7ffa","status":"InProgress","startTime":"2020-09-25T06:15:08.77Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:49:58 GMT + - Fri, 25 Sep 2020 06:19:43 GMT expires: - '-1' pragma: @@ -589,22 +589,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/1b19d496-e841-4c6a-92aa-66c054a27ae8?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/db4643fb-2e63-45a5-bbc0-ade0c90a7ffa?api-version=2017-12-01 response: body: - string: '{"name":"1b19d496-e841-4c6a-92aa-66c054a27ae8","status":"InProgress","startTime":"2020-09-15T05:45:55.613Z"}' + string: '{"name":"db4643fb-2e63-45a5-bbc0-ade0c90a7ffa","status":"InProgress","startTime":"2020-09-25T06:15:08.77Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:50:29 GMT + - Fri, 25 Sep 2020 06:20:13 GMT expires: - '-1' pragma: @@ -632,22 +632,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/1b19d496-e841-4c6a-92aa-66c054a27ae8?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/db4643fb-2e63-45a5-bbc0-ade0c90a7ffa?api-version=2017-12-01 response: body: - string: '{"name":"1b19d496-e841-4c6a-92aa-66c054a27ae8","status":"InProgress","startTime":"2020-09-15T05:45:55.613Z"}' + string: '{"name":"db4643fb-2e63-45a5-bbc0-ade0c90a7ffa","status":"InProgress","startTime":"2020-09-25T06:15:08.77Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:50:59 GMT + - Fri, 25 Sep 2020 06:20:44 GMT expires: - '-1' pragma: @@ -675,22 +675,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/1b19d496-e841-4c6a-92aa-66c054a27ae8?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/db4643fb-2e63-45a5-bbc0-ade0c90a7ffa?api-version=2017-12-01 response: body: - string: '{"name":"1b19d496-e841-4c6a-92aa-66c054a27ae8","status":"InProgress","startTime":"2020-09-15T05:45:55.613Z"}' + string: '{"name":"db4643fb-2e63-45a5-bbc0-ade0c90a7ffa","status":"InProgress","startTime":"2020-09-25T06:15:08.77Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:51:30 GMT + - Fri, 25 Sep 2020 06:21:14 GMT expires: - '-1' pragma: @@ -718,22 +718,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/1b19d496-e841-4c6a-92aa-66c054a27ae8?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/db4643fb-2e63-45a5-bbc0-ade0c90a7ffa?api-version=2017-12-01 response: body: - string: '{"name":"1b19d496-e841-4c6a-92aa-66c054a27ae8","status":"InProgress","startTime":"2020-09-15T05:45:55.613Z"}' + string: '{"name":"db4643fb-2e63-45a5-bbc0-ade0c90a7ffa","status":"InProgress","startTime":"2020-09-25T06:15:08.77Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:52:00 GMT + - Fri, 25 Sep 2020 06:21:44 GMT expires: - '-1' pragma: @@ -761,22 +761,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/1b19d496-e841-4c6a-92aa-66c054a27ae8?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/db4643fb-2e63-45a5-bbc0-ade0c90a7ffa?api-version=2017-12-01 response: body: - string: '{"name":"1b19d496-e841-4c6a-92aa-66c054a27ae8","status":"InProgress","startTime":"2020-09-15T05:45:55.613Z"}' + string: '{"name":"db4643fb-2e63-45a5-bbc0-ade0c90a7ffa","status":"InProgress","startTime":"2020-09-25T06:15:08.77Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:52:31 GMT + - Fri, 25 Sep 2020 06:22:15 GMT expires: - '-1' pragma: @@ -804,22 +804,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/1b19d496-e841-4c6a-92aa-66c054a27ae8?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/db4643fb-2e63-45a5-bbc0-ade0c90a7ffa?api-version=2017-12-01 response: body: - string: '{"name":"1b19d496-e841-4c6a-92aa-66c054a27ae8","status":"InProgress","startTime":"2020-09-15T05:45:55.613Z"}' + string: '{"name":"db4643fb-2e63-45a5-bbc0-ade0c90a7ffa","status":"InProgress","startTime":"2020-09-25T06:15:08.77Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:53:01 GMT + - Fri, 25 Sep 2020 06:22:45 GMT expires: - '-1' pragma: @@ -847,22 +847,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/1b19d496-e841-4c6a-92aa-66c054a27ae8?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/db4643fb-2e63-45a5-bbc0-ade0c90a7ffa?api-version=2017-12-01 response: body: - string: '{"name":"1b19d496-e841-4c6a-92aa-66c054a27ae8","status":"InProgress","startTime":"2020-09-15T05:45:55.613Z"}' + string: '{"name":"db4643fb-2e63-45a5-bbc0-ade0c90a7ffa","status":"InProgress","startTime":"2020-09-25T06:15:08.77Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:53:32 GMT + - Fri, 25 Sep 2020 06:23:15 GMT expires: - '-1' pragma: @@ -890,22 +890,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/1b19d496-e841-4c6a-92aa-66c054a27ae8?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/db4643fb-2e63-45a5-bbc0-ade0c90a7ffa?api-version=2017-12-01 response: body: - string: '{"name":"1b19d496-e841-4c6a-92aa-66c054a27ae8","status":"InProgress","startTime":"2020-09-15T05:45:55.613Z"}' + string: '{"name":"db4643fb-2e63-45a5-bbc0-ade0c90a7ffa","status":"InProgress","startTime":"2020-09-25T06:15:08.77Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:54:02 GMT + - Fri, 25 Sep 2020 06:23:46 GMT expires: - '-1' pragma: @@ -933,22 +933,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/1b19d496-e841-4c6a-92aa-66c054a27ae8?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/db4643fb-2e63-45a5-bbc0-ade0c90a7ffa?api-version=2017-12-01 response: body: - string: '{"name":"1b19d496-e841-4c6a-92aa-66c054a27ae8","status":"Succeeded","startTime":"2020-09-15T05:45:55.613Z"}' + string: '{"name":"db4643fb-2e63-45a5-bbc0-ade0c90a7ffa","status":"Succeeded","startTime":"2020-09-25T06:15:08.77Z"}' headers: cache-control: - no-cache content-length: - - '107' + - '106' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:54:32 GMT + - Fri, 25 Sep 2020 06:24:16 GMT expires: - '-1' pragma: @@ -976,13 +976,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBForMySQL/servers/serverreplica2134?api-version=2017-12-01 response: body: - string: '{"sku":{"name":"GP_Gen5_2","tier":"GeneralPurpose","family":"Gen5","capacity":2},"properties":{"administratorLogin":"cloudsa","storageProfile":{"storageMB":128000,"backupRetentionDays":7,"geoRedundantBackup":"Enabled","storageAutogrow":"Enabled"},"version":"5.7","sslEnforcement":"Enabled","minimalTlsVersion":"TLSEnforcementDisabled","userVisibleState":"Ready","fullyQualifiedDomainName":"serverreplica2134.mysql.database.azure.com","earliestRestoreDate":"2020-09-15T05:56:57.677+00:00","replicationRole":"Replica","masterServerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBforMySQL/servers/testserver2134","replicaCapacity":0,"byokEnforcement":"Disabled","privateEndpointConnections":[],"infrastructureEncryption":"Disabled","publicNetworkAccess":"Enabled"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBforMySQL/servers/serverreplica2134","name":"serverreplica2134","type":"Microsoft.DBforMySQL/servers"}' + string: '{"sku":{"name":"GP_Gen5_2","tier":"GeneralPurpose","family":"Gen5","capacity":2},"properties":{"administratorLogin":"cloudsa","storageProfile":{"storageMB":128000,"backupRetentionDays":7,"geoRedundantBackup":"Enabled","storageAutogrow":"Enabled"},"version":"5.7","sslEnforcement":"Enabled","minimalTlsVersion":"TLSEnforcementDisabled","userVisibleState":"Ready","fullyQualifiedDomainName":"serverreplica2134.mysql.database.azure.com","earliestRestoreDate":"2020-09-25T06:27:10.333+00:00","replicationRole":"Replica","masterServerId":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBforMySQL/servers/testserver2134","replicaCapacity":0,"byokEnforcement":"Disabled","privateEndpointConnections":[],"infrastructureEncryption":"Disabled","publicNetworkAccess":"Enabled"},"location":"eastus","id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBforMySQL/servers/serverreplica2134","name":"serverreplica2134","type":"Microsoft.DBforMySQL/servers"}' headers: cache-control: - no-cache @@ -991,7 +991,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:54:34 GMT + - Fri, 25 Sep 2020 06:24:16 GMT expires: - '-1' pragma: @@ -1024,30 +1024,30 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBForMySQL/servers/testserver2134/databases/testdatabase2134?api-version=2017-12-01 response: body: - string: '{"operation":"UpsertElasticServerDatabase","startTime":"2020-09-15T05:54:35.08Z"}' + string: '{"operation":"UpsertElasticServerDatabase","startTime":"2020-09-25T06:24:18.643Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d50961a6-51a4-4baf-bf15-321061a9250b?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/1ee2fbbb-b6f2-4d8e-9ca5-7415ae2fbec1?api-version=2017-12-01 cache-control: - no-cache content-length: - - '81' + - '82' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:54:34 GMT + - Fri, 25 Sep 2020 06:24:18 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/d50961a6-51a4-4baf-bf15-321061a9250b?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/1ee2fbbb-b6f2-4d8e-9ca5-7415ae2fbec1?api-version=2017-12-01 pragma: - no-cache server: @@ -1071,22 +1071,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/d50961a6-51a4-4baf-bf15-321061a9250b?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/1ee2fbbb-b6f2-4d8e-9ca5-7415ae2fbec1?api-version=2017-12-01 response: body: - string: '{"name":"d50961a6-51a4-4baf-bf15-321061a9250b","status":"Succeeded","startTime":"2020-09-15T05:54:35.08Z"}' + string: '{"name":"1ee2fbbb-b6f2-4d8e-9ca5-7415ae2fbec1","status":"Succeeded","startTime":"2020-09-25T06:24:18.643Z"}' headers: cache-control: - no-cache content-length: - - '106' + - '107' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:54:50 GMT + - Fri, 25 Sep 2020 06:24:33 GMT expires: - '-1' pragma: @@ -1114,8 +1114,8 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBForMySQL/servers/testserver2134/databases/testdatabase2134?api-version=2017-12-01 response: @@ -1129,7 +1129,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:54:51 GMT + - Fri, 25 Sep 2020 06:24:34 GMT expires: - '-1' pragma: @@ -1161,18 +1161,18 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBForMySQL/servers/testserver2134/firewallRules/firewallrule?api-version=2017-12-01 response: body: - string: '{"operation":"UpsertElasticServerFirewallRules","startTime":"2020-09-15T05:54:51.813Z"}' + string: '{"operation":"UpsertElasticServerFirewallRules","startTime":"2020-09-25T06:24:35.783Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/7c877ef3-5150-41cf-a986-9097a2f2c95c?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/aade458a-e666-4330-9d49-d50b2b7b8c61?api-version=2017-12-01 cache-control: - no-cache content-length: @@ -1180,11 +1180,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:54:52 GMT + - Fri, 25 Sep 2020 06:24:36 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/7c877ef3-5150-41cf-a986-9097a2f2c95c?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/aade458a-e666-4330-9d49-d50b2b7b8c61?api-version=2017-12-01 pragma: - no-cache server: @@ -1208,13 +1208,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/7c877ef3-5150-41cf-a986-9097a2f2c95c?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/aade458a-e666-4330-9d49-d50b2b7b8c61?api-version=2017-12-01 response: body: - string: '{"name":"7c877ef3-5150-41cf-a986-9097a2f2c95c","status":"Succeeded","startTime":"2020-09-15T05:54:51.813Z"}' + string: '{"name":"aade458a-e666-4330-9d49-d50b2b7b8c61","status":"Succeeded","startTime":"2020-09-25T06:24:35.783Z"}' headers: cache-control: - no-cache @@ -1223,7 +1223,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:55:07 GMT + - Fri, 25 Sep 2020 06:24:53 GMT expires: - '-1' pragma: @@ -1251,8 +1251,8 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBForMySQL/servers/testserver2134/firewallRules/firewallrule?api-version=2017-12-01 response: @@ -1266,7 +1266,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:55:08 GMT + - Fri, 25 Sep 2020 06:24:53 GMT expires: - '-1' pragma: @@ -1298,18 +1298,18 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBforMySQL/servers/testserver2134/securityAlertPolicies/Default?api-version=2017-12-01 response: body: - string: '{"operation":"UpsertServerThreatDetectionPolicy","startTime":"2020-09-15T05:55:09.813Z"}' + string: '{"operation":"UpsertServerThreatDetectionPolicy","startTime":"2020-09-25T06:24:54.173Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/East%20US/securityAlertPoliciesAzureAsyncOperation/a45dcb2e-fb24-4150-8322-3c1a35a4a877?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/East%20US/securityAlertPoliciesAzureAsyncOperation/4e7638c1-7827-40c6-9f5a-bc7eb44ad453?api-version=2017-12-01 cache-control: - no-cache content-length: @@ -1317,11 +1317,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:55:09 GMT + - Fri, 25 Sep 2020 06:24:54 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/East%20US/securityAlertPoliciesOperationResults/a45dcb2e-fb24-4150-8322-3c1a35a4a877?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/East%20US/securityAlertPoliciesOperationResults/4e7638c1-7827-40c6-9f5a-bc7eb44ad453?api-version=2017-12-01 pragma: - no-cache server: @@ -1345,13 +1345,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/East%20US/securityAlertPoliciesAzureAsyncOperation/a45dcb2e-fb24-4150-8322-3c1a35a4a877?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/East%20US/securityAlertPoliciesAzureAsyncOperation/4e7638c1-7827-40c6-9f5a-bc7eb44ad453?api-version=2017-12-01 response: body: - string: '{"name":"a45dcb2e-fb24-4150-8322-3c1a35a4a877","status":"Succeeded","startTime":"2020-09-15T05:55:09.813Z"}' + string: '{"name":"4e7638c1-7827-40c6-9f5a-bc7eb44ad453","status":"Succeeded","startTime":"2020-09-25T06:24:54.173Z"}' headers: cache-control: - no-cache @@ -1360,7 +1360,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:55:13 GMT + - Fri, 25 Sep 2020 06:24:57 GMT expires: - '-1' pragma: @@ -1388,13 +1388,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBforMySQL/servers/testserver2134/securityAlertPolicies/Default?api-version=2017-12-01 response: body: - string: '{"properties":{"state":"Enabled","disabledAlerts":[""],"emailAddresses":[""],"emailAccountAdmins":false,"storageEndpoint":"","storageAccountAccessKey":"","retentionDays":0,"creationTime":"2020-09-15T05:55:09.923Z"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBforMySQL/servers/testserver2134/securityAlertPolicies/Default","name":"Default","type":"Microsoft.DBforMySQL/servers/securityAlertPolicies"}' + string: '{"properties":{"state":"Enabled","disabledAlerts":[""],"emailAddresses":[""],"emailAccountAdmins":false,"storageEndpoint":"","storageAccountAccessKey":"","retentionDays":0,"creationTime":"2020-09-25T06:24:54.283Z"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBforMySQL/servers/testserver2134/securityAlertPolicies/Default","name":"Default","type":"Microsoft.DBforMySQL/servers/securityAlertPolicies"}' headers: cache-control: - no-cache @@ -1403,7 +1403,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:55:13 GMT + - Fri, 25 Sep 2020 06:24:58 GMT expires: - '-1' pragma: @@ -1435,30 +1435,30 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBforMySQL/servers/testserver2134/securityAlertPolicies/Default?api-version=2017-12-01 response: body: - string: '{"operation":"UpsertServerThreatDetectionPolicy","startTime":"2020-09-15T05:55:14.58Z"}' + string: '{"operation":"UpsertServerThreatDetectionPolicy","startTime":"2020-09-25T06:24:58.953Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/East%20US/securityAlertPoliciesAzureAsyncOperation/def63f5e-7211-4bd6-ae1f-96b1a0da3e04?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/East%20US/securityAlertPoliciesAzureAsyncOperation/081552e1-d11f-4f3c-8c48-43dd015dceca?api-version=2017-12-01 cache-control: - no-cache content-length: - - '87' + - '88' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:55:13 GMT + - Fri, 25 Sep 2020 06:24:59 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/East%20US/securityAlertPoliciesOperationResults/def63f5e-7211-4bd6-ae1f-96b1a0da3e04?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/East%20US/securityAlertPoliciesOperationResults/081552e1-d11f-4f3c-8c48-43dd015dceca?api-version=2017-12-01 pragma: - no-cache server: @@ -1482,22 +1482,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/East%20US/securityAlertPoliciesAzureAsyncOperation/def63f5e-7211-4bd6-ae1f-96b1a0da3e04?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/East%20US/securityAlertPoliciesAzureAsyncOperation/081552e1-d11f-4f3c-8c48-43dd015dceca?api-version=2017-12-01 response: body: - string: '{"name":"def63f5e-7211-4bd6-ae1f-96b1a0da3e04","status":"Succeeded","startTime":"2020-09-15T05:55:14.58Z"}' + string: '{"name":"081552e1-d11f-4f3c-8c48-43dd015dceca","status":"Succeeded","startTime":"2020-09-25T06:24:58.953Z"}' headers: cache-control: - no-cache content-length: - - '106' + - '107' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:55:18 GMT + - Fri, 25 Sep 2020 06:25:03 GMT expires: - '-1' pragma: @@ -1525,13 +1525,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBforMySQL/servers/testserver2134/securityAlertPolicies/Default?api-version=2017-12-01 response: body: - string: '{"properties":{"state":"Disabled","disabledAlerts":[""],"emailAddresses":[""],"emailAccountAdmins":false,"storageEndpoint":"","storageAccountAccessKey":"","retentionDays":0,"creationTime":"2020-09-15T05:55:09.923Z"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBforMySQL/servers/testserver2134/securityAlertPolicies/Default","name":"Default","type":"Microsoft.DBforMySQL/servers/securityAlertPolicies"}' + string: '{"properties":{"state":"Disabled","disabledAlerts":[""],"emailAddresses":[""],"emailAccountAdmins":false,"storageEndpoint":"","storageAccountAccessKey":"","retentionDays":0,"creationTime":"2020-09-25T06:24:54.283Z"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBforMySQL/servers/testserver2134/securityAlertPolicies/Default","name":"Default","type":"Microsoft.DBforMySQL/servers/securityAlertPolicies"}' headers: cache-control: - no-cache @@ -1540,7 +1540,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:55:18 GMT + - Fri, 25 Sep 2020 06:25:03 GMT expires: - '-1' pragma: @@ -1568,15 +1568,15 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBforMySQL/servers/testserver2134/securityAlertPolicies/Default?api-version=2017-12-01 response: body: - string: '{"properties":{"state":"Disabled","disabledAlerts":[""],"emailAddresses":[""],"emailAccountAdmins":false,"storageEndpoint":"","storageAccountAccessKey":"","retentionDays":0,"creationTime":"2020-09-15T05:55:09.923Z"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBforMySQL/servers/testserver2134/securityAlertPolicies/Default","name":"Default","type":"Microsoft.DBforMySQL/servers/securityAlertPolicies"}' + string: '{"properties":{"state":"Disabled","disabledAlerts":[""],"emailAddresses":[""],"emailAccountAdmins":false,"storageEndpoint":"","storageAccountAccessKey":"","retentionDays":0,"creationTime":"2020-09-25T06:24:54.283Z"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBforMySQL/servers/testserver2134/securityAlertPolicies/Default","name":"Default","type":"Microsoft.DBforMySQL/servers/securityAlertPolicies"}' headers: cache-control: - no-cache @@ -1585,7 +1585,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:55:18 GMT + - Fri, 25 Sep 2020 06:25:03 GMT expires: - '-1' pragma: @@ -1613,8 +1613,8 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python accept-language: - en-US method: GET @@ -1630,7 +1630,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:55:18 GMT + - Fri, 25 Sep 2020 06:25:04 GMT expires: - '-1' pragma: @@ -1658,8 +1658,8 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python accept-language: - en-US method: GET @@ -1675,7 +1675,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:55:19 GMT + - Fri, 25 Sep 2020 06:25:04 GMT expires: - '-1' pragma: @@ -1703,24 +1703,24 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBForMySQL/servers/testserver2134?api-version=2017-12-01 response: body: - string: '{"sku":{"name":"GP_Gen5_2","tier":"GeneralPurpose","family":"Gen5","capacity":2},"properties":{"administratorLogin":"cloudsa","storageProfile":{"storageMB":128000,"backupRetentionDays":7,"geoRedundantBackup":"Enabled","storageAutogrow":"Disabled"},"version":"5.7","sslEnforcement":"Enabled","minimalTlsVersion":"TLSEnforcementDisabled","userVisibleState":"Ready","fullyQualifiedDomainName":"testserver2134.mysql.database.azure.com","earliestRestoreDate":"2020-09-15T05:53:48.187+00:00","replicationRole":"Master","masterServerId":"","replicaCapacity":5,"byokEnforcement":"Disabled","privateEndpointConnections":[],"infrastructureEncryption":"Disabled","publicNetworkAccess":"Enabled"},"location":"eastus","tags":{"elastic_server":"1"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBforMySQL/servers/testserver2134","name":"testserver2134","type":"Microsoft.DBforMySQL/servers"}' + string: '{"sku":{"name":"GP_Gen5_2","tier":"GeneralPurpose","family":"Gen5","capacity":2},"properties":{"administratorLogin":"cloudsa","storageProfile":{"storageMB":128000,"backupRetentionDays":7,"geoRedundantBackup":"Enabled","storageAutogrow":"Disabled"},"version":"5.7","sslEnforcement":"Enabled","minimalTlsVersion":"TLSEnforcementDisabled","userVisibleState":"Ready","fullyQualifiedDomainName":"testserver2134.mysql.database.azure.com","earliestRestoreDate":"2020-09-25T06:24:00.02+00:00","replicationRole":"Master","masterServerId":"","replicaCapacity":5,"byokEnforcement":"Disabled","privateEndpointConnections":[],"infrastructureEncryption":"Disabled","publicNetworkAccess":"Enabled"},"location":"eastus","tags":{"elastic_server":"1"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBforMySQL/servers/testserver2134","name":"testserver2134","type":"Microsoft.DBforMySQL/servers"}' headers: cache-control: - no-cache content-length: - - '964' + - '963' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:55:19 GMT + - Fri, 25 Sep 2020 06:25:05 GMT expires: - '-1' pragma: @@ -1748,50 +1748,15 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python accept-language: - en-US method: GET uri: https://management.azure.com/providers/Microsoft.DBForMySQL/operations?api-version=2017-12-01 response: body: - string: '{"value":[{"name":"Microsoft.DBforMySQL/servers/start/action","display":{"provider":"Microsoft - DB for MySQL","resource":"MySQL Server","operation":"Start MySQL Server","description":"Starts - a specific server."}},{"name":"Microsoft.DBforMySQL/servers/stop/action","display":{"provider":"Microsoft - DB for MySQL","resource":"MySQL Server","operation":"Stop MySQL Server","description":"Stops - a specific server."}},{"name":"Microsoft.DBforMySQL/servers/securityAlertPolicies/read","display":{"provider":"Microsoft - DB for MySQL","resource":"Server Threat Detection Policy","operation":"Get - server threat detection policy","description":"Retrieve details of the server - threat detection policy configured on a given server"}},{"name":"Microsoft.DBforMySQL/servers/securityAlertPolicies/write","display":{"provider":"Microsoft - DB for MySQL","resource":"Server Threat Detection Policy","operation":"Update - server threat detection policy","description":"Change the server threat detection - policy for a given server"}},{"name":"Microsoft.DBforMySQL/servers/securityAlertPolicies/read","display":{"provider":"Microsoft - DB for MySQL","resource":"Server Threat Detection Policy","operation":"List - server threat detection policies","description":"Retrieve a list of server - threat detection policies configured for a given server"}},{"name":"Microsoft.DBforMySQL/locations/securityAlertPoliciesOperationResults/read","display":{"provider":"Microsoft - DB for MySQL","resource":"Server threat detection operation result","operation":"List/Get - Server threat detection operation result.","description":"Return the list - of Server threat detection operation result."}},{"name":"Microsoft.DBforMySQL/servers/keys/read","display":{"provider":"Microsoft - DB for MySQL","resource":"Azure Database for MySQL Server Keys","operation":"List/Get - Azure Database for MySQL Server Key(s)","description":"Return the list of - server keys or gets the properties for the specified server key."}},{"name":"Microsoft.DBforMySQL/servers/keys/write","display":{"provider":"Microsoft - DB for MySQL","resource":"Azure Database for MySQL Server Keys","operation":"Create/Update - Azure Database for MySQL Server Keys","description":"Creates a key with the - specified parameters or update the properties or tags for the specified server - key."}},{"name":"Microsoft.DBforMySQL/servers/keys/delete","display":{"provider":"Microsoft - DB for MySQL","resource":"Azure Database for MySQL Server Keys","operation":"Delete - Azure Database for MySQL Server Key","description":"Deletes an existing server - key."}},{"name":"Microsoft.DBforMySQL/locations/serverKeyAzureAsyncOperation/read","display":{"provider":"Microsoft - DB for MySQL","resource":"Data Encryption server key operation","operation":"Data - Encryption server keys operation","description":"Gets in-progress operations - on transparent data encryption server keys"}},{"name":"Microsoft.DBforMySQL/locations/serverKeyOperationResults/read","display":{"provider":"Microsoft - DB for MySQL","resource":"Data Encryption server key operation","operation":"Data - Encryption server keys operation","description":"Gets in-progress operations - on data encryption server keys"}},{"name":"Microsoft.DBforMySQL/servers/exports/write","display":{"provider":"Microsoft - DB for MySQL","resource":"MySQL Server"}},{"name":"Microsoft.DBforMySQL/servers/exports/read","display":{"provider":"Microsoft - DB for MySQL","resource":"MySQL Server"}},{"name":"Microsoft.DBforMySQL/servers/exports/read","display":{"provider":"Microsoft - DB for MySQL","resource":"MySQL Server"}},{"name":"Microsoft.DBforMySQL/servers/advisors/read","display":{"provider":"Microsoft + string: '{"value":[{"name":"Microsoft.DBforMySQL/servers/advisors/read","display":{"provider":"Microsoft DB for MySQL","resource":"Advisors","operation":"Return the list of advisors","description":"Return the list of advisors"}},{"name":"Microsoft.DBforMySQL/servers/advisors/read","display":{"provider":"Microsoft DB for MySQL","resource":"Advisors","operation":"Return an advisor","description":"Return @@ -1863,7 +1828,43 @@ interactions: the result for a private endpoint connection proxy operation"}},{"name":"Microsoft.DBforMySQL/servers/privateLinkResources/read","display":{"provider":"Microsoft DB for MySQL","resource":"Azure Database for MySQL private link resource","operation":"Get the private link resources for the corresponding MySQL Server","description":"Get - the private link resources for the corresponding MySQL Server"}},{"name":"Microsoft.DBforMySQL/locations/performanceTiers/read","display":{"provider":"Microsoft + the private link resources for the corresponding MySQL Server"}},{"name":"Microsoft.DBforMySQL/servers/securityAlertPolicies/read","display":{"provider":"Microsoft + DB for MySQL","resource":"Server Threat Detection Policy","operation":"Get + server threat detection policy","description":"Retrieve details of the server + threat detection policy configured on a given server"}},{"name":"Microsoft.DBforMySQL/servers/securityAlertPolicies/write","display":{"provider":"Microsoft + DB for MySQL","resource":"Server Threat Detection Policy","operation":"Update + server threat detection policy","description":"Change the server threat detection + policy for a given server"}},{"name":"Microsoft.DBforMySQL/servers/securityAlertPolicies/read","display":{"provider":"Microsoft + DB for MySQL","resource":"Server Threat Detection Policy","operation":"List + server threat detection policies","description":"Retrieve a list of server + threat detection policies configured for a given server"}},{"name":"Microsoft.DBforMySQL/locations/securityAlertPoliciesOperationResults/read","display":{"provider":"Microsoft + DB for MySQL","resource":"Server threat detection operation result","operation":"List/Get + Server threat detection operation result.","description":"Return the list + of Server threat detection operation result."}},{"name":"Microsoft.DBforMySQL/servers/keys/read","display":{"provider":"Microsoft + DB for MySQL","resource":"Azure Database for MySQL Server Keys","operation":"List/Get + Azure Database for MySQL Server Key(s)","description":"Return the list of + server keys or gets the properties for the specified server key."}},{"name":"Microsoft.DBforMySQL/servers/keys/write","display":{"provider":"Microsoft + DB for MySQL","resource":"Azure Database for MySQL Server Keys","operation":"Create/Update + Azure Database for MySQL Server Keys","description":"Creates a key with the + specified parameters or update the properties or tags for the specified server + key."}},{"name":"Microsoft.DBforMySQL/servers/keys/delete","display":{"provider":"Microsoft + DB for MySQL","resource":"Azure Database for MySQL Server Keys","operation":"Delete + Azure Database for MySQL Server Key","description":"Deletes an existing server + key."}},{"name":"Microsoft.DBforMySQL/locations/serverKeyAzureAsyncOperation/read","display":{"provider":"Microsoft + DB for MySQL","resource":"Data Encryption server key operation","operation":"Data + Encryption server keys operation","description":"Gets in-progress operations + on transparent data encryption server keys"}},{"name":"Microsoft.DBforMySQL/locations/serverKeyOperationResults/read","display":{"provider":"Microsoft + DB for MySQL","resource":"Data Encryption server key operation","operation":"Data + Encryption server keys operation","description":"Gets in-progress operations + on data encryption server keys"}},{"name":"Microsoft.DBforMySQL/servers/exports/write","display":{"provider":"Microsoft + DB for MySQL","resource":"MySQL Server"}},{"name":"Microsoft.DBforMySQL/servers/exports/read","display":{"provider":"Microsoft + DB for MySQL","resource":"MySQL Server"}},{"name":"Microsoft.DBforMySQL/servers/exports/read","display":{"provider":"Microsoft + DB for MySQL","resource":"MySQL Server"}},{"name":"Microsoft.DBforMySQL/servers/upgrade/action","display":{"provider":"Microsoft + DB for MySQL","resource":"MySQL Server"}},{"name":"Microsoft.DBforMySQL/servers/start/action","display":{"provider":"Microsoft + DB for MySQL","resource":"MySQL Server","operation":"Start MySQL Server","description":"Starts + a specific server."}},{"name":"Microsoft.DBforMySQL/servers/stop/action","display":{"provider":"Microsoft + DB for MySQL","resource":"MySQL Server","operation":"Stop MySQL Server","description":"Stops + a specific server."}},{"name":"Microsoft.DBforMySQL/locations/performanceTiers/read","display":{"provider":"Microsoft DB for MySQL","resource":"Performance Tiers","operation":"List Performance Tiers","description":"Returns the list of Performance Tiers available."}},{"name":"Microsoft.DBforMySQL/servers/recoverableServers/read","display":{"provider":"Microsoft DB for MySQL","resource":"Recoverable MySQL Server","operation":"Get Recoverable @@ -1974,16 +1975,48 @@ interactions: setting","description":"Gets the disagnostic setting for the resource"}},{"name":"Microsoft.DBforMySQL/servers/providers/Microsoft.Insights/diagnosticSettings/write","display":{"provider":"Microsoft DB for MySQL","resource":"Database Metric Definition","operation":"Write diagnostic setting","description":"Creates or updates the diagnostic setting for the - resource"}}]}' + resource"}},{"name":"Microsoft.DBforMySQL/flexibleServers/providers/Microsoft.Insights/metricDefinitions/read","display":{"provider":"Microsoft + DB for MySQL","resource":"Database Metric Definition","operation":"Get database + metric definitions","description":"Return types of metrics that are available + for databases"},"properties":{"serviceSpecification":{"metricSpecifications":[{"name":"cpu_percent","displayName":"Host + CPU Percent","displayDescription":"Host CPU Percent","unit":"Percent","aggregationType":"Maximum","supportedAggregationTypes":["Average","Maximum","Minimum"],"fillGapWithZero":false},{"name":"memory_percent","displayName":"Host + Memory Percent","displayDescription":"Host Memory Percent","unit":"Percent","aggregationType":"Maximum","supportedAggregationTypes":["Average","Maximum","Minimum"],"fillGapWithZero":false},{"name":"network_bytes_egress","displayName":"Host + Network Out","displayDescription":"Host Network egress in bytes","unit":"Bytes","aggregationType":"Total","supportedAggregationTypes":["Total"],"fillGapWithZero":false},{"name":"network_bytes_ingress","displayName":"Host + Network In","displayDescription":"Host Network ingress in bytes","unit":"Bytes","aggregationType":"Total","supportedAggregationTypes":["Total"],"fillGapWithZero":false},{"name":"active_connections","displayName":"Active + Connections","displayDescription":"Active Connections","unit":"Count","aggregationType":"Maximum","supportedAggregationTypes":["Average","Maximum","Minimum"],"fillGapWithZero":false},{"name":"total_connections","displayName":"Total + Connections","displayDescription":"Total Connections","unit":"Count","aggregationType":"Total","supportedAggregationTypes":["Total"],"fillGapWithZero":false},{"name":"aborted_connections","displayName":"Aborted + Connections","displayDescription":"Aborted Connections","unit":"Count","aggregationType":"Total","supportedAggregationTypes":["Total"],"fillGapWithZero":false},{"name":"Queries","displayName":"Queries","displayDescription":"Queries","unit":"Count","aggregationType":"Total","supportedAggregationTypes":["Total"],"fillGapWithZero":false},{"name":"io_consumption_percent","displayName":"IO + Percent","displayDescription":"IO Percent","unit":"Percent","aggregationType":"Maximum","supportedAggregationTypes":["Average","Maximum","Minimum"],"fillGapWithZero":false},{"name":"storage_percent","displayName":"Storage + Percent","displayDescription":"Storage Percent","unit":"Percent","aggregationType":"Maximum","supportedAggregationTypes":["Average","Maximum","Minimum"],"fillGapWithZero":false},{"name":"storage_used","displayName":"Storage + Used","displayDescription":"Storage Used","unit":"Bytes","aggregationType":"Maximum","supportedAggregationTypes":["Average","Maximum","Minimum"],"fillGapWithZero":false},{"name":"storage_limit","displayName":"Storage + Limit","displayDescription":"Storage Limit","unit":"Bytes","aggregationType":"Maximum","supportedAggregationTypes":["Maximum"],"fillGapWithZero":false},{"name":"backup_storage_used","displayName":"Backup + Storage Used","displayDescription":"Backup Storage Used","unit":"Bytes","aggregationType":"Maximum","supportedAggregationTypes":["Average","Maximum","Minimum"],"supportedTimeGrainTypes":["PT15M","PT30M","PT1H","PT6H","PT12H","P1D"],"fillGapWithZero":false},{"name":"replication_lag","displayName":"Replication + Lag In Seconds","displayDescription":"Replication lag in seconds","unit":"Seconds","aggregationType":"Maximum","supportedAggregationTypes":["Average","Maximum","Minimum"],"fillGapWithZero":false}]}}},{"name":"Microsoft.DBforMySQL/flexibleServers/providers/Microsoft.Insights/logDefinitions/read","display":{"provider":"Microsoft + DB for MySQL","resource":"The log definition of servers","operation":"Read + the log definitions","description":"Gets the available logs for MySQL servers"},"properties":{"serviceSpecification":{"logSpecifications":[{"name":"MySqlSlowLogs","displayName":"MySQL + Slow Logs","blobDuration":"PT1H"},{"name":"MySqlAuditLogs","displayName":"MySQL + Audit Logs","blobDuration":"PT1H"}]}}},{"name":"Microsoft.DBforMySQL/flexibleServers/providers/Microsoft.Insights/diagnosticSettings/read","display":{"provider":"Microsoft + DB for MySQL","resource":"Database Metric Definition","operation":"Read diagnostic + setting","description":"Gets the disagnostic setting for the resource"}},{"name":"Microsoft.DBforMySQL/flexibleServers/providers/Microsoft.Insights/diagnosticSettings/write","display":{"provider":"Microsoft + DB for MySQL","resource":"Database Metric Definition","operation":"Write diagnostic + setting","description":"Creates or updates the diagnostic setting for the + resource"}},{"name":"Microsoft.DBforMySQL/flexibleServers/read","display":{"provider":"Microsoft + DB for MySQL","resource":"MySQL Server","operation":"List/Get MySQL Servers","description":"Return + the list of servers or gets the properties for the specified server."}},{"name":"Microsoft.DBforMySQL/flexibleServers/write","display":{"provider":"Microsoft + DB for MySQL","resource":"MySQL Server","operation":"Create/Update MySQL Server","description":"Creates + a server with the specified parameters or update the properties or tags for + the specified server."}},{"name":"Microsoft.DBforMySQL/flexibleServers/delete","display":{"provider":"Microsoft + DB for MySQL","resource":"MySQL Server","operation":"Delete MySQL Server","description":"Deletes + an existing server."}}]}' headers: cache-control: - no-cache content-length: - - '25174' + - '30684' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:55:20 GMT + - Fri, 25 Sep 2020 06:25:06 GMT expires: - '-1' pragma: @@ -2013,30 +2046,30 @@ interactions: Content-Length: - '0' User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python accept-language: - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBForMySQL/servers/testserver2134/restart?api-version=2017-12-01 response: body: - string: '{"operation":"RestartElasticServer","startTime":"2020-09-15T05:55:21.923Z"}' + string: '{"operation":"RestartElasticServer","startTime":"2020-09-25T06:25:06.55Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/71edce46-19c0-432f-8372-3cd486c69998?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/a7f6cc8c-ff50-4152-ad4b-d6d331256064?api-version=2017-12-01 cache-control: - no-cache content-length: - - '75' + - '74' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:55:21 GMT + - Fri, 25 Sep 2020 06:25:06 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/71edce46-19c0-432f-8372-3cd486c69998?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/a7f6cc8c-ff50-4152-ad4b-d6d331256064?api-version=2017-12-01 pragma: - no-cache server: @@ -2060,22 +2093,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/71edce46-19c0-432f-8372-3cd486c69998?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/a7f6cc8c-ff50-4152-ad4b-d6d331256064?api-version=2017-12-01 response: body: - string: '{"name":"71edce46-19c0-432f-8372-3cd486c69998","status":"InProgress","startTime":"2020-09-15T05:55:21.923Z"}' + string: '{"name":"a7f6cc8c-ff50-4152-ad4b-d6d331256064","status":"InProgress","startTime":"2020-09-25T06:25:06.55Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:55:37 GMT + - Fri, 25 Sep 2020 06:25:22 GMT expires: - '-1' pragma: @@ -2103,22 +2136,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/71edce46-19c0-432f-8372-3cd486c69998?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/a7f6cc8c-ff50-4152-ad4b-d6d331256064?api-version=2017-12-01 response: body: - string: '{"name":"71edce46-19c0-432f-8372-3cd486c69998","status":"InProgress","startTime":"2020-09-15T05:55:21.923Z"}' + string: '{"name":"a7f6cc8c-ff50-4152-ad4b-d6d331256064","status":"InProgress","startTime":"2020-09-25T06:25:06.55Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:55:53 GMT + - Fri, 25 Sep 2020 06:25:37 GMT expires: - '-1' pragma: @@ -2146,22 +2179,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/71edce46-19c0-432f-8372-3cd486c69998?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/a7f6cc8c-ff50-4152-ad4b-d6d331256064?api-version=2017-12-01 response: body: - string: '{"name":"71edce46-19c0-432f-8372-3cd486c69998","status":"InProgress","startTime":"2020-09-15T05:55:21.923Z"}' + string: '{"name":"a7f6cc8c-ff50-4152-ad4b-d6d331256064","status":"InProgress","startTime":"2020-09-25T06:25:06.55Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:56:08 GMT + - Fri, 25 Sep 2020 06:25:53 GMT expires: - '-1' pragma: @@ -2189,22 +2222,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/71edce46-19c0-432f-8372-3cd486c69998?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/a7f6cc8c-ff50-4152-ad4b-d6d331256064?api-version=2017-12-01 response: body: - string: '{"name":"71edce46-19c0-432f-8372-3cd486c69998","status":"Succeeded","startTime":"2020-09-15T05:55:21.923Z"}' + string: '{"name":"a7f6cc8c-ff50-4152-ad4b-d6d331256064","status":"Succeeded","startTime":"2020-09-25T06:25:06.55Z"}' headers: cache-control: - no-cache content-length: - - '107' + - '106' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:56:23 GMT + - Fri, 25 Sep 2020 06:26:08 GMT expires: - '-1' pragma: @@ -2236,18 +2269,18 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python accept-language: - en-US method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBForMySQL/servers/testserver2134?api-version=2017-12-01 response: body: - string: '{"operation":"UpsertElasticServer","startTime":"2020-09-15T05:56:25.033Z"}' + string: '{"operation":"UpsertElasticServer","startTime":"2020-09-25T06:26:09.267Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/01212821-0c97-4aec-ace5-c86bb076132f?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/f465946f-7422-4e7a-b3e1-32a0d4be33ba?api-version=2017-12-01 cache-control: - no-cache content-length: @@ -2255,11 +2288,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:56:25 GMT + - Fri, 25 Sep 2020 06:26:09 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/01212821-0c97-4aec-ace5-c86bb076132f?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/f465946f-7422-4e7a-b3e1-32a0d4be33ba?api-version=2017-12-01 pragma: - no-cache server: @@ -2283,13 +2316,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/01212821-0c97-4aec-ace5-c86bb076132f?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/f465946f-7422-4e7a-b3e1-32a0d4be33ba?api-version=2017-12-01 response: body: - string: '{"name":"01212821-0c97-4aec-ace5-c86bb076132f","status":"Succeeded","startTime":"2020-09-15T05:56:25.033Z"}' + string: '{"name":"f465946f-7422-4e7a-b3e1-32a0d4be33ba","status":"Succeeded","startTime":"2020-09-25T06:26:09.267Z"}' headers: cache-control: - no-cache @@ -2298,7 +2331,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:57:27 GMT + - Fri, 25 Sep 2020 06:27:11 GMT expires: - '-1' pragma: @@ -2326,22 +2359,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBForMySQL/servers/testserver2134?api-version=2017-12-01 response: body: - string: '{"sku":{"name":"GP_Gen5_2","tier":"GeneralPurpose","family":"Gen5","capacity":2},"properties":{"administratorLogin":"cloudsa","storageProfile":{"storageMB":128000,"backupRetentionDays":7,"geoRedundantBackup":"Enabled","storageAutogrow":"Disabled"},"version":"5.7","sslEnforcement":"Enabled","minimalTlsVersion":"TLSEnforcementDisabled","userVisibleState":"Ready","fullyQualifiedDomainName":"testserver2134.mysql.database.azure.com","earliestRestoreDate":"2020-09-15T05:53:48.187+00:00","replicationRole":"Master","masterServerId":"","replicaCapacity":5,"byokEnforcement":"Disabled","privateEndpointConnections":[],"infrastructureEncryption":"Disabled","publicNetworkAccess":"Enabled"},"location":"eastus","tags":{"elastic_server":"1"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBforMySQL/servers/testserver2134","name":"testserver2134","type":"Microsoft.DBforMySQL/servers"}' + string: '{"sku":{"name":"GP_Gen5_2","tier":"GeneralPurpose","family":"Gen5","capacity":2},"properties":{"administratorLogin":"cloudsa","storageProfile":{"storageMB":128000,"backupRetentionDays":7,"geoRedundantBackup":"Enabled","storageAutogrow":"Disabled"},"version":"5.7","sslEnforcement":"Enabled","minimalTlsVersion":"TLSEnforcementDisabled","userVisibleState":"Ready","fullyQualifiedDomainName":"testserver2134.mysql.database.azure.com","earliestRestoreDate":"2020-09-25T06:24:00.02+00:00","replicationRole":"Master","masterServerId":"","replicaCapacity":5,"byokEnforcement":"Disabled","privateEndpointConnections":[],"infrastructureEncryption":"Disabled","publicNetworkAccess":"Enabled"},"location":"eastus","tags":{"elastic_server":"1"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBforMySQL/servers/testserver2134","name":"testserver2134","type":"Microsoft.DBforMySQL/servers"}' headers: cache-control: - no-cache content-length: - - '964' + - '963' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:57:28 GMT + - Fri, 25 Sep 2020 06:27:11 GMT expires: - '-1' pragma: @@ -2373,8 +2406,8 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python accept-language: - en-US method: POST @@ -2391,7 +2424,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:57:28 GMT + - Fri, 25 Sep 2020 06:27:46 GMT expires: - '-1' pragma: @@ -2423,18 +2456,18 @@ interactions: Content-Length: - '0' User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python accept-language: - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBForMySQL/servers/testserver2134/firewallRules/firewallrule?api-version=2017-12-01 response: body: - string: '{"operation":"DropElasticServerFirewallRule","startTime":"2020-09-15T05:57:30.793Z"}' + string: '{"operation":"DropElasticServerFirewallRule","startTime":"2020-09-25T06:27:47.783Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9c1ca7a1-1804-4c59-9db8-6584aabd45d4?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/26c41422-a296-46a8-aaa0-28035cf92519?api-version=2017-12-01 cache-control: - no-cache content-length: @@ -2442,11 +2475,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:57:34 GMT + - Fri, 25 Sep 2020 06:27:48 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/9c1ca7a1-1804-4c59-9db8-6584aabd45d4?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/26c41422-a296-46a8-aaa0-28035cf92519?api-version=2017-12-01 pragma: - no-cache server: @@ -2456,7 +2489,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14999' + - '14998' status: code: 202 message: Accepted @@ -2470,13 +2503,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/9c1ca7a1-1804-4c59-9db8-6584aabd45d4?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/26c41422-a296-46a8-aaa0-28035cf92519?api-version=2017-12-01 response: body: - string: '{"name":"9c1ca7a1-1804-4c59-9db8-6584aabd45d4","status":"Succeeded","startTime":"2020-09-15T05:57:30.793Z"}' + string: '{"name":"26c41422-a296-46a8-aaa0-28035cf92519","status":"Succeeded","startTime":"2020-09-25T06:27:47.783Z"}' headers: cache-control: - no-cache @@ -2485,7 +2518,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:57:50 GMT + - Fri, 25 Sep 2020 06:28:04 GMT expires: - '-1' pragma: @@ -2515,30 +2548,30 @@ interactions: Content-Length: - '0' User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python accept-language: - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBForMySQL/servers/testserver2134/databases/testdatabase2134?api-version=2017-12-01 response: body: - string: '{"operation":"DropElasticServerDatabase","startTime":"2020-09-15T05:57:51.41Z"}' + string: '{"operation":"DropElasticServerDatabase","startTime":"2020-09-25T06:28:05.163Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/059454e2-a50b-4428-bb2a-df775a97b53b?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/8e79e6e4-abc2-4be0-b098-17a5ee4c5c21?api-version=2017-12-01 cache-control: - no-cache content-length: - - '79' + - '80' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:57:50 GMT + - Fri, 25 Sep 2020 06:28:04 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/059454e2-a50b-4428-bb2a-df775a97b53b?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/8e79e6e4-abc2-4be0-b098-17a5ee4c5c21?api-version=2017-12-01 pragma: - no-cache server: @@ -2548,7 +2581,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14998' + - '14997' status: code: 202 message: Accepted @@ -2562,22 +2595,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/059454e2-a50b-4428-bb2a-df775a97b53b?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/8e79e6e4-abc2-4be0-b098-17a5ee4c5c21?api-version=2017-12-01 response: body: - string: '{"name":"059454e2-a50b-4428-bb2a-df775a97b53b","status":"Succeeded","startTime":"2020-09-15T05:57:51.41Z"}' + string: '{"name":"8e79e6e4-abc2-4be0-b098-17a5ee4c5c21","status":"Succeeded","startTime":"2020-09-25T06:28:05.163Z"}' headers: cache-control: - no-cache content-length: - - '106' + - '107' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:58:06 GMT + - Fri, 25 Sep 2020 06:28:20 GMT expires: - '-1' pragma: @@ -2607,18 +2640,18 @@ interactions: Content-Length: - '0' User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python accept-language: - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_mysql_test_mysqlc1430c84/providers/Microsoft.DBForMySQL/servers/testserver2134?api-version=2017-12-01 response: body: - string: '{"operation":"DropElasticServer","startTime":"2020-09-15T05:58:07.893Z"}' + string: '{"operation":"DropElasticServer","startTime":"2020-09-25T06:28:21.743Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/675ac6d7-84a8-4151-b39d-f61f0b3d3242?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/633f2946-0cfd-4252-9b5d-57dcdc478c3c?api-version=2017-12-01 cache-control: - no-cache content-length: @@ -2626,11 +2659,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:58:08 GMT + - Fri, 25 Sep 2020 06:28:20 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/675ac6d7-84a8-4151-b39d-f61f0b3d3242?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/operationResults/633f2946-0cfd-4252-9b5d-57dcdc478c3c?api-version=2017-12-01 pragma: - no-cache server: @@ -2640,7 +2673,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - - '14997' + - '14996' status: code: 202 message: Accepted @@ -2654,13 +2687,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/675ac6d7-84a8-4151-b39d-f61f0b3d3242?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforMySQL/locations/eastus/azureAsyncOperation/633f2946-0cfd-4252-9b5d-57dcdc478c3c?api-version=2017-12-01 response: body: - string: '{"name":"675ac6d7-84a8-4151-b39d-f61f0b3d3242","status":"Succeeded","startTime":"2020-09-15T05:58:07.893Z"}' + string: '{"name":"633f2946-0cfd-4252-9b5d-57dcdc478c3c","status":"Succeeded","startTime":"2020-09-25T06:28:21.743Z"}' headers: cache-control: - no-cache @@ -2669,7 +2702,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:58:22 GMT + - Fri, 25 Sep 2020 06:28:37 GMT expires: - '-1' pragma: diff --git a/sdk/rdbms/azure-mgmt-rdbms/tests/recordings/test_cli_mgmt_postgresql.test_postgresql.yaml b/sdk/rdbms/azure-mgmt-rdbms/tests/recordings/test_cli_mgmt_postgresql.test_postgresql.yaml index 52cbe9be01b4..49f81410af0d 100644 --- a/sdk/rdbms/azure-mgmt-rdbms/tests/recordings/test_cli_mgmt_postgresql.test_postgresql.yaml +++ b/sdk/rdbms/azure-mgmt-rdbms/tests/recordings/test_cli_mgmt_postgresql.test_postgresql.yaml @@ -17,30 +17,30 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_postgresql_test_postgresql562b10c0/providers/Microsoft.DBForPostgreSQL/servers/testserver21345?api-version=2017-12-01 response: body: - string: '{"operation":"UpsertElasticServer","startTime":"2020-09-15T05:58:39.467Z"}' + string: '{"operation":"UpsertElasticServer","startTime":"2020-09-25T06:28:54.47Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/609a16b1-b3f9-47f8-9798-009ae8b9f1de?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/560b38d2-8af4-47be-9793-a7203e28cb19?api-version=2017-12-01 cache-control: - no-cache content-length: - - '74' + - '73' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:58:40 GMT + - Fri, 25 Sep 2020 06:28:56 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/609a16b1-b3f9-47f8-9798-009ae8b9f1de?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/560b38d2-8af4-47be-9793-a7203e28cb19?api-version=2017-12-01 pragma: - no-cache server: @@ -50,7 +50,7 @@ interactions: x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - - '1198' + - '1197' status: code: 202 message: Accepted @@ -64,22 +64,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/609a16b1-b3f9-47f8-9798-009ae8b9f1de?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/560b38d2-8af4-47be-9793-a7203e28cb19?api-version=2017-12-01 response: body: - string: '{"name":"609a16b1-b3f9-47f8-9798-009ae8b9f1de","status":"InProgress","startTime":"2020-09-15T05:58:39.467Z"}' + string: '{"name":"560b38d2-8af4-47be-9793-a7203e28cb19","status":"InProgress","startTime":"2020-09-25T06:28:54.47Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 05:59:41 GMT + - Fri, 25 Sep 2020 06:29:57 GMT expires: - '-1' pragma: @@ -107,22 +107,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/609a16b1-b3f9-47f8-9798-009ae8b9f1de?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/560b38d2-8af4-47be-9793-a7203e28cb19?api-version=2017-12-01 response: body: - string: '{"name":"609a16b1-b3f9-47f8-9798-009ae8b9f1de","status":"InProgress","startTime":"2020-09-15T05:58:39.467Z"}' + string: '{"name":"560b38d2-8af4-47be-9793-a7203e28cb19","status":"InProgress","startTime":"2020-09-25T06:28:54.47Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 06:00:42 GMT + - Fri, 25 Sep 2020 06:30:57 GMT expires: - '-1' pragma: @@ -150,22 +150,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/609a16b1-b3f9-47f8-9798-009ae8b9f1de?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/560b38d2-8af4-47be-9793-a7203e28cb19?api-version=2017-12-01 response: body: - string: '{"name":"609a16b1-b3f9-47f8-9798-009ae8b9f1de","status":"Succeeded","startTime":"2020-09-15T05:58:39.467Z"}' + string: '{"name":"560b38d2-8af4-47be-9793-a7203e28cb19","status":"Succeeded","startTime":"2020-09-25T06:28:54.47Z"}' headers: cache-control: - no-cache content-length: - - '107' + - '106' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 06:01:42 GMT + - Fri, 25 Sep 2020 06:31:58 GMT expires: - '-1' pragma: @@ -193,13 +193,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_postgresql_test_postgresql562b10c0/providers/Microsoft.DBForPostgreSQL/servers/testserver21345?api-version=2017-12-01 response: body: - string: '{"sku":{"name":"B_Gen5_2","tier":"Basic","family":"Gen5","capacity":2},"properties":{"administratorLogin":"cloudsa","storageProfile":{"storageMB":128000,"backupRetentionDays":7,"geoRedundantBackup":"Disabled","storageAutogrow":"Disabled"},"version":"9.6","sslEnforcement":"Enabled","minimalTlsVersion":"TLSEnforcementDisabled","userVisibleState":"Ready","fullyQualifiedDomainName":"testserver21345.postgres.database.azure.com","earliestRestoreDate":"2020-09-15T06:08:41.887+00:00","replicationRole":"None","masterServerId":"","replicaCapacity":5,"byokEnforcement":"Disabled","privateEndpointConnections":[],"infrastructureEncryption":"Disabled","publicNetworkAccess":"Enabled"},"location":"eastus","tags":{"elastic_server":"1"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_postgresql_test_postgresql562b10c0/providers/Microsoft.DBforPostgreSQL/servers/testserver21345","name":"testserver21345","type":"Microsoft.DBforPostgreSQL/servers"}' + string: '{"sku":{"name":"B_Gen5_2","tier":"Basic","family":"Gen5","capacity":2},"properties":{"administratorLogin":"cloudsa","storageProfile":{"storageMB":128000,"backupRetentionDays":7,"geoRedundantBackup":"Disabled","storageAutogrow":"Disabled"},"version":"9.6","sslEnforcement":"Enabled","minimalTlsVersion":"TLSEnforcementDisabled","userVisibleState":"Ready","fullyQualifiedDomainName":"testserver21345.postgres.database.azure.com","earliestRestoreDate":"2020-09-25T06:38:55.797+00:00","replicationRole":"None","masterServerId":"","replicaCapacity":5,"byokEnforcement":"Disabled","privateEndpointConnections":[],"infrastructureEncryption":"Disabled","publicNetworkAccess":"Enabled"},"location":"eastus","tags":{"elastic_server":"1"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_postgresql_test_postgresql562b10c0/providers/Microsoft.DBforPostgreSQL/servers/testserver21345","name":"testserver21345","type":"Microsoft.DBforPostgreSQL/servers"}' headers: cache-control: - no-cache @@ -208,7 +208,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 06:01:42 GMT + - Fri, 25 Sep 2020 06:31:58 GMT expires: - '-1' pragma: @@ -240,18 +240,18 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_postgresql_test_postgresql562b10c0/providers/Microsoft.DBForPostgreSQL/servers/testserver21345/databases/testdatabase21345?api-version=2017-12-01 response: body: - string: '{"operation":"UpsertElasticServerDatabase","startTime":"2020-09-15T06:01:44.437Z"}' + string: '{"operation":"UpsertElasticServerDatabase","startTime":"2020-09-25T06:32:00.017Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/bad76e3d-6e0e-4bff-b2a3-07048baedb82?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/33f89e01-3dcc-46e1-b7ee-4a00526921f6?api-version=2017-12-01 cache-control: - no-cache content-length: @@ -259,11 +259,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 06:01:44 GMT + - Fri, 25 Sep 2020 06:31:59 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/bad76e3d-6e0e-4bff-b2a3-07048baedb82?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/33f89e01-3dcc-46e1-b7ee-4a00526921f6?api-version=2017-12-01 pragma: - no-cache server: @@ -287,13 +287,56 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/33f89e01-3dcc-46e1-b7ee-4a00526921f6?api-version=2017-12-01 + response: + body: + string: '{"name":"33f89e01-3dcc-46e1-b7ee-4a00526921f6","status":"InProgress","startTime":"2020-09-25T06:32:00.017Z"}' + headers: + cache-control: + - no-cache + content-length: + - '108' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 25 Sep 2020 06:32:16 GMT + expires: + - '-1' + 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 + 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.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/bad76e3d-6e0e-4bff-b2a3-07048baedb82?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/33f89e01-3dcc-46e1-b7ee-4a00526921f6?api-version=2017-12-01 response: body: - string: '{"name":"bad76e3d-6e0e-4bff-b2a3-07048baedb82","status":"InProgress","startTime":"2020-09-15T06:01:44.437Z"}' + string: '{"name":"33f89e01-3dcc-46e1-b7ee-4a00526921f6","status":"InProgress","startTime":"2020-09-25T06:32:00.017Z"}' headers: cache-control: - no-cache @@ -302,7 +345,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 06:02:00 GMT + - Fri, 25 Sep 2020 06:32:31 GMT expires: - '-1' pragma: @@ -330,13 +373,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/bad76e3d-6e0e-4bff-b2a3-07048baedb82?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/33f89e01-3dcc-46e1-b7ee-4a00526921f6?api-version=2017-12-01 response: body: - string: '{"name":"bad76e3d-6e0e-4bff-b2a3-07048baedb82","status":"Succeeded","startTime":"2020-09-15T06:01:44.437Z"}' + string: '{"name":"33f89e01-3dcc-46e1-b7ee-4a00526921f6","status":"Succeeded","startTime":"2020-09-25T06:32:00.017Z"}' headers: cache-control: - no-cache @@ -345,7 +388,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 06:02:15 GMT + - Fri, 25 Sep 2020 06:32:47 GMT expires: - '-1' pragma: @@ -373,8 +416,8 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_postgresql_test_postgresql562b10c0/providers/Microsoft.DBForPostgreSQL/servers/testserver21345/databases/testdatabase21345?api-version=2017-12-01 response: @@ -388,7 +431,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 06:02:17 GMT + - Fri, 25 Sep 2020 06:32:48 GMT expires: - '-1' pragma: @@ -420,18 +463,18 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_postgresql_test_postgresql562b10c0/providers/Microsoft.DBForPostgreSQL/servers/testserver21345/firewallRules/firewallrule?api-version=2017-12-01 response: body: - string: '{"operation":"UpsertElasticServerFirewallRules","startTime":"2020-09-15T06:02:18.043Z"}' + string: '{"operation":"UpsertElasticServerFirewallRules","startTime":"2020-09-25T06:32:49.753Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/c5554b73-c402-4c57-bdb2-3aa77494a4b8?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/de7d3b4c-7f4c-4793-9b9d-927c655bfcd8?api-version=2017-12-01 cache-control: - no-cache content-length: @@ -439,11 +482,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 06:02:27 GMT + - Fri, 25 Sep 2020 06:32:50 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/c5554b73-c402-4c57-bdb2-3aa77494a4b8?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/de7d3b4c-7f4c-4793-9b9d-927c655bfcd8?api-version=2017-12-01 pragma: - no-cache server: @@ -467,13 +510,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/c5554b73-c402-4c57-bdb2-3aa77494a4b8?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/de7d3b4c-7f4c-4793-9b9d-927c655bfcd8?api-version=2017-12-01 response: body: - string: '{"name":"c5554b73-c402-4c57-bdb2-3aa77494a4b8","status":"Succeeded","startTime":"2020-09-15T06:02:18.043Z"}' + string: '{"name":"de7d3b4c-7f4c-4793-9b9d-927c655bfcd8","status":"Succeeded","startTime":"2020-09-25T06:32:49.753Z"}' headers: cache-control: - no-cache @@ -482,7 +525,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 06:02:43 GMT + - Fri, 25 Sep 2020 06:33:06 GMT expires: - '-1' pragma: @@ -510,8 +553,8 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_postgresql_test_postgresql562b10c0/providers/Microsoft.DBForPostgreSQL/servers/testserver21345/firewallRules/firewallrule?api-version=2017-12-01 response: @@ -525,7 +568,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 06:02:43 GMT + - Fri, 25 Sep 2020 06:33:06 GMT expires: - '-1' pragma: @@ -553,8 +596,8 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python accept-language: - en-US method: GET @@ -570,7 +613,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 06:02:46 GMT + - Fri, 25 Sep 2020 06:33:07 GMT expires: - '-1' pragma: @@ -598,8 +641,8 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python accept-language: - en-US method: GET @@ -615,7 +658,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 06:02:50 GMT + - Fri, 25 Sep 2020 06:33:07 GMT expires: - '-1' pragma: @@ -643,15 +686,15 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_postgresql_test_postgresql562b10c0/providers/Microsoft.DBForPostgreSQL/servers/testserver21345?api-version=2017-12-01 response: body: - string: '{"sku":{"name":"B_Gen5_2","tier":"Basic","family":"Gen5","capacity":2},"properties":{"administratorLogin":"cloudsa","storageProfile":{"storageMB":128000,"backupRetentionDays":7,"geoRedundantBackup":"Disabled","storageAutogrow":"Disabled"},"version":"9.6","sslEnforcement":"Enabled","minimalTlsVersion":"TLSEnforcementDisabled","userVisibleState":"Ready","fullyQualifiedDomainName":"testserver21345.postgres.database.azure.com","earliestRestoreDate":"2020-09-15T06:08:41.887+00:00","replicationRole":"None","masterServerId":"","replicaCapacity":5,"byokEnforcement":"Disabled","privateEndpointConnections":[],"infrastructureEncryption":"Disabled","publicNetworkAccess":"Enabled"},"location":"eastus","tags":{"elastic_server":"1"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_postgresql_test_postgresql562b10c0/providers/Microsoft.DBforPostgreSQL/servers/testserver21345","name":"testserver21345","type":"Microsoft.DBforPostgreSQL/servers"}' + string: '{"sku":{"name":"B_Gen5_2","tier":"Basic","family":"Gen5","capacity":2},"properties":{"administratorLogin":"cloudsa","storageProfile":{"storageMB":128000,"backupRetentionDays":7,"geoRedundantBackup":"Disabled","storageAutogrow":"Disabled"},"version":"9.6","sslEnforcement":"Enabled","minimalTlsVersion":"TLSEnforcementDisabled","userVisibleState":"Ready","fullyQualifiedDomainName":"testserver21345.postgres.database.azure.com","earliestRestoreDate":"2020-09-25T06:38:55.797+00:00","replicationRole":"None","masterServerId":"","replicaCapacity":5,"byokEnforcement":"Disabled","privateEndpointConnections":[],"infrastructureEncryption":"Disabled","publicNetworkAccess":"Enabled"},"location":"eastus","tags":{"elastic_server":"1"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_postgresql_test_postgresql562b10c0/providers/Microsoft.DBforPostgreSQL/servers/testserver21345","name":"testserver21345","type":"Microsoft.DBforPostgreSQL/servers"}' headers: cache-control: - no-cache @@ -660,7 +703,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 06:02:51 GMT + - Fri, 25 Sep 2020 06:33:08 GMT expires: - '-1' pragma: @@ -688,8 +731,8 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python accept-language: - en-US method: GET @@ -959,10 +1002,22 @@ interactions: DB for PostgreSQL","resource":"Database Metric Definition","operation":"Get database metric definitions","description":"Return types of metrics that are available for databases"},"properties":{"serviceSpecification":{"metricSpecifications":[{"name":"backup_storage_used","displayName":"Backup - Storage Used","displayDescription":"Backup Storage Used","unit":"Bytes","aggregationType":"Average","supportedAggregationTypes":["Average","Maximum","Minimum"]},{"name":"cpu_percent","displayName":"CPU + Storage Used","displayDescription":"Backup Storage Used","unit":"Bytes","aggregationType":"Average","supportedAggregationTypes":["Average","Maximum","Minimum"]},{"name":"cpu_credits_consumed","displayName":"CPU + Credits Consumed","displayDescription":"Total number of credits consumed by + the database server","unit":"Count","aggregationType":"Average","supportedAggregationTypes":["Average","Maximum","Minimum"]},{"name":"cpu_credits_remaining","displayName":"CPU + Credits Remaining","displayDescription":"Total number of credits available + to burst","unit":"Count","aggregationType":"Average","supportedAggregationTypes":["Average","Maximum","Minimum"]},{"name":"cpu_percent","displayName":"CPU percent","displayDescription":"CPU percent","unit":"Percent","aggregationType":"Average","supportedAggregationTypes":["Average","Maximum","Minimum"]},{"name":"memory_percent","displayName":"Memory percent","displayDescription":"Memory percent","unit":"Percent","aggregationType":"Average","supportedAggregationTypes":["Average","Maximum","Minimum"]},{"name":"iops","displayName":"IOPS","displayDescription":"IO - Operations per second","unit":"Count","aggregationType":"Average","supportedAggregationTypes":["Average","Maximum","Minimum"]},{"name":"storage_percent","displayName":"Storage + Operations per second","unit":"Count","aggregationType":"Average","supportedAggregationTypes":["Average","Maximum","Minimum"]},{"name":"disk_queue_depth","displayName":"Disk + Queue Depth","displayDescription":"Number of outstanding I/O operations to + the data disk","unit":"Count","aggregationType":"Average","supportedAggregationTypes":["Average","Maximum","Minimum"]},{"name":"read_throughput","displayName":"Read + Throughput Bytes/Sec","displayDescription":"Bytes read per second from the + data disk during monitoring period","unit":"Count","aggregationType":"Average","supportedAggregationTypes":["Average","Maximum","Minimum"]},{"name":"write_throughput","displayName":"Write + Throughput Bytes/Sec","displayDescription":"Bytes written per second to the + data disk during monitoring period","unit":"Count","aggregationType":"Average","supportedAggregationTypes":["Average","Maximum","Minimum"]},{"name":"read_iops","displayName":"Read + IOPS","displayDescription":"Number of data disk I/O read operations per second","unit":"Count","aggregationType":"Average","supportedAggregationTypes":["Average","Maximum","Minimum"]},{"name":"write_iops","displayName":"Write + IOPS","displayDescription":"Number of data disk I/O write operations per second","unit":"Count","aggregationType":"Average","supportedAggregationTypes":["Average","Maximum","Minimum"]},{"name":"storage_percent","displayName":"Storage percent","displayDescription":"Storage percent","unit":"Percent","aggregationType":"Average","supportedAggregationTypes":["Average","Maximum","Minimum"]},{"name":"storage_used","displayName":"Storage used","displayDescription":"Storage used","unit":"Bytes","aggregationType":"Average","supportedAggregationTypes":["Average","Maximum","Minimum"]},{"name":"storage_free","displayName":"Storage Free","displayDescription":"Storage Free","unit":"Bytes","aggregationType":"Average","supportedAggregationTypes":["Average","Maximum","Minimum"]},{"name":"txlogs_storage_used","displayName":"Transaction @@ -993,10 +1048,22 @@ interactions: DB for PostgreSQL","resource":"Database Metric Definition","operation":"Get database metric definitions","description":"Return types of metrics that are available for databases"},"properties":{"serviceSpecification":{"metricSpecifications":[{"name":"backup_storage_used","displayName":"Backup - Storage Used","displayDescription":"Backup Storage Used","unit":"Bytes","aggregationType":"Average","supportedAggregationTypes":["Average","Maximum","Minimum"]},{"name":"cpu_percent","displayName":"CPU + Storage Used","displayDescription":"Backup Storage Used","unit":"Bytes","aggregationType":"Average","supportedAggregationTypes":["Average","Maximum","Minimum"]},{"name":"cpu_credits_consumed","displayName":"CPU + Credits Consumed","displayDescription":"Total number of credits consumed by + the database server","unit":"Count","aggregationType":"Average","supportedAggregationTypes":["Average","Maximum","Minimum"]},{"name":"cpu_credits_remaining","displayName":"CPU + Credits Remaining","displayDescription":"Total number of credits available + to burst","unit":"Count","aggregationType":"Average","supportedAggregationTypes":["Average","Maximum","Minimum"]},{"name":"cpu_percent","displayName":"CPU percent","displayDescription":"CPU percent","unit":"Percent","aggregationType":"Average","supportedAggregationTypes":["Average","Maximum","Minimum"]},{"name":"memory_percent","displayName":"Memory percent","displayDescription":"Memory percent","unit":"Percent","aggregationType":"Average","supportedAggregationTypes":["Average","Maximum","Minimum"]},{"name":"iops","displayName":"IOPS","displayDescription":"IO - Operations per second","unit":"Count","aggregationType":"Average","supportedAggregationTypes":["Average","Maximum","Minimum"]},{"name":"storage_percent","displayName":"Storage + Operations per second","unit":"Count","aggregationType":"Average","supportedAggregationTypes":["Average","Maximum","Minimum"]},{"name":"disk_queue_depth","displayName":"Disk + Queue Depth","displayDescription":"Number of outstanding I/O operations to + the data disk","unit":"Count","aggregationType":"Average","supportedAggregationTypes":["Average","Maximum","Minimum"]},{"name":"read_throughput","displayName":"Read + Throughput Bytes/Sec","displayDescription":"Bytes read per second from the + data disk during monitoring period","unit":"Count","aggregationType":"Average","supportedAggregationTypes":["Average","Maximum","Minimum"]},{"name":"write_throughput","displayName":"Write + Throughput Bytes/Sec","displayDescription":"Bytes written per second to the + data disk during monitoring period","unit":"Count","aggregationType":"Average","supportedAggregationTypes":["Average","Maximum","Minimum"]},{"name":"read_iops","displayName":"Read + IOPS","displayDescription":"Number of data disk I/O read operations per second","unit":"Count","aggregationType":"Average","supportedAggregationTypes":["Average","Maximum","Minimum"]},{"name":"write_iops","displayName":"Write + IOPS","displayDescription":"Number of data disk I/O write operations per second","unit":"Count","aggregationType":"Average","supportedAggregationTypes":["Average","Maximum","Minimum"]},{"name":"storage_percent","displayName":"Storage percent","displayDescription":"Storage percent","unit":"Percent","aggregationType":"Average","supportedAggregationTypes":["Average","Maximum","Minimum"]},{"name":"storage_used","displayName":"Storage used","displayDescription":"Storage used","unit":"Bytes","aggregationType":"Average","supportedAggregationTypes":["Average","Maximum","Minimum"]},{"name":"storage_free","displayName":"Storage Free","displayDescription":"Storage Free","unit":"Bytes","aggregationType":"Average","supportedAggregationTypes":["Average","Maximum","Minimum"]},{"name":"txlogs_storage_used","displayName":"Transaction @@ -1028,11 +1095,11 @@ interactions: cache-control: - no-cache content-length: - - '39674' + - '43090' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 06:02:55 GMT + - Fri, 25 Sep 2020 06:33:09 GMT expires: - '-1' pragma: @@ -1062,30 +1129,30 @@ interactions: Content-Length: - '0' User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python accept-language: - en-US method: POST uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_postgresql_test_postgresql562b10c0/providers/Microsoft.DBForPostgreSQL/servers/testserver21345/restart?api-version=2017-12-01 response: body: - string: '{"operation":"RestartElasticServer","startTime":"2020-09-15T06:02:56.053Z"}' + string: '{"operation":"RestartElasticServer","startTime":"2020-09-25T06:33:10.27Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/148e3532-d6ef-433a-877b-bf5b5289ae2c?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/10fb7c47-7bf2-4248-9d7c-440ccd0a43b6?api-version=2017-12-01 cache-control: - no-cache content-length: - - '75' + - '74' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 06:02:55 GMT + - Fri, 25 Sep 2020 06:33:09 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/148e3532-d6ef-433a-877b-bf5b5289ae2c?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/10fb7c47-7bf2-4248-9d7c-440ccd0a43b6?api-version=2017-12-01 pragma: - no-cache server: @@ -1109,22 +1176,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/148e3532-d6ef-433a-877b-bf5b5289ae2c?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/10fb7c47-7bf2-4248-9d7c-440ccd0a43b6?api-version=2017-12-01 response: body: - string: '{"name":"148e3532-d6ef-433a-877b-bf5b5289ae2c","status":"InProgress","startTime":"2020-09-15T06:02:56.053Z"}' + string: '{"name":"10fb7c47-7bf2-4248-9d7c-440ccd0a43b6","status":"InProgress","startTime":"2020-09-25T06:33:10.27Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 06:03:12 GMT + - Fri, 25 Sep 2020 06:33:25 GMT expires: - '-1' pragma: @@ -1152,22 +1219,22 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/148e3532-d6ef-433a-877b-bf5b5289ae2c?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/10fb7c47-7bf2-4248-9d7c-440ccd0a43b6?api-version=2017-12-01 response: body: - string: '{"name":"148e3532-d6ef-433a-877b-bf5b5289ae2c","status":"InProgress","startTime":"2020-09-15T06:02:56.053Z"}' + string: '{"name":"10fb7c47-7bf2-4248-9d7c-440ccd0a43b6","status":"InProgress","startTime":"2020-09-25T06:33:10.27Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 06:03:27 GMT + - Fri, 25 Sep 2020 06:33:41 GMT expires: - '-1' pragma: @@ -1195,22 +1262,151 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/148e3532-d6ef-433a-877b-bf5b5289ae2c?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/10fb7c47-7bf2-4248-9d7c-440ccd0a43b6?api-version=2017-12-01 response: body: - string: '{"name":"148e3532-d6ef-433a-877b-bf5b5289ae2c","status":"InProgress","startTime":"2020-09-15T06:02:56.053Z"}' + string: '{"name":"10fb7c47-7bf2-4248-9d7c-440ccd0a43b6","status":"InProgress","startTime":"2020-09-25T06:33:10.27Z"}' headers: cache-control: - no-cache content-length: - - '108' + - '107' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 25 Sep 2020 06:33:56 GMT + expires: + - '-1' + 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 + 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.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/10fb7c47-7bf2-4248-9d7c-440ccd0a43b6?api-version=2017-12-01 + response: + body: + string: '{"name":"10fb7c47-7bf2-4248-9d7c-440ccd0a43b6","status":"InProgress","startTime":"2020-09-25T06:33:10.27Z"}' + headers: + cache-control: + - no-cache + content-length: + - '107' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 25 Sep 2020 06:34:11 GMT + expires: + - '-1' + 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 + 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.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/10fb7c47-7bf2-4248-9d7c-440ccd0a43b6?api-version=2017-12-01 + response: + body: + string: '{"name":"10fb7c47-7bf2-4248-9d7c-440ccd0a43b6","status":"InProgress","startTime":"2020-09-25T06:33:10.27Z"}' + headers: + cache-control: + - no-cache + content-length: + - '107' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 25 Sep 2020 06:34:27 GMT + expires: + - '-1' + 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 + 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.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/10fb7c47-7bf2-4248-9d7c-440ccd0a43b6?api-version=2017-12-01 + response: + body: + string: '{"name":"10fb7c47-7bf2-4248-9d7c-440ccd0a43b6","status":"InProgress","startTime":"2020-09-25T06:33:10.27Z"}' + headers: + cache-control: + - no-cache + content-length: + - '107' content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 06:03:42 GMT + - Fri, 25 Sep 2020 06:34:43 GMT expires: - '-1' pragma: @@ -1238,13 +1434,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/148e3532-d6ef-433a-877b-bf5b5289ae2c?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/10fb7c47-7bf2-4248-9d7c-440ccd0a43b6?api-version=2017-12-01 response: body: - string: '{"name":"148e3532-d6ef-433a-877b-bf5b5289ae2c","status":"Succeeded","startTime":"2020-09-15T06:02:56.053Z"}' + string: '{"name":"10fb7c47-7bf2-4248-9d7c-440ccd0a43b6","status":"InProgress","startTime":"2020-09-25T06:33:10.27Z"}' headers: cache-control: - no-cache @@ -1253,7 +1449,50 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 06:03:58 GMT + - Fri, 25 Sep 2020 06:34:58 GMT + expires: + - '-1' + 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 + 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.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/10fb7c47-7bf2-4248-9d7c-440ccd0a43b6?api-version=2017-12-01 + response: + body: + string: '{"name":"10fb7c47-7bf2-4248-9d7c-440ccd0a43b6","status":"Succeeded","startTime":"2020-09-25T06:33:10.27Z"}' + headers: + cache-control: + - no-cache + content-length: + - '106' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 25 Sep 2020 06:35:13 GMT expires: - '-1' pragma: @@ -1285,18 +1524,18 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python accept-language: - en-US method: PATCH uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_postgresql_test_postgresql562b10c0/providers/Microsoft.DBForPostgreSQL/servers/testserver21345?api-version=2017-12-01 response: body: - string: '{"operation":"UpsertElasticServer","startTime":"2020-09-15T06:03:59.873Z"}' + string: '{"operation":"UpsertElasticServer","startTime":"2020-09-25T06:35:14.237Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e7c8cd1d-bacc-4f79-b523-63d045f6f46f?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/79a6a29e-15a8-4fef-b211-d9d23307bc81?api-version=2017-12-01 cache-control: - no-cache content-length: @@ -1304,11 +1543,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 06:04:00 GMT + - Fri, 25 Sep 2020 06:35:14 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/e7c8cd1d-bacc-4f79-b523-63d045f6f46f?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/79a6a29e-15a8-4fef-b211-d9d23307bc81?api-version=2017-12-01 pragma: - no-cache server: @@ -1332,13 +1571,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/e7c8cd1d-bacc-4f79-b523-63d045f6f46f?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/79a6a29e-15a8-4fef-b211-d9d23307bc81?api-version=2017-12-01 response: body: - string: '{"name":"e7c8cd1d-bacc-4f79-b523-63d045f6f46f","status":"Succeeded","startTime":"2020-09-15T06:03:59.873Z"}' + string: '{"name":"79a6a29e-15a8-4fef-b211-d9d23307bc81","status":"Succeeded","startTime":"2020-09-25T06:35:14.237Z"}' headers: cache-control: - no-cache @@ -1347,7 +1586,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 06:05:01 GMT + - Fri, 25 Sep 2020 06:36:16 GMT expires: - '-1' pragma: @@ -1375,13 +1614,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_postgresql_test_postgresql562b10c0/providers/Microsoft.DBForPostgreSQL/servers/testserver21345?api-version=2017-12-01 response: body: - string: '{"sku":{"name":"B_Gen5_2","tier":"Basic","family":"Gen5","capacity":2},"properties":{"administratorLogin":"cloudsa","storageProfile":{"storageMB":128000,"backupRetentionDays":7,"geoRedundantBackup":"Disabled","storageAutogrow":"Disabled"},"version":"9.6","sslEnforcement":"Enabled","minimalTlsVersion":"TLSEnforcementDisabled","userVisibleState":"Ready","fullyQualifiedDomainName":"testserver21345.postgres.database.azure.com","earliestRestoreDate":"2020-09-15T06:08:41.887+00:00","replicationRole":"None","masterServerId":"","replicaCapacity":5,"byokEnforcement":"Disabled","privateEndpointConnections":[],"infrastructureEncryption":"Disabled","publicNetworkAccess":"Enabled"},"location":"eastus","tags":{"elastic_server":"1"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_postgresql_test_postgresql562b10c0/providers/Microsoft.DBforPostgreSQL/servers/testserver21345","name":"testserver21345","type":"Microsoft.DBforPostgreSQL/servers"}' + string: '{"sku":{"name":"B_Gen5_2","tier":"Basic","family":"Gen5","capacity":2},"properties":{"administratorLogin":"cloudsa","storageProfile":{"storageMB":128000,"backupRetentionDays":7,"geoRedundantBackup":"Disabled","storageAutogrow":"Disabled"},"version":"9.6","sslEnforcement":"Enabled","minimalTlsVersion":"TLSEnforcementDisabled","userVisibleState":"Ready","fullyQualifiedDomainName":"testserver21345.postgres.database.azure.com","earliestRestoreDate":"2020-09-25T06:38:55.797+00:00","replicationRole":"None","masterServerId":"","replicaCapacity":5,"byokEnforcement":"Disabled","privateEndpointConnections":[],"infrastructureEncryption":"Disabled","publicNetworkAccess":"Enabled"},"location":"eastus","tags":{"elastic_server":"1"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_postgresql_test_postgresql562b10c0/providers/Microsoft.DBforPostgreSQL/servers/testserver21345","name":"testserver21345","type":"Microsoft.DBforPostgreSQL/servers"}' headers: cache-control: - no-cache @@ -1390,7 +1629,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 06:05:01 GMT + - Fri, 25 Sep 2020 06:36:16 GMT expires: - '-1' pragma: @@ -1422,8 +1661,8 @@ interactions: Content-Type: - application/json; charset=utf-8 User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python accept-language: - en-US method: POST @@ -1440,7 +1679,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 06:05:03 GMT + - Fri, 25 Sep 2020 06:36:18 GMT expires: - '-1' pragma: @@ -1472,18 +1711,18 @@ interactions: Content-Length: - '0' User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python accept-language: - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_postgresql_test_postgresql562b10c0/providers/Microsoft.DBForPostgreSQL/servers/testserver21345/firewallRules/firewallrule?api-version=2017-12-01 response: body: - string: '{"operation":"DropElasticServerFirewallRule","startTime":"2020-09-15T06:05:03.81Z"}' + string: '{"operation":"DropElasticServerFirewallRule","startTime":"2020-09-25T06:36:19.08Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/2a520c97-f772-421a-a7ba-4d9690c5e592?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/4620f0b4-2e6e-46f0-bfd6-2fa624e6fa28?api-version=2017-12-01 cache-control: - no-cache content-length: @@ -1491,11 +1730,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 06:05:05 GMT + - Fri, 25 Sep 2020 06:36:20 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/2a520c97-f772-421a-a7ba-4d9690c5e592?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/4620f0b4-2e6e-46f0-bfd6-2fa624e6fa28?api-version=2017-12-01 pragma: - no-cache server: @@ -1519,13 +1758,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/2a520c97-f772-421a-a7ba-4d9690c5e592?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/4620f0b4-2e6e-46f0-bfd6-2fa624e6fa28?api-version=2017-12-01 response: body: - string: '{"name":"2a520c97-f772-421a-a7ba-4d9690c5e592","status":"Succeeded","startTime":"2020-09-15T06:05:03.81Z"}' + string: '{"name":"4620f0b4-2e6e-46f0-bfd6-2fa624e6fa28","status":"Succeeded","startTime":"2020-09-25T06:36:19.08Z"}' headers: cache-control: - no-cache @@ -1534,7 +1773,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 06:05:21 GMT + - Fri, 25 Sep 2020 06:36:37 GMT expires: - '-1' pragma: @@ -1564,18 +1803,18 @@ interactions: Content-Length: - '0' User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python accept-language: - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_postgresql_test_postgresql562b10c0/providers/Microsoft.DBForPostgreSQL/servers/testserver21345/databases/testdatabase21345?api-version=2017-12-01 response: body: - string: '{"operation":"DropElasticServerDatabase","startTime":"2020-09-15T06:05:21.997Z"}' + string: '{"operation":"DropElasticServerDatabase","startTime":"2020-09-25T06:36:38.237Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/beedba6b-5b4e-442c-bf3b-ff14f817a141?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/ac6ef509-df1d-4f64-acca-eb2ea14dc0d9?api-version=2017-12-01 cache-control: - no-cache content-length: @@ -1583,11 +1822,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 06:05:21 GMT + - Fri, 25 Sep 2020 06:36:37 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/beedba6b-5b4e-442c-bf3b-ff14f817a141?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/ac6ef509-df1d-4f64-acca-eb2ea14dc0d9?api-version=2017-12-01 pragma: - no-cache server: @@ -1611,13 +1850,56 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + method: GET + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/ac6ef509-df1d-4f64-acca-eb2ea14dc0d9?api-version=2017-12-01 + response: + body: + string: '{"name":"ac6ef509-df1d-4f64-acca-eb2ea14dc0d9","status":"InProgress","startTime":"2020-09-25T06:36:38.237Z"}' + headers: + cache-control: + - no-cache + content-length: + - '108' + content-type: + - application/json; charset=utf-8 + date: + - Fri, 25 Sep 2020 06:36:53 GMT + expires: + - '-1' + 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 + 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.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/beedba6b-5b4e-442c-bf3b-ff14f817a141?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/ac6ef509-df1d-4f64-acca-eb2ea14dc0d9?api-version=2017-12-01 response: body: - string: '{"name":"beedba6b-5b4e-442c-bf3b-ff14f817a141","status":"Succeeded","startTime":"2020-09-15T06:05:21.997Z"}' + string: '{"name":"ac6ef509-df1d-4f64-acca-eb2ea14dc0d9","status":"Succeeded","startTime":"2020-09-25T06:36:38.237Z"}' headers: cache-control: - no-cache @@ -1626,7 +1908,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 06:05:37 GMT + - Fri, 25 Sep 2020 06:37:09 GMT expires: - '-1' pragma: @@ -1656,18 +1938,18 @@ interactions: Content-Length: - '0' User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python accept-language: - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test_cli_mgmt_postgresql_test_postgresql562b10c0/providers/Microsoft.DBForPostgreSQL/servers/testserver21345?api-version=2017-12-01 response: body: - string: '{"operation":"DropElasticServer","startTime":"2020-09-15T06:05:39.09Z"}' + string: '{"operation":"DropElasticServer","startTime":"2020-09-25T06:37:10.19Z"}' headers: azure-asyncoperation: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/0cb3975e-f8b3-4879-9000-7b4cabeaf29f?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/45b92eac-38ef-4c51-a409-e177764126d7?api-version=2017-12-01 cache-control: - no-cache content-length: @@ -1675,11 +1957,11 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 06:05:38 GMT + - Fri, 25 Sep 2020 06:37:09 GMT expires: - '-1' location: - - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/0cb3975e-f8b3-4879-9000-7b4cabeaf29f?api-version=2017-12-01 + - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/operationResults/45b92eac-38ef-4c51-a409-e177764126d7?api-version=2017-12-01 pragma: - no-cache server: @@ -1703,13 +1985,13 @@ interactions: Connection: - keep-alive User-Agent: - - python/3.8.1 (Windows-10-10.0.19041-SP0) msrest/0.6.13 msrest_azure/0.6.3 - azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python + - python/3.6.9 (Linux-4.19.76-linuxkit-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.10 + msrest_azure/0.6.2 azure-mgmt-rdbms/2017-12-01 Azure-SDK-For-Python method: GET - uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/0cb3975e-f8b3-4879-9000-7b4cabeaf29f?api-version=2017-12-01 + uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DBforPostgreSQL/locations/eastus/azureAsyncOperation/45b92eac-38ef-4c51-a409-e177764126d7?api-version=2017-12-01 response: body: - string: '{"name":"0cb3975e-f8b3-4879-9000-7b4cabeaf29f","status":"Succeeded","startTime":"2020-09-15T06:05:39.09Z"}' + string: '{"name":"45b92eac-38ef-4c51-a409-e177764126d7","status":"Succeeded","startTime":"2020-09-25T06:37:10.19Z"}' headers: cache-control: - no-cache @@ -1718,7 +2000,7 @@ interactions: content-type: - application/json; charset=utf-8 date: - - Tue, 15 Sep 2020 06:05:54 GMT + - Fri, 25 Sep 2020 06:37:25 GMT expires: - '-1' pragma: