You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[App Service] FixAzure#12090: az webapp create: Allow plan in different resource group from web app (Azure#21469)
* Loop through existing plans and match name to allow for plan being on a different resource group.
* Fixed small bug.
* Check resource group for plan before looking outside of rg.
* Removed whitespace to pass style check.
* Added updated test files from running --live.
* Added simple test creating webapp in different group from plan.
* Loop through existing plans and match name to allow for plan being on a different resource group.
* Fixed small bug.
* Check resource group for plan before looking outside of rg.
* Removed whitespace to pass style check.
* Added updated test files from running --live.
* Reran tests.
* Handle errors, reran failing tests live.
Co-authored-by: Haroon Feisal <[email protected]>
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/appservice/tests/latest/recordings/test_container_webapp_docker_image_name.yaml
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/appservice/tests/latest/recordings/test_container_webapp_long_server_url.yaml
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/appservice/tests/latest/recordings/test_create_in_different_group.yaml
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/appservice/tests/latest/recordings/test_create_in_different_group_name.yaml
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/appservice/tests/latest/recordings/test_linux_webapp_multicontainer_create.yaml
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/appservice/tests/latest/recordings/test_linux_webapp_multicontainer_slot.yaml
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/appservice/tests/latest/recordings/test_linux_webapp_quick_create.yaml
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/appservice/tests/latest/recordings/test_linux_webapp_remote_ssh.yaml
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/appservice/tests/latest/recordings/test_update_webapp_settings_thru_json.yaml
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_access_restriction_add.yaml
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_access_restriction_add_http_header.yaml
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_access_restriction_add_ip_address_validation.yaml
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_access_restriction_add_scm.yaml
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_access_restriction_add_service_endpoint.yaml
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_access_restriction_add_service_tag_validation.yaml
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_access_restriction_mixed_remove.yaml
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_access_restriction_remove.yaml
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_access_restriction_remove_scm.yaml
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_access_restriction_set_complex.yaml
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_access_restriction_set_simple.yaml
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_access_restriction_show.yaml
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_access_restriction_slot.yaml
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_authentication.yaml
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_config_appsettings.yaml
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_create_vnetE2E.yaml
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_create_with_vnet_by_subnet_rid.yaml
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_create_with_vnet_by_vnet_rid.yaml
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_create_with_vnet_no_subnet.yaml
0 commit comments