Skip to content

Commit

Permalink
CodeGen from PR 14841 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
add sql tag to readme.go.md (Azure#14841)
  • Loading branch information
SDKAuto committed Jul 5, 2021
1 parent 680d66f commit a8d2dc0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions sdk/sql/azure-mgmt-sql/_meta.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"autorest": "3.4.2",
"use": [
"@autorest/python@5.8.0",
"@autorest/python@5.8.1",
"@autorest/modelerfour@4.19.2"
],
"commit": "a07f49e3f75a134c1acdacc338c9f9dc32386f66",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest_command": "autorest specification/sql/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.0 --use=@autorest/modelerfour@4.19.2 --version=3.4.2",
"autorest_command": "autorest specification/sql/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.1 --use=@autorest/modelerfour@4.19.2 --version=3.4.2",
"readme": "specification/sql/resource-manager/readme.md"
}
2 changes: 1 addition & 1 deletion sdk/sql/azure-mgmt-sql/azure/mgmt/sql/_version.py
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 = "3.0.0"
VERSION = "0.9.0"
2 changes: 1 addition & 1 deletion sdk/sql/azure-mgmt-sql/azure/mgmt/sql/models/_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ class CheckNameAvailabilityRequest(msrest.serialization.Model):

:param name: Required.
:type name: str
:ivar type: Required. Default value: "Microsoft.Sql/servers".
:ivar type: Has constant value: "Microsoft.Sql/servers".
:vartype type: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ class CheckNameAvailabilityRequest(msrest.serialization.Model):

:param name: Required.
:type name: str
:ivar type: Required. Default value: "Microsoft.Sql/servers".
:ivar type: Has constant value: "Microsoft.Sql/servers".
:vartype type: str
"""

Expand Down

0 comments on commit a8d2dc0

Please sign in to comment.