removed credentials as it was not expected
This commit is contained in:
parent
d7eb1aa3cc
commit
757ad9785e
@ -8,17 +8,12 @@ resource "azapi_resource" "AIServicesConnection" {
|
|||||||
properties = {
|
properties = {
|
||||||
category = "AIServices",
|
category = "AIServices",
|
||||||
target = jsondecode(azapi_resource.AIServicesResource.output).properties.endpoint,
|
target = jsondecode(azapi_resource.AIServicesResource.output).properties.endpoint,
|
||||||
authType = "AAD", // or "APIKey"
|
authType = "AAD",
|
||||||
isSharedToAll = true,
|
isSharedToAll = true,
|
||||||
metadata = {
|
metadata = {
|
||||||
ApiType = "Azure",
|
ApiType = "Azure",
|
||||||
ResourceId = azapi_resource.AIServicesResource.id
|
ResourceId = azapi_resource.AIServicesResource.id
|
||||||
}
|
}
|
||||||
|
|
||||||
credentials = {
|
|
||||||
Key = "" // <- must input APIKey here
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
response_export_values = ["*"]
|
response_export_values = ["*"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user