Skip to content

Commit

Permalink
config: regenerating based on the latest Swagger (#4641)
Browse files Browse the repository at this point in the history
Co-authored-by: hc-github-team-tf-azure <>
  • Loading branch information
hc-github-team-tf-azure authored Jan 27, 2025
1 parent 9ffbba5 commit ccdc2ad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/resource-manager.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ service "automanage" {
service "automation" {
name = "Automation"
available = ["2015-10-31", "2019-06-01", "2020-01-13-preview", "2021-06-22", "2022-08-08", "2023-11-01"]
ignore = ["2024-10-23"] # this version introduces a resource called package which is a reserved keyword in go and breaks the SDK generation - this will require a workaround before it can go in
ignore = ["2024-10-23"]
}
service "azure-kusto" {
name = "Kusto"
Expand Down Expand Up @@ -150,7 +150,7 @@ service "customproviders" {
}
service "dashboard" {
name = "Dashboard"
available = ["2022-08-01", "2023-09-01"]
available = ["2022-08-01", "2023-09-01", "2024-10-01"]
}
service "databoxedge" {
name = "DataBoxEdge"
Expand Down Expand Up @@ -316,7 +316,7 @@ service "iotcentral" {
}
service "keyvault" {
name = "KeyVault"
available = ["2023-02-01", "2023-07-01"]
available = ["2023-02-01", "2023-07-01", "2024-11-01"]
}
service "kubernetesconfiguration" {
name = "KubernetesConfiguration"
Expand Down Expand Up @@ -398,7 +398,7 @@ service "monitor" {
}
service "msi" {
name = "ManagedIdentity"
available = ["2023-01-31"]
available = ["2023-01-31", "2024-11-30"]
}
service "mysql" {
name = "MySql"
Expand Down Expand Up @@ -487,7 +487,7 @@ service "purview" {
}
service "quota" {
name = "Quota"
available = ["2023-02-01"]
available = ["2023-02-01", "2025-03-01"]
}
service "recoveryservices" {
name = "RecoveryServices"
Expand Down Expand Up @@ -650,4 +650,4 @@ service "webpubsub" {
service "workloads" {
name = "Workloads"
available = ["2023-04-01", "2024-09-01"]
}
}

0 comments on commit ccdc2ad

Please sign in to comment.