Skip to content

Commit

Permalink
Merge pull request #3702 from hashicorp/f/new-api-version-for-insights
Browse files Browse the repository at this point in the history
config: adding `Monitor` @ `2023-03-15-preview`
  • Loading branch information
tombuildsstuff authored Jan 31, 2024
2 parents eb74a70 + a26ac99 commit 169c4b0
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 @@ -356,7 +356,7 @@ service "mobilenetwork" {
}
service "monitor" {
name = "Insights"
available = ["2015-04-01", "2016-03-01", "2018-03-01", "2018-04-16", "2019-10-17-preview", "2020-10-01", "2021-04-01", "2021-05-01-preview", "2021-07-01-preview", "2021-08-01", "2021-09-01", "2022-06-01", "2022-10-01", "2023-01-01", "2023-04-03", "2023-10-01"]
available = ["2015-04-01", "2016-03-01", "2018-03-01", "2018-04-16", "2019-10-17-preview", "2020-10-01", "2021-04-01", "2021-05-01-preview", "2021-07-01-preview", "2021-08-01", "2021-09-01", "2022-06-01", "2022-10-01", "2023-01-01", "2023-03-15-preview", "2023-04-03", "2023-10-01"]
}
service "msi" {
name = "ManagedIdentity"
Expand Down Expand Up @@ -590,4 +590,4 @@ service "webpubsub" {
service "workloads" {
name = "Workloads"
available = ["2023-04-01"]
}
}

0 comments on commit 169c4b0

Please sign in to comment.