Skip to content

Commit

Permalink
CodeGen from PR 15457 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
Minor description update for createorupdate & update slot (Azure#15457)

* add scmMinTlsVersion

* modify description for createorupdate & update slot for all API versions

Co-authored-by: Edwin Diaz <eddiazme@microsoft.com>
  • Loading branch information
SDKAuto and Edwin Diaz committed Sep 29, 2021
1 parent c1c84eb commit f19b22f
Show file tree
Hide file tree
Showing 31 changed files with 75 additions and 75 deletions.
2 changes: 1 addition & 1 deletion sdk/appservice/azure-mgmt-web/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"@autorest/python@5.8.4",
"@autorest/modelerfour@4.19.2"
],
"commit": "ec2b6d1985ce89c8646276e0806a738338e98bd2",
"commit": "98e17cdd0a433198aa964963f5178ce2f0d8f2b4",
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
"autorest_command": "autorest specification/web/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.4 --use=@autorest/modelerfour@4.19.2 --version=3.4.5",
"readme": "specification/web/resource-manager/readme.md"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "5.0.0"
VERSION = "0.42.0"
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "5.0.0"
VERSION = "0.42.0"
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "5.0.0"
VERSION = "0.42.0"
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "5.0.0"
VERSION = "0.42.0"
Original file line number Diff line number Diff line change
Expand Up @@ -9634,8 +9634,8 @@ async def begin_create_or_update_slot(
:param name: Unique name of the app to create or update. To create or update a deployment slot,
use the {slot} parameter.
:type name: str
:param slot: Name of the deployment slot to create or update. By default, this API attempts to
create or modify the production slot.
:param slot: Name of the deployment slot to create or update. The name 'production' is
reserved.
:type slot: str
:param site_envelope: A JSON representation of the app properties. See example.
:type site_envelope: ~azure.mgmt.web.v2016_08_01.models.Site
Expand Down Expand Up @@ -9811,8 +9811,8 @@ async def update_slot(
:param name: Unique name of the app to create or update. To create or update a deployment slot,
use the {slot} parameter.
:type name: str
:param slot: Name of the deployment slot to create or update. By default, this API attempts to
create or modify the production slot.
:param slot: Name of the deployment slot to create or update. The name 'production' is
reserved.
:type slot: str
:param site_envelope: A JSON representation of the app properties. See example.
:type site_envelope: ~azure.mgmt.web.v2016_08_01.models.SitePatchResource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9782,8 +9782,8 @@ def begin_create_or_update_slot(
:param name: Unique name of the app to create or update. To create or update a deployment slot,
use the {slot} parameter.
:type name: str
:param slot: Name of the deployment slot to create or update. By default, this API attempts to
create or modify the production slot.
:param slot: Name of the deployment slot to create or update. The name 'production' is
reserved.
:type slot: str
:param site_envelope: A JSON representation of the app properties. See example.
:type site_envelope: ~azure.mgmt.web.v2016_08_01.models.Site
Expand Down Expand Up @@ -9961,8 +9961,8 @@ def update_slot(
:param name: Unique name of the app to create or update. To create or update a deployment slot,
use the {slot} parameter.
:type name: str
:param slot: Name of the deployment slot to create or update. By default, this API attempts to
create or modify the production slot.
:param slot: Name of the deployment slot to create or update. The name 'production' is
reserved.
:type slot: str
:param site_envelope: A JSON representation of the app properties. See example.
:type site_envelope: ~azure.mgmt.web.v2016_08_01.models.SitePatchResource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "5.0.0"
VERSION = "0.42.0"
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "5.0.0"
VERSION = "0.42.0"
Original file line number Diff line number Diff line change
Expand Up @@ -11458,8 +11458,8 @@ async def begin_create_or_update_slot(
:param name: Unique name of the app to create or update. To create or update a deployment slot,
use the {slot} parameter.
:type name: str
:param slot: Name of the deployment slot to create or update. By default, this API attempts to
create or modify the production slot.
:param slot: Name of the deployment slot to create or update. The name 'production' is
reserved.
:type slot: str
:param site_envelope: A JSON representation of the app properties. See example.
:type site_envelope: ~azure.mgmt.web.v2018_02_01.models.Site
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11633,8 +11633,8 @@ def begin_create_or_update_slot(
:param name: Unique name of the app to create or update. To create or update a deployment slot,
use the {slot} parameter.
:type name: str
:param slot: Name of the deployment slot to create or update. By default, this API attempts to
create or modify the production slot.
:param slot: Name of the deployment slot to create or update. The name 'production' is
reserved.
:type slot: str
:param site_envelope: A JSON representation of the app properties. See example.
:type site_envelope: ~azure.mgmt.web.v2018_02_01.models.Site
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "5.0.0"
VERSION = "0.42.0"
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "5.0.0"
VERSION = "0.42.0"
Original file line number Diff line number Diff line change
Expand Up @@ -11920,8 +11920,8 @@ async def begin_create_or_update_slot(
:param name: Unique name of the app to create or update. To create or update a deployment slot,
use the {slot} parameter.
:type name: str
:param slot: Name of the deployment slot to create or update. By default, this API attempts to
create or modify the production slot.
:param slot: Name of the deployment slot to create or update. The name 'production' is
reserved.
:type slot: str
:param site_envelope: A JSON representation of the app properties. See example.
:type site_envelope: ~azure.mgmt.web.v2019_08_01.models.Site
Expand Down Expand Up @@ -12076,8 +12076,8 @@ async def update_slot(
:param name: Unique name of the app to create or update. To create or update a deployment slot,
use the {slot} parameter.
:type name: str
:param slot: Name of the deployment slot to create or update. By default, this API attempts to
create or modify the production slot.
:param slot: Name of the deployment slot to create or update. The name 'production' is
reserved.
:type slot: str
:param site_envelope: A JSON representation of the app properties. See example.
:type site_envelope: ~azure.mgmt.web.v2019_08_01.models.SitePatchResource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12101,8 +12101,8 @@ def begin_create_or_update_slot(
:param name: Unique name of the app to create or update. To create or update a deployment slot,
use the {slot} parameter.
:type name: str
:param slot: Name of the deployment slot to create or update. By default, this API attempts to
create or modify the production slot.
:param slot: Name of the deployment slot to create or update. The name 'production' is
reserved.
:type slot: str
:param site_envelope: A JSON representation of the app properties. See example.
:type site_envelope: ~azure.mgmt.web.v2019_08_01.models.Site
Expand Down Expand Up @@ -12259,8 +12259,8 @@ def update_slot(
:param name: Unique name of the app to create or update. To create or update a deployment slot,
use the {slot} parameter.
:type name: str
:param slot: Name of the deployment slot to create or update. By default, this API attempts to
create or modify the production slot.
:param slot: Name of the deployment slot to create or update. The name 'production' is
reserved.
:type slot: str
:param site_envelope: A JSON representation of the app properties. See example.
:type site_envelope: ~azure.mgmt.web.v2019_08_01.models.SitePatchResource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "5.0.0"
VERSION = "0.42.0"
Original file line number Diff line number Diff line change
Expand Up @@ -11925,8 +11925,8 @@ async def begin_create_or_update_slot(
:param name: Unique name of the app to create or update. To create or update a deployment slot,
use the {slot} parameter.
:type name: str
:param slot: Name of the deployment slot to create or update. By default, this API attempts to
create or modify the production slot.
:param slot: Name of the deployment slot to create or update. The name 'production' is
reserved.
:type slot: str
:param site_envelope: A JSON representation of the app properties. See example.
:type site_envelope: ~azure.mgmt.web.v2020_06_01.models.Site
Expand Down Expand Up @@ -12081,8 +12081,8 @@ async def update_slot(
:param name: Unique name of the app to create or update. To create or update a deployment slot,
use the {slot} parameter.
:type name: str
:param slot: Name of the deployment slot to create or update. By default, this API attempts to
create or modify the production slot.
:param slot: Name of the deployment slot to create or update. The name 'production' is
reserved.
:type slot: str
:param site_envelope: A JSON representation of the app properties. See example.
:type site_envelope: ~azure.mgmt.web.v2020_06_01.models.SitePatchResource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12106,8 +12106,8 @@ def begin_create_or_update_slot(
:param name: Unique name of the app to create or update. To create or update a deployment slot,
use the {slot} parameter.
:type name: str
:param slot: Name of the deployment slot to create or update. By default, this API attempts to
create or modify the production slot.
:param slot: Name of the deployment slot to create or update. The name 'production' is
reserved.
:type slot: str
:param site_envelope: A JSON representation of the app properties. See example.
:type site_envelope: ~azure.mgmt.web.v2020_06_01.models.Site
Expand Down Expand Up @@ -12264,8 +12264,8 @@ def update_slot(
:param name: Unique name of the app to create or update. To create or update a deployment slot,
use the {slot} parameter.
:type name: str
:param slot: Name of the deployment slot to create or update. By default, this API attempts to
create or modify the production slot.
:param slot: Name of the deployment slot to create or update. The name 'production' is
reserved.
:type slot: str
:param site_envelope: A JSON representation of the app properties. See example.
:type site_envelope: ~azure.mgmt.web.v2020_06_01.models.SitePatchResource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "5.0.0"
VERSION = "0.42.0"
Original file line number Diff line number Diff line change
Expand Up @@ -11925,8 +11925,8 @@ async def begin_create_or_update_slot(
:param name: Unique name of the app to create or update. To create or update a deployment slot,
use the {slot} parameter.
:type name: str
:param slot: Name of the deployment slot to create or update. By default, this API attempts to
create or modify the production slot.
:param slot: Name of the deployment slot to create or update. The name 'production' is
reserved.
:type slot: str
:param site_envelope: A JSON representation of the app properties. See example.
:type site_envelope: ~azure.mgmt.web.v2020_09_01.models.Site
Expand Down Expand Up @@ -12081,8 +12081,8 @@ async def update_slot(
:param name: Unique name of the app to create or update. To create or update a deployment slot,
use the {slot} parameter.
:type name: str
:param slot: Name of the deployment slot to create or update. By default, this API attempts to
create or modify the production slot.
:param slot: Name of the deployment slot to create or update. The name 'production' is
reserved.
:type slot: str
:param site_envelope: A JSON representation of the app properties. See example.
:type site_envelope: ~azure.mgmt.web.v2020_09_01.models.SitePatchResource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12106,8 +12106,8 @@ def begin_create_or_update_slot(
:param name: Unique name of the app to create or update. To create or update a deployment slot,
use the {slot} parameter.
:type name: str
:param slot: Name of the deployment slot to create or update. By default, this API attempts to
create or modify the production slot.
:param slot: Name of the deployment slot to create or update. The name 'production' is
reserved.
:type slot: str
:param site_envelope: A JSON representation of the app properties. See example.
:type site_envelope: ~azure.mgmt.web.v2020_09_01.models.Site
Expand Down Expand Up @@ -12264,8 +12264,8 @@ def update_slot(
:param name: Unique name of the app to create or update. To create or update a deployment slot,
use the {slot} parameter.
:type name: str
:param slot: Name of the deployment slot to create or update. By default, this API attempts to
create or modify the production slot.
:param slot: Name of the deployment slot to create or update. The name 'production' is
reserved.
:type slot: str
:param site_envelope: A JSON representation of the app properties. See example.
:type site_envelope: ~azure.mgmt.web.v2020_09_01.models.SitePatchResource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "5.0.0"
VERSION = "0.42.0"
Original file line number Diff line number Diff line change
Expand Up @@ -12486,8 +12486,8 @@ async def begin_create_or_update_slot(
:param name: Unique name of the app to create or update. To create or update a deployment slot,
use the {slot} parameter.
:type name: str
:param slot: Name of the deployment slot to create or update. By default, this API attempts to
create or modify the production slot.
:param slot: Name of the deployment slot to create or update. The name 'production' is
reserved.
:type slot: str
:param site_envelope: A JSON representation of the app properties. See example.
:type site_envelope: ~azure.mgmt.web.v2020_12_01.models.Site
Expand Down Expand Up @@ -12641,8 +12641,8 @@ async def update_slot(
:param name: Unique name of the app to create or update. To create or update a deployment slot,
use the {slot} parameter.
:type name: str
:param slot: Name of the deployment slot to create or update. By default, this API attempts to
create or modify the production slot.
:param slot: Name of the deployment slot to create or update. The name 'production' is
reserved.
:type slot: str
:param site_envelope: A JSON representation of the app properties. See example.
:type site_envelope: ~azure.mgmt.web.v2020_12_01.models.SitePatchResource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12675,8 +12675,8 @@ def begin_create_or_update_slot(
:param name: Unique name of the app to create or update. To create or update a deployment slot,
use the {slot} parameter.
:type name: str
:param slot: Name of the deployment slot to create or update. By default, this API attempts to
create or modify the production slot.
:param slot: Name of the deployment slot to create or update. The name 'production' is
reserved.
:type slot: str
:param site_envelope: A JSON representation of the app properties. See example.
:type site_envelope: ~azure.mgmt.web.v2020_12_01.models.Site
Expand Down Expand Up @@ -12832,8 +12832,8 @@ def update_slot(
:param name: Unique name of the app to create or update. To create or update a deployment slot,
use the {slot} parameter.
:type name: str
:param slot: Name of the deployment slot to create or update. By default, this API attempts to
create or modify the production slot.
:param slot: Name of the deployment slot to create or update. The name 'production' is
reserved.
:type slot: str
:param site_envelope: A JSON representation of the app properties. See example.
:type site_envelope: ~azure.mgmt.web.v2020_12_01.models.SitePatchResource
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "5.0.0"
VERSION = "0.42.0"
Original file line number Diff line number Diff line change
Expand Up @@ -12486,8 +12486,8 @@ async def begin_create_or_update_slot(
:param name: Unique name of the app to create or update. To create or update a deployment slot,
use the {slot} parameter.
:type name: str
:param slot: Name of the deployment slot to create or update. By default, this API attempts to
create or modify the production slot.
:param slot: Name of the deployment slot to create or update. The name 'production' is
reserved.
:type slot: str
:param site_envelope: A JSON representation of the app properties. See example.
:type site_envelope: ~azure.mgmt.web.v2021_01_01.models.Site
Expand Down Expand Up @@ -12641,8 +12641,8 @@ async def update_slot(
:param name: Unique name of the app to create or update. To create or update a deployment slot,
use the {slot} parameter.
:type name: str
:param slot: Name of the deployment slot to create or update. By default, this API attempts to
create or modify the production slot.
:param slot: Name of the deployment slot to create or update. The name 'production' is
reserved.
:type slot: str
:param site_envelope: A JSON representation of the app properties. See example.
:type site_envelope: ~azure.mgmt.web.v2021_01_01.models.SitePatchResource
Expand Down
Loading

0 comments on commit f19b22f

Please sign in to comment.