-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AutoRelease] t1-web-2021-05-25-48128 (#18897)
* CodeGen from PR 14489 in Azure/azure-rest-api-specs Web ant93 release: Updating API version to 2021-01-01 (#14489) * Adds base for updating Microsoft.Web from version stable/2020-12-01 to version 2021-01-01 * Updates readme * Updates API version in new specs and examples * Bring in swagger for Microsoft.CertificateRegistration and Microsoft.… (#14212) * Bring in swagger for Microsoft.CertificateRegistration and Microsoft.DomainRegistration RPs * Add custom word * Actually bring in swagger for Microsoft.CertificateRegistration and Microsoft.DomainRegistration RPs * Update AppServicePlan.json with preoperty (#14388) Adding ElasticScaleEnabled to ASP object! * Swagger changes for kubeenv (#14417) * Swagger changes for kubeenv * Add examples for create and update * Fixing model validations in examples * Supress systemData for kubeenvironments.json * Making small change to trigger a re-run of ApiReview runner * Fixing extendedLocation bug in swagger * fix model validation * Carry over missing Acr properties from previous version (#14490) * [python]Update readme.python.md (#14493) * Update readme.python.md * Update readme.md Co-authored-by: jocawtho <[email protected]> Co-authored-by: JennyLawrance <[email protected]> Co-authored-by: msyyc <[email protected]> * version,CHANGELOG * test * test fix Co-authored-by: SDKAuto <[email protected]> Co-authored-by: jocawtho <[email protected]> Co-authored-by: JennyLawrance <[email protected]> Co-authored-by: msyyc <[email protected]> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
- Loading branch information
1 parent
bdaea28
commit c4d5960
Showing
85 changed files
with
169,415 additions
and
236 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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": "6f3b0ae9e4a5367c910eb573049bf1a75de6e62e", | ||
"repository_url": "https://github.com/Azure/azure-rest-api-specs", | ||
"autorest_command": "autorest specification/web/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 [email protected]/[email protected] --version=V2", | ||
"readme": "specification/web/resource-manager/readme.md" | ||
} |
147 changes: 108 additions & 39 deletions
147
sdk/appservice/azure-mgmt-web/azure/mgmt/web/_operations_mixin.py
Large diffs are not rendered by default.
Oops, something went wrong.
145 changes: 144 additions & 1 deletion
145
sdk/appservice/azure-mgmt-web/azure/mgmt/web/_web_site_management_client.py
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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.