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 b261b1e82ae946e557f1f531d643f1efeb734bac #3088

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
6 changes: 3 additions & 3 deletions config/resource-manager.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ service "confidentialledger" {
}
service "connectedvmware" {
name = "ConnectedVmware"
available = ["2022-01-10-preview"]
available = ["2022-01-10-preview", "2023-10-01"]
}
service "consumption" {
name = "Consumption"
Expand All @@ -114,7 +114,7 @@ service "containerservice" {
}
service "cosmos-db" {
name = "CosmosDB"
available = ["2021-10-15", "2022-05-15", "2022-11-15", "2023-04-15"]
available = ["2021-10-15", "2022-05-15", "2022-11-15", "2023-04-15", "2023-09-15"]
}
service "cost-management" {
name = "CostManagement"
Expand Down Expand Up @@ -208,7 +208,7 @@ service "elastic" {
}
service "elasticsan" {
name = "ElasticSan"
available = ["2021-11-20-preview"]
available = ["2021-11-20-preview", "2023-01-01"]
}
service "eventgrid" {
name = "EventGrid"
Expand Down
Loading