From fa58f29a9553bffd44f90c0876d75be19e1a11cd Mon Sep 17 00:00:00 2001 From: Saverio Proto Date: Tue, 3 Dec 2024 16:44:01 +0100 Subject: [PATCH] Use zones available for the subscription in the region Remove data folder and get information with azapi about available zones Co-authored-by: Nelly Kiboi <3062772+nellyk@users.noreply.github.com> --- README.md | 6 +- data/locations.json | 1432 ----- data/microsoft.compute_resourceTypes.json | 6803 --------------------- locals.tf | 56 +- main.tf | 20 +- terraform.tf | 4 - 6 files changed, 42 insertions(+), 8279 deletions(-) delete mode 100644 data/locations.json delete mode 100644 data/microsoft.compute_resourceTypes.json diff --git a/README.md b/README.md index c1add1d2..85e159c6 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,6 @@ The following requirements are needed by this module: - [azurerm](#requirement\_azurerm) (>= 3.86.0, <4.0) -- [local](#requirement\_local) (>=2.4.1, < 3.0) - - [modtm](#requirement\_modtm) (>= 0.3, < 1.0) - [null](#requirement\_null) (>= 3.0) @@ -59,11 +57,11 @@ The following resources are used by this module: - [modtm_telemetry.telemetry](https://registry.terraform.io/providers/Azure/modtm/latest/docs/resources/telemetry) (resource) - [null_resource.kubernetes_version_keeper](https://registry.terraform.io/providers/hashicorp/null/latest/docs/resources/resource) (resource) - [random_uuid.telemetry](https://registry.terraform.io/providers/hashicorp/random/latest/docs/resources/uuid) (resource) +- [azapi_resource_list.example](https://registry.terraform.io/providers/Azure/azapi/latest/docs/data-sources/resource_list) (data source) - [azurerm_client_config.telemetry](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/client_config) (data source) - [azurerm_resource_group.this](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/resource_group) (data source) +- [azurerm_subscription.current](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/subscription) (data source) - [azurerm_user_assigned_identity.cluster_identity](https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/data-sources/user_assigned_identity) (data source) -- [local_file.compute_provider](https://registry.terraform.io/providers/hashicorp/local/latest/docs/data-sources/file) (data source) -- [local_file.locations](https://registry.terraform.io/providers/hashicorp/local/latest/docs/data-sources/file) (data source) - [modtm_module_source.telemetry](https://registry.terraform.io/providers/Azure/modtm/latest/docs/data-sources/module_source) (data source) diff --git a/data/locations.json b/data/locations.json deleted file mode 100644 index 764e5250..00000000 --- a/data/locations.json +++ /dev/null @@ -1,1432 +0,0 @@ -{ - "value": [ - { - "displayName": "East US", - "id": "/locations/eastus", - "metadata": { - "geography": "United States", - "geographyGroup": "US", - "latitude": "37.3719", - "longitude": "-79.8164", - "pairedRegion": [ - { - "id": "/locations/westus", - "name": "westus" - } - ], - "physicalLocation": "Virginia", - "regionCategory": "Recommended", - "regionType": "Physical" - }, - "name": "eastus", - "regionalDisplayName": "(US) East US", - "type": "Region" - }, - { - "displayName": "East US 2", - "id": "/locations/eastus2", - "metadata": { - "geography": "United States", - "geographyGroup": "US", - "latitude": "36.6681", - "longitude": "-78.3889", - "pairedRegion": [ - { - "id": "/locations/centralus", - "name": "centralus" - } - ], - "physicalLocation": "Virginia", - "regionCategory": "Recommended", - "regionType": "Physical" - }, - "name": "eastus2", - "regionalDisplayName": "(US) East US 2", - "type": "Region" - }, - { - "displayName": "South Central US", - "id": "/locations/southcentralus", - "metadata": { - "geography": "United States", - "geographyGroup": "US", - "latitude": "29.4167", - "longitude": "-98.5", - "pairedRegion": [ - { - "id": "/locations/northcentralus", - "name": "northcentralus" - } - ], - "physicalLocation": "Texas", - "regionCategory": "Recommended", - "regionType": "Physical" - }, - "name": "southcentralus", - "regionalDisplayName": "(US) South Central US", - "type": "Region" - }, - { - "displayName": "West US 2", - "id": "/locations/westus2", - "metadata": { - "geography": "United States", - "geographyGroup": "US", - "latitude": "47.233", - "longitude": "-119.852", - "pairedRegion": [ - { - "id": "/locations/westcentralus", - "name": "westcentralus" - } - ], - "physicalLocation": "Washington", - "regionCategory": "Recommended", - "regionType": "Physical" - }, - "name": "westus2", - "regionalDisplayName": "(US) West US 2", - "type": "Region" - }, - { - "displayName": "West US 3", - "id": "/locations/westus3", - "metadata": { - "geography": "United States", - "geographyGroup": "US", - "latitude": "33.448376", - "longitude": "-112.074036", - "pairedRegion": [ - { - "id": "/locations/eastus", - "name": "eastus" - } - ], - "physicalLocation": "Phoenix", - "regionCategory": "Recommended", - "regionType": "Physical" - }, - "name": "westus3", - "regionalDisplayName": "(US) West US 3", - "type": "Region" - }, - { - "displayName": "Australia East", - "id": "/locations/australiaeast", - "metadata": { - "geography": "Australia", - "geographyGroup": "Asia Pacific", - "latitude": "-33.86", - "longitude": "151.2094", - "pairedRegion": [ - { - "id": "/locations/australiasoutheast", - "name": "australiasoutheast" - } - ], - "physicalLocation": "New South Wales", - "regionCategory": "Recommended", - "regionType": "Physical" - }, - "name": "australiaeast", - "regionalDisplayName": "(Asia Pacific) Australia East", - "type": "Region" - }, - { - "displayName": "Southeast Asia", - "id": "/locations/southeastasia", - "metadata": { - "geography": "Asia Pacific", - "geographyGroup": "Asia Pacific", - "latitude": "1.283", - "longitude": "103.833", - "pairedRegion": [ - { - "id": "/locations/eastasia", - "name": "eastasia" - } - ], - "physicalLocation": "Singapore", - "regionCategory": "Recommended", - "regionType": "Physical" - }, - "name": "southeastasia", - "regionalDisplayName": "(Asia Pacific) Southeast Asia", - "type": "Region" - }, - { - "displayName": "North Europe", - "id": "/locations/northeurope", - "metadata": { - "geography": "Europe", - "geographyGroup": "Europe", - "latitude": "53.3478", - "longitude": "-6.2597", - "pairedRegion": [ - { - "id": "/locations/westeurope", - "name": "westeurope" - } - ], - "physicalLocation": "Ireland", - "regionCategory": "Recommended", - "regionType": "Physical" - }, - "name": "northeurope", - "regionalDisplayName": "(Europe) North Europe", - "type": "Region" - }, - { - "displayName": "Sweden Central", - "id": "/locations/swedencentral", - "metadata": { - "geography": "Sweden", - "geographyGroup": "Europe", - "latitude": "60.67488", - "longitude": "17.14127", - "pairedRegion": [ - { - "id": "/locations/swedensouth", - "name": "swedensouth" - } - ], - "physicalLocation": "Gävle", - "regionCategory": "Recommended", - "regionType": "Physical" - }, - "name": "swedencentral", - "regionalDisplayName": "(Europe) Sweden Central", - "type": "Region" - }, - { - "displayName": "UK South", - "id": "/locations/uksouth", - "metadata": { - "geography": "United Kingdom", - "geographyGroup": "Europe", - "latitude": "50.941", - "longitude": "-0.799", - "pairedRegion": [ - { - "id": "/locations/ukwest", - "name": "ukwest" - } - ], - "physicalLocation": "London", - "regionCategory": "Recommended", - "regionType": "Physical" - }, - "name": "uksouth", - "regionalDisplayName": "(Europe) UK South", - "type": "Region" - }, - { - "displayName": "West Europe", - "id": "/locations/westeurope", - "metadata": { - "geography": "Europe", - "geographyGroup": "Europe", - "latitude": "52.3667", - "longitude": "4.9", - "pairedRegion": [ - { - "id": "/locations/northeurope", - "name": "northeurope" - } - ], - "physicalLocation": "Netherlands", - "regionCategory": "Recommended", - "regionType": "Physical" - }, - "name": "westeurope", - "regionalDisplayName": "(Europe) West Europe", - "type": "Region" - }, - { - "displayName": "Central US", - "id": "/locations/centralus", - "metadata": { - "geography": "United States", - "geographyGroup": "US", - "latitude": "41.5908", - "longitude": "-93.6208", - "pairedRegion": [ - { - "id": "/locations/eastus2", - "name": "eastus2" - } - ], - "physicalLocation": "Iowa", - "regionCategory": "Recommended", - "regionType": "Physical" - }, - "name": "centralus", - "regionalDisplayName": "(US) Central US", - "type": "Region" - }, - { - "displayName": "South Africa North", - "id": "/locations/southafricanorth", - "metadata": { - "geography": "South Africa", - "geographyGroup": "Africa", - "latitude": "-25.73134", - "longitude": "28.21837", - "pairedRegion": [ - { - "id": "/locations/southafricawest", - "name": "southafricawest" - } - ], - "physicalLocation": "Johannesburg", - "regionCategory": "Recommended", - "regionType": "Physical" - }, - "name": "southafricanorth", - "regionalDisplayName": "(Africa) South Africa North", - "type": "Region" - }, - { - "displayName": "Central India", - "id": "/locations/centralindia", - "metadata": { - "geography": "India", - "geographyGroup": "Asia Pacific", - "latitude": "18.5822", - "longitude": "73.9197", - "pairedRegion": [ - { - "id": "/locations/southindia", - "name": "southindia" - } - ], - "physicalLocation": "Pune", - "regionCategory": "Recommended", - "regionType": "Physical" - }, - "name": "centralindia", - "regionalDisplayName": "(Asia Pacific) Central India", - "type": "Region" - }, - { - "displayName": "East Asia", - "id": "/locations/eastasia", - "metadata": { - "geography": "Asia Pacific", - "geographyGroup": "Asia Pacific", - "latitude": "22.267", - "longitude": "114.188", - "pairedRegion": [ - { - "id": "/locations/southeastasia", - "name": "southeastasia" - } - ], - "physicalLocation": "Hong Kong", - "regionCategory": "Recommended", - "regionType": "Physical" - }, - "name": "eastasia", - "regionalDisplayName": "(Asia Pacific) East Asia", - "type": "Region" - }, - { - "displayName": "Japan East", - "id": "/locations/japaneast", - "metadata": { - "geography": "Japan", - "geographyGroup": "Asia Pacific", - "latitude": "35.68", - "longitude": "139.77", - "pairedRegion": [ - { - "id": "/locations/japanwest", - "name": "japanwest" - } - ], - "physicalLocation": "Tokyo, Saitama", - "regionCategory": "Recommended", - "regionType": "Physical" - }, - "name": "japaneast", - "regionalDisplayName": "(Asia Pacific) Japan East", - "type": "Region" - }, - { - "displayName": "Korea Central", - "id": "/locations/koreacentral", - "metadata": { - "geography": "Korea", - "geographyGroup": "Asia Pacific", - "latitude": "37.5665", - "longitude": "126.978", - "pairedRegion": [ - { - "id": "/locations/koreasouth", - "name": "koreasouth" - } - ], - "physicalLocation": "Seoul", - "regionCategory": "Recommended", - "regionType": "Physical" - }, - "name": "koreacentral", - "regionalDisplayName": "(Asia Pacific) Korea Central", - "type": "Region" - }, - { - "displayName": "Canada Central", - "id": "/locations/canadacentral", - "metadata": { - "geography": "Canada", - "geographyGroup": "Canada", - "latitude": "43.653", - "longitude": "-79.383", - "pairedRegion": [ - { - "id": "/locations/canadaeast", - "name": "canadaeast" - } - ], - "physicalLocation": "Toronto", - "regionCategory": "Recommended", - "regionType": "Physical" - }, - "name": "canadacentral", - "regionalDisplayName": "(Canada) Canada Central", - "type": "Region" - }, - { - "displayName": "France Central", - "id": "/locations/francecentral", - "metadata": { - "geography": "France", - "geographyGroup": "Europe", - "latitude": "46.3772", - "longitude": "2.373", - "pairedRegion": [ - { - "id": "/locations/francesouth", - "name": "francesouth" - } - ], - "physicalLocation": "Paris", - "regionCategory": "Recommended", - "regionType": "Physical" - }, - "name": "francecentral", - "regionalDisplayName": "(Europe) France Central", - "type": "Region" - }, - { - "displayName": "Germany West Central", - "id": "/locations/germanywestcentral", - "metadata": { - "geography": "Germany", - "geographyGroup": "Europe", - "latitude": "50.110924", - "longitude": "8.682127", - "pairedRegion": [ - { - "id": "/locations/germanynorth", - "name": "germanynorth" - } - ], - "physicalLocation": "Frankfurt", - "regionCategory": "Recommended", - "regionType": "Physical" - }, - "name": "germanywestcentral", - "regionalDisplayName": "(Europe) Germany West Central", - "type": "Region" - }, - { - "displayName": "Italy North", - "id": "/locations/italynorth", - "metadata": { - "geography": "Italy", - "geographyGroup": "Europe", - "latitude": "45.46888", - "longitude": "9.18109", - "pairedRegion": [], - "physicalLocation": "Milan", - "regionCategory": "Recommended", - "regionType": "Physical" - }, - "name": "italynorth", - "regionalDisplayName": "(Europe) Italy North", - "type": "Region" - }, - { - "displayName": "Norway East", - "id": "/locations/norwayeast", - "metadata": { - "geography": "Norway", - "geographyGroup": "Europe", - "latitude": "59.913868", - "longitude": "10.752245", - "pairedRegion": [ - { - "id": "/locations/norwaywest", - "name": "norwaywest" - } - ], - "physicalLocation": "Norway", - "regionCategory": "Recommended", - "regionType": "Physical" - }, - "name": "norwayeast", - "regionalDisplayName": "(Europe) Norway East", - "type": "Region" - }, - { - "displayName": "Poland Central", - "id": "/locations/polandcentral", - "metadata": { - "geography": "Poland", - "geographyGroup": "Europe", - "latitude": "52.23334", - "longitude": "21.01666", - "pairedRegion": [], - "physicalLocation": "Warsaw", - "regionCategory": "Recommended", - "regionType": "Physical" - }, - "name": "polandcentral", - "regionalDisplayName": "(Europe) Poland Central", - "type": "Region" - }, - { - "displayName": "Switzerland North", - "id": "/locations/switzerlandnorth", - "metadata": { - "geography": "Switzerland", - "geographyGroup": "Europe", - "latitude": "47.451542", - "longitude": "8.564572", - "pairedRegion": [ - { - "id": "/locations/switzerlandwest", - "name": "switzerlandwest" - } - ], - "physicalLocation": "Zurich", - "regionCategory": "Recommended", - "regionType": "Physical" - }, - "name": "switzerlandnorth", - "regionalDisplayName": "(Europe) Switzerland North", - "type": "Region" - }, - { - "displayName": "UAE North", - "id": "/locations/uaenorth", - "metadata": { - "geography": "UAE", - "geographyGroup": "Middle East", - "latitude": "25.266666", - "longitude": "55.316666", - "pairedRegion": [ - { - "id": "/locations/uaecentral", - "name": "uaecentral" - } - ], - "physicalLocation": "Dubai", - "regionCategory": "Recommended", - "regionType": "Physical" - }, - "name": "uaenorth", - "regionalDisplayName": "(Middle East) UAE North", - "type": "Region" - }, - { - "displayName": "Brazil South", - "id": "/locations/brazilsouth", - "metadata": { - "geography": "Brazil", - "geographyGroup": "South America", - "latitude": "-23.55", - "longitude": "-46.633", - "pairedRegion": [ - { - "id": "/locations/southcentralus", - "name": "southcentralus" - } - ], - "physicalLocation": "Sao Paulo State", - "regionCategory": "Recommended", - "regionType": "Physical" - }, - "name": "brazilsouth", - "regionalDisplayName": "(South America) Brazil South", - "type": "Region" - }, - { - "displayName": "Israel Central", - "id": "/locations/israelcentral", - "metadata": { - "geography": "Israel", - "geographyGroup": "Middle East", - "latitude": "31.2655698", - "longitude": "33.4506633", - "pairedRegion": [], - "physicalLocation": "Israel", - "regionCategory": "Recommended", - "regionType": "Physical" - }, - "name": "israelcentral", - "regionalDisplayName": "(Middle East) Israel Central", - "type": "Region" - }, - { - "displayName": "Qatar Central", - "id": "/locations/qatarcentral", - "metadata": { - "geography": "Qatar", - "geographyGroup": "Middle East", - "latitude": "25.551462", - "longitude": "51.439327", - "pairedRegion": [], - "physicalLocation": "Doha", - "regionCategory": "Recommended", - "regionType": "Physical" - }, - "name": "qatarcentral", - "regionalDisplayName": "(Middle East) Qatar Central", - "type": "Region" - }, - { - "displayName": "Central US (Stage)", - "id": "/locations/centralusstage", - "metadata": { - "geography": "usa", - "geographyGroup": "US", - "regionCategory": "Other", - "regionType": "Logical" - }, - "name": "centralusstage", - "regionalDisplayName": "(US) Central US (Stage)", - "type": "Region" - }, - { - "displayName": "East US (Stage)", - "id": "/locations/eastusstage", - "metadata": { - "geography": "usa", - "geographyGroup": "US", - "regionCategory": "Other", - "regionType": "Logical" - }, - "name": "eastusstage", - "regionalDisplayName": "(US) East US (Stage)", - "type": "Region" - }, - { - "displayName": "East US 2 (Stage)", - "id": "/locations/eastus2stage", - "metadata": { - "geography": "usa", - "geographyGroup": "US", - "regionCategory": "Other", - "regionType": "Logical" - }, - "name": "eastus2stage", - "regionalDisplayName": "(US) East US 2 (Stage)", - "type": "Region" - }, - { - "displayName": "North Central US (Stage)", - "id": "/locations/northcentralusstage", - "metadata": { - "geography": "usa", - "geographyGroup": "US", - "regionCategory": "Other", - "regionType": "Logical" - }, - "name": "northcentralusstage", - "regionalDisplayName": "(US) North Central US (Stage)", - "type": "Region" - }, - { - "displayName": "South Central US (Stage)", - "id": "/locations/southcentralusstage", - "metadata": { - "geography": "usa", - "geographyGroup": "US", - "regionCategory": "Other", - "regionType": "Logical" - }, - "name": "southcentralusstage", - "regionalDisplayName": "(US) South Central US (Stage)", - "type": "Region" - }, - { - "displayName": "West US (Stage)", - "id": "/locations/westusstage", - "metadata": { - "geography": "usa", - "geographyGroup": "US", - "regionCategory": "Other", - "regionType": "Logical" - }, - "name": "westusstage", - "regionalDisplayName": "(US) West US (Stage)", - "type": "Region" - }, - { - "displayName": "West US 2 (Stage)", - "id": "/locations/westus2stage", - "metadata": { - "geography": "usa", - "geographyGroup": "US", - "regionCategory": "Other", - "regionType": "Logical" - }, - "name": "westus2stage", - "regionalDisplayName": "(US) West US 2 (Stage)", - "type": "Region" - }, - { - "displayName": "Asia", - "id": "/locations/asia", - "metadata": { - "regionCategory": "Other", - "regionType": "Logical" - }, - "name": "asia", - "regionalDisplayName": "Asia", - "type": "Region" - }, - { - "displayName": "Asia Pacific", - "id": "/locations/asiapacific", - "metadata": { - "regionCategory": "Other", - "regionType": "Logical" - }, - "name": "asiapacific", - "regionalDisplayName": "Asia Pacific", - "type": "Region" - }, - { - "displayName": "Australia", - "id": "/locations/australia", - "metadata": { - "regionCategory": "Other", - "regionType": "Logical" - }, - "name": "australia", - "regionalDisplayName": "Australia", - "type": "Region" - }, - { - "displayName": "Brazil", - "id": "/locations/brazil", - "metadata": { - "regionCategory": "Other", - "regionType": "Logical" - }, - "name": "brazil", - "regionalDisplayName": "Brazil", - "type": "Region" - }, - { - "displayName": "Canada", - "id": "/locations/canada", - "metadata": { - "regionCategory": "Other", - "regionType": "Logical" - }, - "name": "canada", - "regionalDisplayName": "Canada", - "type": "Region" - }, - { - "displayName": "Europe", - "id": "/locations/europe", - "metadata": { - "regionCategory": "Other", - "regionType": "Logical" - }, - "name": "europe", - "regionalDisplayName": "Europe", - "type": "Region" - }, - { - "displayName": "France", - "id": "/locations/france", - "metadata": { - "regionCategory": "Other", - "regionType": "Logical" - }, - "name": "france", - "regionalDisplayName": "France", - "type": "Region" - }, - { - "displayName": "Germany", - "id": "/locations/germany", - "metadata": { - "regionCategory": "Other", - "regionType": "Logical" - }, - "name": "germany", - "regionalDisplayName": "Germany", - "type": "Region" - }, - { - "displayName": "Global", - "id": "/locations/global", - "metadata": { - "regionCategory": "Other", - "regionType": "Logical" - }, - "name": "global", - "regionalDisplayName": "Global", - "type": "Region" - }, - { - "displayName": "India", - "id": "/locations/india", - "metadata": { - "regionCategory": "Other", - "regionType": "Logical" - }, - "name": "india", - "regionalDisplayName": "India", - "type": "Region" - }, - { - "displayName": "Japan", - "id": "/locations/japan", - "metadata": { - "regionCategory": "Other", - "regionType": "Logical" - }, - "name": "japan", - "regionalDisplayName": "Japan", - "type": "Region" - }, - { - "displayName": "Korea", - "id": "/locations/korea", - "metadata": { - "regionCategory": "Other", - "regionType": "Logical" - }, - "name": "korea", - "regionalDisplayName": "Korea", - "type": "Region" - }, - { - "displayName": "Norway", - "id": "/locations/norway", - "metadata": { - "regionCategory": "Other", - "regionType": "Logical" - }, - "name": "norway", - "regionalDisplayName": "Norway", - "type": "Region" - }, - { - "displayName": "Singapore", - "id": "/locations/singapore", - "metadata": { - "regionCategory": "Other", - "regionType": "Logical" - }, - "name": "singapore", - "regionalDisplayName": "Singapore", - "type": "Region" - }, - { - "displayName": "South Africa", - "id": "/locations/southafrica", - "metadata": { - "regionCategory": "Other", - "regionType": "Logical" - }, - "name": "southafrica", - "regionalDisplayName": "South Africa", - "type": "Region" - }, - { - "displayName": "Sweden", - "id": "/locations/sweden", - "metadata": { - "regionCategory": "Other", - "regionType": "Logical" - }, - "name": "sweden", - "regionalDisplayName": "Sweden", - "type": "Region" - }, - { - "displayName": "Switzerland", - "id": "/locations/switzerland", - "metadata": { - "regionCategory": "Other", - "regionType": "Logical" - }, - "name": "switzerland", - "regionalDisplayName": "Switzerland", - "type": "Region" - }, - { - "displayName": "United Arab Emirates", - "id": "/locations/uae", - "metadata": { - "regionCategory": "Other", - "regionType": "Logical" - }, - "name": "uae", - "regionalDisplayName": "United Arab Emirates", - "type": "Region" - }, - { - "displayName": "United Kingdom", - "id": "/locations/uk", - "metadata": { - "regionCategory": "Other", - "regionType": "Logical" - }, - "name": "uk", - "regionalDisplayName": "United Kingdom", - "type": "Region" - }, - { - "displayName": "United States", - "id": "/locations/unitedstates", - "metadata": { - "regionCategory": "Other", - "regionType": "Logical" - }, - "name": "unitedstates", - "regionalDisplayName": "United States", - "type": "Region" - }, - { - "displayName": "United States EUAP", - "id": "/locations/unitedstateseuap", - "metadata": { - "regionCategory": "Other", - "regionType": "Logical" - }, - "name": "unitedstateseuap", - "regionalDisplayName": "United States EUAP", - "type": "Region" - }, - { - "displayName": "East Asia (Stage)", - "id": "/locations/eastasiastage", - "metadata": { - "geography": "asia", - "geographyGroup": "Asia Pacific", - "regionCategory": "Other", - "regionType": "Logical" - }, - "name": "eastasiastage", - "regionalDisplayName": "(Asia Pacific) East Asia (Stage)", - "type": "Region" - }, - { - "displayName": "Southeast Asia (Stage)", - "id": "/locations/southeastasiastage", - "metadata": { - "geography": "asia", - "geographyGroup": "Asia Pacific", - "regionCategory": "Other", - "regionType": "Logical" - }, - "name": "southeastasiastage", - "regionalDisplayName": "(Asia Pacific) Southeast Asia (Stage)", - "type": "Region" - }, - { - "displayName": "Brazil US", - "id": "/locations/brazilus", - "metadata": { - "geography": "Brazil", - "geographyGroup": "South America", - "latitude": "0", - "longitude": "0", - "pairedRegion": [ - { - "id": "/locations/brazilsoutheast", - "name": "brazilsoutheast" - } - ], - "physicalLocation": "", - "regionCategory": "Other", - "regionType": "Physical" - }, - "name": "brazilus", - "regionalDisplayName": "(South America) Brazil US", - "type": "Region" - }, - { - "displayName": "North Central US", - "id": "/locations/northcentralus", - "metadata": { - "geography": "United States", - "geographyGroup": "US", - "latitude": "41.8819", - "longitude": "-87.6278", - "pairedRegion": [ - { - "id": "/locations/southcentralus", - "name": "southcentralus" - } - ], - "physicalLocation": "Illinois", - "regionCategory": "Other", - "regionType": "Physical" - }, - "name": "northcentralus", - "regionalDisplayName": "(US) North Central US", - "type": "Region" - }, - { - "displayName": "West US", - "id": "/locations/westus", - "metadata": { - "geography": "United States", - "geographyGroup": "US", - "latitude": "37.783", - "longitude": "-122.417", - "pairedRegion": [ - { - "id": "/locations/eastus", - "name": "eastus" - } - ], - "physicalLocation": "California", - "regionCategory": "Other", - "regionType": "Physical" - }, - "name": "westus", - "regionalDisplayName": "(US) West US", - "type": "Region" - }, - { - "displayName": "Jio India West", - "id": "/locations/jioindiawest", - "metadata": { - "geography": "India", - "geographyGroup": "Asia Pacific", - "latitude": "22.470701", - "longitude": "70.05773", - "pairedRegion": [ - { - "id": "/locations/jioindiacentral", - "name": "jioindiacentral" - } - ], - "physicalLocation": "Jamnagar", - "regionCategory": "Other", - "regionType": "Physical" - }, - "name": "jioindiawest", - "regionalDisplayName": "(Asia Pacific) Jio India West", - "type": "Region" - }, - { - "displayName": "West Central US", - "id": "/locations/westcentralus", - "metadata": { - "geography": "United States", - "geographyGroup": "US", - "latitude": "40.89", - "longitude": "-110.234", - "pairedRegion": [ - { - "id": "/locations/westus2", - "name": "westus2" - } - ], - "physicalLocation": "Wyoming", - "regionCategory": "Other", - "regionType": "Physical" - }, - "name": "westcentralus", - "regionalDisplayName": "(US) West Central US", - "type": "Region" - }, - { - "displayName": "South Africa West", - "id": "/locations/southafricawest", - "metadata": { - "geography": "South Africa", - "geographyGroup": "Africa", - "latitude": "-34.075691", - "longitude": "18.843266", - "pairedRegion": [ - { - "id": "/locations/southafricanorth", - "name": "southafricanorth" - } - ], - "physicalLocation": "Cape Town", - "regionCategory": "Other", - "regionType": "Physical" - }, - "name": "southafricawest", - "regionalDisplayName": "(Africa) South Africa West", - "type": "Region" - }, - { - "displayName": "Australia Central", - "id": "/locations/australiacentral", - "metadata": { - "geography": "Australia", - "geographyGroup": "Asia Pacific", - "latitude": "-35.3075", - "longitude": "149.1244", - "pairedRegion": [ - { - "id": "/locations/australiacentral2", - "name": "australiacentral2" - } - ], - "physicalLocation": "Canberra", - "regionCategory": "Other", - "regionType": "Physical" - }, - "name": "australiacentral", - "regionalDisplayName": "(Asia Pacific) Australia Central", - "type": "Region" - }, - { - "displayName": "Australia Central 2", - "id": "/locations/australiacentral2", - "metadata": { - "geography": "Australia", - "geographyGroup": "Asia Pacific", - "latitude": "-35.3075", - "longitude": "149.1244", - "pairedRegion": [ - { - "id": "/locations/australiacentral", - "name": "australiacentral" - } - ], - "physicalLocation": "Canberra", - "regionCategory": "Other", - "regionType": "Physical" - }, - "name": "australiacentral2", - "regionalDisplayName": "(Asia Pacific) Australia Central 2", - "type": "Region" - }, - { - "displayName": "Australia Southeast", - "id": "/locations/australiasoutheast", - "metadata": { - "geography": "Australia", - "geographyGroup": "Asia Pacific", - "latitude": "-37.8136", - "longitude": "144.9631", - "pairedRegion": [ - { - "id": "/locations/australiaeast", - "name": "australiaeast" - } - ], - "physicalLocation": "Victoria", - "regionCategory": "Other", - "regionType": "Physical" - }, - "name": "australiasoutheast", - "regionalDisplayName": "(Asia Pacific) Australia Southeast", - "type": "Region" - }, - { - "displayName": "Japan West", - "id": "/locations/japanwest", - "metadata": { - "geography": "Japan", - "geographyGroup": "Asia Pacific", - "latitude": "34.6939", - "longitude": "135.5022", - "pairedRegion": [ - { - "id": "/locations/japaneast", - "name": "japaneast" - } - ], - "physicalLocation": "Osaka", - "regionCategory": "Other", - "regionType": "Physical" - }, - "name": "japanwest", - "regionalDisplayName": "(Asia Pacific) Japan West", - "type": "Region" - }, - { - "displayName": "Jio India Central", - "id": "/locations/jioindiacentral", - "metadata": { - "geography": "India", - "geographyGroup": "Asia Pacific", - "latitude": "21.146633", - "longitude": "79.08886", - "pairedRegion": [ - { - "id": "/locations/jioindiawest", - "name": "jioindiawest" - } - ], - "physicalLocation": "Nagpur", - "regionCategory": "Other", - "regionType": "Physical" - }, - "name": "jioindiacentral", - "regionalDisplayName": "(Asia Pacific) Jio India Central", - "type": "Region" - }, - { - "displayName": "Korea South", - "id": "/locations/koreasouth", - "metadata": { - "geography": "Korea", - "geographyGroup": "Asia Pacific", - "latitude": "35.1796", - "longitude": "129.0756", - "pairedRegion": [ - { - "id": "/locations/koreacentral", - "name": "koreacentral" - } - ], - "physicalLocation": "Busan", - "regionCategory": "Other", - "regionType": "Physical" - }, - "name": "koreasouth", - "regionalDisplayName": "(Asia Pacific) Korea South", - "type": "Region" - }, - { - "displayName": "South India", - "id": "/locations/southindia", - "metadata": { - "geography": "India", - "geographyGroup": "Asia Pacific", - "latitude": "12.9822", - "longitude": "80.1636", - "pairedRegion": [ - { - "id": "/locations/centralindia", - "name": "centralindia" - } - ], - "physicalLocation": "Chennai", - "regionCategory": "Other", - "regionType": "Physical" - }, - "name": "southindia", - "regionalDisplayName": "(Asia Pacific) South India", - "type": "Region" - }, - { - "displayName": "West India", - "id": "/locations/westindia", - "metadata": { - "geography": "India", - "geographyGroup": "Asia Pacific", - "latitude": "19.088", - "longitude": "72.868", - "pairedRegion": [ - { - "id": "/locations/southindia", - "name": "southindia" - } - ], - "physicalLocation": "Mumbai", - "regionCategory": "Other", - "regionType": "Physical" - }, - "name": "westindia", - "regionalDisplayName": "(Asia Pacific) West India", - "type": "Region" - }, - { - "displayName": "Canada East", - "id": "/locations/canadaeast", - "metadata": { - "geography": "Canada", - "geographyGroup": "Canada", - "latitude": "46.817", - "longitude": "-71.217", - "pairedRegion": [ - { - "id": "/locations/canadacentral", - "name": "canadacentral" - } - ], - "physicalLocation": "Quebec", - "regionCategory": "Other", - "regionType": "Physical" - }, - "name": "canadaeast", - "regionalDisplayName": "(Canada) Canada East", - "type": "Region" - }, - { - "displayName": "France South", - "id": "/locations/francesouth", - "metadata": { - "geography": "France", - "geographyGroup": "Europe", - "latitude": "43.8345", - "longitude": "2.1972", - "pairedRegion": [ - { - "id": "/locations/francecentral", - "name": "francecentral" - } - ], - "physicalLocation": "Marseille", - "regionCategory": "Other", - "regionType": "Physical" - }, - "name": "francesouth", - "regionalDisplayName": "(Europe) France South", - "type": "Region" - }, - { - "displayName": "Germany North", - "id": "/locations/germanynorth", - "metadata": { - "geography": "Germany", - "geographyGroup": "Europe", - "latitude": "53.073635", - "longitude": "8.806422", - "pairedRegion": [ - { - "id": "/locations/germanywestcentral", - "name": "germanywestcentral" - } - ], - "physicalLocation": "Berlin", - "regionCategory": "Other", - "regionType": "Physical" - }, - "name": "germanynorth", - "regionalDisplayName": "(Europe) Germany North", - "type": "Region" - }, - { - "displayName": "Norway West", - "id": "/locations/norwaywest", - "metadata": { - "geography": "Norway", - "geographyGroup": "Europe", - "latitude": "58.969975", - "longitude": "5.733107", - "pairedRegion": [ - { - "id": "/locations/norwayeast", - "name": "norwayeast" - } - ], - "physicalLocation": "Norway", - "regionCategory": "Other", - "regionType": "Physical" - }, - "name": "norwaywest", - "regionalDisplayName": "(Europe) Norway West", - "type": "Region" - }, - { - "displayName": "Switzerland West", - "id": "/locations/switzerlandwest", - "metadata": { - "geography": "Switzerland", - "geographyGroup": "Europe", - "latitude": "46.204391", - "longitude": "6.143158", - "pairedRegion": [ - { - "id": "/locations/switzerlandnorth", - "name": "switzerlandnorth" - } - ], - "physicalLocation": "Geneva", - "regionCategory": "Other", - "regionType": "Physical" - }, - "name": "switzerlandwest", - "regionalDisplayName": "(Europe) Switzerland West", - "type": "Region" - }, - { - "displayName": "UK West", - "id": "/locations/ukwest", - "metadata": { - "geography": "United Kingdom", - "geographyGroup": "Europe", - "latitude": "53.427", - "longitude": "-3.084", - "pairedRegion": [ - { - "id": "/locations/uksouth", - "name": "uksouth" - } - ], - "physicalLocation": "Cardiff", - "regionCategory": "Other", - "regionType": "Physical" - }, - "name": "ukwest", - "regionalDisplayName": "(Europe) UK West", - "type": "Region" - }, - { - "displayName": "UAE Central", - "id": "/locations/uaecentral", - "metadata": { - "geography": "UAE", - "geographyGroup": "Middle East", - "latitude": "24.466667", - "longitude": "54.366669", - "pairedRegion": [ - { - "id": "/locations/uaenorth", - "name": "uaenorth" - } - ], - "physicalLocation": "Abu Dhabi", - "regionCategory": "Other", - "regionType": "Physical" - }, - "name": "uaecentral", - "regionalDisplayName": "(Middle East) UAE Central", - "type": "Region" - }, - { - "displayName": "Brazil Southeast", - "id": "/locations/brazilsoutheast", - "metadata": { - "geography": "Brazil", - "geographyGroup": "South America", - "latitude": "-22.90278", - "longitude": "-43.2075", - "pairedRegion": [ - { - "id": "/locations/brazilsouth", - "name": "brazilsouth" - } - ], - "physicalLocation": "Rio", - "regionCategory": "Other", - "regionType": "Physical" - }, - "name": "brazilsoutheast", - "regionalDisplayName": "(South America) Brazil Southeast", - "type": "Region" - } - ] -} diff --git a/data/microsoft.compute_resourceTypes.json b/data/microsoft.compute_resourceTypes.json deleted file mode 100644 index e7a3cd7a..00000000 --- a/data/microsoft.compute_resourceTypes.json +++ /dev/null @@ -1,6803 +0,0 @@ -{ - "resourceTypes": [ - { - "apiProfiles": [ - { - "apiVersion": "2016-03-30", - "profileVersion": "2017-03-09-profile" - }, - { - "apiVersion": "2017-03-30", - "profileVersion": "2018-03-01-hybrid" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2018-06-01-profile" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2019-03-01-hybrid" - }, - { - "apiVersion": "2020-06-01", - "profileVersion": "2020-09-01-hybrid" - } - ], - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30", - "2016-08-30", - "2016-04-30-preview", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation", - "defaultApiVersion": "2022-03-01", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "availabilitySets" - }, - { - "apiProfiles": [ - { - "apiVersion": "2016-03-30", - "profileVersion": "2017-03-09-profile" - }, - { - "apiVersion": "2017-03-30", - "profileVersion": "2018-03-01-hybrid" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2018-06-01-profile" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2019-03-01-hybrid" - }, - { - "apiVersion": "2020-06-01", - "profileVersion": "2020-09-01-hybrid" - } - ], - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30", - "2016-08-30", - "2016-04-30-preview", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation", - "defaultApiVersion": "2022-03-01", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "virtualMachines", - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Brazil South", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Canada Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Central India", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Central US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East Asia", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "France Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Japan East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Korea Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Norway East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Qatar Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "South Africa North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "South Central US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Sweden Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Switzerland North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "UAE North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "UK South", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West US", - "zones": [] - }, - { - "location": "West US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West US 3", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Israel Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Italy North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Poland Central", - "zones": [ - "1", - "3", - "2" - ] - } - ] - }, - { - "apiProfiles": [ - { - "apiVersion": "2016-03-30", - "profileVersion": "2017-03-09-profile" - }, - { - "apiVersion": "2017-03-30", - "profileVersion": "2018-03-01-hybrid" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2018-06-01-profile" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2019-03-01-hybrid" - }, - { - "apiVersion": "2020-06-01", - "profileVersion": "2020-09-01-hybrid" - } - ], - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30", - "2016-08-30", - "2016-04-30-preview", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation", - "defaultApiVersion": "2022-03-01", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "virtualMachines/extensions" - }, - { - "apiProfiles": [ - { - "apiVersion": "2016-03-30", - "profileVersion": "2017-03-09-profile" - }, - { - "apiVersion": "2017-03-30", - "profileVersion": "2018-03-01-hybrid" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2018-06-01-profile" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2019-03-01-hybrid" - }, - { - "apiVersion": "2020-06-01", - "profileVersion": "2020-09-01-hybrid" - } - ], - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-10-30-preview", - "2017-03-30", - "2016-08-30", - "2016-04-30-preview", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity, SupportsTags, SupportsLocation", - "defaultApiVersion": "2022-03-01", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "virtualMachineScaleSets", - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Brazil South", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Canada Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Central India", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Central US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East Asia", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "France Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Japan East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Korea Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Norway East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Qatar Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "South Africa North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "South Central US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Sweden Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Switzerland North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "UAE North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "UK South", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West US", - "zones": [] - }, - { - "location": "West US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West US 3", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Israel Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Italy North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Poland Central", - "zones": [ - "1", - "3", - "2" - ] - } - ] - }, - { - "apiProfiles": [ - { - "apiVersion": "2016-03-30", - "profileVersion": "2017-03-09-profile" - }, - { - "apiVersion": "2017-03-30", - "profileVersion": "2018-03-01-hybrid" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2018-06-01-profile" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2019-03-01-hybrid" - }, - { - "apiVersion": "2020-06-01", - "profileVersion": "2020-09-01-hybrid" - } - ], - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-10-30-preview", - "2017-03-30", - "2016-08-30", - "2016-04-30-preview", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ], - "capabilities": "None", - "defaultApiVersion": "2015-06-15", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "virtualMachineScaleSets/extensions" - }, - { - "apiProfiles": [ - { - "apiVersion": "2016-03-30", - "profileVersion": "2017-03-09-profile" - }, - { - "apiVersion": "2017-03-30", - "profileVersion": "2018-03-01-hybrid" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2018-06-01-profile" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2019-03-01-hybrid" - }, - { - "apiVersion": "2020-06-01", - "profileVersion": "2020-09-01-hybrid" - } - ], - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-10-30-preview", - "2017-03-30", - "2016-08-30", - "2016-04-30-preview", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ], - "capabilities": "None", - "defaultApiVersion": "2022-03-01", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "virtualMachineScaleSets/virtualMachines" - }, - { - "apiProfiles": [ - { - "apiVersion": "2016-03-30", - "profileVersion": "2017-03-09-profile" - }, - { - "apiVersion": "2017-03-30", - "profileVersion": "2018-03-01-hybrid" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2018-06-01-profile" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2019-03-01-hybrid" - }, - { - "apiVersion": "2020-06-01", - "profileVersion": "2020-09-01-hybrid" - } - ], - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-10-30-preview", - "2017-03-30", - "2016-08-30", - "2016-04-30-preview", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ], - "capabilities": "None", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "virtualMachineScaleSets/virtualMachines/extensions" - }, - { - "apiProfiles": [ - { - "apiVersion": "2016-03-30", - "profileVersion": "2017-03-09-profile" - }, - { - "apiVersion": "2017-03-30", - "profileVersion": "2018-03-01-hybrid" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2018-06-01-profile" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2019-03-01-hybrid" - }, - { - "apiVersion": "2020-06-01", - "profileVersion": "2020-09-01-hybrid" - } - ], - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-04-30-preview", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ], - "capabilities": "None", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "virtualMachineScaleSets/networkInterfaces" - }, - { - "apiProfiles": [ - { - "apiVersion": "2016-03-30", - "profileVersion": "2017-03-09-profile" - }, - { - "apiVersion": "2017-03-30", - "profileVersion": "2018-03-01-hybrid" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2018-06-01-profile" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2019-03-01-hybrid" - }, - { - "apiVersion": "2020-06-01", - "profileVersion": "2020-09-01-hybrid" - } - ], - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-04-30-preview", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ], - "capabilities": "None", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "virtualMachineScaleSets/virtualMachines/networkInterfaces" - }, - { - "apiProfiles": [ - { - "apiVersion": "2017-03-30", - "profileVersion": "2018-03-01-hybrid" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2018-06-01-profile" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2019-03-01-hybrid" - }, - { - "apiVersion": "2020-06-01", - "profileVersion": "2020-09-01-hybrid" - } - ], - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30" - ], - "capabilities": "None", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "virtualMachineScaleSets/publicIPAddresses" - }, - { - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30", - "2016-08-30", - "2016-04-30-preview", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ], - "capabilities": "None", - "locations": [], - "resourceType": "locations" - }, - { - "apiProfiles": [ - { - "apiVersion": "2016-03-30", - "profileVersion": "2017-03-09-profile" - }, - { - "apiVersion": "2017-03-30", - "profileVersion": "2018-03-01-hybrid" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2018-06-01-profile" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2019-03-01-hybrid" - }, - { - "apiVersion": "2020-06-01", - "profileVersion": "2020-09-01-hybrid" - } - ], - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-10-30-preview", - "2017-03-30", - "2016-08-30", - "2016-04-30-preview", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ], - "capabilities": "None", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "locations/operations" - }, - { - "apiProfiles": [ - { - "apiVersion": "2016-03-30", - "profileVersion": "2017-03-09-profile" - }, - { - "apiVersion": "2017-03-30", - "profileVersion": "2018-03-01-hybrid" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2018-06-01-profile" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2019-03-01-hybrid" - }, - { - "apiVersion": "2020-06-01", - "profileVersion": "2020-09-01-hybrid" - } - ], - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30", - "2016-08-30", - "2016-04-30-preview", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ], - "capabilities": "None", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "locations/vmSizes" - }, - { - "apiProfiles": [ - { - "apiVersion": "2017-03-30", - "profileVersion": "2018-03-01-hybrid" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2018-06-01-profile" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2019-03-01-hybrid" - }, - { - "apiVersion": "2020-06-01", - "profileVersion": "2020-09-01-hybrid" - } - ], - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30" - ], - "capabilities": "None", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "locations/runCommands" - }, - { - "apiProfiles": [ - { - "apiVersion": "2017-03-30", - "profileVersion": "2018-03-01-hybrid" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2018-06-01-profile" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2019-03-01-hybrid" - }, - { - "apiVersion": "2020-06-01", - "profileVersion": "2020-09-01-hybrid" - } - ], - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30", - "2016-08-30" - ], - "capabilities": "None", - "defaultApiVersion": "2022-03-01", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "locations/virtualMachines" - }, - { - "apiProfiles": [ - { - "apiVersion": "2017-03-30", - "profileVersion": "2018-03-01-hybrid" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2018-06-01-profile" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2019-03-01-hybrid" - }, - { - "apiVersion": "2020-06-01", - "profileVersion": "2020-09-01-hybrid" - } - ], - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30", - "2016-08-30" - ], - "capabilities": "None", - "defaultApiVersion": "2022-03-01", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "locations/virtualMachineScaleSets" - }, - { - "apiProfiles": [ - { - "apiVersion": "2016-03-30", - "profileVersion": "2017-03-09-profile" - }, - { - "apiVersion": "2017-03-30", - "profileVersion": "2018-03-01-hybrid" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2018-06-01-profile" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2019-03-01-hybrid" - }, - { - "apiVersion": "2020-06-01", - "profileVersion": "2020-09-01-hybrid" - } - ], - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-03", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-03", - "2022-08-01", - "2022-03-03", - "2022-03-01", - "2022-01-03", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-09-30", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30", - "2016-08-30", - "2016-04-30-preview", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ], - "capabilities": "None", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "locations/publishers" - }, - { - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30", - "2016-08-30", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ], - "capabilities": "None", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "operations" - }, - { - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01" - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation", - "defaultApiVersion": "2022-03-01", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "virtualMachines/runCommands" - }, - { - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01" - ], - "capabilities": "None", - "defaultApiVersion": "2022-03-01", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "virtualMachineScaleSets/applications" - }, - { - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01" - ], - "capabilities": "SupportsTags, SupportsLocation", - "defaultApiVersion": "2022-03-01", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "virtualMachines/VMApplications" - }, - { - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01" - ], - "capabilities": "None", - "locations": [], - "resourceType": "locations/edgeZones" - }, - { - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01" - ], - "capabilities": "None", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "locations/edgeZones/vmimages" - }, - { - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01" - ], - "capabilities": "None", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "locations/edgeZones/publishers" - }, - { - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30" - ], - "capabilities": "SupportsTags, SupportsLocation", - "defaultApiVersion": "2022-03-01", - "locations": [ - "Southeast Asia", - "East US 2", - "Central US", - "West Europe", - "East US", - "North Central US", - "South Central US", - "West US", - "North Europe", - "East Asia", - "Brazil South", - "West US 2", - "West Central US", - "UK West", - "UK South", - "Japan East", - "Japan West", - "Canada Central", - "Canada East", - "Central India", - "South India", - "Australia East", - "Australia Southeast", - "Korea Central", - "Korea South", - "West India", - "France Central", - "South Africa North", - "UAE North", - "Australia Central", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "restorePointCollections" - }, - { - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30" - ], - "capabilities": "None", - "locations": [ - "Southeast Asia", - "East US 2", - "Central US", - "West Europe", - "East US", - "North Central US", - "South Central US", - "West US", - "North Europe", - "East Asia", - "Brazil South", - "West US 2", - "West Central US", - "UK West", - "UK South", - "Japan East", - "Japan West", - "Canada Central", - "Canada East", - "Central India", - "South India", - "Australia East", - "Australia Southeast", - "Korea Central", - "Korea South", - "West India", - "France Central", - "South Africa North", - "UAE North", - "Australia Central", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "restorePointCollections/restorePoints" - }, - { - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01" - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation", - "defaultApiVersion": "2022-03-01", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "proximityPlacementGroups", - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Brazil South", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Canada Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Central India", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Central US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East Asia", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "France Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Japan East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Korea Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Norway East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Qatar Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "South Africa North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "South Central US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Sweden Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Switzerland North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "UAE North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "UK South", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West US", - "zones": [] - }, - { - "location": "West US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West US 3", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Israel Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Italy North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Poland Central", - "zones": [ - "1", - "3", - "2" - ] - } - ] - }, - { - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01" - ], - "capabilities": "SupportsTags, SupportsLocation", - "defaultApiVersion": "2022-03-01", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "sshPublicKeys" - }, - { - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01" - ], - "capabilities": "SupportsTags, SupportsLocation", - "defaultApiVersion": "2022-03-01", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "capacityReservationGroups", - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Brazil South", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Canada Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Central India", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Central US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East Asia", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "France Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Japan East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Korea Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Norway East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Qatar Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "South Africa North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "South Central US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Sweden Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Switzerland North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "UAE North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "UK South", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West US", - "zones": [] - }, - { - "location": "West US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West US 3", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Israel Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Italy North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Poland Central", - "zones": [ - "1", - "3", - "2" - ] - } - ] - }, - { - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01" - ], - "capabilities": "SupportsTags, SupportsLocation", - "defaultApiVersion": "2022-03-01", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "capacityReservationGroups/capacityReservations", - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Brazil South", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Canada Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Central India", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Central US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East Asia", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "France Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Japan East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Korea Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Norway East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Qatar Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "South Africa North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "South Central US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Sweden Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Switzerland North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "UAE North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "UK South", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West US", - "zones": [] - }, - { - "location": "West US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West US 3", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Israel Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Italy North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Poland Central", - "zones": [ - "1", - "3", - "2" - ] - } - ] - }, - { - "apiVersions": [ - "2014-04-01" - ], - "capabilities": "None", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Israel Central", - "Poland Central", - "Italy North" - ], - "resourceType": "virtualMachines/metricDefinitions" - }, - { - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01" - ], - "capabilities": "None", - "defaultApiVersion": "2022-03-01", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "locations/spotEvictionRates" - }, - { - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01" - ], - "capabilities": "None", - "defaultApiVersion": "2022-03-01", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "locations/spotPriceHistory" - }, - { - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01" - ], - "capabilities": "None", - "defaultApiVersion": "2022-03-01", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "locations/recommendations" - }, - { - "apiProfiles": [ - { - "apiVersion": "2016-03-30", - "profileVersion": "2017-03-09-profile" - }, - { - "apiVersion": "2017-03-30", - "profileVersion": "2018-03-01-hybrid" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2018-06-01-profile" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2019-03-01-hybrid" - }, - { - "apiVersion": "2020-06-01", - "profileVersion": "2020-09-01-hybrid" - } - ], - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-03", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-03", - "2022-08-01", - "2022-03-03", - "2022-03-01", - "2022-01-03", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-09-30", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30", - "2016-08-30", - "2016-04-30-preview", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ], - "capabilities": "None", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "locations/sharedGalleries" - }, - { - "apiProfiles": [ - { - "apiVersion": "2016-03-30", - "profileVersion": "2017-03-09-profile" - }, - { - "apiVersion": "2017-03-30", - "profileVersion": "2018-03-01-hybrid" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2018-06-01-profile" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2019-03-01-hybrid" - }, - { - "apiVersion": "2020-06-01", - "profileVersion": "2020-09-01-hybrid" - } - ], - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-03", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-03", - "2022-08-01", - "2022-03-03", - "2022-03-01", - "2022-01-03", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-09-30", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30", - "2016-08-30", - "2016-04-30-preview", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ], - "capabilities": "None", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "locations/communityGalleries" - }, - { - "apiVersions": [ - "2017-10-15-preview" - ], - "capabilities": "SupportsTags, SupportsLocation", - "defaultApiVersion": "2017-10-15-preview", - "locations": [ - "West Central US", - "South Central US", - "East US 2", - "Southeast Asia", - "West Europe", - "West US", - "East US", - "Canada Central", - "North Europe", - "North Central US", - "Brazil South", - "UK West", - "West India", - "East Asia", - "Australia East", - "Japan East", - "Korea South", - "West US 2", - "Canada East", - "UK South", - "Central India", - "South India", - "Australia Southeast", - "Japan West", - "Korea Central", - "France Central", - "Central US", - "Australia Central" - ], - "resourceType": "sharedVMImages" - }, - { - "apiVersions": [ - "2017-10-15-preview" - ], - "capabilities": "SupportsTags, SupportsLocation", - "defaultApiVersion": "2017-10-15-preview", - "locations": [ - "West Central US", - "South Central US", - "East US 2", - "Southeast Asia", - "West Europe", - "West US", - "East US", - "Canada Central", - "North Europe", - "North Central US", - "Brazil South", - "UK West", - "West India", - "East Asia", - "Australia East", - "Japan East", - "Korea South", - "West US 2", - "Canada East", - "UK South", - "Central India", - "South India", - "Australia Southeast", - "Japan West", - "Korea Central", - "France Central", - "Central US", - "Australia Central" - ], - "resourceType": "sharedVMImages/versions" - }, - { - "apiVersions": [ - "2017-10-15-preview" - ], - "capabilities": "None", - "locations": [ - "West Central US", - "South Central US", - "East US 2", - "Southeast Asia", - "West Europe", - "West US", - "East US", - "Canada Central", - "North Europe", - "North Central US", - "Brazil South", - "UK West", - "West India", - "East Asia", - "Australia East", - "Japan East", - "Korea South", - "West US 2", - "Canada East", - "UK South", - "Central India", - "South India", - "Australia Southeast", - "Japan West", - "Korea Central", - "France Central", - "Central US", - "Australia Central" - ], - "resourceType": "locations/artifactPublishers" - }, - { - "apiVersions": [ - "2023-07-03", - "2022-08-03", - "2022-03-03", - "2022-01-03", - "2021-10-01", - "2021-07-01", - "2021-03-01", - "2020-09-30", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-06-01", - "2017-10-15-preview" - ], - "capabilities": "None", - "locations": [ - "West Central US", - "South Central US", - "East US 2", - "Southeast Asia", - "West Europe", - "West US", - "East US", - "Canada Central", - "North Europe", - "North Central US", - "Brazil South", - "UK West", - "West India", - "East Asia", - "Australia East", - "Japan East", - "Korea South", - "West US 2", - "Canada East", - "UK South", - "Central India", - "South India", - "Australia Southeast", - "Japan West", - "Korea Central", - "France Central", - "Central US", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "locations/capsoperations" - }, - { - "apiVersions": [ - "2023-07-03", - "2022-08-03", - "2022-03-03", - "2022-01-03", - "2021-10-01", - "2021-07-01", - "2021-03-01", - "2020-09-30", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-06-01" - ], - "capabilities": "SupportsTags, SupportsLocation", - "defaultApiVersion": "2018-06-01", - "locations": [ - "West Central US", - "South Central US", - "East US 2", - "Southeast Asia", - "West Europe", - "West US", - "East US", - "Canada Central", - "North Europe", - "North Central US", - "Brazil South", - "UK West", - "West India", - "East Asia", - "Australia East", - "Japan East", - "Korea South", - "West US 2", - "Canada East", - "UK South", - "Central India", - "South India", - "Australia Southeast", - "Japan West", - "Korea Central", - "France Central", - "Central US", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "galleries" - }, - { - "apiVersions": [ - "2023-07-03", - "2022-08-03", - "2022-03-03", - "2022-01-03", - "2021-10-01", - "2021-07-01", - "2021-03-01", - "2020-09-30", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-06-01" - ], - "capabilities": "SupportsTags, SupportsLocation", - "defaultApiVersion": "2018-06-01", - "locations": [ - "West Central US", - "South Central US", - "East US 2", - "Southeast Asia", - "West Europe", - "West US", - "East US", - "Canada Central", - "North Europe", - "North Central US", - "Brazil South", - "UK West", - "West India", - "East Asia", - "Australia East", - "Japan East", - "Korea South", - "West US 2", - "Canada East", - "UK South", - "Central India", - "South India", - "Australia Southeast", - "Japan West", - "Korea Central", - "France Central", - "Central US", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "galleries/images" - }, - { - "apiVersions": [ - "2023-07-03", - "2022-08-03", - "2022-03-03", - "2022-01-03", - "2021-10-01", - "2021-07-01", - "2021-03-01", - "2020-09-30", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-06-01" - ], - "capabilities": "SupportsTags, SupportsLocation", - "defaultApiVersion": "2018-06-01", - "locations": [ - "West Central US", - "South Central US", - "East US 2", - "Southeast Asia", - "West Europe", - "West US", - "East US", - "Canada Central", - "North Europe", - "North Central US", - "Brazil South", - "UK West", - "West India", - "East Asia", - "Australia East", - "Japan East", - "Korea South", - "West US 2", - "Canada East", - "UK South", - "Central India", - "South India", - "Australia Southeast", - "Japan West", - "Korea Central", - "France Central", - "Central US", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "galleries/images/versions" - }, - { - "apiVersions": [ - "2023-07-03", - "2022-08-03", - "2022-03-03", - "2022-01-03", - "2021-10-01", - "2021-07-01", - "2021-03-01", - "2020-09-30", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-06-01" - ], - "capabilities": "None", - "defaultApiVersion": "2018-06-01", - "locations": [ - "West Central US", - "South Central US", - "East US 2", - "Southeast Asia", - "West Europe", - "West US", - "East US", - "Canada Central", - "North Europe", - "North Central US", - "Brazil South", - "UK West", - "West India", - "East Asia", - "Australia East", - "Japan East", - "Korea South", - "West US 2", - "Canada East", - "UK South", - "Central India", - "South India", - "Australia Southeast", - "Japan West", - "Korea Central", - "France Central", - "Central US", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "locations/galleries" - }, - { - "apiVersions": [ - "2023-07-03" - ], - "capabilities": "None", - "locations": [], - "resourceType": "payloadGroups" - }, - { - "apiVersions": [ - "2023-07-03", - "2022-08-03", - "2022-03-03", - "2022-01-03", - "2021-10-01", - "2021-07-01", - "2021-03-01", - "2020-09-30", - "2019-12-01", - "2019-07-01", - "2019-03-01" - ], - "capabilities": "SupportsTags, SupportsLocation", - "defaultApiVersion": "2019-03-01", - "locations": [ - "West Central US", - "South Central US", - "East US 2", - "Southeast Asia", - "West Europe", - "West US", - "East US", - "Canada Central", - "North Europe", - "North Central US", - "Brazil South", - "UK West", - "West India", - "East Asia", - "Australia East", - "Japan East", - "Korea South", - "West US 2", - "Canada East", - "UK South", - "Central India", - "South India", - "Australia Southeast", - "Japan West", - "Korea Central", - "France Central", - "Central US", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "galleries/applications" - }, - { - "apiVersions": [ - "2023-07-03", - "2022-08-03", - "2022-03-03", - "2022-01-03", - "2021-10-01", - "2021-07-01", - "2021-03-01", - "2020-09-30", - "2019-12-01", - "2019-07-01", - "2019-03-01" - ], - "capabilities": "SupportsTags, SupportsLocation", - "defaultApiVersion": "2019-03-01", - "locations": [ - "West Central US", - "South Central US", - "East US 2", - "Southeast Asia", - "West Europe", - "West US", - "East US", - "Canada Central", - "North Europe", - "North Central US", - "Brazil South", - "UK West", - "West India", - "East Asia", - "Australia East", - "Japan East", - "Korea South", - "West US 2", - "Canada East", - "UK South", - "Central India", - "South India", - "Australia Southeast", - "Japan West", - "Korea Central", - "France Central", - "Central US", - "Australia Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "galleries/applications/versions" - }, - { - "apiProfiles": [ - { - "apiVersion": "2017-03-30", - "profileVersion": "2018-03-01-hybrid" - }, - { - "apiVersion": "2018-04-01", - "profileVersion": "2018-06-01-profile" - } - ], - "apiVersions": [ - "2023-10-02", - "2023-04-02", - "2023-01-02", - "2022-07-02", - "2022-03-02", - "2021-12-01", - "2021-08-01", - "2021-04-01", - "2020-12-01", - "2020-09-30", - "2020-06-30", - "2020-05-01", - "2019-11-01", - "2019-07-01", - "2019-03-01", - "2018-09-30", - "2018-06-01", - "2018-04-01", - "2017-03-30", - "2016-04-30-preview" - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation", - "defaultApiVersion": "2022-03-02", - "locations": [ - "Southeast Asia", - "East US 2", - "Central US", - "West Europe", - "East US", - "North Central US", - "South Central US", - "West US", - "North Europe", - "East Asia", - "Brazil South", - "West US 2", - "West Central US", - "UK West", - "UK South", - "Japan East", - "Japan West", - "Canada Central", - "Canada East", - "Central India", - "South India", - "Australia East", - "Australia Southeast", - "Korea Central", - "Korea South", - "West India", - "France Central", - "South Africa North", - "UAE North", - "Australia Central", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "disks", - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Brazil South", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Canada Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Central India", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Central US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East Asia", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "France Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Japan East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Korea Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Norway East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Qatar Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "South Africa North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "South Central US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Sweden Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Switzerland North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "UAE North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "UK South", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West US", - "zones": [] - }, - { - "location": "West US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West US 3", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Israel Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Italy North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Poland Central", - "zones": [ - "1", - "3", - "2" - ] - } - ] - }, - { - "apiProfiles": [ - { - "apiVersion": "2017-03-30", - "profileVersion": "2018-03-01-hybrid" - }, - { - "apiVersion": "2018-04-01", - "profileVersion": "2018-06-01-profile" - } - ], - "apiVersions": [ - "2023-10-02", - "2023-04-02", - "2023-01-02", - "2022-07-02", - "2022-03-02", - "2021-12-01", - "2021-08-01", - "2021-04-01", - "2020-12-01", - "2020-09-30", - "2020-06-30", - "2020-05-01", - "2019-11-01", - "2019-07-01", - "2019-03-01", - "2018-09-30", - "2018-06-01", - "2018-04-01", - "2017-03-30", - "2016-04-30-preview" - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation", - "defaultApiVersion": "2022-03-02", - "locations": [ - "Southeast Asia", - "East US 2", - "Central US", - "West Europe", - "East US", - "North Central US", - "South Central US", - "West US", - "North Europe", - "East Asia", - "Brazil South", - "West US 2", - "West Central US", - "UK West", - "UK South", - "Japan East", - "Japan West", - "Canada Central", - "Canada East", - "Central India", - "South India", - "Australia East", - "Australia Southeast", - "Korea Central", - "Korea South", - "West India", - "France Central", - "South Africa North", - "UAE North", - "Australia Central", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "snapshots" - }, - { - "apiProfiles": [ - { - "apiVersion": "2017-03-30", - "profileVersion": "2018-03-01-hybrid" - }, - { - "apiVersion": "2018-04-01", - "profileVersion": "2018-06-01-profile" - } - ], - "apiVersions": [ - "2023-10-02", - "2023-04-02", - "2023-01-02", - "2022-07-02", - "2022-03-02", - "2021-12-01", - "2021-08-01", - "2021-04-01", - "2020-12-01", - "2020-09-30", - "2020-06-30", - "2020-05-01", - "2019-11-01", - "2019-07-01", - "2019-03-01", - "2018-09-30", - "2018-06-01", - "2018-04-01", - "2017-03-30", - "2016-04-30-preview" - ], - "capabilities": "None", - "locations": [ - "Southeast Asia", - "East US 2", - "Central US", - "West Europe", - "East US", - "North Central US", - "South Central US", - "West US", - "North Europe", - "East Asia", - "Brazil South", - "West US 2", - "West Central US", - "UK West", - "UK South", - "Japan East", - "Japan West", - "Canada Central", - "Canada East", - "Central India", - "South India", - "Australia East", - "Australia Southeast", - "Korea Central", - "Korea South", - "West India", - "France Central", - "South Africa North", - "UAE North", - "Australia Central", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "locations/diskoperations" - }, - { - "apiVersions": [ - "2023-10-02", - "2023-04-02", - "2023-01-02", - "2022-07-02", - "2022-03-02", - "2021-12-01", - "2021-08-01", - "2021-04-01", - "2020-12-01", - "2020-09-30", - "2020-06-30", - "2020-05-01", - "2019-11-01", - "2019-07-01" - ], - "capabilities": "SystemAssignedResourceIdentity, SupportsTags, SupportsLocation", - "defaultApiVersion": "2022-03-02", - "locations": [ - "Southeast Asia", - "East US 2", - "Central US", - "West Europe", - "East US", - "North Central US", - "South Central US", - "West US", - "North Europe", - "East Asia", - "Brazil South", - "West US 2", - "West Central US", - "UK West", - "UK South", - "Japan East", - "Japan West", - "Canada Central", - "Canada East", - "Central India", - "South India", - "Australia East", - "Australia Southeast", - "Korea Central", - "Korea South", - "West India", - "France Central", - "South Africa North", - "UAE North", - "Australia Central", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "diskEncryptionSets" - }, - { - "apiVersions": [ - "2023-10-02", - "2023-04-02", - "2023-01-02", - "2022-07-02", - "2022-03-02", - "2021-12-01", - "2021-08-01", - "2021-04-01", - "2020-12-01", - "2020-09-30", - "2020-06-30", - "2020-05-01" - ], - "capabilities": "SupportsTags, SupportsLocation", - "defaultApiVersion": "2022-03-02", - "locations": [ - "Southeast Asia", - "East US 2", - "Central US", - "West Europe", - "East US", - "North Central US", - "South Central US", - "West US", - "North Europe", - "East Asia", - "Brazil South", - "West US 2", - "West Central US", - "UK West", - "UK South", - "Japan East", - "Japan West", - "Canada Central", - "Canada East", - "Central India", - "South India", - "Australia East", - "Australia Southeast", - "Korea Central", - "Korea South", - "West India", - "France Central", - "South Africa North", - "UAE North", - "Australia Central", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "diskAccesses" - }, - { - "apiVersions": [ - "2023-10-02", - "2023-04-02", - "2023-01-02", - "2022-07-02", - "2022-03-02", - "2021-12-01", - "2021-08-01", - "2021-04-01", - "2020-12-01", - "2020-09-30" - ], - "capabilities": "None", - "defaultApiVersion": "2022-03-02", - "locations": [ - "Southeast Asia", - "East US 2", - "Central US", - "West Europe", - "East US", - "North Central US", - "South Central US", - "West US", - "North Europe", - "East Asia", - "Brazil South", - "West US 2", - "West Central US", - "UK West", - "UK South", - "Japan East", - "Japan West", - "Canada Central", - "Canada East", - "Central India", - "South India", - "Australia East", - "Australia Southeast", - "Korea Central", - "Korea South", - "West India", - "France Central", - "South Africa North", - "UAE North", - "Australia Central", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "restorePointCollections/restorePoints/diskRestorePoints" - }, - { - "apiProfiles": [ - { - "apiVersion": "2017-03-30", - "profileVersion": "2018-03-01-hybrid" - }, - { - "apiVersion": "2018-04-01", - "profileVersion": "2018-06-01-profile" - } - ], - "apiVersions": [ - "2023-10-02", - "2023-04-02", - "2023-01-02", - "2022-07-02", - "2022-03-02", - "2021-12-01", - "2021-08-01", - "2021-04-01", - "2020-12-01", - "2020-09-30", - "2020-06-30", - "2020-05-01", - "2019-11-01", - "2019-07-01", - "2019-03-01", - "2018-09-30", - "2018-06-01", - "2018-04-01", - "2017-03-30", - "2016-04-30-preview" - ], - "capabilities": "None", - "defaultApiVersion": "2022-03-02", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "virtualMachineScaleSets/disks" - }, - { - "apiVersions": [ - "2022-09-04", - "2022-04-04", - "2021-03-01", - "2020-10-01-preview" - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation", - "defaultApiVersion": "2021-03-01", - "locations": [ - "Southeast Asia", - "East US 2", - "Central US", - "West Europe", - "East US", - "North Central US", - "South Central US", - "West US", - "North Europe", - "East Asia", - "Brazil South", - "West US 2", - "West Central US", - "UK West", - "UK South", - "Japan East", - "Japan West", - "Canada Central", - "Canada East", - "Central India", - "South India", - "Australia East", - "Australia Southeast", - "Korea Central", - "Korea South", - "West India", - "France Central", - "South Africa North", - "UAE North", - "Australia Central", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "cloudServices", - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Brazil South", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Canada Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Central India", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Central US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East Asia", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "France Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Japan East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Korea Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Norway East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Qatar Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "South Africa North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "South Central US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Sweden Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Switzerland North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "UAE North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "UK South", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West US", - "zones": [] - }, - { - "location": "West US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West US 3", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Israel Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Italy North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Poland Central", - "zones": [ - "1", - "3", - "2" - ] - } - ] - }, - { - "apiVersions": [ - "2022-09-04", - "2022-04-04", - "2021-03-01", - "2020-10-01-preview" - ], - "capabilities": "None", - "defaultApiVersion": "2021-03-01", - "locations": [ - "Southeast Asia", - "East US 2", - "Central US", - "West Europe", - "East US", - "North Central US", - "South Central US", - "West US", - "North Europe", - "East Asia", - "Brazil South", - "West US 2", - "West Central US", - "UK West", - "UK South", - "Japan East", - "Japan West", - "Canada Central", - "Canada East", - "Central India", - "South India", - "Australia East", - "Australia Southeast", - "Korea Central", - "Korea South", - "West India", - "France Central", - "South Africa North", - "UAE North", - "Australia Central", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "cloudServices/roles" - }, - { - "apiVersions": [ - "2022-09-04", - "2022-04-04", - "2021-03-01", - "2020-10-01-preview" - ], - "capabilities": "None", - "defaultApiVersion": "2021-03-01", - "locations": [ - "Southeast Asia", - "East US 2", - "Central US", - "West Europe", - "East US", - "North Central US", - "South Central US", - "West US", - "North Europe", - "East Asia", - "Brazil South", - "West US 2", - "West Central US", - "UK West", - "UK South", - "Japan East", - "Japan West", - "Canada Central", - "Canada East", - "Central India", - "South India", - "Australia East", - "Australia Southeast", - "Korea Central", - "Korea South", - "West India", - "France Central", - "South Africa North", - "UAE North", - "Australia Central", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "cloudServices/roleInstances" - }, - { - "apiVersions": [ - "2022-09-04", - "2022-04-04", - "2021-03-01", - "2020-10-01-preview" - ], - "capabilities": "None", - "locations": [ - "Southeast Asia", - "East US 2", - "Central US", - "West Europe", - "East US", - "North Central US", - "South Central US", - "West US", - "North Europe", - "East Asia", - "Brazil South", - "West US 2", - "West Central US", - "UK West", - "UK South", - "Japan East", - "Japan West", - "Canada Central", - "Canada East", - "Central India", - "South India", - "Australia East", - "Australia Southeast", - "Korea Central", - "Korea South", - "West India", - "France Central", - "South Africa North", - "UAE North", - "Australia Central", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "locations/csoperations" - }, - { - "apiVersions": [ - "2022-09-04", - "2022-04-04", - "2021-03-01" - ], - "capabilities": "None", - "defaultApiVersion": "2021-03-01", - "locations": [ - "Southeast Asia", - "East US 2", - "Central US", - "West Europe", - "East US", - "North Central US", - "South Central US", - "West US", - "North Europe", - "East Asia", - "Brazil South", - "West US 2", - "West Central US", - "UK West", - "UK South", - "Japan East", - "Japan West", - "Canada Central", - "Canada East", - "Central India", - "South India", - "Australia East", - "Australia Southeast", - "Korea Central", - "Korea South", - "West India", - "France Central", - "South Africa North", - "UAE North", - "Australia Central", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "locations/cloudServiceOsVersions" - }, - { - "apiVersions": [ - "2022-09-04", - "2022-04-04", - "2021-03-01" - ], - "capabilities": "None", - "defaultApiVersion": "2021-03-01", - "locations": [ - "Southeast Asia", - "East US 2", - "Central US", - "West Europe", - "East US", - "North Central US", - "South Central US", - "West US", - "North Europe", - "East Asia", - "Brazil South", - "West US 2", - "West Central US", - "UK West", - "UK South", - "Japan East", - "Japan West", - "Canada Central", - "Canada East", - "Central India", - "South India", - "Australia East", - "Australia Southeast", - "Korea Central", - "Korea South", - "West India", - "France Central", - "South Africa North", - "UAE North", - "Australia Central", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "locations/cloudServiceOsFamilies" - }, - { - "apiVersions": [ - "2021-03-01", - "2020-10-01-preview" - ], - "capabilities": "None", - "locations": [ - "Southeast Asia", - "East US 2", - "Central US", - "West Europe", - "East US", - "North Central US", - "South Central US", - "West US", - "North Europe", - "East Asia", - "Brazil South", - "West US 2", - "West Central US", - "UK West", - "UK South", - "Japan East", - "Japan West", - "Canada Central", - "Canada East", - "Central India", - "South India", - "Australia East", - "Australia Southeast", - "Korea Central", - "Korea South", - "West India", - "France Central", - "South Africa North", - "UAE North", - "Australia Central", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "cloudServices/networkInterfaces" - }, - { - "apiVersions": [ - "2021-03-01", - "2020-10-01-preview" - ], - "capabilities": "None", - "locations": [ - "Southeast Asia", - "East US 2", - "Central US", - "West Europe", - "East US", - "North Central US", - "South Central US", - "West US", - "North Europe", - "East Asia", - "Brazil South", - "West US 2", - "West Central US", - "UK West", - "UK South", - "Japan East", - "Japan West", - "Canada Central", - "Canada East", - "Central India", - "South India", - "Australia East", - "Australia Southeast", - "Korea Central", - "Korea South", - "West India", - "France Central", - "South Africa North", - "UAE North", - "Australia Central", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "cloudServices/roleInstances/networkInterfaces" - }, - { - "apiVersions": [ - "2021-03-01", - "2020-10-01-preview" - ], - "capabilities": "None", - "locations": [ - "Southeast Asia", - "East US 2", - "Central US", - "West Europe", - "East US", - "North Central US", - "South Central US", - "West US", - "North Europe", - "East Asia", - "Brazil South", - "West US 2", - "West Central US", - "UK West", - "UK South", - "Japan East", - "Japan West", - "Canada Central", - "Canada East", - "Central India", - "South India", - "Australia East", - "Australia Southeast", - "Korea Central", - "Korea South", - "West India", - "France Central", - "South Africa North", - "UAE North", - "Australia Central", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "cloudServices/publicIPAddresses" - }, - { - "apiProfiles": [ - { - "apiVersion": "2016-03-30", - "profileVersion": "2017-03-09-profile" - }, - { - "apiVersion": "2017-03-30", - "profileVersion": "2018-03-01-hybrid" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2018-06-01-profile" - }, - { - "apiVersion": "2017-12-01", - "profileVersion": "2019-03-01-hybrid" - }, - { - "apiVersion": "2020-06-01", - "profileVersion": "2020-09-01-hybrid" - } - ], - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30", - "2016-08-30", - "2016-04-30-preview", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ], - "capabilities": "None", - "defaultApiVersion": "2022-03-01", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "locations/usages" - }, - { - "apiProfiles": [ - { - "apiVersion": "2017-03-30", - "profileVersion": "2018-03-01-hybrid" - }, - { - "apiVersion": "2018-04-01", - "profileVersion": "2018-06-01-profile" - } - ], - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30", - "2016-08-30", - "2016-04-30-preview" - ], - "capabilities": "CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SupportsTags, SupportsLocation", - "defaultApiVersion": "2022-03-01", - "locations": [ - "Southeast Asia", - "East US 2", - "Central US", - "West Europe", - "East US", - "North Central US", - "South Central US", - "West US", - "North Europe", - "East Asia", - "Brazil South", - "West US 2", - "West Central US", - "UK West", - "UK South", - "Japan East", - "Japan West", - "Canada Central", - "Canada East", - "Central India", - "South India", - "Australia East", - "Australia Southeast", - "Korea Central", - "Korea South", - "West India", - "France Central", - "South Africa North", - "UAE North", - "Australia Central", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "images" - }, - { - "apiVersions": [ - "2021-06-01-preview" - ], - "capabilities": "None", - "defaultApiVersion": "2021-06-01-preview", - "locations": [ - "West Central US", - "Southeast Asia", - "East US 2", - "East US", - "South Central US", - "West Europe", - "North Europe", - "West US 2", - "UK South", - "Australia East", - "South India", - "Central India", - "West India", - "Korea Central", - "Korea South", - "Japan West", - "Japan East", - "East Asia", - "Canada Central", - "Canada East", - "South Africa North", - "Central US", - "West US 3", - "West US", - "UK West", - "France Central", - "UAE North", - "Australia Central", - "Australia Southeast", - "Switzerland North", - "Germany West Central", - "Norway East", - "North Central US", - "Brazil South", - "Sweden Central" - ], - "resourceType": "locations/diagnostics" - }, - { - "apiVersions": [ - "2021-06-01-preview" - ], - "capabilities": "None", - "defaultApiVersion": "2021-06-01-preview", - "locations": [ - "West Central US", - "Southeast Asia", - "East US 2", - "East US", - "South Central US", - "West Europe", - "North Europe", - "West US 2", - "UK South", - "Australia East", - "South India", - "Central India", - "West India", - "Korea Central", - "Korea South", - "Japan West", - "Japan East", - "East Asia", - "Canada Central", - "Canada East", - "South Africa North", - "Central US", - "West US 3", - "West US", - "UK West", - "France Central", - "UAE North", - "Australia Central", - "Australia Southeast", - "Switzerland North", - "Germany West Central", - "Norway East", - "North Central US", - "Brazil South", - "Sweden Central" - ], - "resourceType": "locations/diagnosticOperations" - }, - { - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01" - ], - "capabilities": "None", - "locations": [ - "East US", - "East US 2", - "West US", - "Central US", - "North Central US", - "South Central US", - "North Europe", - "West Europe", - "East Asia", - "Southeast Asia", - "Japan East", - "Japan West", - "Australia East", - "Australia Southeast", - "Australia Central", - "Brazil South", - "South India", - "Central India", - "West India", - "Canada Central", - "Canada East", - "West US 2", - "West Central US", - "UK South", - "UK West", - "Korea Central", - "Korea South", - "France Central", - "South Africa North", - "UAE North", - "Switzerland North", - "Germany West Central", - "Norway East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "locations/logAnalytics" - }, - { - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01" - ], - "capabilities": "SupportsTags, SupportsLocation", - "defaultApiVersion": "2022-03-01", - "locations": [ - "Central US", - "East US 2", - "West Europe", - "Southeast Asia", - "France Central", - "North Europe", - "West US 2", - "East US", - "UK South", - "Japan East", - "Japan West", - "East Asia", - "North Central US", - "South Central US", - "Canada East", - "Korea Central", - "Brazil South", - "UK West", - "Canada Central", - "West US", - "West Central US", - "Central India", - "South India", - "Australia Southeast", - "Korea South", - "West India", - "South Africa North", - "UAE North", - "Australia Central", - "Switzerland North", - "Germany West Central", - "Norway East", - "Australia East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "hostGroups", - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Brazil South", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Canada Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Central India", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Central US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East Asia", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "France Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Japan East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Korea Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Norway East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Qatar Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "South Africa North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "South Central US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Sweden Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Switzerland North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "UAE North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "UK South", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West US", - "zones": [] - }, - { - "location": "West US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West US 3", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Israel Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Italy North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Poland Central", - "zones": [ - "1", - "3", - "2" - ] - } - ] - }, - { - "apiVersions": [ - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01" - ], - "capabilities": "SupportsTags, SupportsLocation", - "defaultApiVersion": "2022-03-01", - "locations": [ - "Central US", - "East US 2", - "West Europe", - "Southeast Asia", - "France Central", - "North Europe", - "West US 2", - "East US", - "UK South", - "Japan East", - "Japan West", - "East Asia", - "North Central US", - "South Central US", - "Canada East", - "Korea Central", - "Brazil South", - "UK West", - "Canada Central", - "West US", - "West Central US", - "Central India", - "South India", - "Australia Southeast", - "Korea South", - "West India", - "South Africa North", - "UAE North", - "Australia Central", - "Switzerland North", - "Germany West Central", - "Norway East", - "Australia East", - "West US 3", - "Sweden Central", - "Qatar Central", - "Poland Central", - "Italy North", - "Israel Central" - ], - "resourceType": "hostGroups/hosts", - "zoneMappings": [ - { - "location": "Australia East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Brazil South", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Canada Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Central India", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Central US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East Asia", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "East US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "France Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Germany West Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Japan East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Korea Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "North Central US", - "zones": [] - }, - { - "location": "North Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Norway East", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Qatar Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "South Africa North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "South Central US", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Southeast Asia", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Sweden Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Switzerland North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "UAE North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "UK South", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West Europe", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West US", - "zones": [] - }, - { - "location": "West US 2", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "West US 3", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Israel Central", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Italy North", - "zones": [ - "1", - "3", - "2" - ] - }, - { - "location": "Poland Central", - "zones": [ - "1", - "3", - "2" - ] - } - ] - } - ] -} diff --git a/locals.tf b/locals.tf index da596c83..7cb57e85 100644 --- a/locals.tf +++ b/locals.tf @@ -9,37 +9,39 @@ locals { } locals { - locations_cached_or_live = data.local_file.locations.content - regions_by_display_name = { for v in local.regions_recommended_or_not : v.display_name => v } - regions_by_name = { for v in local.regions_recommended_or_not : v.name => v } - regions_by_name_or_display_name = merge(local.regions_by_display_name, local.regions_by_name) - regions_data_merged = [ - for v in jsondecode(local.locations_cached_or_live).value : - merge( - { - name = v.name - display_name = v.displayName - paired_region_name = try(one(v.metadata.pairedRegion).name, null) - geography = v.metadata.geography - geography_group = v.metadata.geographyGroup - recommended = v.metadata.regionCategory == "Recommended" - }, - { - zones = sort(lookup(local.regions_to_zones_map, v.displayName, [])) - } - ) if v.metadata.regionType == "Physical" + default_node_pool_available_zones = setsubtract(local.zones, local.restricted_zones) + filtered_vms = [ + for sku in data.azapi_resource_list.example.output.value : + item if(sku.resourceType == "virtualMachines" && sku.name == "Standard_D4d_v5") ] - # Filter out regions that are not recommended - regions_recommended_or_not = [for v in local.regions_data_merged : v if v.recommended] - regions_to_zones_map = { for v in local.regions_zonemappings : v.location => v.zones } - regions_zonemappings = flatten([for v in jsondecode(local.regions_zonemappings_cached_or_live).resourceTypes : v.zoneMappings if v.resourceType == "virtualMachines"]) - regions_zonemappings_cached_or_live = data.local_file.compute_provider.content + restricted_zones = try(local.filtered_vms[0].restrictions[0].restrictionInfo.zones, []) + zones = local.filtered_vms[0].locationInfo[0].zones +} + +locals { + filtered_vms_by_node_pool = { + for pool_name, pool in var.node_pools : pool_name => [ + for sku in data.azapi_resource_list.example.output.value : + sku if(sku.resourceType == "virtualMachines" && sku.name == pool.vm_size) + ] + } + my_node_pool_zones_by_pool = { + for pool_name, pool in var.node_pools : pool_name => setsubtract( + local.filtered_vms_by_node_pool[pool_name][0].locationInfo[0].zones, + try(local.filtered_vms_by_node_pool[pool_name][0].restrictions[0].restrictionInfo.zones, []) + ) + } + zonetagged_node_pools = { + for pool_name, pool in var.node_pools : pool_name => merge(pool, { zones = local.my_node_pool_zones_by_pool[pool_name] }) + } } + + locals { # Flatten a list of var.node_pools and zones node_pools = flatten([ - for pool in var.node_pools : [ - for zone in try(local.regions_by_name_or_display_name[var.location].zones, [""]) : { + for pool in local.zonetagged_node_pools : [ + for zone in pool.zones : { # concatenate name and zone trim to 12 characters name = "${substr(pool.name, 0, 10)}${zone}" vm_size = pool.vm_size @@ -51,7 +53,7 @@ locals { os_sku = pool.os_sku mode = pool.mode os_disk_size_gb = pool.os_disk_size_gb - zone = zone + zone = [zone] } ] ]) diff --git a/main.tf b/main.tf index 113e4551..de9d093b 100644 --- a/main.tf +++ b/main.tf @@ -88,7 +88,7 @@ resource "azurerm_kubernetes_cluster" "this" { os_sku = var.os_sku tags = merge(var.tags, var.agents_tags) vnet_subnet_id = var.network.node_subnet_id - zones = try([for zone in local.regions_by_name_or_display_name[var.location].zones : zone], null) + zones = local.default_node_pool_available_zones upgrade_settings { max_surge = "10%" @@ -282,7 +282,7 @@ resource "azurerm_kubernetes_cluster_node_pool" "this" { os_sku = each.value.os_sku tags = var.tags vnet_subnet_id = var.network.node_subnet_id - zones = each.value.zone == "" ? null : [each.value.zone] + zones = each.value.zone depends_on = [azapi_update_resource.aks_cluster_post_create] @@ -294,12 +294,14 @@ resource "azurerm_kubernetes_cluster_node_pool" "this" { } } +# Data source for the current subscription +data "azurerm_subscription" "current" {} -# These resources allow the use of consistent local data files, and semver versioning -data "local_file" "compute_provider" { - filename = "${path.module}/data/microsoft.compute_resourceTypes.json" -} - -data "local_file" "locations" { - filename = "${path.module}/data/locations.json" +data "azapi_resource_list" "example" { + parent_id = data.azurerm_subscription.current.id + type = "Microsoft.Compute/Skus@2021-07-01" + query_parameters = { + "$filter" = [format("location eq '%s'", var.location)] + } + response_export_values = ["*"] } diff --git a/terraform.tf b/terraform.tf index f5d52cb2..28c91bd7 100644 --- a/terraform.tf +++ b/terraform.tf @@ -9,10 +9,6 @@ terraform { source = "hashicorp/azurerm" version = ">= 3.86.0, <4.0" } - local = { - source = "hashicorp/local" - version = ">=2.4.1, < 3.0" - } modtm = { source = "Azure/modtm" version = ">= 0.3, < 1.0"