diff --git a/tests/providers/azure/services/app/app_function_access_keys_configured/app_function_access_keys_configured_test.py b/tests/providers/azure/services/app/app_function_access_keys_configured/app_function_access_keys_configured_test.py index 42d8360ee1..d7d623b738 100644 --- a/tests/providers/azure/services/app/app_function_access_keys_configured/app_function_access_keys_configured_test.py +++ b/tests/providers/azure/services/app/app_function_access_keys_configured/app_function_access_keys_configured_test.py @@ -87,6 +87,7 @@ class Test_app_function_access_keys_configured: public_access=False, vnet_subnet_id=None, ftps_state="AllAllowed", + resource_group_name="resource_group_name", ) } } @@ -142,6 +143,7 @@ class Test_app_function_access_keys_configured: public_access=False, vnet_subnet_id=None, ftps_state="AllAllowed", + resource_group_name="resource_group_name", ) } } diff --git a/tests/providers/azure/services/app/app_function_application_insights_enabled/app_function_application_insights_enabled_test.py b/tests/providers/azure/services/app/app_function_application_insights_enabled/app_function_application_insights_enabled_test.py index 4f934f1977..2a7475c5a2 100644 --- a/tests/providers/azure/services/app/app_function_application_insights_enabled/app_function_application_insights_enabled_test.py +++ b/tests/providers/azure/services/app/app_function_application_insights_enabled/app_function_application_insights_enabled_test.py @@ -95,6 +95,7 @@ class Test_app_function_application_insights_enabled: public_access=False, vnet_subnet_id=None, ftps_state="AllAllowed", + resource_group_name="resource_group_name", ) } } @@ -164,6 +165,7 @@ class Test_app_function_application_insights_enabled: public_access=False, vnet_subnet_id=None, ftps_state="AllAllowed", + resource_group_name="resource_group_name", ) } } @@ -233,6 +235,7 @@ class Test_app_function_application_insights_enabled: public_access=False, vnet_subnet_id=None, ftps_state="AllAllowed", + resource_group_name="resource_group_name", ) } } @@ -302,6 +305,7 @@ class Test_app_function_application_insights_enabled: public_access=False, vnet_subnet_id=None, ftps_state="AllAllowed", + resource_group_name="resource_group_name", ) } } diff --git a/tests/providers/azure/services/app/app_function_ftps_deployment_disabled/app_function_ftps_deployment_disabled_test.py b/tests/providers/azure/services/app/app_function_ftps_deployment_disabled/app_function_ftps_deployment_disabled_test.py index 2546ba2f44..ecbe871d74 100644 --- a/tests/providers/azure/services/app/app_function_ftps_deployment_disabled/app_function_ftps_deployment_disabled_test.py +++ b/tests/providers/azure/services/app/app_function_ftps_deployment_disabled/app_function_ftps_deployment_disabled_test.py @@ -87,6 +87,7 @@ class Test_app_function_ftps_deployment_disabled: public_access=False, vnet_subnet_id=None, ftps_state="AllAllowed", + resource_group_name="resource_group_name", ) } } @@ -137,6 +138,7 @@ class Test_app_function_ftps_deployment_disabled: public_access=False, vnet_subnet_id=None, ftps_state="FtpsOnly", + resource_group_name="resource_group_name", ) } } @@ -187,6 +189,7 @@ class Test_app_function_ftps_deployment_disabled: public_access=False, vnet_subnet_id=None, ftps_state="Disabled", + resource_group_name="resource_group_name", ) } } diff --git a/tests/providers/azure/services/app/app_function_identity_is_configured/app_function_identity_is_configured_test.py b/tests/providers/azure/services/app/app_function_identity_is_configured/app_function_identity_is_configured_test.py index ffa4a0e743..96ff8a4baa 100644 --- a/tests/providers/azure/services/app/app_function_identity_is_configured/app_function_identity_is_configured_test.py +++ b/tests/providers/azure/services/app/app_function_identity_is_configured/app_function_identity_is_configured_test.py @@ -87,6 +87,7 @@ class Test_app_function_identity_is_configured: public_access=False, vnet_subnet_id=None, ftps_state="AllAllowed", + resource_group_name="resource_group_name", ) } } @@ -137,6 +138,7 @@ class Test_app_function_identity_is_configured: public_access=False, vnet_subnet_id=None, ftps_state="AllAllowed", + resource_group_name="resource_group_name", ) } } diff --git a/tests/providers/azure/services/app/app_function_identity_without_admin_privileges/app_function_identity_without_admin_privileges_test.py b/tests/providers/azure/services/app/app_function_identity_without_admin_privileges/app_function_identity_without_admin_privileges_test.py index 68dc5293a7..3f1702856d 100644 --- a/tests/providers/azure/services/app/app_function_identity_without_admin_privileges/app_function_identity_without_admin_privileges_test.py +++ b/tests/providers/azure/services/app/app_function_identity_without_admin_privileges/app_function_identity_without_admin_privileges_test.py @@ -88,6 +88,7 @@ class Test_app_function_identity_without_admin_privileges: public_access=False, vnet_subnet_id=None, ftps_state="AllAllowed", + resource_group_name="resource_group_name", ) } } @@ -138,6 +139,7 @@ class Test_app_function_identity_without_admin_privileges: public_access=False, vnet_subnet_id=None, ftps_state="AllAllowed", + resource_group_name="resource_group_name", ) } } @@ -219,6 +221,7 @@ class Test_app_function_identity_without_admin_privileges: public_access=False, vnet_subnet_id=None, ftps_state="AllAllowed", + resource_group_name="resource_group_name", ) } } diff --git a/tests/providers/azure/services/app/app_function_latest_runtime_version/app_function_latest_runtime_version_test.py b/tests/providers/azure/services/app/app_function_latest_runtime_version/app_function_latest_runtime_version_test.py index 533874141d..d2498e403b 100644 --- a/tests/providers/azure/services/app/app_function_latest_runtime_version/app_function_latest_runtime_version_test.py +++ b/tests/providers/azure/services/app/app_function_latest_runtime_version/app_function_latest_runtime_version_test.py @@ -87,6 +87,7 @@ class Test_app_function_latest_runtime_version: public_access=False, vnet_subnet_id=None, ftps_state="AllAllowed", + resource_group_name="resource_group_name", ) } } @@ -136,6 +137,7 @@ class Test_app_function_latest_runtime_version: public_access=False, vnet_subnet_id=None, ftps_state="AllAllowed", + resource_group_name="resource_group_name", ) } } diff --git a/tests/providers/azure/services/app/app_function_not_publicly_accessible/app_function_not_publicly_accessible_test.py b/tests/providers/azure/services/app/app_function_not_publicly_accessible/app_function_not_publicly_accessible_test.py index 749a094e65..049ca3f663 100644 --- a/tests/providers/azure/services/app/app_function_not_publicly_accessible/app_function_not_publicly_accessible_test.py +++ b/tests/providers/azure/services/app/app_function_not_publicly_accessible/app_function_not_publicly_accessible_test.py @@ -87,6 +87,7 @@ class Test_app_function_not_publicly_accessible: public_access=False, vnet_subnet_id=None, ftps_state="AllAllowed", + resource_group_name="resource_group_name", ) } } @@ -137,6 +138,7 @@ class Test_app_function_not_publicly_accessible: public_access=True, vnet_subnet_id=None, ftps_state="AllAllowed", + resource_group_name="resource_group_name", ) } } diff --git a/tests/providers/azure/services/app/app_function_vnet_integration_enabled/app_function_vnet_integration_enabled_test.py b/tests/providers/azure/services/app/app_function_vnet_integration_enabled/app_function_vnet_integration_enabled_test.py index 33a99d0086..3bfc9aa110 100644 --- a/tests/providers/azure/services/app/app_function_vnet_integration_enabled/app_function_vnet_integration_enabled_test.py +++ b/tests/providers/azure/services/app/app_function_vnet_integration_enabled/app_function_vnet_integration_enabled_test.py @@ -87,6 +87,7 @@ class Test_app_function_vnet_integration_enabled: public_access=True, vnet_subnet_id="vnet_subnet_id", ftps_state="FtpsOnly", + resource_group_name="resource_group_name", ) } } @@ -136,6 +137,7 @@ class Test_app_function_vnet_integration_enabled: public_access=True, vnet_subnet_id=None, ftps_state="AllAllowed", + resource_group_name="resource_group_name", ) } }