Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoRelease] t2-web-2022-06-30-51007(Do not merge) #25035

Merged
merged 3 commits into from
Jul 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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