fixed according to comments

This commit is contained in:
github-actions[bot]
2024-05-17 20:13:17 +00:00
parent c4bdeb74c0
commit af2f3b7866
5 changed files with 41 additions and 36 deletions

View File

@ -1,5 +1,5 @@
resource "azapi_resource" "project" {
type = "Microsoft.MachineLearningServices/workspaces@2024-04-01"
type = "Microsoft.MachineLearningServices/workspaces@2024-04-01-preview"
name = "my-ai-project"
location = azurerm_resource_group.default.location
parent_id = azurerm_resource_group.default.id
@ -16,5 +16,4 @@ resource "azapi_resource" "project" {
}
kind = "project"
})
schema_validation_enabled = false
}