Skip to content

Commit 599ef47

Browse files
Azure CLI BotSDKAuto
andauthored
[AutoRelease] t2-web-2021-08-03-73015 (Azure#20053)
* CodeGen from PR 15488 in Azure/azure-rest-api-specs Update web readme and readme.python (Azure#15488) * Update web readme and readme.python * Update readme * version,CHANGELOG Co-authored-by: SDKAuto <[email protected]> Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
1 parent 849c917 commit 599ef47

File tree

83 files changed

+144393
-179
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+144393
-179
lines changed

sdk/appservice/azure-mgmt-web/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Release History
22

3+
## 4.0.0 (2021-08-03)
4+
5+
**Features**
6+
7+
- Model AppServicePlan has a new parameter elastic_scale_enabled
8+
- Added operation WebAppsOperations.update_swift_virtual_network_connection_with_check_slot
9+
- Added operation WebAppsOperations.create_or_update_swift_virtual_network_connection_with_check_slot
10+
- Added operation WebAppsOperations.update_swift_virtual_network_connection_with_check
11+
- Added operation WebAppsOperations.list_basic_publishing_credentials_policies
12+
- Added operation WebAppsOperations.list_basic_publishing_credentials_policies_slot
13+
14+
**Breaking changes**
15+
16+
- Removed operation WebAppsOperations.get_basic_publishing_credentials_policies_slot
17+
- Removed operation WebAppsOperations.get_basic_publishing_credentials_policies
18+
319
## 3.0.0 (2021-05-25)
420

521
**Features**
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"autorest": "3.4.2",
2+
"autorest": "3.4.5",
33
"use": [
4-
"@autorest/[email protected].0",
5-
"@autorest/[email protected].1"
4+
"@autorest/[email protected].4",
5+
"@autorest/[email protected].2"
66
],
7-
"commit": "6f3b0ae9e4a5367c910eb573049bf1a75de6e62e",
7+
"commit": "bc4218cfb4178d8af43046080c0c86402d182c3f",
88
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
9-
"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].0 --use=@autorest/[email protected].1 --version=3.4.2",
9+
"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].4 --use=@autorest/[email protected].2 --version=3.4.5",
1010
"readme": "specification/web/resource-manager/readme.md"
1111
}

sdk/appservice/azure-mgmt-web/azure/mgmt/web/_operations_mixin.py

Lines changed: 58 additions & 24 deletions
Large diffs are not rendered by default.

sdk/appservice/azure-mgmt-web/azure/mgmt/web/_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 = "3.0.0"
9+
VERSION = "4.0.0"

sdk/appservice/azure-mgmt-web/azure/mgmt/web/_web_site_management_client.py

Lines changed: 59 additions & 1 deletion
Large diffs are not rendered by default.

sdk/appservice/azure-mgmt-web/azure/mgmt/web/aio/_operations_mixin.py

Lines changed: 58 additions & 24 deletions
Large diffs are not rendered by default.

sdk/appservice/azure-mgmt-web/azure/mgmt/web/aio/_web_site_management_client.py

Lines changed: 59 additions & 1 deletion
Large diffs are not rendered by default.

sdk/appservice/azure-mgmt-web/azure/mgmt/web/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# --------------------------------------------------------------------------
77
from .v2016_03_01.models import *
88
from .v2018_02_01.models import *
9-
from .v2021_01_01.models import *
9+
from .v2021_01_15.models import *

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 = "3.0.0"
9+
VERSION = "4.0.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 = "3.0.0"
9+
VERSION = "4.0.0"

0 commit comments

Comments
 (0)