Skip to content

Commit

Permalink
CodeGen from PR 15289 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Add MySQL swagger files for GA stable version 2021-05-01 (Azure#15289)

* Copy the existing version 2021-05-01-preview into stable directory 2021-05-01

* Update api-version

* Update readme

* Fix go readme

* Correct the api-version in examples

* Remove server.identity as is was currently not supported

* Update readme to support multi API

* change the default package to single server in readme
  • Loading branch information
SDKAuto committed Aug 31, 2021
1 parent a2a5bbc commit 7c35712
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions sdk/rdbms/azure-mgmt-rdbms/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"@autorest/python@5.8.4",
"@autorest/modelerfour@4.19.2"
],
"commit": "1a22ee0be121e33f98b6290cc737f613f2e1a2d8",
"commit": "865da1f3a3c4639512387292a66832827d87b336",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"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/python@5.8.4 --use=@autorest/modelerfour@4.19.2 --version=3.4.5",
"readme": "specification/postgresql/resource-manager/readme.md"
"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/python@5.8.4 --use=@autorest/modelerfour@4.19.2 --version=3.4.5",
"readme": "specification/mysql/resource-manager/readme.md"
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "9.1.0b1"
VERSION = "1.0.0b1"
Original file line number Diff line number Diff line change
Expand Up @@ -2005,7 +2005,8 @@ class ServerPropertiesForDefaultCreate(ServerPropertiesForCreate):
Possible values include: "Default", "PointInTimeRestore", "GeoRestore", "Replica".
:type create_mode: str or ~azure.mgmt.rdbms.mysql.models.CreateMode
:param administrator_login: Required. The administrator's login name of a server. Can only be
specified when the server is being created (and is required for creation).
specified when the server is being created (and is required for creation). The login name is
required when updating password.
:type administrator_login: str
:param administrator_login_password: Required. The password of the administrator login.
:type administrator_login_password: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2156,7 +2156,8 @@ class ServerPropertiesForDefaultCreate(ServerPropertiesForCreate):
Possible values include: "Default", "PointInTimeRestore", "GeoRestore", "Replica".
:type create_mode: str or ~azure.mgmt.rdbms.mysql.models.CreateMode
:param administrator_login: Required. The administrator's login name of a server. Can only be
specified when the server is being created (and is required for creation).
specified when the server is being created (and is required for creation). The login name is
required when updating password.
:type administrator_login: str
:param administrator_login_password: Required. The password of the administrator login.
:type administrator_login_password: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "9.1.0b1"
VERSION = "1.0.0b1"

0 comments on commit 7c35712

Please sign in to comment.