Skip to content

Commit

Permalink
Config: regenerating based on 08f4e0b (#4440)
Browse files Browse the repository at this point in the history
* config: regenerating based on the latest Swagger

* ignore mariadb 2020-01-01

---------

Co-authored-by: hc-github-team-tf-azure <>
Co-authored-by: stephybun <[email protected]>
  • Loading branch information
hc-github-team-tf-azure and stephybun authored Sep 24, 2024
1 parent ca56f87 commit f93bb90
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions config/resource-manager.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ service "app" {
}
service "appconfiguration" {
name = "AppConfiguration"
available = ["2023-03-01"]
available = ["2023-03-01", "2024-05-01"]
}
service "applicationinsights" {
name = "ApplicationInsights"
Expand Down Expand Up @@ -96,7 +96,7 @@ service "chaos" {
}
service "cognitiveservices" {
name = "Cognitive"
available = ["2023-05-01", "2023-10-01-preview"]
available = ["2023-05-01", "2023-10-01-preview", "2024-10-01"]
}
service "communication" {
name = "Communication"
Expand Down Expand Up @@ -133,7 +133,7 @@ service "containerservice" {
}
service "cosmos-db" {
name = "CosmosDB"
available = ["2022-05-15", "2022-11-15", "2023-04-15", "2023-09-15", "2023-11-15", "2024-05-15"]
available = ["2022-05-15", "2022-11-15", "2023-04-15", "2023-09-15", "2023-11-15", "2024-05-15", "2024-08-15"]
}
service "cost-management" {
name = "CostManagement"
Expand Down Expand Up @@ -356,6 +356,7 @@ service "maps" {
service "mariadb" {
name = "MariaDB"
available = ["2018-06-01"]
ignore = ["2020-01-01"]
}
service "marketplaceordering" {
name = "MarketplaceOrdering"
Expand Down Expand Up @@ -396,7 +397,7 @@ service "netapp" {
}
service "network" {
name = "Network"
available = ["2023-09-01", "2023-11-01", "2024-01-01"]
available = ["2023-09-01", "2023-11-01", "2024-01-01", "2024-03-01"]
}
service "networkanalytics" {
name = "NetworkAnalytics"
Expand All @@ -412,7 +413,7 @@ service "networkfunction" {
}
service "newrelic" {
name = "NewRelic"
available = ["2022-07-01", "2024-03-01"]
available = ["2022-07-01", "2024-03-01", "2024-10-01"]
ignore = ["2024-01-01"]
}
service "nginx" {
Expand Down Expand Up @@ -501,7 +502,7 @@ service "redisenterprise" {
}
service "relay" {
name = "Relay"
available = ["2021-11-01"]
available = ["2021-11-01", "2024-01-01"]
}
service "resourceconnector" {
name = "ResourceConnector"
Expand All @@ -526,15 +527,15 @@ service "search" {
}
service "security" {
name = "Security"
available = ["2019-01-01-preview", "2020-01-01", "2021-06-01", "2022-03-01", "2022-05-01", "2022-12-01-preview", "2023-01-01", "2023-05-01", "2023-10-01-preview", "2023-11-15", "2024-01-01", "2024-04-01"]
available = ["2019-01-01-preview", "2020-01-01", "2021-06-01", "2022-03-01", "2022-05-01", "2022-12-01-preview", "2023-01-01", "2023-05-01", "2023-10-01-preview", "2023-11-15", "2024-01-01", "2024-04-01", "2024-08-01"]
}
service "securityinsights" {
name = "SecurityInsights"
available = ["2022-10-01-preview", "2022-11-01", "2023-02-01", "2023-11-01", "2024-03-01"]
}
service "servicebus" {
name = "ServiceBus"
available = ["2021-06-01-preview", "2021-11-01", "2022-01-01-preview", "2022-10-01-preview"]
available = ["2021-06-01-preview", "2021-11-01", "2022-01-01-preview", "2022-10-01-preview", "2024-01-01"]
}
service "servicefabric" {
name = "ServiceFabric"
Expand Down Expand Up @@ -628,4 +629,4 @@ service "webpubsub" {
service "workloads" {
name = "Workloads"
available = ["2023-04-01"]
}
}

0 comments on commit f93bb90

Please sign in to comment.