Skip to content

Commit

Permalink
Fix complete acc test
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaweitao001 committed Dec 10, 2024
1 parent a84ac65 commit 77bca43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ resource "azurerm_app_service_connection" "test" {
app_service_id = azurerm_linux_web_app.test.id
target_resource_id = azurerm_cosmosdb_sql_database.test.id
client_type = "java"
vnet_solution = "serviceEndpoint"
authentication {
type = "systemAssignedIdentity"
}
Expand Down

0 comments on commit 77bca43

Please sign in to comment.