diff --git a/config/resource-manager.hcl b/config/resource-manager.hcl index d7f2a380c6..818220af70 100644 --- a/config/resource-manager.hcl +++ b/config/resource-manager.hcl @@ -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" @@ -650,4 +650,4 @@ service "webpubsub" { service "workloads" { name = "Workloads" available = ["2023-04-01", "2024-09-01"] -} +} \ No newline at end of file