-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AutoPR] web/resource-manager #3312
Conversation
Add new OsType parameters for Microsoft.Web/availablestacks
(message created by the CI based on PR content) Installation instructionPackage azure-mgmt-webYou can install the package You can build a wheel to distribute for test using the following command: If you have a local clone of this repository, you can also do:
Or build a wheel file to distribute for testing:
Direct downloadYour files can be directly downloaded here: |
* Generated from cb01370bae16cce8a604d118f5378f5655894566 Add networkTrace resource and APIs * Generated from 4cf9c58d93370fcbbb947706137465706962d979 Fix file name typo of GetWebSiteNetworkTraces.json * Generated from 890632e8e01a40080edde5f84b6a8aa1178c14c3 Fix network trace APIs
…de ElasticPremium and ElasticIsolated Skus, and a new MaximumElasticWorkerCount parameter. (#3433) * Generated from fb5e0d2a554999fbe48d88f317ce832a4e93ba73 update Swagger with Elastic Premium and MaximumElasticWorkerCount * Packaging update of azure-mgmt-web
Add Microsoft.Web georegions filter parameter LinuxDynamicWorkersEnabled
Hi @yugangw-msft can you please merge this if it looks good? We'd like to add some CLI commands that use these updates. |
@Nking92, have you tested the wheel attached to the PR? if yes, @lmazuel, can do the publish. |
@yugangw-msft Thanks for the quick update. I'll test it now and let you know. |
* Generated from 5d96e9d924cbd71c7d5a54352736be5621364013 Fix network trace API REST format * Packaging update of azure-mgmt-web * Generated from f05337dd6b902f7f9125a4cc1d2096d315646214 Fix operationIds * Generated from 25ba387503fdb8834ed08a9334068c0d8a0b2698 Fix operation Ids
Nothing to rebuild, this PR is up to date |
typo: web/resource-manager/Microsoft.DomainRegistration - Succesfully -> Successfully - identifider -> identifier - availablility -> availability
…t.Web/service.json (#3946) * Generated from b0e2f0d337e30af909a6d7dceedc208c09338566 typo: web/resource-manager/Microsoft.Web - API capitilization - policies -> polcies - accesible -> accessible - conenction -> connection - Contsent -> Consent - Retrive -> Retrieve - specificed -> specified - subcription -> subscription - multiRool -> multiRole - Sevice -> Service - VNets capitalization - configuraiton -> configuration - performa -> perform - BizTalk capitalization - ceritificate -> certificate - expriration -> expiration - Double word "be" - crendentials -> credentials - serverfarm -> server farm - polymophic -> polymorphic - Double word "to" - resourse -> resource - defintions -> definitions - Succesfully -> Successfully - Instrunctions -> Instructions - corelated -> correlated - Reponse -> Response - recommedation -> recommendation - availbility -> availability - VM's -> VMs - desciption -> description - identifider -> identifier - siteextensions -> site extensions - sourcecontrol -> source control - htere -> there - sku's -> SKUs - shoud -> should * Generated from b0e2f0d337e30af909a6d7dceedc208c09338566 typo: web/resource-manager/Microsoft.Web - API capitilization - policies -> polcies - accesible -> accessible - conenction -> connection - Contsent -> Consent - Retrive -> Retrieve - specificed -> specified - subcription -> subscription - multiRool -> multiRole - Sevice -> Service - VNets capitalization - configuraiton -> configuration - performa -> perform - BizTalk capitalization - ceritificate -> certificate - expriration -> expiration - Double word "be" - crendentials -> credentials - serverfarm -> server farm - polymophic -> polymorphic - Double word "to" - resourse -> resource - defintions -> definitions - Succesfully -> Successfully - Instrunctions -> Instructions - corelated -> correlated - Reponse -> Response - recommedation -> recommendation - availbility -> availability - VM's -> VMs - desciption -> description - identifider -> identifier - siteextensions -> site extensions - sourcecontrol -> source control - htere -> there - sku's -> SKUs - shoud -> should
typo: web/resource-manager/Microsoft.Web - nuget -> NuGet - mimuntes -> minutes - repesenting -> representing - souce -> source - containting -> containing - databses -> databases - inclue -> include - Priviledged -> Privileged
…3659) * Generated from c0b2862c0002fa73fe7b3e70cb1bac9435719186 Snapshots API for DR stamps * Generated from c0b2862c0002fa73fe7b3e70cb1bac9435719186 Snapshots API for DR stamps * Packaging update of azure-mgmt-web
typo: web/resource-manager/Microsoft.Web/stable/2018-02-01/WebApps.json - certifite -> certificate
…NT80 (#4275) * Generated from f6ebbc81b26dd3b29cf993fd91b598ad5616ca3a Move certificate examples to new API version folder * Packaging update of azure-mgmt-web
Nothing to rebuild, this PR is up to date |
@@ -115,11 +116,11 @@ class AppServicePlan(Resource): | |||
'worker_tier_name': {'key': 'properties.workerTierName', 'type': 'str'}, | |||
'status': {'key': 'properties.status', 'type': 'StatusOptions'}, | |||
'subscription': {'key': 'properties.subscription', 'type': 'str'}, | |||
'admin_site_name': {'key': 'properties.adminSiteName', 'type': 'str'}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Nking92 @panchagnula, assuming this is on purpose, when you update cli, please remove az appservice plan update --admin_site_name
, tag it with a breaking change, and do call out the reason which users would understand.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes Yugang, will make sure to update this for CLI.
@lmazuel can we release this SDK if this hasn't been already I started a PR updating CLI to use the new SDK |
Created to accumulate context: web/resource-manager