Skip to content

Commit

Permalink
update tests for all resources affected
Browse files Browse the repository at this point in the history
  • Loading branch information
stephybun committed Jun 25, 2024
1 parent d6a020e commit 04e76c3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ resource "azurerm_linux_function_app_slot" "test" {
client_id = data.azurerm_client_config.current.client_id
client_secret_setting_name = "%[3]s"
tenant_auth_endpoint = "https://sts.windows.net/%[5]s/v2.0"
allowed_applications = ["WhoopsMissedThisOne"]
}
login {}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ resource "azurerm_linux_web_app" "test" {
"activedirectorytokenaudiences",
]
tenant_auth_endpoint = "https://sts.windows.net/%[5]s/v2.0"
allowed_applications = ["WhoopsMissedThisOne"]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ resource "azurerm_linux_web_app_slot" "test" {
client_id = data.azurerm_client_config.current.client_id
client_secret_setting_name = "%[3]s"
tenant_auth_endpoint = "https://sts.windows.net/%[5]s/v2.0"
allowed_applications = ["WhoopsMissedThisOne"]
}
login {}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ resource "azurerm_windows_function_app" "test" {
client_id = data.azurerm_client_config.current.client_id
client_secret_setting_name = "%[3]s"
tenant_auth_endpoint = "https://sts.windows.net/%[5]s/v2.0"
allowed_applications = ["WhoopsMissedThisOne"]
}
login {}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ resource "azurerm_windows_function_app_slot" "test" {
client_id = data.azurerm_client_config.current.client_id
client_secret_setting_name = "%[3]s"
tenant_auth_endpoint = "https://sts.windows.net/%[5]s/v2.0"
allowed_applications = ["WhoopsMissedThisOne"]
}
login {}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ resource "azurerm_windows_web_app" "test" {
client_id = data.azurerm_client_config.current.client_id
client_secret_setting_name = "%[3]s"
tenant_auth_endpoint = "https://sts.windows.net/%[5]s/v2.0"
allowed_applications = ["WhoopsMissedThisOne"]
}
login {}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ resource "azurerm_windows_web_app_slot" "test" {
client_id = data.azurerm_client_config.current.client_id
client_secret_setting_name = "%[3]s"
tenant_auth_endpoint = "https://sts.windows.net/%[5]s/v2.0"
allowed_applications = ["WhoopsMissedThisOne"]
}
login {}
}
Expand Down

0 comments on commit 04e76c3

Please sign in to comment.