Skip to content

Commit

Permalink
[AutoRelease] t2-web-2022-06-30-51007(Do not merge) (#25035)
Browse files Browse the repository at this point in the history
* code and test

* Update CHANGELOG.md

Co-authored-by: PythonSdkPipelines <PythonSdkPipelines>
Co-authored-by: Jiefeng Chen <[email protected]>
  • Loading branch information
azure-sdk and BigCat20196 authored Jul 4, 2022
1 parent e40d3e1 commit 7eeaca9
Show file tree
Hide file tree
Showing 592 changed files with 341,549 additions and 172,415 deletions.
77 changes: 77 additions & 0 deletions sdk/appservice/azure-mgmt-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,82 @@
# Release History

## 7.0.0 (2022-07-04)

**Features**

- Added operation AppServiceEnvironmentsOperations.begin_upgrade
- Added operation AppServiceEnvironmentsOperations.delete_ase_custom_dns_suffix_configuration
- Added operation AppServiceEnvironmentsOperations.get_ase_custom_dns_suffix_configuration
- Added operation AppServiceEnvironmentsOperations.test_upgrade_available_notification
- Added operation AppServiceEnvironmentsOperations.update_ase_custom_dns_suffix_configuration
- Added operation StaticSitesOperations.begin_link_backend
- Added operation StaticSitesOperations.begin_link_backend_to_build
- Added operation StaticSitesOperations.begin_validate_backend
- Added operation StaticSitesOperations.begin_validate_backend_for_build
- Added operation StaticSitesOperations.get_linked_backend
- Added operation StaticSitesOperations.get_linked_backend_for_build
- Added operation StaticSitesOperations.get_linked_backends
- Added operation StaticSitesOperations.get_linked_backends_for_build
- Added operation StaticSitesOperations.unlink_backend
- Added operation StaticSitesOperations.unlink_backend_from_build
- Added operation WebAppsOperations.begin_get_production_site_deployment_status
- Added operation WebAppsOperations.begin_get_slot_site_deployment_status_slot
- Added operation WebAppsOperations.get_auth_settings_v2_without_secrets_slot
- Added operation WebAppsOperations.list_production_site_deployment_statuses
- Added operation WebAppsOperations.list_slot_site_deployment_statuses_slot
- Added operation group WorkflowRunActionRepetitionsOperations
- Added operation group WorkflowRunActionRepetitionsRequestHistoriesOperations
- Added operation group WorkflowRunActionScopeRepetitionsOperations
- Added operation group WorkflowRunActionsOperations
- Added operation group WorkflowRunsOperations
- Added operation group WorkflowTriggerHistoriesOperations
- Added operation group WorkflowTriggersOperations
- Added operation group WorkflowVersionsOperations
- Added operation group WorkflowsOperations
- Model AppServiceEnvironment has a new parameter custom_dns_suffix_configuration
- Model AppServiceEnvironment has a new parameter networking_configuration
- Model AppServiceEnvironment has a new parameter upgrade_availability
- Model AppServiceEnvironment has a new parameter upgrade_preference
- Model AppServiceEnvironmentPatchResource has a new parameter custom_dns_suffix_configuration
- Model AppServiceEnvironmentPatchResource has a new parameter networking_configuration
- Model AppServiceEnvironmentPatchResource has a new parameter upgrade_availability
- Model AppServiceEnvironmentPatchResource has a new parameter upgrade_preference
- Model AppServiceEnvironmentResource has a new parameter custom_dns_suffix_configuration
- Model AppServiceEnvironmentResource has a new parameter networking_configuration
- Model AppServiceEnvironmentResource has a new parameter upgrade_availability
- Model AppServiceEnvironmentResource has a new parameter upgrade_preference
- Model AppServicePlan has a new parameter number_of_workers
- Model AppServicePlanPatchResource has a new parameter number_of_workers
- Model AseV3NetworkingConfiguration has a new parameter ftp_enabled
- Model AseV3NetworkingConfiguration has a new parameter inbound_ip_address_override
- Model AseV3NetworkingConfiguration has a new parameter remote_debug_enabled
- Model ErrorResponse has a new parameter error
- Model Site has a new parameter public_network_access
- Model Site has a new parameter vnet_content_share_enabled
- Model Site has a new parameter vnet_image_pull_enabled
- Model Site has a new parameter vnet_route_all_enabled
- Model StaticSiteARMResource has a new parameter linked_backends
- Model StaticSiteARMResource has a new parameter public_network_access
- Model StaticSiteBuildARMResource has a new parameter linked_backends
- Model StaticSitePatchResource has a new parameter linked_backends
- Model StaticSitePatchResource has a new parameter public_network_access
- Model TriggeredWebJob has a new parameter public_network_access
- Model TriggeredWebJob has a new parameter storage_account_required

**Breaking changes**

- Model CertificateEmail no longer has parameter id
- Model CertificateEmail no longer has parameter kind
- Model CertificateEmail no longer has parameter name
- Model CertificateEmail no longer has parameter type
- Model CertificateOrderAction no longer has parameter id
- Model CertificateOrderAction no longer has parameter kind
- Model CertificateOrderAction no longer has parameter name
- Model CertificateOrderAction no longer has parameter type
- Model ErrorResponse no longer has parameter code
- Model ErrorResponse no longer has parameter message
- Operation WebSiteManagementClientOperationsMixin.list_custom_host_name_sites has a new parameter hostname

## 6.1.0 (2022-01-24)

**Features**
Expand Down
1 change: 1 addition & 0 deletions sdk/appservice/azure-mgmt-web/MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ include *.md
include azure/__init__.py
include azure/mgmt/__init__.py
include LICENSE
include azure/mgmt/web/py.typed
6 changes: 3 additions & 3 deletions sdk/appservice/azure-mgmt-web/_meta.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"autorest": "3.7.2",
"use": [
"@autorest/python@5.12.0",
"@autorest/python@5.16.0",
"@autorest/[email protected]"
],
"commit": "cf47fa91b882618a1043e3aeb5803b3a7397cd08",
"commit": "fbe071bba84e3e724573b3fc4efdeb041174d547",
"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 --python3-only --track2 --use=@autorest/python@5.12.0 --use=@autorest/[email protected] --version=3.7.2",
"autorest_command": "autorest specification/web/resource-manager/readme.md --python --python-sdks-folder=/home/vsts/work/1/azure-sdk-for-python/sdk --python3-only --use=@autorest/python@5.16.0 --use=@autorest/[email protected] --version=3.7.2",
"readme": "specification/web/resource-manager/readme.md"
}
Loading

0 comments on commit 7eeaca9

Please sign in to comment.