Skip to content

Commit

Permalink
config: add cognitiveservices 2023-10-01-preview
Browse files Browse the repository at this point in the history
This version adds many options.
Should be useful for hashicorp/terraform-provider-azurerm#23988
  • Loading branch information
guilhem authored Mar 24, 2024
1 parent c07303d commit 4b07bce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/resource-manager.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ service "chaos" {
}
service "cognitiveservices" {
name = "Cognitive"
available = ["2023-05-01"]
available = ["2023-05-01", "2023-10-01-preview"]
}
service "communication" {
name = "Communication"
Expand Down Expand Up @@ -596,4 +596,4 @@ service "webpubsub" {
service "workloads" {
name = "Workloads"
available = ["2023-04-01"]
}
}

0 comments on commit 4b07bce

Please sign in to comment.