Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config: regenerating based on 2c5bb89a911dd2fc0bdc6f355eb14d9a82c5bf46 #4622

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/resource-manager.hcl
Original file line number Diff line number Diff line change
@@ -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"]
}
}