diff --git a/sdk/azurearcdata/azure-mgmt-azurearcdata/_meta.json b/sdk/azurearcdata/azure-mgmt-azurearcdata/_meta.json index 39f2055663a1..146f5daa0dca 100644 --- a/sdk/azurearcdata/azure-mgmt-azurearcdata/_meta.json +++ b/sdk/azurearcdata/azure-mgmt-azurearcdata/_meta.json @@ -4,7 +4,7 @@ "@autorest/python@5.8.4", "@autorest/modelerfour@4.19.2" ], - "commit": "e23a590abc2f98437bafac9da5ccd608b2981a45", + "commit": "8ba090c2ac4bbc3de3d7373833a8a0127e4e745f", "repository_url": "https://github.com/Azure/azure-rest-api-specs", "autorest_command": "autorest specification/azurearcdata/resource-manager/readme.md --multiapi --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --track2 --use=@autorest/python@5.8.4 --use=@autorest/modelerfour@4.19.2 --version=3.4.5", "readme": "specification/azurearcdata/resource-manager/readme.md" diff --git a/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/_configuration.py b/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/_configuration.py index 06e0bd8f8958..2f6a409cc15c 100644 --- a/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/_configuration.py +++ b/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/_configuration.py @@ -48,7 +48,7 @@ def __init__( self.credential = credential self.subscription_id = subscription_id - self.api_version = "2021-08-01" + self.api_version = "2021-11-01" self.credential_scopes = kwargs.pop('credential_scopes', ['https://management.azure.com/.default']) kwargs.setdefault('sdk_moniker', 'mgmt-azurearcdata/{}'.format(VERSION)) self._configure(**kwargs) diff --git a/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/_metadata.json b/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/_metadata.json index cf806c606565..686e24565896 100644 --- a/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/_metadata.json +++ b/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/_metadata.json @@ -1,6 +1,6 @@ { - "chosen_version": "2021-08-01", - "total_api_version_list": ["2021-08-01"], + "chosen_version": "2021-11-01", + "total_api_version_list": ["2021-11-01"], "client": { "name": "AzureArcDataManagementClient", "filename": "_azure_arc_data_management_client", diff --git a/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/_version.py b/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/_version.py index e5754a47ce68..653b73a4a199 100644 --- a/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/_version.py +++ b/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "1.0.0b1" +VERSION = "1.1.0b1" diff --git a/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/aio/_configuration.py b/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/aio/_configuration.py index dbff5e916631..d7a60ffd7405 100644 --- a/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/aio/_configuration.py +++ b/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/aio/_configuration.py @@ -45,7 +45,7 @@ def __init__( self.credential = credential self.subscription_id = subscription_id - self.api_version = "2021-08-01" + self.api_version = "2021-11-01" self.credential_scopes = kwargs.pop('credential_scopes', ['https://management.azure.com/.default']) kwargs.setdefault('sdk_moniker', 'mgmt-azurearcdata/{}'.format(VERSION)) self._configure(**kwargs) diff --git a/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/aio/operations/_data_controllers_operations.py b/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/aio/operations/_data_controllers_operations.py index a2358f6cad23..16ca096eeb50 100644 --- a/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/aio/operations/_data_controllers_operations.py +++ b/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/aio/operations/_data_controllers_operations.py @@ -61,7 +61,7 @@ def list_in_subscription( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" accept = "application/json" def prepare_request(next_link=None): @@ -133,7 +133,7 @@ def list_in_group( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" accept = "application/json" def prepare_request(next_link=None): @@ -197,7 +197,7 @@ async def _put_data_controller_initial( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" content_type = kwargs.pop("content_type", "application/json") accept = "application/json" @@ -325,7 +325,7 @@ async def _delete_data_controller_initial( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" accept = "application/json" # Construct URL @@ -445,7 +445,7 @@ async def get_data_controller( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" accept = "application/json" # Construct URL @@ -507,7 +507,7 @@ async def patch_data_controller( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" content_type = kwargs.pop("content_type", "application/json") accept = "application/json" diff --git a/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/aio/operations/_operations.py b/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/aio/operations/_operations.py index 90194487b71b..07e2596f4dd3 100644 --- a/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/aio/operations/_operations.py +++ b/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/aio/operations/_operations.py @@ -57,7 +57,7 @@ def list( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" accept = "application/json" def prepare_request(next_link=None): diff --git a/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/aio/operations/_sql_managed_instances_operations.py b/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/aio/operations/_sql_managed_instances_operations.py index ba47da5e7381..419fe5dd5d3a 100644 --- a/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/aio/operations/_sql_managed_instances_operations.py +++ b/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/aio/operations/_sql_managed_instances_operations.py @@ -61,7 +61,7 @@ def list( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" accept = "application/json" def prepare_request(next_link=None): @@ -133,7 +133,7 @@ def list_by_resource_group( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" accept = "application/json" def prepare_request(next_link=None): @@ -207,7 +207,7 @@ async def get( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" accept = "application/json" # Construct URL @@ -256,7 +256,7 @@ async def _create_initial( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" content_type = kwargs.pop("content_type", "application/json") accept = "application/json" @@ -384,7 +384,7 @@ async def _delete_initial( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" accept = "application/json" # Construct URL @@ -507,7 +507,7 @@ async def update( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" content_type = kwargs.pop("content_type", "application/json") accept = "application/json" diff --git a/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/aio/operations/_sql_server_instances_operations.py b/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/aio/operations/_sql_server_instances_operations.py index 31bb1b0649ba..2a1087dd5af8 100644 --- a/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/aio/operations/_sql_server_instances_operations.py +++ b/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/aio/operations/_sql_server_instances_operations.py @@ -61,7 +61,7 @@ def list( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" accept = "application/json" def prepare_request(next_link=None): @@ -133,7 +133,7 @@ def list_by_resource_group( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" accept = "application/json" def prepare_request(next_link=None): @@ -207,7 +207,7 @@ async def get( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" accept = "application/json" # Construct URL @@ -256,7 +256,7 @@ async def _create_initial( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" content_type = kwargs.pop("content_type", "application/json") accept = "application/json" @@ -384,7 +384,7 @@ async def _delete_initial( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" accept = "application/json" # Construct URL @@ -507,7 +507,7 @@ async def update( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" content_type = kwargs.pop("content_type", "application/json") accept = "application/json" diff --git a/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/models/_models.py b/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/models/_models.py index 1cfa963b8a04..d14de2db3bb4 100644 --- a/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/models/_models.py +++ b/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/models/_models.py @@ -96,12 +96,21 @@ class DataControllerProperties(msrest.serialization.Model): :param last_uploaded_date: Last uploaded date from Kubernetes cluster. Defaults to current date time. :type last_uploaded_date: ~datetime.datetime - :param basic_login_information: Username and password for basic login authentication. + :param basic_login_information: Deprecated. Azure Arc Data Services data controller no longer + expose any endpoint. All traffic are exposed through Kubernetes native API. :type basic_login_information: ~azure_arc_data_management_client.models.BasicLoginInformation + :param metrics_dashboard_credential: Login credential for metrics dashboard on the Kubernetes + cluster. + :type metrics_dashboard_credential: + ~azure_arc_data_management_client.models.BasicLoginInformation + :param logs_dashboard_credential: Login credential for logs dashboard on the Kubernetes + cluster. + :type logs_dashboard_credential: ~azure_arc_data_management_client.models.BasicLoginInformation :param log_analytics_workspace_config: Log analytics workspace id and primary key. :type log_analytics_workspace_config: ~azure_arc_data_management_client.models.LogAnalyticsWorkspaceConfig - :param upload_service_principal: Service principal for uploading billing, metrics and logs. + :param upload_service_principal: Deprecated. Service principal is deprecated in favor of Arc + Kubernetes service extension managed identity. :type upload_service_principal: ~azure_arc_data_management_client.models.UploadServicePrincipal :ivar provisioning_state: :vartype provisioning_state: str @@ -124,6 +133,8 @@ class DataControllerProperties(msrest.serialization.Model): 'upload_watermark': {'key': 'uploadWatermark', 'type': 'UploadWatermark'}, 'last_uploaded_date': {'key': 'lastUploadedDate', 'type': 'iso-8601'}, 'basic_login_information': {'key': 'basicLoginInformation', 'type': 'BasicLoginInformation'}, + 'metrics_dashboard_credential': {'key': 'metricsDashboardCredential', 'type': 'BasicLoginInformation'}, + 'logs_dashboard_credential': {'key': 'logsDashboardCredential', 'type': 'BasicLoginInformation'}, 'log_analytics_workspace_config': {'key': 'logAnalyticsWorkspaceConfig', 'type': 'LogAnalyticsWorkspaceConfig'}, 'upload_service_principal': {'key': 'uploadServicePrincipal', 'type': 'UploadServicePrincipal'}, 'provisioning_state': {'key': 'provisioningState', 'type': 'str'}, @@ -142,6 +153,8 @@ def __init__( self.upload_watermark = kwargs.get('upload_watermark', None) self.last_uploaded_date = kwargs.get('last_uploaded_date', None) self.basic_login_information = kwargs.get('basic_login_information', None) + self.metrics_dashboard_credential = kwargs.get('metrics_dashboard_credential', None) + self.logs_dashboard_credential = kwargs.get('logs_dashboard_credential', None) self.log_analytics_workspace_config = kwargs.get('log_analytics_workspace_config', None) self.upload_service_principal = kwargs.get('upload_service_principal', None) self.provisioning_state = None diff --git a/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/models/_models_py3.py b/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/models/_models_py3.py index 822cf32d7820..4ee4c9eab886 100644 --- a/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/models/_models_py3.py +++ b/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/models/_models_py3.py @@ -110,12 +110,21 @@ class DataControllerProperties(msrest.serialization.Model): :param last_uploaded_date: Last uploaded date from Kubernetes cluster. Defaults to current date time. :type last_uploaded_date: ~datetime.datetime - :param basic_login_information: Username and password for basic login authentication. + :param basic_login_information: Deprecated. Azure Arc Data Services data controller no longer + expose any endpoint. All traffic are exposed through Kubernetes native API. :type basic_login_information: ~azure_arc_data_management_client.models.BasicLoginInformation + :param metrics_dashboard_credential: Login credential for metrics dashboard on the Kubernetes + cluster. + :type metrics_dashboard_credential: + ~azure_arc_data_management_client.models.BasicLoginInformation + :param logs_dashboard_credential: Login credential for logs dashboard on the Kubernetes + cluster. + :type logs_dashboard_credential: ~azure_arc_data_management_client.models.BasicLoginInformation :param log_analytics_workspace_config: Log analytics workspace id and primary key. :type log_analytics_workspace_config: ~azure_arc_data_management_client.models.LogAnalyticsWorkspaceConfig - :param upload_service_principal: Service principal for uploading billing, metrics and logs. + :param upload_service_principal: Deprecated. Service principal is deprecated in favor of Arc + Kubernetes service extension managed identity. :type upload_service_principal: ~azure_arc_data_management_client.models.UploadServicePrincipal :ivar provisioning_state: :vartype provisioning_state: str @@ -138,6 +147,8 @@ class DataControllerProperties(msrest.serialization.Model): 'upload_watermark': {'key': 'uploadWatermark', 'type': 'UploadWatermark'}, 'last_uploaded_date': {'key': 'lastUploadedDate', 'type': 'iso-8601'}, 'basic_login_information': {'key': 'basicLoginInformation', 'type': 'BasicLoginInformation'}, + 'metrics_dashboard_credential': {'key': 'metricsDashboardCredential', 'type': 'BasicLoginInformation'}, + 'logs_dashboard_credential': {'key': 'logsDashboardCredential', 'type': 'BasicLoginInformation'}, 'log_analytics_workspace_config': {'key': 'logAnalyticsWorkspaceConfig', 'type': 'LogAnalyticsWorkspaceConfig'}, 'upload_service_principal': {'key': 'uploadServicePrincipal', 'type': 'UploadServicePrincipal'}, 'provisioning_state': {'key': 'provisioningState', 'type': 'str'}, @@ -154,6 +165,8 @@ def __init__( upload_watermark: Optional["UploadWatermark"] = None, last_uploaded_date: Optional[datetime.datetime] = None, basic_login_information: Optional["BasicLoginInformation"] = None, + metrics_dashboard_credential: Optional["BasicLoginInformation"] = None, + logs_dashboard_credential: Optional["BasicLoginInformation"] = None, log_analytics_workspace_config: Optional["LogAnalyticsWorkspaceConfig"] = None, upload_service_principal: Optional["UploadServicePrincipal"] = None, cluster_id: Optional[str] = None, @@ -167,6 +180,8 @@ def __init__( self.upload_watermark = upload_watermark self.last_uploaded_date = last_uploaded_date self.basic_login_information = basic_login_information + self.metrics_dashboard_credential = metrics_dashboard_credential + self.logs_dashboard_credential = logs_dashboard_credential self.log_analytics_workspace_config = log_analytics_workspace_config self.upload_service_principal = upload_service_principal self.provisioning_state = None diff --git a/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/operations/_data_controllers_operations.py b/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/operations/_data_controllers_operations.py index c0afcbc34fac..301f241c855a 100644 --- a/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/operations/_data_controllers_operations.py +++ b/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/operations/_data_controllers_operations.py @@ -66,7 +66,7 @@ def list_in_subscription( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" accept = "application/json" def prepare_request(next_link=None): @@ -139,7 +139,7 @@ def list_in_group( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" accept = "application/json" def prepare_request(next_link=None): @@ -204,7 +204,7 @@ def _put_data_controller_initial( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" content_type = kwargs.pop("content_type", "application/json") accept = "application/json" @@ -334,7 +334,7 @@ def _delete_data_controller_initial( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" accept = "application/json" # Construct URL @@ -456,7 +456,7 @@ def get_data_controller( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" accept = "application/json" # Construct URL @@ -519,7 +519,7 @@ def patch_data_controller( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" content_type = kwargs.pop("content_type", "application/json") accept = "application/json" diff --git a/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/operations/_operations.py b/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/operations/_operations.py index 94732fb29a25..5383f5f48288 100644 --- a/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/operations/_operations.py +++ b/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/operations/_operations.py @@ -62,7 +62,7 @@ def list( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" accept = "application/json" def prepare_request(next_link=None): diff --git a/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/operations/_sql_managed_instances_operations.py b/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/operations/_sql_managed_instances_operations.py index 9c06d6b09103..cde261e6d94f 100644 --- a/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/operations/_sql_managed_instances_operations.py +++ b/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/operations/_sql_managed_instances_operations.py @@ -66,7 +66,7 @@ def list( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" accept = "application/json" def prepare_request(next_link=None): @@ -139,7 +139,7 @@ def list_by_resource_group( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" accept = "application/json" def prepare_request(next_link=None): @@ -214,7 +214,7 @@ def get( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" accept = "application/json" # Construct URL @@ -264,7 +264,7 @@ def _create_initial( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" content_type = kwargs.pop("content_type", "application/json") accept = "application/json" @@ -394,7 +394,7 @@ def _delete_initial( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" accept = "application/json" # Construct URL @@ -519,7 +519,7 @@ def update( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" content_type = kwargs.pop("content_type", "application/json") accept = "application/json" diff --git a/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/operations/_sql_server_instances_operations.py b/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/operations/_sql_server_instances_operations.py index 768ad1eaf582..a350c5729774 100644 --- a/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/operations/_sql_server_instances_operations.py +++ b/sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/operations/_sql_server_instances_operations.py @@ -66,7 +66,7 @@ def list( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" accept = "application/json" def prepare_request(next_link=None): @@ -139,7 +139,7 @@ def list_by_resource_group( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" accept = "application/json" def prepare_request(next_link=None): @@ -214,7 +214,7 @@ def get( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" accept = "application/json" # Construct URL @@ -264,7 +264,7 @@ def _create_initial( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" content_type = kwargs.pop("content_type", "application/json") accept = "application/json" @@ -394,7 +394,7 @@ def _delete_initial( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" accept = "application/json" # Construct URL @@ -519,7 +519,7 @@ def update( 401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError } error_map.update(kwargs.pop('error_map', {})) - api_version = "2021-08-01" + api_version = "2021-11-01" content_type = kwargs.pop("content_type", "application/json") accept = "application/json"