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 14937 in Azure/azure-rest-api-specs
Added GA API version (2021-07-01) (Azure#14937) * Fixed swagger validation warnings for publicNetworkAccess and managedResourceGroupName - Adds default value for publicNetworkAccess property. - Adds "x-ms-mutability" attribute for managedResourceGroupName property. * Ran prettier check to fix warnings * Added GA api-version (2021-07-01) * Addressed typo * Removed AddRootCollectionAdmin API from preview version * Updated private endpoint connection approval operation as a long running operation * Fixed swagger breaking changes for long running operation * Updated long running operation for preview api-version * removed vscode settings json changes * Updated systemData and added Canceled provisioning state * Updated Go SDK output folder path Co-authored-by: Shailesh Kelkar <shkelkar@microsoft.com>
- Loading branch information
SDKAuto
and
Shailesh Kelkar
committed
Jul 9, 2021
1 parent
73406cc
commit 350e0b5
Showing
21 changed files
with
1,173 additions
and
810 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,11 @@ | ||
{ | ||
"autorest": "3.4.2", | ||
"use": [ | ||
"@autorest/python@5.8.1", | ||
"@autorest/modelerfour@4.19.2" | ||
], | ||
"commit": "d1bf50cdfe096cc06eeb66df9f682653241772cc", | ||
"repository_url": "https://github.com/Azure/azure-rest-api-specs", | ||
"autorest_command": "autorest specification/purview/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/purview/resource-manager/readme.md" | ||
} |
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
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
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
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
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
Oops, something went wrong.