Skip to content

Commit

Permalink
Merge pull request #3137 from hashicorp/config/regeneration-from-78b6…
Browse files Browse the repository at this point in the history
…12baa1078a06898fb1d3822fb918fbe372f3

Config: regenerating based on 78b612b
  • Loading branch information
tombuildsstuff authored Oct 10, 2023
2 parents 015381b + 5b16a7c commit 0fee074
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/resource-manager.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ service "azureactivedirectory" {
}
service "azurestackhci" {
name = "AzureStackHCI"
available = ["2023-03-01", "2023-06-01"]
available = ["2023-03-01", "2023-06-01", "2023-08-01"]
}
service "batch" {
name = "Batch"
Expand Down Expand Up @@ -466,11 +466,11 @@ service "resourcegraph" {
}
service "resources" {
name = "Resources"
available = ["2020-05-01", "2020-06-01", "2020-10-01", "2021-04-01", "2021-06-01", "2021-07-01", "2022-06-01", "2022-07-01-preview", "2022-09-01", "2022-12-01", "2023-04-01", "2023-07-01"]
available = ["2020-05-01", "2020-06-01", "2020-10-01", "2021-04-01", "2021-06-01", "2021-07-01", "2022-06-01", "2022-07-01-preview", "2022-09-01", "2022-12-01", "2023-04-01", "2023-07-01", "2023-08-01"]
}
service "search" {
name = "Search"
available = ["2022-09-01"]
available = ["2022-09-01", "2023-11-01"]
}
service "security" {
name = "Security"
Expand Down

0 comments on commit 0fee074

Please sign in to comment.