Skip to content

Commit 20129e7

Browse files
author
SDKAuto
committed
CodeGen from PR 15457 in Azure/azure-rest-api-specs
Merge c2635232612e13319a00584e5a949f5b2ecdba99 into 9f70268
1 parent 14d26ae commit 20129e7

File tree

31 files changed

+75
-75
lines changed

31 files changed

+75
-75
lines changed

sdk/appservice/azure-mgmt-web/_meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@autorest/[email protected]",
55
"@autorest/[email protected]"
66
],
7-
"commit": "ec2b6d1985ce89c8646276e0806a738338e98bd2",
7+
"commit": "211d94e0cd0a305aafced491f6afcdd30e7184ff",
88
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
99
"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/[email protected] --use=@autorest/[email protected] --version=3.4.5",
1010
"readme": "specification/web/resource-manager/readme.md"

sdk/appservice/azure-mgmt-web/azure/mgmt/web/v2015_04_01/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "5.0.0"
9+
VERSION = "0.42.0"

sdk/appservice/azure-mgmt-web/azure/mgmt/web/v2015_08_01/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "5.0.0"
9+
VERSION = "0.42.0"

sdk/appservice/azure-mgmt-web/azure/mgmt/web/v2016_03_01/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "5.0.0"
9+
VERSION = "0.42.0"

sdk/appservice/azure-mgmt-web/azure/mgmt/web/v2016_08_01/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "5.0.0"
9+
VERSION = "0.42.0"

sdk/appservice/azure-mgmt-web/azure/mgmt/web/v2016_08_01/aio/operations/_web_apps_operations.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9634,8 +9634,8 @@ async def begin_create_or_update_slot(
96349634
:param name: Unique name of the app to create or update. To create or update a deployment slot,
96359635
use the {slot} parameter.
96369636
:type name: str
9637-
:param slot: Name of the deployment slot to create or update. By default, this API attempts to
9638-
create or modify the production slot.
9637+
:param slot: Name of the deployment slot to create or update. The name 'production' is
9638+
reserved.
96399639
:type slot: str
96409640
:param site_envelope: A JSON representation of the app properties. See example.
96419641
:type site_envelope: ~azure.mgmt.web.v2016_08_01.models.Site
@@ -9811,8 +9811,8 @@ async def update_slot(
98119811
:param name: Unique name of the app to create or update. To create or update a deployment slot,
98129812
use the {slot} parameter.
98139813
:type name: str
9814-
:param slot: Name of the deployment slot to create or update. By default, this API attempts to
9815-
create or modify the production slot.
9814+
:param slot: Name of the deployment slot to create or update. The name 'production' is
9815+
reserved.
98169816
:type slot: str
98179817
:param site_envelope: A JSON representation of the app properties. See example.
98189818
:type site_envelope: ~azure.mgmt.web.v2016_08_01.models.SitePatchResource

sdk/appservice/azure-mgmt-web/azure/mgmt/web/v2016_08_01/operations/_web_apps_operations.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9782,8 +9782,8 @@ def begin_create_or_update_slot(
97829782
:param name: Unique name of the app to create or update. To create or update a deployment slot,
97839783
use the {slot} parameter.
97849784
:type name: str
9785-
:param slot: Name of the deployment slot to create or update. By default, this API attempts to
9786-
create or modify the production slot.
9785+
:param slot: Name of the deployment slot to create or update. The name 'production' is
9786+
reserved.
97879787
:type slot: str
97889788
:param site_envelope: A JSON representation of the app properties. See example.
97899789
:type site_envelope: ~azure.mgmt.web.v2016_08_01.models.Site
@@ -9961,8 +9961,8 @@ def update_slot(
99619961
:param name: Unique name of the app to create or update. To create or update a deployment slot,
99629962
use the {slot} parameter.
99639963
:type name: str
9964-
:param slot: Name of the deployment slot to create or update. By default, this API attempts to
9965-
create or modify the production slot.
9964+
:param slot: Name of the deployment slot to create or update. The name 'production' is
9965+
reserved.
99669966
:type slot: str
99679967
:param site_envelope: A JSON representation of the app properties. See example.
99689968
:type site_envelope: ~azure.mgmt.web.v2016_08_01.models.SitePatchResource

sdk/appservice/azure-mgmt-web/azure/mgmt/web/v2016_09_01/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "5.0.0"
9+
VERSION = "0.42.0"

sdk/appservice/azure-mgmt-web/azure/mgmt/web/v2018_02_01/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "5.0.0"
9+
VERSION = "0.42.0"

sdk/appservice/azure-mgmt-web/azure/mgmt/web/v2018_02_01/aio/operations/_web_apps_operations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11458,8 +11458,8 @@ async def begin_create_or_update_slot(
1145811458
:param name: Unique name of the app to create or update. To create or update a deployment slot,
1145911459
use the {slot} parameter.
1146011460
:type name: str
11461-
:param slot: Name of the deployment slot to create or update. By default, this API attempts to
11462-
create or modify the production slot.
11461+
:param slot: Name of the deployment slot to create or update. The name 'production' is
11462+
reserved.
1146311463
:type slot: str
1146411464
:param site_envelope: A JSON representation of the app properties. See example.
1146511465
:type site_envelope: ~azure.mgmt.web.v2018_02_01.models.Site

0 commit comments

Comments
 (0)