forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CodeGen from PR 14251 in Azure/azure-rest-api-specs
Merge 59f12d944421fe961c36c680bca52b33815c6f9a into a394ecc
- Loading branch information
SDKAuto
committed
May 5, 2021
1 parent
8dd26ca
commit f4a025e
Showing
113 changed files
with
14,262 additions
and
4,235 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
include _meta.json | ||
recursive-include tests *.py *.yaml | ||
include *.md | ||
include azure/__init__.py | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"autorest": "V2", | ||
"use": "@microsoft.azure/autorest.python@~4.0.71", | ||
"commit": "2ae6c7b721db528a703a2eefdddc7aafc7eeac2a", | ||
"repository_url": "https://github.com/Azure/azure-rest-api-specs", | ||
"autorest_command": "autorest specification/sql/resource-manager/readme.md --keep-version-file --multiapi --no-async --python --python-mode=update --python-sdks-folder=/home/vsts/work/1/s/azure-sdk-for-python/sdk --use=@microsoft.azure/autorest.python@~4.0.71 --version=V2", | ||
"readme": "specification/sql/resource-manager/readme.md" | ||
} |
565 changes: 340 additions & 225 deletions
565
sdk/sql/azure-mgmt-sql/azure/mgmt/sql/_sql_management_client.py
Large diffs are not rendered by default.
Oops, something went wrong.
510 changes: 338 additions & 172 deletions
510
sdk/sql/azure-mgmt-sql/azure/mgmt/sql/models/__init__.py
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.