Skip to content

Commit 252bee8

Browse files
author
SDKAuto
committed
CodeGen from PR 15609 in Azure/azure-rest-api-specs
Merge 455f6bf89b84f30271d593c74e9416106d88d8d1 into 19a0032
1 parent b3db76b commit 252bee8

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

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": "c8c0a8f41f9dff7212ec69646a121bd0a12c2d30",
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/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 = "1.0.0b1"

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/_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 = "1.0.0b1"

0 commit comments

Comments
 (0)