removed connections schema validation skip

This commit is contained in:
github-actions[bot] 2024-05-17 20:15:08 +00:00
parent af2f3b7866
commit 275036cf3c

View File

@ -21,6 +21,5 @@ resource "azapi_resource" "AIServicesConnection" {
} }
}) })
schema_validation_enabled = false
response_export_values = ["*"] response_export_values = ["*"]
} }