Skip to content

Commit d187c8e

Browse files
[AutoRelease] t2-web-2025-06-03-62682(can only be merged by SDK owner) (#41395)
* code and test * format sdk --------- Co-authored-by: azure-sdk <PythonSdkPipelines> Co-authored-by: ChenxiJiang333 <v-chenjiang@microsoft.com>
1 parent 7655440 commit d187c8e

File tree

688 files changed

+32878
-18642
lines changed

Some content is hidden

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

688 files changed

+32878
-18642
lines changed

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

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

3+
## 9.0.0 (2025-06-16)
4+
5+
### Features Added
6+
7+
- Added operation WebSiteManagementClientOperationsMixin.regional_check_name_availability
8+
- Added operation group SiteCertificatesOperations
9+
- Model AppServicePlan has a new parameter async_scaling_enabled
10+
- Model Site has a new parameter client_affinity_partitioning_enabled
11+
- Model Site has a new parameter client_affinity_proxy_enabled
12+
- Model Site has a new parameter outbound_vnet_routing
13+
- Model Site has a new parameter ssh_enabled
14+
- Model SiteConfig has a new parameter http20_proxy_flag
15+
- Model SiteConfigResource has a new parameter http20_proxy_flag
16+
- Model SiteContainer has a new parameter inherit_app_settings_and_connection_strings
17+
- Model SitePatchResource has a new parameter client_affinity_proxy_enabled
18+
19+
### Breaking Changes
20+
21+
- Model Site no longer has parameter vnet_backup_restore_enabled
22+
- Model Site no longer has parameter vnet_content_share_enabled
23+
- Model Site no longer has parameter vnet_image_pull_enabled
24+
- Model Site no longer has parameter vnet_route_all_enabled
25+
326
## 8.0.0 (2025-01-23)
427

528
### Breaking Changes

sdk/appservice/azure-mgmt-web/MANIFEST.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
include _meta.json
21
recursive-include tests *.py *.json
32
recursive-include samples *.py *.md
43
include *.md

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Microsoft Azure SDK for Python
22

33
This is the Microsoft Azure Web Apps Management Client Library.
4-
This package has been tested with Python 3.8+.
4+
This package has been tested with Python 3.9+.
55
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
66

77
## _Disclaimer_
@@ -12,7 +12,7 @@ _Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For
1212

1313
### Prerequisites
1414

15-
- Python 3.8+ is required to use this package.
15+
- Python 3.9+ is required to use this package.
1616
- [Azure subscription](https://azure.microsoft.com/free/)
1717

1818
### Install the package

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

Lines changed: 0 additions & 28 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"commit": "9461a6b83915d6d2d61978e560c938ff90d95aae",
3+
"repository_url": "https://github.com/Azure/azure-rest-api-specs",
4+
"autorest": "3.10.2",
5+
"use": [
6+
"@autorest/python@6.35.0",
7+
"@autorest/modelerfour@4.27.0"
8+
],
9+
"autorest_command": "autorest specification/web/resource-manager/readme.md --generate-sample=True --generate-test=True --include-x-ms-examples-original-file=True --python --python-sdks-folder=/mnt/vss/_work/1/azure-sdk-for-python/sdk --use=@autorest/python@6.35.0 --use=@autorest/modelerfour@4.27.0 --version=3.10.2 --version-tolerant=False",
10+
"readme": "specification/web/resource-manager/readme.md"
11+
}

0 commit comments

Comments
 (0)