forked from Azure/azure-sdk-for-python
-
Notifications
You must be signed in to change notification settings - Fork 7
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 21286 in Azure/azure-rest-api-specs
[Hub Generated] Review request for Microsoft.ResourceHealth to add version preview/2022-05-01 (Azure#21286) * Adds base for updating Microsoft.ResourceHealth from version stable/2020-05-01 to version 2022-05-01 * Updates readme * Updates API version in new specs and examples * made the changes for tenant level and impacted resources similarly to the private repo * changed api version to 2022-05-01-preview * changed api version to 2022-05-01-preview * updated readme to reflect new filename * updated example to use targetRegion instead of region in filter condition * changed the default version back to 2020 as i found that all previous defaults were ga versions. thus will be updated when this goes to GA
- Loading branch information
SDKAuto
committed
Nov 14, 2022
1 parent
b50b038
commit 0efeeb5
Showing
34 changed files
with
4,137 additions
and
1,761 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,11 +1,11 @@ | ||
{ | ||
"autorest": "3.4.2", | ||
"commit": "d94dd5df1891680d12e0a11f150abe3ca6afabc4", | ||
"repository_url": "https://github.com/Azure/azure-rest-api-specs", | ||
"autorest": "3.9.2", | ||
"use": [ | ||
"@autorest/python@5.8.1", | ||
"@autorest/modelerfour@4.19.2" | ||
"@autorest/python@6.2.1", | ||
"@autorest/modelerfour@4.24.3" | ||
], | ||
"commit": "8816b8568ee46dae94967bfadb97e19301604667", | ||
"repository_url": "https://github.com/Azure/azure-rest-api-specs", | ||
"autorest_command": "autorest specification/resourcehealth/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", | ||
"autorest_command": "autorest specification/resourcehealth/resource-manager/readme.md --generate-sample=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-python/sdk --use=@autorest/python@6.2.1 --use=@autorest/modelerfour@4.24.3 --version=3.9.2 --version-tolerant=False", | ||
"readme": "specification/resourcehealth/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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,7 @@ | |
patch_sdk() | ||
except ImportError: | ||
pass | ||
|
||
from ._version import VERSION | ||
|
||
__version__ = VERSION |
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.