Skip to content

Commit 7814c4b

Browse files
Azure CLI BotSDKAutomsyyc
authored
[AutoRelease] t2-azurearcdata-2021-10-14-24172 (Azure#21251)
* CodeGen from PR 16275 in Azure/azure-rest-api-specs Adding 2021-11-01 version for Microsoft.AzureArcData (Azure#16275) * Adding API Version 2021-11-01 * Updating example and naming * Remove password * Update field description * version,CHANGELOG * Update CHANGELOG.md Co-authored-by: SDKAuto <[email protected]> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: Yuchao Yan <[email protected]>
1 parent a528c7c commit 7814c4b

16 files changed

+83
-48
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release History
22

3+
## 1.0.0 (2021-10-26)
4+
5+
**Features**
6+
7+
- Model DataControllerProperties has a new parameter logs_dashboard_credential
8+
- Model DataControllerProperties has a new parameter metrics_dashboard_credential
9+
310
## 1.0.0b1 (2021-09-15)
411

512
* Initial Release

sdk/azurearcdata/azure-mgmt-azurearcdata/_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@autorest/[email protected]",
55
"@autorest/[email protected]"
66
],
7-
"commit": "e23a590abc2f98437bafac9da5ccd608b2981a45",
7+
"commit": "b28a542b3eb4f2f4f384b14b635d0a835df818cd",
88
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
99
"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/[email protected] --use=@autorest/[email protected] --version=3.4.5",
1010
"readme": "specification/azurearcdata/resource-manager/readme.md"

sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/_configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def __init__(
4848

4949
self.credential = credential
5050
self.subscription_id = subscription_id
51-
self.api_version = "2021-08-01"
51+
self.api_version = "2021-11-01"
5252
self.credential_scopes = kwargs.pop('credential_scopes', ['https://management.azure.com/.default'])
5353
kwargs.setdefault('sdk_moniker', 'mgmt-azurearcdata/{}'.format(VERSION))
5454
self._configure(**kwargs)

sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/_metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"chosen_version": "2021-08-01",
3-
"total_api_version_list": ["2021-08-01"],
2+
"chosen_version": "2021-11-01",
3+
"total_api_version_list": ["2021-11-01"],
44
"client": {
55
"name": "AzureArcDataManagementClient",
66
"filename": "_azure_arc_data_management_client",

sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "1.0.0b1"
9+
VERSION = "1.0.0"

sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/aio/_configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def __init__(
4545

4646
self.credential = credential
4747
self.subscription_id = subscription_id
48-
self.api_version = "2021-08-01"
48+
self.api_version = "2021-11-01"
4949
self.credential_scopes = kwargs.pop('credential_scopes', ['https://management.azure.com/.default'])
5050
kwargs.setdefault('sdk_moniker', 'mgmt-azurearcdata/{}'.format(VERSION))
5151
self._configure(**kwargs)

sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/aio/operations/_data_controllers_operations.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def list_in_subscription(
6161
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
6262
}
6363
error_map.update(kwargs.pop('error_map', {}))
64-
api_version = "2021-08-01"
64+
api_version = "2021-11-01"
6565
accept = "application/json"
6666

6767
def prepare_request(next_link=None):
@@ -133,7 +133,7 @@ def list_in_group(
133133
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
134134
}
135135
error_map.update(kwargs.pop('error_map', {}))
136-
api_version = "2021-08-01"
136+
api_version = "2021-11-01"
137137
accept = "application/json"
138138

139139
def prepare_request(next_link=None):
@@ -197,7 +197,7 @@ async def _put_data_controller_initial(
197197
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
198198
}
199199
error_map.update(kwargs.pop('error_map', {}))
200-
api_version = "2021-08-01"
200+
api_version = "2021-11-01"
201201
content_type = kwargs.pop("content_type", "application/json")
202202
accept = "application/json"
203203

@@ -325,7 +325,7 @@ async def _delete_data_controller_initial(
325325
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
326326
}
327327
error_map.update(kwargs.pop('error_map', {}))
328-
api_version = "2021-08-01"
328+
api_version = "2021-11-01"
329329
accept = "application/json"
330330

331331
# Construct URL
@@ -445,7 +445,7 @@ async def get_data_controller(
445445
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
446446
}
447447
error_map.update(kwargs.pop('error_map', {}))
448-
api_version = "2021-08-01"
448+
api_version = "2021-11-01"
449449
accept = "application/json"
450450

451451
# Construct URL
@@ -507,7 +507,7 @@ async def patch_data_controller(
507507
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
508508
}
509509
error_map.update(kwargs.pop('error_map', {}))
510-
api_version = "2021-08-01"
510+
api_version = "2021-11-01"
511511
content_type = kwargs.pop("content_type", "application/json")
512512
accept = "application/json"
513513

sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/aio/operations/_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def list(
5757
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
5858
}
5959
error_map.update(kwargs.pop('error_map', {}))
60-
api_version = "2021-08-01"
60+
api_version = "2021-11-01"
6161
accept = "application/json"
6262

6363
def prepare_request(next_link=None):

sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/aio/operations/_sql_managed_instances_operations.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def list(
6161
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
6262
}
6363
error_map.update(kwargs.pop('error_map', {}))
64-
api_version = "2021-08-01"
64+
api_version = "2021-11-01"
6565
accept = "application/json"
6666

6767
def prepare_request(next_link=None):
@@ -133,7 +133,7 @@ def list_by_resource_group(
133133
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
134134
}
135135
error_map.update(kwargs.pop('error_map', {}))
136-
api_version = "2021-08-01"
136+
api_version = "2021-11-01"
137137
accept = "application/json"
138138

139139
def prepare_request(next_link=None):
@@ -207,7 +207,7 @@ async def get(
207207
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
208208
}
209209
error_map.update(kwargs.pop('error_map', {}))
210-
api_version = "2021-08-01"
210+
api_version = "2021-11-01"
211211
accept = "application/json"
212212

213213
# Construct URL
@@ -256,7 +256,7 @@ async def _create_initial(
256256
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
257257
}
258258
error_map.update(kwargs.pop('error_map', {}))
259-
api_version = "2021-08-01"
259+
api_version = "2021-11-01"
260260
content_type = kwargs.pop("content_type", "application/json")
261261
accept = "application/json"
262262

@@ -384,7 +384,7 @@ async def _delete_initial(
384384
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
385385
}
386386
error_map.update(kwargs.pop('error_map', {}))
387-
api_version = "2021-08-01"
387+
api_version = "2021-11-01"
388388
accept = "application/json"
389389

390390
# Construct URL
@@ -507,7 +507,7 @@ async def update(
507507
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
508508
}
509509
error_map.update(kwargs.pop('error_map', {}))
510-
api_version = "2021-08-01"
510+
api_version = "2021-11-01"
511511
content_type = kwargs.pop("content_type", "application/json")
512512
accept = "application/json"
513513

sdk/azurearcdata/azure-mgmt-azurearcdata/azure/mgmt/azurearcdata/aio/operations/_sql_server_instances_operations.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def list(
6161
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
6262
}
6363
error_map.update(kwargs.pop('error_map', {}))
64-
api_version = "2021-08-01"
64+
api_version = "2021-11-01"
6565
accept = "application/json"
6666

6767
def prepare_request(next_link=None):
@@ -133,7 +133,7 @@ def list_by_resource_group(
133133
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
134134
}
135135
error_map.update(kwargs.pop('error_map', {}))
136-
api_version = "2021-08-01"
136+
api_version = "2021-11-01"
137137
accept = "application/json"
138138

139139
def prepare_request(next_link=None):
@@ -207,7 +207,7 @@ async def get(
207207
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
208208
}
209209
error_map.update(kwargs.pop('error_map', {}))
210-
api_version = "2021-08-01"
210+
api_version = "2021-11-01"
211211
accept = "application/json"
212212

213213
# Construct URL
@@ -256,7 +256,7 @@ async def _create_initial(
256256
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
257257
}
258258
error_map.update(kwargs.pop('error_map', {}))
259-
api_version = "2021-08-01"
259+
api_version = "2021-11-01"
260260
content_type = kwargs.pop("content_type", "application/json")
261261
accept = "application/json"
262262

@@ -384,7 +384,7 @@ async def _delete_initial(
384384
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
385385
}
386386
error_map.update(kwargs.pop('error_map', {}))
387-
api_version = "2021-08-01"
387+
api_version = "2021-11-01"
388388
accept = "application/json"
389389

390390
# Construct URL
@@ -507,7 +507,7 @@ async def update(
507507
401: ClientAuthenticationError, 404: ResourceNotFoundError, 409: ResourceExistsError
508508
}
509509
error_map.update(kwargs.pop('error_map', {}))
510-
api_version = "2021-08-01"
510+
api_version = "2021-11-01"
511511
content_type = kwargs.pop("content_type", "application/json")
512512
accept = "application/json"
513513

0 commit comments

Comments
 (0)