Skip to content

Commit f94ea1f

Browse files
Azure CLI BotSDKAutomsyyc
authored
[AutoRelease] t2-rdbms-2021-09-02-91864 (#20513)
* CodeGen from PR 15892 in Azure/azure-rest-api-specs Update readme.python.md (#15892) * version,CHANGELOG * Update CHANGELOG.md Co-authored-by: SDKAuto <[email protected]> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines> Co-authored-by: msyyc <[email protected]>
1 parent a6cfc77 commit f94ea1f

39 files changed

+87
-164
lines changed

sdk/rdbms/azure-mgmt-rdbms/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## 9.1.0 (2021-09-02)
4+
5+
**Features**
6+
7+
- Upgrade api-version to `2021-05-01`
8+
39
## 9.1.0b1 (2021-07-19)
410

511
**Features**

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"@autorest/[email protected]",
55
"@autorest/[email protected]"
66
],
7-
"commit": "1a22ee0be121e33f98b6290cc737f613f2e1a2d8",
7+
"commit": "5d442a18cbb7ede47abfd7ae8b7acc20cc1d7946",
88
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
9-
"autorest_command": "autorest specification/postgresql/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",
10-
"readme": "specification/postgresql/resource-manager/readme.md"
9+
"autorest_command": "autorest specification/mysql/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",
10+
"readme": "specification/mysql/resource-manager/readme.md"
1111
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# license information.
66
# --------------------------------------------------------------------------
77

8-
VERSION = "9.1.0b1"
8+
VERSION = "9.1.0"

sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mariadb/_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 = "9.1.0b1"
9+
VERSION = "9.1.0"

sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mysql/_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 = "9.1.0b1"
9+
VERSION = "9.1.0"

sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mysql/models/_models.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2005,7 +2005,8 @@ class ServerPropertiesForDefaultCreate(ServerPropertiesForCreate):
20052005
Possible values include: "Default", "PointInTimeRestore", "GeoRestore", "Replica".
20062006
:type create_mode: str or ~azure.mgmt.rdbms.mysql.models.CreateMode
20072007
:param administrator_login: Required. The administrator's login name of a server. Can only be
2008-
specified when the server is being created (and is required for creation).
2008+
specified when the server is being created (and is required for creation). The login name is
2009+
required when updating password.
20092010
:type administrator_login: str
20102011
:param administrator_login_password: Required. The password of the administrator login.
20112012
:type administrator_login_password: str

sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mysql/models/_models_py3.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2156,7 +2156,8 @@ class ServerPropertiesForDefaultCreate(ServerPropertiesForCreate):
21562156
Possible values include: "Default", "PointInTimeRestore", "GeoRestore", "Replica".
21572157
:type create_mode: str or ~azure.mgmt.rdbms.mysql.models.CreateMode
21582158
:param administrator_login: Required. The administrator's login name of a server. Can only be
2159-
specified when the server is being created (and is required for creation).
2159+
specified when the server is being created (and is required for creation). The login name is
2160+
required when updating password.
21602161
:type administrator_login: str
21612162
:param administrator_login_password: Required. The password of the administrator login.
21622163
:type administrator_login_password: str

sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mysql_flexibleservers/_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-05-01-preview"
51+
self.api_version = "2021-05-01"
5252
self.credential_scopes = kwargs.pop('credential_scopes', ['https://management.azure.com/.default'])
5353
kwargs.setdefault('sdk_moniker', 'mgmt-rdbms/{}'.format(VERSION))
5454
self._configure(**kwargs)

sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mysql_flexibleservers/_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-05-01-preview",
3-
"total_api_version_list": ["2021-05-01-preview"],
2+
"chosen_version": "2021-05-01",
3+
"total_api_version_list": ["2021-05-01"],
44
"client": {
55
"name": "MySQLManagementClient",
66
"filename": "_my_sql_management_client",

sdk/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mysql_flexibleservers/_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 = "9.1.0b1"
9+
VERSION = "9.1.0"

0 commit comments

Comments
 (0)