From 871b94b6710d1a6b9a505016167bbe4326130ef5 Mon Sep 17 00:00:00 2001 From: Bernie White Date: Mon, 28 Sep 2020 23:53:50 +1000 Subject: [PATCH] Added support for providers and dateTimeAdd functions #177 #516 (#519) --- .vscode/tasks.json | 11 +- CHANGELOG.md | 4 + data/environments.json | 33 + data/providers.json | 54348 ++++++++++++++++ .../en-US/Export-AzTemplateRuleData.md | 2 +- pipeline.build.ps1 | 75 +- .../Common/JsonConverters.cs | 113 + .../Data/Template/Functions.cs | 151 +- .../Data/Template/Models.cs | 21 + .../Data/Template/TemplateVisitor.cs | 32 + .../Resources/PSRuleResources.Designer.cs | 18 + .../Resources/PSRuleResources.resx | 6 + .../Integration/QuickStartTemplate.Tests.ps1 | 64 +- .../PSRule.Rules.Azure.Tests/FunctionTests.cs | 105 +- .../PSRule.Rules.Azure.Tests.csproj | 3 + tests/PSRule.Rules.Azure.Tests/providers.json | 2814 + 16 files changed, 57698 insertions(+), 102 deletions(-) create mode 100644 data/environments.json create mode 100644 data/providers.json create mode 100644 tests/PSRule.Rules.Azure.Tests/providers.json diff --git a/.vscode/tasks.json b/.vscode/tasks.json index a7267c8551..9637ca8b34 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -4,7 +4,7 @@ "version": "2.0.0", "tasks": [ { - "label": "test", + "label": "Test", "detail": "Build and run unit tests.", "type": "shell", "command": "Invoke-Build Test -AssertStyle Client", @@ -31,7 +31,7 @@ } }, { - "label": "build", + "label": "Build", "detail": "Build module.", "type": "shell", "command": "Invoke-Build Build", @@ -86,6 +86,13 @@ "type": "shell", "command": "Invoke-Build BuildBaselineDocs", "problemMatcher": [] + }, + { + "label": "Export data", + "detail": "Export a list of resource providers from an Azure subscription.", + "type": "shell", + "command": "Invoke-Build ExportData", + "problemMatcher": [] } ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index c3dd79e660..035ca77a83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +- General improvements: + - Added support for `providers` template function. [#177](https://github.com/Microsoft/PSRule.Rules.Azure/issues/177) + - Added support for `dateTimeAdd` template function. [#516](https://github.com/Microsoft/PSRule.Rules.Azure/issues/516) + ## v0.16.0 What's changed since v0.15.0: diff --git a/data/environments.json b/data/environments.json new file mode 100644 index 0000000000..84c63a3a87 --- /dev/null +++ b/data/environments.json @@ -0,0 +1,33 @@ +{ + "AzureCloud": { + "name": "AzureCloud", + "gallery": "https://gallery.azure.com/", + "graph": "https://graph.windows.net/", + "portal": "https://portal.azure.com", + "graphAudience": "https://graph.windows.net/", + "activeDirectoryDataLake": "https://datalake.azure.net/", + "batch": "https://batch.core.windows.net/", + "media": "https://rest.media.azure.net", + "sqlManagement": "https://management.core.windows.net:8443/", + "vmImageAliasDoc": "https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/arm-compute/quickstart-templates/aliases.json", + "resourceManager": "https://management.azure.com/", + "authentication": { + "loginEndpoint": "https://login.microsoftonline.com/", + "audiences": [ + "https://management.core.windows.net/", + "https://management.azure.com/" + ], + "tenant": "common", + "identityProvider": "AAD" + }, + "suffixes": { + "acrLoginServer": ".azurecr.io", + "azureDatalakeAnalyticsCatalogAndJob": "azuredatalakeanalytics.net", + "azureDatalakeStoreFileSystem": "azuredatalakestore.net", + "azureFrontDoorEndpointSuffix": "azurefd.net", + "keyvaultDns": ".vault.azure.net", + "sqlServerHostname": ".database.windows.net", + "storage": "core.windows.net" + } + } +} diff --git a/data/providers.json b/data/providers.json new file mode 100644 index 0000000000..23b077632c --- /dev/null +++ b/data/providers.json @@ -0,0 +1,54348 @@ +{ + "Mailjet.Email": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2018-07-01", + "2017-10-01", + "2017-05-29", + "2017-02-03", + "2016-11-01", + "2016-07-01" + ], + "locations": [] + }, + "listCommunicationPreference": { + "resourceType": "listCommunicationPreference", + "apiVersions": [ + "2017-10-01", + "2017-02-03", + "2016-11-01" + ], + "locations": [] + }, + "updateCommunicationPreference": { + "resourceType": "updateCommunicationPreference", + "apiVersions": [ + "2017-10-01", + "2017-02-03", + "2016-11-01" + ], + "locations": [] + }, + "services": { + "resourceType": "services", + "apiVersions": [ + "2017-10-01", + "2017-02-03" + ], + "locations": [ + "West US", + "West Europe" + ] + } + } + }, + "Microsoft.Batch": { + "types": { + "locations/accountOperationResults": { + "resourceType": "locations/accountOperationResults", + "apiVersions": [ + "2020-09-01", + "2020-05-01", + "2020-03-01-preview", + "2020-03-01", + "2019-08-01", + "2019-04-01", + "2018-12-01", + "2017-09-01", + "2017-05-01", + "2017-01-01", + "2015-12-01", + "2015-09-01", + "2015-07-01", + "2014-05-01-privatepreview" + ], + "locations": [ + "West Europe", + "East US", + "East US 2", + "West US", + "North Central US", + "Brazil South", + "North Europe", + "Central US", + "East Asia", + "Japan East", + "Australia Southeast", + "Japan West", + "Korea South", + "Korea Central", + "Southeast Asia", + "South Central US", + "Australia East", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "West Central US", + "West US 2", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Germany West Central", + "Switzerland North", + "Norway East" + ] + }, + "locations/checkNameAvailability": { + "resourceType": "locations/checkNameAvailability", + "apiVersions": [ + "2020-09-01", + "2020-05-01", + "2020-03-01-preview", + "2020-03-01", + "2019-08-01", + "2019-04-01", + "2018-12-01", + "2017-09-01", + "2017-05-01" + ], + "locations": [ + "West Europe", + "East US", + "East US 2", + "West US", + "North Central US", + "Brazil South", + "North Europe", + "Central US", + "East Asia", + "Japan East", + "Australia Southeast", + "Japan West", + "Korea South", + "Korea Central", + "Southeast Asia", + "South Central US", + "Australia East", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "West Central US", + "West US 2", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Germany West Central", + "Switzerland North", + "Norway East" + ] + }, + "batchAccounts": { + "resourceType": "batchAccounts", + "apiVersions": [ + "2020-09-01", + "2020-05-01", + "2020-03-01-preview", + "2020-03-01", + "2019-08-01", + "2019-04-01", + "2018-12-01", + "2017-09-01", + "2017-05-01", + "2017-01-01", + "2015-12-01", + "2015-09-01", + "2015-07-01", + "2014-05-01-privatepreview" + ], + "locations": [ + "West Europe", + "East US", + "East US 2", + "West US", + "North Central US", + "Brazil South", + "North Europe", + "Central US", + "East Asia", + "Japan East", + "Australia Southeast", + "Japan West", + "Korea South", + "Korea Central", + "Southeast Asia", + "South Central US", + "Australia East", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "West Central US", + "West US 2", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Germany West Central", + "Switzerland North", + "Norway East" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-09-01", + "2020-05-01", + "2020-03-01-preview", + "2020-03-01", + "2019-08-01", + "2019-04-01", + "2018-12-01", + "2017-09-01", + "2017-05-01", + "2017-01-01", + "2015-12-01", + "2015-09-01" + ], + "locations": [] + }, + "locations/quotas": { + "resourceType": "locations/quotas", + "apiVersions": [ + "2020-09-01", + "2020-05-01", + "2020-03-01-preview", + "2020-03-01", + "2019-08-01", + "2019-04-01", + "2018-12-01", + "2017-09-01", + "2017-05-01", + "2017-01-01", + "2015-12-01", + "2015-09-01" + ], + "locations": [ + "West Europe", + "East US", + "East US 2", + "West US", + "North Central US", + "Brazil South", + "North Europe", + "Central US", + "East Asia", + "Japan East", + "Australia Southeast", + "Japan West", + "Korea South", + "Korea Central", + "Southeast Asia", + "South Central US", + "Australia East", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "West Central US", + "West US 2", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Germany West Central", + "Switzerland North", + "Norway East" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-09-01", + "2020-05-01", + "2020-03-01-preview", + "2020-03-01", + "2019-08-01", + "2019-04-01", + "2018-12-01", + "2017-09-01", + "2017-05-01", + "2017-01-01", + "2015-12-01", + "2015-09-01" + ], + "locations": [ + "West Europe", + "East US", + "East US 2", + "West US", + "North Central US", + "Brazil South", + "North Europe", + "Central US", + "East Asia", + "Japan East", + "Australia Southeast", + "Japan West", + "Korea South", + "Korea Central", + "Southeast Asia", + "South Central US", + "Australia East", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "West Central US", + "West US 2", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Germany West Central", + "Switzerland North", + "Norway East" + ] + } + } + }, + "Microsoft.Authorization": { + "types": { + "checkAccess": { + "resourceType": "checkAccess", + "apiVersions": [ + "2018-09-01-preview" + ], + "locations": [] + }, + "permissions": { + "resourceType": "permissions", + "apiVersions": [ + "2018-07-01", + "2018-01-01-preview", + "2017-05-01", + "2016-07-01", + "2015-07-01", + "2015-06-01", + "2015-05-01-preview", + "2014-10-01-preview", + "2014-07-01-preview", + "2014-04-01-preview" + ], + "locations": [] + }, + "resourceManagementPrivateLinks": { + "resourceType": "resourceManagementPrivateLinks", + "apiVersions": [ + "2020-05-01" + ], + "locations": [ + "global" + ] + }, + "privateLinkAssociations": { + "resourceType": "privateLinkAssociations", + "apiVersions": [ + "2020-05-01" + ], + "locations": [] + }, + "locks": { + "resourceType": "locks", + "apiVersions": [ + "2017-04-01", + "2016-09-01", + "2015-06-01", + "2015-05-01-preview", + "2015-01-01" + ], + "locations": [] + }, + "policyDefinitions": { + "resourceType": "policyDefinitions", + "apiVersions": [ + "2020-03-01", + "2019-09-01", + "2019-06-01", + "2019-01-01", + "2018-05-01", + "2018-03-01", + "2016-12-01", + "2016-04-01", + "2015-10-01-preview" + ], + "locations": [] + }, + "providerOperations": { + "resourceType": "providerOperations", + "apiVersions": [ + "2018-07-01", + "2018-01-01-preview", + "2017-05-01", + "2016-07-01", + "2015-07-01-preview", + "2015-07-01" + ], + "locations": [] + }, + "roleAssignmentsUsageMetrics": { + "resourceType": "roleAssignmentsUsageMetrics", + "apiVersions": [ + "2019-08-01-preview" + ], + "locations": [] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2017-05-01", + "2016-07-01", + "2015-07-01", + "2015-01-01", + "2014-10-01-preview", + "2014-06-01" + ], + "locations": [] + }, + "findOrphanRoleAssignments": { + "resourceType": "findOrphanRoleAssignments", + "apiVersions": [ + "2019-04-01-preview" + ], + "locations": [] + }, + "denyAssignments": { + "resourceType": "denyAssignments", + "apiVersions": [ + "2019-03-01-preview", + "2018-07-01-preview", + "2018-07-01" + ], + "locations": [] + }, + "roleDefinitions": { + "resourceType": "roleDefinitions", + "apiVersions": [ + "2018-07-01", + "2018-01-01-preview", + "2017-09-01", + "2017-05-01", + "2016-07-01", + "2015-07-01", + "2015-06-01", + "2015-05-01-preview", + "2014-10-01-preview", + "2014-07-01-preview", + "2014-04-01-preview" + ], + "locations": [] + }, + "dataAliases": { + "resourceType": "dataAliases", + "apiVersions": [ + "2018-06-01-preview" + ], + "locations": [] + }, + "classicAdministrators": { + "resourceType": "classicAdministrators", + "apiVersions": [ + "2015-06-01", + "2015-05-01-preview", + "2014-10-01-preview", + "2014-07-01-preview", + "2014-04-01-preview" + ], + "locations": [] + }, + "elevateAccess": { + "resourceType": "elevateAccess", + "apiVersions": [ + "2017-05-01", + "2016-07-01", + "2015-07-01", + "2015-06-01", + "2015-05-01-preview", + "2014-10-01-preview", + "2014-07-01-preview", + "2014-04-01-preview" + ], + "locations": [] + }, + "policyAssignments": { + "resourceType": "policyAssignments", + "apiVersions": [ + "2020-03-01", + "2019-09-01", + "2019-06-01", + "2019-01-01", + "2018-05-01", + "2018-03-01", + "2017-06-01-preview", + "2016-12-01", + "2016-04-01", + "2015-10-01-preview" + ], + "locations": [] + }, + "roleAssignments": { + "resourceType": "roleAssignments", + "apiVersions": [ + "2020-04-01-preview", + "2020-03-01-preview", + "2019-04-01-preview", + "2018-12-01-preview", + "2018-09-01-preview", + "2018-07-01", + "2018-01-01-preview", + "2017-10-01-preview", + "2017-09-01", + "2017-05-01", + "2016-07-01", + "2015-07-01", + "2015-06-01", + "2015-05-01-preview", + "2014-10-01-preview", + "2014-07-01-preview", + "2014-04-01-preview" + ], + "locations": [] + }, + "operationStatus": { + "resourceType": "operationStatus", + "apiVersions": [ + "2020-05-01" + ], + "locations": [] + }, + "policyExemptions": { + "resourceType": "policyExemptions", + "apiVersions": [ + "2020-07-01-preview" + ], + "locations": [] + }, + "policySetDefinitions": { + "resourceType": "policySetDefinitions", + "apiVersions": [ + "2020-03-01", + "2019-09-01", + "2019-06-01", + "2019-01-01", + "2018-05-01", + "2018-03-01", + "2017-06-01-preview" + ], + "locations": [] + } + } + }, + "Microsoft.BlockchainTokens": { + "types": { + "Operations": { + "resourceType": "Operations", + "apiVersions": [ + "2019-07-19-preview" + ], + "locations": [ + "West US" + ] + } + } + }, + "Microsoft.Web": { + "types": { + "validate": { + "resourceType": "validate", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "Korea Central", + "Korea South", + "West US", + "East US", + "Japan West", + "Japan East", + "East Asia", + "East US 2", + "North Central US", + "South Central US", + "Brazil South", + "Australia East", + "Australia Southeast", + "West India", + "Central India", + "South India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "East Asia (Stage)", + "Central US (Stage)", + "North Central US (Stage)", + "France Central", + "South Africa North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/connectionGatewayInstallations": { + "resourceType": "locations/connectionGatewayInstallations", + "apiVersions": [ + "2018-03-01-preview", + "2016-06-01", + "2015-08-01-preview" + ], + "locations": [ + "North Central US", + "Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "West US", + "East US", + "East US 2", + "Japan West", + "Japan East", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "West US 2", + "West Central US", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "France Central", + "France South", + "Korea Central", + "Korea South", + "South Africa West", + "South Africa North", + "UAE Central" + ] + }, + "isusernameavailable": { + "resourceType": "isusernameavailable", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "Korea Central", + "Korea South", + "West US", + "East US", + "Japan West", + "Japan East", + "East Asia", + "East US 2", + "North Central US", + "South Central US", + "Brazil South", + "Australia East", + "Australia Southeast", + "West India", + "Central India", + "South India", + "Canada Central", + "Canada East", + "West Central US", + "UK West", + "UK South", + "West US 2", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "East Asia (Stage)", + "Central US (Stage)", + "North Central US (Stage)", + "France Central", + "South Africa North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "hostingEnvironments/workerPools": { + "resourceType": "hostingEnvironments/workerPools", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2019-02-01", + "2018-11-01", + "2018-08-01", + "2018-02-01", + "2017-08-01", + "2016-09-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "East Asia", + "Japan East", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "Central US" + ] + }, + "locations/deleteVirtualNetworkOrSubnets": { + "resourceType": "locations/deleteVirtualNetworkOrSubnets", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-11-01", + "2016-08-01", + "2016-03-01", + "2015-08-01-preview", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "East Asia", + "Japan East", + "Central US" + ] + }, + "locations/listWsdlInterfaces": { + "resourceType": "locations/listWsdlInterfaces", + "apiVersions": [ + "2018-03-01-preview", + "2016-06-01", + "2015-08-01-preview" + ], + "locations": [ + "North Central US", + "Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "West US", + "East US", + "East US 2", + "Japan West", + "Japan East", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "West US 2", + "West Central US", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "France Central", + "France South", + "Korea Central", + "Korea South", + "South Africa West", + "South Africa North", + "UAE Central" + ] + }, + "locations/operations": { + "resourceType": "locations/operations", + "apiVersions": [ + "2020-06-01", + "2019-12-01-preview", + "2019-08-01", + "2019-01-01", + "2018-11-01", + "2018-02-01", + "2016-08-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "West US 2", + "East US 2", + "East US", + "UK South", + "Southeast Asia", + "North Europe", + "Japan East", + "West Europe", + "East Asia", + "West US", + "Australia East", + "Brazil South", + "Central US", + "Japan West", + "Central India", + "Canada East", + "Korea Central", + "France Central", + "West India", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)" + ] + }, + "locations/apiOperations": { + "resourceType": "locations/apiOperations", + "apiVersions": [ + "2018-07-01-preview", + "2018-03-01-preview", + "2016-06-01", + "2015-08-01-preview" + ], + "locations": [ + "North Central US", + "Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "West US", + "East US", + "East US 2", + "Japan West", + "Japan East", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "West US 2", + "West Central US", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "France Central", + "France South", + "Korea Central", + "Korea South", + "South Africa West", + "South Africa North", + "UAE Central" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2018-07-01-preview", + "2018-03-01-preview", + "2016-06-01", + "2015-08-01-preview" + ], + "locations": [] + }, + "locations/runtimes": { + "resourceType": "locations/runtimes", + "apiVersions": [ + "2018-03-01-preview", + "2016-06-01", + "2015-08-01-preview" + ], + "locations": [ + "North Central US", + "Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "West US", + "East US", + "East US 2", + "Japan West", + "Japan East", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "West US 2", + "West Central US", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "France Central", + "France South", + "Korea Central", + "Korea South", + "South Africa West", + "South Africa North", + "UAE Central" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "Korea Central", + "Korea South", + "West US", + "East US", + "Japan West", + "Japan East", + "East Asia", + "East US 2", + "North Central US", + "South Central US", + "Brazil South", + "Australia East", + "Australia Southeast", + "West India", + "Central India", + "South India", + "Canada Central", + "Canada East", + "West Central US", + "UK West", + "UK South", + "West US 2", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "East Asia (Stage)", + "Central US (Stage)", + "North Central US (Stage)", + "France Central", + "South Africa North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "sites/slots/hostNameBindings": { + "resourceType": "sites/slots/hostNameBindings", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-08-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "East Asia", + "Japan East", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "Central US" + ] + }, + "billingMeters": { + "resourceType": "billingMeters", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01-preview", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "Korea Central", + "Korea South", + "West US", + "East US", + "Japan West", + "Japan East", + "East Asia", + "East US 2", + "North Central US", + "South Central US", + "Brazil South", + "Australia East", + "Australia Southeast", + "West India", + "Central India", + "South India", + "Canada Central", + "Canada East", + "West Central US", + "UK West", + "UK South", + "West US 2", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "East Asia (Stage)", + "Central US (Stage)", + "North Central US (Stage)", + "France Central", + "South Africa North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "sites/slots/networkConfig": { + "resourceType": "sites/slots/networkConfig", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-08-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "East Asia", + "Japan East", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "Central US" + ] + }, + "ishostingenvironmentnameavailable": { + "resourceType": "ishostingenvironmentnameavailable", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [] + }, + "listSitesAssignedToHostName": { + "resourceType": "listSitesAssignedToHostName", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01" + ], + "locations": [ + "Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "Korea Central", + "Korea South", + "West US", + "East US", + "Japan West", + "Japan East", + "East Asia", + "East US 2", + "North Central US", + "South Central US", + "Brazil South", + "Australia East", + "Australia Southeast", + "West India", + "Central India", + "South India", + "Canada Central", + "Canada East", + "West Central US", + "UK West", + "UK South", + "West US 2", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "East Asia (Stage)", + "Central US (Stage)", + "North Central US (Stage)", + "France Central", + "South Africa North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "sites/eventGridFilters": { + "resourceType": "sites/eventGridFilters", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2017-08-01", + "2016-09-01", + "2016-08-01", + "2016-03-01", + "2015-11-01", + "2015-08-01-preview", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2015-01-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway West", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "East Asia", + "Japan East", + "South Africa West", + "Central US" + ] + }, + "certificates": { + "resourceType": "certificates", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01-preview", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "East Asia", + "Japan East", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "Central US" + ] + }, + "sites/slots/eventGridFilters": { + "resourceType": "sites/slots/eventGridFilters", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2017-08-01", + "2016-09-01", + "2016-08-01", + "2016-03-01", + "2015-11-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2015-01-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway West", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "East Asia", + "Japan East", + "South Africa West", + "Central US" + ] + }, + "deletedSites": { + "resourceType": "deletedSites", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "East Asia", + "Japan East", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "Central US" + ] + }, + "hostingEnvironments": { + "resourceType": "hostingEnvironments", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2019-02-01", + "2019-01-01", + "2018-11-01", + "2018-08-01", + "2018-05-01-preview", + "2018-02-01", + "2017-08-01", + "2016-09-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "West US 2", + "East US 2", + "East US", + "UK South", + "Southeast Asia", + "North Europe", + "Japan East", + "West Europe", + "East Asia", + "West US", + "Australia East", + "Brazil South", + "Japan West", + "Central India", + "Canada East", + "Korea Central", + "France Central", + "West India", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "Central US" + ] + }, + "ishostnameavailable": { + "resourceType": "ishostnameavailable", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "Korea Central", + "Korea South", + "West US", + "East US", + "Japan West", + "Japan East", + "East Asia", + "East US 2", + "North Central US", + "South Central US", + "Brazil South", + "Australia East", + "Australia Southeast", + "West India", + "Central India", + "South India", + "Canada Central", + "Canada East", + "West Central US", + "UK West", + "UK South", + "West US 2", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "East Asia (Stage)", + "Central US (Stage)", + "North Central US (Stage)", + "France Central", + "South Africa North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "runtimes": { + "resourceType": "runtimes", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01" + ], + "locations": [] + }, + "locations/managedApis": { + "resourceType": "locations/managedApis", + "apiVersions": [ + "2018-07-01-preview", + "2018-03-01-preview", + "2016-06-01", + "2015-08-01-preview" + ], + "locations": [ + "North Central US", + "Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "West US", + "East US", + "East US 2", + "Japan West", + "Japan East", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "West US 2", + "West Central US", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "France Central", + "France South", + "Korea Central", + "Korea South", + "South Africa West", + "South Africa North", + "UAE Central" + ] + }, + "checkNameAvailability": { + "resourceType": "checkNameAvailability", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01-preview", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "Korea Central", + "Korea South", + "West US", + "East US", + "Japan West", + "Japan East", + "East Asia", + "East US 2", + "North Central US", + "South Central US", + "Brazil South", + "Australia East", + "Australia Southeast", + "West India", + "Central India", + "South India", + "Canada Central", + "Canada East", + "West Central US", + "UK West", + "UK South", + "West US 2", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "East Asia (Stage)", + "Central US (Stage)", + "North Central US (Stage)", + "France Central", + "South Africa North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "sites/networkConfig": { + "resourceType": "sites/networkConfig", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-08-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "East Asia", + "Japan East", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "Central US" + ] + }, + "hostingEnvironments/eventGridFilters": { + "resourceType": "hostingEnvironments/eventGridFilters", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2019-02-01", + "2019-01-01", + "2018-11-01", + "2018-08-01", + "2018-05-01-preview", + "2018-02-01", + "2017-08-01", + "2016-09-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01" + ], + "locations": [ + "West US", + "North Central US", + "South Central US", + "Brazil South", + "Canada East", + "UK West", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "West US 2", + "East US 2", + "East US", + "UK South", + "Southeast Asia", + "North Europe", + "Japan East", + "West Europe", + "East Asia", + "Australia East", + "Japan West", + "Central India", + "Korea Central", + "France Central", + "West India", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "Australia Southeast", + "Korea South", + "Canada Central", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "Central US" + ] + }, + "connections": { + "resourceType": "connections", + "apiVersions": [ + "2018-07-01-preview", + "2018-03-01-preview", + "2016-06-01", + "2015-08-01-preview" + ], + "locations": [ + "North Central US", + "Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "West US", + "East US", + "East US 2", + "Japan West", + "Japan East", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "West US 2", + "West Central US", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "France Central", + "France South", + "Korea Central", + "Korea South", + "South Africa West", + "South Africa North", + "UAE Central" + ] + }, + "locations/deletedSites": { + "resourceType": "locations/deletedSites", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "East Asia", + "Japan East", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "Central US" + ] + }, + "sites/hostNameBindings": { + "resourceType": "sites/hostNameBindings", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-08-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "East Asia", + "Japan East", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "Central US" + ] + }, + "georegions": { + "resourceType": "georegions", + "apiVersions": [ + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [] + }, + "sites/slots": { + "resourceType": "sites/slots", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2017-08-01", + "2016-09-01", + "2016-08-01", + "2016-03-01", + "2015-11-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2015-01-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "East Asia", + "Japan East", + "Central US" + ] + }, + "customApis": { + "resourceType": "customApis", + "apiVersions": [ + "2018-07-01-preview", + "2018-03-01-preview", + "2016-06-01", + "2015-08-01-preview" + ], + "locations": [ + "North Central US", + "Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "West US", + "East US", + "East US 2", + "Japan West", + "Japan East", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "West US 2", + "West Central US", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "France Central", + "France South", + "Korea Central", + "Korea South", + "South Africa West", + "South Africa North", + "UAE Central" + ] + }, + "locations/operationResults": { + "resourceType": "locations/operationResults", + "apiVersions": [ + "2020-06-01", + "2019-12-01-preview", + "2019-08-01", + "2019-01-01", + "2018-11-01", + "2018-02-01", + "2016-08-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "West US 2", + "East US 2", + "East US", + "UK South", + "Southeast Asia", + "North Europe", + "Japan East", + "West Europe", + "East Asia", + "West US", + "Australia East", + "Brazil South", + "Central US", + "Japan West", + "Central India", + "Canada East", + "Korea Central", + "France Central", + "West India", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)" + ] + }, + "verifyHostingEnvironmentVnet": { + "resourceType": "verifyHostingEnvironmentVnet", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "Korea Central", + "Korea South", + "West US", + "East US", + "Japan West", + "Japan East", + "East Asia", + "East US 2", + "North Central US", + "South Central US", + "Brazil South", + "Australia East", + "Australia Southeast", + "West India", + "Central India", + "South India", + "Canada Central", + "Canada East", + "West Central US", + "UK West", + "UK South", + "West US 2", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "East Asia (Stage)", + "Central US (Stage)", + "North Central US (Stage)", + "France Central", + "South Africa North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "sites/premieraddons": { + "resourceType": "sites/premieraddons", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "East Asia", + "Japan East", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "Central US" + ] + }, + "sites": { + "resourceType": "sites", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2017-08-01", + "2016-09-01", + "2016-08-01", + "2016-03-01", + "2015-11-01", + "2015-08-01-preview", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2015-01-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "East Asia", + "Japan East", + "Central US" + ] + }, + "locations/getNetworkPolicies": { + "resourceType": "locations/getNetworkPolicies", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-02-01", + "2016-08-01" + ], + "locations": [ + "Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "Korea Central", + "Korea South", + "West US", + "East US", + "Japan West", + "Japan East", + "East Asia", + "East US 2", + "North Central US", + "South Central US", + "Brazil South", + "Australia East", + "Australia Southeast", + "West India", + "Central India", + "South India", + "Canada Central", + "Canada East", + "UK West", + "UK South", + "West US 2", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "France Central", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)" + ] + }, + "availableStacks": { + "resourceType": "availableStacks", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "Korea Central", + "Korea South", + "West US", + "East US", + "Japan West", + "Japan East", + "East Asia", + "East US 2", + "North Central US", + "South Central US", + "Brazil South", + "Australia East", + "Australia Southeast", + "West India", + "Central India", + "South India", + "Canada Central", + "Canada East", + "West Central US", + "UK West", + "UK South", + "West US 2", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "East Asia (Stage)", + "Central US (Stage)", + "North Central US (Stage)", + "France Central", + "South Africa North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "resourceHealthMetadata": { + "resourceType": "resourceHealthMetadata", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [] + }, + "kubeEnvironments": { + "resourceType": "kubeEnvironments", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2019-02-01", + "2019-01-01", + "2018-11-01", + "2018-08-01", + "2018-05-01-preview", + "2018-02-01", + "2017-08-01", + "2016-09-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01" + ], + "locations": [ + "North Central US (Stage)" + ] + }, + "sourceControls": { + "resourceType": "sourceControls", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "Korea Central", + "Korea South", + "West US", + "East US", + "Japan West", + "Japan East", + "East Asia", + "East US 2", + "North Central US", + "South Central US", + "Brazil South", + "Australia East", + "Australia Southeast", + "West India", + "Central India", + "South India", + "Canada Central", + "Canada East", + "West Central US", + "UK West", + "UK South", + "West US 2", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "East Asia (Stage)", + "Central US (Stage)", + "North Central US (Stage)", + "France Central", + "South Africa North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "serverFarms/eventGridFilters": { + "resourceType": "serverFarms/eventGridFilters", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2017-08-01", + "2016-09-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway West", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "East Asia", + "Japan East", + "South Africa West", + "Central US" + ] + }, + "recommendations": { + "resourceType": "recommendations", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [] + }, + "deploymentLocations": { + "resourceType": "deploymentLocations", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "Korea Central", + "Korea South", + "West US", + "East US", + "Japan West", + "Japan East", + "East Asia", + "East US 2", + "North Central US", + "South Central US", + "Brazil South", + "Australia East", + "Australia Southeast", + "West India", + "Central India", + "South India", + "Canada Central", + "Canada East", + "West Central US", + "UK West", + "UK South", + "West US 2", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "North Central US (Stage)", + "France Central", + "South Africa North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "publishingUsers": { + "resourceType": "publishingUsers", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "Korea Central", + "Korea South", + "West US", + "East US", + "Japan West", + "Japan East", + "East Asia", + "East US 2", + "North Central US", + "South Central US", + "Brazil South", + "Australia East", + "Australia Southeast", + "West India", + "Central India", + "South India", + "Canada Central", + "Canada East", + "West Central US", + "UK West", + "UK South", + "West US 2", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "East Asia (Stage)", + "Central US (Stage)", + "North Central US (Stage)", + "France Central", + "South Africa North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "hostingEnvironments/multiRolePools": { + "resourceType": "hostingEnvironments/multiRolePools", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2019-02-01", + "2018-11-01", + "2018-08-01", + "2018-02-01", + "2017-08-01", + "2016-09-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "East Asia", + "Japan East", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "Central US" + ] + }, + "locations/extractApiDefinitionFromWsdl": { + "resourceType": "locations/extractApiDefinitionFromWsdl", + "apiVersions": [ + "2018-03-01-preview", + "2016-06-01", + "2015-08-01-preview" + ], + "locations": [ + "North Central US", + "Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "West US", + "East US", + "East US 2", + "Japan West", + "Japan East", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "West US 2", + "West Central US", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "France Central", + "France South", + "Korea Central", + "Korea South", + "South Africa West", + "South Africa North", + "UAE Central" + ] + }, + "staticSites": { + "resourceType": "staticSites", + "apiVersions": [ + "2020-06-01", + "2019-12-01-preview", + "2019-08-01" + ], + "locations": [ + "West US 2", + "Central US", + "East US 2", + "West Europe", + "East Asia" + ] + }, + "connectionGateways": { + "resourceType": "connectionGateways", + "apiVersions": [ + "2018-03-01-preview", + "2016-06-01", + "2015-08-01-preview" + ], + "locations": [ + "North Central US", + "Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "West US", + "East US", + "East US 2", + "Japan West", + "Japan East", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "West US 2", + "West Central US", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "France Central", + "France South", + "Korea Central", + "Korea South", + "South Africa West", + "South Africa North", + "UAE Central" + ] + }, + "serverFarms": { + "resourceType": "serverFarms", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2017-08-01", + "2016-09-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "East Asia", + "Japan East", + "Central US" + ] + } + } + }, + "Microsoft.ApiManagement": { + "types": { + "checkFeedbackRequired": { + "resourceType": "checkFeedbackRequired", + "apiVersions": [ + "2020-06-01-preview", + "2019-12-01-preview", + "2019-12-01", + "2019-01-01", + "2018-06-01-preview", + "2018-01-01", + "2017-03-01", + "2016-10-10", + "2016-07-07", + "2015-09-15", + "2014-02-14" + ], + "locations": [] + }, + "checkServiceNameAvailability": { + "resourceType": "checkServiceNameAvailability", + "apiVersions": [ + "2015-09-15", + "2014-02-14" + ], + "locations": [] + }, + "checkNameAvailability": { + "resourceType": "checkNameAvailability", + "apiVersions": [ + "2020-06-01-preview", + "2019-12-01-preview", + "2019-12-01", + "2019-01-01", + "2018-06-01-preview", + "2018-01-01", + "2017-03-01", + "2016-10-10", + "2016-07-07", + "2015-09-15", + "2014-02-14" + ], + "locations": [ + "Central India", + "UAE North", + "Australia Central", + "Germany West Central", + "West Central US", + "Norway East", + "Switzerland North", + "Korea South", + "West India", + "Korea Central", + "South Africa North", + "UK West", + "Brazil South", + "East Asia", + "South India", + "Canada Central", + "Canada East", + "Australia Southeast", + "Japan East", + "North Central US", + "Southeast Asia", + "West US 2", + "Central US", + "UK South", + "Australia East", + "Japan West", + "West US", + "France Central", + "South Central US", + "East US 2", + "East US", + "North Europe", + "West Europe" + ] + }, + "validateServiceName": { + "resourceType": "validateServiceName", + "apiVersions": [ + "2015-09-15", + "2014-02-14" + ], + "locations": [] + }, + "service": { + "resourceType": "service", + "apiVersions": [ + "2020-06-01-preview", + "2019-12-01-preview", + "2019-12-01", + "2019-01-01", + "2018-06-01-preview", + "2018-01-01", + "2017-03-01", + "2016-10-10", + "2016-07-07", + "2015-09-15", + "2014-02-14" + ], + "locations": [ + "Central India", + "UAE North", + "Australia Central", + "Germany West Central", + "West Central US", + "Norway East", + "Switzerland North", + "Korea South", + "West India", + "Korea Central", + "South Africa North", + "UK West", + "Brazil South", + "East Asia", + "South India", + "Canada Central", + "Canada East", + "Australia Southeast", + "Japan East", + "North Central US", + "Southeast Asia", + "West US 2", + "Central US", + "UK South", + "Australia East", + "Japan West", + "West US", + "France Central", + "South Central US", + "East US 2", + "East US", + "North Europe", + "West Europe" + ] + }, + "reportFeedback": { + "resourceType": "reportFeedback", + "apiVersions": [ + "2020-06-01-preview", + "2019-12-01-preview", + "2019-12-01", + "2019-01-01", + "2018-06-01-preview", + "2018-01-01", + "2017-03-01", + "2016-10-10", + "2016-07-07", + "2015-09-15", + "2014-02-14" + ], + "locations": [] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-06-01-preview", + "2019-12-01-preview", + "2019-12-01", + "2019-01-01", + "2018-06-01-preview", + "2018-01-01", + "2017-03-01", + "2016-10-10", + "2016-07-07", + "2015-09-15", + "2014-02-14" + ], + "locations": [] + } + } + }, + "Microsoft.Capacity": { + "types": { + "placePurchaseOrder": { + "resourceType": "placePurchaseOrder", + "apiVersions": [ + "2019-06-01-privatepreview", + "2019-06-01-beta" + ], + "locations": [] + }, + "reservationOrders/swap": { + "resourceType": "reservationOrders/swap", + "apiVersions": [ + "2019-04-01-beta", + "2019-04-01", + "2018-06-01-beta", + "2018-06-01" + ], + "locations": [] + }, + "resources": { + "resourceType": "resources", + "apiVersions": [ + "2019-04-01", + "2018-06-01", + "2017-11-01" + ], + "locations": [ + "South Central US" + ] + }, + "validateReservationOrder": { + "resourceType": "validateReservationOrder", + "apiVersions": [ + "2020-06-01-beta", + "2019-04-01-beta", + "2019-04-01", + "2018-06-01-beta", + "2018-06-01", + "2017-11-01-beta", + "2017-11-01" + ], + "locations": [] + }, + "reservationOrders/calculateRefund": { + "resourceType": "reservationOrders/calculateRefund", + "apiVersions": [ + "2020-06-01-beta", + "2019-04-01-beta", + "2019-04-01", + "2018-06-01-beta", + "2018-06-01", + "2017-11-01-beta", + "2017-11-01" + ], + "locations": [] + }, + "reservationOrders/reservations": { + "resourceType": "reservationOrders/reservations", + "apiVersions": [ + "2020-06-01-beta", + "2019-04-01-beta", + "2019-04-01", + "2018-06-01-beta", + "2018-06-01", + "2017-11-01-beta", + "2017-11-01" + ], + "locations": [] + }, + "appliedReservations": { + "resourceType": "appliedReservations", + "apiVersions": [ + "2020-06-01-beta", + "2019-04-01-beta", + "2019-04-01", + "2018-06-01-beta", + "2018-06-01", + "2017-11-01-beta", + "2017-11-01" + ], + "locations": [] + }, + "reservationOrders/return": { + "resourceType": "reservationOrders/return", + "apiVersions": [ + "2020-06-01-beta", + "2020-06-01", + "2019-04-01-beta", + "2019-04-01", + "2018-06-01-beta", + "2018-06-01", + "2017-11-01-beta", + "2017-11-01" + ], + "locations": [] + }, + "catalogs": { + "resourceType": "catalogs", + "apiVersions": [ + "2019-04-01-beta", + "2019-04-01", + "2018-06-01-beta", + "2018-06-01", + "2017-11-01-beta", + "2017-11-01" + ], + "locations": [] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2019-04-01-beta", + "2019-04-01", + "2018-06-01-beta", + "2018-06-01", + "2017-11-01-beta", + "2017-11-01" + ], + "locations": [] + }, + "calculateExchange": { + "resourceType": "calculateExchange", + "apiVersions": [ + "2019-04-01-beta", + "2019-04-01", + "2018-06-01-beta", + "2018-06-01" + ], + "locations": [] + }, + "calculatePurchasePrice": { + "resourceType": "calculatePurchasePrice", + "apiVersions": [ + "2019-06-01-privatepreview", + "2019-06-01-beta" + ], + "locations": [] + }, + "calculatePrice": { + "resourceType": "calculatePrice", + "apiVersions": [ + "2020-06-01-beta", + "2019-04-01-beta", + "2019-04-01", + "2018-06-01-beta", + "2018-06-01", + "2017-11-01-beta", + "2017-11-01" + ], + "locations": [] + }, + "reservationOrders/reservations/availableScopes": { + "resourceType": "reservationOrders/reservations/availableScopes", + "apiVersions": [ + "2019-04-01-beta", + "2019-04-01" + ], + "locations": [] + }, + "commercialReservationOrders": { + "resourceType": "commercialReservationOrders", + "apiVersions": [ + "2019-04-01-beta", + "2019-04-01", + "2018-06-01-beta", + "2018-06-01" + ], + "locations": [] + }, + "checkPurchaseStatus": { + "resourceType": "checkPurchaseStatus", + "apiVersions": [ + "2019-06-01-privatepreview", + "2019-06-01-beta" + ], + "locations": [] + }, + "checkScopes": { + "resourceType": "checkScopes", + "apiVersions": [ + "2020-06-01-beta", + "2019-04-01-beta", + "2019-04-01", + "2018-06-01-beta", + "2018-06-01", + "2017-11-01-beta", + "2017-11-01" + ], + "locations": [] + }, + "exchange": { + "resourceType": "exchange", + "apiVersions": [ + "2020-06-01-beta", + "2019-04-01-beta", + "2019-04-01", + "2018-06-01-beta", + "2018-06-01" + ], + "locations": [] + }, + "ownReservations": { + "resourceType": "ownReservations", + "apiVersions": [ + "2020-06-01-beta", + "2020-06-01" + ], + "locations": [] + }, + "reservationOrders": { + "resourceType": "reservationOrders", + "apiVersions": [ + "2020-06-01-beta", + "2020-06-01", + "2019-04-01-beta", + "2019-04-01", + "2018-06-01-beta", + "2018-06-01", + "2017-11-01-beta", + "2017-11-01" + ], + "locations": [] + }, + "listbenefits": { + "resourceType": "listbenefits", + "apiVersions": [ + "2019-04-01-beta", + "2019-04-01" + ], + "locations": [] + }, + "reservationOrders/availableScopes": { + "resourceType": "reservationOrders/availableScopes", + "apiVersions": [ + "2020-06-01-beta", + "2019-04-01-beta", + "2019-04-01", + "2018-06-01-beta", + "2018-06-01", + "2017-11-01-beta", + "2017-11-01" + ], + "locations": [] + }, + "reservations": { + "resourceType": "reservations", + "apiVersions": [ + "2020-06-01-beta", + "2020-06-01", + "2019-04-01-beta", + "2019-04-01", + "2018-06-01-beta", + "2018-06-01", + "2017-11-01-beta", + "2017-11-01" + ], + "locations": [] + }, + "reservationOrders/reservations/revisions": { + "resourceType": "reservationOrders/reservations/revisions", + "apiVersions": [ + "2020-06-01-beta", + "2019-04-01-beta", + "2019-04-01", + "2018-06-01-beta", + "2018-06-01", + "2017-11-01-beta", + "2017-11-01" + ], + "locations": [] + }, + "checkOffers": { + "resourceType": "checkOffers", + "apiVersions": [ + "2020-06-01-beta", + "2019-04-01-beta", + "2019-04-01", + "2018-06-01-beta", + "2018-06-01", + "2017-11-01-beta", + "2017-11-01" + ], + "locations": [] + }, + "reservationOrders/split": { + "resourceType": "reservationOrders/split", + "apiVersions": [ + "2020-06-01-beta", + "2019-04-01-beta", + "2019-04-01", + "2018-06-01-beta", + "2018-06-01", + "2017-11-01-beta", + "2017-11-01" + ], + "locations": [] + }, + "reservationOrders/merge": { + "resourceType": "reservationOrders/merge", + "apiVersions": [ + "2020-06-01-beta", + "2019-04-01-beta", + "2019-04-01", + "2018-06-01-beta", + "2018-06-01", + "2017-11-01-beta", + "2017-11-01" + ], + "locations": [] + }, + "resourceProviders": { + "resourceType": "resourceProviders", + "apiVersions": [ + "2019-07-19-preview" + ], + "locations": [] + } + } + }, + "microsoft.insights": { + "types": { + "privateLinkScopes/privateEndpointConnections": { + "resourceType": "privateLinkScopes/privateEndpointConnections", + "apiVersions": [ + "2019-10-17-preview" + ], + "locations": [ + "Global" + ] + }, + "rollbackToLegacyPricingModel": { + "resourceType": "rollbackToLegacyPricingModel", + "apiVersions": [ + "2017-10-01" + ], + "locations": [ + "East US", + "South Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "West US 2" + ] + }, + "myWorkbooks": { + "resourceType": "myWorkbooks", + "apiVersions": [ + "2020-02-12", + "2018-06-17-preview", + "2018-06-15-preview", + "2018-06-01-preview", + "2016-06-15-preview" + ], + "locations": [ + "West Europe", + "South Central US", + "East US", + "North Europe", + "Southeast Asia", + "West US 2", + "UK South", + "Canada Central", + "Central India", + "Japan East", + "Australia East", + "Korea Central", + "France Central", + "Central US", + "East US 2", + "East Asia", + "West US", + "South Africa North", + "North Central US", + "Brazil South", + "Switzerland North", + "Australia Southeast" + ] + }, + "privateLinkScopeOperationStatuses": { + "resourceType": "privateLinkScopeOperationStatuses", + "apiVersions": [ + "2019-10-17-preview" + ], + "locations": [ + "Global" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2015-04-01", + "2014-04-01" + ], + "locations": [ + "East US" + ] + }, + "metricbatch": { + "resourceType": "metricbatch", + "apiVersions": [ + "2019-01-01-preview" + ], + "locations": [] + }, + "components/linkedstorageaccounts": { + "resourceType": "components/linkedstorageaccounts", + "apiVersions": [ + "2020-03-01-preview" + ], + "locations": [ + "East US", + "West Central US", + "South Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "West US 2", + "UK South", + "Canada Central", + "Central India", + "Japan East", + "Australia East", + "Korea Central", + "France Central", + "Central US", + "East US 2", + "East Asia", + "West US", + "South Africa North", + "North Central US", + "Brazil South", + "Switzerland North", + "Norway East", + "Norway West", + "Australia Southeast" + ] + }, + "privateLinkScopes": { + "resourceType": "privateLinkScopes", + "apiVersions": [ + "2019-10-17-preview" + ], + "locations": [ + "Global" + ] + }, + "webtests": { + "resourceType": "webtests", + "apiVersions": [ + "2018-05-01-preview", + "2015-05-01", + "2014-08-01", + "2014-04-01" + ], + "locations": [ + "East US", + "South Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "West US 2", + "UK South", + "Central India", + "Canada Central", + "Japan East", + "Australia East", + "Korea Central", + "France Central", + "Central US", + "East US 2", + "East Asia", + "West US", + "South Africa North", + "North Central US", + "Brazil South", + "Switzerland North", + "Australia Southeast", + "Australia Central 2", + "Germany West Central", + "Switzerland West" + ] + }, + "metricNamespaces": { + "resourceType": "metricNamespaces", + "apiVersions": [ + "2018-01-01", + "2017-12-01-preview" + ], + "locations": [ + "East US", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "East US 2", + "Canada East", + "Canada Central", + "Central US", + "Australia East", + "Australia Southeast", + "Australia Central", + "Australia Central 2", + "Brazil South", + "Brazil Southeast", + "South India", + "Central India", + "West India", + "North Europe", + "West US 2", + "West Central US", + "Korea South", + "Korea Central", + "UK South", + "UK West", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "workbooks": { + "resourceType": "workbooks", + "apiVersions": [ + "2020-02-12", + "2018-06-17-preview", + "2018-06-01-preview" + ], + "locations": [ + "West Europe", + "South Central US", + "East US", + "North Europe", + "Southeast Asia", + "West US 2", + "Japan East", + "Australia East", + "Korea Central", + "France Central", + "Central US", + "East US 2", + "East Asia", + "West US", + "Canada Central", + "Central India", + "UK South", + "South Africa North", + "North Central US", + "Brazil South", + "Switzerland North", + "Australia Southeast" + ] + }, + "components/events": { + "resourceType": "components/events", + "apiVersions": [ + "2018-04-20" + ], + "locations": [ + "East US", + "South Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "West US 2", + "UK South", + "Central India", + "Canada Central", + "Japan East", + "Australia East", + "Korea Central", + "France Central", + "East US 2", + "East Asia", + "West US", + "Central US", + "South Africa North", + "North Central US" + ] + }, + "dataCollectionRules": { + "resourceType": "dataCollectionRules", + "apiVersions": [ + "2019-11-01-preview" + ], + "locations": [ + "Australia Southeast", + "East US", + "Central US", + "West Europe", + "West US 2", + "Southeast Asia", + "East US 2", + "UK South", + "North Europe", + "West US" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2015-04-01", + "2014-06-01", + "2014-04-01" + ], + "locations": [] + }, + "actiongroups": { + "resourceType": "actiongroups", + "apiVersions": [ + "2019-06-01", + "2019-03-01", + "2018-09-01", + "2018-03-01", + "2017-04-01", + "2017-03-01-preview" + ], + "locations": [ + "Global" + ] + }, + "components": { + "resourceType": "components", + "apiVersions": [ + "2020-02-02-preview", + "2018-05-01-preview", + "2015-05-01", + "2014-12-01-preview", + "2014-08-01", + "2014-04-01" + ], + "locations": [ + "East US", + "South Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "West US 2", + "UK South", + "Canada Central", + "Central India", + "Japan East", + "Australia East", + "Korea Central", + "France Central", + "Central US", + "East US 2", + "East Asia", + "West US", + "South Africa North", + "North Central US", + "Brazil South", + "Switzerland North", + "Australia Southeast", + "Australia Central 2", + "Germany West Central", + "Switzerland West", + "UK West" + ] + }, + "topology": { + "resourceType": "topology", + "apiVersions": [ + "2019-10-17-preview" + ], + "locations": [ + "East US", + "South Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "West US 2", + "UK South", + "Central India", + "Canada Central", + "Japan East", + "Australia East", + "Korea Central", + "France Central", + "East US 2", + "East Asia", + "West US", + "Central US", + "South Africa North", + "North Central US" + ] + }, + "transactions": { + "resourceType": "transactions", + "apiVersions": [ + "2019-10-17-preview" + ], + "locations": [ + "East US", + "South Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "West US 2", + "UK South", + "Central India", + "Canada Central", + "Japan East", + "Australia East", + "Korea Central", + "France Central", + "East US 2", + "East Asia", + "West US", + "Central US", + "South Africa North", + "North Central US" + ] + }, + "privateLinkScopes/privateEndpointConnectionProxies": { + "resourceType": "privateLinkScopes/privateEndpointConnectionProxies", + "apiVersions": [ + "2019-10-17-preview" + ], + "locations": [ + "Global" + ] + }, + "diagnosticSettingsCategories": { + "resourceType": "diagnosticSettingsCategories", + "apiVersions": [ + "2017-05-01-preview" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "East US 2", + "Central US", + "Australia East", + "Australia Southeast", + "Brazil South", + "UK South", + "UK West", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West Central US", + "West US 2", + "Korea South", + "Korea Central", + "Australia Central", + "Australia Central 2", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "migratealertrules": { + "resourceType": "migratealertrules", + "apiVersions": [ + "2018-03-01" + ], + "locations": [] + }, + "metrics": { + "resourceType": "metrics", + "apiVersions": [ + "2019-07-01", + "2018-01-01", + "2017-12-01-preview", + "2017-09-01-preview", + "2017-05-01-preview", + "2016-09-01", + "2016-06-01" + ], + "locations": [ + "East US", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "East US 2", + "Canada East", + "Canada Central", + "Central US", + "Australia East", + "Australia Southeast", + "Australia Central", + "Australia Central 2", + "Brazil South", + "Brazil Southeast", + "South India", + "Central India", + "West India", + "North Europe", + "West US 2", + "West Central US", + "Korea South", + "Korea Central", + "UK South", + "UK West", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "components/metrics": { + "resourceType": "components/metrics", + "apiVersions": [ + "2018-04-20", + "2014-04-01" + ], + "locations": [ + "East US", + "South Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "West US 2", + "UK South", + "Central India", + "Canada Central", + "Japan East", + "Australia East", + "Korea Central", + "France Central", + "East US 2", + "East Asia", + "West US", + "Central US", + "South Africa North", + "North Central US", + "Brazil South", + "Switzerland North", + "Australia Southeast" + ] + }, + "webtests/getTestResultFile": { + "resourceType": "webtests/getTestResultFile", + "apiVersions": [ + "2020-02-10-preview" + ], + "locations": [ + "East US", + "South Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "West US 2", + "UK South", + "Central India", + "Canada Central", + "Japan East", + "Australia East", + "Korea Central", + "France Central", + "East US 2", + "East Asia", + "West US", + "Central US", + "South Africa North", + "North Central US" + ] + }, + "calculatebaseline": { + "resourceType": "calculatebaseline", + "apiVersions": [ + "2018-09-01", + "2017-11-01-preview" + ], + "locations": [] + }, + "generateLiveToken": { + "resourceType": "generateLiveToken", + "apiVersions": [ + "2020-06-02-preview" + ], + "locations": [] + }, + "logDefinitions": { + "resourceType": "logDefinitions", + "apiVersions": [ + "2015-07-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "East US 2", + "Central US", + "Australia East", + "Australia Southeast", + "Brazil South", + "UK South", + "UK West", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West Central US", + "West US 2", + "Korea South", + "Korea Central", + "Australia Central", + "Australia Central 2", + "France Central" + ] + }, + "privateLinkScopes/scopedResources": { + "resourceType": "privateLinkScopes/scopedResources", + "apiVersions": [ + "2019-10-17-preview" + ], + "locations": [ + "Global" + ] + }, + "logprofiles": { + "resourceType": "logprofiles", + "apiVersions": [ + "2016-03-01" + ], + "locations": [] + }, + "migrateToNewPricingModel": { + "resourceType": "migrateToNewPricingModel", + "apiVersions": [ + "2017-10-01" + ], + "locations": [ + "East US", + "South Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "West US 2" + ] + }, + "components/metadata": { + "resourceType": "components/metadata", + "apiVersions": [ + "2018-04-20" + ], + "locations": [] + }, + "extendedDiagnosticSettings": { + "resourceType": "extendedDiagnosticSettings", + "apiVersions": [ + "2017-02-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "East US 2", + "Central US", + "Australia East", + "Australia Southeast", + "Brazil South", + "UK South", + "UK West", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West Central US", + "West US 2", + "Korea South", + "Korea Central", + "Australia Central", + "Australia Central 2", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "dataCollectionRuleAssociations": { + "resourceType": "dataCollectionRuleAssociations", + "apiVersions": [ + "2019-11-01-preview" + ], + "locations": [ + "Australia Southeast", + "East US", + "Central US", + "West Europe", + "West US 2", + "Southeast Asia", + "East US 2", + "UK South", + "North Europe", + "West US" + ] + }, + "logs": { + "resourceType": "logs", + "apiVersions": [ + "2018-08-01-preview", + "2018-03-01-preview" + ], + "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", + "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", + "France South", + "Australia Central", + "South Africa North" + ] + }, + "baseline": { + "resourceType": "baseline", + "apiVersions": [ + "2018-09-01", + "2017-11-01-preview" + ], + "locations": [ + "East US", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "East US 2", + "Canada East", + "Canada Central", + "Central US", + "Australia East", + "Australia Southeast", + "Australia Central", + "Australia Central 2", + "Brazil South", + "South India", + "Central India", + "West India", + "North Europe", + "Norway East", + "Germany West Central", + "Switzerland North", + "West US 2", + "West Central US", + "Korea South", + "Korea Central", + "UK South", + "UK West", + "France Central", + "South Africa North", + "UAE North" + ] + }, + "components/query": { + "resourceType": "components/query", + "apiVersions": [ + "2018-04-20" + ], + "locations": [] + }, + "autoscalesettings": { + "resourceType": "autoscalesettings", + "apiVersions": [ + "2015-04-01", + "2014-04-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "South Central US", + "East US 2", + "Central US", + "Australia Southeast", + "Brazil South", + "UK South", + "UK West", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West Central US", + "West US 2", + "Korea South", + "Korea Central", + "Australia Central", + "Australia Central 2", + "France Central", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "Australia East", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/operationResults": { + "resourceType": "locations/operationResults", + "apiVersions": [ + "2015-04-01", + "2014-04-01" + ], + "locations": [] + }, + "vmInsightsOnboardingStatuses": { + "resourceType": "vmInsightsOnboardingStatuses", + "apiVersions": [ + "2018-11-27-preview" + ], + "locations": [] + }, + "eventCategories": { + "resourceType": "eventCategories", + "apiVersions": [ + "2015-04-01" + ], + "locations": [] + }, + "listMigrationdate": { + "resourceType": "listMigrationdate", + "apiVersions": [ + "2017-10-01" + ], + "locations": [ + "East US", + "South Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "West US 2" + ] + }, + "components/pricingPlans": { + "resourceType": "components/pricingPlans", + "apiVersions": [ + "2017-10-01" + ], + "locations": [ + "East US", + "South Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "West US 2" + ] + }, + "activityLogAlerts": { + "resourceType": "activityLogAlerts", + "apiVersions": [ + "2017-04-01", + "2017-03-01-preview" + ], + "locations": [ + "Global" + ] + }, + "metricalerts": { + "resourceType": "metricalerts", + "apiVersions": [ + "2018-03-01", + "2017-09-01-preview" + ], + "locations": [ + "Global" + ] + }, + "eventtypes": { + "resourceType": "eventtypes", + "apiVersions": [ + "2017-03-01-preview", + "2016-09-01-preview", + "2015-04-01", + "2014-11-01", + "2014-04-01" + ], + "locations": [] + }, + "alertrules": { + "resourceType": "alertrules", + "apiVersions": [ + "2016-03-01", + "2015-04-01", + "2014-04-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "East US 2", + "Central US", + "Australia East", + "Australia Southeast", + "Brazil South", + "UK South", + "UK West", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West Central US", + "West US 2", + "Korea South", + "Korea Central", + "Australia Central", + "Australia Central 2", + "France Central", + "South Africa North", + "UAE North" + ] + }, + "diagnosticSettings": { + "resourceType": "diagnosticSettings", + "apiVersions": [ + "2017-05-01-preview", + "2016-09-01", + "2015-07-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "East US 2", + "Central US", + "Australia East", + "Australia Southeast", + "Brazil South", + "UK South", + "UK West", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West Central US", + "West US 2", + "Korea South", + "Korea Central", + "Australia Central", + "Australia Central 2", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "workbooktemplates": { + "resourceType": "workbooktemplates", + "apiVersions": [ + "2019-10-17-preview" + ], + "locations": [ + "West Europe", + "South Central US", + "East US", + "North Europe", + "Southeast Asia", + "West US 2", + "Japan East", + "Australia East", + "Korea Central", + "France Central", + "Central US", + "East US 2", + "East Asia", + "West US", + "Canada Central", + "Central India", + "UK South", + "South Africa North", + "North Central US", + "Brazil South", + "Switzerland North", + "Australia Southeast" + ] + }, + "scheduledqueryrules": { + "resourceType": "scheduledqueryrules", + "apiVersions": [ + "2018-04-16", + "2017-09-01-preview" + ], + "locations": [ + "West Central US", + "East US", + "West Europe", + "Central India", + "Canada Central", + "Australia Southeast", + "Japan East", + "Southeast Asia", + "UK South", + "South Central US", + "North Europe", + "West US 2", + "Australia Central", + "Australia East", + "Korea Central", + "France Central", + "Central US", + "East US 2", + "East Asia", + "West US", + "North Central US", + "South Africa North", + "Brazil South", + "UK West", + "Switzerland North", + "Switzerland West", + "UAE Central", + "Germany West Central", + "Australia Central 2" + ] + }, + "metricbaselines": { + "resourceType": "metricbaselines", + "apiVersions": [ + "2019-03-01", + "2018-09-01" + ], + "locations": [ + "East US", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "East US 2", + "Canada East", + "Canada Central", + "Central US", + "Australia East", + "Australia Southeast", + "Australia Central", + "Australia Central 2", + "Brazil South", + "South India", + "Central India", + "West India", + "North Europe", + "Norway East", + "Germany West Central", + "Switzerland North", + "West US 2", + "West Central US", + "Korea South", + "Korea Central", + "UK South", + "UK West", + "France Central", + "South Africa North", + "UAE North" + ] + }, + "metricDefinitions": { + "resourceType": "metricDefinitions", + "apiVersions": [ + "2018-01-01", + "2017-12-01-preview", + "2017-09-01-preview", + "2017-05-01-preview" + ], + "locations": [ + "East US", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "East US 2", + "Canada East", + "Canada Central", + "Central US", + "Australia East", + "Australia Southeast", + "Australia Central", + "Australia Central 2", + "Brazil South", + "Brazil Southeast", + "South India", + "Central India", + "West India", + "North Europe", + "West US 2", + "West Central US", + "Korea South", + "Korea Central", + "UK South", + "UK West", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + } + } + }, + "Microsoft.ConnectedCache": { + "types": { + "CacheNodes": { + "resourceType": "CacheNodes", + "apiVersions": [ + "2019-12-04-preview" + ], + "locations": [ + "West US" + ] + } + } + }, + "Microsoft.DataBoxEdge": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-09-01-preview", + "2020-09-01", + "2020-07-01-preview", + "2020-07-01", + "2020-06-01", + "2020-05-01-preview", + "2020-01-01", + "2019-08-01", + "2019-07-01", + "2019-03-01", + "2018-07-01", + "2017-09-01" + ], + "locations": [] + }, + "DataBoxEdgeDevices": { + "resourceType": "DataBoxEdgeDevices", + "apiVersions": [ + "2020-09-01-preview", + "2020-09-01", + "2020-07-01-preview", + "2020-07-01", + "2020-06-01", + "2020-05-01-preview", + "2020-01-01", + "2019-08-01", + "2019-07-01", + "2019-03-01", + "2018-07-01", + "2017-09-01" + ], + "locations": [ + "East US", + "West Europe", + "Southeast Asia" + ] + }, + "DataBoxEdgeDevices/checkNameAvailability": { + "resourceType": "DataBoxEdgeDevices/checkNameAvailability", + "apiVersions": [ + "2020-09-01-preview", + "2020-09-01", + "2020-07-01-preview", + "2020-07-01", + "2020-06-01", + "2020-05-01-preview", + "2020-01-01", + "2019-08-01", + "2019-07-01", + "2019-03-01", + "2018-07-01", + "2017-09-01" + ], + "locations": [ + "East US", + "West Europe", + "Southeast Asia" + ] + }, + "availableSkus": { + "resourceType": "availableSkus", + "apiVersions": [ + "2020-09-01-preview", + "2020-09-01", + "2020-07-01-preview", + "2020-05-01-preview" + ], + "locations": [] + } + } + }, + "Microsoft.BotService": { + "types": { + "botServices/channels": { + "resourceType": "botServices/channels", + "apiVersions": [ + "2018-07-12", + "2017-12-01" + ], + "locations": [ + "Global" + ] + }, + "botServices/connections": { + "resourceType": "botServices/connections", + "apiVersions": [ + "2018-07-12", + "2017-12-01" + ], + "locations": [ + "Global" + ] + }, + "botServices": { + "resourceType": "botServices", + "apiVersions": [ + "2018-07-12", + "2017-12-01" + ], + "locations": [ + "Global" + ] + }, + "checkNameAvailability": { + "resourceType": "checkNameAvailability", + "apiVersions": [ + "2018-07-12", + "2017-12-01" + ], + "locations": [ + "Global" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2018-07-12", + "2017-12-01" + ], + "locations": [ + "Global" + ] + }, + "listAuthServiceProviders": { + "resourceType": "listAuthServiceProviders", + "apiVersions": [ + "2018-07-12", + "2017-12-01" + ], + "locations": [ + "Global" + ] + } + } + }, + "Microsoft.Maintenance": { + "types": { + "applyUpdates": { + "resourceType": "applyUpdates", + "apiVersions": [ + "2020-07-01-preview", + "2020-04-01", + "2018-10-01", + "2018-06-01-preview", + "2017-04-26", + "2017-01-01", + "2016-01-01" + ], + "locations": [ + "Central US", + "East US", + "East US 2", + "West US", + "West US 2", + "West 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", + "Australia Central 2", + "South Africa North", + "South Africa West", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "France South" + ] + }, + "updates": { + "resourceType": "updates", + "apiVersions": [ + "2020-07-01-preview", + "2020-04-01", + "2018-10-01", + "2018-06-01-preview", + "2017-04-26", + "2017-01-01", + "2016-01-01" + ], + "locations": [ + "Central US", + "East US", + "East US 2", + "West US", + "West US 2", + "West 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", + "Australia Central 2", + "South Africa North", + "South Africa West", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "France South" + ] + }, + "configurationAssignments": { + "resourceType": "configurationAssignments", + "apiVersions": [ + "2020-07-01-preview", + "2020-04-01", + "2018-10-01", + "2018-06-01-preview", + "2017-04-26", + "2017-01-01", + "2016-01-01" + ], + "locations": [ + "Central US", + "East US", + "East US 2", + "West US", + "West US 2", + "West 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", + "Australia Central 2", + "South Africa North", + "South Africa West", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "France South" + ] + }, + "maintenanceConfigurations": { + "resourceType": "maintenanceConfigurations", + "apiVersions": [ + "2020-07-01-preview", + "2020-04-01", + "2018-10-01", + "2018-06-01-preview", + "2017-04-26", + "2017-01-01", + "2016-01-01" + ], + "locations": [ + "Central US", + "East US", + "East US 2", + "West US", + "West US 2", + "West 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", + "Australia Central 2", + "South Africa North", + "South Africa West", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "France South" + ] + }, + "publicMaintenanceConfigurations": { + "resourceType": "publicMaintenanceConfigurations", + "apiVersions": [ + "2020-07-01-preview" + ], + "locations": [] + } + } + }, + "Microsoft.Synapse": { + "types": { + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2019-06-01-preview" + ], + "locations": [] + }, + "checkNameAvailability": { + "resourceType": "checkNameAvailability", + "apiVersions": [ + "2019-06-01-preview" + ], + "locations": [] + }, + "locations/operationStatuses": { + "resourceType": "locations/operationStatuses", + "apiVersions": [ + "2019-06-01-preview" + ], + "locations": [ + "West US 2", + "East US", + "North Europe", + "West Europe", + "Southeast Asia", + "Australia East", + "West Central US", + "South Central US", + "East US 2", + "UK South", + "West US", + "Australia Southeast", + "East Asia", + "Brazil South", + "Central US", + "Central India" + ] + }, + "workspaces/sqlPools": { + "resourceType": "workspaces/sqlPools", + "apiVersions": [ + "2019-06-01-preview" + ], + "locations": [ + "West US 2", + "East US", + "North Europe", + "West Europe", + "Southeast Asia", + "Australia East", + "West Central US", + "South Central US", + "East US 2", + "UK South", + "West US", + "Australia Southeast", + "East Asia", + "Brazil South", + "Central US", + "Central India" + ] + }, + "workspaces/operationResults": { + "resourceType": "workspaces/operationResults", + "apiVersions": [ + "2019-06-01-preview" + ], + "locations": [ + "West US 2", + "East US", + "North Europe", + "West Europe", + "Southeast Asia", + "Australia East", + "West Central US", + "South Central US", + "East US 2", + "UK South", + "West US", + "Australia Southeast", + "East Asia", + "Brazil South", + "Central US", + "Central India" + ] + }, + "privateLinkHubs": { + "resourceType": "privateLinkHubs", + "apiVersions": [ + "2019-06-01-preview" + ], + "locations": [ + "West US 2", + "East US", + "North Europe", + "West Europe", + "Southeast Asia", + "Australia East", + "West Central US", + "South Central US", + "East US 2", + "UK South", + "West US", + "Australia Southeast", + "East Asia", + "Brazil South", + "Central US", + "Central India" + ] + }, + "workspaces": { + "resourceType": "workspaces", + "apiVersions": [ + "2019-06-01-preview" + ], + "locations": [ + "West US 2", + "East US", + "North Europe", + "West Europe", + "Southeast Asia", + "Australia East", + "West Central US", + "South Central US", + "East US 2", + "UK South", + "West US", + "Australia Southeast", + "East Asia", + "Brazil South", + "Central US", + "Central India" + ] + }, + "workspaces/bigDataPools": { + "resourceType": "workspaces/bigDataPools", + "apiVersions": [ + "2019-06-01-preview" + ], + "locations": [ + "West US 2", + "East US", + "North Europe", + "West Europe", + "Southeast Asia", + "Australia East", + "West Central US", + "South Central US", + "East US 2", + "UK South", + "West US", + "Australia Southeast", + "East Asia", + "Brazil South", + "Central US", + "Central India" + ] + }, + "workspaces/operationStatuses": { + "resourceType": "workspaces/operationStatuses", + "apiVersions": [ + "2019-06-01-preview" + ], + "locations": [ + "West US 2", + "East US", + "North Europe", + "West Europe", + "Southeast Asia", + "Australia East", + "West Central US", + "South Central US", + "East US 2", + "UK South", + "West US", + "Australia Southeast", + "East Asia", + "Brazil South", + "Central US", + "Central India" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2019-06-01-preview" + ], + "locations": [ + "West US 2", + "East US", + "North Europe", + "West Europe", + "Southeast Asia", + "Australia East", + "West Central US", + "South Central US", + "East US 2", + "UK South", + "West US", + "Australia Southeast", + "East Asia", + "Brazil South", + "Central US", + "Central India" + ] + }, + "locations/operationResults": { + "resourceType": "locations/operationResults", + "apiVersions": [ + "2019-06-01-preview" + ], + "locations": [ + "West US 2", + "East US", + "North Europe", + "West Europe", + "Southeast Asia", + "Australia East", + "West Central US", + "South Central US", + "East US 2", + "UK South", + "West US", + "Australia Southeast", + "East Asia", + "Brazil South", + "Central US", + "Central India" + ] + } + } + }, + "Microsoft.SoftwarePlan": { + "types": { + "hybridUseBenefits": { + "resourceType": "hybridUseBenefits", + "apiVersions": [ + "2019-06-01-preview" + ], + "locations": [] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2019-06-01-preview" + ], + "locations": [] + } + } + }, + "Microsoft.Logic": { + "types": { + "integrationAccounts": { + "resourceType": "integrationAccounts", + "apiVersions": [ + "2019-05-01", + "2018-07-01-preview", + "2016-06-01", + "2015-08-01-preview" + ], + "locations": [ + "North Central US", + "Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "West US", + "East US", + "East US 2", + "Japan West", + "Japan East", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "France Central", + "France South", + "Korea Central", + "South Africa North", + "South Africa West", + "UAE Central", + "Switzerland North", + "Germany North" + ] + }, + "integrationServiceEnvironments/managedApis": { + "resourceType": "integrationServiceEnvironments/managedApis", + "apiVersions": [ + "2019-06-01-preview", + "2019-05-01", + "2018-07-01-preview" + ], + "locations": [ + "North Central US", + "Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "West US", + "East US", + "East US 2", + "Japan West", + "Japan East", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2019-05-01", + "2018-07-01-preview", + "2017-07-01", + "2016-10-01", + "2016-06-01", + "2015-08-01-preview", + "2015-02-01-preview" + ], + "locations": [ + "North Central US" + ] + }, + "workflows": { + "resourceType": "workflows", + "apiVersions": [ + "2019-05-01", + "2018-07-01-preview", + "2017-07-01", + "2016-10-01", + "2016-06-01", + "2015-08-01-preview", + "2015-02-01-preview" + ], + "locations": [ + "North Central US", + "Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "West US", + "East US", + "East US 2", + "Japan West", + "Japan East", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "France Central", + "France South", + "Korea Central", + "Korea South", + "South Africa North", + "South Africa West", + "UAE Central", + "Switzerland North", + "Germany North" + ] + }, + "locations/workflows": { + "resourceType": "locations/workflows", + "apiVersions": [ + "2019-05-01", + "2018-07-01-preview", + "2017-07-01", + "2016-10-01", + "2016-06-01", + "2015-08-01-preview", + "2015-02-01-preview" + ], + "locations": [ + "North Central US", + "Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "West US", + "East US", + "East US 2", + "Japan West", + "Japan East", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "France Central", + "France South", + "Korea Central", + "Korea South", + "South Africa North", + "South Africa West", + "UAE Central", + "Switzerland North", + "Germany North" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2019-05-01", + "2018-07-01-preview", + "2017-07-01", + "2016-10-01", + "2016-06-01", + "2015-08-01-preview", + "2015-02-01-preview" + ], + "locations": [ + "North Central US", + "Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "West US", + "East US", + "East US 2", + "Japan West", + "Japan East", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "France Central", + "France South", + "Korea Central", + "Korea South", + "South Africa North", + "South Africa West", + "UAE Central", + "Switzerland North", + "Germany North" + ] + }, + "integrationServiceEnvironments": { + "resourceType": "integrationServiceEnvironments", + "apiVersions": [ + "2019-06-01-preview", + "2019-05-01", + "2018-07-01-preview", + "2018-03-01-preview" + ], + "locations": [ + "North Central US", + "Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "West US", + "East US", + "East US 2", + "Japan West", + "Japan East", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "Canada Central", + "West US 2", + "UK South", + "UK West" + ] + } + } + }, + "Microsoft.SerialConsole": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2018-05-01" + ], + "locations": [] + }, + "consoleServices": { + "resourceType": "consoleServices", + "apiVersions": [ + "2018-05-01" + ], + "locations": [] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2018-05-01" + ], + "locations": [] + }, + "locations/consoleServices": { + "resourceType": "locations/consoleServices", + "apiVersions": [ + "2018-05-01" + ], + "locations": [ + "West US 2", + "East US 2" + ] + } + } + }, + "Microsoft.StorSimple": { + "types": { + "managers": { + "resourceType": "managers", + "apiVersions": [ + "2017-06-01", + "2017-05-15", + "2017-01-01", + "2016-10-01", + "2016-06-01", + "2015-03-15", + "2014-09-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "Brazil South", + "East Asia", + "Southeast Asia", + "West Central US", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2016-10-01", + "2016-06-01", + "2015-03-15", + "2014-09-01" + ], + "locations": [ + "West Central US", + "Southeast Asia" + ] + } + } + }, + "Microsoft.RedHatOpenShift": { + "types": { + "OpenShiftClusters": { + "resourceType": "OpenShiftClusters", + "apiVersions": [ + "2020-04-30" + ], + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Japan East", + "Japan West", + "Korea Central", + "North Central US", + "North Europe", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Europe", + "West US 2", + "West US" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-04-30", + "2019-12-31-preview" + ], + "locations": [] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-04-30", + "2019-12-31-preview" + ], + "locations": [] + }, + "locations/operationresults": { + "resourceType": "locations/operationresults", + "apiVersions": [ + "2020-04-30" + ], + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Japan East", + "Japan West", + "Korea Central", + "North Central US", + "North Europe", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Europe", + "West US 2", + "West US" + ] + }, + "locations/operationsstatus": { + "resourceType": "locations/operationsstatus", + "apiVersions": [ + "2020-04-30" + ], + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Japan East", + "Japan West", + "Korea Central", + "North Central US", + "North Europe", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Europe", + "West US 2", + "West US" + ] + } + } + }, + "Microsoft.DataProtection": { + "types": { + "locations/checkNameAvailability": { + "resourceType": "locations/checkNameAvailability", + "apiVersions": [ + "2020-01-01-alpha" + ], + "locations": [ + "South Central US", + "East US", + "East US 2", + "West US" + ] + }, + "BackupVaults": { + "resourceType": "BackupVaults", + "apiVersions": [ + "2020-01-01-alpha" + ], + "locations": [ + "South Central US", + "East US", + "East US 2", + "West US" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-01-01-alpha" + ], + "locations": [] + }, + "locations/operationStatus": { + "resourceType": "locations/operationStatus", + "apiVersions": [ + "2020-01-01-alpha" + ], + "locations": [ + "South Central US", + "East US", + "East US 2", + "West US" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-01-01-alpha" + ], + "locations": [] + }, + "locations/operationResults": { + "resourceType": "locations/operationResults", + "apiVersions": [ + "2020-01-01-alpha" + ], + "locations": [ + "South Central US", + "East US", + "East US 2", + "West US" + ] + } + } + }, + "Microsoft.DevTestLab": { + "types": { + "schedules": { + "resourceType": "schedules", + "apiVersions": [ + "2018-10-15-preview", + "2018-09-15", + "2017-04-26-preview", + "2016-05-15", + "2015-05-21-preview" + ], + "locations": [ + "West Central US", + "South Central US", + "Central US", + "Australia Central", + "Australia Southeast", + "Canada Central", + "Central India", + "East Asia", + "East US", + "France Central", + "Japan East", + "Korea Central", + "North Europe", + "South Africa North", + "UK West", + "West India", + "Switzerland North", + "Australia Central 2", + "Australia East", + "Brazil South", + "Canada East", + "East US 2", + "France South", + "Japan West", + "Korea South", + "North Central US", + "South India", + "Southeast Asia", + "Switzerland West", + "UK South", + "West Europe", + "West US", + "West US 2" + ] + }, + "labs/environments": { + "resourceType": "labs/environments", + "apiVersions": [ + "2015-05-21-preview" + ], + "locations": [ + "Southeast Asia", + "East US", + "West US", + "West Europe", + "East Asia", + "East US 2", + "Japan East", + "Japan West", + "Central US" + ] + }, + "labs/virtualMachines": { + "resourceType": "labs/virtualMachines", + "apiVersions": [ + "2018-10-15-preview", + "2018-09-15", + "2017-04-26-preview", + "2016-05-15", + "2015-05-21-preview" + ], + "locations": [ + "West Central US", + "South Central US", + "Central US", + "Australia Central", + "Australia Southeast", + "Canada Central", + "Central India", + "East Asia", + "East US", + "France Central", + "Japan East", + "Korea Central", + "North Europe", + "South Africa North", + "UK West", + "West India", + "Switzerland North", + "Australia Central 2", + "Australia East", + "Brazil South", + "Canada East", + "East US 2", + "France South", + "Japan West", + "Korea South", + "North Central US", + "South India", + "Southeast Asia", + "Switzerland West", + "UK South", + "West Europe", + "West US", + "West US 2" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2018-10-15-preview", + "2018-09-15", + "2017-04-26-preview", + "2016-05-15", + "2015-05-21-preview" + ], + "locations": [] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2018-10-15-preview", + "2018-09-15", + "2017-04-26-preview", + "2016-05-15", + "2015-05-21-preview" + ], + "locations": [] + }, + "labs": { + "resourceType": "labs", + "apiVersions": [ + "2018-10-15-preview", + "2018-09-15", + "2017-04-26-preview", + "2016-05-15", + "2015-05-21-preview" + ], + "locations": [ + "West Central US", + "South Central US", + "Central US", + "Australia Central", + "Australia Southeast", + "Canada Central", + "Central India", + "East Asia", + "East US", + "France Central", + "Japan East", + "Korea Central", + "North Europe", + "South Africa North", + "UK West", + "West India", + "Switzerland North", + "Australia Central 2", + "Australia East", + "Brazil South", + "Canada East", + "East US 2", + "France South", + "Japan West", + "Korea South", + "North Central US", + "South India", + "Southeast Asia", + "Switzerland West", + "UK South", + "West Europe", + "West US", + "West US 2" + ] + }, + "locations/operations": { + "resourceType": "locations/operations", + "apiVersions": [ + "2018-10-15-preview", + "2018-09-15", + "2017-04-26-preview", + "2016-05-15", + "2015-05-21-preview" + ], + "locations": [ + "West Central US", + "South Central US", + "Central US", + "Australia Central", + "Australia Southeast", + "Canada Central", + "Central India", + "East Asia", + "East US", + "France Central", + "Japan East", + "Korea Central", + "North Europe", + "South Africa North", + "UK West", + "West India", + "Switzerland North", + "Australia Central 2", + "Australia East", + "Brazil South", + "Canada East", + "East US 2", + "France South", + "Japan West", + "Korea South", + "North Central US", + "South India", + "Southeast Asia", + "Switzerland West", + "UK South", + "West Europe", + "West US", + "West US 2" + ] + }, + "labs/serviceRunners": { + "resourceType": "labs/serviceRunners", + "apiVersions": [ + "2018-10-15-preview", + "2018-09-15", + "2017-04-26-preview", + "2016-05-15" + ], + "locations": [ + "West Central US", + "South Central US", + "Central US", + "Australia Central", + "Australia Southeast", + "Canada Central", + "Central India", + "East Asia", + "East US", + "France Central", + "Japan East", + "Korea Central", + "North Europe", + "South Africa North", + "UK West", + "West India", + "Switzerland North", + "Australia Central 2", + "Australia East", + "Brazil South", + "Canada East", + "East US 2", + "France South", + "Japan West", + "Korea South", + "North Central US", + "South India", + "Southeast Asia", + "Switzerland West", + "UK South", + "West Europe", + "West US", + "West US 2" + ] + } + } + }, + "Microsoft.Attestation": { + "types": { + "locations/defaultProvider": { + "resourceType": "locations/defaultProvider", + "apiVersions": [ + "2018-09-01-preview" + ], + "locations": [ + "East US 2", + "Central US", + "UK South", + "East US", + "Canada Central" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2018-09-01-preview" + ], + "locations": [] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2018-09-01-preview" + ], + "locations": [] + }, + "defaultProviders": { + "resourceType": "defaultProviders", + "apiVersions": [ + "2018-09-01-preview" + ], + "locations": [ + "East US 2", + "Central US", + "UK South", + "East US", + "Canada Central" + ] + }, + "attestationProviders": { + "resourceType": "attestationProviders", + "apiVersions": [ + "2018-09-01-preview" + ], + "locations": [ + "East US 2", + "Central US", + "UK South", + "East US", + "Canada Central", + "Canada East" + ] + } + } + }, + "Microsoft.ServicesHub": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2019-08-15-preview" + ], + "locations": [] + }, + "supportOfferingEntitlement": { + "resourceType": "supportOfferingEntitlement", + "apiVersions": [ + "2019-08-15-preview" + ], + "locations": [ + "East US" + ] + }, + "workspaces": { + "resourceType": "workspaces", + "apiVersions": [ + "2019-08-15-preview" + ], + "locations": [ + "East US" + ] + }, + "connectors": { + "resourceType": "connectors", + "apiVersions": [ + "2019-08-15-preview" + ], + "locations": [ + "East US" + ] + } + } + }, + "Microsoft.Automation": { + "types": { + "automationAccounts/privateEndpointConnections": { + "resourceType": "automationAccounts/privateEndpointConnections", + "apiVersions": [ + "2020-01-13-preview" + ], + "locations": [ + "Japan East", + "East US 2", + "West Europe", + "South Africa North", + "Southeast Asia", + "South Central US", + "North Central US", + "East Asia", + "Central US", + "West US", + "Australia Central", + "Australia East", + "Korea Central", + "East US", + "West US 2", + "Brazil South", + "UK South", + "West Central US", + "North Europe", + "Canada Central", + "Australia Southeast", + "Central India", + "France Central" + ] + }, + "automationAccounts/privateLinkResources": { + "resourceType": "automationAccounts/privateLinkResources", + "apiVersions": [ + "2020-01-13-preview" + ], + "locations": [ + "Japan East", + "East US 2", + "West Europe", + "South Africa North", + "Southeast Asia", + "South Central US", + "North Central US", + "East Asia", + "Central US", + "West US", + "Australia Central", + "Australia East", + "Korea Central", + "East US", + "West US 2", + "Brazil South", + "UK South", + "West Central US", + "North Europe", + "Canada Central", + "Australia Southeast", + "Central India", + "France Central" + ] + }, + "automationAccounts/privateEndpointConnectionProxies": { + "resourceType": "automationAccounts/privateEndpointConnectionProxies", + "apiVersions": [ + "2020-01-13-preview" + ], + "locations": [ + "Japan East", + "East US 2", + "West Europe", + "South Africa North", + "Southeast Asia", + "South Central US", + "North Central US", + "East Asia", + "Central US", + "West US", + "Australia Central", + "Australia East", + "Korea Central", + "East US", + "West US 2", + "Brazil South", + "UK South", + "West Central US", + "North Europe", + "Canada Central", + "Australia Southeast", + "Central India", + "France Central" + ] + }, + "automationAccounts/configurations": { + "resourceType": "automationAccounts/configurations", + "apiVersions": [ + "2018-06-30", + "2018-01-15", + "2017-05-15-preview", + "2015-10-31", + "2015-01-01-preview" + ], + "locations": [ + "Japan East", + "East US 2", + "West Europe", + "South Africa North", + "West US", + "Central US", + "Southeast Asia", + "South Central US", + "North Central US", + "Australia Central", + "Australia East", + "Korea Central", + "East US", + "West US 2", + "Brazil South", + "UK South", + "West Central US", + "Central India", + "Australia Southeast", + "Canada Central", + "North Europe", + "East Asia", + "France Central" + ] + }, + "automationAccounts": { + "resourceType": "automationAccounts", + "apiVersions": [ + "2020-01-13-preview", + "2019-06-01", + "2018-06-30", + "2018-01-15", + "2017-05-15-preview", + "2015-10-31", + "2015-01-01-preview" + ], + "locations": [ + "Japan East", + "East US 2", + "West Europe", + "South Africa North", + "Southeast Asia", + "South Central US", + "North Central US", + "East Asia", + "Central US", + "West US", + "Australia Central", + "Australia East", + "Korea Central", + "East US", + "West US 2", + "Brazil South", + "UK South", + "West Central US", + "North Europe", + "Canada Central", + "Australia Southeast", + "Central India", + "France Central" + ] + }, + "automationAccounts/webhooks": { + "resourceType": "automationAccounts/webhooks", + "apiVersions": [ + "2018-06-30", + "2018-01-15", + "2017-05-15-preview", + "2015-10-31", + "2015-01-01-preview" + ], + "locations": [ + "Japan East", + "East US 2", + "West Europe", + "South Africa North", + "Southeast Asia", + "South Central US", + "North Central US", + "East Asia", + "Central US", + "West US", + "Australia Central", + "Korea Central", + "East US", + "West US 2", + "Brazil South", + "UK South", + "West Central US", + "North Europe", + "Canada Central", + "Australia Southeast", + "Central India", + "Australia East", + "France Central" + ] + }, + "automationAccounts/runbooks": { + "resourceType": "automationAccounts/runbooks", + "apiVersions": [ + "2018-06-30", + "2018-01-15", + "2017-05-15-preview", + "2015-10-31", + "2015-01-01-preview" + ], + "locations": [ + "Japan East", + "East US 2", + "West Europe", + "South Africa North", + "Southeast Asia", + "South Central US", + "North Central US", + "East Asia", + "West US", + "Central US", + "Australia Central", + "Australia East", + "Korea Central", + "East US", + "West US 2", + "Brazil South", + "UK South", + "West Central US", + "North Europe", + "Canada Central", + "Australia Southeast", + "Central India", + "France Central" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2018-06-30", + "2018-01-15", + "2017-05-15-preview", + "2015-10-31", + "2015-01-01-preview" + ], + "locations": [ + "South Central US" + ] + }, + "automationAccounts/softwareUpdateConfigurations": { + "resourceType": "automationAccounts/softwareUpdateConfigurations", + "apiVersions": [ + "2019-06-01", + "2018-06-30", + "2018-01-15", + "2017-05-15-preview" + ], + "locations": [ + "Japan East", + "East US 2", + "West Europe", + "South Africa North", + "Southeast Asia", + "South Central US", + "North Central US", + "East Asia", + "Central US", + "West US", + "Australia Central", + "Australia East", + "Korea Central", + "East US", + "West US 2", + "Brazil South", + "UK South", + "West Central US", + "North Europe", + "Canada Central", + "Australia Southeast", + "Central India", + "France Central" + ] + }, + "automationAccounts/jobs": { + "resourceType": "automationAccounts/jobs", + "apiVersions": [ + "2018-06-30", + "2018-01-15", + "2017-05-15-preview", + "2015-10-31", + "2015-01-01-preview" + ], + "locations": [ + "Japan East", + "East US 2", + "West Europe", + "South Africa North", + "Southeast Asia", + "South Central US", + "North Central US", + "East Asia", + "Central US", + "West US", + "Australia Central", + "Australia East", + "Korea Central", + "East US", + "West US 2", + "Brazil South", + "UK South", + "West Central US", + "North Europe", + "Canada Central", + "Australia Southeast", + "Central India", + "France Central" + ] + } + } + }, + "Microsoft.ServiceBus": { + "types": { + "sku": { + "resourceType": "sku", + "apiVersions": [ + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "locations": [] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "locations": [] + }, + "namespaces/authorizationrules": { + "resourceType": "namespaces/authorizationrules", + "apiVersions": [ + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "locations": [] + }, + "premiumMessagingRegions": { + "resourceType": "premiumMessagingRegions", + "apiVersions": [ + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "locations": [] + }, + "checkNameAvailability": { + "resourceType": "checkNameAvailability", + "apiVersions": [ + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "locations": [] + }, + "locations/deleteVirtualNetworkOrSubnets": { + "resourceType": "locations/deleteVirtualNetworkOrSubnets", + "apiVersions": [ + "2018-01-01-preview", + "2017-04-01" + ], + "locations": [] + }, + "namespaces": { + "resourceType": "namespaces", + "apiVersions": [ + "2018-01-01-preview", + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "locations": [ + "Australia East", + "Australia Southeast", + "Central US", + "East US", + "East US 2", + "West US 2", + "West US", + "North Central US", + "South Central US", + "West Central US", + "East Asia", + "Southeast Asia", + "Brazil South", + "Japan East", + "Japan West", + "North Europe", + "West Europe", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "namespaces/eventgridfilters": { + "resourceType": "namespaces/eventgridfilters", + "apiVersions": [ + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "locations": [ + "Australia East", + "Australia Southeast", + "Central US", + "East US", + "East US 2", + "West US 2", + "West US", + "North Central US", + "South Central US", + "West Central US", + "East Asia", + "Southeast Asia", + "Brazil South", + "Japan East", + "Japan West", + "North Europe", + "West Europe", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "namespaces/disasterrecoveryconfigs/checkNameAvailability": { + "resourceType": "namespaces/disasterrecoveryconfigs/checkNameAvailability", + "apiVersions": [ + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "locations": [] + }, + "namespaces/queues": { + "resourceType": "namespaces/queues", + "apiVersions": [ + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "locations": [] + }, + "namespaces/topics/subscriptions": { + "resourceType": "namespaces/topics/subscriptions", + "apiVersions": [ + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "locations": [] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2018-01-01-preview", + "2017-04-01" + ], + "locations": [] + }, + "namespaces/queues/authorizationrules": { + "resourceType": "namespaces/queues/authorizationrules", + "apiVersions": [ + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "locations": [] + }, + "namespaces/topics": { + "resourceType": "namespaces/topics", + "apiVersions": [ + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "locations": [] + }, + "namespaces/topics/subscriptions/rules": { + "resourceType": "namespaces/topics/subscriptions/rules", + "apiVersions": [ + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "locations": [] + }, + "namespaces/topics/authorizationrules": { + "resourceType": "namespaces/topics/authorizationrules", + "apiVersions": [ + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "locations": [] + }, + "namespaces/disasterrecoveryconfigs": { + "resourceType": "namespaces/disasterrecoveryconfigs", + "apiVersions": [ + "2017-04-01" + ], + "locations": [] + }, + "checkNamespaceAvailability": { + "resourceType": "checkNamespaceAvailability", + "apiVersions": [ + "2015-08-01", + "2014-09-01" + ], + "locations": [] + }, + "namespaces/networkrulesets": { + "resourceType": "namespaces/networkrulesets", + "apiVersions": [ + "2018-01-01-preview", + "2017-04-01" + ], + "locations": [] + } + } + }, + "Microsoft.IoTSpaces": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2017-10-01-preview" + ], + "locations": [] + }, + "checkNameAvailability": { + "resourceType": "checkNameAvailability", + "apiVersions": [ + "2017-10-01-preview" + ], + "locations": [ + "North Europe", + "West Europe", + "Australia East", + "West US 2", + "East US" + ] + }, + "Graph": { + "resourceType": "Graph", + "apiVersions": [ + "2017-10-01-preview" + ], + "locations": [ + "North Europe", + "West Europe", + "Australia East", + "West US 2", + "East US" + ] + } + } + }, + "Microsoft.Chaos": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-06-18-preview", + "2020-05-01-preview" + ], + "locations": [] + } + } + }, + "Microsoft.StorageSync": { + "types": { + "storageSyncServices": { + "resourceType": "storageSyncServices", + "apiVersions": [ + "2020-03-01", + "2019-10-01", + "2019-06-01", + "2019-03-01", + "2019-02-01", + "2018-10-01", + "2018-07-01", + "2018-04-02", + "2018-01-01-preview", + "2017-06-05-preview" + ], + "locations": [ + "West Central US", + "West US", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast", + "East US", + "Canada Central", + "Canada East", + "Central US", + "East US 2", + "UK South", + "UK West", + "Central India", + "South India", + "North Central US", + "South Central US", + "Brazil South", + "Japan East", + "Japan West", + "West US 2", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "UAE North", + "UAE Central" + ] + }, + "storageSyncServices/syncGroups/cloudEndpoints": { + "resourceType": "storageSyncServices/syncGroups/cloudEndpoints", + "apiVersions": [ + "2020-03-01", + "2019-10-01", + "2019-06-01", + "2019-03-01", + "2019-02-01", + "2018-10-01", + "2018-07-01", + "2018-04-02", + "2018-01-01-preview", + "2017-06-05-preview" + ], + "locations": [ + "West Central US", + "West US", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast", + "East US", + "Canada Central", + "Canada East", + "Central US", + "East US 2", + "UK South", + "UK West", + "Central India", + "South India", + "North Central US", + "South Central US", + "Brazil South", + "Japan East", + "Japan West", + "West US 2", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "UAE North", + "UAE Central" + ] + }, + "locations/checkNameAvailability": { + "resourceType": "locations/checkNameAvailability", + "apiVersions": [ + "2020-03-01", + "2019-10-01", + "2019-06-01", + "2019-03-01", + "2019-02-01", + "2018-10-01", + "2018-07-01", + "2018-04-02" + ], + "locations": [ + "West US", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast", + "East US", + "Canada Central", + "Canada East", + "Central US", + "East US 2", + "UK South", + "UK West", + "Central India", + "South India", + "North Central US", + "South Central US", + "Brazil South", + "Japan East", + "Japan West", + "West Central US", + "West US 2", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "UAE North", + "UAE Central" + ] + }, + "storageSyncServices/registeredServers": { + "resourceType": "storageSyncServices/registeredServers", + "apiVersions": [ + "2020-03-01", + "2019-10-01", + "2019-06-01", + "2019-03-01", + "2019-02-01", + "2018-10-01", + "2018-07-01", + "2018-04-02", + "2018-01-01-preview", + "2017-06-05-preview" + ], + "locations": [ + "West Central US", + "West US", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast", + "East US", + "Canada Central", + "Canada East", + "Central US", + "East US 2", + "UK South", + "UK West", + "Central India", + "South India", + "North Central US", + "South Central US", + "Brazil South", + "Japan East", + "Japan West", + "West US 2", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "UAE North", + "UAE Central" + ] + }, + "storageSyncServices/workflows": { + "resourceType": "storageSyncServices/workflows", + "apiVersions": [ + "2020-03-01", + "2019-10-01", + "2019-06-01", + "2019-03-01", + "2019-02-01", + "2018-10-01", + "2018-07-01", + "2018-04-02", + "2018-01-01-preview", + "2017-06-05-preview" + ], + "locations": [ + "West Central US", + "West US", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast", + "East US", + "Canada Central", + "Canada East", + "Central US", + "East US 2", + "UK South", + "UK West", + "Central India", + "South India", + "North Central US", + "South Central US", + "Brazil South", + "Japan East", + "Japan West", + "West US 2", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "UAE North", + "UAE Central" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-03-01", + "2019-10-01", + "2019-06-01", + "2019-03-01", + "2019-02-01", + "2018-10-01", + "2018-07-01", + "2018-04-02" + ], + "locations": [] + }, + "storageSyncServices/syncGroups/serverEndpoints": { + "resourceType": "storageSyncServices/syncGroups/serverEndpoints", + "apiVersions": [ + "2020-03-01", + "2019-10-01", + "2019-06-01", + "2019-03-01", + "2019-02-01", + "2018-10-01", + "2018-07-01", + "2018-04-02", + "2018-01-01-preview", + "2017-06-05-preview" + ], + "locations": [ + "West Central US", + "West US", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast", + "East US", + "Canada Central", + "Canada East", + "Central US", + "East US 2", + "UK South", + "UK West", + "Central India", + "South India", + "North Central US", + "South Central US", + "Brazil South", + "Japan East", + "Japan West", + "West US 2", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "UAE North", + "UAE Central" + ] + }, + "locations/workflows": { + "resourceType": "locations/workflows", + "apiVersions": [ + "2020-03-01", + "2019-10-01", + "2019-06-01", + "2019-03-01", + "2019-02-01", + "2018-10-01", + "2018-07-01", + "2018-04-02" + ], + "locations": [ + "West US", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast", + "East US", + "Canada Central", + "Canada East", + "Central US", + "East US 2", + "UK South", + "UK West", + "Central India", + "South India", + "West Central US", + "West US 2", + "North Central US", + "South Central US", + "Brazil South", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "UAE North", + "UAE Central" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-03-01", + "2019-10-01", + "2019-06-01", + "2019-03-01", + "2019-02-01", + "2018-10-01", + "2018-07-01", + "2018-04-02", + "2018-01-01-preview", + "2017-06-05-preview" + ], + "locations": [] + }, + "locations/operationResults": { + "resourceType": "locations/operationResults", + "apiVersions": [ + "2020-03-01" + ], + "locations": [ + "West Central US", + "West US", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast", + "East US", + "Canada Central", + "Canada East", + "Central US", + "East US 2", + "UK South", + "UK West", + "Central India", + "South India", + "North Central US", + "South Central US", + "Brazil South", + "Japan East", + "Japan West", + "West US 2", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "UAE North", + "UAE Central" + ] + }, + "locations/operations": { + "resourceType": "locations/operations", + "apiVersions": [ + "2020-03-01" + ], + "locations": [ + "West Central US", + "West US", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast", + "East US", + "Canada Central", + "Canada East", + "Central US", + "East US 2", + "UK South", + "UK West", + "Central India", + "South India", + "North Central US", + "South Central US", + "Brazil South", + "Japan East", + "Japan West", + "West US 2", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "UAE North", + "UAE Central" + ] + }, + "storageSyncServices/syncGroups": { + "resourceType": "storageSyncServices/syncGroups", + "apiVersions": [ + "2020-03-01", + "2019-10-01", + "2019-06-01", + "2019-03-01", + "2019-02-01", + "2018-10-01", + "2018-07-01", + "2018-04-02", + "2018-01-01-preview", + "2017-06-05-preview" + ], + "locations": [ + "West Central US", + "West US", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast", + "East US", + "Canada Central", + "Canada East", + "Central US", + "East US 2", + "UK South", + "UK West", + "Central India", + "South India", + "North Central US", + "South Central US", + "Brazil South", + "Japan East", + "Japan West", + "West US 2", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "UAE North", + "UAE Central" + ] + } + } + }, + "Microsoft.IndustryDataLifecycle": { + "types": { + "memberCollaboratives/sharedDataPackages": { + "resourceType": "memberCollaboratives/sharedDataPackages", + "apiVersions": [ + "2020-01-12-preview" + ], + "locations": [ + "West Central US", + "East US 2" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-01-12-preview" + ], + "locations": [] + }, + "custodianCollaboratives/collaborativeImage": { + "resourceType": "custodianCollaboratives/collaborativeImage", + "apiVersions": [ + "2020-01-12-preview" + ], + "locations": [ + "West Central US", + "East US 2" + ] + }, + "locations/downloadInvitationFile": { + "resourceType": "locations/downloadInvitationFile", + "apiVersions": [ + "2020-01-12-preview" + ], + "locations": [ + "West Central US", + "East US 2" + ] + }, + "custodianCollaboratives/receivedDataPackages": { + "resourceType": "custodianCollaboratives/receivedDataPackages", + "apiVersions": [ + "2020-01-12-preview" + ], + "locations": [ + "West Central US", + "East US 2" + ] + }, + "dataproviders": { + "resourceType": "dataproviders", + "apiVersions": [ + "2020-01-12-preview" + ], + "locations": [] + }, + "locations/rejectInvitation": { + "resourceType": "locations/rejectInvitation", + "apiVersions": [ + "2020-01-12-preview" + ], + "locations": [ + "West Central US", + "East US 2" + ] + }, + "locations/dataPackages": { + "resourceType": "locations/dataPackages", + "apiVersions": [ + "2020-01-12-preview" + ], + "locations": [ + "West Central US", + "East US 2" + ] + }, + "custodianCollaboratives/termsOfUseDocuments": { + "resourceType": "custodianCollaboratives/termsOfUseDocuments", + "apiVersions": [ + "2020-01-12-preview" + ], + "locations": [ + "West Central US", + "East US 2" + ] + }, + "custodianCollaboratives/invitations": { + "resourceType": "custodianCollaboratives/invitations", + "apiVersions": [ + "2020-01-12-preview" + ], + "locations": [ + "West Central US", + "East US 2" + ] + }, + "custodianCollaboratives/invitations/termsOfUseDocuments": { + "resourceType": "custodianCollaboratives/invitations/termsOfUseDocuments", + "apiVersions": [ + "2020-01-12-preview" + ], + "locations": [ + "West Central US", + "East US 2" + ] + }, + "collaborativeInvitations": { + "resourceType": "collaborativeInvitations", + "apiVersions": [ + "2020-01-12-preview" + ], + "locations": [ + "West Central US", + "East US 2" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-01-12-preview" + ], + "locations": [ + "West Central US", + "East US 2" + ] + }, + "memberCollaboratives": { + "resourceType": "memberCollaboratives", + "apiVersions": [ + "2020-01-12-preview" + ], + "locations": [ + "West Central US", + "East US 2" + ] + } + } + }, + "Microsoft.NotificationHubs": { + "types": { + "namespaces/notificationHubs": { + "resourceType": "namespaces/notificationHubs", + "apiVersions": [ + "2017-04-01", + "2016-03-01", + "2014-09-01" + ], + "locations": [ + "Australia East", + "Australia Southeast", + "Central US", + "East US", + "East US 2", + "West US", + "West US 2", + "North Central US", + "South Central US", + "West Central US", + "East Asia", + "Southeast Asia", + "Brazil South", + "Japan East", + "Japan West", + "North Europe", + "West Europe", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "UK West", + "UK South", + "Germany West Central", + "Australia Central", + "Australia Central 2" + ] + }, + "checkNamespaceAvailability": { + "resourceType": "checkNamespaceAvailability", + "apiVersions": [ + "2017-04-01", + "2016-03-01", + "2014-09-01" + ], + "locations": [ + "Australia East", + "Australia Southeast", + "Central US", + "East US", + "East US 2", + "West US", + "West US 2", + "North Central US", + "South Central US", + "West Central US", + "East Asia", + "Southeast Asia", + "Brazil South", + "Japan East", + "Japan West", + "North Europe", + "West Europe", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "UK West", + "UK South", + "Germany West Central", + "Australia Central", + "Australia Central 2" + ] + }, + "namespaces": { + "resourceType": "namespaces", + "apiVersions": [ + "2017-04-01", + "2016-03-01", + "2014-09-01" + ], + "locations": [ + "Australia East", + "Australia Southeast", + "Central US", + "East US", + "East US 2", + "West US", + "West US 2", + "North Central US", + "South Central US", + "West Central US", + "East Asia", + "Southeast Asia", + "Brazil South", + "Japan East", + "Japan West", + "North Europe", + "West Europe", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "UK West", + "UK South", + "Germany West Central", + "Australia Central", + "Australia Central 2" + ] + }, + "operationResults": { + "resourceType": "operationResults", + "apiVersions": [ + "2017-04-01", + "2016-03-01", + "2014-09-01" + ], + "locations": [ + "Australia East", + "Australia Southeast", + "Central US", + "East US", + "East US 2", + "West US", + "West US 2", + "North Central US", + "South Central US", + "West Central US", + "East Asia", + "Southeast Asia", + "Brazil South", + "Japan East", + "Japan West", + "North Europe", + "West Europe", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "UK West", + "UK South", + "Germany West Central", + "Australia Central", + "Australia Central 2" + ] + }, + "checkNameAvailability": { + "resourceType": "checkNameAvailability", + "apiVersions": [ + "2017-04-01", + "2016-03-01", + "2014-09-01" + ], + "locations": [ + "Australia East", + "Australia Southeast", + "Central US", + "East US", + "East US 2", + "West US", + "West US 2", + "North Central US", + "South Central US", + "West Central US", + "East Asia", + "Southeast Asia", + "Brazil South", + "Japan East", + "Japan West", + "North Europe", + "West Europe", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "UK West", + "UK South", + "Germany West Central", + "Australia Central", + "Australia Central 2" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2017-04-01", + "2016-03-01", + "2014-09-01" + ], + "locations": [ + "Australia East", + "Australia Southeast", + "Central US", + "East US", + "East US 2", + "West US", + "West US 2", + "North Central US", + "South Central US", + "West Central US", + "East Asia", + "Southeast Asia", + "Brazil South", + "Japan East", + "Japan West", + "North Europe", + "West Europe", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "UK West", + "UK South", + "Germany West Central", + "Australia Central", + "Australia Central 2" + ] + } + } + }, + "Microsoft.Compute": { + "types": { + "sshPublicKeys": { + "resourceType": "sshPublicKeys", + "apiVersions": [ + "2020-06-01", + "2019-12-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" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "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" + ], + "locations": [] + }, + "galleries": { + "resourceType": "galleries", + "apiVersions": [ + "2020-09-30", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "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" + ] + }, + "virtualMachineScaleSets": { + "resourceType": "virtualMachineScaleSets", + "apiVersions": [ + "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" + ], + "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" + ] + }, + "locations/logAnalytics": { + "resourceType": "locations/logAnalytics", + "apiVersions": [ + "2020-06-01", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-10-01", + "2018-06-01", + "2018-04-01", + "2017-12-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" + ] + }, + "galleries/images": { + "resourceType": "galleries/images", + "apiVersions": [ + "2020-09-30", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "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" + ] + }, + "locations/operations": { + "resourceType": "locations/operations", + "apiVersions": [ + "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" + ], + "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" + ] + }, + "locations/spotEvictionRates": { + "resourceType": "locations/spotEvictionRates", + "apiVersions": [ + "2020-06-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" + ] + }, + "locations/spotPriceHistory": { + "resourceType": "locations/spotPriceHistory", + "apiVersions": [ + "2020-06-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" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "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" + ], + "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" + ] + }, + "restorePointCollections": { + "resourceType": "restorePointCollections", + "apiVersions": [ + "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" + ], + "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" + ] + }, + "hostGroups": { + "resourceType": "hostGroups", + "apiVersions": [ + "2020-06-01", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-10-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" + ] + }, + "hostGroups/hosts": { + "resourceType": "hostGroups/hosts", + "apiVersions": [ + "2020-06-01", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-10-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" + ] + }, + "virtualMachineScaleSets/publicIPAddresses": { + "resourceType": "virtualMachineScaleSets/publicIPAddresses", + "apiVersions": [ + "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" + ], + "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" + ] + }, + "locations/publishers": { + "resourceType": "locations/publishers", + "apiVersions": [ + "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" + ], + "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" + ] + }, + "images": { + "resourceType": "images", + "apiVersions": [ + "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" + ], + "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" + ] + }, + "locations/artifactPublishers": { + "resourceType": "locations/artifactPublishers", + "apiVersions": [ + "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" + ] + }, + "virtualMachines/extensions": { + "resourceType": "virtualMachines/extensions", + "apiVersions": [ + "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" + ], + "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" + ] + }, + "locations/usages": { + "resourceType": "locations/usages", + "apiVersions": [ + "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" + ], + "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" + ] + }, + "proximityPlacementGroups": { + "resourceType": "proximityPlacementGroups", + "apiVersions": [ + "2020-06-01", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-10-01", + "2018-06-01", + "2018-04-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" + ] + }, + "restorePointCollections/restorePoints": { + "resourceType": "restorePointCollections/restorePoints", + "apiVersions": [ + "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" + ], + "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" + ] + }, + "virtualMachineScaleSets/virtualMachines/networkInterfaces": { + "resourceType": "virtualMachineScaleSets/virtualMachines/networkInterfaces", + "apiVersions": [ + "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" + ], + "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" + ] + }, + "galleries/images/versions": { + "resourceType": "galleries/images/versions", + "apiVersions": [ + "2020-09-30", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "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" + ] + }, + "locations/virtualMachines": { + "resourceType": "locations/virtualMachines", + "apiVersions": [ + "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" + ], + "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" + ] + }, + "sharedVMImages/versions": { + "resourceType": "sharedVMImages/versions", + "apiVersions": [ + "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" + ] + }, + "virtualMachines": { + "resourceType": "virtualMachines", + "apiVersions": [ + "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" + ], + "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" + ] + }, + "locations/capsoperations": { + "resourceType": "locations/capsoperations", + "apiVersions": [ + "2020-09-30", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-06-01", + "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", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "diskEncryptionSets": { + "resourceType": "diskEncryptionSets", + "apiVersions": [ + "2020-06-30", + "2020-05-01", + "2019-11-01", + "2019-07-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" + ] + }, + "locations/vmSizes": { + "resourceType": "locations/vmSizes", + "apiVersions": [ + "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" + ], + "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" + ] + }, + "locations/galleries": { + "resourceType": "locations/galleries", + "apiVersions": [ + "2020-09-30", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "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" + ] + }, + "disks": { + "resourceType": "disks", + "apiVersions": [ + "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" + ], + "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" + ] + }, + "virtualMachineScaleSets/virtualMachines": { + "resourceType": "virtualMachineScaleSets/virtualMachines", + "apiVersions": [ + "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" + ], + "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" + ] + }, + "virtualMachineScaleSets/extensions": { + "resourceType": "virtualMachineScaleSets/extensions", + "apiVersions": [ + "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" + ], + "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" + ] + }, + "locations/runCommands": { + "resourceType": "locations/runCommands", + "apiVersions": [ + "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" + ], + "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" + ] + }, + "snapshots": { + "resourceType": "snapshots", + "apiVersions": [ + "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" + ], + "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" + ] + }, + "sharedVMImages": { + "resourceType": "sharedVMImages", + "apiVersions": [ + "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" + ] + }, + "diskAccesses": { + "resourceType": "diskAccesses", + "apiVersions": [ + "2020-06-30", + "2020-05-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" + ] + }, + "locations/diskoperations": { + "resourceType": "locations/diskoperations", + "apiVersions": [ + "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" + ], + "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" + ] + }, + "availabilitySets": { + "resourceType": "availabilitySets", + "apiVersions": [ + "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" + ], + "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" + ] + }, + "virtualMachineScaleSets/networkInterfaces": { + "resourceType": "virtualMachineScaleSets/networkInterfaces", + "apiVersions": [ + "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" + ], + "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" + ] + }, + "virtualMachines/metricDefinitions": { + "resourceType": "virtualMachines/metricDefinitions", + "apiVersions": [ + "2014-04-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" + ] + } + } + }, + "Microsoft.DBforPostgreSQL": { + "types": { + "servers/waitStatistics": { + "resourceType": "servers/waitStatistics", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/advisors": { + "resourceType": "servers/advisors", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/administratorAzureAsyncOperation": { + "resourceType": "locations/administratorAzureAsyncOperation", + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/checkNameAvailability": { + "resourceType": "locations/checkNameAvailability", + "apiVersions": [ + "2020-02-14-privatepreview", + "2020-02-14-preview" + ], + "locations": [ + "East US 2", + "East US", + "West Europe", + "West US 2", + "North Europe", + "Japan East", + "Southeast Asia", + "UK South", + "Central US" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/recommendedActionSessionsAzureAsyncOperation": { + "resourceType": "locations/recommendedActionSessionsAzureAsyncOperation", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/checkVirtualNetworkSubnetUsage": { + "resourceType": "locations/checkVirtualNetworkSubnetUsage", + "apiVersions": [], + "locations": [ + "East US 2", + "East US", + "North Central US", + "Canada Central", + "Australia East", + "UK South", + "West Europe", + "Southeast Asia", + "West US 2", + "North Europe", + "Japan East", + "Central US" + ] + }, + "servers/topQueryStatistics": { + "resourceType": "servers/topQueryStatistics", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/securityAlertPoliciesOperationResults": { + "resourceType": "locations/securityAlertPoliciesOperationResults", + "apiVersions": [ + "2017-12-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers": { + "resourceType": "servers", + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/queryTexts": { + "resourceType": "servers/queryTexts", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/capabilities": { + "resourceType": "locations/capabilities", + "apiVersions": [ + "2020-02-14-privatepreview", + "2020-02-14-preview" + ], + "locations": [ + "East US 2", + "East US", + "West Europe", + "West US 2", + "North Europe", + "Japan East", + "Southeast Asia", + "UK South", + "Central US" + ] + }, + "locations/performanceTiers": { + "resourceType": "locations/performanceTiers", + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/privateEndpointConnectionProxies": { + "resourceType": "servers/privateEndpointConnectionProxies", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "serverGroups": { + "resourceType": "serverGroups", + "apiVersions": [ + "2018-03-29-privatepreview" + ], + "locations": [ + "East US 2", + "East US", + "North Central US", + "Canada Central", + "Australia East", + "UK South", + "West Europe", + "Southeast Asia", + "West US 2", + "North Europe" + ] + }, + "locations/privateEndpointConnectionOperationResults": { + "resourceType": "locations/privateEndpointConnectionOperationResults", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/privateEndpointConnectionProxyAzureAsyncOperation": { + "resourceType": "locations/privateEndpointConnectionProxyAzureAsyncOperation", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "checkNameAvailability": { + "resourceType": "checkNameAvailability", + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/privateEndpointConnectionAzureAsyncOperation": { + "resourceType": "locations/privateEndpointConnectionAzureAsyncOperation", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/operationResults": { + "resourceType": "locations/operationResults", + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/serverKeyAzureAsyncOperation": { + "resourceType": "locations/serverKeyAzureAsyncOperation", + "apiVersions": [ + "2020-01-01-privatepreview", + "2020-01-01-preview", + "2020-01-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "flexibleServers": { + "resourceType": "flexibleServers", + "apiVersions": [ + "2020-02-14-privatepreview", + "2020-02-14-preview" + ], + "locations": [ + "West US 2", + "East US", + "East US 2", + "West Europe", + "North Europe", + "Japan East", + "Southeast Asia", + "UK South", + "Central US" + ] + }, + "servers/privateEndpointConnections": { + "resourceType": "servers/privateEndpointConnections", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/azureAsyncOperation": { + "resourceType": "locations/azureAsyncOperation", + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/administratorOperationResults": { + "resourceType": "locations/administratorOperationResults", + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "serversv2": { + "resourceType": "serversv2", + "apiVersions": [ + "2018-03-29-privatepreview" + ], + "locations": [ + "East US 2", + "East US", + "North Central US", + "Canada Central", + "Australia East", + "UK South", + "West Europe", + "Southeast Asia", + "West US 2", + "North Europe" + ] + }, + "servers/virtualNetworkRules": { + "resourceType": "servers/virtualNetworkRules", + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/recommendedActionSessionsOperationResults": { + "resourceType": "locations/recommendedActionSessionsOperationResults", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/serverKeyOperationResults": { + "resourceType": "locations/serverKeyOperationResults", + "apiVersions": [ + "2020-01-01-privatepreview", + "2020-01-01-preview", + "2020-01-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/privateEndpointConnectionProxyOperationResults": { + "resourceType": "locations/privateEndpointConnectionProxyOperationResults", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/securityAlertPoliciesAzureAsyncOperation": { + "resourceType": "locations/securityAlertPoliciesAzureAsyncOperation", + "apiVersions": [ + "2017-12-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/recoverableServers": { + "resourceType": "servers/recoverableServers", + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/privateLinkResources": { + "resourceType": "servers/privateLinkResources", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/keys": { + "resourceType": "servers/keys", + "apiVersions": [ + "2020-01-01-privatepreview", + "2020-01-01-preview", + "2020-01-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + } + } + }, + "Microsoft.GuestConfiguration": { + "types": { + "software": { + "resourceType": "software", + "apiVersions": [ + "2018-06-30-preview" + ], + "locations": [ + "East US 2", + "South Central US" + ] + }, + "softwareUpdates": { + "resourceType": "softwareUpdates", + "apiVersions": [ + "2018-06-30-preview" + ], + "locations": [ + "East US 2", + "South Central US" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-06-25", + "2018-11-20", + "2018-06-30-preview", + "2018-01-20-preview" + ], + "locations": [] + }, + "softwareUpdateProfile": { + "resourceType": "softwareUpdateProfile", + "apiVersions": [ + "2018-06-30-preview" + ], + "locations": [ + "East US 2", + "South Central US" + ] + }, + "guestConfigurationAssignments": { + "resourceType": "guestConfigurationAssignments", + "apiVersions": [ + "2020-06-25", + "2018-11-20", + "2018-06-30-preview", + "2018-01-20-preview" + ], + "locations": [] + } + } + }, + "Microsoft.EventGrid": { + "types": { + "eventSubscriptions": { + "resourceType": "eventSubscriptions", + "apiVersions": [ + "2020-06-01", + "2020-04-01-preview", + "2020-01-01-preview", + "2019-06-01", + "2019-02-01-preview", + "2019-01-01", + "2018-09-15-preview", + "2018-05-01-preview", + "2018-01-01", + "2017-09-15-preview", + "2017-06-15-preview" + ], + "locations": [ + "West US 2", + "East US", + "West US", + "Central US", + "East US 2", + "West Central US", + "Australia East", + "Australia Southeast", + "Australia Central", + "Japan East", + "Japan West", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "North Central US", + "South Central US", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "South India", + "West India", + "France Central", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-06-01", + "2020-04-01-preview", + "2020-01-01-preview", + "2019-06-01", + "2019-02-01-preview", + "2019-01-01", + "2018-09-15-preview", + "2018-05-01-preview", + "2018-01-01", + "2017-09-15-preview", + "2017-06-15-preview" + ], + "locations": [ + "West US 2", + "East US", + "West US", + "Central US", + "East US 2", + "West Central US", + "Australia East", + "Australia Southeast", + "Australia Central", + "Japan East", + "Japan West", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "North Central US", + "South Central US", + "Brazil South", + "Brazil Southeast", + "Canada Central", + "Canada East", + "Central India", + "South India", + "West India", + "France Central", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/operationsStatus": { + "resourceType": "locations/operationsStatus", + "apiVersions": [ + "2020-06-01", + "2020-04-01-preview", + "2020-01-01-preview", + "2019-06-01", + "2019-02-01-preview", + "2019-01-01", + "2018-09-15-preview", + "2018-05-01-preview", + "2018-01-01", + "2017-09-15-preview", + "2017-06-15-preview" + ], + "locations": [ + "West US 2", + "East US", + "West US", + "Central US", + "East US 2", + "West Central US", + "Australia East", + "Australia Southeast", + "Australia Central", + "Japan East", + "Japan West", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "North Central US", + "South Central US", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "South India", + "West India", + "France Central", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "partnerNamespaces": { + "resourceType": "partnerNamespaces", + "apiVersions": [ + "2020-04-01-preview" + ], + "locations": [ + "West Central US", + "Central US", + "West US 2", + "East US", + "West US", + "East US 2", + "Australia East", + "Australia Southeast", + "Australia Central", + "Japan East", + "Japan West", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "North Central US", + "South Central US", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "South India", + "West India", + "France Central", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "domains": { + "resourceType": "domains", + "apiVersions": [ + "2020-06-01", + "2020-04-01-preview", + "2020-01-01-preview", + "2019-06-01", + "2019-02-01-preview", + "2018-09-15-preview" + ], + "locations": [ + "Central US", + "West US 2", + "East US", + "West US", + "East US 2", + "West Central US", + "Australia East", + "Australia Southeast", + "Australia Central", + "Japan East", + "Japan West", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "North Central US", + "South Central US", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "South India", + "West India", + "France Central", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "extensionTopics": { + "resourceType": "extensionTopics", + "apiVersions": [ + "2020-06-01", + "2020-04-01-preview", + "2020-01-01-preview", + "2019-06-01", + "2019-02-01-preview", + "2019-01-01", + "2018-09-15-preview", + "2018-05-01-preview", + "2018-01-01", + "2017-09-15-preview", + "2017-06-15-preview" + ], + "locations": [ + "West US 2", + "East US", + "West US", + "Central US", + "East US 2", + "West Central US", + "Australia East", + "Australia Southeast", + "Australia Central", + "Japan East", + "Japan West", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "North Central US", + "South Central US", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "South India", + "West India", + "France Central", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/topicTypes": { + "resourceType": "locations/topicTypes", + "apiVersions": [ + "2020-06-01", + "2020-04-01-preview", + "2020-01-01-preview", + "2019-06-01", + "2019-02-01-preview", + "2019-01-01", + "2018-09-15-preview", + "2018-05-01-preview", + "2018-01-01", + "2017-09-15-preview", + "2017-06-15-preview" + ], + "locations": [ + "West US 2", + "East US", + "West US", + "Central US", + "East US 2", + "West Central US", + "Australia East", + "Australia Southeast", + "Australia Central", + "Japan East", + "Japan West", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "North Central US", + "South Central US", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "South India", + "West India", + "France Central", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "partnerTopics/eventSubscriptions": { + "resourceType": "partnerTopics/eventSubscriptions", + "apiVersions": [ + "2020-04-01-preview" + ], + "locations": [ + "West Central US", + "Central US", + "West US 2", + "East US", + "West US", + "East US 2", + "Australia East", + "Australia Southeast", + "Australia Central", + "Japan East", + "Japan West", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "North Central US", + "South Central US", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "South India", + "West India", + "France Central", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "partnerTopics": { + "resourceType": "partnerTopics", + "apiVersions": [ + "2020-04-01-preview" + ], + "locations": [ + "West Central US", + "Central US", + "West US 2", + "East US", + "West US", + "East US 2", + "Australia East", + "Australia Southeast", + "Australia Central", + "Japan East", + "Japan West", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "North Central US", + "South Central US", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "South India", + "West India", + "France Central", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "domains/topics": { + "resourceType": "domains/topics", + "apiVersions": [ + "2020-06-01", + "2020-04-01-preview", + "2020-01-01-preview", + "2019-06-01", + "2019-02-01-preview", + "2018-09-15-preview" + ], + "locations": [ + "Central US", + "West US 2", + "East US", + "West US", + "East US 2", + "West Central US", + "Australia East", + "Australia Southeast", + "Australia Central", + "Japan East", + "Japan West", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "North Central US", + "South Central US", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "South India", + "West India", + "France Central", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "operationResults": { + "resourceType": "operationResults", + "apiVersions": [ + "2020-06-01", + "2020-04-01-preview", + "2020-01-01-preview", + "2019-06-01", + "2019-02-01-preview", + "2019-01-01", + "2018-09-15-preview", + "2018-05-01-preview", + "2018-01-01", + "2017-09-15-preview", + "2017-06-15-preview" + ], + "locations": [] + }, + "topicTypes": { + "resourceType": "topicTypes", + "apiVersions": [ + "2020-06-01", + "2020-04-01-preview", + "2020-01-01-preview", + "2019-06-01", + "2019-02-01-preview", + "2019-01-01", + "2018-09-15-preview", + "2018-05-01-preview", + "2018-01-01", + "2017-09-15-preview", + "2017-06-15-preview" + ], + "locations": [ + "West US 2", + "East US", + "West US", + "Central US", + "East US 2", + "West Central US", + "Australia East", + "Australia Southeast", + "Australia Central", + "Japan East", + "Japan West", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "North Central US", + "South Central US", + "Brazil South", + "Brazil Southeast", + "Canada Central", + "Canada East", + "Central India", + "South India", + "West India", + "France Central", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "systemTopics": { + "resourceType": "systemTopics", + "apiVersions": [ + "2020-04-01-preview" + ], + "locations": [ + "global", + "West Central US", + "Central US", + "West US 2", + "East US", + "West US", + "East US 2", + "Australia East", + "Australia Southeast", + "Australia Central", + "Japan East", + "Japan West", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "North Central US", + "South Central US", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "South India", + "West India", + "France Central", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "systemTopics/eventSubscriptions": { + "resourceType": "systemTopics/eventSubscriptions", + "apiVersions": [ + "2020-04-01-preview" + ], + "locations": [ + "global", + "West Central US", + "Central US", + "West US 2", + "East US", + "West US", + "East US 2", + "Australia East", + "Australia Southeast", + "Australia Central", + "Japan East", + "Japan West", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "North Central US", + "South Central US", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "South India", + "West India", + "France Central", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "topics": { + "resourceType": "topics", + "apiVersions": [ + "2020-06-01", + "2020-04-01-preview", + "2020-01-01-preview", + "2019-06-01", + "2019-02-01-preview", + "2019-01-01", + "2018-09-15-preview", + "2018-05-01-preview", + "2018-01-01", + "2017-09-15-preview", + "2017-06-15-preview" + ], + "locations": [ + "West US 2", + "East US", + "West US", + "Central US", + "East US 2", + "West Central US", + "Australia East", + "Australia Southeast", + "Australia Central", + "Japan East", + "Japan West", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "North Central US", + "South Central US", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "South India", + "West India", + "France Central", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/eventSubscriptions": { + "resourceType": "locations/eventSubscriptions", + "apiVersions": [ + "2020-06-01", + "2020-04-01-preview", + "2020-01-01-preview", + "2019-06-01", + "2019-02-01-preview", + "2019-01-01", + "2018-09-15-preview", + "2018-05-01-preview", + "2018-01-01", + "2017-09-15-preview", + "2017-06-15-preview" + ], + "locations": [ + "West US 2", + "East US", + "West US", + "Central US", + "East US 2", + "West Central US", + "Australia East", + "Australia Southeast", + "Australia Central", + "Japan East", + "Japan West", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "North Central US", + "South Central US", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "South India", + "West India", + "France Central", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "partnerNamespaces/eventChannels": { + "resourceType": "partnerNamespaces/eventChannels", + "apiVersions": [ + "2020-04-01-preview" + ], + "locations": [ + "West Central US", + "Central US", + "West US 2", + "East US", + "West US", + "East US 2", + "Australia East", + "Australia Southeast", + "Australia Central", + "Japan East", + "Japan West", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "North Central US", + "South Central US", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "South India", + "West India", + "France Central", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "operationsStatus": { + "resourceType": "operationsStatus", + "apiVersions": [ + "2020-06-01", + "2020-04-01-preview", + "2020-01-01-preview", + "2019-06-01", + "2019-02-01-preview", + "2019-01-01", + "2018-09-15-preview", + "2018-05-01-preview", + "2018-01-01", + "2017-09-15-preview", + "2017-06-15-preview" + ], + "locations": [] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-06-01", + "2020-04-01-preview", + "2020-01-01-preview", + "2019-06-01", + "2019-02-01-preview", + "2019-01-01", + "2018-09-15-preview", + "2018-05-01-preview", + "2018-01-01", + "2017-09-15-preview", + "2017-06-15-preview" + ], + "locations": [] + }, + "locations/operationResults": { + "resourceType": "locations/operationResults", + "apiVersions": [ + "2020-06-01", + "2020-04-01-preview", + "2020-01-01-preview", + "2019-06-01", + "2019-02-01-preview", + "2019-01-01", + "2018-09-15-preview", + "2018-05-01-preview", + "2018-01-01", + "2017-09-15-preview", + "2017-06-15-preview" + ], + "locations": [ + "West US 2", + "East US", + "West US", + "Central US", + "East US 2", + "West Central US", + "Australia East", + "Australia Southeast", + "Australia Central", + "Japan East", + "Japan West", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "North Central US", + "South Central US", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "South India", + "West India", + "France Central", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + } + } + }, + "Microsoft.CustomerLockbox": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2018-02-28-preview" + ], + "locations": [] + }, + "requests": { + "resourceType": "requests", + "apiVersions": [ + "2018-02-28-preview" + ], + "locations": [] + } + } + }, + "Microsoft.MixedReality": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-05-01", + "2020-04-06-preview", + "2019-12-02-preview", + "2019-02-28-preview" + ], + "locations": [] + }, + "remoteRenderingAccounts": { + "resourceType": "remoteRenderingAccounts", + "apiVersions": [ + "2020-04-06-preview", + "2019-12-02-preview" + ], + "locations": [ + "East US", + "East US 2", + "Southeast Asia", + "West Europe", + "West US 2" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-05-01", + "2020-04-06-preview", + "2019-12-02-preview", + "2019-02-28-preview" + ], + "locations": [] + }, + "locations/checkNameAvailability": { + "resourceType": "locations/checkNameAvailability", + "apiVersions": [ + "2020-05-01", + "2020-04-06-preview", + "2019-12-02-preview", + "2019-02-28-preview" + ], + "locations": [ + "Australia East", + "East US", + "East US 2", + "North Europe", + "South Central US", + "Southeast Asia", + "UK South", + "West Europe", + "West US 2" + ] + }, + "spatialAnchorsAccounts": { + "resourceType": "spatialAnchorsAccounts", + "apiVersions": [ + "2020-05-01", + "2019-12-02-preview", + "2019-02-28-preview" + ], + "locations": [ + "Australia East", + "East US", + "East US 2", + "North Europe", + "West Europe", + "South Central US", + "UK South", + "Southeast Asia" + ] + } + } + }, + "microsoft.support": { + "types": { + "services/problemclassifications": { + "resourceType": "services/problemclassifications", + "apiVersions": [ + "2020-04-01", + "2019-05-01-preview" + ], + "locations": [ + "North Central US", + "South Central US", + "Central US", + "West Europe", + "North Europe", + "West US", + "East US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast" + ] + }, + "checkNameAvailability": { + "resourceType": "checkNameAvailability", + "apiVersions": [ + "2020-04-01", + "2019-05-01-preview" + ], + "locations": [] + }, + "services": { + "resourceType": "services", + "apiVersions": [ + "2020-04-01", + "2019-05-01-preview" + ], + "locations": [ + "North Central US", + "South Central US", + "Central US", + "West Europe", + "North Europe", + "West US", + "East US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast" + ] + }, + "supporttickets": { + "resourceType": "supporttickets", + "apiVersions": [ + "2020-04-01", + "2019-05-01-preview", + "2015-07-01-Preview", + "2015-03-01" + ], + "locations": [ + "North Central US", + "South Central US", + "Central US", + "West Europe", + "North Europe", + "West US", + "East US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast" + ] + }, + "operationresults": { + "resourceType": "operationresults", + "apiVersions": [ + "2020-04-01", + "2019-05-01-preview" + ], + "locations": [ + "North Central US", + "South Central US", + "Central US", + "West Europe", + "North Europe", + "West US", + "East US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-04-01", + "2019-05-01-preview", + "2015-07-01-Preview", + "2015-03-01" + ], + "locations": [ + "North Central US", + "South Central US", + "Central US", + "West Europe", + "North Europe", + "West US", + "East US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast" + ] + }, + "operationsstatus": { + "resourceType": "operationsstatus", + "apiVersions": [ + "2020-04-01", + "2019-05-01-preview" + ], + "locations": [ + "North Central US", + "South Central US", + "Central US", + "West Europe", + "North Europe", + "West US", + "East US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast" + ] + } + } + }, + "Microsoft.AzureStackHCI": { + "types": { + "clusters": { + "resourceType": "clusters", + "apiVersions": [ + "2020-03-01-preview" + ], + "locations": [ + "East US", + "West Europe" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-03-01-preview" + ], + "locations": [] + } + } + }, + "Microsoft.HybridCompute": { + "types": { + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-08-02", + "2020-07-30-preview", + "2020-03-11-preview", + "2019-12-12", + "2019-08-02-preview" + ], + "locations": [ + "West Europe" + ] + }, + "locations/operationStatus": { + "resourceType": "locations/operationStatus", + "apiVersions": [ + "2020-08-02", + "2020-07-30-preview", + "2020-03-11-preview", + "2019-12-12", + "2019-08-02-preview" + ], + "locations": [ + "West Central US", + "West Europe", + "West US 2", + "Southeast Asia", + "East US", + "Australia East", + "South Central US", + "East US 2", + "North Europe", + "UK South" + ] + }, + "machines/extensions": { + "resourceType": "machines/extensions", + "apiVersions": [ + "2020-08-02", + "2020-07-30-preview", + "2020-03-11-preview", + "2019-12-12", + "2019-08-02-preview" + ], + "locations": [ + "West Central US", + "West Europe", + "West US 2", + "Southeast Asia", + "East US", + "Australia East", + "South Central US", + "East US 2", + "North Europe", + "UK South" + ] + }, + "machines": { + "resourceType": "machines", + "apiVersions": [ + "2020-08-02", + "2020-07-30-preview", + "2020-03-11-preview", + "2019-12-12", + "2019-08-02-preview", + "2019-03-18-preview" + ], + "locations": [ + "West Central US", + "West US 2", + "West Europe", + "Southeast Asia", + "East US", + "Australia East", + "South Central US", + "East US 2", + "North Europe", + "UK South" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-08-02", + "2020-07-30-preview", + "2020-03-11-preview", + "2019-12-12", + "2019-08-02-preview", + "2019-03-18-preview" + ], + "locations": [] + }, + "locations/operationResults": { + "resourceType": "locations/operationResults", + "apiVersions": [ + "2020-08-02", + "2020-07-30-preview", + "2020-03-11-preview", + "2019-12-12", + "2019-08-02-preview" + ], + "locations": [ + "West Central US", + "West Europe", + "West US 2", + "Southeast Asia", + "East US", + "Australia East", + "South Central US", + "East US 2", + "North Europe", + "UK South" + ] + } + } + }, + "Microsoft.VMware": { + "types": { + "Operations": { + "resourceType": "Operations", + "apiVersions": [ + "2019-12-20-privatepreview" + ], + "locations": [] + }, + "Locations": { + "resourceType": "Locations", + "apiVersions": [ + "2019-12-20-privatepreview" + ], + "locations": [] + }, + "Locations/OperationStatuses": { + "resourceType": "Locations/OperationStatuses", + "apiVersions": [ + "2019-12-20-privatepreview" + ], + "locations": [ + "East US", + "West US", + "East US 2 EUAP", + "West Europe" + ] + } + } + }, + "Pokitdok.Platform": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2016-05-17" + ], + "locations": [] + }, + "listCommunicationPreference": { + "resourceType": "listCommunicationPreference", + "apiVersions": [ + "2016-05-17" + ], + "locations": [] + }, + "updateCommunicationPreference": { + "resourceType": "updateCommunicationPreference", + "apiVersions": [ + "2016-05-17" + ], + "locations": [] + }, + "services": { + "resourceType": "services", + "apiVersions": [ + "2016-05-17" + ], + "locations": [ + "West US" + ] + } + } + }, + "Microsoft.Advisor": { + "types": { + "suppressions": { + "resourceType": "suppressions", + "apiVersions": [ + "2020-01-01", + "2017-04-19", + "2017-03-31", + "2016-07-12-preview", + "2016-05-09-preview" + ], + "locations": [] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-01-01", + "2017-04-19", + "2017-03-31", + "2016-07-12-preview", + "2016-05-09-preview" + ], + "locations": [] + }, + "generateRecommendations": { + "resourceType": "generateRecommendations", + "apiVersions": [ + "2020-01-01", + "2017-04-19", + "2017-03-31", + "2016-07-12-preview", + "2016-05-09-preview" + ], + "locations": [] + }, + "recommendations": { + "resourceType": "recommendations", + "apiVersions": [ + "2020-01-01", + "2017-04-19", + "2017-03-31", + "2016-07-12-preview", + "2016-05-09-preview" + ], + "locations": [] + } + } + }, + "Microsoft.Marketplace": { + "types": { + "offerTypes/publishers": { + "resourceType": "offerTypes/publishers", + "apiVersions": [ + "2018-03-01-beta" + ], + "locations": [] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2018-03-01-beta" + ], + "locations": [] + }, + "privateStoreClient": { + "resourceType": "privateStoreClient", + "apiVersions": [ + "2018-08-01-beta", + "2018-03-01-beta" + ], + "locations": [] + }, + "register": { + "resourceType": "register", + "apiVersions": [ + "2020-01-01" + ], + "locations": [] + }, + "offerTypes/publishers/offers": { + "resourceType": "offerTypes/publishers/offers", + "apiVersions": [ + "2018-03-01-beta" + ], + "locations": [] + }, + "privategalleryitems": { + "resourceType": "privategalleryitems", + "apiVersions": [ + "2018-03-01-beta" + ], + "locations": [] + }, + "offerTypes": { + "resourceType": "offerTypes", + "apiVersions": [ + "2018-03-01-beta" + ], + "locations": [] + }, + "publishers": { + "resourceType": "publishers", + "apiVersions": [ + "2019-06-30-preview" + ], + "locations": [] + }, + "macc": { + "resourceType": "macc", + "apiVersions": [ + "2018-08-01-beta" + ], + "locations": [] + }, + "privateStores/offers": { + "resourceType": "privateStores/offers", + "apiVersions": [ + "2020-01-01" + ], + "locations": [] + }, + "privateStores": { + "resourceType": "privateStores", + "apiVersions": [ + "2020-01-01" + ], + "locations": [] + }, + "offerTypes/publishers/offers/plans/configs/importImage": { + "resourceType": "offerTypes/publishers/offers/plans/configs/importImage", + "apiVersions": [ + "2018-03-01-beta" + ], + "locations": [] + }, + "offerTypes/publishers/offers/plans/configs": { + "resourceType": "offerTypes/publishers/offers/plans/configs", + "apiVersions": [ + "2018-03-01-beta" + ], + "locations": [] + }, + "offerTypes/publishers/offers/plans": { + "resourceType": "offerTypes/publishers/offers/plans", + "apiVersions": [ + "2018-03-01-beta" + ], + "locations": [] + }, + "products": { + "resourceType": "products", + "apiVersions": [ + "2018-08-01-beta" + ], + "locations": [] + }, + "listAvailableOffers": { + "resourceType": "listAvailableOffers", + "apiVersions": [ + "2018-03-01-beta" + ], + "locations": [] + }, + "offers": { + "resourceType": "offers", + "apiVersions": [ + "2018-08-01-beta" + ], + "locations": [] + }, + "publishers/offers/amendments": { + "resourceType": "publishers/offers/amendments", + "apiVersions": [ + "2019-06-30-preview" + ], + "locations": [] + }, + "offerTypes/publishers/offers/plans/agreements": { + "resourceType": "offerTypes/publishers/offers/plans/agreements", + "apiVersions": [ + "2018-03-01-beta" + ], + "locations": [] + }, + "publishers/offers": { + "resourceType": "publishers/offers", + "apiVersions": [ + "2019-06-30-preview" + ], + "locations": [] + } + } + }, + "Microsoft.ClassicCompute": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2017-04-01", + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01", + "2015-06-01", + "2014-06-01", + "2014-04-01", + "2014-01-01" + ], + "locations": [] + }, + "virtualMachines/metricDefinitions": { + "resourceType": "virtualMachines/metricDefinitions", + "apiVersions": [ + "2014-04-01" + ], + "locations": [ + "East US", + "East US 2", + "North Central US", + "North Europe", + "West Europe", + "Brazil South", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "West US", + "Central US", + "South Central US", + "Japan East", + "Japan West", + "East Asia", + "Southeast Asia", + "Australia East", + "Australia Southeast", + "Australia Central", + "West US 2", + "West Central US", + "Germany West Central", + "Norway East", + "South India", + "Central India", + "West India", + "Korea Central", + "Korea South", + "East US 2 (Stage)", + "North Central US (Stage)" + ] + }, + "quotas": { + "resourceType": "quotas", + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01", + "2015-06-01", + "2014-06-01", + "2014-01-01" + ], + "locations": [] + }, + "domainNames/internalLoadBalancers": { + "resourceType": "domainNames/internalLoadBalancers", + "apiVersions": [ + "2017-11-01", + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01", + "2015-06-01", + "2014-06-01", + "2014-01-01" + ], + "locations": [] + }, + "domainNames/slots/roles/metrics": { + "resourceType": "domainNames/slots/roles/metrics", + "apiVersions": [ + "2014-04-01" + ], + "locations": [] + }, + "domainNames/slots/roles/metricDefinitions": { + "resourceType": "domainNames/slots/roles/metricDefinitions", + "apiVersions": [ + "2014-04-01" + ], + "locations": [] + }, + "operatingSystems": { + "resourceType": "operatingSystems", + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01", + "2015-06-01", + "2014-06-01" + ], + "locations": [] + }, + "domainNames/slots/roles": { + "resourceType": "domainNames/slots/roles", + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01", + "2015-06-01", + "2014-06-01", + "2014-01-01" + ], + "locations": [ + "East Asia", + "Southeast Asia", + "East US", + "East US 2", + "West US", + "West US 2", + "North Central US", + "South Central US", + "West Central US", + "Central US", + "North Europe", + "West Europe", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "East US 2 (Stage)", + "North Central US (Stage)", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "capabilities": { + "resourceType": "capabilities", + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01", + "2015-06-01", + "2014-06-01" + ], + "locations": [] + }, + "domainNames": { + "resourceType": "domainNames", + "apiVersions": [ + "2020-02-01", + "2018-06-01", + "2017-11-15", + "2017-11-01", + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01", + "2015-06-01", + "2014-06-01", + "2014-01-01" + ], + "locations": [ + "East Asia", + "Southeast Asia", + "East US", + "East US 2", + "West US", + "West US 2", + "North Central US", + "South Central US", + "West Central US", + "Central US", + "North Europe", + "West Europe", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "East US 2 (Stage)", + "North Central US (Stage)", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "operationStatuses": { + "resourceType": "operationStatuses", + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01" + ], + "locations": [] + }, + "validateSubscriptionMoveAvailability": { + "resourceType": "validateSubscriptionMoveAvailability", + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01" + ], + "locations": [] + }, + "moveSubscriptionResources": { + "resourceType": "moveSubscriptionResources", + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01" + ], + "locations": [] + }, + "checkDomainNameAvailability": { + "resourceType": "checkDomainNameAvailability", + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01", + "2015-06-01", + "2014-06-01", + "2014-01-01" + ], + "locations": [] + }, + "virtualMachines/diagnosticSettings": { + "resourceType": "virtualMachines/diagnosticSettings", + "apiVersions": [ + "2014-04-01" + ], + "locations": [ + "East US", + "East US 2", + "North Central US", + "North Europe", + "West Europe", + "Brazil South", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US", + "Central US", + "South Central US", + "Japan East", + "Japan West", + "East Asia", + "Southeast Asia", + "Australia East", + "Australia Southeast", + "West US 2", + "West Central US", + "South India", + "Central India", + "West India", + "Korea Central", + "Korea South", + "East US 2 (Stage)", + "North Central US (Stage)" + ] + }, + "resourceTypes": { + "resourceType": "resourceTypes", + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01", + "2015-06-01", + "2014-06-01" + ], + "locations": [] + }, + "domainNames/slots": { + "resourceType": "domainNames/slots", + "apiVersions": [ + "2020-02-01", + "2018-06-01", + "2017-11-15", + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01", + "2015-06-01", + "2014-06-01", + "2014-01-01" + ], + "locations": [ + "East Asia", + "Southeast Asia", + "East US", + "East US 2", + "West US", + "West US 2", + "North Central US", + "South Central US", + "West Central US", + "Central US", + "North Europe", + "West Europe", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "East US 2 (Stage)", + "North Central US (Stage)", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Norway East", + "Germany West Central" + ] + }, + "domainNames/capabilities": { + "resourceType": "domainNames/capabilities", + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01", + "2015-06-01", + "2014-06-01" + ], + "locations": [] + }, + "virtualMachines/metrics": { + "resourceType": "virtualMachines/metrics", + "apiVersions": [ + "2014-04-01" + ], + "locations": [ + "North Central US", + "South Central US", + "East US", + "East US 2", + "Canada Central", + "Canada East", + "West US", + "West US 2", + "West Central US", + "Australia East", + "Australia Southeast", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "Central US", + "East Asia", + "Southeast Asia", + "North Europe", + "West Europe", + "UK South", + "UK West", + "Japan East", + "Japan West", + "Brazil South", + "South India", + "Central India", + "West India", + "East US 2 (Stage)", + "North Central US (Stage)", + "Korea Central", + "Korea South", + "France Central" + ] + }, + "domainNames/serviceCertificates": { + "resourceType": "domainNames/serviceCertificates", + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01", + "2015-06-01", + "2014-06-01" + ], + "locations": [] + }, + "virtualMachines": { + "resourceType": "virtualMachines", + "apiVersions": [ + "2017-04-01", + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01", + "2015-06-01", + "2014-06-01", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "East Asia", + "Southeast Asia", + "East US", + "East US 2", + "West US", + "West US 2", + "North Central US", + "South Central US", + "West Central US", + "Central US", + "North Europe", + "West Europe", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "East US 2 (Stage)", + "North Central US (Stage)", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "operatingSystemFamilies": { + "resourceType": "operatingSystemFamilies", + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01", + "2015-06-01", + "2014-06-01" + ], + "locations": [] + } + } + }, + "Microsoft.DataShare": { + "types": { + "locations/consumerInvitations": { + "resourceType": "locations/consumerInvitations", + "apiVersions": [ + "2019-11-01", + "2018-11-01-alpha" + ], + "locations": [ + "East US 2", + "East US", + "Australia East", + "West US 2", + "North Europe", + "UK South", + "West Europe", + "Southeast Asia", + "West Central US", + "South Central US", + "Canada Central" + ] + }, + "accounts/sharesubscriptions": { + "resourceType": "accounts/sharesubscriptions", + "apiVersions": [ + "2019-11-01" + ], + "locations": [ + "East US 2", + "North Europe", + "East US", + "UK South", + "Australia East", + "West Europe", + "Southeast Asia", + "West US 2", + "South Central US", + "Canada Central" + ] + }, + "accounts/shares/providersharesubscriptions": { + "resourceType": "accounts/shares/providersharesubscriptions", + "apiVersions": [ + "2019-11-01" + ], + "locations": [ + "East US 2", + "North Europe", + "East US", + "UK South", + "Australia East", + "West Europe", + "Southeast Asia", + "West US 2", + "South Central US", + "Canada Central" + ] + }, + "listinvitations": { + "resourceType": "listinvitations", + "apiVersions": [ + "2018-11-01-alpha" + ], + "locations": [ + "East US 2", + "East US", + "Australia East", + "Southeast Asia", + "West US 2", + "North Europe", + "UK South", + "Canada Central", + "West Central US" + ] + }, + "accounts/sharesubscriptions/consumerSourceDataSets": { + "resourceType": "accounts/sharesubscriptions/consumerSourceDataSets", + "apiVersions": [ + "2019-11-01" + ], + "locations": [ + "East US 2", + "North Europe", + "East US", + "UK South", + "Australia East", + "West Europe", + "Southeast Asia", + "West US 2", + "South Central US", + "Canada Central" + ] + }, + "accounts/shares": { + "resourceType": "accounts/shares", + "apiVersions": [ + "2019-11-01" + ], + "locations": [ + "East US 2", + "North Europe", + "East US", + "UK South", + "Australia East", + "West Europe", + "Southeast Asia", + "West US 2", + "South Central US", + "Canada Central" + ] + }, + "accounts/sharesubscriptions/datasetmappings": { + "resourceType": "accounts/sharesubscriptions/datasetmappings", + "apiVersions": [ + "2019-11-01" + ], + "locations": [ + "East US 2", + "North Europe", + "East US", + "UK South", + "Australia East", + "West Europe", + "Southeast Asia", + "West US 2", + "South Central US", + "Canada Central" + ] + }, + "accounts/shares/datasets": { + "resourceType": "accounts/shares/datasets", + "apiVersions": [ + "2019-11-01" + ], + "locations": [ + "East US 2", + "North Europe", + "East US", + "UK South", + "Australia East", + "West Europe", + "Southeast Asia", + "West US 2", + "South Central US", + "Canada Central" + ] + }, + "locations/rejectInvitation": { + "resourceType": "locations/rejectInvitation", + "apiVersions": [ + "2019-11-01", + "2018-11-01-alpha" + ], + "locations": [ + "East US 2", + "East US", + "Australia East", + "West US 2", + "North Europe", + "UK South", + "West Europe", + "Southeast Asia", + "West Central US", + "South Central US", + "Canada Central" + ] + }, + "accounts/sharesubscriptions/triggers": { + "resourceType": "accounts/sharesubscriptions/triggers", + "apiVersions": [ + "2019-11-01" + ], + "locations": [ + "East US 2", + "North Europe", + "East US", + "UK South", + "Australia East", + "West Europe", + "Southeast Asia", + "West US 2", + "South Central US", + "Canada Central" + ] + }, + "accounts/shares/synchronizationSettings": { + "resourceType": "accounts/shares/synchronizationSettings", + "apiVersions": [ + "2019-11-01" + ], + "locations": [ + "East US 2", + "North Europe", + "East US", + "UK South", + "Australia East", + "West Europe", + "Southeast Asia", + "West US 2", + "South Central US", + "Canada Central" + ] + }, + "accounts": { + "resourceType": "accounts", + "apiVersions": [ + "2019-11-01" + ], + "locations": [ + "East US 2", + "North Europe", + "East US", + "UK South", + "Australia East", + "West Europe", + "Southeast Asia", + "West US 2", + "South Central US", + "Canada Central" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2019-11-01", + "2018-11-01-preview" + ], + "locations": [] + }, + "accounts/shares/invitations": { + "resourceType": "accounts/shares/invitations", + "apiVersions": [ + "2019-11-01" + ], + "locations": [ + "East US 2", + "North Europe", + "East US", + "UK South", + "Australia East", + "West Europe", + "Southeast Asia", + "West US 2", + "South Central US", + "Canada Central" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2019-11-01", + "2018-11-01-preview" + ], + "locations": [ + "East US 2" + ] + }, + "locations/operationResults": { + "resourceType": "locations/operationResults", + "apiVersions": [ + "2019-11-01" + ], + "locations": [ + "East US 2", + "North Europe", + "East US", + "UK South", + "Australia East", + "West Europe", + "Southeast Asia", + "West Central US", + "West US 2", + "South Central US", + "Canada Central" + ] + } + } + }, + "Microsoft.ContainerRegistry": { + "types": { + "registries/builds/cancel": { + "resourceType": "registries/builds/cancel", + "apiVersions": [ + "2018-02-01-preview" + ], + "locations": [ + "East US", + "West Europe", + "West US 2", + "South Central US", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Southeast Asia", + "South India", + "UK South", + "UK West", + "West US", + "West Central US", + "France Central", + "Korea Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Switzerland West", + "UAE Central", + "Brazil Southeast", + "Germany West Central" + ] + }, + "locations/authorize": { + "resourceType": "locations/authorize", + "apiVersions": [ + "2018-02-01-preview" + ], + "locations": [ + "East US", + "West Europe", + "West US 2", + "South Central US", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Southeast Asia", + "South India", + "UK South", + "UK West", + "West US", + "West Central US", + "France Central", + "Korea Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Switzerland West", + "UAE Central", + "Brazil Southeast", + "Germany West Central" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2019-12-01-preview", + "2019-05-01-preview", + "2019-05-01", + "2017-10-01", + "2017-06-01-preview" + ], + "locations": [ + "South Central US", + "East US", + "West US", + "Central US", + "East US 2", + "North Central US", + "West Central US", + "West US 2", + "Brazil South", + "Canada East", + "Canada Central", + "West Europe", + "North Europe", + "UK South", + "UK West", + "Australia East", + "Australia Southeast", + "Central India", + "East Asia", + "Japan East", + "Japan West", + "Southeast Asia", + "South India", + "Korea Central", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "UAE Central", + "Switzerland West", + "Germany West Central", + "Brazil Southeast" + ] + }, + "registries/importPipelines": { + "resourceType": "registries/importPipelines", + "apiVersions": [ + "2019-12-01-preview" + ], + "locations": [ + "West US", + "East US", + "South Central US", + "West Europe", + "Switzerland North", + "North Europe", + "UK South", + "UK West", + "Australia East", + "Australia Southeast", + "Central India", + "East Asia", + "Japan East", + "Japan West", + "Southeast Asia", + "South India", + "Brazil South", + "Canada East", + "Canada Central", + "Central US", + "East US 2", + "North Central US", + "West Central US", + "West US 2", + "Korea Central", + "France Central", + "South Africa North", + "UAE North", + "UAE Central", + "Switzerland West", + "Germany West Central", + "Brazil Southeast" + ] + }, + "registries/listPolicies": { + "resourceType": "registries/listPolicies", + "apiVersions": [ + "2017-10-01" + ], + "locations": [ + "West US", + "East US", + "South Central US", + "West Europe", + "North Europe", + "UK South", + "UK West", + "Australia East", + "Australia Southeast", + "Central India", + "Korea Central", + "South Africa North", + "UAE North", + "France Central", + "East Asia", + "Japan East", + "Japan West", + "Southeast Asia", + "South India", + "Brazil South", + "Canada East", + "Canada Central", + "Central US", + "East US 2", + "North Central US", + "West Central US", + "West US 2", + "Switzerland North", + "Switzerland West", + "UAE Central", + "Germany West Central", + "Brazil Southeast" + ] + }, + "registries/agentPools/listQueueStatus": { + "resourceType": "registries/agentPools/listQueueStatus", + "apiVersions": [ + "2019-06-01-preview" + ], + "locations": [ + "East US", + "West US 2", + "South Central US", + "Central US", + "East US 2" + ] + }, + "locations/deleteVirtualNetworkOrSubnets": { + "resourceType": "locations/deleteVirtualNetworkOrSubnets", + "apiVersions": [ + "2019-05-01", + "2017-10-01" + ], + "locations": [ + "West Central US", + "East US", + "West Europe", + "South Central US", + "West US", + "Japan East", + "North Europe", + "Southeast Asia", + "North Central US", + "East US 2", + "West US 2", + "Brazil South", + "Australia East", + "Central India", + "Korea Central", + "South Africa North", + "UAE North", + "France Central", + "Central US", + "Canada East", + "Canada Central", + "UK South", + "UK West", + "Australia Southeast", + "East Asia", + "Japan West", + "South India", + "Switzerland North", + "UAE Central", + "Switzerland West", + "Germany West Central", + "Brazil Southeast" + ] + }, + "registries/regenerateCredential": { + "resourceType": "registries/regenerateCredential", + "apiVersions": [ + "2019-12-01-preview", + "2019-05-01", + "2017-10-01", + "2017-03-01" + ], + "locations": [ + "South Central US", + "West US", + "East US", + "West Europe", + "North Europe", + "UK South", + "UK West", + "Australia East", + "Australia Southeast", + "Central India", + "Korea Central", + "South Africa North", + "UAE North", + "France Central", + "East Asia", + "Japan East", + "Japan West", + "Southeast Asia", + "South India", + "Brazil South", + "Canada East", + "Canada Central", + "Central US", + "East US 2", + "North Central US", + "West Central US", + "West US 2", + "Switzerland North", + "UAE Central", + "Switzerland West", + "Germany West Central", + "Brazil Southeast" + ] + }, + "registries/generateCredentials": { + "resourceType": "registries/generateCredentials", + "apiVersions": [ + "2019-05-01-preview" + ], + "locations": [ + "West US", + "East US", + "South Central US", + "West Europe", + "North Europe", + "UK South", + "UK West", + "Australia East", + "Australia Southeast", + "Central India", + "East Asia", + "Japan East", + "Japan West", + "Southeast Asia", + "South India", + "Brazil South", + "Canada East", + "Canada Central", + "Central US", + "East US 2", + "North Central US", + "West Central US", + "West US 2", + "Korea Central", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "UAE Central", + "Switzerland West", + "Germany West Central", + "Brazil Southeast" + ] + }, + "registries/updatePolicies": { + "resourceType": "registries/updatePolicies", + "apiVersions": [ + "2017-10-01" + ], + "locations": [ + "West US", + "East US", + "South Central US", + "West Europe", + "North Europe", + "UK South", + "UK West", + "Australia East", + "Australia Southeast", + "Central India", + "Korea Central", + "South Africa North", + "UAE North", + "France Central", + "East Asia", + "Japan East", + "Japan West", + "Southeast Asia", + "South India", + "Brazil South", + "Canada East", + "Canada Central", + "Central US", + "East US 2", + "North Central US", + "West Central US", + "West US 2", + "Switzerland North", + "Switzerland West", + "UAE Central", + "Germany West Central", + "Brazil Southeast" + ] + }, + "checkNameAvailability": { + "resourceType": "checkNameAvailability", + "apiVersions": [ + "2019-12-01-preview", + "2019-05-01", + "2017-10-01", + "2017-06-01-preview", + "2017-03-01", + "2016-06-27-preview" + ], + "locations": [ + "South Central US", + "East US", + "West US", + "Central US", + "East US 2", + "North Central US", + "West Central US", + "West US 2", + "Brazil South", + "Canada East", + "Canada Central", + "West Europe", + "North Europe", + "UK South", + "UK West", + "Australia East", + "Australia Southeast", + "Central India", + "East Asia", + "Japan East", + "Japan West", + "Southeast Asia", + "South India", + "Korea Central", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "UAE Central", + "Switzerland West", + "Germany West Central", + "Brazil Southeast" + ] + }, + "registries/webhooks/ping": { + "resourceType": "registries/webhooks/ping", + "apiVersions": [ + "2019-12-01-preview", + "2019-05-01", + "2017-10-01" + ], + "locations": [ + "West Central US", + "East US", + "West Europe", + "South Central US", + "West US", + "Japan East", + "North Europe", + "Southeast Asia", + "North Central US", + "East US 2", + "West US 2", + "Brazil South", + "Australia East", + "Central India", + "Korea Central", + "South Africa North", + "UAE North", + "France Central", + "Central US", + "Canada East", + "Canada Central", + "UK South", + "UK West", + "Australia Southeast", + "East Asia", + "Japan West", + "South India", + "Switzerland North", + "UAE Central", + "Switzerland West", + "Germany West Central", + "Brazil Southeast" + ] + }, + "registries/listBuildSourceUploadUrl": { + "resourceType": "registries/listBuildSourceUploadUrl", + "apiVersions": [ + "2019-06-01-preview", + "2019-04-01", + "2018-09-01" + ], + "locations": [ + "East US", + "West Europe", + "West US 2", + "South Central US", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Southeast Asia", + "South India", + "UK South", + "UK West", + "West US", + "West Central US", + "France Central", + "Korea Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Switzerland West", + "UAE Central", + "Brazil Southeast", + "Germany West Central" + ] + }, + "registries/queueBuild": { + "resourceType": "registries/queueBuild", + "apiVersions": [ + "2018-02-01-preview" + ], + "locations": [ + "East US", + "West Europe", + "West US 2", + "South Central US", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Southeast Asia", + "South India", + "UK South", + "UK West", + "West US", + "West Central US", + "France Central", + "Korea Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Switzerland West", + "UAE Central", + "Brazil Southeast", + "Germany West Central" + ] + }, + "registries/exportPipelines": { + "resourceType": "registries/exportPipelines", + "apiVersions": [ + "2019-12-01-preview" + ], + "locations": [ + "West US", + "East US", + "South Central US", + "West Europe", + "Switzerland North", + "North Europe", + "UK South", + "UK West", + "Australia East", + "Australia Southeast", + "Central India", + "East Asia", + "Japan East", + "Japan West", + "Southeast Asia", + "South India", + "Brazil South", + "Canada East", + "Canada Central", + "Central US", + "East US 2", + "North Central US", + "West Central US", + "West US 2", + "Korea Central", + "France Central", + "South Africa North", + "UAE North", + "UAE Central", + "Switzerland West", + "Germany West Central", + "Brazil Southeast" + ] + }, + "registries/buildTasks/steps": { + "resourceType": "registries/buildTasks/steps", + "apiVersions": [ + "2018-02-01-preview" + ], + "locations": [ + "East US", + "West Europe", + "West US 2", + "South Central US", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Southeast Asia", + "South India", + "UK South", + "UK West", + "West US", + "West Central US", + "France Central", + "Korea Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Switzerland West", + "UAE Central", + "Brazil Southeast", + "Germany West Central" + ] + }, + "registries/regenerateCredentials": { + "resourceType": "registries/regenerateCredentials", + "apiVersions": [ + "2016-06-27-preview" + ], + "locations": [ + "West US", + "East US", + "South Central US", + "West Europe" + ] + }, + "registries/GetCredentials": { + "resourceType": "registries/GetCredentials", + "apiVersions": [ + "2016-06-27-preview" + ], + "locations": [ + "West US", + "East US", + "South Central US", + "West Europe" + ] + }, + "registries/tasks": { + "resourceType": "registries/tasks", + "apiVersions": [ + "2019-06-01-preview", + "2019-04-01", + "2018-09-01" + ], + "locations": [ + "East US", + "West Europe", + "West US 2", + "South Central US", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Southeast Asia", + "South India", + "UK South", + "UK West", + "West US", + "West Central US", + "France Central", + "Korea Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Switzerland West", + "UAE Central", + "Brazil Southeast", + "Germany West Central" + ] + }, + "registries/eventGridFilters": { + "resourceType": "registries/eventGridFilters", + "apiVersions": [ + "2019-05-01", + "2017-10-01" + ], + "locations": [ + "South Central US", + "West Central US", + "East US", + "West Europe", + "West US", + "Japan East", + "North Europe", + "Southeast Asia", + "North Central US", + "East US 2", + "West US 2", + "Brazil South", + "Australia East", + "Central India", + "Korea Central", + "South Africa North", + "UAE North", + "France Central", + "Central US", + "Canada East", + "Canada Central", + "UK South", + "UK West", + "Australia Southeast", + "East Asia", + "Japan West", + "South India", + "Switzerland North", + "UAE Central", + "Switzerland West", + "Germany West Central", + "Brazil Southeast" + ] + }, + "registries/taskRuns/listDetails": { + "resourceType": "registries/taskRuns/listDetails", + "apiVersions": [ + "2019-06-01-preview" + ], + "locations": [ + "East US", + "West Europe", + "West US 2", + "South Central US", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Southeast Asia", + "South India", + "UK South", + "UK West", + "West US", + "West Central US", + "France Central", + "Korea Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Switzerland West", + "UAE Central", + "Brazil Southeast", + "Germany West Central" + ] + }, + "registries/replications": { + "resourceType": "registries/replications", + "apiVersions": [ + "2019-12-01-preview", + "2019-05-01", + "2017-10-01" + ], + "locations": [ + "South Central US", + "West Central US", + "East US", + "West Europe", + "West US", + "Japan East", + "North Europe", + "Southeast Asia", + "North Central US", + "East US 2", + "West US 2", + "Brazil South", + "Australia East", + "Central India", + "Korea Central", + "South Africa North", + "UAE North", + "France Central", + "Central US", + "Canada East", + "Canada Central", + "UK South", + "UK West", + "Australia Southeast", + "East Asia", + "Japan West", + "South India", + "Switzerland North", + "UAE Central", + "Switzerland West", + "Germany West Central", + "Brazil Southeast" + ] + }, + "registries/builds/getLogLink": { + "resourceType": "registries/builds/getLogLink", + "apiVersions": [ + "2018-02-01-preview" + ], + "locations": [ + "East US", + "West Europe", + "West US 2", + "South Central US", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Southeast Asia", + "South India", + "UK South", + "UK West", + "West US", + "West Central US", + "France Central", + "Korea Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Switzerland West", + "UAE Central", + "Brazil Southeast", + "Germany West Central" + ] + }, + "registries/scopeMaps": { + "resourceType": "registries/scopeMaps", + "apiVersions": [ + "2019-05-01-preview" + ], + "locations": [ + "West US", + "East US", + "South Central US", + "West Europe", + "North Europe", + "UK South", + "UK West", + "Australia East", + "Australia Southeast", + "Central India", + "East Asia", + "Japan East", + "Japan West", + "Southeast Asia", + "South India", + "Brazil South", + "Canada East", + "Canada Central", + "Central US", + "East US 2", + "North Central US", + "West Central US", + "West US 2", + "Korea Central", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "UAE Central", + "Switzerland West", + "Germany West Central", + "Brazil Southeast" + ] + }, + "locations/operationResults": { + "resourceType": "locations/operationResults", + "apiVersions": [ + "2019-12-01-preview", + "2019-05-01-preview", + "2019-05-01", + "2017-10-01" + ], + "locations": [ + "West Central US", + "East US", + "West Europe", + "South Central US", + "West US", + "Japan East", + "North Europe", + "Southeast Asia", + "North Central US", + "East US 2", + "West US 2", + "Brazil South", + "Australia East", + "Central India", + "Korea Central", + "France Central", + "Central US", + "South Africa North", + "UAE North", + "Canada East", + "Canada Central", + "UK South", + "UK West", + "Australia Southeast", + "East Asia", + "Japan West", + "South India", + "Switzerland North", + "UAE Central", + "Switzerland West", + "Germany West Central", + "Brazil Southeast" + ] + }, + "registries/listCredentials": { + "resourceType": "registries/listCredentials", + "apiVersions": [ + "2019-12-01-preview", + "2019-05-01", + "2017-10-01", + "2017-03-01" + ], + "locations": [ + "South Central US", + "East US", + "West US", + "West Europe", + "North Europe", + "UK South", + "UK West", + "Australia East", + "Australia Southeast", + "Central India", + "Korea Central", + "South Africa North", + "UAE North", + "France Central", + "East Asia", + "Japan East", + "Japan West", + "Southeast Asia", + "South India", + "Brazil South", + "Canada East", + "Canada Central", + "Central US", + "East US 2", + "North Central US", + "West Central US", + "West US 2", + "Switzerland North", + "UAE Central", + "Switzerland West", + "Germany West Central", + "Brazil Southeast" + ] + }, + "registries/webhooks/listEvents": { + "resourceType": "registries/webhooks/listEvents", + "apiVersions": [ + "2019-12-01-preview", + "2019-05-01", + "2017-10-01" + ], + "locations": [ + "West Central US", + "East US", + "West Europe", + "South Central US", + "West US", + "Japan East", + "North Europe", + "Southeast Asia", + "North Central US", + "East US 2", + "West US 2", + "Brazil South", + "Australia East", + "Central India", + "Korea Central", + "South Africa North", + "UAE North", + "France Central", + "Central US", + "Canada East", + "Canada Central", + "UK South", + "UK West", + "Australia Southeast", + "East Asia", + "Japan West", + "South India", + "Switzerland North", + "UAE Central", + "Switzerland West", + "Germany West Central", + "Brazil Southeast" + ] + }, + "registries/getBuildSourceUploadUrl": { + "resourceType": "registries/getBuildSourceUploadUrl", + "apiVersions": [ + "2018-02-01-preview" + ], + "locations": [ + "East US", + "West Europe", + "West US 2", + "South Central US", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Southeast Asia", + "South India", + "UK South", + "UK West", + "West US", + "West Central US", + "France Central", + "Korea Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Switzerland West", + "UAE Central", + "Brazil Southeast", + "Germany West Central" + ] + }, + "registries/scheduleRun": { + "resourceType": "registries/scheduleRun", + "apiVersions": [ + "2019-06-01-preview", + "2019-04-01", + "2018-09-01" + ], + "locations": [ + "East US", + "West Europe", + "West US 2", + "South Central US", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Southeast Asia", + "South India", + "UK South", + "UK West", + "West US", + "West Central US", + "France Central", + "Korea Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Switzerland West", + "UAE Central", + "Brazil Southeast", + "Germany West Central" + ] + }, + "registries/tokens": { + "resourceType": "registries/tokens", + "apiVersions": [ + "2019-05-01-preview" + ], + "locations": [ + "West US", + "East US", + "South Central US", + "West Europe", + "North Europe", + "UK South", + "UK West", + "Australia East", + "Australia Southeast", + "Central India", + "East Asia", + "Japan East", + "Japan West", + "Southeast Asia", + "South India", + "Brazil South", + "Canada East", + "Canada Central", + "Central US", + "East US 2", + "North Central US", + "West Central US", + "West US 2", + "Korea Central", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "UAE Central", + "Switzerland West", + "Germany West Central", + "Brazil Southeast" + ] + }, + "locations/setupAuth": { + "resourceType": "locations/setupAuth", + "apiVersions": [ + "2018-02-01-preview" + ], + "locations": [ + "East US", + "West Europe", + "West US 2", + "South Central US", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Southeast Asia", + "South India", + "UK South", + "UK West", + "West US", + "West Central US", + "France Central", + "Korea Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Switzerland West", + "UAE Central", + "Brazil Southeast", + "Germany West Central" + ] + }, + "registries/tasks/listDetails": { + "resourceType": "registries/tasks/listDetails", + "apiVersions": [ + "2019-06-01-preview", + "2019-04-01", + "2018-09-01" + ], + "locations": [ + "East US", + "West Europe", + "West US 2", + "South Central US", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Southeast Asia", + "South India", + "UK South", + "UK West", + "West US", + "West Central US", + "France Central", + "Korea Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Switzerland West", + "UAE Central", + "Brazil Southeast", + "Germany West Central" + ] + }, + "registries/runs/cancel": { + "resourceType": "registries/runs/cancel", + "apiVersions": [ + "2019-06-01-preview", + "2019-04-01", + "2018-09-01" + ], + "locations": [ + "East US", + "West Europe", + "West US 2", + "South Central US", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Southeast Asia", + "South India", + "UK South", + "UK West", + "West US", + "West Central US", + "France Central", + "Korea Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Switzerland West", + "UAE Central", + "Brazil Southeast", + "Germany West Central" + ] + }, + "registries/buildTasks/steps/listBuildArguments": { + "resourceType": "registries/buildTasks/steps/listBuildArguments", + "apiVersions": [ + "2018-02-01-preview" + ], + "locations": [ + "East US", + "West Europe", + "West US 2", + "South Central US", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Southeast Asia", + "South India", + "UK South", + "UK West", + "West US", + "West Central US", + "France Central", + "Korea Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Switzerland West", + "UAE Central", + "Brazil Southeast", + "Germany West Central" + ] + }, + "registries/pipelineRuns": { + "resourceType": "registries/pipelineRuns", + "apiVersions": [ + "2019-12-01-preview" + ], + "locations": [ + "West US", + "East US", + "South Central US", + "West Europe", + "Switzerland North", + "North Europe", + "UK South", + "UK West", + "Australia East", + "Australia Southeast", + "Central India", + "East Asia", + "Japan East", + "Japan West", + "Southeast Asia", + "South India", + "Brazil South", + "Canada East", + "Canada Central", + "Central US", + "East US 2", + "North Central US", + "West Central US", + "West US 2", + "Korea Central", + "France Central", + "South Africa North", + "UAE North", + "UAE Central", + "Switzerland West", + "Germany West Central", + "Brazil Southeast" + ] + }, + "registries/buildTasks/listSourceRepositoryProperties": { + "resourceType": "registries/buildTasks/listSourceRepositoryProperties", + "apiVersions": [ + "2018-02-01-preview" + ], + "locations": [ + "East US", + "West Europe", + "West US 2", + "South Central US", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Southeast Asia", + "South India", + "UK South", + "UK West", + "West US", + "West Central US", + "France Central", + "Korea Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Switzerland West", + "UAE Central", + "Brazil Southeast", + "Germany West Central" + ] + }, + "registries/webhooks/getCallbackConfig": { + "resourceType": "registries/webhooks/getCallbackConfig", + "apiVersions": [ + "2019-12-01-preview", + "2019-05-01", + "2017-10-01" + ], + "locations": [ + "West Central US", + "East US", + "West Europe", + "South Central US", + "West US", + "Japan East", + "North Europe", + "Southeast Asia", + "North Central US", + "East US 2", + "West US 2", + "Brazil South", + "Australia East", + "Central India", + "Korea Central", + "South Africa North", + "UAE North", + "France Central", + "Central US", + "Canada East", + "Canada Central", + "UK South", + "UK West", + "Australia Southeast", + "East Asia", + "Japan West", + "South India", + "Switzerland North", + "UAE Central", + "Switzerland West", + "Germany West Central", + "Brazil Southeast" + ] + }, + "registries/runs": { + "resourceType": "registries/runs", + "apiVersions": [ + "2019-06-01-preview", + "2019-04-01", + "2018-09-01" + ], + "locations": [ + "East US", + "West Europe", + "West US 2", + "South Central US", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Southeast Asia", + "South India", + "UK South", + "UK West", + "West US", + "West Central US", + "France Central", + "Korea Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Switzerland West", + "UAE Central", + "Brazil Southeast", + "Germany West Central" + ] + }, + "registries/privateEndpointConnectionProxies/validate": { + "resourceType": "registries/privateEndpointConnectionProxies/validate", + "apiVersions": [ + "2019-12-01-preview" + ], + "locations": [ + "West US", + "East US", + "South Central US", + "West Europe", + "Switzerland North", + "North Europe", + "UK South", + "UK West", + "Australia East", + "Australia Southeast", + "Central India", + "East Asia", + "Japan East", + "Japan West", + "Southeast Asia", + "South India", + "Brazil South", + "Canada East", + "Canada Central", + "Central US", + "East US 2", + "North Central US", + "West Central US", + "West US 2", + "Korea Central", + "France Central", + "South Africa North", + "UAE North", + "UAE Central", + "Switzerland West", + "Germany West Central", + "Brazil Southeast" + ] + }, + "registries/privateEndpointConnectionProxies": { + "resourceType": "registries/privateEndpointConnectionProxies", + "apiVersions": [ + "2019-12-01-preview" + ], + "locations": [ + "West US", + "East US", + "South Central US", + "West Europe", + "Switzerland North", + "North Europe", + "UK South", + "UK West", + "Australia East", + "Australia Southeast", + "Central India", + "East Asia", + "Japan East", + "Japan West", + "Southeast Asia", + "South India", + "Brazil South", + "Canada East", + "Canada Central", + "Central US", + "East US 2", + "North Central US", + "West Central US", + "West US 2", + "Korea Central", + "France Central", + "South Africa North", + "UAE North", + "UAE Central", + "Switzerland West", + "Germany West Central", + "Brazil Southeast" + ] + }, + "registries/runs/listLogSasUrl": { + "resourceType": "registries/runs/listLogSasUrl", + "apiVersions": [ + "2019-06-01-preview", + "2019-04-01", + "2018-09-01" + ], + "locations": [ + "East US", + "West Europe", + "West US 2", + "South Central US", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Southeast Asia", + "South India", + "UK South", + "UK West", + "West US", + "West Central US", + "France Central", + "Korea Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Switzerland West", + "UAE Central", + "Brazil Southeast", + "Germany West Central" + ] + }, + "registries/webhooks": { + "resourceType": "registries/webhooks", + "apiVersions": [ + "2019-12-01-preview", + "2019-05-01", + "2017-10-01" + ], + "locations": [ + "West Central US", + "East US", + "West Europe", + "South Central US", + "West US", + "Japan East", + "North Europe", + "Southeast Asia", + "North Central US", + "East US 2", + "West US 2", + "Brazil South", + "Australia East", + "Central India", + "Korea Central", + "South Africa North", + "UAE North", + "France Central", + "Central US", + "Canada East", + "Canada Central", + "UK South", + "UK West", + "Australia Southeast", + "East Asia", + "Japan West", + "South India", + "Switzerland North", + "UAE Central", + "Switzerland West", + "Germany West Central", + "Brazil Southeast" + ] + }, + "registries/listUsages": { + "resourceType": "registries/listUsages", + "apiVersions": [ + "2019-12-01-preview", + "2019-05-01", + "2017-10-01" + ], + "locations": [ + "West Central US", + "East US", + "West Europe", + "South Central US", + "West US", + "Japan East", + "North Europe", + "Southeast Asia", + "North Central US", + "East US 2", + "West US 2", + "Brazil South", + "Australia East", + "Central India", + "Korea Central", + "South Africa North", + "UAE North", + "France Central", + "Central US", + "Canada East", + "Canada Central", + "UK South", + "UK West", + "Australia Southeast", + "East Asia", + "Japan West", + "South India", + "Switzerland North", + "UAE Central", + "Switzerland West", + "Germany West Central", + "Brazil Southeast" + ] + }, + "registries/taskRuns": { + "resourceType": "registries/taskRuns", + "apiVersions": [ + "2019-06-01-preview" + ], + "locations": [ + "East US", + "West Europe", + "West US 2", + "South Central US", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Southeast Asia", + "South India", + "UK South", + "UK West", + "West US", + "West Central US", + "France Central", + "Korea Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Switzerland West", + "UAE Central", + "Brazil Southeast", + "Germany West Central" + ] + }, + "registries/builds": { + "resourceType": "registries/builds", + "apiVersions": [ + "2018-02-01-preview" + ], + "locations": [ + "East US", + "West Europe", + "West US 2", + "South Central US", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Southeast Asia", + "South India", + "UK South", + "UK West", + "West US", + "West Central US", + "France Central", + "Korea Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Switzerland West", + "UAE Central", + "Brazil Southeast", + "Germany West Central" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2019-12-01-preview", + "2019-05-01", + "2017-10-01", + "2017-06-01-preview", + "2017-03-01" + ], + "locations": [ + "South Central US", + "East US", + "West US", + "Central US", + "East US 2", + "North Central US", + "West Central US", + "West US 2", + "Brazil South", + "Canada East", + "Canada Central", + "West Europe", + "North Europe", + "UK South", + "UK West", + "Australia East", + "Australia Southeast", + "Central India", + "East Asia", + "Japan East", + "Japan West", + "Southeast Asia", + "South India", + "Korea Central", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "UAE Central", + "Switzerland West", + "Germany West Central", + "Brazil Southeast" + ] + }, + "registries/agentPools": { + "resourceType": "registries/agentPools", + "apiVersions": [ + "2019-06-01-preview" + ], + "locations": [ + "East US", + "West US 2", + "South Central US", + "Central US", + "East US 2" + ] + }, + "registries": { + "resourceType": "registries", + "apiVersions": [ + "2019-12-01-preview", + "2019-05-01", + "2017-10-01", + "2017-03-01" + ], + "locations": [ + "West US", + "East US", + "South Central US", + "West Europe", + "North Europe", + "UK South", + "UK West", + "Australia East", + "Australia Southeast", + "Central India", + "Korea Central", + "France Central", + "South Africa North", + "UAE North", + "East Asia", + "Japan East", + "Japan West", + "Southeast Asia", + "South India", + "Brazil South", + "Canada East", + "Canada Central", + "Central US", + "East US 2", + "North Central US", + "West Central US", + "West US 2", + "Switzerland North", + "UAE Central", + "Switzerland West", + "Germany West Central", + "Brazil Southeast" + ] + }, + "registries/privateEndpointConnections": { + "resourceType": "registries/privateEndpointConnections", + "apiVersions": [ + "2019-12-01-preview" + ], + "locations": [ + "West US", + "East US", + "South Central US", + "West Europe", + "Switzerland North", + "North Europe", + "UK South", + "UK West", + "Australia East", + "Australia Southeast", + "Central India", + "East Asia", + "Japan East", + "Japan West", + "Southeast Asia", + "South India", + "Brazil South", + "Canada East", + "Canada Central", + "Central US", + "East US 2", + "North Central US", + "West Central US", + "West US 2", + "Korea Central", + "France Central", + "South Africa North", + "UAE North", + "UAE Central", + "Switzerland West", + "Germany West Central", + "Brazil Southeast" + ] + }, + "registries/importImage": { + "resourceType": "registries/importImage", + "apiVersions": [ + "2019-12-01-preview", + "2019-05-01", + "2017-10-01" + ], + "locations": [ + "South Central US", + "West Central US", + "East US", + "West Europe", + "West US", + "Japan East", + "North Europe", + "Southeast Asia", + "North Central US", + "East US 2", + "West US 2", + "Brazil South", + "Australia East", + "Central India", + "Korea Central", + "France Central", + "South Africa North", + "UAE North", + "Central US", + "Canada East", + "Canada Central", + "UK South", + "UK West", + "Australia Southeast", + "East Asia", + "Japan West", + "South India", + "Switzerland North", + "UAE Central", + "Switzerland West", + "Germany West Central", + "Brazil Southeast" + ] + }, + "registries/privateLinkResources": { + "resourceType": "registries/privateLinkResources", + "apiVersions": [ + "2019-12-01-preview" + ], + "locations": [ + "West US", + "East US", + "South Central US", + "West Europe", + "Switzerland North", + "North Europe", + "UK South", + "UK West", + "Australia East", + "Australia Southeast", + "Central India", + "East Asia", + "Japan East", + "Japan West", + "Southeast Asia", + "South India", + "Brazil South", + "Canada East", + "Canada Central", + "Central US", + "East US 2", + "North Central US", + "West Central US", + "West US 2", + "Korea Central", + "France Central", + "South Africa North", + "UAE North", + "UAE Central", + "Switzerland West", + "Germany West Central", + "Brazil Southeast" + ] + }, + "registries/buildTasks": { + "resourceType": "registries/buildTasks", + "apiVersions": [ + "2018-02-01-preview" + ], + "locations": [ + "East US", + "West Europe", + "West US 2", + "South Central US", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Southeast Asia", + "South India", + "UK South", + "UK West", + "West US", + "West Central US", + "France Central", + "Korea Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Switzerland West", + "UAE Central", + "Brazil Southeast", + "Germany West Central" + ] + } + } + }, + "Microsoft.HealthcareApis": { + "types": { + "services/iomtconnectors/mappings": { + "resourceType": "services/iomtconnectors/mappings", + "apiVersions": [ + "2020-05-01-preview" + ], + "locations": [ + "West US 2", + "UK South", + "East US 2", + "UK West", + "North Central US", + "Australia East", + "Southeast Asia", + "East US", + "West Europe", + "South Central US", + "North Europe", + "West Central US", + "Japan East" + ] + }, + "services/iomtconnectors": { + "resourceType": "services/iomtconnectors", + "apiVersions": [ + "2020-05-01-preview" + ], + "locations": [ + "West US 2", + "UK South", + "East US 2", + "UK West", + "North Central US", + "Australia East", + "Southeast Asia", + "East US", + "West Europe", + "South Central US", + "North Europe", + "West Central US", + "Japan East" + ] + }, + "services": { + "resourceType": "services", + "apiVersions": [ + "2020-03-15", + "2019-09-16", + "2018-08-20-preview" + ], + "locations": [ + "UK West", + "North Central US", + "West US 2", + "Australia East", + "Southeast Asia", + "UK South", + "East US", + "West Europe", + "South Central US", + "East US 2", + "North Europe", + "West Central US", + "Japan East" + ] + }, + "checkNameAvailability": { + "resourceType": "checkNameAvailability", + "apiVersions": [ + "2020-03-15", + "2019-09-16", + "2018-08-20-preview" + ], + "locations": [ + "UK West", + "North Central US", + "West US 2", + "Australia East", + "Southeast Asia", + "UK South", + "East US", + "West Europe", + "South Central US", + "East US 2", + "North Europe", + "West Central US", + "Japan East" + ] + }, + "services/iomtconnectors/connections": { + "resourceType": "services/iomtconnectors/connections", + "apiVersions": [ + "2020-05-01-preview" + ], + "locations": [ + "West US 2", + "UK South", + "East US 2", + "UK West", + "North Central US", + "Australia East", + "Southeast Asia", + "East US", + "West Europe", + "South Central US", + "North Europe", + "West Central US", + "Japan East" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-03-15", + "2019-09-16", + "2018-08-20-preview" + ], + "locations": [ + "UK West", + "North Central US", + "West US 2", + "Australia East", + "Southeast Asia", + "UK South", + "East US", + "West Europe", + "South Central US", + "East US 2", + "North Europe", + "West Central US", + "Japan East" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-03-30", + "2020-03-15", + "2019-09-16", + "2018-08-20-preview" + ], + "locations": [ + "UK West", + "North Central US", + "West US 2", + "Australia East", + "Southeast Asia", + "UK South", + "East US", + "West Europe", + "South Central US", + "East US 2", + "North Europe", + "West Central US", + "Japan East" + ] + }, + "locations/operationresults": { + "resourceType": "locations/operationresults", + "apiVersions": [ + "2020-05-01-preview", + "2020-03-15", + "2019-09-16", + "2018-08-20-preview" + ], + "locations": [ + "UK West", + "North Central US", + "West US 2", + "Australia East", + "Southeast Asia", + "UK South", + "East US", + "West Europe", + "South Central US", + "East US 2", + "North Europe", + "West Central US", + "Japan East" + ] + } + } + }, + "Microsoft.Addons": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2018-03-01", + "2017-05-15" + ], + "locations": [ + "West Central US", + "South Central US", + "East US", + "West Europe" + ] + }, + "supportProviders": { + "resourceType": "supportProviders", + "apiVersions": [ + "2018-03-01", + "2017-05-15" + ], + "locations": [ + "West Central US", + "South Central US", + "East US", + "West Europe" + ] + }, + "operationResults": { + "resourceType": "operationResults", + "apiVersions": [ + "2018-03-01", + "2017-05-15" + ], + "locations": [ + "West Central US", + "South Central US", + "East US", + "West Europe" + ] + } + } + }, + "Microsoft.WorkloadMonitor": { + "types": { + "components": { + "resourceType": "components", + "apiVersions": [ + "2018-08-31-preview" + ], + "locations": [] + }, + "monitorInstancesSummary": { + "resourceType": "monitorInstancesSummary", + "apiVersions": [ + "2018-08-31-preview" + ], + "locations": [] + }, + "monitors": { + "resourceType": "monitors", + "apiVersions": [ + "2020-01-13-preview", + "2018-08-31-preview" + ], + "locations": [] + }, + "notificationSettings": { + "resourceType": "notificationSettings", + "apiVersions": [ + "2018-08-31-preview" + ], + "locations": [] + }, + "componentsSummary": { + "resourceType": "componentsSummary", + "apiVersions": [ + "2018-08-31-preview" + ], + "locations": [] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-01-13-preview", + "2018-08-31-preview" + ], + "locations": [] + }, + "monitorInstances": { + "resourceType": "monitorInstances", + "apiVersions": [ + "2018-08-31-preview" + ], + "locations": [] + } + } + }, + "Microsoft.OffAzure": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-01-01", + "2019-06-06", + "2018-05-01-preview" + ], + "locations": [ + "Southeast Asia" + ] + }, + "ImportSites": { + "resourceType": "ImportSites", + "apiVersions": [ + "2020-02-01", + "2020-01-01-preview", + "2019-05-01-preview" + ], + "locations": [ + "Central US", + "West Europe", + "UK South", + "UK West", + "North Europe", + "West US 2", + "Southeast Asia", + "East Asia", + "Central India", + "South India", + "Canada Central", + "Australia Southeast", + "Japan West", + "Japan East", + "Brazil South", + "Korea Central", + "Korea South", + "France Central", + "Switzerland North" + ] + }, + "VMwareSites": { + "resourceType": "VMwareSites", + "apiVersions": [ + "2020-01-01-preview", + "2020-01-01", + "2019-06-06", + "2019-05-01-preview", + "2018-05-01-preview" + ], + "locations": [ + "Central US", + "West Europe", + "UK South", + "UK West", + "North Europe", + "West US 2", + "Southeast Asia", + "East Asia", + "Central India", + "South India", + "Canada Central", + "Australia Southeast", + "Japan West", + "Japan East", + "Brazil South", + "Korea Central", + "Korea South", + "France Central", + "Switzerland North" + ] + }, + "ServerSites": { + "resourceType": "ServerSites", + "apiVersions": [ + "2020-01-01-preview", + "2019-05-01-preview" + ], + "locations": [ + "Central US", + "West Europe", + "UK South", + "UK West", + "North Europe", + "West US 2", + "Southeast Asia", + "East Asia", + "Central India", + "South India", + "Canada Central", + "Australia Southeast", + "Japan West", + "Japan East", + "Brazil South", + "Korea Central", + "Korea South", + "France Central", + "Switzerland North" + ] + }, + "HyperVSites": { + "resourceType": "HyperVSites", + "apiVersions": [ + "2020-01-01", + "2019-06-06", + "2018-05-01-preview" + ], + "locations": [ + "Central US", + "West Europe", + "UK South", + "UK West", + "North Europe", + "West US 2", + "Southeast Asia", + "East Asia", + "Central India", + "South India", + "Canada Central", + "Australia Southeast", + "Japan West", + "Japan East", + "Brazil South", + "Korea Central", + "Korea South", + "France Central", + "Switzerland North" + ] + } + } + }, + "Microsoft.DBforMySQL": { + "types": { + "servers/waitStatistics": { + "resourceType": "servers/waitStatistics", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/advisors": { + "resourceType": "servers/advisors", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/administratorAzureAsyncOperation": { + "resourceType": "locations/administratorAzureAsyncOperation", + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/start": { + "resourceType": "servers/start", + "apiVersions": [ + "2020-01-01-privatepreview", + "2020-01-01-preview", + "2020-01-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/recommendedActionSessionsAzureAsyncOperation": { + "resourceType": "locations/recommendedActionSessionsAzureAsyncOperation", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/checkVirtualNetworkSubnetUsage": { + "resourceType": "locations/checkVirtualNetworkSubnetUsage", + "apiVersions": [ + "2020-07-01-privatepreview", + "2020-07-01-preview" + ], + "locations": [ + "East US 2", + "West US 2", + "Brazil South", + "Southeast Asia", + "North Europe" + ] + }, + "servers/topQueryStatistics": { + "resourceType": "servers/topQueryStatistics", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/securityAlertPoliciesOperationResults": { + "resourceType": "locations/securityAlertPoliciesOperationResults", + "apiVersions": [ + "2017-12-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers": { + "resourceType": "servers", + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/queryTexts": { + "resourceType": "servers/queryTexts", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/capabilities": { + "resourceType": "locations/capabilities", + "apiVersions": [ + "2020-07-01-privatepreview", + "2020-07-01-preview" + ], + "locations": [ + "East US 2", + "West US 2", + "Brazil South", + "Southeast Asia", + "North Europe" + ] + }, + "locations/performanceTiers": { + "resourceType": "locations/performanceTiers", + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "UAE North", + "Norway East", + "Switzerland North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/upgrade": { + "resourceType": "servers/upgrade", + "apiVersions": [ + "2020-01-01-privatepreview", + "2020-01-01-preview", + "2020-01-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/privateEndpointConnectionOperationResults": { + "resourceType": "locations/privateEndpointConnectionOperationResults", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/privateEndpointConnectionProxyAzureAsyncOperation": { + "resourceType": "locations/privateEndpointConnectionProxyAzureAsyncOperation", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "checkNameAvailability": { + "resourceType": "checkNameAvailability", + "apiVersions": [ + "2020-07-01-privatepreview", + "2020-07-01-preview", + "2017-12-01-preview", + "2017-12-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/privateEndpointConnectionAzureAsyncOperation": { + "resourceType": "locations/privateEndpointConnectionAzureAsyncOperation", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/operationResults": { + "resourceType": "locations/operationResults", + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/serverKeyAzureAsyncOperation": { + "resourceType": "locations/serverKeyAzureAsyncOperation", + "apiVersions": [ + "2020-01-01-privatepreview", + "2020-01-01-preview", + "2020-01-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "flexibleServers": { + "resourceType": "flexibleServers", + "apiVersions": [ + "2020-07-01-privatepreview", + "2020-07-01-preview" + ], + "locations": [ + "East US 2", + "West US 2", + "Brazil South", + "Southeast Asia", + "North Europe" + ] + }, + "servers/privateEndpointConnections": { + "resourceType": "servers/privateEndpointConnections", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/azureAsyncOperation": { + "resourceType": "locations/azureAsyncOperation", + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/stop": { + "resourceType": "servers/stop", + "apiVersions": [ + "2020-01-01-privatepreview", + "2020-01-01-preview", + "2020-01-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/administratorOperationResults": { + "resourceType": "locations/administratorOperationResults", + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/privateEndpointConnectionProxies": { + "resourceType": "servers/privateEndpointConnectionProxies", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/virtualNetworkRules": { + "resourceType": "servers/virtualNetworkRules", + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/recommendedActionSessionsOperationResults": { + "resourceType": "locations/recommendedActionSessionsOperationResults", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/serverKeyOperationResults": { + "resourceType": "locations/serverKeyOperationResults", + "apiVersions": [ + "2020-01-01-privatepreview", + "2020-01-01-preview", + "2020-01-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/privateEndpointConnectionProxyOperationResults": { + "resourceType": "locations/privateEndpointConnectionProxyOperationResults", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/securityAlertPoliciesAzureAsyncOperation": { + "resourceType": "locations/securityAlertPoliciesAzureAsyncOperation", + "apiVersions": [ + "2017-12-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/recoverableServers": { + "resourceType": "servers/recoverableServers", + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central US", + "Central India", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/privateLinkResources": { + "resourceType": "servers/privateLinkResources", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/keys": { + "resourceType": "servers/keys", + "apiVersions": [ + "2020-01-01-privatepreview", + "2020-01-01-preview", + "2020-01-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + } + } + }, + "Microsoft.MarketplaceApps": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2017-11-01" + ], + "locations": [] + }, + "updateCommunicationPreference": { + "resourceType": "updateCommunicationPreference", + "apiVersions": [ + "2017-11-01" + ], + "locations": [] + }, + "listCommunicationPreference": { + "resourceType": "listCommunicationPreference", + "apiVersions": [ + "2017-11-01" + ], + "locations": [] + }, + "classicDevServices": { + "resourceType": "classicDevServices", + "apiVersions": [ + "2017-11-01" + ], + "locations": [ + "Northwest US", + "East Asia", + "Southeast Asia", + "East US", + "East US 2", + "West US", + "West US 2", + "North Central US", + "South Central US", + "West Central US", + "Central US", + "North Europe", + "West Europe", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "Canada Central", + "Canada East" + ] + } + } + }, + "Microsoft.WindowsIoT": { + "types": { + "DeviceServices": { + "resourceType": "DeviceServices", + "apiVersions": [ + "2019-06-01", + "2018-02-16-preview" + ], + "locations": [ + "West US", + "East US" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2019-06-01", + "2018-02-16-preview" + ], + "locations": [ + "West US", + "East US", + "West Central US" + ] + } + } + }, + "Microsoft.Media": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview", + "2018-02-05", + "2015-10-01", + "2015-04-01" + ], + "locations": [] + }, + "mediaservices/contentKeyPolicies": { + "resourceType": "mediaservices/contentKeyPolicies", + "apiVersions": [ + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview" + ], + "locations": [ + "Japan West", + "Japan East", + "East Asia", + "Southeast Asia", + "West Europe", + "North Europe", + "East US", + "West US", + "Australia East", + "Australia Southeast", + "East US 2", + "Central US", + "Brazil South", + "Central India", + "West India", + "South India", + "North Central US", + "South Central US", + "UK South", + "UK West", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "UAE Central", + "UAE North", + "Germany West Central", + "Germany North", + "Switzerland West", + "Switzerland North" + ] + }, + "mediaservices/eventGridFilters": { + "resourceType": "mediaservices/eventGridFilters", + "apiVersions": [ + "2018-02-05" + ], + "locations": [ + "Japan West", + "Japan East", + "East Asia", + "Southeast Asia", + "West Europe", + "North Europe", + "East US", + "West US", + "Australia East", + "Australia Southeast", + "East US 2", + "Central US", + "Brazil South", + "Central India", + "West India", + "South India", + "North Central US", + "South Central US", + "UK South", + "UK West", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "UAE Central", + "UAE North", + "Germany West Central", + "Germany North", + "Switzerland West", + "Switzerland North" + ] + }, + "mediaservices/assets": { + "resourceType": "mediaservices/assets", + "apiVersions": [ + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview" + ], + "locations": [ + "Japan West", + "Japan East", + "East Asia", + "Southeast Asia", + "West Europe", + "North Europe", + "East US", + "West US", + "Australia East", + "Australia Southeast", + "East US 2", + "Central US", + "Brazil South", + "Central India", + "West India", + "South India", + "North Central US", + "South Central US", + "UK South", + "UK West", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "UAE Central", + "UAE North", + "Germany West Central", + "Germany North", + "Switzerland West", + "Switzerland North" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview" + ], + "locations": [] + }, + "mediaservices": { + "resourceType": "mediaservices", + "apiVersions": [ + "2020-05-01", + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview", + "2015-10-01", + "2015-04-01" + ], + "locations": [ + "Japan West", + "Japan East", + "East Asia", + "Southeast Asia", + "West Europe", + "North Europe", + "East US", + "West US", + "Australia East", + "Australia Southeast", + "East US 2", + "Central US", + "Brazil South", + "Central India", + "West India", + "South India", + "North Central US", + "South Central US", + "UK South", + "UK West", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "UAE Central", + "UAE North", + "Germany West Central", + "Germany North", + "Switzerland West", + "Switzerland North" + ] + }, + "mediaservices/liveOutputOperations": { + "resourceType": "mediaservices/liveOutputOperations", + "apiVersions": [ + "2019-05-01-preview", + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview" + ], + "locations": [ + "Japan West", + "Japan East", + "East Asia", + "Southeast Asia", + "West Europe", + "North Europe", + "East US", + "West US", + "Australia East", + "Australia Southeast", + "East US 2", + "Central US", + "Brazil South", + "Central India", + "West India", + "South India", + "North Central US", + "South Central US", + "UK South", + "UK West", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "UAE Central", + "UAE North", + "Germany West Central", + "Germany North", + "Switzerland West", + "Switzerland North" + ] + }, + "mediaservices/transforms/jobs": { + "resourceType": "mediaservices/transforms/jobs", + "apiVersions": [ + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview" + ], + "locations": [ + "Japan West", + "Japan East", + "East Asia", + "Southeast Asia", + "West Europe", + "North Europe", + "East US", + "West US", + "Australia East", + "Australia Southeast", + "East US 2", + "Central US", + "Brazil South", + "Central India", + "West India", + "South India", + "North Central US", + "South Central US", + "UK South", + "UK West", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "UAE Central", + "UAE North", + "Germany West Central", + "Germany North", + "Switzerland West", + "Switzerland North" + ] + }, + "mediaservices/accountFilters": { + "resourceType": "mediaservices/accountFilters", + "apiVersions": [ + "2018-07-01" + ], + "locations": [ + "Japan West", + "Japan East", + "East Asia", + "Southeast Asia", + "West Europe", + "North Europe", + "East US", + "West US", + "Australia East", + "Australia Southeast", + "East US 2", + "Central US", + "Brazil South", + "Central India", + "West India", + "South India", + "North Central US", + "South Central US", + "UK South", + "UK West", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "UAE Central", + "UAE North", + "Germany West Central", + "Germany North", + "Switzerland West", + "Switzerland North" + ] + }, + "mediaservices/streamingLocators": { + "resourceType": "mediaservices/streamingLocators", + "apiVersions": [ + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview" + ], + "locations": [ + "Japan West", + "Japan East", + "East Asia", + "Southeast Asia", + "West Europe", + "North Europe", + "East US", + "West US", + "Australia East", + "Australia Southeast", + "East US 2", + "Central US", + "Brazil South", + "Central India", + "West India", + "South India", + "North Central US", + "South Central US", + "UK South", + "UK West", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "UAE Central", + "UAE North", + "Germany West Central", + "Germany North", + "Switzerland West", + "Switzerland North" + ] + }, + "mediaservices/liveEventOperations": { + "resourceType": "mediaservices/liveEventOperations", + "apiVersions": [ + "2019-05-01-preview", + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview" + ], + "locations": [ + "Japan West", + "Japan East", + "East Asia", + "Southeast Asia", + "West Europe", + "North Europe", + "East US", + "West US", + "Australia East", + "Australia Southeast", + "East US 2", + "Central US", + "Brazil South", + "Central India", + "West India", + "South India", + "North Central US", + "South Central US", + "UK South", + "UK West", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "UAE Central", + "UAE North", + "Germany West Central", + "Germany North", + "Switzerland West", + "Switzerland North" + ] + }, + "checknameavailability": { + "resourceType": "checknameavailability", + "apiVersions": [ + "2015-10-01", + "2015-04-01" + ], + "locations": [] + }, + "mediaservices/transforms": { + "resourceType": "mediaservices/transforms", + "apiVersions": [ + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview" + ], + "locations": [ + "Japan West", + "Japan East", + "East Asia", + "Southeast Asia", + "West Europe", + "North Europe", + "East US", + "West US", + "Australia East", + "Australia Southeast", + "East US 2", + "Central US", + "Brazil South", + "Central India", + "West India", + "South India", + "North Central US", + "South Central US", + "UK South", + "UK West", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "UAE Central", + "UAE North", + "Germany West Central", + "Germany North", + "Switzerland West", + "Switzerland North" + ] + }, + "mediaservices/streamingPolicies": { + "resourceType": "mediaservices/streamingPolicies", + "apiVersions": [ + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview" + ], + "locations": [ + "Japan West", + "Japan East", + "East Asia", + "Southeast Asia", + "West Europe", + "North Europe", + "East US", + "West US", + "Australia East", + "Australia Southeast", + "East US 2", + "Central US", + "Brazil South", + "Central India", + "West India", + "South India", + "North Central US", + "South Central US", + "UK South", + "UK West", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "UAE Central", + "UAE North", + "Germany West Central", + "Germany North", + "Switzerland West", + "Switzerland North" + ] + }, + "locations/checkNameAvailability": { + "resourceType": "locations/checkNameAvailability", + "apiVersions": [ + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview" + ], + "locations": [ + "Japan West", + "Japan East", + "East Asia", + "Southeast Asia", + "West Europe", + "North Europe", + "East US", + "West US", + "Australia East", + "Australia Southeast", + "East US 2", + "Central US", + "Brazil South", + "Central India", + "West India", + "South India", + "North Central US", + "South Central US", + "UK South", + "UK West", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "UAE Central", + "UAE North", + "Germany West Central", + "Germany North", + "Switzerland West", + "Switzerland North" + ] + }, + "mediaservices/liveEvents": { + "resourceType": "mediaservices/liveEvents", + "apiVersions": [ + "2019-05-01-preview", + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview" + ], + "locations": [ + "Japan West", + "Japan East", + "East Asia", + "Southeast Asia", + "West Europe", + "North Europe", + "East US", + "West US", + "Australia East", + "Australia Southeast", + "East US 2", + "Central US", + "Brazil South", + "Central India", + "West India", + "South India", + "North Central US", + "South Central US", + "UK South", + "UK West", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "UAE Central", + "UAE North", + "Germany West Central", + "Germany North", + "Switzerland West", + "Switzerland North" + ] + }, + "mediaservices/liveEvents/liveOutputs": { + "resourceType": "mediaservices/liveEvents/liveOutputs", + "apiVersions": [ + "2019-05-01-preview", + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview" + ], + "locations": [ + "Japan West", + "Japan East", + "East Asia", + "Southeast Asia", + "West Europe", + "North Europe", + "East US", + "West US", + "Australia East", + "Australia Southeast", + "East US 2", + "Central US", + "Brazil South", + "Central India", + "West India", + "South India", + "North Central US", + "South Central US", + "UK South", + "UK West", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "UAE Central", + "UAE North", + "Germany West Central", + "Germany North", + "Switzerland West", + "Switzerland North" + ] + }, + "mediaservices/streamingEndpointOperations": { + "resourceType": "mediaservices/streamingEndpointOperations", + "apiVersions": [ + "2019-05-01-preview", + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview" + ], + "locations": [ + "Japan West", + "Japan East", + "East Asia", + "Southeast Asia", + "West Europe", + "North Europe", + "East US", + "West US", + "Australia East", + "Australia Southeast", + "East US 2", + "Central US", + "Brazil South", + "Central India", + "West India", + "South India", + "North Central US", + "South Central US", + "UK South", + "UK West", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "UAE Central", + "UAE North", + "Germany West Central", + "Germany North", + "Switzerland West", + "Switzerland North" + ] + }, + "mediaservices/streamingEndpoints": { + "resourceType": "mediaservices/streamingEndpoints", + "apiVersions": [ + "2019-05-01-preview", + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview" + ], + "locations": [ + "Japan West", + "Japan East", + "East Asia", + "Southeast Asia", + "West Europe", + "North Europe", + "East US", + "West US", + "Australia East", + "Australia Southeast", + "East US 2", + "Central US", + "Brazil South", + "Central India", + "West India", + "South India", + "North Central US", + "South Central US", + "UK South", + "UK West", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "UAE Central", + "UAE North", + "Germany West Central", + "Germany North", + "Switzerland West", + "Switzerland North" + ] + }, + "mediaservices/assets/assetFilters": { + "resourceType": "mediaservices/assets/assetFilters", + "apiVersions": [ + "2018-07-01" + ], + "locations": [ + "Japan West", + "Japan East", + "East Asia", + "Southeast Asia", + "West Europe", + "North Europe", + "East US", + "West US", + "Australia East", + "Australia Southeast", + "East US 2", + "Central US", + "Brazil South", + "Central India", + "West India", + "South India", + "North Central US", + "South Central US", + "UK South", + "UK West", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "UAE Central", + "UAE North", + "Germany West Central", + "Germany North", + "Switzerland West", + "Switzerland North" + ] + } + } + }, + "Microsoft.ObjectStore": { + "types": { + "osNamespaces": { + "resourceType": "osNamespaces", + "apiVersions": [ + "2019-06-01-preview" + ], + "locations": [ + "West US" + ] + } + } + }, + "Microsoft.ChangeAnalysis": { + "types": { + "resourceChanges": { + "resourceType": "resourceChanges", + "apiVersions": [ + "2020-04-01-preview" + ], + "locations": [] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-04-01-preview", + "2019-04-01-preview" + ], + "locations": [] + } + } + }, + "Microsoft.BatchAI": { + "types": { + "workspaces/fileservers": { + "resourceType": "workspaces/fileservers", + "apiVersions": [ + "2018-05-01" + ], + "locations": [ + "West US" + ] + }, + "workspaces/experiments": { + "resourceType": "workspaces/experiments", + "apiVersions": [ + "2018-05-01" + ], + "locations": [ + "West US" + ] + }, + "workspaces/clusters": { + "resourceType": "workspaces/clusters", + "apiVersions": [ + "2018-05-01" + ], + "locations": [ + "West US" + ] + }, + "workspaces": { + "resourceType": "workspaces", + "apiVersions": [ + "2018-05-01" + ], + "locations": [ + "West US" + ] + }, + "workspaces/experiments/jobs": { + "resourceType": "workspaces/experiments/jobs", + "apiVersions": [ + "2018-05-01" + ], + "locations": [ + "West US" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2018-05-01", + "2018-03-01", + "2017-09-01-preview" + ], + "locations": [ + "East US", + "West US 2", + "West Europe", + "East US 2", + "North Europe", + "Australia East", + "West Central US", + "Southeast Asia", + "South Central US", + "West US" + ] + } + } + }, + "Microsoft.KubernetesConfiguration": { + "types": { + "sourceControlConfigurations": { + "resourceType": "sourceControlConfigurations", + "apiVersions": [ + "2019-11-01-preview" + ], + "locations": [ + "East US", + "West Europe" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-07-01-preview", + "2019-11-01-preview" + ], + "locations": [] + } + } + }, + "Microsoft.AAD": { + "types": { + "DomainServices/oucontainer": { + "resourceType": "DomainServices/oucontainer", + "apiVersions": [ + "2020-01-01", + "2017-06-01" + ], + "locations": [ + "West US", + "Central US", + "East US", + "South Central US", + "West Europe", + "North Europe", + "East Asia", + "Southeast Asia", + "East US 2", + "Australia East", + "Australia Southeast", + "West Central US", + "North Central US", + "Japan East", + "Japan West", + "Brazil South", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "Korea Central", + "France Central", + "UK South", + "South Africa North", + "UAE North" + ] + }, + "DomainServices": { + "resourceType": "DomainServices", + "apiVersions": [ + "2020-01-01", + "2017-06-01", + "2017-01-01" + ], + "locations": [ + "West US", + "Central US", + "East US", + "South Central US", + "West Europe", + "North Europe", + "East Asia", + "Southeast Asia", + "East US 2", + "Australia East", + "Australia Southeast", + "West Central US", + "North Central US", + "Japan East", + "Japan West", + "Brazil South", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "Korea Central", + "France Central", + "UK South", + "South Africa North", + "UAE North" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-01-01", + "2017-06-01", + "2017-01-01" + ], + "locations": [ + "West US", + "Central US", + "East US", + "South Central US", + "West Europe", + "North Europe", + "East Asia", + "Southeast Asia", + "East US 2", + "Australia East", + "Australia Southeast", + "West Central US", + "North Central US", + "Japan East", + "Japan West", + "Brazil South", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "Korea Central", + "France Central", + "UK South", + "South Africa North", + "UAE North" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-01-01", + "2017-06-01", + "2017-01-01" + ], + "locations": [ + "West US", + "Central US", + "East US", + "South Central US", + "West Europe", + "North Europe", + "East Asia", + "Southeast Asia", + "East US 2", + "Australia East", + "Australia Southeast", + "West Central US", + "North Central US", + "Japan East", + "Japan West", + "Brazil South", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "Korea Central", + "France Central", + "UK South", + "South Africa North", + "UAE North" + ] + }, + "locations/operationresults": { + "resourceType": "locations/operationresults", + "apiVersions": [ + "2020-01-01", + "2017-06-01", + "2017-01-01" + ], + "locations": [ + "West US", + "Central US", + "East US", + "South Central US", + "West Europe", + "North Europe", + "East Asia", + "Southeast Asia", + "East US 2", + "Australia East", + "Australia Southeast", + "West Central US", + "North Central US", + "Japan East", + "Japan West", + "Brazil South", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "Korea Central", + "France Central", + "UK South", + "South Africa North", + "UAE North" + ] + } + } + }, + "Microsoft.Solutions": { + "types": { + "applications": { + "resourceType": "applications", + "apiVersions": [ + "2020-08-21-preview", + "2019-07-01", + "2018-09-01-preview", + "2018-06-01", + "2018-03-01", + "2018-02-01", + "2017-12-01", + "2017-09-01" + ], + "locations": [ + "South Central US", + "North Central US", + "West Central US", + "West US", + "West US 2", + "East US", + "East US 2", + "Central US", + "West Europe", + "North Europe", + "East Asia", + "Southeast Asia", + "Brazil South", + "Japan West", + "Japan East", + "Australia East", + "Australia Southeast", + "South India", + "West India", + "Central India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "jitRequests": { + "resourceType": "jitRequests", + "apiVersions": [ + "2020-08-21-preview", + "2019-07-01", + "2018-09-01-preview" + ], + "locations": [ + "South Central US", + "North Central US", + "West Central US", + "West US", + "West US 2", + "East US", + "East US 2", + "Central US", + "West Europe", + "North Europe", + "East Asia", + "Southeast Asia", + "Brazil South", + "Japan West", + "Japan East", + "Australia East", + "Australia Southeast", + "South India", + "West India", + "Central India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-08-21-preview", + "2019-07-01", + "2018-09-01-preview", + "2018-06-01", + "2018-03-01", + "2018-02-01", + "2017-12-01", + "2017-09-01", + "2016-09-01-preview" + ], + "locations": [ + "West Central US" + ] + }, + "locations/operationstatuses": { + "resourceType": "locations/operationstatuses", + "apiVersions": [ + "2020-08-21-preview", + "2019-07-01", + "2018-09-01-preview", + "2018-06-01", + "2018-03-01", + "2018-02-01", + "2017-12-01", + "2017-09-01", + "2016-09-01-preview" + ], + "locations": [ + "South Central US", + "North Central US", + "West Central US", + "West US", + "West US 2", + "East US", + "East US 2", + "Central US", + "West Europe", + "North Europe", + "East Asia", + "Southeast Asia", + "Brazil South", + "Japan West", + "Japan East", + "Australia East", + "Australia Southeast", + "South India", + "West India", + "Central India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "applicationDefinitions": { + "resourceType": "applicationDefinitions", + "apiVersions": [ + "2020-08-21-preview", + "2019-07-01", + "2018-09-01-preview", + "2018-06-01", + "2018-03-01", + "2018-02-01", + "2017-12-01", + "2017-09-01" + ], + "locations": [ + "South Central US", + "North Central US", + "West Central US", + "West US", + "West US 2", + "East US", + "East US 2", + "Central US", + "West Europe", + "North Europe", + "East Asia", + "Southeast Asia", + "Brazil South", + "Japan West", + "Japan East", + "Australia East", + "Australia Southeast", + "South India", + "West India", + "Central India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-08-21-preview", + "2019-07-01", + "2018-09-01-preview", + "2018-06-01", + "2018-03-01", + "2018-02-01", + "2017-12-01", + "2017-09-01" + ], + "locations": [] + } + } + }, + "Microsoft.HanaOnAzure": { + "types": { + "sapMonitors": { + "resourceType": "sapMonitors", + "apiVersions": [ + "2017-11-03-preview" + ], + "locations": [ + "West US", + "West US 2", + "East US", + "East US 2", + "West Europe", + "North Europe", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Southeast Asia", + "South Central US", + "UK South" + ] + }, + "hanaInstances": { + "resourceType": "hanaInstances", + "apiVersions": [ + "2017-11-03-preview" + ], + "locations": [ + "West US", + "West US 2", + "East US", + "East US 2", + "West Europe", + "North Europe", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "South Central US" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2017-11-03-preview" + ], + "locations": [] + }, + "locations/operationsStatus": { + "resourceType": "locations/operationsStatus", + "apiVersions": [ + "2017-11-03-preview" + ], + "locations": [ + "West US", + "West US 2", + "East US", + "East US 2", + "West Europe", + "North Europe", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Southeast Asia", + "South Central US", + "UK South" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2017-11-03-preview" + ], + "locations": [ + "West US", + "West US 2", + "East US", + "East US 2", + "West Europe", + "North Europe", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Southeast Asia", + "South Central US", + "UK South" + ] + }, + "locations/operations": { + "resourceType": "locations/operations", + "apiVersions": [ + "2017-11-03-preview" + ], + "locations": [ + "West US", + "West US 2", + "East US", + "East US 2", + "West Europe", + "North Europe", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Southeast Asia", + "South Central US", + "UK South" + ] + } + } + }, + "Microsoft.VnfManager": { + "types": { + "Operations": { + "resourceType": "Operations", + "apiVersions": [ + "2020-01-01-preview" + ], + "locations": [] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-01-01-preview" + ], + "locations": [ + "East US" + ] + }, + "locations/operationstatuses": { + "resourceType": "locations/operationstatuses", + "apiVersions": [ + "2020-01-01-preview" + ], + "locations": [ + "East US", + "North Europe", + "East Asia", + "East US 2 EUAP" + ] + } + } + }, + "Microsoft.ContainerInstance": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2019-12-01", + "2018-10-01", + "2018-09-01", + "2018-07-01", + "2018-06-01", + "2018-04-01", + "2018-02-01-preview", + "2017-12-01-preview", + "2017-10-01-preview", + "2017-08-01-preview" + ], + "locations": [] + }, + "serviceAssociationLinks": { + "resourceType": "serviceAssociationLinks", + "apiVersions": [ + "2019-12-01", + "2018-10-01", + "2018-09-01", + "2018-07-01", + "2018-06-01", + "2018-04-01", + "2018-02-01-preview", + "2017-12-01-preview", + "2017-10-01-preview", + "2017-08-01-preview" + ], + "locations": [ + "West Central US", + "West US", + "East US", + "West Europe", + "West US 2", + "North Europe", + "Southeast Asia", + "East US 2", + "Central US", + "Australia East", + "UK South", + "South Central US", + "Central India", + "Brazil South", + "South India", + "North Central US", + "East Asia", + "Canada Central", + "Japan East", + "Korea Central", + "France Central" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2019-12-01", + "2018-10-01", + "2018-09-01", + "2018-07-01", + "2018-06-01", + "2018-04-01", + "2018-02-01-preview", + "2017-12-01-preview", + "2017-10-01-preview", + "2017-08-01-preview" + ], + "locations": [] + }, + "locations/deleteVirtualNetworkOrSubnets": { + "resourceType": "locations/deleteVirtualNetworkOrSubnets", + "apiVersions": [ + "2019-12-01", + "2018-12-01", + "2018-10-01", + "2018-09-01", + "2018-07-01", + "2018-06-01", + "2018-04-01", + "2018-02-01-preview", + "2017-12-01-preview", + "2017-10-01-preview", + "2017-08-01-preview" + ], + "locations": [ + "West Central US", + "West US", + "East US", + "West Europe", + "West US 2", + "North Europe", + "Southeast Asia", + "East US 2", + "Central US", + "Australia East", + "UK South", + "South Central US", + "Central India", + "Brazil South", + "South India", + "North Central US", + "East Asia", + "Canada Central", + "Japan East", + "Korea Central", + "France Central" + ] + }, + "containerGroups": { + "resourceType": "containerGroups", + "apiVersions": [ + "2019-12-01", + "2018-10-01", + "2018-09-01", + "2018-07-01", + "2018-06-01", + "2018-04-01", + "2018-02-01-preview", + "2017-12-01-preview", + "2017-10-01-preview", + "2017-08-01-preview" + ], + "locations": [ + "West Central US", + "West US", + "East US", + "West Europe", + "West US 2", + "North Europe", + "Southeast Asia", + "East US 2", + "Central US", + "Australia East", + "UK South", + "South Central US", + "Central India", + "Brazil South", + "South India", + "North Central US", + "East Asia", + "Canada Central", + "Japan East", + "Korea Central", + "France Central" + ] + }, + "locations/cachedImages": { + "resourceType": "locations/cachedImages", + "apiVersions": [ + "2019-12-01", + "2018-10-01" + ], + "locations": [ + "West Central US", + "West US", + "East US", + "West Europe", + "West US 2", + "North Europe", + "Southeast Asia", + "East US 2", + "Central US", + "Australia East", + "UK South", + "South Central US", + "Central India", + "Brazil South", + "South India", + "North Central US", + "East Asia", + "Canada Central", + "Japan East", + "Korea Central", + "France Central" + ] + }, + "locations/capabilities": { + "resourceType": "locations/capabilities", + "apiVersions": [ + "2019-12-01", + "2018-10-01", + "2018-09-01", + "2018-07-01", + "2018-06-01", + "2018-04-01", + "2018-02-01-preview", + "2017-12-01-preview", + "2017-10-01-preview", + "2017-08-01-preview" + ], + "locations": [ + "West Central US", + "West US", + "East US", + "West Europe", + "West US 2", + "North Europe", + "Southeast Asia", + "East US 2", + "Central US", + "Australia East", + "UK South", + "South Central US", + "Central India", + "Brazil South", + "South India", + "North Central US", + "East Asia", + "Canada Central", + "Japan East", + "Korea Central", + "France Central" + ] + }, + "locations/operationresults": { + "resourceType": "locations/operationresults", + "apiVersions": [ + "2019-12-01", + "2018-10-01", + "2018-09-01", + "2018-07-01", + "2018-06-01", + "2018-04-01", + "2018-02-01-preview", + "2017-12-01-preview", + "2017-10-01-preview", + "2017-08-01-preview" + ], + "locations": [ + "West US", + "East US", + "West Europe", + "West US 2", + "North Europe", + "Southeast Asia", + "East US 2", + "Central US", + "Australia East", + "UK South", + "South Central US", + "Central India", + "West Central US", + "Brazil South", + "South India", + "North Central US", + "East Asia", + "Canada Central", + "Japan East", + "Korea Central", + "France Central" + ] + }, + "locations/usages": { + "resourceType": "locations/usages", + "apiVersions": [ + "2019-12-01", + "2018-10-01", + "2018-09-01", + "2018-07-01", + "2018-06-01", + "2018-04-01", + "2018-02-01-preview", + "2017-12-01-preview", + "2017-10-01-preview", + "2017-08-01-preview" + ], + "locations": [ + "West Central US", + "West US", + "East US", + "West Europe", + "West US 2", + "North Europe", + "Southeast Asia", + "East US 2", + "Central US", + "Australia East", + "UK South", + "South Central US", + "Central India", + "Brazil South", + "South India", + "North Central US", + "East Asia", + "Canada Central", + "Japan East", + "Korea Central", + "France Central" + ] + }, + "locations/operations": { + "resourceType": "locations/operations", + "apiVersions": [ + "2019-12-01", + "2018-10-01", + "2018-09-01", + "2018-07-01", + "2018-06-01", + "2018-04-01", + "2018-02-01-preview", + "2017-12-01-preview", + "2017-10-01-preview", + "2017-08-01-preview" + ], + "locations": [ + "West US", + "East US", + "West Europe", + "West US 2", + "North Europe", + "Southeast Asia", + "East US 2", + "Central US", + "Australia East", + "UK South", + "South Central US", + "Central India", + "West Central US", + "Brazil South", + "South India", + "North Central US", + "East Asia", + "Canada Central", + "Japan East", + "Korea Central", + "France Central" + ] + } + } + }, + "Microsoft.ClassicSubscription": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2017-09-01", + "2017-06-01" + ], + "locations": [] + } + } + }, + "Microsoft.Peering": { + "types": { + "peeringServiceLocations": { + "resourceType": "peeringServiceLocations", + "apiVersions": [ + "2020-04-01", + "2020-01-01-preview", + "2019-09-01-preview", + "2019-08-01-preview" + ], + "locations": [] + }, + "peerAsns": { + "resourceType": "peerAsns", + "apiVersions": [ + "2020-04-01", + "2020-01-01-preview", + "2019-09-01-preview", + "2019-08-01-preview" + ], + "locations": [] + }, + "peerings": { + "resourceType": "peerings", + "apiVersions": [ + "2020-04-01", + "2020-01-01-preview", + "2019-09-01-preview", + "2019-08-01-preview" + ], + "locations": [ + "Japan East", + "Japan West", + "Korea Central", + "East Asia", + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Southeast Asia", + "West India", + "South India", + "East US", + "East US 2", + "North Central US", + "South Central US", + "Canada Central", + "West US", + "West US 2", + "West Central US", + "Canada East", + "West Europe", + "UK South", + "UK West", + "North Europe", + "France Central", + "France South", + "South Africa North", + "South Africa West" + ] + }, + "peeringServices": { + "resourceType": "peeringServices", + "apiVersions": [ + "2020-04-01", + "2020-01-01-preview", + "2019-09-01-preview", + "2019-08-01-preview" + ], + "locations": [ + "Japan East", + "Japan West", + "Korea Central", + "East Asia", + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Southeast Asia", + "West India", + "South India", + "East US", + "East US 2", + "North Central US", + "South Central US", + "Canada Central", + "West US", + "West US 2", + "West Central US", + "Canada East", + "West Europe", + "UK South", + "UK West", + "North Europe", + "France Central", + "France South", + "South Africa North", + "South Africa West" + ] + }, + "peeringLocations": { + "resourceType": "peeringLocations", + "apiVersions": [ + "2020-04-01", + "2020-01-01-preview", + "2019-09-01-preview", + "2019-08-01-preview" + ], + "locations": [] + }, + "peeringServiceProviders": { + "resourceType": "peeringServiceProviders", + "apiVersions": [ + "2020-04-01", + "2020-01-01-preview", + "2019-09-01-preview", + "2019-08-01-preview" + ], + "locations": [] + }, + "peeringServiceCountries": { + "resourceType": "peeringServiceCountries", + "apiVersions": [ + "2020-04-01", + "2020-01-01-preview" + ], + "locations": [] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-04-01", + "2020-01-01-preview", + "2019-09-01-preview", + "2019-08-01-preview" + ], + "locations": [] + }, + "checkServiceProviderAvailability": { + "resourceType": "checkServiceProviderAvailability", + "apiVersions": [ + "2020-04-01", + "2020-01-01-preview", + "2019-09-01-preview", + "2019-08-01-preview" + ], + "locations": [] + }, + "legacyPeerings": { + "resourceType": "legacyPeerings", + "apiVersions": [ + "2020-04-01", + "2020-01-01-preview", + "2019-09-01-preview", + "2019-08-01-preview" + ], + "locations": [] + } + } + }, + "Microsoft.PowerBI": { + "types": { + "locations/checkNameAvailability": { + "resourceType": "locations/checkNameAvailability", + "apiVersions": [ + "2016-01-29" + ], + "locations": [ + "South Central US", + "North Central US", + "East US 2", + "West US", + "West Europe", + "North Europe", + "Brazil South", + "Southeast Asia", + "Australia Southeast", + "Canada Central", + "Japan East", + "UK South", + "West India" + ] + }, + "workspaceCollections": { + "resourceType": "workspaceCollections", + "apiVersions": [ + "2016-01-29" + ], + "locations": [ + "South Central US", + "North Central US", + "East US 2", + "West US", + "West Europe", + "North Europe", + "Brazil South", + "Southeast Asia", + "Australia Southeast", + "Canada Central", + "Japan East", + "UK South", + "West India" + ] + }, + "privateLinkServicesForPowerBI": { + "resourceType": "privateLinkServicesForPowerBI", + "apiVersions": [ + "2020-06-01" + ], + "locations": [ + "global" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2016-01-29" + ], + "locations": [] + }, + "privateLinkServicesForPowerBI/operationResults": { + "resourceType": "privateLinkServicesForPowerBI/operationResults", + "apiVersions": [ + "2020-06-01" + ], + "locations": [ + "global" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-06-01", + "2016-01-29" + ], + "locations": [ + "East US 2 EUAP" + ] + } + } + }, + "Microsoft.LabServices": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2019-01-01-preview", + "2018-10-15", + "2017-12-01-preview" + ], + "locations": [] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2019-01-01-preview", + "2018-10-15", + "2017-12-01-preview" + ], + "locations": [] + }, + "users": { + "resourceType": "users", + "apiVersions": [ + "2019-01-01-preview", + "2019-01-01-beta", + "2019-01-01-alpha", + "2018-10-15", + "2017-12-01-preview", + "2017-12-01-beta", + "2017-12-01-alpha" + ], + "locations": [] + }, + "labaccounts": { + "resourceType": "labaccounts", + "apiVersions": [ + "2019-01-01-preview", + "2018-10-15", + "2017-12-01-preview" + ], + "locations": [ + "West Central US", + "Japan East", + "West US", + "Australia Southeast", + "Australia Central", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "Korea Central", + "North Europe", + "South Africa North", + "South Central US", + "Switzerland North", + "UK West", + "West India", + "Australia East", + "Australia Central 2", + "Brazil South", + "Canada East", + "East US", + "East US 2", + "France Central", + "France South", + "Japan West", + "Korea South", + "North Central US", + "South India", + "Southeast Asia", + "Switzerland West", + "UK South", + "West Europe", + "West US 2" + ] + }, + "locations/operations": { + "resourceType": "locations/operations", + "apiVersions": [ + "2019-01-01-preview", + "2018-10-15", + "2017-12-01-preview" + ], + "locations": [ + "West Central US", + "Japan East", + "West US", + "Australia Southeast", + "Australia Central", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "Korea Central", + "North Europe", + "South Africa North", + "South Central US", + "Switzerland North", + "UK West", + "West India", + "Australia East", + "Australia Central 2", + "Brazil South", + "Canada East", + "East US", + "East US 2", + "France Central", + "France South", + "Japan West", + "Korea South", + "North Central US", + "South India", + "Southeast Asia", + "Switzerland West", + "UK South", + "West Europe", + "West US 2" + ] + } + } + }, + "Microsoft.WorkloadBuilder": { + "types": { + "Operations": { + "resourceType": "Operations", + "apiVersions": [ + "2020-07-01-privatepreview" + ], + "locations": [] + }, + "Locations": { + "resourceType": "Locations", + "apiVersions": [ + "2020-07-01-privatepreview" + ], + "locations": [] + }, + "Locations/OperationStatuses": { + "resourceType": "Locations/OperationStatuses", + "apiVersions": [ + "2020-07-01-privatepreview" + ], + "locations": [ + "West Central US", + "East US 2 EUAP" + ] + } + } + }, + "Microsoft.Relay": { + "types": { + "namespaces": { + "resourceType": "namespaces", + "apiVersions": [ + "2018-01-01-preview", + "2017-04-01", + "2016-07-01" + ], + "locations": [ + "Australia East", + "Australia Southeast", + "Central US", + "East US", + "East US 2", + "West US 2", + "West US", + "North Central US", + "South Central US", + "West Central US", + "East Asia", + "Southeast Asia", + "Brazil South", + "Japan East", + "Japan West", + "North Europe", + "West Europe", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "namespaces/hybridconnections/authorizationrules": { + "resourceType": "namespaces/hybridconnections/authorizationrules", + "apiVersions": [ + "2017-04-01", + "2016-07-01", + "2015-08-01", + "2014-09-01" + ], + "locations": [] + }, + "namespaces/wcfrelays/authorizationrules": { + "resourceType": "namespaces/wcfrelays/authorizationrules", + "apiVersions": [ + "2017-04-01", + "2016-07-01", + "2015-08-01", + "2014-09-01" + ], + "locations": [] + }, + "namespaces/authorizationrules": { + "resourceType": "namespaces/authorizationrules", + "apiVersions": [ + "2017-04-01", + "2016-07-01", + "2015-08-01", + "2014-09-01" + ], + "locations": [] + }, + "checkNameAvailability": { + "resourceType": "checkNameAvailability", + "apiVersions": [ + "2017-04-01", + "2016-07-01" + ], + "locations": [] + }, + "namespaces/hybridconnections": { + "resourceType": "namespaces/hybridconnections", + "apiVersions": [ + "2017-04-01", + "2016-07-01", + "2015-08-01", + "2014-09-01" + ], + "locations": [] + }, + "namespaces/wcfrelays": { + "resourceType": "namespaces/wcfrelays", + "apiVersions": [ + "2017-04-01", + "2016-07-01", + "2015-08-01", + "2014-09-01" + ], + "locations": [] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2017-04-01", + "2016-07-01" + ], + "locations": [] + } + } + }, + "Microsoft.AppConfiguration": { + "types": { + "configurationStores/eventGridFilters": { + "resourceType": "configurationStores/eventGridFilters", + "apiVersions": [ + "2020-07-01-preview", + "2020-06-01", + "2019-11-01-preview", + "2019-10-01", + "2019-02-01-preview" + ], + "locations": [ + "West Central US", + "Central US", + "West US", + "East US", + "West Europe", + "Southeast Asia", + "Australia East", + "Australia Southeast", + "North Europe", + "UK South", + "South Central US", + "East US 2", + "West US 2", + "Brazil South", + "Canada Central", + "Central India", + "East Asia", + "France Central", + "Japan East", + "Korea Central", + "North Central US" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-07-01-preview", + "2020-06-01", + "2019-11-01-preview", + "2019-10-01", + "2019-02-01-preview" + ], + "locations": [ + "West Central US", + "Central US", + "West US", + "East US", + "West Europe", + "Southeast Asia", + "Australia East", + "Australia Southeast", + "North Europe", + "UK South", + "South Central US", + "East US 2", + "West US 2", + "Brazil South", + "Canada Central", + "Central India", + "East Asia", + "France Central", + "Japan East", + "Korea Central", + "North Central US" + ] + }, + "checkNameAvailability": { + "resourceType": "checkNameAvailability", + "apiVersions": [ + "2020-07-01-preview", + "2020-06-01", + "2019-11-01-preview", + "2019-10-01", + "2019-02-01-preview" + ], + "locations": [ + "West Central US", + "Central US", + "West US", + "East US", + "West Europe", + "Southeast Asia", + "Australia East", + "Australia Southeast", + "North Europe", + "UK South", + "South Central US", + "East US 2", + "West US 2", + "Brazil South", + "Canada Central", + "Central India", + "East Asia", + "France Central", + "Japan East", + "Korea Central", + "North Central US" + ] + }, + "configurationStores": { + "resourceType": "configurationStores", + "apiVersions": [ + "2020-07-01-preview", + "2020-06-01", + "2019-11-01-preview", + "2019-10-01", + "2019-02-01-preview" + ], + "locations": [ + "West Central US", + "Central US", + "West US", + "East US", + "West Europe", + "Southeast Asia", + "Australia East", + "Australia Southeast", + "North Europe", + "UK South", + "South Central US", + "East US 2", + "West US 2", + "Brazil South", + "Canada Central", + "Central India", + "East Asia", + "France Central", + "Japan East", + "Korea Central", + "North Central US" + ] + }, + "configurationStores/keyValues": { + "resourceType": "configurationStores/keyValues", + "apiVersions": [ + "2020-07-01-preview" + ], + "locations": [ + "West Central US", + "Central US", + "West US", + "East US", + "West Europe", + "Southeast Asia", + "Australia East", + "Australia Southeast", + "North Europe", + "UK South", + "South Central US", + "East US 2", + "West US 2", + "Brazil South", + "Canada Central", + "Central India", + "East Asia", + "France Central", + "Japan East", + "Korea Central", + "North Central US" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-07-01-preview", + "2020-06-01", + "2019-11-01-preview", + "2019-10-01", + "2019-02-01-preview" + ], + "locations": [ + "West Central US", + "Central US", + "West US", + "East US", + "West Europe", + "Southeast Asia", + "Australia East", + "Australia Southeast", + "North Europe", + "UK South", + "South Central US", + "East US 2", + "West US 2", + "Brazil South", + "Canada Central", + "Central India", + "East Asia", + "France Central", + "Japan East", + "Korea Central", + "North Central US" + ] + }, + "locations/operationsStatus": { + "resourceType": "locations/operationsStatus", + "apiVersions": [ + "2020-07-01-preview", + "2020-06-01", + "2019-11-01-preview", + "2019-10-01", + "2019-02-01-preview" + ], + "locations": [ + "West Central US", + "Central US", + "West US", + "East US", + "West Europe", + "Southeast Asia", + "Australia East", + "Australia Southeast", + "North Europe", + "UK South", + "South Central US", + "East US 2", + "West US 2", + "Brazil South", + "Canada Central", + "Central India", + "East Asia", + "France Central", + "Japan East", + "Korea Central", + "North Central US" + ] + } + } + }, + "Raygun.CrashReporting": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2015-01-01" + ], + "locations": [] + }, + "updateCommunicationPreference": { + "resourceType": "updateCommunicationPreference", + "apiVersions": [ + "2015-01-01" + ], + "locations": [] + }, + "listCommunicationPreference": { + "resourceType": "listCommunicationPreference", + "apiVersions": [ + "2015-01-01" + ], + "locations": [] + }, + "apps": { + "resourceType": "apps", + "apiVersions": [ + "2015-01-01" + ], + "locations": [ + "East US" + ] + } + } + }, + "Microsoft.Management": { + "types": { + "managementGroups": { + "resourceType": "managementGroups", + "apiVersions": [ + "2020-05-01", + "2020-02-01", + "2019-11-01", + "2018-03-01-preview", + "2018-03-01-beta", + "2018-01-01-preview", + "2017-11-01-preview", + "2017-08-31-preview", + "2017-06-30-preview", + "2017-05-31-preview" + ], + "locations": [] + }, + "operationResults": { + "resourceType": "operationResults", + "apiVersions": [ + "2020-05-01", + "2020-02-01", + "2019-11-01", + "2018-03-01-preview", + "2018-03-01-beta", + "2018-01-01-preview" + ], + "locations": [] + }, + "checkNameAvailability": { + "resourceType": "checkNameAvailability", + "apiVersions": [ + "2020-05-01", + "2020-02-01", + "2019-11-01", + "2018-03-01-preview", + "2018-03-01-beta", + "2018-01-01-preview" + ], + "locations": [] + }, + "getEntities": { + "resourceType": "getEntities", + "apiVersions": [ + "2020-05-01", + "2020-02-01", + "2019-11-01", + "2018-03-01-preview", + "2018-03-01-beta", + "2018-01-01-preview" + ], + "locations": [] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-05-01", + "2020-02-01", + "2019-11-01", + "2018-03-01-preview", + "2018-03-01-beta", + "2018-01-01-preview", + "2017-11-01-preview", + "2017-08-31-preview", + "2017-06-30-preview", + "2017-05-31-preview" + ], + "locations": [] + }, + "resources": { + "resourceType": "resources", + "apiVersions": [ + "2017-11-01-preview", + "2017-08-31-preview", + "2017-06-30-preview", + "2017-05-31-preview" + ], + "locations": [] + } + } + }, + "Microsoft.AzureActiveDirectory": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-05-01-preview", + "2019-01-01-privatepreview", + "2017-01-30", + "2016-12-13-preview", + "2016-02-10-privatepreview" + ], + "locations": [ + "Global", + "United States", + "Europe", + "Asia Pacific" + ] + }, + "guestUsages": { + "resourceType": "guestUsages", + "apiVersions": [ + "2020-05-01-preview" + ], + "locations": [ + "Global", + "United States", + "Europe", + "Asia Pacific" + ] + }, + "b2cDirectories": { + "resourceType": "b2cDirectories", + "apiVersions": [ + "2020-05-01-preview", + "2019-01-01-privatepreview", + "2017-01-30", + "2016-12-13-preview", + "2016-02-10-privatepreview" + ], + "locations": [ + "Global", + "United States", + "Europe", + "Asia Pacific" + ] + }, + "b2ctenants": { + "resourceType": "b2ctenants", + "apiVersions": [ + "2020-05-01-preview", + "2016-02-10-privatepreview" + ], + "locations": [ + "Global", + "United States", + "Europe", + "Asia Pacific" + ] + }, + "checkNameAvailability": { + "resourceType": "checkNameAvailability", + "apiVersions": [ + "2020-05-01-preview", + "2019-01-01-privatepreview" + ], + "locations": [ + "Global", + "United States", + "Europe", + "Asia Pacific" + ] + } + } + }, + "Microsoft.SecurityInsights": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-01-01", + "2019-01-01-preview" + ], + "locations": [] + }, + "threatIntelligence": { + "resourceType": "threatIntelligence", + "apiVersions": [ + "2019-01-01-preview" + ], + "locations": [ + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West" + ] + }, + "watchlists": { + "resourceType": "watchlists", + "apiVersions": [ + "2019-01-01-preview" + ], + "locations": [ + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West" + ] + }, + "bookmarks": { + "resourceType": "bookmarks", + "apiVersions": [ + "2020-01-01", + "2019-01-01-preview" + ], + "locations": [ + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West" + ] + }, + "dataConnectorsCheckRequirements": { + "resourceType": "dataConnectorsCheckRequirements", + "apiVersions": [ + "2019-01-01-preview" + ], + "locations": [ + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West" + ] + }, + "aggregations": { + "resourceType": "aggregations", + "apiVersions": [ + "2019-01-01-preview" + ], + "locations": [ + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West" + ] + }, + "alertRules": { + "resourceType": "alertRules", + "apiVersions": [ + "2020-01-01", + "2019-01-01-preview" + ], + "locations": [ + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West" + ] + }, + "officeConsents": { + "resourceType": "officeConsents", + "apiVersions": [ + "2019-01-01-preview" + ], + "locations": [ + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West" + ] + }, + "entities": { + "resourceType": "entities", + "apiVersions": [ + "2019-01-01-preview" + ], + "locations": [ + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West" + ] + }, + "incidents": { + "resourceType": "incidents", + "apiVersions": [ + "2020-01-01", + "2019-01-01-preview" + ], + "locations": [ + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West" + ] + }, + "alertRuleTemplates": { + "resourceType": "alertRuleTemplates", + "apiVersions": [ + "2020-01-01", + "2019-01-01-preview" + ], + "locations": [ + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West" + ] + }, + "automationRules": { + "resourceType": "automationRules", + "apiVersions": [ + "2019-01-01-preview" + ], + "locations": [ + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West" + ] + }, + "dataConnectors": { + "resourceType": "dataConnectors", + "apiVersions": [ + "2020-01-01", + "2019-01-01-preview" + ], + "locations": [ + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West" + ] + }, + "cases": { + "resourceType": "cases", + "apiVersions": [ + "2019-01-01-preview" + ], + "locations": [ + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West" + ] + }, + "settings": { + "resourceType": "settings", + "apiVersions": [ + "2019-01-01-preview" + ], + "locations": [ + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West" + ] + }, + "entityQueries": { + "resourceType": "entityQueries", + "apiVersions": [ + "2019-01-01-preview" + ], + "locations": [ + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West" + ] + } + } + }, + "Microsoft.HardwareSecurityModules": { + "types": { + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2018-10-31-preview", + "2018-10-31" + ], + "locations": [] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2018-10-31-preview", + "2018-10-31" + ], + "locations": [ + "East US", + "East US 2", + "South Central US", + "West US", + "East Asia", + "Southeast Asia", + "North Europe", + "West Europe", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "Australia East", + "Australia Southeast", + "West US 2", + "South India", + "Central India", + "Japan East", + "Japan West", + "Switzerland North", + "Switzerland West" + ] + } + } + }, + "Microsoft.Cdn": { + "types": { + "profiles/endpoints/origins": { + "resourceType": "profiles/endpoints/origins", + "apiVersions": [ + "2020-04-15", + "2020-03-31", + "2019-12-31", + "2019-06-15-preview", + "2019-04-15", + "2018-04-02", + "2017-10-12", + "2017-04-02", + "2016-10-02", + "2016-04-02", + "2015-06-01" + ], + "locations": [ + "global", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "South Central US", + "South India", + "Southeast Asia", + "West Europe", + "West India", + "West US", + "West Central US" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-04-15", + "2020-03-31", + "2019-12-31", + "2019-06-15-preview", + "2019-04-15", + "2018-04-02", + "2017-10-12", + "2017-04-02", + "2016-10-02", + "2016-04-02", + "2015-06-01" + ], + "locations": [ + "global", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "South Central US", + "South India", + "Southeast Asia", + "West Europe", + "West India", + "West US", + "West Central US" + ] + }, + "CdnWebApplicationFirewallPolicies": { + "resourceType": "CdnWebApplicationFirewallPolicies", + "apiVersions": [ + "2020-04-15", + "2019-06-15-preview" + ], + "locations": [ + "global" + ] + }, + "checkNameAvailability": { + "resourceType": "checkNameAvailability", + "apiVersions": [ + "2020-04-15", + "2020-03-31", + "2019-12-31", + "2019-06-15-preview", + "2019-04-15", + "2018-04-02", + "2017-10-12", + "2017-04-02", + "2016-10-02", + "2016-04-02", + "2015-06-01" + ], + "locations": [ + "global", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "South Central US", + "South India", + "Southeast Asia", + "West Europe", + "West India", + "West US", + "West Central US" + ] + }, + "validateProbe": { + "resourceType": "validateProbe", + "apiVersions": [ + "2020-04-15", + "2020-03-31", + "2019-12-31", + "2019-06-15-preview", + "2019-04-15", + "2018-04-02", + "2017-10-12", + "2017-04-02" + ], + "locations": [ + "global", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "South Central US", + "South India", + "Southeast Asia", + "West Europe", + "West India", + "West US", + "West Central US" + ] + }, + "profiles/endpoints/customdomains": { + "resourceType": "profiles/endpoints/customdomains", + "apiVersions": [ + "2020-04-15", + "2020-03-31", + "2019-12-31", + "2019-06-15-preview", + "2019-04-15", + "2018-04-02", + "2017-10-12", + "2017-04-02", + "2016-10-02", + "2016-04-02", + "2015-06-01" + ], + "locations": [ + "global", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "South Central US", + "South India", + "Southeast Asia", + "West Europe", + "West India", + "West US", + "West Central US" + ] + }, + "profiles/endpoints": { + "resourceType": "profiles/endpoints", + "apiVersions": [ + "2020-04-15", + "2020-03-31", + "2019-12-31", + "2019-06-15-preview", + "2019-04-15", + "2018-04-02", + "2017-10-12", + "2017-04-02", + "2016-10-02", + "2016-04-02", + "2015-06-01" + ], + "locations": [ + "global", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "South Central US", + "South India", + "Southeast Asia", + "West Europe", + "West India", + "West US", + "West Central US" + ] + }, + "operationresults/profileresults/endpointresults": { + "resourceType": "operationresults/profileresults/endpointresults", + "apiVersions": [ + "2020-04-15", + "2020-03-31", + "2019-12-31", + "2019-06-15-preview", + "2019-04-15", + "2018-04-02", + "2017-10-12", + "2017-04-02", + "2016-10-02", + "2016-04-02", + "2015-06-01" + ], + "locations": [ + "global", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "South Central US", + "South India", + "Southeast Asia", + "West Europe", + "West India", + "West US", + "West Central US" + ] + }, + "profiles/endpoints/origingroups": { + "resourceType": "profiles/endpoints/origingroups", + "apiVersions": [ + "2020-04-15", + "2020-03-31", + "2019-12-31" + ], + "locations": [ + "global", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "South Central US", + "South India", + "Southeast Asia", + "West Europe", + "West India", + "West US", + "West Central US" + ] + }, + "edgenodes": { + "resourceType": "edgenodes", + "apiVersions": [ + "2020-04-15", + "2020-03-31", + "2019-12-31", + "2019-06-15-preview", + "2019-04-15", + "2018-04-02", + "2017-10-12", + "2017-04-02", + "2016-10-02", + "2016-04-02", + "2015-06-01" + ], + "locations": [ + "global", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "South Central US", + "South India", + "Southeast Asia", + "West Europe", + "West India", + "West US", + "West Central US" + ] + }, + "operationresults/profileresults/endpointresults/origingroupresults": { + "resourceType": "operationresults/profileresults/endpointresults/origingroupresults", + "apiVersions": [ + "2020-04-15", + "2020-03-31", + "2019-12-31" + ], + "locations": [ + "global", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "South Central US", + "South India", + "Southeast Asia", + "West Europe", + "West India", + "West US" + ] + }, + "operationresults/profileresults": { + "resourceType": "operationresults/profileresults", + "apiVersions": [ + "2020-04-15", + "2020-03-31", + "2019-12-31", + "2019-06-15-preview", + "2019-04-15", + "2018-04-02", + "2017-10-12", + "2017-04-02", + "2016-10-02", + "2016-04-02", + "2015-06-01" + ], + "locations": [ + "global", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "South Central US", + "South India", + "Southeast Asia", + "West Europe", + "West India", + "West US", + "West Central US" + ] + }, + "profiles": { + "resourceType": "profiles", + "apiVersions": [ + "2020-04-15", + "2020-03-31", + "2019-12-31", + "2019-06-15-preview", + "2019-04-15", + "2018-04-02", + "2017-10-12", + "2017-04-02", + "2016-10-02", + "2016-04-02", + "2015-06-01" + ], + "locations": [ + "global", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "South Central US", + "South India", + "Southeast Asia", + "West Europe", + "West India", + "West US", + "West Central US" + ] + }, + "operationresults/profileresults/endpointresults/originresults": { + "resourceType": "operationresults/profileresults/endpointresults/originresults", + "apiVersions": [ + "2020-04-15", + "2020-03-31", + "2019-12-31", + "2019-06-15-preview", + "2019-04-15", + "2018-04-02", + "2017-10-12", + "2017-04-02", + "2016-10-02", + "2016-04-02", + "2015-06-01" + ], + "locations": [ + "global", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "South Central US", + "South India", + "Southeast Asia", + "West Europe", + "West India", + "West US", + "West Central US" + ] + }, + "CdnWebApplicationFirewallManagedRuleSets": { + "resourceType": "CdnWebApplicationFirewallManagedRuleSets", + "apiVersions": [ + "2020-04-15", + "2019-06-15-preview" + ], + "locations": [] + }, + "operationresults": { + "resourceType": "operationresults", + "apiVersions": [ + "2020-04-15", + "2020-03-31", + "2019-12-31", + "2019-06-15-preview", + "2019-04-15", + "2018-04-02", + "2017-10-12", + "2017-04-02", + "2016-10-02", + "2016-04-02", + "2015-06-01" + ], + "locations": [ + "global", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "South Central US", + "South India", + "Southeast Asia", + "West Europe", + "West India", + "West US", + "West Central US" + ] + }, + "operationresults/profileresults/endpointresults/customdomainresults": { + "resourceType": "operationresults/profileresults/endpointresults/customdomainresults", + "apiVersions": [ + "2020-04-15", + "2020-03-31", + "2019-12-31", + "2019-06-15-preview", + "2019-04-15", + "2018-04-02", + "2017-10-12", + "2017-04-02", + "2016-10-02", + "2016-04-02", + "2015-06-01" + ], + "locations": [ + "global", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "South Central US", + "South India", + "Southeast Asia", + "West Europe", + "West India", + "West US", + "West Central US" + ] + }, + "checkResourceUsage": { + "resourceType": "checkResourceUsage", + "apiVersions": [ + "2020-04-15", + "2020-03-31", + "2019-12-31", + "2019-06-15-preview", + "2019-04-15", + "2018-04-02", + "2017-10-12", + "2017-04-02", + "2016-10-02" + ], + "locations": [ + "global", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "South Central US", + "South India", + "Southeast Asia", + "West Europe", + "West India", + "West US", + "West Central US" + ] + } + } + }, + "Sparkpost.Basic": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2016-08-01" + ], + "locations": [] + }, + "listCommunicationPreference": { + "resourceType": "listCommunicationPreference", + "apiVersions": [ + "2016-08-01" + ], + "locations": [] + }, + "updateCommunicationPreference": { + "resourceType": "updateCommunicationPreference", + "apiVersions": [ + "2016-08-01" + ], + "locations": [] + }, + "services": { + "resourceType": "services", + "apiVersions": [ + "2016-08-01" + ], + "locations": [ + "West US" + ] + } + } + }, + "Microsoft.MachineLearningServices": { + "types": { + "locations/computeOperationsStatus": { + "resourceType": "locations/computeOperationsStatus", + "apiVersions": [ + "2020-09-01-preview", + "2020-08-01", + "2020-06-01", + "2020-05-15-preview", + "2020-05-01-preview", + "2020-04-01-preview", + "2020-04-01", + "2020-03-01", + "2020-02-18-preview", + "2020-02-02", + "2020-01-01", + "2019-11-01", + "2019-06-01", + "2019-05-01", + "2018-11-19", + "2018-03-01-preview" + ], + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "East US", + "Australia East", + "East US 2", + "West US 2", + "West Central US", + "Southeast Asia", + "West Europe", + "South Central US", + "North Europe", + "Korea Central", + "Brazil South", + "France Central" + ] + }, + "locations/updatequotas": { + "resourceType": "locations/updatequotas", + "apiVersions": [ + "2020-09-01-preview", + "2020-08-01", + "2020-06-01", + "2020-05-15-preview", + "2020-05-01-preview", + "2020-04-01-preview", + "2020-04-01", + "2020-03-01", + "2020-02-18-preview", + "2020-02-02", + "2020-01-01", + "2019-11-01", + "2019-06-01" + ], + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "East US", + "North Europe", + "Korea Central", + "Brazil South", + "France Central", + "Australia East", + "East US 2", + "West US 2", + "West Central US", + "Southeast Asia", + "West Europe", + "South Central US" + ] + }, + "locations/vmsizes": { + "resourceType": "locations/vmsizes", + "apiVersions": [ + "2020-09-01-preview", + "2020-08-01", + "2020-06-01", + "2020-05-15-preview", + "2020-05-01-preview", + "2020-04-01-preview", + "2020-04-01", + "2020-03-01", + "2020-02-18-preview", + "2020-02-02", + "2020-01-01", + "2019-11-01", + "2019-06-01", + "2019-05-01", + "2018-11-19" + ], + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "East US", + "North Europe", + "Korea Central", + "Brazil South", + "France Central", + "Australia East", + "East US 2", + "West US 2", + "West Central US", + "Southeast Asia", + "West Europe", + "South Central US" + ] + }, + "workspaces/linkedServices": { + "resourceType": "workspaces/linkedServices", + "apiVersions": [ + "2020-09-01-preview", + "2020-05-15-preview", + "2020-05-01-preview", + "2020-04-01-preview" + ], + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "East US", + "North Europe", + "Korea Central", + "Brazil South", + "France Central", + "Australia East", + "East US 2", + "West US 2", + "West Central US", + "Southeast Asia", + "West Europe", + "South Central US" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-09-01-preview", + "2020-08-01", + "2020-06-01", + "2020-05-15-preview", + "2020-05-01-preview", + "2020-04-01-preview", + "2020-04-01", + "2020-03-01", + "2020-02-18-preview", + "2020-02-02", + "2020-01-01", + "2019-11-01", + "2019-06-01", + "2019-05-01", + "2018-11-19", + "2018-03-01-preview" + ], + "locations": [ + "East US 2" + ] + }, + "workspaces/eventGridFilters": { + "resourceType": "workspaces/eventGridFilters", + "apiVersions": [ + "2020-09-01-preview", + "2020-08-01", + "2020-06-01", + "2020-05-15-preview", + "2020-05-01-preview", + "2020-04-01-preview", + "2020-04-01", + "2020-03-01", + "2020-02-18-preview", + "2020-02-02", + "2019-06-01", + "2019-05-01", + "2018-11-19", + "2018-03-01-preview" + ], + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "East US", + "North Europe", + "Korea Central", + "Brazil South", + "France Central", + "Australia East", + "East US 2", + "West US 2", + "West Central US", + "Southeast Asia", + "West Europe", + "South Central US" + ] + }, + "locations/usages": { + "resourceType": "locations/usages", + "apiVersions": [ + "2020-09-01-preview", + "2020-08-01", + "2020-06-01", + "2020-05-15-preview", + "2020-05-01-preview", + "2020-04-01-preview", + "2020-04-01", + "2020-03-01", + "2020-02-18-preview", + "2020-02-02", + "2020-01-01", + "2019-11-01", + "2019-06-01", + "2019-05-01", + "2018-11-19" + ], + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "East US", + "North Europe", + "Korea Central", + "Brazil South", + "France Central", + "Australia East", + "East US 2", + "West US 2", + "West Central US", + "Southeast Asia", + "West Europe", + "South Central US" + ] + }, + "workspaces": { + "resourceType": "workspaces", + "apiVersions": [ + "2020-09-01-preview", + "2020-08-01", + "2020-06-01", + "2020-05-15-preview", + "2020-05-01-preview", + "2020-04-01-preview", + "2020-04-01", + "2020-03-01", + "2020-02-18-preview", + "2020-02-02", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-06-01", + "2019-05-01", + "2018-11-19", + "2018-03-01-preview" + ], + "locations": [ + "Canada Central", + "Central India", + "North Central US", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "East US", + "North Europe", + "Korea Central", + "Brazil South", + "France Central", + "Australia East", + "East US 2", + "West US 2", + "West Central US", + "Southeast Asia", + "West Europe", + "South Central US" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-09-01-preview", + "2020-08-01", + "2020-06-01", + "2020-05-15-preview", + "2020-05-01-preview", + "2020-04-01-preview", + "2020-04-01", + "2020-03-01", + "2020-02-18-preview", + "2020-02-02", + "2020-01-01", + "2019-11-01", + "2019-06-01", + "2019-05-01", + "2018-11-19", + "2018-03-01-preview" + ], + "locations": [ + "East US 2" + ] + }, + "locations/quotas": { + "resourceType": "locations/quotas", + "apiVersions": [ + "2020-09-01-preview", + "2020-08-01", + "2020-06-01", + "2020-05-15-preview", + "2020-05-01-preview", + "2020-04-01-preview", + "2020-04-01", + "2020-03-01", + "2020-02-18-preview", + "2020-02-02", + "2020-01-01", + "2019-11-01", + "2019-06-01" + ], + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "East US", + "North Europe", + "Korea Central", + "Brazil South", + "France Central", + "Australia East", + "East US 2", + "West US 2", + "West Central US", + "Southeast Asia", + "West Europe", + "South Central US" + ] + }, + "locations/workspaceOperationsStatus": { + "resourceType": "locations/workspaceOperationsStatus", + "apiVersions": [ + "2020-09-01-preview", + "2020-08-01", + "2020-06-01", + "2020-05-15-preview", + "2020-05-01-preview", + "2020-04-01-preview", + "2020-04-01", + "2020-03-01", + "2020-02-18-preview", + "2020-02-02", + "2020-01-01", + "2019-11-01", + "2019-06-01", + "2019-05-01", + "2018-11-19", + "2018-03-01-preview" + ], + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "East US", + "North Europe", + "Korea Central", + "Brazil South", + "France Central", + "Australia East", + "East US 2", + "West US 2", + "West Central US", + "Southeast Asia", + "West Europe", + "South Central US" + ] + }, + "workspaces/computes": { + "resourceType": "workspaces/computes", + "apiVersions": [ + "2020-09-01-preview", + "2020-08-01", + "2020-06-01", + "2020-05-15-preview", + "2020-05-01-preview", + "2020-04-01-preview", + "2020-04-01", + "2020-03-01", + "2020-02-18-preview", + "2020-02-02", + "2020-01-01", + "2019-11-01", + "2019-06-01", + "2019-05-01", + "2018-11-19", + "2018-03-01-preview" + ], + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "East US", + "North Europe", + "Korea Central", + "Brazil South", + "France Central", + "Australia East", + "East US 2", + "West US 2", + "West Central US", + "Southeast Asia", + "West Europe", + "South Central US" + ] + } + } + }, + "Microsoft.DevOps": { + "types": { + "pipelines": { + "resourceType": "pipelines", + "apiVersions": [ + "2020-07-13-preview", + "2019-07-01-preview" + ], + "locations": [ + "East Asia", + "Southeast Asia", + "Australia East", + "Brazil South", + "Canada Central", + "Japan East", + "Japan West", + "North Europe", + "West Europe", + "West India", + "Central India", + "South India", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West Central US", + "UK South", + "West US", + "West US 2" + ] + } + } + }, + "Microsoft.Search": { + "types": { + "resourceHealthMetadata": { + "resourceType": "resourceHealthMetadata", + "apiVersions": [ + "2020-08-01-Preview", + "2020-08-01", + "2020-03-13", + "2019-10-01-Preview", + "2015-08-19" + ], + "locations": [ + "West US", + "West US 2", + "East US", + "East US 2", + "North Europe", + "West Europe", + "Southeast Asia", + "East Asia", + "North Central US", + "South Central US", + "Central US", + "Japan West", + "Japan East", + "Korea Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Central India", + "West Central US", + "Canada Central", + "UK South", + "France Central", + "South Africa North", + "UAE North" + ] + }, + "checkNameAvailability": { + "resourceType": "checkNameAvailability", + "apiVersions": [ + "2020-08-01-Preview", + "2020-08-01", + "2020-03-13", + "2019-10-01-Preview", + "2015-08-19" + ], + "locations": [] + }, + "searchServices": { + "resourceType": "searchServices", + "apiVersions": [ + "2020-08-01-Preview", + "2020-08-01", + "2020-03-13", + "2019-10-01-Preview", + "2015-08-19", + "2015-02-28", + "2014-07-31-Preview" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "Southeast Asia", + "East Asia", + "North Central US", + "South Central US", + "Central US", + "Japan West", + "Japan East", + "Korea Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "South Africa North", + "UAE North", + "West US 2", + "East US 2", + "Central India", + "West Central US", + "Canada Central", + "UK South", + "France Central" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-08-01-Preview", + "2020-08-01", + "2020-03-13", + "2019-10-01-Preview", + "2015-08-19", + "2015-02-28" + ], + "locations": [] + }, + "checkServiceNameAvailability": { + "resourceType": "checkServiceNameAvailability", + "apiVersions": [ + "2015-02-28", + "2014-07-31-Preview" + ], + "locations": [] + } + } + }, + "Microsoft.VSOnline": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-05-26-privatepreview", + "2020-05-26-preview", + "2020-05-26-beta", + "2020-05-26-alpha", + "2019-07-01-privatepreview", + "2019-07-01-preview", + "2019-07-01-beta", + "2019-07-01-alpha" + ], + "locations": [] + }, + "registeredSubscriptions": { + "resourceType": "registeredSubscriptions", + "apiVersions": [ + "2020-05-26-privatepreview", + "2020-05-26-preview", + "2020-05-26-beta", + "2020-05-26-alpha", + "2019-07-01-privatepreview", + "2019-07-01-preview", + "2019-07-01-beta", + "2019-07-01-alpha" + ], + "locations": [] + }, + "plans": { + "resourceType": "plans", + "apiVersions": [ + "2020-05-26-preview", + "2020-05-26-beta", + "2020-05-26-alpha", + "2019-07-01-preview", + "2019-07-01-beta", + "2019-07-01-alpha" + ], + "locations": [ + "West Europe", + "East US", + "West Us 2", + "Southeast Asia" + ] + }, + "accounts": { + "resourceType": "accounts", + "apiVersions": [ + "2019-07-01-preview", + "2019-07-01-beta", + "2019-07-01-alpha" + ], + "locations": [ + "West Europe", + "East US", + "West Us 2", + "Southeast Asia" + ] + } + } + }, + "Microsoft.CustomProviders": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2018-09-01-preview" + ], + "locations": [] + }, + "locations/operationStatuses": { + "resourceType": "locations/operationStatuses", + "apiVersions": [ + "2018-09-01-preview" + ], + "locations": [ + "Australia East", + "Australia Southeast", + "East US", + "West US 2", + "West Europe", + "North Europe", + "Canada Central", + "Canada East" + ] + }, + "resourceProviders": { + "resourceType": "resourceProviders", + "apiVersions": [ + "2018-09-01-preview" + ], + "locations": [ + "Australia East", + "Australia Southeast", + "East US", + "West US 2", + "West Europe", + "North Europe", + "Canada Central", + "Canada East" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2018-09-01-preview" + ], + "locations": [] + }, + "associations": { + "resourceType": "associations", + "apiVersions": [ + "2018-09-01-preview" + ], + "locations": [] + } + } + }, + "Microsoft.Kubernetes": { + "types": { + "Operations": { + "resourceType": "Operations", + "apiVersions": [ + "2020-01-01-preview", + "2019-11-01-preview", + "2019-09-01-privatepreview" + ], + "locations": [] + }, + "locations/operationStatuses": { + "resourceType": "locations/operationStatuses", + "apiVersions": [ + "2020-01-01-preview" + ], + "locations": [ + "East US 2 EUAP", + "West Europe", + "East US" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-01-01-preview" + ], + "locations": [] + }, + "connectedClusters": { + "resourceType": "connectedClusters", + "apiVersions": [ + "2020-01-01-preview", + "2019-11-01-preview", + "2019-09-01-privatepreview" + ], + "locations": [ + "East US", + "West Europe" + ] + }, + "registeredSubscriptions": { + "resourceType": "registeredSubscriptions", + "apiVersions": [ + "2020-01-01-preview" + ], + "locations": [] + } + } + }, + "Microsoft.DataLakeAnalytics": { + "types": { + "accounts/storageAccounts": { + "resourceType": "accounts/storageAccounts", + "apiVersions": [ + "2016-11-01", + "2015-10-01-preview" + ], + "locations": [ + "East US 2", + "North Europe", + "Central US", + "West Europe" + ] + }, + "locations/usages": { + "resourceType": "locations/usages", + "apiVersions": [ + "2019-11-01-preview", + "2016-11-01", + "2015-10-01-preview" + ], + "locations": [] + }, + "accounts/dataLakeStoreAccounts": { + "resourceType": "accounts/dataLakeStoreAccounts", + "apiVersions": [ + "2016-11-01", + "2015-10-01-preview" + ], + "locations": [ + "East US 2", + "North Europe", + "Central US", + "West Europe" + ] + }, + "accounts/storageAccounts/containers/listSasTokens": { + "resourceType": "accounts/storageAccounts/containers/listSasTokens", + "apiVersions": [ + "2016-11-01", + "2015-10-01-preview" + ], + "locations": [ + "East US 2", + "North Europe", + "Central US", + "West Europe" + ] + }, + "accounts/storageAccounts/containers": { + "resourceType": "accounts/storageAccounts/containers", + "apiVersions": [ + "2016-11-01", + "2015-10-01-preview" + ], + "locations": [ + "East US 2", + "North Europe", + "Central US", + "West Europe" + ] + }, + "accounts": { + "resourceType": "accounts", + "apiVersions": [ + "2016-11-01", + "2015-10-01-preview" + ], + "locations": [ + "East US 2", + "North Europe", + "Central US", + "West Europe" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2019-11-01-preview", + "2016-11-01", + "2015-10-01-preview" + ], + "locations": [] + }, + "locations/checkNameAvailability": { + "resourceType": "locations/checkNameAvailability", + "apiVersions": [ + "2019-11-01-preview", + "2016-11-01", + "2015-10-01-preview" + ], + "locations": [] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2019-11-01-preview", + "2016-11-01", + "2015-10-01-preview" + ], + "locations": [] + }, + "locations/capability": { + "resourceType": "locations/capability", + "apiVersions": [ + "2019-11-01-preview", + "2016-11-01", + "2015-10-01-preview" + ], + "locations": [] + }, + "locations/operationresults": { + "resourceType": "locations/operationresults", + "apiVersions": [ + "2019-11-01-preview", + "2016-11-01", + "2015-10-01-preview" + ], + "locations": [] + } + } + }, + "Microsoft.PolicyInsights": { + "types": { + "remediations": { + "resourceType": "remediations", + "apiVersions": [ + "2019-07-01", + "2018-07-01-preview" + ], + "locations": [] + }, + "policyTrackedResources": { + "resourceType": "policyTrackedResources", + "apiVersions": [ + "2018-07-01-preview" + ], + "locations": [] + }, + "policyStates": { + "resourceType": "policyStates", + "apiVersions": [ + "2019-10-01", + "2018-07-01-preview", + "2018-04-04", + "2017-12-12-preview", + "2017-10-17-preview", + "2017-08-09-preview" + ], + "locations": [] + }, + "policyEvents": { + "resourceType": "policyEvents", + "apiVersions": [ + "2019-10-01", + "2018-07-01-preview", + "2018-04-04", + "2017-12-12-preview", + "2017-10-17-preview", + "2017-08-09-preview" + ], + "locations": [] + }, + "policyMetadata": { + "resourceType": "policyMetadata", + "apiVersions": [ + "2019-10-01" + ], + "locations": [] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2019-10-01", + "2018-07-01-preview", + "2018-04-04", + "2017-12-12-preview", + "2017-10-17-preview", + "2017-08-09-preview" + ], + "locations": [] + }, + "asyncOperationResults": { + "resourceType": "asyncOperationResults", + "apiVersions": [ + "2019-10-01", + "2018-07-01-preview" + ], + "locations": [] + } + } + }, + "Myget.PackageManagement": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2015-01-01" + ], + "locations": [] + }, + "listCommunicationPreference": { + "resourceType": "listCommunicationPreference", + "apiVersions": [ + "2015-01-01" + ], + "locations": [] + }, + "updateCommunicationPreference": { + "resourceType": "updateCommunicationPreference", + "apiVersions": [ + "2015-01-01" + ], + "locations": [] + }, + "services": { + "resourceType": "services", + "apiVersions": [ + "2015-01-01" + ], + "locations": [ + "West Europe" + ] + } + } + }, + "Microsoft.HybridNetwork": { + "types": { + "Operations": { + "resourceType": "Operations", + "apiVersions": [ + "2020-01-01-preview" + ], + "locations": [] + }, + "Locations": { + "resourceType": "Locations", + "apiVersions": [ + "2020-01-01-preview" + ], + "locations": [] + }, + "Locations/OperationStatuses": { + "resourceType": "Locations/OperationStatuses", + "apiVersions": [ + "2020-01-01-preview", + "2019-10-01" + ], + "locations": [ + "East US 2 EUAP", + "West Central US" + ] + } + } + }, + "Microsoft.Billing": { + "types": { + "invoices": { + "resourceType": "invoices", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview", + "2018-03-01-preview", + "2017-04-24-preview", + "2017-02-27-preview" + ], + "locations": [] + }, + "billingAccounts/billingProfiles/invoiceSections/billingRoleAssignments": { + "resourceType": "billingAccounts/billingProfiles/invoiceSections/billingRoleAssignments", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview" + ], + "locations": [] + }, + "billingAccounts/billingProfiles/pricesheetDownloadOperations": { + "resourceType": "billingAccounts/billingProfiles/pricesheetDownloadOperations", + "apiVersions": [ + "2019-10-01-preview", + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/enrollmentAccounts/billingPermissions": { + "resourceType": "billingAccounts/enrollmentAccounts/billingPermissions", + "apiVersions": [ + "2019-10-01-preview" + ], + "locations": [] + }, + "departments": { + "resourceType": "departments", + "apiVersions": [ + "2018-06-30", + "2018-05-31" + ], + "locations": [] + }, + "billingAccounts/billingProfiles/invoiceSections/transfers": { + "resourceType": "billingAccounts/billingProfiles/invoiceSections/transfers", + "apiVersions": [ + "2019-10-01-preview" + ], + "locations": [] + }, + "billingAccounts/billingProfiles/invoiceSections/createBillingRoleAssignment": { + "resourceType": "billingAccounts/billingProfiles/invoiceSections/createBillingRoleAssignment", + "apiVersions": [ + "2019-10-01-preview" + ], + "locations": [] + }, + "billingAccounts/invoiceSections/billingSubscriptions/transfer": { + "resourceType": "billingAccounts/invoiceSections/billingSubscriptions/transfer", + "apiVersions": [ + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts": { + "resourceType": "billingAccounts", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview", + "2018-06-30", + "2018-05-31" + ], + "locations": [] + }, + "billingAccounts/reservations": { + "resourceType": "billingAccounts/reservations", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview" + ], + "locations": [] + }, + "transfers/declineTransfer": { + "resourceType": "transfers/declineTransfer", + "apiVersions": [ + "2019-10-01-preview", + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/customers/billingPermissions": { + "resourceType": "billingAccounts/customers/billingPermissions", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview" + ], + "locations": [] + }, + "billingAccounts/invoiceSections/patchOperations": { + "resourceType": "billingAccounts/invoiceSections/patchOperations", + "apiVersions": [ + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/invoiceSections/products": { + "resourceType": "billingAccounts/invoiceSections/products", + "apiVersions": [ + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/billingProfiles/invoiceSections/billingSubscriptions": { + "resourceType": "billingAccounts/billingProfiles/invoiceSections/billingSubscriptions", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview" + ], + "locations": [] + }, + "billingAccounts/billingProfiles/reservations": { + "resourceType": "billingAccounts/billingProfiles/reservations", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview" + ], + "locations": [] + }, + "billingAccounts/billingProfiles/policies": { + "resourceType": "billingAccounts/billingProfiles/policies", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "locations": [] + }, + "billingRoleDefinitions": { + "resourceType": "billingRoleDefinitions", + "apiVersions": [ + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/enrollmentAccounts/billingRoleDefinitions": { + "resourceType": "billingAccounts/enrollmentAccounts/billingRoleDefinitions", + "apiVersions": [ + "2019-10-01-preview" + ], + "locations": [] + }, + "billingAccounts/customers/policies": { + "resourceType": "billingAccounts/customers/policies", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview" + ], + "locations": [] + }, + "billingAccounts/invoices": { + "resourceType": "billingAccounts/invoices", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "locations": [] + }, + "transfers/validateTransfer": { + "resourceType": "transfers/validateTransfer", + "apiVersions": [ + "2019-10-01-preview", + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/createInvoiceSectionOperations": { + "resourceType": "billingAccounts/createInvoiceSectionOperations", + "apiVersions": [ + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/listInvoiceSectionsWithCreateSubscriptionPermission": { + "resourceType": "billingAccounts/listInvoiceSectionsWithCreateSubscriptionPermission", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/billingProfiles": { + "resourceType": "billingAccounts/billingProfiles", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/invoiceSections/billingSubscriptions": { + "resourceType": "billingAccounts/invoiceSections/billingSubscriptions", + "apiVersions": [ + "2018-11-01-preview" + ], + "locations": [] + }, + "billingProperty": { + "resourceType": "billingProperty", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/departments/billingRoleDefinitions": { + "resourceType": "billingAccounts/departments/billingRoleDefinitions", + "apiVersions": [ + "2019-10-01-preview" + ], + "locations": [] + }, + "billingAccounts/billingProfiles/customers": { + "resourceType": "billingAccounts/billingProfiles/customers", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview" + ], + "locations": [] + }, + "billingAccounts/billingProfiles/billingRoleDefinitions": { + "resourceType": "billingAccounts/billingProfiles/billingRoleDefinitions", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview" + ], + "locations": [] + }, + "billingAccounts/billingProfiles/invoices/transactions": { + "resourceType": "billingAccounts/billingProfiles/invoices/transactions", + "apiVersions": [ + "2019-10-01-preview" + ], + "locations": [] + }, + "billingAccounts/invoiceSections/elevate": { + "resourceType": "billingAccounts/invoiceSections/elevate", + "apiVersions": [ + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/departments/billingPermissions": { + "resourceType": "billingAccounts/departments/billingPermissions", + "apiVersions": [ + "2019-10-01-preview" + ], + "locations": [] + }, + "billingAccounts/invoiceSections/transactions": { + "resourceType": "billingAccounts/invoiceSections/transactions", + "apiVersions": [ + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/billingProfiles/availableBalance": { + "resourceType": "billingAccounts/billingProfiles/availableBalance", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/departments/billingRoleAssignments": { + "resourceType": "billingAccounts/departments/billingRoleAssignments", + "apiVersions": [ + "2019-10-01-preview" + ], + "locations": [] + }, + "billingAccounts/billingProfiles/invoices/pricesheet": { + "resourceType": "billingAccounts/billingProfiles/invoices/pricesheet", + "apiVersions": [ + "2019-10-01-preview", + "2018-11-01-preview" + ], + "locations": [] + }, + "billingPeriods": { + "resourceType": "billingPeriods", + "apiVersions": [ + "2018-03-01-preview", + "2017-04-24-preview" + ], + "locations": [] + }, + "billingAccounts/billingProfiles/invoiceSections/products/updateAutoRenew": { + "resourceType": "billingAccounts/billingProfiles/invoiceSections/products/updateAutoRenew", + "apiVersions": [ + "2019-10-01-preview" + ], + "locations": [] + }, + "billingAccounts/transactions": { + "resourceType": "billingAccounts/transactions", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "locations": [] + }, + "validateAddress": { + "resourceType": "validateAddress", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/agreements": { + "resourceType": "billingAccounts/agreements", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/billingSubscriptions/invoices": { + "resourceType": "billingAccounts/billingSubscriptions/invoices", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview" + ], + "locations": [] + }, + "billingAccounts/invoiceSections/initiateTransfer": { + "resourceType": "billingAccounts/invoiceSections/initiateTransfer", + "apiVersions": [ + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/patchOperations": { + "resourceType": "billingAccounts/patchOperations", + "apiVersions": [ + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/departments": { + "resourceType": "billingAccounts/departments", + "apiVersions": [ + "2019-10-01-preview", + "2018-06-30" + ], + "locations": [] + }, + "billingAccounts/createBillingRoleAssignment": { + "resourceType": "billingAccounts/createBillingRoleAssignment", + "apiVersions": [ + "2019-10-01-preview" + ], + "locations": [] + }, + "billingAccounts/products": { + "resourceType": "billingAccounts/products", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/invoiceSections/products/transfer": { + "resourceType": "billingAccounts/invoiceSections/products/transfer", + "apiVersions": [ + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/billingProfiles/invoiceSections/billingPermissions": { + "resourceType": "billingAccounts/billingProfiles/invoiceSections/billingPermissions", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview" + ], + "locations": [] + }, + "billingAccounts/enrollmentAccounts/billingRoleAssignments": { + "resourceType": "billingAccounts/enrollmentAccounts/billingRoleAssignments", + "apiVersions": [ + "2019-10-01-preview" + ], + "locations": [] + }, + "billingAccounts/customers/billingSubscriptions": { + "resourceType": "billingAccounts/customers/billingSubscriptions", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/customers/initiateTransfer": { + "resourceType": "billingAccounts/customers/initiateTransfer", + "apiVersions": [ + "2019-10-01-preview" + ], + "locations": [] + }, + "billingAccounts/enrollmentAccounts": { + "resourceType": "billingAccounts/enrollmentAccounts", + "apiVersions": [ + "2019-10-01-preview", + "2018-06-30" + ], + "locations": [] + }, + "billingAccounts/billingProfiles/createBillingRoleAssignment": { + "resourceType": "billingAccounts/billingProfiles/createBillingRoleAssignment", + "apiVersions": [ + "2019-10-01-preview" + ], + "locations": [] + }, + "billingRoleAssignments": { + "resourceType": "billingRoleAssignments", + "apiVersions": [ + "2018-11-01-preview" + ], + "locations": [] + }, + "billingPermissions": { + "resourceType": "billingPermissions", + "apiVersions": [ + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/customers": { + "resourceType": "billingAccounts/customers", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/billingProfiles/billingPermissions": { + "resourceType": "billingAccounts/billingProfiles/billingPermissions", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview" + ], + "locations": [] + }, + "billingAccounts/customers/transfers": { + "resourceType": "billingAccounts/customers/transfers", + "apiVersions": [ + "2019-10-01-preview" + ], + "locations": [] + }, + "billingAccounts/billingProfiles/invoiceSections/products": { + "resourceType": "billingAccounts/billingProfiles/invoiceSections/products", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview" + ], + "locations": [] + }, + "billingAccounts/billingProfiles/invoiceSections/products/transfer": { + "resourceType": "billingAccounts/billingProfiles/invoiceSections/products/transfer", + "apiVersions": [ + "2019-10-01-preview" + ], + "locations": [] + }, + "billingAccounts/billingProfiles/billingSubscriptions": { + "resourceType": "billingAccounts/billingProfiles/billingSubscriptions", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "locations": [] + }, + "operationResults": { + "resourceType": "operationResults", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/customers/transactions": { + "resourceType": "billingAccounts/customers/transactions", + "apiVersions": [ + "2019-10-01-preview" + ], + "locations": [] + }, + "billingAccounts/billingProfiles/invoiceSections/billingRoleDefinitions": { + "resourceType": "billingAccounts/billingProfiles/invoiceSections/billingRoleDefinitions", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview" + ], + "locations": [] + }, + "billingAccounts/billingRoleDefinitions": { + "resourceType": "billingAccounts/billingRoleDefinitions", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview" + ], + "locations": [] + }, + "billingAccounts/invoiceSections/products/updateAutoRenew": { + "resourceType": "billingAccounts/invoiceSections/products/updateAutoRenew", + "apiVersions": [ + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/paymentMethods": { + "resourceType": "billingAccounts/paymentMethods", + "apiVersions": [ + "2019-10-01-preview", + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/billingProfiles/invoices": { + "resourceType": "billingAccounts/billingProfiles/invoices", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/billingProfiles/validateDetachPaymentMethodEligibility": { + "resourceType": "billingAccounts/billingProfiles/validateDetachPaymentMethodEligibility", + "apiVersions": [ + "2019-10-01-preview" + ], + "locations": [] + }, + "billingAccounts/BillingProfiles/patchOperations": { + "resourceType": "billingAccounts/BillingProfiles/patchOperations", + "apiVersions": [ + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/billingProfiles/invoiceSections/transactions": { + "resourceType": "billingAccounts/billingProfiles/invoiceSections/transactions", + "apiVersions": [ + "2019-10-01-preview" + ], + "locations": [] + }, + "billingAccounts/billingProfiles/invoiceSections/initiateTransfer": { + "resourceType": "billingAccounts/billingProfiles/invoiceSections/initiateTransfer", + "apiVersions": [ + "2019-10-01-preview" + ], + "locations": [] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview", + "2018-06-30", + "2018-03-01-preview", + "2017-04-24-preview", + "2017-02-27-preview" + ], + "locations": [] + }, + "billingAccounts/billingProfiles/paymentMethods": { + "resourceType": "billingAccounts/billingProfiles/paymentMethods", + "apiVersions": [ + "2019-10-01-preview", + "2018-11-01-preview" + ], + "locations": [] + }, + "createBillingRoleAssignment": { + "resourceType": "createBillingRoleAssignment", + "apiVersions": [ + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/billingRoleAssignments": { + "resourceType": "billingAccounts/billingRoleAssignments", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview" + ], + "locations": [] + }, + "billingAccounts/billingProfiles/billingRoleAssignments": { + "resourceType": "billingAccounts/billingProfiles/billingRoleAssignments", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview" + ], + "locations": [] + }, + "billingAccounts/billingProfiles/transactions": { + "resourceType": "billingAccounts/billingProfiles/transactions", + "apiVersions": [ + "2019-10-01-preview", + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/invoiceSections/billingSubscriptionMoveOperations": { + "resourceType": "billingAccounts/invoiceSections/billingSubscriptionMoveOperations", + "apiVersions": [ + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/billingProfiles/invoiceSections": { + "resourceType": "billingAccounts/billingProfiles/invoiceSections", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "locations": [] + }, + "operationStatus": { + "resourceType": "operationStatus", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/lineOfCredit": { + "resourceType": "billingAccounts/lineOfCredit", + "apiVersions": [ + "2019-10-01-preview", + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/invoices/transactions": { + "resourceType": "billingAccounts/invoices/transactions", + "apiVersions": [ + "2020-05-01" + ], + "locations": [] + }, + "billingAccounts/invoiceSections/productTransfersResults": { + "resourceType": "billingAccounts/invoiceSections/productTransfersResults", + "apiVersions": [ + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/billingProfiles/pricesheet": { + "resourceType": "billingAccounts/billingProfiles/pricesheet", + "apiVersions": [ + "2019-10-01-preview", + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/billingProfiles/products": { + "resourceType": "billingAccounts/billingProfiles/products", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/invoiceSections": { + "resourceType": "billingAccounts/invoiceSections", + "apiVersions": [ + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/billingProfiles/instructions": { + "resourceType": "billingAccounts/billingProfiles/instructions", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview" + ], + "locations": [] + }, + "enrollmentAccounts": { + "resourceType": "enrollmentAccounts", + "apiVersions": [ + "2018-03-01-preview" + ], + "locations": [] + }, + "transfers/operationStatus": { + "resourceType": "transfers/operationStatus", + "apiVersions": [ + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/billingPermissions": { + "resourceType": "billingAccounts/billingPermissions", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview" + ], + "locations": [] + }, + "billingAccounts/customers/products": { + "resourceType": "billingAccounts/customers/products", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview" + ], + "locations": [] + }, + "transfers": { + "resourceType": "transfers", + "apiVersions": [ + "2019-10-01-preview", + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/operationResults": { + "resourceType": "billingAccounts/operationResults", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "locations": [] + }, + "transfers/acceptTransfer": { + "resourceType": "transfers/acceptTransfer", + "apiVersions": [ + "2019-10-01-preview", + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/invoiceSections/productMoveOperations": { + "resourceType": "billingAccounts/invoiceSections/productMoveOperations", + "apiVersions": [ + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/billingSubscriptions": { + "resourceType": "billingAccounts/billingSubscriptions", + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "locations": [] + }, + "billingAccounts/invoiceSections/transfers": { + "resourceType": "billingAccounts/invoiceSections/transfers", + "apiVersions": [ + "2018-11-01-preview" + ], + "locations": [] + } + } + }, + "Microsoft.VirtualMachineImages": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-02-14", + "2019-05-01-preview", + "2019-02-01-preview" + ], + "locations": [ + "East US", + "East US 2", + "West Central US", + "West US", + "West US 2", + "South Central US", + "North Europe", + "West Europe" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-02-14", + "2019-05-01-preview", + "2019-02-01-preview", + "2018-02-01-preview" + ], + "locations": [ + "East US", + "East US 2", + "West Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "South Central US" + ] + }, + "imageTemplates": { + "resourceType": "imageTemplates", + "apiVersions": [ + "2020-02-14", + "2019-05-01-preview", + "2019-02-01-preview", + "2018-02-01-preview" + ], + "locations": [ + "East US", + "East US 2", + "West Central US", + "West US", + "West US 2", + "South Central US", + "North Europe", + "West Europe" + ] + }, + "imageTemplates/runOutputs": { + "resourceType": "imageTemplates/runOutputs", + "apiVersions": [ + "2020-02-14", + "2019-05-01-preview", + "2019-02-01-preview", + "2018-02-01-preview" + ], + "locations": [ + "East US", + "East US 2", + "West Central US", + "West US", + "West US 2", + "South Central US", + "North Europe", + "West Europe" + ] + }, + "locations/operations": { + "resourceType": "locations/operations", + "apiVersions": [ + "2020-02-14", + "2019-05-01-preview", + "2019-02-01-preview", + "2018-02-01-preview" + ], + "locations": [ + "East US", + "East US 2", + "West Central US", + "West US", + "West US 2", + "South Central US", + "North Europe", + "West Europe" + ] + } + } + }, + "Microsoft.AppPlatform": { + "types": { + "locations/checkNameAvailability": { + "resourceType": "locations/checkNameAvailability", + "apiVersions": [ + "2020-07-01", + "2019-05-01-preview" + ], + "locations": [ + "West Europe", + "East US", + "West US 2", + "Southeast Asia", + "Central US", + "Australia East", + "UK South", + "North Europe", + "South Central US", + "East US 2" + ] + }, + "Spring/apps/deployments": { + "resourceType": "Spring/apps/deployments", + "apiVersions": [ + "2020-07-01", + "2019-05-01-preview" + ], + "locations": [ + "West Europe", + "East US", + "West US 2", + "Southeast Asia", + "Central US", + "Australia East", + "UK South", + "North Europe", + "South Central US", + "East US 2" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-07-01", + "2019-05-01-preview" + ], + "locations": [] + }, + "Spring": { + "resourceType": "Spring", + "apiVersions": [ + "2020-07-01", + "2019-05-01-preview" + ], + "locations": [ + "West Europe", + "East US", + "West US 2", + "Southeast Asia", + "Central US", + "Australia East", + "UK South", + "North Europe", + "South Central US", + "East US 2" + ] + }, + "locations/operationStatus": { + "resourceType": "locations/operationStatus", + "apiVersions": [ + "2020-07-01", + "2019-05-01-preview" + ], + "locations": [ + "West Europe", + "East US", + "West US 2", + "Southeast Asia", + "Central US", + "Australia East", + "UK South", + "North Europe", + "South Central US", + "East US 2" + ] + }, + "Spring/apps": { + "resourceType": "Spring/apps", + "apiVersions": [ + "2020-07-01", + "2019-05-01-preview" + ], + "locations": [ + "West Europe", + "East US", + "West US 2", + "Southeast Asia", + "Central US", + "Australia East", + "UK South", + "North Europe", + "South Central US", + "East US 2" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2019-05-01-preview" + ], + "locations": [] + }, + "locations/operationResults": { + "resourceType": "locations/operationResults", + "apiVersions": [ + "2020-07-01", + "2019-05-01-preview" + ], + "locations": [ + "West Europe", + "East US", + "West US 2", + "Southeast Asia", + "Central US", + "Australia East", + "UK South", + "North Europe", + "South Central US", + "East US 2" + ] + } + } + }, + "Microsoft.StreamAnalytics": { + "types": { + "clusters": { + "resourceType": "clusters", + "apiVersions": [ + "2020-03-01-preview", + "2020-03-01" + ], + "locations": [ + "Central US", + "West Europe", + "East US 2", + "North Europe", + "Japan East", + "West US", + "Southeast Asia", + "South Central US", + "East Asia", + "Japan West", + "North Central US", + "East US", + "Australia East", + "Australia Southeast", + "Brazil South", + "Central India", + "West Central US", + "UK South", + "UK West", + "Canada Central", + "Canada East", + "West US 2", + "Korea Central", + "France Central" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2019-06-01", + "2018-11-01", + "2017-04-01-preview", + "2016-03-01", + "2015-11-01", + "2015-10-01", + "2015-09-01", + "2015-08-01-preview", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-03-01-preview" + ], + "locations": [ + "West Europe", + "Central US", + "East US 2", + "North Europe", + "Japan East", + "West US", + "Southeast Asia", + "South Central US", + "East Asia", + "Japan West", + "North Central US", + "East US", + "Australia East", + "Australia Southeast", + "Brazil South", + "Central India", + "West Central US", + "UK South", + "West US 2", + "UK West", + "Canada Central", + "Canada East", + "Korea Central", + "France Central" + ] + }, + "streamingjobs": { + "resourceType": "streamingjobs", + "apiVersions": [ + "2019-06-01", + "2018-11-01", + "2017-04-01-preview", + "2016-03-01", + "2015-11-01", + "2015-10-01", + "2015-09-01", + "2015-08-01-preview", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-03-01-preview" + ], + "locations": [ + "Central US", + "West Europe", + "East US 2", + "North Europe", + "Japan East", + "West US", + "Southeast Asia", + "South Central US", + "East Asia", + "Japan West", + "North Central US", + "East US", + "Australia East", + "Australia Southeast", + "Brazil South", + "Central India", + "West Central US", + "UK South", + "UK West", + "Canada Central", + "Canada East", + "West US 2", + "Korea Central", + "France Central" + ] + }, + "locations/quotas": { + "resourceType": "locations/quotas", + "apiVersions": [ + "2019-06-01", + "2018-11-01", + "2017-04-01-preview", + "2016-03-01", + "2015-11-01", + "2015-10-01", + "2015-09-01", + "2015-08-01-preview", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-03-01-preview" + ], + "locations": [] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2019-06-01", + "2018-11-01", + "2017-04-01-preview", + "2016-03-01", + "2015-11-01", + "2015-10-01", + "2015-09-01", + "2015-08-01-preview", + "2015-06-01", + "2015-05-01", + "2015-04-01" + ], + "locations": [ + "West Europe", + "West US", + "Central US", + "East US 2", + "North Europe", + "Japan East", + "Southeast Asia", + "South Central US", + "East Asia", + "Japan West", + "North Central US", + "East US", + "Australia East", + "Australia Southeast", + "Brazil South", + "Central India", + "West Central US", + "UK South", + "UK West", + "Canada Central", + "Canada East", + "West US 2", + "Korea Central", + "France Central" + ] + }, + "clusters/privateEndpoints": { + "resourceType": "clusters/privateEndpoints", + "apiVersions": [ + "2020-03-01-preview", + "2020-03-01" + ], + "locations": [ + "Central US", + "West Europe", + "East US 2", + "North Europe", + "Japan East", + "West US", + "Southeast Asia", + "South Central US", + "East Asia", + "Japan West", + "North Central US", + "East US", + "Australia East", + "Australia Southeast", + "Brazil South", + "Central India", + "West Central US", + "UK South", + "UK West", + "Canada Central", + "Canada East", + "West US 2", + "Korea Central", + "France Central" + ] + } + } + }, + "Sendgrid.Email": { + "types": { + "accounts": { + "resourceType": "accounts", + "apiVersions": [ + "2015-01-01" + ], + "locations": [ + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2015-01-01" + ], + "locations": [ + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + } + } + }, + "Microsoft.KeyVault": { + "types": { + "managedHSMs": { + "resourceType": "managedHSMs", + "apiVersions": [ + "2020-04-01-preview" + ], + "locations": [ + "East US 2", + "South Central US", + "North Europe", + "West Europe" + ] + }, + "locations/deletedVaults": { + "resourceType": "locations/deletedVaults", + "apiVersions": [ + "2019-09-01", + "2018-02-14-preview", + "2018-02-14", + "2016-10-01" + ], + "locations": [ + "North Central US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "East US 2", + "Central US", + "South Central US", + "West US", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Brazil South", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "West Central US", + "West US 2", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "vaults/accessPolicies": { + "resourceType": "vaults/accessPolicies", + "apiVersions": [ + "2019-09-01", + "2018-02-14-preview", + "2018-02-14", + "2016-10-01", + "2015-06-01" + ], + "locations": [ + "North Central US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "East US 2", + "Central US", + "South Central US", + "West US", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Brazil South", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "West Central US", + "West US 2", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "vaults/eventGridFilters": { + "resourceType": "vaults/eventGridFilters", + "apiVersions": [ + "2019-09-01", + "2018-02-14-preview", + "2018-02-14" + ], + "locations": [ + "North Central US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "East US 2", + "Central US", + "South Central US", + "West US", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Brazil South", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "West Central US", + "West US 2", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2019-09-01", + "2018-02-14-preview", + "2018-02-14", + "2016-10-01" + ], + "locations": [] + }, + "locations/operationResults": { + "resourceType": "locations/operationResults", + "apiVersions": [ + "2019-09-01", + "2018-02-14-preview", + "2018-02-14", + "2016-10-01" + ], + "locations": [ + "North Central US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "East US 2", + "Central US", + "South Central US", + "West US", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Brazil South", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "West Central US", + "West US 2", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "checkNameAvailability": { + "resourceType": "checkNameAvailability", + "apiVersions": [ + "2019-09-01", + "2018-02-14-preview", + "2018-02-14", + "2016-10-01", + "2015-06-01" + ], + "locations": [] + }, + "deletedVaults": { + "resourceType": "deletedVaults", + "apiVersions": [ + "2019-09-01", + "2018-02-14-preview", + "2018-02-14", + "2016-10-01" + ], + "locations": [ + "North Central US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "East US 2", + "Central US", + "South Central US", + "West US", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Brazil South", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "West Central US", + "West US 2", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "vaults": { + "resourceType": "vaults", + "apiVersions": [ + "2019-09-01", + "2018-02-14-preview", + "2018-02-14", + "2016-10-01", + "2015-06-01" + ], + "locations": [ + "North Central US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "East US 2", + "Central US", + "South Central US", + "West US", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Brazil South", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "West Central US", + "West US 2", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-04-01-preview", + "2019-09-01", + "2018-02-14-preview", + "2018-02-14", + "2016-10-01", + "2015-06-01", + "2014-12-19-preview" + ], + "locations": [] + }, + "vaults/secrets": { + "resourceType": "vaults/secrets", + "apiVersions": [ + "2019-09-01", + "2018-02-14-preview", + "2018-02-14", + "2016-10-01", + "2015-06-01" + ], + "locations": [ + "North Central US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "East US 2", + "Central US", + "South Central US", + "West US", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Brazil South", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "West Central US", + "West US 2", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/deleteVirtualNetworkOrSubnets": { + "resourceType": "locations/deleteVirtualNetworkOrSubnets", + "apiVersions": [ + "2019-09-01", + "2018-02-14-preview", + "2018-02-14", + "2016-10-01" + ], + "locations": [ + "East US", + "North Central US", + "West Europe", + "North Europe", + "East Asia", + "Southeast Asia", + "East US 2", + "Central US", + "South Central US", + "West Central US", + "West US 2", + "West US", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + } + } + }, + "Microsoft.Consumption": { + "types": { + "OperationResults": { + "resourceType": "OperationResults", + "apiVersions": [ + "2019-11-01", + "2019-10-01", + "2019-05-01-preview", + "2019-05-01", + "2019-04-01-preview", + "2019-01-01", + "2018-11-01-preview", + "2018-10-01", + "2018-08-31" + ], + "locations": [] + }, + "Operations": { + "resourceType": "Operations", + "apiVersions": [ + "2019-10-01", + "2019-05-01", + "2019-01-01", + "2018-11-01-preview", + "2018-10-01", + "2018-08-31", + "2018-06-30", + "2018-05-31", + "2018-03-31", + "2018-01-31", + "2017-11-30", + "2017-06-30-preview", + "2017-04-24-preview" + ], + "locations": [] + }, + "Balances": { + "resourceType": "Balances", + "apiVersions": [ + "2019-10-01", + "2019-05-01", + "2019-01-01", + "2018-10-01", + "2018-08-31", + "2018-06-30", + "2018-05-31", + "2018-03-31", + "2018-01-31", + "2017-11-30", + "2017-06-30-preview" + ], + "locations": [] + }, + "products": { + "resourceType": "products", + "apiVersions": [ + "2019-10-01", + "2018-10-01", + "2018-08-31" + ], + "locations": [] + }, + "Budgets": { + "resourceType": "Budgets", + "apiVersions": [ + "2019-10-01", + "2019-05-01", + "2019-04-01-preview", + "2019-03-01-preview", + "2019-01-01-preview", + "2019-01-01", + "2018-12-01-preview", + "2018-10-01", + "2018-08-31", + "2018-06-30", + "2018-03-31", + "2018-01-31", + "2017-12-30-preview" + ], + "locations": [] + }, + "ReservationRecommendations": { + "resourceType": "ReservationRecommendations", + "apiVersions": [ + "2019-10-01", + "2019-05-01", + "2019-01-01-preview", + "2019-01-01", + "2018-10-01", + "2018-08-31", + "2018-06-30", + "2018-03-31" + ], + "locations": [] + }, + "events": { + "resourceType": "events", + "apiVersions": [ + "2019-10-01", + "2018-11-01-preview", + "2018-10-01", + "2018-08-31" + ], + "locations": [] + }, + "OperationStatus": { + "resourceType": "OperationStatus", + "apiVersions": [ + "2019-11-01", + "2019-10-01", + "2019-05-01-preview", + "2019-05-01", + "2019-04-01-preview", + "2019-01-01", + "2018-11-01-preview", + "2018-10-01", + "2018-08-31" + ], + "locations": [] + }, + "lots": { + "resourceType": "lots", + "apiVersions": [ + "2019-10-01", + "2018-11-01-preview", + "2018-10-01", + "2018-08-31" + ], + "locations": [] + }, + "UsageDetails": { + "resourceType": "UsageDetails", + "apiVersions": [ + "2019-11-01", + "2019-10-01", + "2019-05-01-preview", + "2019-05-01", + "2019-04-01-preview", + "2019-01-01", + "2018-12-01-preview", + "2018-11-01-preview", + "2018-10-01", + "2018-08-31", + "2018-06-30", + "2018-05-31", + "2018-03-31", + "2018-01-31", + "2017-11-30", + "2017-06-30-preview", + "2017-04-24-preview" + ], + "locations": [] + }, + "tenants": { + "resourceType": "tenants", + "apiVersions": [ + "2019-10-01", + "2019-05-01", + "2019-01-01", + "2018-10-01" + ], + "locations": [] + }, + "ReservationTransactions": { + "resourceType": "ReservationTransactions", + "apiVersions": [ + "2019-10-01", + "2019-05-01", + "2019-01-01", + "2018-10-01", + "2018-08-31", + "2018-06-30", + "2018-05-31", + "2018-03-31", + "2018-01-31", + "2017-11-30", + "2017-06-30-preview" + ], + "locations": [] + }, + "ReservationRecommendationDetails": { + "resourceType": "ReservationRecommendationDetails", + "apiVersions": [ + "2019-10-01" + ], + "locations": [] + }, + "Terms": { + "resourceType": "Terms", + "apiVersions": [ + "2019-10-01", + "2019-05-01", + "2019-01-01", + "2018-10-01", + "2018-08-31", + "2018-06-30", + "2018-03-31", + "2018-01-31", + "2017-12-30-preview" + ], + "locations": [] + }, + "Marketplaces": { + "resourceType": "Marketplaces", + "apiVersions": [ + "2019-10-01", + "2019-05-01", + "2019-01-01", + "2018-10-01", + "2018-08-31", + "2018-06-30", + "2018-05-31", + "2018-03-31", + "2018-01-31" + ], + "locations": [] + }, + "CostTags": { + "resourceType": "CostTags", + "apiVersions": [ + "2019-11-01", + "2019-10-01", + "2019-05-01", + "2018-10-01", + "2018-08-31", + "2018-06-30", + "2018-05-31", + "2018-03-31" + ], + "locations": [] + }, + "credits": { + "resourceType": "credits", + "apiVersions": [ + "2019-10-01", + "2018-11-01-preview", + "2018-10-01", + "2018-08-31" + ], + "locations": [] + }, + "Forecasts": { + "resourceType": "Forecasts", + "apiVersions": [ + "2019-10-01", + "2019-05-01", + "2019-01-01", + "2018-10-01", + "2018-08-31", + "2018-06-30", + "2018-05-31" + ], + "locations": [] + }, + "ReservationDetails": { + "resourceType": "ReservationDetails", + "apiVersions": [ + "2019-10-01", + "2019-05-01", + "2019-01-01-preview", + "2019-01-01", + "2018-10-01", + "2018-08-31", + "2018-06-30", + "2018-03-31", + "2018-01-31", + "2017-11-30", + "2017-06-30-preview" + ], + "locations": [] + }, + "Pricesheets": { + "resourceType": "Pricesheets", + "apiVersions": [ + "2020-01-01-preview", + "2019-10-01", + "2019-05-01", + "2019-01-01", + "2018-10-01", + "2018-08-31", + "2018-06-30", + "2018-05-31", + "2018-03-31", + "2018-01-31", + "2017-11-30", + "2017-06-30-preview" + ], + "locations": [] + }, + "AggregatedCost": { + "resourceType": "AggregatedCost", + "apiVersions": [ + "2019-10-01", + "2019-05-01", + "2019-01-01", + "2018-10-01", + "2018-08-31", + "2018-06-30" + ], + "locations": [] + }, + "Tags": { + "resourceType": "Tags", + "apiVersions": [ + "2019-11-01", + "2019-10-01", + "2019-05-01", + "2019-04-01-preview", + "2019-03-01-preview", + "2019-01-01", + "2018-12-01-preview", + "2018-10-01", + "2018-08-31", + "2018-08-01-preview", + "2018-06-30", + "2018-05-31", + "2018-03-31" + ], + "locations": [] + }, + "Charges": { + "resourceType": "Charges", + "apiVersions": [ + "2019-10-01", + "2019-05-01-preview", + "2019-05-01", + "2019-01-01", + "2018-11-01-preview", + "2018-10-01", + "2018-08-31" + ], + "locations": [] + }, + "ReservationSummaries": { + "resourceType": "ReservationSummaries", + "apiVersions": [ + "2019-10-01", + "2019-05-01", + "2019-01-01-preview", + "2019-01-01", + "2018-10-01", + "2018-08-31", + "2018-06-30", + "2018-03-31", + "2018-01-31", + "2017-11-30", + "2017-06-30-preview" + ], + "locations": [] + } + } + }, + "Microsoft.Communication": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-08-20-rc", + "2020-08-20-preview", + "2020-08-20-beta" + ], + "locations": [] + }, + "registeredSubscriptions": { + "resourceType": "registeredSubscriptions", + "apiVersions": [ + "2020-08-20-preview" + ], + "locations": [] + }, + "Locations": { + "resourceType": "Locations", + "apiVersions": [ + "2020-08-20-rc", + "2020-08-20-preview", + "2020-08-20-beta" + ], + "locations": [] + }, + "Locations/OperationStatuses": { + "resourceType": "Locations/OperationStatuses", + "apiVersions": [ + "2020-08-20-rc", + "2020-08-20-preview", + "2020-08-20-beta" + ], + "locations": [ + "West US 2", + "North Europe", + "West US" + ] + }, + "CommunicationServices": { + "resourceType": "CommunicationServices", + "apiVersions": [ + "2020-08-20-preview" + ], + "locations": [ + "Global" + ] + } + } + }, + "Microsoft.DBforMariaDB": { + "types": { + "servers/waitStatistics": { + "resourceType": "servers/waitStatistics", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/advisors": { + "resourceType": "servers/advisors", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/start": { + "resourceType": "servers/start", + "apiVersions": [ + "2020-01-01-privatepreview", + "2020-01-01-preview", + "2020-01-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/recommendedActionSessionsAzureAsyncOperation": { + "resourceType": "locations/recommendedActionSessionsAzureAsyncOperation", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/topQueryStatistics": { + "resourceType": "servers/topQueryStatistics", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers": { + "resourceType": "servers", + "apiVersions": [ + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/queryTexts": { + "resourceType": "servers/queryTexts", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/performanceTiers": { + "resourceType": "locations/performanceTiers", + "apiVersions": [ + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/recommendedActionSessionsOperationResults": { + "resourceType": "locations/recommendedActionSessionsOperationResults", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/privateEndpointConnectionOperationResults": { + "resourceType": "locations/privateEndpointConnectionOperationResults", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/privateEndpointConnectionProxyAzureAsyncOperation": { + "resourceType": "locations/privateEndpointConnectionProxyAzureAsyncOperation", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "checkNameAvailability": { + "resourceType": "checkNameAvailability", + "apiVersions": [ + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/privateEndpointConnectionAzureAsyncOperation": { + "resourceType": "locations/privateEndpointConnectionAzureAsyncOperation", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/privateEndpointConnections": { + "resourceType": "servers/privateEndpointConnections", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/serverKeyAzureAsyncOperation": { + "resourceType": "locations/serverKeyAzureAsyncOperation", + "apiVersions": [ + "2020-01-01-privatepreview", + "2020-01-01-preview", + "2020-01-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/azureAsyncOperation": { + "resourceType": "locations/azureAsyncOperation", + "apiVersions": [ + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/stop": { + "resourceType": "servers/stop", + "apiVersions": [ + "2020-01-01-privatepreview", + "2020-01-01-preview", + "2020-01-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/operationResults": { + "resourceType": "locations/operationResults", + "apiVersions": [ + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/privateEndpointConnectionProxies": { + "resourceType": "servers/privateEndpointConnectionProxies", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/virtualNetworkRules": { + "resourceType": "servers/virtualNetworkRules", + "apiVersions": [ + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/securityAlertPoliciesOperationResults": { + "resourceType": "locations/securityAlertPoliciesOperationResults", + "apiVersions": [ + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/serverKeyOperationResults": { + "resourceType": "locations/serverKeyOperationResults", + "apiVersions": [ + "2020-01-01-privatepreview", + "2020-01-01-preview", + "2020-01-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/privateEndpointConnectionProxyOperationResults": { + "resourceType": "locations/privateEndpointConnectionProxyOperationResults", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/securityAlertPoliciesAzureAsyncOperation": { + "resourceType": "locations/securityAlertPoliciesAzureAsyncOperation", + "apiVersions": [ + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/recoverableServers": { + "resourceType": "servers/recoverableServers", + "apiVersions": [ + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central US", + "Central India", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/privateLinkResources": { + "resourceType": "servers/privateLinkResources", + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Norway East", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + } + } + }, + "Microsoft.Commerce": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2015-06-01-preview", + "2015-03-31" + ], + "locations": [] + }, + "RateCard": { + "resourceType": "RateCard", + "apiVersions": [ + "2016-08-31-preview", + "2015-06-01-preview", + "2015-05-15" + ], + "locations": [] + }, + "UsageAggregates": { + "resourceType": "UsageAggregates", + "apiVersions": [ + "2015-06-01-preview", + "2015-03-31" + ], + "locations": [] + } + } + }, + "Microsoft.Features": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2015-12-01", + "2014-08-01-preview" + ], + "locations": [] + }, + "featureProviders": { + "resourceType": "featureProviders", + "apiVersions": [ + "2020-09-01", + "2020-01-01" + ], + "locations": [] + }, + "subscriptionFeatureRegistrations": { + "resourceType": "subscriptionFeatureRegistrations", + "apiVersions": [ + "2020-09-01", + "2020-01-01" + ], + "locations": [] + }, + "features": { + "resourceType": "features", + "apiVersions": [ + "2015-12-01", + "2014-08-01-preview" + ], + "locations": [] + }, + "providers": { + "resourceType": "providers", + "apiVersions": [ + "2015-12-01", + "2014-08-01-preview" + ], + "locations": [] + } + } + }, + "Microsoft.Resources": { + "types": { + "subscriptions/tagnames": { + "resourceType": "subscriptions/tagnames", + "apiVersions": [ + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-11-01", + "2018-09-01", + "2018-08-01", + "2018-07-01", + "2018-05-01", + "2018-02-01", + "2018-01-01", + "2017-08-01", + "2017-06-01", + "2017-05-10", + "2017-05-01", + "2017-03-01", + "2016-09-01", + "2016-07-01", + "2016-06-01", + "2016-02-01", + "2015-11-01", + "2015-01-01", + "2014-04-01-preview" + ], + "locations": [] + }, + "resources": { + "resourceType": "resources", + "apiVersions": [ + "2019-09-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-11-01", + "2018-09-01", + "2018-08-01", + "2018-07-01", + "2018-05-01", + "2018-02-01", + "2018-01-01", + "2017-08-01", + "2017-06-01", + "2017-05-10", + "2017-05-01", + "2017-03-01", + "2016-09-01", + "2016-07-01", + "2016-06-01", + "2016-02-01", + "2015-11-01", + "2015-01-01", + "2014-04-01-preview" + ], + "locations": [] + }, + "subscriptions": { + "resourceType": "subscriptions", + "apiVersions": [ + "2019-10-01", + "2019-09-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-11-01", + "2018-09-01", + "2018-08-01", + "2018-07-01", + "2018-05-01", + "2018-02-01", + "2018-01-01", + "2017-08-01", + "2017-06-01", + "2017-05-10", + "2017-05-01", + "2017-03-01", + "2016-09-01", + "2016-07-01", + "2016-06-01", + "2016-02-01", + "2015-11-01", + "2015-01-01", + "2014-04-01-preview" + ], + "locations": [] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2019-09-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-11-01", + "2018-09-01", + "2018-08-01", + "2018-07-01", + "2018-05-01", + "2018-02-01", + "2018-01-01", + "2017-08-01", + "2017-06-01", + "2017-05-10", + "2017-05-01", + "2017-03-01", + "2016-09-01", + "2016-07-01", + "2016-06-01", + "2016-02-01", + "2015-11-01", + "2015-01-01", + "2014-04-01-preview" + ], + "locations": [] + }, + "subscriptions/resources": { + "resourceType": "subscriptions/resources", + "apiVersions": [ + "2019-09-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-11-01", + "2018-09-01", + "2018-08-01", + "2018-07-01", + "2018-05-01", + "2018-02-01", + "2018-01-01", + "2017-08-01", + "2017-06-01", + "2017-05-10", + "2017-05-01", + "2017-03-01", + "2016-09-01", + "2016-07-01", + "2016-06-01", + "2016-02-01", + "2015-11-01", + "2015-01-01", + "2014-04-01-preview" + ], + "locations": [] + }, + "notifyResourceJobs": { + "resourceType": "notifyResourceJobs", + "apiVersions": [ + "2019-09-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-11-01", + "2018-09-01", + "2018-08-01", + "2018-07-01", + "2018-05-01", + "2018-02-01" + ], + "locations": [] + }, + "subscriptions/providers": { + "resourceType": "subscriptions/providers", + "apiVersions": [ + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-11-01", + "2018-09-01", + "2018-08-01", + "2018-07-01", + "2018-05-01", + "2018-02-01", + "2018-01-01", + "2017-08-01", + "2017-06-01", + "2017-05-10", + "2017-05-01", + "2017-03-01", + "2016-09-01", + "2016-07-01", + "2016-06-01", + "2016-02-01", + "2015-11-01", + "2015-01-01", + "2014-04-01-preview" + ], + "locations": [] + }, + "subscriptions/tagNames/tagValues": { + "resourceType": "subscriptions/tagNames/tagValues", + "apiVersions": [ + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-11-01", + "2018-09-01", + "2018-08-01", + "2018-07-01", + "2018-05-01", + "2018-02-01", + "2018-01-01", + "2017-08-01", + "2017-06-01", + "2017-05-10", + "2017-05-01", + "2017-03-01", + "2016-09-01", + "2016-07-01", + "2016-06-01", + "2016-02-01", + "2015-11-01", + "2015-01-01", + "2014-04-01-preview" + ], + "locations": [] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2015-01-01" + ], + "locations": [] + }, + "calculateTemplateHash": { + "resourceType": "calculateTemplateHash", + "apiVersions": [ + "2019-09-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-11-01", + "2018-09-01", + "2018-08-01", + "2018-07-01", + "2018-05-01", + "2018-02-01", + "2018-01-01", + "2017-08-01", + "2017-06-01", + "2017-05-10", + "2017-05-01", + "2017-03-01", + "2016-09-01", + "2016-07-01", + "2016-06-01", + "2016-02-01", + "2015-11-01", + "2015-01-01", + "2014-04-01-preview" + ], + "locations": [] + }, + "deploymentScripts": { + "resourceType": "deploymentScripts", + "apiVersions": [ + "2019-10-01-preview" + ], + "locations": [ + "East Asia", + "Southeast Asia", + "Australia East", + "Brazil South", + "Canada Central", + "East US 2", + "East US", + "Central US", + "North Central US", + "UK South", + "Central India", + "South India", + "Japan East", + "Korea Central", + "North Europe", + "West Central US", + "West Europe", + "West US 2", + "West US", + "South Central US" + ] + }, + "deploymentScripts/logs": { + "resourceType": "deploymentScripts/logs", + "apiVersions": [ + "2019-10-01-preview" + ], + "locations": [ + "East Asia", + "Southeast Asia", + "Australia East", + "Brazil South", + "Canada Central", + "East US 2", + "East US", + "Central US", + "North Central US", + "UK South", + "Central India", + "South India", + "Japan East", + "Korea Central", + "North Europe", + "West Central US", + "West Europe", + "West US 2", + "West US", + "South Central US" + ] + }, + "checkPolicyCompliance": { + "resourceType": "checkPolicyCompliance", + "apiVersions": [ + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-11-01", + "2018-09-01", + "2018-08-01", + "2018-07-01", + "2018-05-01", + "2018-02-01", + "2018-01-01", + "2017-08-01", + "2017-06-01", + "2017-05-10", + "2017-05-01", + "2017-03-01", + "2016-09-01", + "2016-07-01", + "2016-06-01", + "2016-02-01", + "2015-11-01", + "2015-01-01", + "2014-04-01-preview" + ], + "locations": [] + }, + "operationresults": { + "resourceType": "operationresults", + "apiVersions": [ + "2019-09-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-11-01", + "2018-09-01", + "2018-08-01", + "2018-07-01", + "2018-05-01", + "2018-02-01", + "2018-01-01", + "2017-08-01", + "2017-06-01", + "2017-05-10", + "2017-05-01", + "2017-03-01", + "2016-09-01", + "2016-07-01", + "2016-06-01", + "2016-02-01", + "2015-11-01", + "2015-01-01", + "2014-04-01-preview" + ], + "locations": [] + }, + "subscriptions/locations": { + "resourceType": "subscriptions/locations", + "apiVersions": [ + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-11-01", + "2018-09-01", + "2018-08-01", + "2018-07-01", + "2018-05-01", + "2018-02-01", + "2018-01-01", + "2017-08-01", + "2017-06-01", + "2017-05-10", + "2017-05-01", + "2017-03-01", + "2016-09-01", + "2016-07-01", + "2016-06-01", + "2016-02-01", + "2015-11-01", + "2015-01-01", + "2014-04-01-preview" + ], + "locations": [] + }, + "links": { + "resourceType": "links", + "apiVersions": [ + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-11-01", + "2018-09-01", + "2018-08-01", + "2018-07-01", + "2018-05-01", + "2018-02-01", + "2018-01-01", + "2017-08-01", + "2017-06-01", + "2017-05-10", + "2017-05-01", + "2017-03-01", + "2016-09-01", + "2016-07-01", + "2016-06-01", + "2016-02-01", + "2015-11-01", + "2015-01-01", + "2014-04-01-preview" + ], + "locations": [] + }, + "subscriptions/resourceGroups": { + "resourceType": "subscriptions/resourceGroups", + "apiVersions": [ + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-11-01", + "2018-09-01", + "2018-08-01", + "2018-07-01", + "2018-05-01", + "2018-02-01", + "2018-01-01", + "2017-08-01", + "2017-06-01", + "2017-05-10", + "2017-05-01", + "2017-03-01", + "2016-09-01", + "2016-07-01", + "2016-06-01", + "2016-02-01", + "2015-11-01", + "2015-01-01", + "2014-04-01-preview" + ], + "locations": [ + "Central US", + "East Asia", + "Southeast Asia", + "East US", + "East US 2", + "West US", + "West US 2", + "North Central US", + "South Central US", + "West Central US", + "North Europe", + "West Europe", + "Japan East", + "Japan West", + "Brazil South", + "Australia Southeast", + "Australia East", + "West India", + "South India", + "Central India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "tenants": { + "resourceType": "tenants", + "apiVersions": [ + "2020-01-01", + "2019-09-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-11-01", + "2018-09-01", + "2018-08-01", + "2018-07-01", + "2018-05-01", + "2018-02-01", + "2018-01-01", + "2017-08-01", + "2017-06-01", + "2017-05-10", + "2017-05-01", + "2017-03-01", + "2016-09-01", + "2016-07-01", + "2016-06-01", + "2016-02-01", + "2015-11-01", + "2015-01-01", + "2014-04-01-preview" + ], + "locations": [] + }, + "subscriptions/operationresults": { + "resourceType": "subscriptions/operationresults", + "apiVersions": [ + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-11-01", + "2018-09-01", + "2018-08-01", + "2018-07-01", + "2018-05-01", + "2018-02-01", + "2018-01-01", + "2017-08-01", + "2017-06-01", + "2017-05-10", + "2017-05-01", + "2017-03-01", + "2016-09-01", + "2016-07-01", + "2016-06-01", + "2016-02-01", + "2015-11-01", + "2015-01-01", + "2014-04-01-preview" + ], + "locations": [] + }, + "checkresourcename": { + "resourceType": "checkresourcename", + "apiVersions": [ + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-11-01", + "2018-09-01", + "2018-08-01", + "2018-07-01", + "2018-05-01", + "2018-02-01", + "2018-01-01", + "2017-08-01", + "2017-06-01", + "2017-05-10", + "2017-05-01", + "2017-03-01", + "2016-09-01", + "2016-07-01", + "2016-06-01", + "2016-02-01", + "2015-11-01", + "2015-01-01", + "2014-04-01-preview" + ], + "locations": [] + }, + "locations/deploymentScriptOperationResults": { + "resourceType": "locations/deploymentScriptOperationResults", + "apiVersions": [ + "2019-10-01-preview" + ], + "locations": [ + "East Asia", + "Southeast Asia", + "Australia East", + "Brazil South", + "Canada Central", + "East US 2", + "East US", + "Central US", + "North Central US", + "UK South", + "Central India", + "South India", + "Japan East", + "Korea Central", + "North Europe", + "West Central US", + "West Europe", + "West US 2", + "West US", + "South Central US" + ] + }, + "deployments/operations": { + "resourceType": "deployments/operations", + "apiVersions": [ + "2020-06-01", + "2019-09-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-11-01", + "2018-09-01", + "2018-08-01", + "2018-07-01", + "2018-05-01", + "2018-02-01", + "2018-01-01", + "2017-08-01", + "2017-06-01", + "2017-05-10", + "2017-05-01", + "2017-03-01", + "2016-09-01", + "2016-07-01", + "2016-06-01", + "2016-02-01", + "2015-11-01", + "2015-01-01", + "2014-04-01-preview" + ], + "locations": [] + }, + "providers": { + "resourceType": "providers", + "apiVersions": [ + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-11-01", + "2018-09-01", + "2018-08-01", + "2018-07-01", + "2018-05-01", + "2018-02-01", + "2018-01-01", + "2017-08-01", + "2017-06-01", + "2017-05-10", + "2017-05-01", + "2017-03-01", + "2016-09-01", + "2016-07-01", + "2016-06-01", + "2016-02-01", + "2015-11-01", + "2015-01-01", + "2014-04-01-preview" + ], + "locations": [] + }, + "subscriptions/resourcegroups/resources": { + "resourceType": "subscriptions/resourcegroups/resources", + "apiVersions": [ + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-11-01", + "2018-09-01", + "2018-08-01", + "2018-07-01", + "2018-05-01", + "2018-02-01", + "2018-01-01", + "2017-08-01", + "2017-06-01", + "2017-05-10", + "2017-05-01", + "2017-03-01", + "2016-09-01", + "2016-07-01", + "2016-06-01", + "2016-02-01", + "2015-11-01", + "2015-01-01", + "2014-04-01-preview" + ], + "locations": [] + }, + "deployments": { + "resourceType": "deployments", + "apiVersions": [ + "2020-06-01", + "2019-09-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-11-01", + "2018-09-01", + "2018-08-01", + "2018-07-01", + "2018-05-01", + "2018-02-01", + "2018-01-01", + "2017-08-01", + "2017-06-01", + "2017-05-10", + "2017-05-01", + "2017-03-01", + "2016-09-01", + "2016-07-01", + "2016-06-01", + "2016-02-01", + "2015-11-01", + "2015-01-01", + "2014-04-01-preview" + ], + "locations": [] + }, + "resourceGroups": { + "resourceType": "resourceGroups", + "apiVersions": [ + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-11-01", + "2018-09-01", + "2018-08-01", + "2018-07-01", + "2018-05-01", + "2018-02-01", + "2018-01-01", + "2017-08-01", + "2017-06-01", + "2017-05-10", + "2017-05-01", + "2017-03-01", + "2016-09-01", + "2016-07-01", + "2016-06-01", + "2016-02-01", + "2015-11-01", + "2015-01-01", + "2014-04-01-preview" + ], + "locations": [ + "Central US", + "East Asia", + "Southeast Asia", + "East US", + "East US 2", + "West US", + "West US 2", + "North Central US", + "South Central US", + "West Central US", + "North Europe", + "West Europe", + "Japan East", + "Japan West", + "Brazil South", + "Australia Southeast", + "Australia East", + "West India", + "South India", + "Central India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "tags": { + "resourceType": "tags", + "apiVersions": [ + "2019-10-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-11-01" + ], + "locations": [] + } + } + }, + "Microsoft.Quantum": { + "types": { + "Operations": { + "resourceType": "Operations", + "apiVersions": [ + "2019-11-04-preview" + ], + "locations": [] + }, + "Locations": { + "resourceType": "Locations", + "apiVersions": [ + "2019-11-04-preview" + ], + "locations": [ + "West US" + ] + }, + "Locations/OperationStatuses": { + "resourceType": "Locations/OperationStatuses", + "apiVersions": [ + "2019-11-04-preview" + ], + "locations": [ + "West US", + "East US 2 EUAP" + ] + } + } + }, + "stackify.retrace": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2016-01-01" + ], + "locations": [] + }, + "listCommunicationPreference": { + "resourceType": "listCommunicationPreference", + "apiVersions": [ + "2016-01-01" + ], + "locations": [] + }, + "updateCommunicationPreference": { + "resourceType": "updateCommunicationPreference", + "apiVersions": [ + "2016-01-01" + ], + "locations": [] + }, + "services": { + "resourceType": "services", + "apiVersions": [ + "2016-01-01" + ], + "locations": [ + "West US" + ] + } + } + }, + "Microsoft.ImportExport": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-08-01", + "2016-11-01", + "2016-07-01-preview" + ], + "locations": [ + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "Japan East", + "Japan West", + "Korea Central", + "North Central US", + "North Europe", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "jobs": { + "resourceType": "jobs", + "apiVersions": [ + "2020-08-01", + "2016-11-01", + "2016-07-01-preview" + ], + "locations": [ + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "Japan East", + "Japan West", + "Korea Central", + "North Central US", + "North Europe", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-08-01", + "2016-11-01", + "2016-07-01-preview" + ], + "locations": [ + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "Japan East", + "Japan West", + "Korea Central", + "North Central US", + "North Europe", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/operationResults": { + "resourceType": "locations/operationResults", + "apiVersions": [ + "2020-08-01", + "2016-11-01", + "2016-07-01-preview" + ], + "locations": [ + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "Japan East", + "Japan West", + "Korea Central", + "North Central US", + "North Europe", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + } + } + }, + "Microsoft.Token": { + "types": { + "stores/services": { + "resourceType": "stores/services", + "apiVersions": [ + "2018-08-01-preview" + ], + "locations": [ + "Brazil South", + "Central US", + "North Europe", + "Japan West", + "Australia Southeast", + "West US", + "West Central US" + ] + }, + "stores": { + "resourceType": "stores", + "apiVersions": [ + "2018-08-01-preview" + ], + "locations": [ + "Brazil South", + "Central US", + "North Europe", + "Japan West", + "Australia Southeast", + "West US", + "West Central US" + ] + }, + "stores/accessPolicies": { + "resourceType": "stores/accessPolicies", + "apiVersions": [ + "2018-08-01-preview" + ], + "locations": [ + "Brazil South", + "Central US", + "North Europe", + "Japan West", + "Australia Southeast", + "West US", + "West Central US" + ] + }, + "stores/services/tokens": { + "resourceType": "stores/services/tokens", + "apiVersions": [ + "2018-08-01-preview" + ], + "locations": [ + "Brazil South", + "Central US", + "North Europe", + "Japan West", + "Australia Southeast", + "West US", + "West Central US" + ] + } + } + }, + "Microsoft.SqlVirtualMachine": { + "types": { + "Locations/sqlVirtualMachineOperationResults": { + "resourceType": "Locations/sqlVirtualMachineOperationResults", + "apiVersions": [ + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "SqlVirtualMachineGroups/AvailabilityGroupListeners": { + "resourceType": "SqlVirtualMachineGroups/AvailabilityGroupListeners", + "apiVersions": [ + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "SqlVirtualMachineGroups": { + "resourceType": "SqlVirtualMachineGroups", + "apiVersions": [ + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "Locations": { + "resourceType": "Locations", + "apiVersions": [ + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "SqlVirtualMachines": { + "resourceType": "SqlVirtualMachines", + "apiVersions": [ + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "Locations/availabilityGroupListenerOperationResults": { + "resourceType": "Locations/availabilityGroupListenerOperationResults", + "apiVersions": [ + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "Locations/sqlVirtualMachineGroupOperationResults": { + "resourceType": "Locations/sqlVirtualMachineGroupOperationResults", + "apiVersions": [ + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "Locations/OperationTypes": { + "resourceType": "Locations/OperationTypes", + "apiVersions": [ + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + } + } + }, + "Microsoft.CostManagementExports": { + "types": { + "Operations": { + "resourceType": "Operations", + "apiVersions": [ + "2019-04-01" + ], + "locations": [] + } + } + }, + "Microsoft.ResourceHealth": { + "types": { + "events": { + "resourceType": "events", + "apiVersions": [ + "2018-07-01-rc", + "2018-07-01" + ], + "locations": [] + }, + "childResources": { + "resourceType": "childResources", + "apiVersions": [ + "2018-11-06-beta", + "2018-08-01-rc", + "2018-08-01-preview", + "2018-07-01-rc", + "2018-07-01-preview", + "2018-07-01-beta", + "2017-07-01-rc", + "2017-07-01-preview", + "2017-07-01-beta", + "2015-01-01-rc", + "2015-01-01-preview" + ], + "locations": [] + }, + "metadata": { + "resourceType": "metadata", + "apiVersions": [ + "2018-07-01-rc", + "2018-07-01-preview", + "2018-07-01-beta", + "2018-07-01-alpha" + ], + "locations": [] + }, + "availabilityStatuses": { + "resourceType": "availabilityStatuses", + "apiVersions": [ + "2020-05-01-preview", + "2020-05-01", + "2018-08-01-rc", + "2018-08-01-preview", + "2018-07-01-rc", + "2018-07-01-preview", + "2017-07-01", + "2015-01-01" + ], + "locations": [] + }, + "childAvailabilityStatuses": { + "resourceType": "childAvailabilityStatuses", + "apiVersions": [ + "2018-11-06-beta", + "2018-08-01-rc", + "2018-08-01-preview", + "2018-07-01-rc", + "2018-07-01-preview", + "2018-07-01-beta", + "2017-07-01-rc", + "2017-07-01-preview", + "2017-07-01-beta", + "2015-01-01-rc", + "2015-01-01-preview" + ], + "locations": [] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2018-07-01", + "2015-01-01" + ], + "locations": [] + }, + "notifications": { + "resourceType": "notifications", + "apiVersions": [ + "2016-09-01", + "2016-06-01" + ], + "locations": [ + "Australia Southeast" + ] + }, + "emergingissues": { + "resourceType": "emergingissues", + "apiVersions": [ + "2018-11-06-beta", + "2018-07-01-rc", + "2018-07-01-preview", + "2018-07-01-beta", + "2018-07-01-alpha", + "2018-07-01", + "2017-07-01-beta" + ], + "locations": [] + } + } + }, + "Microsoft.DeviceUpdate": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-03-01-preview" + ], + "locations": [] + }, + "checkNameAvailability": { + "resourceType": "checkNameAvailability", + "apiVersions": [ + "2020-03-01-preview" + ], + "locations": [] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-03-01-preview" + ], + "locations": [] + }, + "locations/operationstatuses": { + "resourceType": "locations/operationstatuses", + "apiVersions": [ + "2020-03-01-preview" + ], + "locations": [ + "East US 2 EUAP", + "West US" + ] + } + } + }, + "Microsoft.StorageCache": { + "types": { + "caches": { + "resourceType": "caches", + "apiVersions": [ + "2020-03-01", + "2019-11-01", + "2019-08-01-preview" + ], + "locations": [ + "Australia East", + "East US", + "East US 2", + "Korea Central", + "North Europe", + "South Central US", + "Southeast Asia", + "West Europe", + "West US 2" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-03-01", + "2019-11-01", + "2019-08-01-preview" + ], + "locations": [] + }, + "caches/storageTargets": { + "resourceType": "caches/storageTargets", + "apiVersions": [ + "2020-03-01", + "2019-11-01", + "2019-08-01-preview" + ], + "locations": [ + "Australia East", + "East US", + "East US 2", + "Korea Central", + "North Europe", + "South Central US", + "Southeast Asia", + "West Europe", + "West US 2" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-03-01", + "2019-11-01", + "2019-08-01-preview" + ], + "locations": [ + "Australia East", + "East US", + "East US 2", + "Korea Central", + "North Europe", + "South Central US", + "Southeast Asia", + "West Europe", + "West US 2" + ] + }, + "usageModels": { + "resourceType": "usageModels", + "apiVersions": [ + "2020-03-01", + "2019-11-01", + "2019-08-01-preview" + ], + "locations": [ + "Australia East", + "East US", + "East US 2", + "Korea Central", + "North Europe", + "South Central US", + "Southeast Asia", + "West Europe", + "West US 2" + ] + }, + "locations/ascoperations": { + "resourceType": "locations/ascoperations", + "apiVersions": [ + "2020-03-01", + "2019-11-01", + "2019-08-01-preview" + ], + "locations": [ + "Australia East", + "East US", + "East US 2", + "Korea Central", + "North Europe", + "South Central US", + "Southeast Asia", + "West Europe", + "West US 2" + ] + } + } + }, + "Microsoft.EnterpriseKnowledgeGraph": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2018-12-03" + ], + "locations": [ + "East Asia", + "Southeast Asia", + "East US", + "East US 2", + "West US 2", + "West US", + "North Europe", + "West Europe" + ] + }, + "locations/operationResults": { + "resourceType": "locations/operationResults", + "apiVersions": [ + "2018-12-03" + ], + "locations": [ + "East Asia", + "Southeast Asia", + "East US", + "East US 2", + "West US 2", + "West US", + "North Europe", + "West Europe" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2018-12-03" + ], + "locations": [ + "East Asia", + "Southeast Asia", + "East US", + "East US 2", + "West US 2", + "West US", + "North Europe", + "West Europe" + ] + }, + "services": { + "resourceType": "services", + "apiVersions": [ + "2018-12-03" + ], + "locations": [ + "East Asia", + "Southeast Asia", + "East US", + "East US 2", + "West US 2", + "West US", + "North Europe", + "West Europe" + ] + } + } + }, + "Microsoft.DataLakeStore": { + "types": { + "accounts/eventGridFilters": { + "resourceType": "accounts/eventGridFilters", + "apiVersions": [ + "2016-11-01", + "2015-10-01-preview" + ], + "locations": [ + "East US 2", + "North Europe", + "Central US", + "West Europe", + "Australia East" + ] + }, + "accounts/firewallRules": { + "resourceType": "accounts/firewallRules", + "apiVersions": [ + "2016-11-01", + "2015-10-01-preview" + ], + "locations": [ + "East US 2", + "North Europe", + "Central US", + "West Europe", + "Australia East" + ] + }, + "locations/checkNameAvailability": { + "resourceType": "locations/checkNameAvailability", + "apiVersions": [ + "2016-11-01", + "2015-10-01-preview" + ], + "locations": [] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2016-11-01", + "2015-10-01-preview" + ], + "locations": [] + }, + "accounts": { + "resourceType": "accounts", + "apiVersions": [ + "2016-11-01", + "2015-10-01-preview" + ], + "locations": [ + "East US 2", + "North Europe", + "Central US", + "West Europe", + "Australia East" + ] + }, + "locations/usages": { + "resourceType": "locations/usages", + "apiVersions": [ + "2016-11-01", + "2015-10-01-preview" + ], + "locations": [] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2016-11-01", + "2015-10-01-preview" + ], + "locations": [] + }, + "locations/deleteVirtualNetworkOrSubnets": { + "resourceType": "locations/deleteVirtualNetworkOrSubnets", + "apiVersions": [ + "2016-11-01", + "2015-10-01-preview" + ], + "locations": [] + }, + "locations/capability": { + "resourceType": "locations/capability", + "apiVersions": [ + "2016-11-01", + "2015-10-01-preview" + ], + "locations": [] + }, + "locations/operationresults": { + "resourceType": "locations/operationresults", + "apiVersions": [ + "2016-11-01", + "2015-10-01-preview" + ], + "locations": [] + } + } + }, + "Microsoft.Scheduler": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2016-03-01", + "2016-01-01", + "2014-08-01-preview" + ], + "locations": [ + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "West US", + "East US", + "Japan West", + "Japan East", + "Brazil South", + "Central US", + "East US 2", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South" + ] + }, + "operationResults": { + "resourceType": "operationResults", + "apiVersions": [ + "2016-03-01", + "2016-01-01", + "2014-08-01-preview" + ], + "locations": [ + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "West US", + "East US", + "Japan West", + "Japan East", + "Brazil South", + "Central US", + "East US 2", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South" + ] + }, + "jobcollections": { + "resourceType": "jobcollections", + "apiVersions": [ + "2016-03-01", + "2016-01-01", + "2014-08-01-preview" + ], + "locations": [ + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "West US", + "East US", + "Japan West", + "Japan East", + "Brazil South", + "Central US", + "East US 2", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South" + ] + } + } + }, + "Microsoft.Falcon": { + "types": { + "namespaces": { + "resourceType": "namespaces", + "apiVersions": [ + "2020-01-20-preview" + ], + "locations": [ + "West US" + ] + } + } + }, + "Microsoft.DataCatalog": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2016-03-30", + "2015-07-01-preview" + ], + "locations": [ + "West Europe" + ] + }, + "checkNameAvailability": { + "resourceType": "checkNameAvailability", + "apiVersions": [ + "2016-03-30", + "2015-07-01-preview" + ], + "locations": [ + "West Europe" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2016-03-30", + "2015-07-01-preview" + ], + "locations": [] + }, + "catalogs": { + "resourceType": "catalogs", + "apiVersions": [ + "2016-03-30", + "2015-07-01-preview" + ], + "locations": [ + "East US", + "West US", + "Australia East", + "West Europe", + "North Europe", + "Southeast Asia", + "West Central US" + ] + }, + "locations/jobs": { + "resourceType": "locations/jobs", + "apiVersions": [ + "2016-03-30", + "2015-07-01-preview" + ], + "locations": [ + "East US", + "West US", + "Australia East", + "West Europe", + "North Europe", + "Southeast Asia", + "West Central US" + ] + } + } + }, + "Microsoft.ProjectBabylon": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2019-10-01-preview" + ], + "locations": [] + }, + "checkNameAvailability": { + "resourceType": "checkNameAvailability", + "apiVersions": [ + "2019-10-01-preview" + ], + "locations": [] + } + } + }, + "Microsoft.DataCollaboration": { + "types": { + "locations/consumerInvitations/reject": { + "resourceType": "locations/consumerInvitations/reject", + "apiVersions": [ + "2020-05-04-preview" + ], + "locations": [ + "East US", + "Australia East" + ] + }, + "listinvitations": { + "resourceType": "listinvitations", + "apiVersions": [ + "2020-05-04-preview" + ], + "locations": [ + "East US", + "Australia East" + ] + }, + "locations/consumerInvitations": { + "resourceType": "locations/consumerInvitations", + "apiVersions": [ + "2020-05-04-preview" + ], + "locations": [ + "East US", + "Australia East" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-05-04-preview" + ], + "locations": [ + "Australia East" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-05-04-preview" + ], + "locations": [ + "Australia East" + ] + }, + "locations/operationResults": { + "resourceType": "locations/operationResults", + "apiVersions": [ + "2020-05-04-preview" + ], + "locations": [ + "East US", + "Australia East" + ] + } + } + }, + "Microsoft.OperationsManagement": { + "types": { + "solutions": { + "resourceType": "solutions", + "apiVersions": [ + "2015-11-01-preview" + ], + "locations": [ + "East US", + "West Europe", + "Southeast Asia", + "Australia Southeast", + "West Central US", + "Japan East", + "UK South", + "Central India", + "Canada Central", + "West US 2", + "Australia East", + "Australia Central", + "France Central", + "Korea Central", + "North Europe", + "Central Us", + "East Us 2", + "East Asia", + "West Us", + "South Central Us", + "North Central US", + "UK West", + "South Africa North", + "Brazil South", + "Switzerland North", + "Switzerland West", + "UAE Central", + "Australia Central 2", + "Germany West Central", + "Japan West", + "UAE North", + "Brazil Southeast", + "Norway East" + ] + }, + "managementassociations": { + "resourceType": "managementassociations", + "apiVersions": [ + "2015-11-01-preview" + ], + "locations": [] + }, + "managementconfigurations": { + "resourceType": "managementconfigurations", + "apiVersions": [ + "2015-11-01-preview" + ], + "locations": [ + "East US", + "West Europe", + "Southeast Asia", + "Australia Southeast", + "West Central US", + "Japan East", + "UK South", + "Central India", + "Canada Central", + "West US 2", + "Australia East", + "Australia Central", + "France Central", + "Korea Central", + "North Europe", + "Central Us", + "East Us 2", + "East Asia", + "West Us", + "South Central Us", + "North Central US", + "UK West", + "South Africa North", + "Brazil South", + "Switzerland North", + "Switzerland West" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2015-11-01-preview" + ], + "locations": [] + }, + "views": { + "resourceType": "views", + "apiVersions": [ + "2017-08-21-preview" + ], + "locations": [ + "East US", + "West Europe", + "Southeast Asia", + "Australia Southeast", + "West Central US", + "Japan East", + "UK South", + "Central India", + "Canada Central", + "West US 2", + "Australia East", + "Australia Central", + "France Central", + "Korea Central", + "North Europe", + "Central Us", + "East Us 2", + "East Asia", + "West Us", + "South Central Us", + "North Central US", + "UK West", + "South Africa North", + "Brazil South", + "Switzerland North", + "Switzerland West" + ] + } + } + }, + "Microsoft.AutonomousSystems": { + "types": { + "workspaces": { + "resourceType": "workspaces", + "apiVersions": [ + "2020-05-01-preview" + ], + "locations": [ + "West US", + "West US 2" + ] + }, + "workspaces/operationresults": { + "resourceType": "workspaces/operationresults", + "apiVersions": [ + "2020-05-01-preview" + ], + "locations": [ + "West US", + "West US 2" + ] + }, + "workspaces/validateCreateRequest": { + "resourceType": "workspaces/validateCreateRequest", + "apiVersions": [ + "2020-05-01-preview" + ], + "locations": [ + "West US", + "West US 2" + ] + } + } + }, + "Microsoft.CertificateRegistration": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-02-01", + "2015-08-01" + ], + "locations": [ + "global" + ] + }, + "certificateOrders": { + "resourceType": "certificateOrders", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-02-01", + "2015-08-01" + ], + "locations": [ + "global" + ] + }, + "validateCertificateRegistrationInformation": { + "resourceType": "validateCertificateRegistrationInformation", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-02-01", + "2015-08-01" + ], + "locations": [ + "global" + ] + }, + "certificateOrders/certificates": { + "resourceType": "certificateOrders/certificates", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-02-01", + "2015-08-01" + ], + "locations": [ + "global" + ] + } + } + }, + "Microsoft.ManagedServices": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-02-01-preview", + "2019-09-01", + "2019-06-01", + "2019-04-01-preview", + "2018-06-01-preview" + ], + "locations": [] + }, + "operationStatuses": { + "resourceType": "operationStatuses", + "apiVersions": [ + "2020-02-01-preview", + "2019-09-01", + "2019-06-01", + "2019-04-01-preview" + ], + "locations": [] + }, + "registrationDefinitions": { + "resourceType": "registrationDefinitions", + "apiVersions": [ + "2020-02-01-preview", + "2019-09-01", + "2019-06-01", + "2019-04-01-preview", + "2018-06-01-preview" + ], + "locations": [] + }, + "registrationAssignments": { + "resourceType": "registrationAssignments", + "apiVersions": [ + "2020-02-01-preview", + "2019-09-01", + "2019-06-01", + "2019-04-01-preview", + "2018-06-01-preview" + ], + "locations": [] + }, + "marketplaceRegistrationDefinitions": { + "resourceType": "marketplaceRegistrationDefinitions", + "apiVersions": [ + "2020-02-01-preview", + "2019-09-01", + "2019-06-01", + "2019-04-01-preview", + "2018-06-01-preview" + ], + "locations": [] + } + } + }, + "Microsoft.AgFoodPlatform": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-05-12-preview" + ], + "locations": [ + "East US" + ] + } + } + }, + "Microsoft.ClassicStorage": { + "types": { + "storageAccounts/services": { + "resourceType": "storageAccounts/services", + "apiVersions": [ + "2014-04-01" + ], + "locations": [ + "West US", + "Central US", + "South Central US", + "Japan East", + "Japan West", + "East Asia", + "Southeast Asia", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "East US 2 (Stage)", + "North Central US (Stage)", + "West US 2", + "West Central US", + "East US", + "East US 2", + "North Central US", + "North Europe", + "West Europe", + "Brazil South", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "disks": { + "resourceType": "disks", + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01" + ], + "locations": [] + }, + "quotas": { + "resourceType": "quotas", + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01", + "2014-01-01" + ], + "locations": [] + }, + "storageAccounts/services/diagnosticSettings": { + "resourceType": "storageAccounts/services/diagnosticSettings", + "apiVersions": [ + "2014-04-01" + ], + "locations": [ + "West US", + "Central US", + "South Central US", + "Japan East", + "Japan West", + "East Asia", + "Southeast Asia", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "East US 2 (Stage)", + "North Central US (Stage)", + "West US 2", + "West Central US", + "East US", + "East US 2", + "North Central US", + "North Europe", + "West Europe", + "Brazil South", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "osPlatformImages": { + "resourceType": "osPlatformImages", + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01" + ], + "locations": [] + }, + "capabilities": { + "resourceType": "capabilities", + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01" + ], + "locations": [] + }, + "storageAccounts/blobServices": { + "resourceType": "storageAccounts/blobServices", + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01" + ], + "locations": [] + }, + "storageAccounts": { + "resourceType": "storageAccounts", + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01", + "2014-04-01-beta", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "East Asia", + "Southeast Asia", + "East US", + "East US 2", + "West US", + "West US 2", + "North Central US", + "South Central US", + "West Central US", + "Central US", + "North Europe", + "West Europe", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "East US 2 (Stage)", + "North Central US (Stage)", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "storageAccounts/services/metrics": { + "resourceType": "storageAccounts/services/metrics", + "apiVersions": [ + "2014-04-01" + ], + "locations": [] + }, + "storageAccounts/vmImages": { + "resourceType": "storageAccounts/vmImages", + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01", + "2014-04-01-beta", + "2014-04-01", + "2014-01-01" + ], + "locations": [] + }, + "storageAccounts/metricDefinitions": { + "resourceType": "storageAccounts/metricDefinitions", + "apiVersions": [ + "2014-04-01" + ], + "locations": [] + }, + "publicImages": { + "resourceType": "publicImages", + "apiVersions": [ + "2016-11-01", + "2016-04-01" + ], + "locations": [] + }, + "checkStorageAccountAvailability": { + "resourceType": "checkStorageAccountAvailability", + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01", + "2014-01-01" + ], + "locations": [] + }, + "storageAccounts/fileServices": { + "resourceType": "storageAccounts/fileServices", + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01" + ], + "locations": [] + }, + "storageAccounts/queueServices": { + "resourceType": "storageAccounts/queueServices", + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01" + ], + "locations": [] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2016-11-01", + "2016-04-01-beta", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01", + "2014-04-01", + "2014-01-01" + ], + "locations": [] + }, + "images": { + "resourceType": "images", + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01" + ], + "locations": [] + }, + "storageAccounts/tableServices": { + "resourceType": "storageAccounts/tableServices", + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01" + ], + "locations": [] + }, + "osImages": { + "resourceType": "osImages", + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01" + ], + "locations": [] + }, + "storageAccounts/metrics": { + "resourceType": "storageAccounts/metrics", + "apiVersions": [ + "2014-04-01" + ], + "locations": [] + }, + "storageAccounts/services/metricDefinitions": { + "resourceType": "storageAccounts/services/metricDefinitions", + "apiVersions": [ + "2014-04-01" + ], + "locations": [] + }, + "vmImages": { + "resourceType": "vmImages", + "apiVersions": [ + "2016-11-01" + ], + "locations": [] + } + } + }, + "Microsoft.Blueprint": { + "types": { + "blueprintAssignments": { + "resourceType": "blueprintAssignments", + "apiVersions": [ + "2018-11-01-preview", + "2018-11-01-alpha", + "2017-11-11-preview", + "2017-11-11-alpha" + ], + "locations": [] + }, + "blueprintAssignments/assignmentOperations": { + "resourceType": "blueprintAssignments/assignmentOperations", + "apiVersions": [ + "2018-11-01-preview", + "2018-11-01-alpha" + ], + "locations": [] + }, + "blueprints/versions/artifacts": { + "resourceType": "blueprints/versions/artifacts", + "apiVersions": [ + "2018-11-01-preview", + "2018-11-01-alpha", + "2017-11-11-preview", + "2017-11-11-alpha" + ], + "locations": [] + }, + "blueprints/versions": { + "resourceType": "blueprints/versions", + "apiVersions": [ + "2018-11-01-preview", + "2018-11-01-alpha", + "2017-11-11-preview", + "2017-11-11-alpha" + ], + "locations": [] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2018-11-01-preview", + "2018-11-01-alpha", + "2017-11-11-preview", + "2017-11-11-alpha" + ], + "locations": [] + }, + "blueprints/artifacts": { + "resourceType": "blueprints/artifacts", + "apiVersions": [ + "2018-11-01-preview", + "2018-11-01-alpha", + "2017-11-11-preview", + "2017-11-11-alpha" + ], + "locations": [] + }, + "blueprints": { + "resourceType": "blueprints", + "apiVersions": [ + "2018-11-01-preview", + "2018-11-01-alpha", + "2017-11-11-preview", + "2017-11-11-alpha" + ], + "locations": [] + }, + "blueprintAssignments/operations": { + "resourceType": "blueprintAssignments/operations", + "apiVersions": [ + "2017-11-11-preview", + "2017-11-11-alpha" + ], + "locations": [] + } + } + }, + "Microsoft.ClassicNetwork": { + "types": { + "virtualNetworks/virtualNetworkPeerings": { + "resourceType": "virtualNetworks/virtualNetworkPeerings", + "apiVersions": [ + "2016-11-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "East US 2 (Stage)", + "North Central US (Stage)" + ] + }, + "virtualNetworks/remoteVirtualNetworkPeeringProxies": { + "resourceType": "virtualNetworks/remoteVirtualNetworkPeeringProxies", + "apiVersions": [ + "2016-11-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "East US 2 (Stage)", + "North Central US (Stage)" + ] + }, + "networkSecurityGroups": { + "resourceType": "networkSecurityGroups", + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01" + ], + "locations": [ + "East Asia", + "Southeast Asia", + "East US", + "East US 2", + "West US", + "West US 2", + "North Central US", + "South Central US", + "West Central US", + "Central US", + "North Europe", + "West Europe", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "East US 2 (Stage)", + "North Central US (Stage)", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Australia Central", + "Germany West Central", + "Norway East" + ] + }, + "expressRouteCrossConnections": { + "resourceType": "expressRouteCrossConnections", + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01", + "2015-06-01", + "2014-06-01" + ], + "locations": [] + }, + "capabilities": { + "resourceType": "capabilities", + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01", + "2015-06-01", + "2014-06-01" + ], + "locations": [] + }, + "gatewaySupportedDevices": { + "resourceType": "gatewaySupportedDevices", + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01", + "2014-01-01" + ], + "locations": [] + }, + "quotas": { + "resourceType": "quotas", + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01", + "2014-01-01" + ], + "locations": [] + }, + "virtualNetworks": { + "resourceType": "virtualNetworks", + "apiVersions": [ + "2017-11-15", + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01", + "2014-01-01" + ], + "locations": [ + "East Asia", + "Southeast Asia", + "East US", + "East US 2", + "West US", + "West US 2", + "North Central US", + "South Central US", + "West Central US", + "Central US", + "North Europe", + "West Europe", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "East US 2 (Stage)", + "North Central US (Stage)", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Australia Central", + "Germany West Central", + "Norway East" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2016-11-01", + "2016-04-01-beta", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01", + "2014-04-01", + "2014-01-01" + ], + "locations": [] + }, + "reservedIps": { + "resourceType": "reservedIps", + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01", + "2014-01-01" + ], + "locations": [ + "East Asia", + "Southeast Asia", + "East US", + "East US 2", + "West US", + "West US 2", + "North Central US", + "South Central US", + "West Central US", + "Central US", + "North Europe", + "West Europe", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "East US 2 (Stage)", + "North Central US (Stage)", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Australia Central", + "Germany West Central", + "Norway East" + ] + }, + "expressRouteCrossConnections/peerings": { + "resourceType": "expressRouteCrossConnections/peerings", + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01", + "2015-06-01", + "2014-06-01" + ], + "locations": [] + } + } + }, + "Microsoft.EventHub": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "locations": [] + }, + "namespaces/authorizationrules": { + "resourceType": "namespaces/authorizationrules", + "apiVersions": [ + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "locations": [] + }, + "namespaces/eventhubs/authorizationrules": { + "resourceType": "namespaces/eventhubs/authorizationrules", + "apiVersions": [ + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "locations": [] + }, + "namespaces/eventhubs/consumergroups": { + "resourceType": "namespaces/eventhubs/consumergroups", + "apiVersions": [ + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "locations": [] + }, + "locations/deleteVirtualNetworkOrSubnets": { + "resourceType": "locations/deleteVirtualNetworkOrSubnets", + "apiVersions": [ + "2018-01-01-preview", + "2017-04-01" + ], + "locations": [] + }, + "namespaces": { + "resourceType": "namespaces", + "apiVersions": [ + "2018-01-01-preview", + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "locations": [ + "Australia East", + "Australia Southeast", + "Central US", + "East US", + "East US 2", + "West US", + "West US 2", + "North Central US", + "South Central US", + "West Central US", + "East Asia", + "Southeast Asia", + "Brazil South", + "Japan East", + "Japan West", + "North Europe", + "West Europe", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "namespaces/networkrulesets": { + "resourceType": "namespaces/networkrulesets", + "apiVersions": [ + "2018-01-01-preview", + "2017-04-01" + ], + "locations": [] + }, + "checkNameAvailability": { + "resourceType": "checkNameAvailability", + "apiVersions": [ + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "locations": [] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2018-01-01-preview", + "2017-04-01" + ], + "locations": [] + }, + "namespaces/disasterrecoveryconfigs/checkNameAvailability": { + "resourceType": "namespaces/disasterrecoveryconfigs/checkNameAvailability", + "apiVersions": [ + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "locations": [] + }, + "availableClusterRegions": { + "resourceType": "availableClusterRegions", + "apiVersions": [ + "2018-01-01-preview" + ], + "locations": [] + }, + "sku": { + "resourceType": "sku", + "apiVersions": [ + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "locations": [] + }, + "namespaces/eventhubs": { + "resourceType": "namespaces/eventhubs", + "apiVersions": [ + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "locations": [] + }, + "namespaces/disasterrecoveryconfigs": { + "resourceType": "namespaces/disasterrecoveryconfigs", + "apiVersions": [ + "2017-04-01" + ], + "locations": [] + }, + "checkNamespaceAvailability": { + "resourceType": "checkNamespaceAvailability", + "apiVersions": [ + "2015-08-01", + "2014-09-01" + ], + "locations": [] + }, + "clusters": { + "resourceType": "clusters", + "apiVersions": [ + "2018-01-01-preview" + ], + "locations": [ + "Australia East", + "Australia Southeast", + "Central US", + "East US", + "East US 2", + "West US", + "West US 2", + "North Central US", + "South Central US", + "West Central US", + "East Asia", + "Southeast Asia", + "Brazil South", + "Japan East", + "Japan West", + "North Europe", + "West Europe", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + } + } + }, + "Microsoft.AzureStack": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2017-06-01" + ], + "locations": [ + "Global" + ] + }, + "registrations/customerSubscriptions": { + "resourceType": "registrations/customerSubscriptions", + "apiVersions": [ + "2017-06-01" + ], + "locations": [ + "West Central US", + "Global" + ] + }, + "registrations": { + "resourceType": "registrations", + "apiVersions": [ + "2020-06-01-preview", + "2017-06-01" + ], + "locations": [ + "West Central US", + "Global" + ] + }, + "registrations/products": { + "resourceType": "registrations/products", + "apiVersions": [ + "2017-06-01", + "2016-01-01" + ], + "locations": [ + "West Central US", + "Global" + ] + }, + "cloudManifestFiles": { + "resourceType": "cloudManifestFiles", + "apiVersions": [ + "2017-06-01" + ], + "locations": [ + "Global" + ] + } + } + }, + "Microsoft.Databricks": { + "types": { + "locations/getNetworkPolicies": { + "resourceType": "locations/getNetworkPolicies", + "apiVersions": [ + "2018-04-01" + ], + "locations": [ + "West US", + "East US 2", + "West Europe", + "East US", + "North Europe", + "Southeast Asia", + "East Asia", + "South Central US", + "North Central US", + "West US 2", + "Central US", + "UK West", + "UK South", + "Australia East", + "Australia Southeast", + "Australia Central", + "Australia Central 2", + "Japan East", + "Japan West", + "Canada Central", + "Canada East", + "Central India", + "South India", + "West India", + "Korea Central", + "Korea South", + "South Africa West", + "South Africa North", + "Brazil South", + "Switzerland North", + "France Central", + "UAE North" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2018-04-01", + "2018-03-15", + "2018-03-01", + "2017-09-01-preview", + "2017-08-01-preview", + "2016-09-01-preview" + ], + "locations": [ + "West US", + "East US 2", + "West Europe", + "North Europe", + "East US", + "Southeast Asia", + "East Asia", + "South Central US", + "North Central US", + "West US 2", + "Central US", + "UK West", + "UK South", + "Australia East", + "Australia Southeast", + "Australia Central", + "Australia Central 2", + "Japan East", + "Japan West", + "Canada Central", + "Canada East", + "Central India", + "South India", + "West India", + "Korea Central", + "Korea South", + "South Africa North", + "South Africa West", + "UAE North", + "Brazil South", + "France Central", + "Switzerland North" + ] + }, + "locations/operationstatuses": { + "resourceType": "locations/operationstatuses", + "apiVersions": [ + "2018-04-01" + ], + "locations": [ + "West US", + "East US 2", + "West Europe", + "East US", + "North Europe", + "Southeast Asia", + "East Asia", + "South Central US", + "North Central US", + "West US 2", + "Central US", + "UK West", + "UK South", + "Australia East", + "Australia Southeast", + "Australia Central", + "Australia Central 2", + "Japan East", + "Japan West", + "Canada Central", + "Canada East", + "Central India", + "South India", + "West India", + "Korea Central", + "Korea South", + "South Africa West", + "South Africa North", + "Brazil South", + "Switzerland North", + "France Central", + "UAE North" + ] + }, + "workspaces/dbWorkspaces": { + "resourceType": "workspaces/dbWorkspaces", + "apiVersions": [ + "2018-04-01" + ], + "locations": [ + "West US", + "East US 2", + "West Europe", + "North Europe", + "East US", + "Southeast Asia", + "East Asia", + "South Central US", + "North Central US", + "West US 2", + "Central US", + "UK West", + "UK South", + "Australia East", + "Australia Southeast", + "Australia Central", + "Australia Central 2", + "Japan East", + "Japan West", + "Canada Central", + "Canada East", + "Central India", + "South India", + "West India", + "Korea Central", + "Korea South", + "South Africa North", + "South Africa West", + "UAE North", + "Brazil South", + "France Central", + "Switzerland North" + ] + }, + "workspaces/virtualNetworkPeerings": { + "resourceType": "workspaces/virtualNetworkPeerings", + "apiVersions": [ + "2018-04-01" + ], + "locations": [ + "West US", + "East US 2", + "West Europe", + "North Europe", + "East US", + "Southeast Asia", + "East Asia", + "South Central US", + "North Central US", + "West US 2", + "Central US", + "UK West", + "UK South", + "Australia East", + "Australia Southeast", + "Australia Central", + "Australia Central 2", + "Japan East", + "Japan West", + "Canada Central", + "Canada East", + "Central India", + "South India", + "West India", + "Korea Central", + "Korea South", + "South Africa North", + "South Africa West", + "UAE North", + "Brazil South", + "France Central", + "Switzerland North" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2018-04-01" + ], + "locations": [ + "West US", + "East US 2", + "West Europe", + "North Europe", + "East US", + "Southeast Asia", + "East Asia", + "South Central US", + "North Central US", + "Korea South", + "Korea Central", + "South Africa North", + "South Africa West", + "Switzerland North", + "West US 2", + "Central US", + "UK West", + "UK South", + "Australia East", + "Australia Southeast", + "Australia Central", + "Australia Central 2", + "Japan East", + "Japan West", + "Canada Central", + "Canada East", + "Central India", + "South India", + "West India", + "UAE North", + "Brazil South", + "France Central" + ] + }, + "workspaces": { + "resourceType": "workspaces", + "apiVersions": [ + "2018-04-01" + ], + "locations": [ + "West US", + "East US 2", + "West Europe", + "East US", + "North Europe", + "Southeast Asia", + "East Asia", + "South Central US", + "North Central US", + "West US 2", + "Central US", + "UK West", + "UK South", + "Australia East", + "Australia Southeast", + "Australia Central", + "Australia Central 2", + "Japan East", + "Japan West", + "Canada Central", + "Canada East", + "Central India", + "South India", + "West India", + "Korea Central", + "Korea South", + "South Africa West", + "South Africa North", + "Brazil South", + "Switzerland North", + "France Central", + "UAE North" + ] + } + } + }, + "Microsoft.CostManagement": { + "types": { + "Budgets": { + "resourceType": "Budgets", + "apiVersions": [ + "2019-10-01", + "2019-04-01-preview" + ], + "locations": [] + }, + "Exports": { + "resourceType": "Exports", + "apiVersions": [ + "2020-06-01", + "2020-05-01-preview", + "2019-11-01", + "2019-10-01", + "2019-09-01", + "2019-01-01-preview", + "2019-01-01" + ], + "locations": [] + }, + "CheckConnectorEligibility": { + "resourceType": "CheckConnectorEligibility", + "apiVersions": [ + "2019-03-01-preview" + ], + "locations": [] + }, + "Dimensions": { + "resourceType": "Dimensions", + "apiVersions": [ + "2019-11-01", + "2019-10-01", + "2019-05-01-preview", + "2019-04-01-preview", + "2019-03-01-preview", + "2019-01-01", + "2018-12-01-preview", + "2018-10-01-preview", + "2018-08-31", + "2018-08-01-preview", + "2018-05-31" + ], + "locations": [] + }, + "ExternalBillingAccounts/Forecast": { + "resourceType": "ExternalBillingAccounts/Forecast", + "apiVersions": [ + "2019-11-01", + "2019-10-01", + "2019-05-01-preview", + "2019-04-01-preview", + "2019-03-01-preview", + "2018-12-01-preview" + ], + "locations": [] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2019-10-01", + "2019-01-01", + "2018-10-01", + "2018-08-31", + "2018-08-01-preview", + "2017-10-01-preview" + ], + "locations": [] + }, + "register": { + "resourceType": "register", + "apiVersions": [ + "2019-03-01-preview", + "2017-10-01-preview" + ], + "locations": [] + }, + "Settings": { + "resourceType": "Settings", + "apiVersions": [ + "2019-01-01-preview" + ], + "locations": [] + }, + "showbackRules": { + "resourceType": "showbackRules", + "apiVersions": [ + "2019-03-01-preview", + "2019-02-03-alpha", + "2019-02-02-alpha", + "2019-02-01-alpha" + ], + "locations": [] + }, + "ExternalSubscriptions/Dimensions": { + "resourceType": "ExternalSubscriptions/Dimensions", + "apiVersions": [ + "2019-11-01", + "2019-10-01", + "2019-05-01-preview", + "2019-04-01-preview", + "2019-03-01-preview" + ], + "locations": [] + }, + "Forecast": { + "resourceType": "Forecast", + "apiVersions": [ + "2019-11-01", + "2019-10-01", + "2019-05-01-preview", + "2019-04-01-preview", + "2019-03-01-preview", + "2018-12-01-preview" + ], + "locations": [] + }, + "ExternalSubscriptions": { + "resourceType": "ExternalSubscriptions", + "apiVersions": [ + "2019-03-01-preview" + ], + "locations": [] + }, + "Query": { + "resourceType": "Query", + "apiVersions": [ + "2019-11-01", + "2019-10-01", + "2019-05-01-preview", + "2019-04-01-preview", + "2019-03-01-preview", + "2019-01-01", + "2018-12-01-preview", + "2018-10-01-preview", + "2018-08-31", + "2018-08-01-preview", + "2018-05-31" + ], + "locations": [] + }, + "costAllocationRules": { + "resourceType": "costAllocationRules", + "apiVersions": [ + "2020-03-01-preview" + ], + "locations": [] + }, + "Reportconfigs": { + "resourceType": "Reportconfigs", + "apiVersions": [ + "2018-05-31" + ], + "locations": [] + }, + "Views": { + "resourceType": "Views", + "apiVersions": [ + "2019-11-01", + "2019-10-01", + "2019-04-01-preview" + ], + "locations": [] + }, + "Insights": { + "resourceType": "Insights", + "apiVersions": [ + "2020-08-01-preview" + ], + "locations": [] + }, + "CloudConnectors": { + "resourceType": "CloudConnectors", + "apiVersions": [ + "2019-03-01-preview" + ], + "locations": [] + }, + "Departments": { + "resourceType": "Departments", + "apiVersions": [ + "2018-03-31" + ], + "locations": [] + }, + "EnrollmentAccounts": { + "resourceType": "EnrollmentAccounts", + "apiVersions": [ + "2018-03-31" + ], + "locations": [] + }, + "ExternalSubscriptions/Query": { + "resourceType": "ExternalSubscriptions/Query", + "apiVersions": [ + "2019-11-01", + "2019-10-01", + "2019-05-01-preview", + "2019-04-01-preview", + "2019-03-01-preview" + ], + "locations": [] + }, + "ExternalBillingAccounts/Query": { + "resourceType": "ExternalBillingAccounts/Query", + "apiVersions": [ + "2019-11-01", + "2019-10-01", + "2019-05-01-preview", + "2019-04-01-preview", + "2019-03-01-preview" + ], + "locations": [] + }, + "ExternalBillingAccounts/Alerts": { + "resourceType": "ExternalBillingAccounts/Alerts", + "apiVersions": [ + "2019-10-01", + "2018-08-01-preview" + ], + "locations": [] + }, + "ExternalBillingAccounts/Dimensions": { + "resourceType": "ExternalBillingAccounts/Dimensions", + "apiVersions": [ + "2019-11-01", + "2019-10-01", + "2019-05-01-preview", + "2019-04-01-preview", + "2019-03-01-preview" + ], + "locations": [] + }, + "Alerts": { + "resourceType": "Alerts", + "apiVersions": [ + "2019-10-01", + "2018-08-01-preview" + ], + "locations": [] + }, + "Reports": { + "resourceType": "Reports", + "apiVersions": [ + "2018-12-01-preview", + "2018-08-01-preview" + ], + "locations": [] + }, + "ExternalSubscriptions/Alerts": { + "resourceType": "ExternalSubscriptions/Alerts", + "apiVersions": [ + "2019-10-01", + "2018-08-01-preview" + ], + "locations": [] + }, + "BillingAccounts": { + "resourceType": "BillingAccounts", + "apiVersions": [ + "2018-03-31" + ], + "locations": [] + }, + "ExternalSubscriptions/Forecast": { + "resourceType": "ExternalSubscriptions/Forecast", + "apiVersions": [ + "2019-11-01", + "2019-10-01", + "2019-05-01-preview", + "2019-04-01-preview", + "2019-03-01-preview", + "2018-12-01-preview" + ], + "locations": [] + }, + "ExternalBillingAccounts": { + "resourceType": "ExternalBillingAccounts", + "apiVersions": [ + "2019-03-01-preview" + ], + "locations": [] + }, + "Connectors": { + "resourceType": "Connectors", + "apiVersions": [ + "2018-08-01-preview" + ], + "locations": [ + "West US" + ] + } + } + }, + "Microsoft.ADHybridHealthService": { + "types": { + "reports": { + "resourceType": "reports", + "apiVersions": [ + "2014-01-01" + ], + "locations": [ + "West US" + ] + }, + "aadsupportcases": { + "resourceType": "aadsupportcases", + "apiVersions": [ + "2014-01-01" + ], + "locations": [ + "West US" + ] + }, + "logs": { + "resourceType": "logs", + "apiVersions": [ + "2014-01-01" + ], + "locations": [ + "West US" + ] + }, + "addsservices": { + "resourceType": "addsservices", + "apiVersions": [ + "2014-01-01" + ], + "locations": [ + "West US" + ] + }, + "services": { + "resourceType": "services", + "apiVersions": [ + "2014-01-01" + ], + "locations": [ + "West US" + ] + }, + "servicehealthmetrics": { + "resourceType": "servicehealthmetrics", + "apiVersions": [ + "2014-01-01" + ], + "locations": [ + "West US" + ] + }, + "agents": { + "resourceType": "agents", + "apiVersions": [ + "2014-01-01" + ], + "locations": [ + "West US" + ] + }, + "configuration": { + "resourceType": "configuration", + "apiVersions": [ + "2014-01-01" + ], + "locations": [ + "West US" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2014-01-01" + ], + "locations": [ + "West US" + ] + }, + "anonymousapiusers": { + "resourceType": "anonymousapiusers", + "apiVersions": [ + "2014-01-01" + ], + "locations": [ + "West US" + ] + } + } + }, + "Microsoft.SaaS": { + "types": { + "applications": { + "resourceType": "applications", + "apiVersions": [ + "2018-03-01-beta" + ], + "locations": [ + "global" + ] + }, + "saasresources": { + "resourceType": "saasresources", + "apiVersions": [ + "2018-03-01-beta" + ], + "locations": [ + "global" + ] + }, + "operationResults": { + "resourceType": "operationResults", + "apiVersions": [ + "2018-03-01-beta" + ], + "locations": [ + "global" + ] + }, + "checknameavailability": { + "resourceType": "checknameavailability", + "apiVersions": [ + "2018-03-01-beta" + ], + "locations": [ + "global" + ] + }, + "checkModernEligibility": { + "resourceType": "checkModernEligibility", + "apiVersions": [ + "2018-03-01-beta" + ], + "locations": [ + "global" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2018-03-01-beta" + ], + "locations": [ + "global" + ] + } + } + }, + "Conexlink.MyCloudIT": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2015-06-15" + ], + "locations": [] + }, + "updateCommunicationPreference": { + "resourceType": "updateCommunicationPreference", + "apiVersions": [ + "2015-06-15" + ], + "locations": [] + }, + "listCommunicationPreference": { + "resourceType": "listCommunicationPreference", + "apiVersions": [ + "2015-06-15" + ], + "locations": [] + }, + "accounts": { + "resourceType": "accounts", + "apiVersions": [ + "2015-06-15" + ], + "locations": [ + "Central US" + ] + } + } + }, + "Microsoft.AISupercomputer": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "UAE North", + "UK West", + "UK South", + "Brazil South", + "Korea South", + "Korea Central" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Canada Central", + "Canada East", + "Central India", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "UAE North", + "UK West", + "UK South", + "Brazil South", + "Korea South", + "Korea Central" + ] + }, + "locations/instanceTypeSeries": { + "resourceType": "locations/instanceTypeSeries", + "apiVersions": [ + "2020-03-01-preview" + ], + "locations": [ + "Central US", + "Australia Central", + "Australia East", + "Australia Southeast", + "Canada Central", + "Canada East", + "Central India", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "UAE North", + "UK West", + "UK South", + "Brazil South", + "Korea South", + "Korea Central" + ] + }, + "locations/instanceTypeSeries/instanceTypes": { + "resourceType": "locations/instanceTypeSeries/instanceTypes", + "apiVersions": [ + "2020-03-01-preview" + ], + "locations": [ + "Central US", + "Australia Central", + "Australia East", + "Australia Southeast", + "Canada Central", + "Canada East", + "Central India", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "UAE North", + "UK West", + "UK South", + "Brazil South", + "Korea South", + "Korea Central" + ] + } + } + }, + "Microsoft.DataFactory": { + "types": { + "factories": { + "resourceType": "factories", + "apiVersions": [ + "2018-06-01", + "2017-09-01-preview" + ], + "locations": [ + "East US", + "East US 2", + "Central US", + "South Central US", + "Japan East", + "Canada Central", + "Australia East", + "Central India", + "France Central", + "Korea Central", + "Brazil South", + "West Europe", + "North Europe", + "UK South", + "West Central US", + "West US", + "West US 2", + "Southeast Asia", + "East Asia", + "North Central US", + "South Africa North", + "Australia Southeast" + ] + }, + "checkAzureDataFactoryNameAvailability": { + "resourceType": "checkAzureDataFactoryNameAvailability", + "apiVersions": [ + "2015-10-01", + "2015-09-01", + "2015-08-01", + "2015-07-01-preview", + "2015-05-01-preview", + "2015-01-01-preview" + ], + "locations": [ + "West US", + "North Europe", + "East US", + "West Central US" + ] + }, + "checkDataFactoryNameAvailability": { + "resourceType": "checkDataFactoryNameAvailability", + "apiVersions": [ + "2015-05-01-preview", + "2015-01-01-preview" + ], + "locations": [] + }, + "locations/configureFactoryRepo": { + "resourceType": "locations/configureFactoryRepo", + "apiVersions": [ + "2018-06-01", + "2017-09-01-preview" + ], + "locations": [ + "East US", + "East US 2", + "West US 2", + "West US", + "Central US", + "South Central US", + "Japan East", + "Australia East", + "Canada Central", + "Central India", + "Brazil South", + "France Central", + "Korea Central", + "West Europe", + "North Europe", + "UK South", + "West Central US", + "Southeast Asia", + "East Asia", + "North Central US", + "South Africa North", + "Australia Southeast" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2018-06-01", + "2017-09-01-preview" + ], + "locations": [] + }, + "locations/getFeatureValue": { + "resourceType": "locations/getFeatureValue", + "apiVersions": [ + "2018-06-01" + ], + "locations": [ + "East US", + "East US 2", + "West Europe", + "North Europe", + "UK South", + "West Central US", + "West US", + "Central US", + "South Central US", + "Japan East", + "Australia East", + "Canada Central", + "Central India", + "Brazil South", + "France Central", + "Korea Central", + "West US 2", + "Southeast Asia", + "East Asia", + "North Central US", + "South Africa North", + "Australia Southeast" + ] + }, + "dataFactories/diagnosticSettings": { + "resourceType": "dataFactories/diagnosticSettings", + "apiVersions": [ + "2014-04-01" + ], + "locations": [ + "North Europe", + "East US", + "West US", + "West Central US" + ] + }, + "dataFactories": { + "resourceType": "dataFactories", + "apiVersions": [ + "2015-10-01", + "2015-09-01", + "2015-08-01", + "2015-07-01-preview", + "2015-05-01-preview", + "2015-01-01-preview", + "2014-04-01" + ], + "locations": [ + "West US", + "North Europe", + "East US", + "West Central US" + ] + }, + "dataFactories/metricDefinitions": { + "resourceType": "dataFactories/metricDefinitions", + "apiVersions": [ + "2014-04-01" + ], + "locations": [ + "North Europe", + "East US", + "West US", + "West Central US" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2018-06-01", + "2017-09-01-preview", + "2017-03-01-preview", + "2015-10-01", + "2015-09-01", + "2015-08-01", + "2015-07-01-preview", + "2015-05-01-preview", + "2015-01-01-preview" + ], + "locations": [ + "West US", + "North Europe", + "East US", + "West Central US" + ] + }, + "factories/integrationRuntimes": { + "resourceType": "factories/integrationRuntimes", + "apiVersions": [ + "2018-06-01", + "2017-09-01-preview" + ], + "locations": [ + "East US", + "East US 2", + "West US 2", + "West US", + "Central US", + "South Central US", + "Japan East", + "Central India", + "Brazil South", + "France Central", + "Korea Central", + "Australia East", + "Canada Central", + "West Central US", + "North Europe", + "UK South", + "West Europe", + "Southeast Asia", + "East Asia", + "North Central US", + "South Africa North", + "Australia Southeast" + ] + }, + "dataFactorySchema": { + "resourceType": "dataFactorySchema", + "apiVersions": [ + "2015-10-01", + "2015-09-01", + "2015-08-01", + "2015-07-01-preview", + "2015-05-01-preview", + "2015-01-01-preview" + ], + "locations": [ + "West US", + "North Europe", + "East US", + "West Central US" + ] + } + } + }, + "Microsoft.DataBox": { + "types": { + "locations/checkNameAvailability": { + "resourceType": "locations/checkNameAvailability", + "apiVersions": [ + "2020-04-01", + "2019-09-01", + "2018-01-01" + ], + "locations": [ + "West US", + "West Europe", + "Southeast Asia", + "East Asia", + "South India", + "Brazil South", + "Australia East", + "Canada Central", + "Korea Central", + "Japan East", + "South Africa North" + ] + }, + "jobs": { + "resourceType": "jobs", + "apiVersions": [ + "2020-04-01", + "2019-09-01", + "2018-01-01" + ], + "locations": [ + "West US", + "West Europe", + "Southeast Asia", + "East Asia", + "South India", + "Brazil South", + "Australia East", + "Canada Central", + "Korea Central", + "Japan East", + "South Africa North" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-04-01", + "2019-09-01", + "2018-01-01" + ], + "locations": [] + }, + "locations/validateInputs": { + "resourceType": "locations/validateInputs", + "apiVersions": [ + "2020-04-01", + "2019-09-01", + "2018-01-01" + ], + "locations": [ + "West US", + "West Europe", + "Southeast Asia", + "East Asia", + "South India", + "Brazil South", + "Australia East", + "Canada Central", + "Korea Central", + "Japan East", + "South Africa North" + ] + }, + "locations/availableSkus": { + "resourceType": "locations/availableSkus", + "apiVersions": [ + "2020-04-01", + "2019-09-01", + "2018-01-01" + ], + "locations": [ + "West US", + "West Europe", + "Southeast Asia", + "East Asia", + "South India", + "Brazil South", + "Australia East", + "Canada Central", + "Korea Central", + "Japan East", + "South Africa North" + ] + }, + "locations/validateAddress": { + "resourceType": "locations/validateAddress", + "apiVersions": [ + "2020-04-01", + "2019-09-01", + "2018-01-01" + ], + "locations": [ + "West US", + "West Europe", + "Southeast Asia", + "East Asia", + "South India", + "Brazil South", + "Australia East", + "Canada Central", + "Korea Central", + "Japan East", + "South Africa North" + ] + }, + "locations/regionConfiguration": { + "resourceType": "locations/regionConfiguration", + "apiVersions": [ + "2020-04-01", + "2019-09-01", + "2018-01-01" + ], + "locations": [ + "West US", + "West Europe", + "Southeast Asia", + "East Asia", + "South India", + "Brazil South", + "Australia East", + "Canada Central", + "Korea Central", + "Japan East", + "South Africa North" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-04-01", + "2019-09-01", + "2018-01-01" + ], + "locations": [] + }, + "locations/operationresults": { + "resourceType": "locations/operationresults", + "apiVersions": [ + "2020-04-01", + "2019-09-01", + "2018-01-01" + ], + "locations": [ + "West US", + "West Europe", + "Southeast Asia", + "East Asia", + "South India", + "Brazil South", + "Australia East", + "Canada Central", + "Korea Central", + "Japan East", + "South Africa North" + ] + } + } + }, + "Microsoft.ExtendedLocation": { + "types": { + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-07-15-privatepreview" + ], + "locations": [] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-07-15-privatepreview" + ], + "locations": [] + } + } + }, + "Microsoft.Subscription": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2017-11-01-preview" + ], + "locations": [ + "West US" + ] + }, + "SubscriptionOperations": { + "resourceType": "SubscriptionOperations", + "apiVersions": [ + "2019-10-01-preview", + "2018-11-01-preview", + "2018-03-01-preview", + "2017-11-01-preview" + ], + "locations": [ + "West US" + ] + }, + "cancel": { + "resourceType": "cancel", + "apiVersions": [ + "2020-09-01", + "2019-10-01-preview", + "2019-03-01-preview" + ], + "locations": [ + "West US" + ] + }, + "acceptChangeTenant": { + "resourceType": "acceptChangeTenant", + "apiVersions": [ + "2019-10-01-preview" + ], + "locations": [] + }, + "changeTenantStatus": { + "resourceType": "changeTenantStatus", + "apiVersions": [ + "2019-10-01-preview" + ], + "locations": [] + }, + "enable": { + "resourceType": "enable", + "apiVersions": [ + "2020-09-01", + "2019-10-01-preview", + "2019-03-01-preview" + ], + "locations": [ + "West US" + ] + }, + "changeTenantRequest": { + "resourceType": "changeTenantRequest", + "apiVersions": [ + "2019-10-01-preview" + ], + "locations": [] + }, + "operationResults": { + "resourceType": "operationResults", + "apiVersions": [ + "2019-10-01-preview" + ], + "locations": [ + "Central US" + ] + }, + "aliases": { + "resourceType": "aliases", + "apiVersions": [ + "2020-09-01", + "2019-10-01-preview" + ], + "locations": [] + }, + "rename": { + "resourceType": "rename", + "apiVersions": [ + "2020-09-01", + "2019-10-01-preview", + "2019-03-01-preview" + ], + "locations": [ + "West US" + ] + }, + "subscriptions": { + "resourceType": "subscriptions", + "apiVersions": [ + "2019-10-01-preview" + ], + "locations": [] + }, + "CreateSubscription": { + "resourceType": "CreateSubscription", + "apiVersions": [ + "2019-10-01-preview", + "2018-11-01-preview", + "2018-03-01-preview" + ], + "locations": [ + "Central US" + ] + }, + "SubscriptionDefinitions": { + "resourceType": "SubscriptionDefinitions", + "apiVersions": [ + "2017-11-01-preview" + ], + "locations": [ + "West US" + ] + } + } + }, + "84codes.CloudAMQP": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2016-08-01" + ], + "locations": [] + }, + "updateCommunicationPreference": { + "resourceType": "updateCommunicationPreference", + "apiVersions": [ + "2016-08-01" + ], + "locations": [] + }, + "listCommunicationPreference": { + "resourceType": "listCommunicationPreference", + "apiVersions": [ + "2016-08-01" + ], + "locations": [] + }, + "servers": { + "resourceType": "servers", + "apiVersions": [ + "2016-08-01" + ], + "locations": [ + "East US 2", + "Central US", + "East US", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast" + ] + } + } + }, + "Paraleap.CloudMonix": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2016-08-10" + ], + "locations": [] + }, + "listCommunicationPreference": { + "resourceType": "listCommunicationPreference", + "apiVersions": [ + "2016-08-10" + ], + "locations": [] + }, + "updateCommunicationPreference": { + "resourceType": "updateCommunicationPreference", + "apiVersions": [ + "2016-08-10" + ], + "locations": [] + }, + "services": { + "resourceType": "services", + "apiVersions": [ + "2016-08-10" + ], + "locations": [ + "West US" + ] + } + } + }, + "Microsoft.Kusto": { + "types": { + "clusters/attacheddatabaseconfigurations": { + "resourceType": "clusters/attacheddatabaseconfigurations", + "apiVersions": [ + "2020-09-18", + "2020-06-14", + "2020-02-15", + "2019-11-09", + "2019-09-07", + "2019-05-15", + "2019-01-21", + "2018-09-07-preview", + "2017-09-07-privatepreview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Brazil Southeast", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "clusters/databases/eventhubconnections": { + "resourceType": "clusters/databases/eventhubconnections", + "apiVersions": [ + "2020-09-18", + "2020-06-14", + "2020-02-15", + "2019-11-09", + "2019-09-07", + "2019-05-15", + "2019-01-21", + "2018-09-07-preview", + "2017-09-07-privatepreview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Brazil Southeast", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "clusters/principalassignments": { + "resourceType": "clusters/principalassignments", + "apiVersions": [ + "2020-09-18", + "2020-06-14", + "2020-02-15", + "2019-11-09" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Brazil Southeast", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "clusters": { + "resourceType": "clusters", + "apiVersions": [ + "2020-09-18", + "2020-06-14", + "2020-02-15", + "2019-11-09", + "2019-09-07", + "2019-05-15", + "2019-01-21", + "2018-09-07-preview", + "2017-09-07-privatepreview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Brazil Southeast", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "clusters/databases": { + "resourceType": "clusters/databases", + "apiVersions": [ + "2020-09-18", + "2020-06-14", + "2020-02-15", + "2019-11-09", + "2019-09-07", + "2019-05-15", + "2019-01-21", + "2018-09-07-preview", + "2017-09-07-privatepreview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Brazil Southeast", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-09-18", + "2020-06-14", + "2020-02-15", + "2019-11-09", + "2019-09-07", + "2019-05-15", + "2019-01-21", + "2018-09-07-preview", + "2017-09-07-privatepreview" + ], + "locations": [] + }, + "locations/checkNameAvailability": { + "resourceType": "locations/checkNameAvailability", + "apiVersions": [ + "2020-09-18", + "2020-06-14", + "2020-02-15", + "2019-11-09", + "2019-09-07", + "2019-05-15", + "2019-01-21", + "2018-09-07-preview", + "2017-09-07-privatepreview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Brazil Southeast", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "clusters/databases/dataconnections": { + "resourceType": "clusters/databases/dataconnections", + "apiVersions": [ + "2020-09-18", + "2020-06-14", + "2020-02-15", + "2019-11-09", + "2019-09-07", + "2019-05-15", + "2019-01-21", + "2018-09-07-preview", + "2017-09-07-privatepreview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Brazil Southeast", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-09-18", + "2020-06-14", + "2020-02-15", + "2019-11-09", + "2019-09-07", + "2019-05-15", + "2019-01-21", + "2018-09-07-preview", + "2017-09-07-privatepreview" + ], + "locations": [] + }, + "clusters/databases/principalassignments": { + "resourceType": "clusters/databases/principalassignments", + "apiVersions": [ + "2020-09-18", + "2020-06-14", + "2020-02-15", + "2019-11-09" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Brazil Southeast", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/operationResults": { + "resourceType": "locations/operationResults", + "apiVersions": [ + "2020-09-18", + "2020-06-14", + "2020-02-15", + "2019-11-09", + "2019-09-07", + "2019-05-15", + "2019-01-21", + "2018-09-07-preview", + "2017-09-07-privatepreview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Brazil Southeast", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + } + } + }, + "Microsoft.Codespaces": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-07-10-privatepreview", + "2020-07-10-beta", + "2020-07-10-alpha", + "2020-06-16-privatepreview", + "2020-06-16-beta", + "2020-06-16-alpha", + "2020-06-16" + ], + "locations": [] + }, + "plans": { + "resourceType": "plans", + "apiVersions": [ + "2020-07-10-beta", + "2020-07-10-alpha", + "2020-06-16-beta", + "2020-06-16-alpha", + "2020-06-16" + ], + "locations": [ + "West Europe", + "East US", + "West Us 2", + "Southeast Asia" + ] + }, + "registeredSubscriptions": { + "resourceType": "registeredSubscriptions", + "apiVersions": [ + "2020-07-10-privatepreview", + "2020-07-10-beta", + "2020-07-10-alpha", + "2020-06-16-privatepreview", + "2020-06-16-beta", + "2020-06-16-alpha", + "2020-06-16" + ], + "locations": [] + } + } + }, + "Microsoft.ServiceFabricMesh": { + "types": { + "applications": { + "resourceType": "applications", + "apiVersions": [ + "2018-09-01-preview", + "2018-07-01-preview" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "South Central US", + "Central US", + "France Central", + "West Europe", + "North Europe", + "UK South", + "UK West", + "Australia East", + "East Asia", + "Southeast Asia", + "Korea Central", + "West India", + "Brazil South", + "Japan East", + "Norway East", + "South Africa North", + "Switzerland North", + "Central India", + "UAE North", + "Germany West Central", + "North Central US" + ] + }, + "networks": { + "resourceType": "networks", + "apiVersions": [ + "2018-09-01-preview", + "2018-07-01-preview" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "South Central US", + "Central US", + "France Central", + "West Europe", + "North Europe", + "UK South", + "UK West", + "Australia East", + "East Asia", + "Southeast Asia", + "Korea Central", + "West India", + "Brazil South", + "Japan East", + "Norway East", + "South Africa North", + "Switzerland North", + "Central India", + "UAE North", + "Germany West Central", + "North Central US" + ] + }, + "locations/applicationOperations": { + "resourceType": "locations/applicationOperations", + "apiVersions": [ + "2018-09-01-preview", + "2018-07-01-preview" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "South Central US", + "Central US", + "France Central", + "West Europe", + "North Europe", + "UK South", + "UK West", + "Australia East", + "East Asia", + "Southeast Asia", + "Korea Central", + "West India", + "Brazil South", + "Japan East", + "Norway East", + "South Africa North", + "Switzerland North", + "Central India", + "UAE North", + "Germany West Central", + "North Central US" + ] + }, + "locations/networkOperations": { + "resourceType": "locations/networkOperations", + "apiVersions": [ + "2018-09-01-preview", + "2018-07-01-preview" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "South Central US", + "Central US", + "France Central", + "West Europe", + "North Europe", + "UK South", + "UK West", + "Australia East", + "East Asia", + "Southeast Asia", + "Korea Central", + "West India", + "Brazil South", + "Japan East", + "Norway East", + "South Africa North", + "Switzerland North", + "Central India", + "UAE North", + "Germany West Central", + "North Central US" + ] + }, + "secrets": { + "resourceType": "secrets", + "apiVersions": [ + "2018-09-01-preview", + "2018-07-01-preview" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "South Central US", + "Central US", + "France Central", + "West Europe", + "North Europe", + "UK South", + "UK West", + "Australia East", + "East Asia", + "Southeast Asia", + "Korea Central", + "West India", + "Brazil South", + "Japan East", + "Norway East", + "South Africa North", + "Switzerland North", + "Central India", + "UAE North", + "Germany West Central", + "North Central US" + ] + }, + "locations/secretOperations": { + "resourceType": "locations/secretOperations", + "apiVersions": [ + "2018-09-01-preview", + "2018-07-01-preview" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "South Central US", + "Central US", + "France Central", + "West Europe", + "North Europe", + "UK South", + "UK West", + "Australia East", + "East Asia", + "Southeast Asia", + "Korea Central", + "West India", + "Brazil South", + "Japan East", + "Norway East", + "South Africa North", + "Switzerland North", + "Central India", + "UAE North", + "Germany West Central", + "North Central US" + ] + }, + "locations/volumeOperations": { + "resourceType": "locations/volumeOperations", + "apiVersions": [ + "2018-09-01-preview", + "2018-07-01-preview" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "South Central US", + "Central US", + "France Central", + "West Europe", + "North Europe", + "UK South", + "UK West", + "Australia East", + "East Asia", + "Southeast Asia", + "Korea Central", + "West India", + "Brazil South", + "Japan East", + "Norway East", + "South Africa North", + "Switzerland North", + "Central India", + "UAE North", + "Germany West Central", + "North Central US" + ] + }, + "locations/gatewayOperations": { + "resourceType": "locations/gatewayOperations", + "apiVersions": [ + "2018-09-01-preview", + "2018-07-01-preview" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "South Central US", + "Central US", + "France Central", + "West Europe", + "North Europe", + "UK South", + "UK West", + "Australia East", + "East Asia", + "Southeast Asia", + "Korea Central", + "West India", + "Brazil South", + "Japan East", + "Norway East", + "South Africa North", + "Switzerland North", + "Central India", + "UAE North", + "Germany West Central", + "North Central US" + ] + }, + "gateways": { + "resourceType": "gateways", + "apiVersions": [ + "2018-09-01-preview", + "2018-07-01-preview" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "South Central US", + "Central US", + "France Central", + "West Europe", + "North Europe", + "UK South", + "UK West", + "Australia East", + "East Asia", + "Southeast Asia", + "Korea Central", + "West India", + "Brazil South", + "Japan East", + "Norway East", + "South Africa North", + "Switzerland North", + "Central India", + "UAE North", + "Germany West Central", + "North Central US" + ] + }, + "volumes": { + "resourceType": "volumes", + "apiVersions": [ + "2018-09-01-preview", + "2018-07-01-preview" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "South Central US", + "Central US", + "France Central", + "West Europe", + "North Europe", + "UK South", + "UK West", + "Australia East", + "East Asia", + "Southeast Asia", + "Korea Central", + "West India", + "Brazil South", + "Japan East", + "Norway East", + "South Africa North", + "Switzerland North", + "Central India", + "UAE North", + "Germany West Central", + "North Central US" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2018-09-01-preview" + ], + "locations": [] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2018-09-01-preview", + "2018-07-01-preview" + ], + "locations": [] + } + } + }, + "Microsoft.ContainerService": { + "types": { + "openShiftManagedClusters": { + "resourceType": "openShiftManagedClusters", + "apiVersions": [ + "2019-09-30-preview", + "2019-04-30" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "South Central US", + "Central US", + "West Europe", + "North Europe", + "UK South", + "UK West", + "France Central", + "Canada East", + "Canada Central", + "Australia East", + "Australia Southeast", + "East Asia", + "Southeast Asia", + "North Central US", + "Brazil South", + "Japan East", + "Central India" + ] + }, + "managedClusters": { + "resourceType": "managedClusters", + "apiVersions": [ + "2020-09-01", + "2020-07-01", + "2020-06-01", + "2020-04-01", + "2020-03-01", + "2020-02-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-08-01-preview", + "2018-03-31", + "2017-08-31" + ], + "locations": [ + "West Central US", + "East US", + "West Europe", + "France Central", + "Central US", + "Canada Central", + "Canada East", + "UK South", + "West US", + "West US 2", + "Australia East", + "North Europe", + "Japan East", + "Japan West", + "East US 2", + "South Central US", + "North Central US", + "Southeast Asia", + "Australia Southeast", + "UK West", + "South India", + "Central India", + "East Asia", + "Korea South", + "Korea Central", + "South Africa North", + "Brazil South", + "Germany North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "UAE North", + "UAE Central", + "Norway East", + "Norway West" + ] + }, + "locations/orchestrators": { + "resourceType": "locations/orchestrators", + "apiVersions": [ + "2020-09-01", + "2020-07-01", + "2020-06-01", + "2020-04-01", + "2020-03-01", + "2020-02-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-06-01", + "2019-04-01", + "2017-09-30" + ], + "locations": [ + "East US", + "West Europe", + "France Central", + "Central US", + "Canada East", + "Canada Central", + "UK South", + "UK West", + "West Central US", + "West US", + "West US 2", + "Australia East", + "Australia Southeast", + "North Europe", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "East US 2", + "South Central US", + "North Central US", + "Southeast Asia", + "South India", + "Central India", + "East Asia", + "South Africa North", + "Brazil South", + "Germany North", + "Germany West Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UAE Central", + "Norway East", + "Norway West" + ] + }, + "locations/openShiftClusters": { + "resourceType": "locations/openShiftClusters", + "apiVersions": [ + "2019-09-30-preview", + "2019-04-30", + "2018-09-30-preview" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "South Central US", + "Central US", + "West Europe", + "North Europe", + "France Central", + "UK West", + "UK South", + "Canada East", + "Canada Central", + "Australia East", + "Australia Southeast", + "East Asia", + "Southeast Asia", + "North Central US", + "Brazil South", + "Japan East", + "Central India" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2017-08-31", + "2017-01-31", + "2016-09-30", + "2016-03-30", + "2015-11-01-preview" + ], + "locations": [] + }, + "containerServices": { + "resourceType": "containerServices", + "apiVersions": [ + "2017-07-01", + "2017-01-31", + "2016-09-30", + "2016-03-30" + ], + "locations": [ + "Japan East", + "Central US", + "East US 2", + "Japan West", + "East Asia", + "South Central US", + "North Central US", + "Australia East", + "Australia Southeast", + "Brazil South", + "Southeast Asia", + "West US", + "West Europe", + "North Europe", + "East US", + "UK West", + "UK South", + "West Central US", + "West US 2", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "Korea South", + "Korea Central", + "South Africa North" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2018-10-31", + "2018-03-31", + "2017-08-31", + "2017-07-01", + "2017-01-31", + "2016-09-30", + "2016-03-30", + "2015-11-01-preview" + ], + "locations": [] + }, + "locations/operations": { + "resourceType": "locations/operations", + "apiVersions": [ + "2016-03-30" + ], + "locations": [ + "France Central", + "France South", + "East US", + "West Europe", + "Central US", + "Canada Central", + "Canada East", + "UK West", + "UK South", + "West Central US", + "West US 2", + "South India", + "Central India", + "West India", + "Korea South", + "Korea Central", + "West US", + "Australia East", + "Australia Central", + "Australia Southeast", + "North Europe", + "Japan East", + "Japan West", + "East US 2", + "South Central US", + "North Central US", + "Southeast Asia", + "East Asia", + "South Africa North", + "Brazil South", + "Brazil Southeast", + "Germany North", + "Germany West Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UAE Central", + "Norway East", + "Norway West" + ] + }, + "locations/operationresults": { + "resourceType": "locations/operationresults", + "apiVersions": [ + "2017-08-31", + "2016-03-30" + ], + "locations": [ + "East US", + "West Europe", + "France Central", + "France South", + "Central US", + "UK West", + "West Central US", + "West US", + "West US 2", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "Korea South", + "Korea Central", + "UK South", + "Australia East", + "Australia Central", + "Australia Southeast", + "North Europe", + "Japan East", + "Japan West", + "East US 2", + "South Central US", + "North Central US", + "Southeast Asia", + "East Asia", + "South Africa North", + "Brazil South", + "Brazil Southeast", + "Germany North", + "Germany West Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UAE Central", + "Norway East", + "Norway West" + ] + } + } + }, + "Microsoft.DeploymentManager": { + "types": { + "artifactSources": { + "resourceType": "artifactSources", + "apiVersions": [ + "2019-11-01-preview", + "2018-09-01-preview" + ], + "locations": [ + "Central US", + "East US", + "East US 2", + "West US", + "West US 2", + "West 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", + "Australia Central 2", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "South Africa West" + ] + }, + "serviceTopologies/services": { + "resourceType": "serviceTopologies/services", + "apiVersions": [ + "2019-11-01-preview", + "2018-09-01-preview" + ], + "locations": [ + "Central US", + "East US", + "East US 2", + "West US", + "West US 2", + "West 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", + "Australia Central 2", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "South Africa West" + ] + }, + "rollouts": { + "resourceType": "rollouts", + "apiVersions": [ + "2019-11-01-preview", + "2018-09-01-preview" + ], + "locations": [ + "Central US", + "East US", + "East US 2", + "West US", + "West US 2", + "West 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", + "Australia Central 2", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "South Africa West" + ] + }, + "operationResults": { + "resourceType": "operationResults", + "apiVersions": [ + "2019-11-01-preview", + "2018-09-01-preview" + ], + "locations": [ + "global" + ] + }, + "serviceTopologies/services/serviceUnits": { + "resourceType": "serviceTopologies/services/serviceUnits", + "apiVersions": [ + "2019-11-01-preview", + "2018-09-01-preview" + ], + "locations": [ + "Central US", + "East US", + "East US 2", + "West US", + "West US 2", + "West 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", + "Australia Central 2", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "South Africa West" + ] + }, + "steps": { + "resourceType": "steps", + "apiVersions": [ + "2019-11-01-preview", + "2018-09-01-preview" + ], + "locations": [ + "Central US", + "East US", + "East US 2", + "West US", + "West US 2", + "West 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", + "Australia Central 2", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "South Africa West" + ] + }, + "serviceTopologies": { + "resourceType": "serviceTopologies", + "apiVersions": [ + "2019-11-01-preview", + "2018-09-01-preview" + ], + "locations": [ + "Central US", + "East US", + "East US 2", + "West US", + "West US 2", + "West 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", + "Australia Central 2", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "South Africa West" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2019-11-01-preview", + "2018-09-01-preview" + ], + "locations": [ + "global" + ] + } + } + }, + "Microsoft.Cache": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-06-01", + "2019-07-01", + "2018-03-01", + "2017-10-01", + "2017-02-01", + "2016-04-01", + "2015-08-01", + "2015-03-01", + "2014-04-01-preview", + "2014-04-01-alpha", + "2014-04-01" + ], + "locations": [] + }, + "Redis/privateEndpointConnectionProxies": { + "resourceType": "Redis/privateEndpointConnectionProxies", + "apiVersions": [ + "2020-06-01", + "2019-07-01" + ], + "locations": [ + "North Central US", + "South Central US", + "Central US", + "West Europe", + "North Europe", + "West US", + "East US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast", + "Central India", + "West India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "West US 2", + "West Central US", + "South India", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "Redis": { + "resourceType": "Redis", + "apiVersions": [ + "2020-06-01", + "2019-07-01", + "2018-03-01", + "2017-10-01", + "2017-02-01", + "2016-04-01", + "2015-08-01", + "2015-03-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "North Central US", + "South Central US", + "Central US", + "West Europe", + "North Europe", + "West US", + "East US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast", + "Central India", + "West India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "West US 2", + "West Central US", + "South India", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "Redis/privateEndpointConnectionProxies/validate": { + "resourceType": "Redis/privateEndpointConnectionProxies/validate", + "apiVersions": [ + "2020-06-01", + "2019-07-01" + ], + "locations": [ + "North Central US", + "South Central US", + "Central US", + "West Europe", + "North Europe", + "West US", + "East US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast", + "Central India", + "West India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "West US 2", + "West Central US", + "South India", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-06-01", + "2020-04-01-preview", + "2019-07-01", + "2018-03-01", + "2017-10-01", + "2017-02-01", + "2016-04-01", + "2015-08-01", + "2015-03-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [] + }, + "checkNameAvailability": { + "resourceType": "checkNameAvailability", + "apiVersions": [ + "2020-06-01", + "2019-07-01", + "2018-03-01", + "2017-10-01", + "2017-02-01", + "2016-04-01", + "2015-08-01", + "2015-03-01", + "2014-04-01-preview", + "2014-04-01-alpha", + "2014-04-01" + ], + "locations": [] + }, + "locations/operationsStatus": { + "resourceType": "locations/operationsStatus", + "apiVersions": [ + "2020-04-01-preview" + ], + "locations": [ + "West Europe", + "West US", + "East US 2", + "West US 2" + ] + }, + "Redis/EventGridFilters": { + "resourceType": "Redis/EventGridFilters", + "apiVersions": [ + "2020-06-01", + "2019-07-01", + "2018-03-01", + "2017-10-01", + "2017-02-01", + "2016-04-01", + "2015-08-01", + "2015-03-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "North Central US", + "South Central US", + "Central US", + "West Europe", + "North Europe", + "West US", + "East US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast", + "Central India", + "West India", + "South India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "West US 2", + "West Central US", + "Korea Central", + "Korea South", + "France South", + "France Central", + "Australia Central", + "Australia Central 2", + "South Africa North", + "South Africa West", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany North", + "Germany West Central", + "Norway East", + "Norway West" + ] + }, + "Redis/privateLinkResources": { + "resourceType": "Redis/privateLinkResources", + "apiVersions": [ + "2020-06-01", + "2019-07-01" + ], + "locations": [ + "North Central US", + "South Central US", + "Central US", + "West Europe", + "North Europe", + "West US", + "East US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast", + "Central India", + "West India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "West US 2", + "West Central US", + "South India", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/asyncOperations": { + "resourceType": "locations/asyncOperations", + "apiVersions": [ + "2020-06-01", + "2019-07-01" + ], + "locations": [ + "North Central US", + "South Central US", + "Central US", + "West Europe", + "North Europe", + "West US", + "East US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast", + "Central India", + "West India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "West US 2", + "West Central US", + "South India", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "Redis/privateEndpointConnections": { + "resourceType": "Redis/privateEndpointConnections", + "apiVersions": [ + "2020-06-01", + "2019-07-01" + ], + "locations": [ + "North Central US", + "South Central US", + "Central US", + "West Europe", + "North Europe", + "West US", + "East US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast", + "Central India", + "West India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "West US 2", + "West Central US", + "South India", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/operationResults": { + "resourceType": "locations/operationResults", + "apiVersions": [ + "2020-06-01", + "2019-07-01", + "2018-03-01", + "2017-10-01", + "2017-02-01", + "2016-04-01", + "2015-08-01", + "2015-03-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "North Central US", + "South Central US", + "Central US", + "West Europe", + "North Europe", + "West US", + "East US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast", + "Central India", + "West India", + "South India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "West US 2", + "West Central US", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + } + } + }, + "Microsoft.Maps": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-02-01-preview", + "2018-05-01", + "2017-01-01-preview" + ], + "locations": [] + }, + "accounts/privateAtlases": { + "resourceType": "accounts/privateAtlases", + "apiVersions": [ + "2020-02-01-preview" + ], + "locations": [ + "United States" + ] + }, + "accounts/eventGridFilters": { + "resourceType": "accounts/eventGridFilters", + "apiVersions": [ + "2020-02-01-preview", + "2018-05-01" + ], + "locations": [] + }, + "accounts": { + "resourceType": "accounts", + "apiVersions": [ + "2020-02-01-preview", + "2018-05-01", + "2017-01-01-preview" + ], + "locations": [ + "Global" + ] + } + } + }, + "Wandisco.Fusion": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2019-09-01-preview" + ], + "locations": [] + }, + "Locations": { + "resourceType": "Locations", + "apiVersions": [ + "2019-09-01-preview" + ], + "locations": [ + "East US" + ] + }, + "Locations/operationStatuses": { + "resourceType": "Locations/operationStatuses", + "apiVersions": [ + "2019-09-01-preview" + ], + "locations": [ + "East Asia", + "East US", + "East US 2 EUAP", + "North Europe", + "Southeast Asia", + "West Europe", + "West Central US", + "West US", + "West US 2" + ] + }, + "registeredSubscriptions": { + "resourceType": "registeredSubscriptions", + "apiVersions": [ + "2019-09-01-preview" + ], + "locations": [] + } + } + }, + "Microsoft.IoTCentral": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2018-09-01", + "2017-07-01-privatepreview" + ], + "locations": [] + }, + "checkNameAvailability": { + "resourceType": "checkNameAvailability", + "apiVersions": [ + "2018-09-01", + "2017-07-01-privatepreview" + ], + "locations": [] + }, + "appTemplates": { + "resourceType": "appTemplates", + "apiVersions": [ + "2018-09-01" + ], + "locations": [] + }, + "checkSubdomainAvailability": { + "resourceType": "checkSubdomainAvailability", + "apiVersions": [ + "2018-09-01" + ], + "locations": [] + }, + "IoTApps": { + "resourceType": "IoTApps", + "apiVersions": [ + "2018-09-01", + "2017-07-01-privatepreview" + ], + "locations": [ + "West Europe", + "West US", + "East US 2", + "North Europe", + "East US", + "Central US", + "West Central US", + "Australia", + "Asia Pacific", + "Europe", + "Japan", + "UK", + "United States" + ] + } + } + }, + "Microsoft.ClassicInfrastructureMigrate": { + "types": { + "classicInfrastructureResources": { + "resourceType": "classicInfrastructureResources", + "apiVersions": [ + "2015-06-15" + ], + "locations": [ + "East Asia", + "Southeast Asia", + "East US", + "East US 2", + "West US", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "West Europe", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "West India", + "South India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "Germany North", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "South Africa West", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North" + ] + } + } + }, + "Microsoft.AnalysisServices": { + "types": { + "locations/checkNameAvailability": { + "resourceType": "locations/checkNameAvailability", + "apiVersions": [ + "2017-08-01-beta", + "2017-08-01", + "2017-07-14", + "2016-05-16" + ], + "locations": [ + "West US", + "North Europe", + "South Central US", + "West Europe", + "West Central US", + "Southeast Asia", + "East US 2", + "North Central US", + "Brazil South", + "Canada Central", + "Australia Southeast", + "Japan East", + "UK South", + "West India", + "West US 2", + "Central US", + "East US", + "Australia East" + ] + }, + "servers": { + "resourceType": "servers", + "apiVersions": [ + "2017-08-01-beta", + "2017-08-01", + "2017-07-14", + "2016-05-16" + ], + "locations": [ + "West US", + "North Europe", + "South Central US", + "West Europe", + "West Central US", + "Southeast Asia", + "East US 2", + "North Central US", + "Brazil South", + "Canada Central", + "Australia Southeast", + "Japan East", + "UK South", + "West India", + "West US 2", + "Central US", + "East US", + "Australia East" + ] + }, + "locations/operationstatuses": { + "resourceType": "locations/operationstatuses", + "apiVersions": [ + "2017-08-01-beta", + "2017-08-01", + "2017-07-14", + "2016-05-16" + ], + "locations": [ + "West US", + "North Europe", + "South Central US", + "West Europe", + "West Central US", + "Southeast Asia", + "East US 2", + "North Central US", + "Brazil South", + "Canada Central", + "Australia Southeast", + "Japan East", + "UK South", + "West India", + "West US 2", + "Central US", + "East US", + "Australia East" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2017-08-01-beta", + "2017-08-01", + "2017-07-14", + "2016-05-16" + ], + "locations": [] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2017-08-01-beta", + "2017-08-01", + "2017-07-14", + "2016-05-16" + ], + "locations": [ + "East US 2", + "West Central US", + "West US 2" + ] + }, + "locations/operationresults": { + "resourceType": "locations/operationresults", + "apiVersions": [ + "2017-08-01-beta", + "2017-08-01", + "2017-07-14", + "2016-05-16" + ], + "locations": [ + "West US", + "North Europe", + "South Central US", + "West Europe", + "West Central US", + "Southeast Asia", + "East US 2", + "North Central US", + "Brazil South", + "Canada Central", + "Australia Southeast", + "Japan East", + "UK South", + "West India", + "West US 2", + "Central US", + "East US", + "Australia East" + ] + } + } + }, + "microsoft.visualstudio": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2014-04-01-preview", + "2014-02-26" + ], + "locations": [ + "North Central US", + "South Central US", + "West Central US", + "East US", + "East US 2", + "West US", + "Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "West India", + "Central India", + "South India", + "West US 2", + "Canada Central", + "UK South" + ] + }, + "checkNameAvailability": { + "resourceType": "checkNameAvailability", + "apiVersions": [ + "2014-04-01-preview" + ], + "locations": [ + "North Central US", + "South Central US", + "West Central US", + "East US", + "East US 2", + "West US", + "Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "West India", + "Central India", + "South India", + "West US 2", + "Canada Central", + "UK South" + ] + }, + "account": { + "resourceType": "account", + "apiVersions": [ + "2014-04-01-preview", + "2014-02-26" + ], + "locations": [ + "North Central US", + "South Central US", + "West Central US", + "East US", + "East US 2", + "West US", + "Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "West India", + "Central India", + "South India", + "West US 2", + "Canada Central", + "UK South" + ] + }, + "account/extension": { + "resourceType": "account/extension", + "apiVersions": [ + "2014-04-01-preview", + "2014-02-26" + ], + "locations": [ + "North Central US", + "South Central US", + "West Central US", + "East US", + "East US 2", + "West US", + "Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "West India", + "Central India", + "South India", + "West US 2", + "Canada Central", + "UK South" + ] + }, + "account/project": { + "resourceType": "account/project", + "apiVersions": [ + "2014-04-01-preview", + "2014-02-26" + ], + "locations": [ + "East Asia", + "Southeast Asia", + "Australia East", + "Brazil South", + "Canada Central", + "Japan East", + "Japan West", + "North Europe", + "West Europe", + "West India", + "Central India", + "South India", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West Central US", + "UK South", + "West US", + "West US 2" + ] + } + } + }, + "Microsoft.OperationalInsights": { + "types": { + "workspaces/linkedStorageAccounts": { + "resourceType": "workspaces/linkedStorageAccounts", + "apiVersions": [ + "2020-08-01", + "2020-03-01-preview", + "2019-08-01-preview" + ], + "locations": [ + "East US", + "West Europe", + "Southeast Asia", + "Australia Southeast", + "West Central US", + "Japan East", + "UK South", + "Central India", + "Canada Central", + "West US 2", + "Australia Central", + "Australia East", + "France Central", + "Korea Central", + "North Europe", + "Central US", + "East Asia", + "East US 2", + "South Central US", + "North Central US", + "West US", + "UK West", + "South Africa North", + "Brazil South", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Australia Central 2", + "UAE Central" + ] + }, + "workspaces": { + "resourceType": "workspaces", + "apiVersions": [ + "2020-08-01", + "2020-03-01-preview", + "2017-04-26-preview", + "2017-03-15-preview", + "2017-03-03-preview", + "2017-01-01-preview", + "2015-11-01-preview", + "2015-03-20" + ], + "locations": [ + "East US", + "West Europe", + "Southeast Asia", + "Australia Southeast", + "West Central US", + "Japan East", + "UK South", + "Central India", + "Canada Central", + "West US 2", + "Australia Central", + "Australia East", + "France Central", + "Korea Central", + "North Europe", + "Central US", + "East Asia", + "East US 2", + "South Central US", + "North Central US", + "West US", + "UK West", + "South Africa North", + "Brazil South", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Australia Central 2", + "UAE Central" + ] + }, + "workspaces/dataSources": { + "resourceType": "workspaces/dataSources", + "apiVersions": [ + "2020-08-01", + "2020-03-01-preview", + "2015-11-01-preview" + ], + "locations": [ + "East US", + "West Europe", + "Southeast Asia", + "Australia Southeast", + "West Central US", + "Japan East", + "UK South", + "Central India", + "Canada Central", + "West US 2", + "Australia Central", + "Australia East", + "France Central", + "Korea Central", + "North Europe", + "Central US", + "East Asia", + "East US 2", + "South Central US", + "North Central US", + "West US", + "UK West", + "South Africa North", + "Brazil South", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Australia Central 2", + "UAE Central" + ] + }, + "storageInsightConfigs": { + "resourceType": "storageInsightConfigs", + "apiVersions": [ + "2020-08-01", + "2020-03-01-preview", + "2014-10-10" + ], + "locations": [] + }, + "workspaces/linkedServices": { + "resourceType": "workspaces/linkedServices", + "apiVersions": [ + "2020-08-01", + "2020-03-01-preview", + "2019-08-01-preview", + "2015-11-01-preview" + ], + "locations": [ + "East US", + "West Europe", + "Southeast Asia", + "Australia Southeast", + "West Central US", + "Japan East", + "UK South", + "Central India", + "Canada Central", + "West US 2", + "Australia Central", + "Australia East", + "France Central", + "Korea Central", + "North Europe", + "Central US", + "East Asia", + "East US 2", + "South Central US", + "North Central US", + "West US", + "UK West", + "South Africa North", + "Brazil South", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Australia Central 2", + "UAE Central" + ] + }, + "workspaces/metadata": { + "resourceType": "workspaces/metadata", + "apiVersions": [ + "2017-10-01" + ], + "locations": [] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-08-01", + "2020-03-01-preview", + "2015-11-01-preview", + "2014-11-10" + ], + "locations": [] + }, + "locations/operationStatuses": { + "resourceType": "locations/operationStatuses", + "apiVersions": [ + "2020-08-01", + "2020-03-01-preview", + "2019-08-01-preview", + "2017-04-26-preview", + "2017-03-15-preview", + "2017-03-03-preview", + "2017-01-01-preview", + "2015-11-01-preview", + "2015-03-20" + ], + "locations": [ + "East US", + "West Europe", + "Southeast Asia", + "Australia Southeast", + "West Central US", + "Japan East", + "UK South", + "Central India", + "Canada Central", + "West US 2", + "Australia Central", + "Australia East", + "France Central", + "Korea Central", + "North Europe", + "Central US", + "East Asia", + "East US 2", + "South Central US", + "North Central US", + "West US", + "UK West", + "South Africa North", + "Brazil South", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Australia Central 2", + "UAE Central" + ] + }, + "linkTargets": { + "resourceType": "linkTargets", + "apiVersions": [ + "2020-03-01-preview", + "2015-03-20" + ], + "locations": [ + "East US" + ] + }, + "deletedWorkspaces": { + "resourceType": "deletedWorkspaces", + "apiVersions": [ + "2020-08-01", + "2020-03-01-preview" + ], + "locations": [ + "East US", + "West Europe", + "Southeast Asia", + "Australia Southeast", + "West Central US", + "Japan East", + "UK South", + "Central India", + "Canada Central", + "West US 2", + "Australia Central", + "Australia East", + "France Central", + "Korea Central", + "North Europe", + "Central US", + "East Asia", + "East US 2", + "South Central US", + "North Central US", + "West US", + "UK West", + "South Africa North", + "Brazil South", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Australia Central 2", + "UAE Central" + ] + }, + "workspaces/scopedPrivateLinkProxies": { + "resourceType": "workspaces/scopedPrivateLinkProxies", + "apiVersions": [ + "2020-03-01-preview", + "2019-08-01-preview", + "2015-11-01-preview" + ], + "locations": [ + "East US", + "West Europe", + "Southeast Asia", + "Australia Southeast", + "West Central US", + "Japan East", + "UK South", + "Central India", + "Canada Central", + "West US 2", + "Australia Central", + "Australia East", + "France Central", + "Korea Central", + "North Europe", + "Central US", + "East Asia", + "East US 2", + "South Central US", + "North Central US", + "West US", + "UK West", + "South Africa North", + "Brazil South", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Australia Central 2", + "UAE Central" + ] + }, + "workspaces/query": { + "resourceType": "workspaces/query", + "apiVersions": [ + "2017-10-01" + ], + "locations": [] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-08-01", + "2020-03-01-preview", + "2019-08-01-preview", + "2017-04-26-preview", + "2017-03-15-preview", + "2017-03-03-preview", + "2017-01-01-preview", + "2015-11-01-preview", + "2015-03-20" + ], + "locations": [] + } + } + }, + "Microsoft.MarketplaceOrdering": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2015-06-01" + ], + "locations": [] + }, + "offertypes": { + "resourceType": "offertypes", + "apiVersions": [ + "2015-06-01" + ], + "locations": [ + "South Central US", + "West US" + ] + }, + "agreements": { + "resourceType": "agreements", + "apiVersions": [ + "2015-06-01" + ], + "locations": [ + "South Central US", + "West US" + ] + } + } + }, + "Microsoft.ProviderHub": { + "types": { + "rollouts": { + "resourceType": "rollouts", + "apiVersions": [ + "2020-06-01-preview", + "2019-02-01-preview" + ], + "locations": [] + }, + "providerRegistrations/resourceTypeRegistrations": { + "resourceType": "providerRegistrations/resourceTypeRegistrations", + "apiVersions": [ + "2020-06-01-preview", + "2019-02-01-preview" + ], + "locations": [] + }, + "availableAccounts": { + "resourceType": "availableAccounts", + "apiVersions": [ + "2020-06-01-preview", + "2019-02-01-preview", + "2018-11-01-preview" + ], + "locations": [] + }, + "providerRegistrations": { + "resourceType": "providerRegistrations", + "apiVersions": [ + "2020-06-01-preview", + "2019-02-01-preview" + ], + "locations": [] + }, + "providerRegistrations/defaultRollouts": { + "resourceType": "providerRegistrations/defaultRollouts", + "apiVersions": [ + "2020-06-01-preview", + "2019-02-01-preview" + ], + "locations": [] + }, + "operationStatuses": { + "resourceType": "operationStatuses", + "apiVersions": [ + "2020-06-01-preview", + "2019-10-01", + "2019-02-01-preview" + ], + "locations": [] + } + } + }, + "Microsoft.PowerBIDedicated": { + "types": { + "locations/checkNameAvailability": { + "resourceType": "locations/checkNameAvailability", + "apiVersions": [ + "2017-10-01", + "2017-01-01-preview" + ], + "locations": [ + "Australia Southeast", + "Brazil South", + "Canada Central", + "UAE North", + "UAE Central", + "Germany West Central", + "Germany North", + "France Central", + "France South", + "Korea Central", + "Korea South", + "Japan West", + "Switzerland North", + "Switzerland West", + "Canada East", + "UK West", + "Central US", + "Central India", + "Australia East", + "East Asia", + "East US", + "East US 2", + "West India", + "Japan East", + "West Central US", + "North Central US", + "North Europe", + "South Africa North", + "South Central US", + "Southeast Asia", + "South Africa West", + "UK South", + "West Europe", + "West US", + "West US 2" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2017-01-01-preview" + ], + "locations": [] + }, + "capacities": { + "resourceType": "capacities", + "apiVersions": [ + "2017-10-01", + "2017-01-01-preview" + ], + "locations": [ + "Australia Southeast", + "Brazil South", + "Canada Central", + "UAE North", + "UAE Central", + "Germany West Central", + "Germany North", + "France Central", + "France South", + "Korea Central", + "Korea South", + "Japan West", + "South Africa North", + "Switzerland North", + "Switzerland West", + "Canada East", + "South Africa West", + "UK West", + "Central US", + "Central India", + "Australia East", + "East Asia", + "East US", + "East US 2", + "West India", + "Japan East", + "West Central US", + "North Central US", + "North Europe", + "South Central US", + "Southeast Asia", + "UK South", + "West Europe", + "West US", + "West US 2" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2018-09-01-preview", + "2017-10-01", + "2017-01-01-preview" + ], + "locations": [ + "East US 2" + ] + }, + "locations/operationstatuses": { + "resourceType": "locations/operationstatuses", + "apiVersions": [ + "2017-10-01", + "2017-01-01-preview" + ], + "locations": [ + "Australia Southeast", + "Brazil South", + "Canada Central", + "UAE North", + "UAE Central", + "Germany West Central", + "Germany North", + "France Central", + "France South", + "Korea Central", + "Korea South", + "Japan West", + "Switzerland North", + "Switzerland West", + "Canada East", + "UK West", + "Central US", + "Central India", + "Australia East", + "East Asia", + "East US", + "East US 2", + "West India", + "Japan East", + "West Central US", + "North Central US", + "North Europe", + "South Central US", + "Southeast Asia", + "UK South", + "West Europe", + "West US", + "West US 2", + "South Africa North", + "South Africa West" + ] + }, + "locations/operationresults": { + "resourceType": "locations/operationresults", + "apiVersions": [ + "2017-10-01", + "2017-01-01-preview" + ], + "locations": [ + "Australia Southeast", + "Brazil South", + "Canada Central", + "UAE North", + "UAE Central", + "Germany West Central", + "Germany North", + "France Central", + "France South", + "Korea Central", + "Korea South", + "Japan West", + "Switzerland North", + "Switzerland West", + "Canada East", + "UK West", + "Central US", + "Central India", + "Australia East", + "East Asia", + "East US", + "East US 2", + "West India", + "Japan East", + "West Central US", + "North Central US", + "North Europe", + "South Central US", + "Southeast Asia", + "UK South", + "West Europe", + "West US", + "South Africa North", + "South Africa West", + "West US 2" + ] + } + } + }, + "Microsoft.DevSpaces": { + "types": { + "locations/checkContainerHostMapping": { + "resourceType": "locations/checkContainerHostMapping", + "apiVersions": [ + "2019-04-01" + ], + "locations": [ + "East US", + "Canada East", + "West Europe", + "Canada Central", + "Central US", + "West US 2", + "West Central US", + "Southeast Asia", + "East US 2", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East Asia", + "Japan East", + "Australia SouthEast" + ] + }, + "controllers": { + "resourceType": "controllers", + "apiVersions": [ + "2019-04-01" + ], + "locations": [ + "East US", + "Canada East", + "West Europe", + "Canada Central", + "Central US", + "West US 2", + "West Central US", + "Southeast Asia", + "East US 2", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East Asia", + "Japan East", + "Australia SouthEast" + ] + }, + "controllers/listConnectionDetails": { + "resourceType": "controllers/listConnectionDetails", + "apiVersions": [ + "2019-04-01" + ], + "locations": [ + "East US", + "Canada East", + "West Europe", + "Canada Central", + "Central US", + "West US 2", + "West Central US", + "Southeast Asia", + "East US 2", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East Asia", + "Japan East", + "Australia SouthEast" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2019-04-01" + ], + "locations": [ + "East US", + "Canada East", + "West Europe", + "Canada Central", + "Central US", + "West US 2", + "West Central US", + "Southeast Asia", + "East US 2", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East Asia", + "Japan East", + "Australia SouthEast" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-05-01", + "2019-04-01" + ], + "locations": [ + "East US", + "Canada East", + "West Europe", + "Canada Central", + "Central US", + "West US 2", + "West Central US", + "Southeast Asia", + "East US 2", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East Asia", + "Japan East", + "Australia SouthEast" + ] + }, + "locations/operationresults": { + "resourceType": "locations/operationresults", + "apiVersions": [ + "2019-04-01" + ], + "locations": [ + "East US", + "Canada East", + "West Europe", + "Canada Central", + "Central US", + "West US 2", + "West Central US", + "Southeast Asia", + "East US 2", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East Asia", + "Japan East", + "Australia SouthEast" + ] + } + } + }, + "Microsoft.Devices": { + "types": { + "checkProvisioningServiceNameAvailability": { + "resourceType": "checkProvisioningServiceNameAvailability", + "apiVersions": [ + "2020-03-01", + "2020-01-01", + "2018-01-22", + "2017-11-15", + "2017-08-21-preview" + ], + "locations": [] + }, + "ProvisioningServices": { + "resourceType": "ProvisioningServices", + "apiVersions": [ + "2020-03-01", + "2020-01-01", + "2018-01-22", + "2017-11-15", + "2017-08-21-preview" + ], + "locations": [ + "East US", + "West US", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast", + "Japan West", + "Japan East", + "UK West", + "UK South", + "East US 2", + "Central US", + "West US 2", + "West Central US", + "North Central US", + "South Central US" + ] + }, + "operationResults": { + "resourceType": "operationResults", + "apiVersions": [ + "2020-07-10-preview", + "2020-06-15", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-11-04", + "2019-09-01", + "2019-07-01-preview", + "2019-03-22-preview", + "2019-03-22", + "2018-12-01-preview", + "2018-04-01-preview", + "2018-04-01", + "2018-01-22-preview", + "2018-01-22", + "2017-11-15", + "2017-09-25-preview", + "2017-08-21-preview", + "2017-07-01", + "2017-01-19", + "2016-02-03", + "2015-08-15-preview" + ], + "locations": [] + }, + "checkNameAvailability": { + "resourceType": "checkNameAvailability", + "apiVersions": [ + "2020-07-10-preview", + "2020-06-15", + "2020-04-01", + "2020-03-01", + "2019-11-04", + "2019-07-01-preview", + "2019-03-22-preview", + "2019-03-22", + "2018-12-01-preview", + "2018-04-01", + "2018-01-22", + "2017-07-01", + "2017-01-19", + "2016-02-03", + "2015-08-15-preview" + ], + "locations": [] + }, + "IotHubs/eventGridFilters": { + "resourceType": "IotHubs/eventGridFilters", + "apiVersions": [ + "2018-07-31", + "2018-01-15-preview" + ], + "locations": [ + "West US", + "East US", + "West US 2", + "West Central US", + "East US 2", + "Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "UK South", + "UK West", + "South India", + "Central India", + "Canada Central", + "Canada East", + "Brazil South", + "South Central US", + "Korea South", + "Korea Central", + "France Central", + "North Central US" + ] + }, + "IotHubs": { + "resourceType": "IotHubs", + "apiVersions": [ + "2020-07-10-preview", + "2020-06-15", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-11-04", + "2019-07-01-preview", + "2019-03-22-preview", + "2019-03-22", + "2018-12-01-preview", + "2018-04-01-preview", + "2018-04-01", + "2018-01-22", + "2017-07-01", + "2017-01-19", + "2016-02-03", + "2015-08-15-preview" + ], + "locations": [ + "West US", + "North Europe", + "East Asia", + "East US", + "West Europe", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "West US 2", + "West Central US", + "East US 2", + "Central US", + "UK South", + "UK West", + "South India", + "Central India", + "Canada Central", + "Canada East", + "Brazil South", + "South Central US", + "Korea South", + "Korea Central", + "France Central", + "North Central US" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-07-10-preview", + "2020-06-15", + "2020-04-01", + "2020-03-01", + "2019-11-04", + "2019-07-01-preview", + "2019-03-22-preview", + "2019-03-22", + "2018-12-01-preview", + "2018-04-01", + "2018-01-22", + "2017-07-01", + "2017-01-19", + "2016-02-03", + "2015-08-15-preview" + ], + "locations": [] + }, + "usages": { + "resourceType": "usages", + "apiVersions": [ + "2020-07-10-preview", + "2020-06-15", + "2020-04-01", + "2020-03-01", + "2019-11-04", + "2019-07-01-preview", + "2019-03-22-preview", + "2019-03-22", + "2018-12-01-preview", + "2018-04-01", + "2018-01-22", + "2017-07-01", + "2017-01-19", + "2016-02-03", + "2015-08-15-preview" + ], + "locations": [] + }, + "IotHubs/securitySettings": { + "resourceType": "IotHubs/securitySettings", + "apiVersions": [ + "2019-09-01" + ], + "locations": [ + "West US", + "North Europe", + "East Asia", + "East US", + "West Europe", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "West US 2", + "West Central US", + "East US 2", + "Central US", + "UK South", + "UK West", + "South India", + "Central India", + "Canada Central", + "Canada East", + "Brazil South", + "South Central US", + "Korea South", + "Korea Central", + "France Central", + "North Central US" + ] + } + } + }, + "LiveArena.Broadcast": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2016-06-15" + ], + "locations": [] + }, + "listCommunicationPreference": { + "resourceType": "listCommunicationPreference", + "apiVersions": [ + "2016-06-15" + ], + "locations": [] + }, + "updateCommunicationPreference": { + "resourceType": "updateCommunicationPreference", + "apiVersions": [ + "2016-06-15" + ], + "locations": [] + }, + "services": { + "resourceType": "services", + "apiVersions": [ + "2016-06-15" + ], + "locations": [ + "West US", + "North Europe", + "Japan West", + "Japan East", + "East Asia", + "West Europe", + "East US", + "Southeast Asia", + "Central US" + ] + } + } + }, + "Microsoft.Automanage": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-06-30-preview" + ], + "locations": [ + "Central US", + "East US 2", + "East US", + "North Central US", + "South Central US", + "West US 2", + "West Central US", + "West US" + ] + }, + "configurationProfileAssignments": { + "resourceType": "configurationProfileAssignments", + "apiVersions": [ + "2020-06-30-preview" + ], + "locations": [ + "East US", + "West US 2", + "West Central US", + "West Europe", + "Canada Central" + ] + }, + "configurationProfilePreferences": { + "resourceType": "configurationProfilePreferences", + "apiVersions": [ + "2020-06-30-preview" + ], + "locations": [ + "Central US", + "East US 2", + "East US", + "North Central US", + "South Central US", + "West US 2", + "West Central US", + "West US", + "West Europe", + "North Europe", + "Canada Central" + ] + }, + "accounts": { + "resourceType": "accounts", + "apiVersions": [ + "2020-06-30-preview" + ], + "locations": [ + "Central US", + "East US 2", + "East US", + "North Central US", + "South Central US", + "West US 2", + "West Central US", + "West US", + "West Europe", + "North Europe", + "Canada Central" + ] + } + } + }, + "Microsoft.PowerPlatform": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-04-01" + ], + "locations": [] + } + } + }, + "Microsoft.HDInsight": { + "types": { + "locations/azureasyncoperations": { + "resourceType": "locations/azureasyncoperations", + "apiVersions": [ + "2018-06-01-preview", + "2015-03-01-preview" + ], + "locations": [ + "East US 2", + "South Central US", + "Australia Southeast", + "Central India", + "West Central US", + "West US 2", + "Canada East", + "Canada Central", + "Brazil South", + "UK South", + "UK West", + "East Asia", + "Australia East", + "Japan East", + "Japan West", + "North Europe", + "West Europe", + "North Central US", + "Central US", + "Southeast Asia", + "East US", + "Korea South", + "Korea Central", + "West US", + "South India", + "France Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "South Africa North", + "Germany West Central" + ] + }, + "clusters": { + "resourceType": "clusters", + "apiVersions": [ + "2018-06-01-preview", + "2015-03-01-preview" + ], + "locations": [ + "East US 2", + "South Central US", + "Australia Southeast", + "Central India", + "West Central US", + "West US 2", + "Canada East", + "Canada Central", + "Brazil South", + "UK South", + "UK West", + "East Asia", + "Australia East", + "Japan East", + "Japan West", + "North Europe", + "West Europe", + "North Central US", + "Central US", + "Southeast Asia", + "East US", + "Korea South", + "Korea Central", + "West US", + "South India", + "France Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "South Africa North", + "Germany West Central" + ] + }, + "clusters/applications": { + "resourceType": "clusters/applications", + "apiVersions": [ + "2018-06-01-preview", + "2015-03-01-preview" + ], + "locations": [ + "East US 2", + "South Central US", + "Australia Southeast", + "Central India", + "West Central US", + "West US 2", + "Canada East", + "Canada Central", + "Brazil South", + "UK South", + "UK West", + "East Asia", + "Australia East", + "Japan East", + "Japan West", + "North Europe", + "West Europe", + "North Central US", + "Central US", + "Southeast Asia", + "East US", + "Korea South", + "Korea Central", + "West US", + "South India", + "France Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "South Africa North", + "Germany West Central" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2018-06-01-preview", + "2015-03-01-preview" + ], + "locations": [ + "East Asia", + "Southeast Asia", + "East US", + "East US 2", + "West US", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "West Europe", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Brazil South", + "Central India" + ] + }, + "locations/validateCreateRequest": { + "resourceType": "locations/validateCreateRequest", + "apiVersions": [ + "2018-06-01-preview", + "2015-03-01-preview" + ], + "locations": [ + "East US 2", + "South Central US", + "Australia Southeast", + "Central India", + "West Central US", + "West US 2", + "Canada East", + "Canada Central", + "Brazil South", + "UK South", + "UK West", + "East Asia", + "Australia East", + "Japan East", + "Japan West", + "North Europe", + "West Europe", + "North Central US", + "Central US", + "Southeast Asia", + "East US", + "Korea South", + "Korea Central", + "West US", + "South India", + "France Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "South Africa North", + "Germany West Central" + ] + }, + "clusters/operationresults": { + "resourceType": "clusters/operationresults", + "apiVersions": [ + "2018-06-01-preview", + "2015-03-01-preview" + ], + "locations": [ + "East US 2", + "South Central US", + "Australia Southeast", + "Central India", + "West Central US", + "West US 2", + "Canada East", + "Canada Central", + "Brazil South", + "UK South", + "UK West", + "East Asia", + "Australia East", + "Japan East", + "Japan West", + "North Europe", + "West Europe", + "North Central US", + "Central US", + "Southeast Asia", + "East US", + "Korea South", + "Korea Central", + "West US", + "South India", + "France Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "South Africa North", + "Germany West Central" + ] + }, + "locations/billingSpecs": { + "resourceType": "locations/billingSpecs", + "apiVersions": [ + "2018-06-01-preview", + "2015-03-01-preview" + ], + "locations": [ + "East US 2", + "South Central US", + "Australia Southeast", + "Central India", + "West Central US", + "West US 2", + "Canada East", + "Canada Central", + "Brazil South", + "UK South", + "UK West", + "East Asia", + "Australia East", + "Japan East", + "Japan West", + "North Europe", + "West Europe", + "North Central US", + "Central US", + "Southeast Asia", + "East US", + "Korea South", + "Korea Central", + "West US", + "South India", + "France Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "South Africa North", + "Germany West Central" + ] + }, + "locations/capabilities": { + "resourceType": "locations/capabilities", + "apiVersions": [ + "2018-06-01-preview", + "2015-03-01-preview" + ], + "locations": [ + "East US 2", + "South Central US", + "Australia Southeast", + "Central India", + "West Central US", + "West US 2", + "Canada East", + "Canada Central", + "Brazil South", + "UK South", + "UK West", + "East Asia", + "Australia East", + "Japan East", + "Japan West", + "North Europe", + "West Europe", + "North Central US", + "Central US", + "Southeast Asia", + "East US", + "Korea South", + "Korea Central", + "West US", + "South India", + "France Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "South Africa North", + "Germany West Central" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2018-06-01-preview", + "2015-03-01-preview" + ], + "locations": [ + "East Asia", + "Southeast Asia", + "East US", + "East US 2", + "West US", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "West Europe", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India" + ] + }, + "locations/usages": { + "resourceType": "locations/usages", + "apiVersions": [ + "2018-06-01-preview", + "2015-03-01-preview" + ], + "locations": [ + "East US 2", + "South Central US", + "Australia Southeast", + "Central India", + "West Central US", + "West US 2", + "Canada East", + "Canada Central", + "Brazil South", + "UK South", + "UK West", + "East Asia", + "Australia East", + "Japan East", + "Japan West", + "North Europe", + "West Europe", + "North Central US", + "Central US", + "Southeast Asia", + "East US", + "Korea South", + "Korea Central", + "West US", + "South India", + "France Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "South Africa North", + "Germany West Central" + ] + }, + "locations/operationresults": { + "resourceType": "locations/operationresults", + "apiVersions": [ + "2018-06-01-preview", + "2015-03-01-preview" + ], + "locations": [ + "East US 2", + "South Central US", + "Australia Southeast", + "Central India", + "West Central US", + "West US 2", + "Canada East", + "Canada Central", + "Brazil South", + "UK South", + "UK West", + "East Asia", + "Australia East", + "Japan East", + "Japan West", + "North Europe", + "West Europe", + "North Central US", + "Central US", + "Southeast Asia", + "East US", + "Korea South", + "Korea Central", + "West US", + "South India", + "France Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "South Africa North", + "Germany West Central" + ] + } + } + }, + "Microsoft.RecoveryServices": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-02-02-preview", + "2020-02-02", + "2019-06-15", + "2019-05-13-preview", + "2019-05-13", + "2018-07-10-preview", + "2018-07-10", + "2018-01-10", + "2017-09-01", + "2017-07-01-preview", + "2017-07-01", + "2016-12-01", + "2016-08-10", + "2016-06-01", + "2015-12-15", + "2015-12-10", + "2015-11-10", + "2015-08-15", + "2015-08-10", + "2015-06-10", + "2015-03-15" + ], + "locations": [] + }, + "locations/backupStatus": { + "resourceType": "locations/backupStatus", + "apiVersions": [ + "2017-07-01", + "2016-06-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "Brazil South", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Central US", + "East US 2", + "Central India", + "South India", + "West India", + "West Central US", + "Canada Central", + "Canada East", + "West US 2", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/allocateStamp": { + "resourceType": "locations/allocateStamp", + "apiVersions": [ + "2016-06-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "Brazil South", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Central US", + "East US 2", + "Central India", + "South India", + "West India", + "West Central US", + "Canada Central", + "Canada East", + "West US 2", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/backupAadProperties": { + "resourceType": "locations/backupAadProperties", + "apiVersions": [ + "2018-12-20-preview" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "Brazil South", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Central US", + "East US 2", + "Central India", + "South India", + "West India", + "West Central US", + "Canada Central", + "Canada East", + "West US 2", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/checkNameAvailability": { + "resourceType": "locations/checkNameAvailability", + "apiVersions": [ + "2018-01-10" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "Brazil South", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Central US", + "East US 2", + "Central India", + "South India", + "West India", + "West Central US", + "Canada Central", + "Canada East", + "West US 2", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/backupCrrOperationsStatus": { + "resourceType": "locations/backupCrrOperationsStatus", + "apiVersions": [ + "2018-12-20-preview" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "Brazil South", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Central US", + "East US 2", + "Central India", + "South India", + "West India", + "West Central US", + "Canada Central", + "Canada East", + "West US 2", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "vaults": { + "resourceType": "vaults", + "apiVersions": [ + "2020-02-02-preview", + "2020-02-02", + "2019-06-15", + "2019-05-13-preview", + "2019-05-13", + "2018-12-20-preview", + "2018-07-10-preview", + "2018-07-10", + "2018-01-10", + "2017-07-01-preview", + "2017-07-01", + "2016-12-01", + "2016-08-10", + "2016-06-01", + "2016-05-01", + "2015-12-15", + "2015-12-10", + "2015-11-10", + "2015-08-15", + "2015-08-10", + "2015-06-10", + "2015-03-15" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "Brazil South", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Central US", + "East US 2", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/backupValidateFeatures": { + "resourceType": "locations/backupValidateFeatures", + "apiVersions": [ + "2017-07-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "Brazil South", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Central US", + "East US 2", + "Central India", + "South India", + "West India", + "West Central US", + "Canada Central", + "Canada East", + "West US 2", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/backupCrossRegionRestore": { + "resourceType": "locations/backupCrossRegionRestore", + "apiVersions": [ + "2018-12-20-preview" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "Brazil South", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Central US", + "East US 2", + "Central India", + "South India", + "West India", + "West Central US", + "Canada Central", + "Canada East", + "West US 2", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "replicationEligibilityResults": { + "resourceType": "replicationEligibilityResults", + "apiVersions": [ + "2018-07-10" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "Brazil South", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Central US", + "East US 2", + "Central India", + "South India", + "West India", + "West Central US", + "Canada Central", + "Canada East", + "West US 2", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/backupCrrJobs": { + "resourceType": "locations/backupCrrJobs", + "apiVersions": [ + "2018-12-20-preview" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "Brazil South", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Central US", + "East US 2", + "Central India", + "South India", + "West India", + "West Central US", + "Canada Central", + "Canada East", + "West US 2", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/backupCrrOperationResults": { + "resourceType": "locations/backupCrrOperationResults", + "apiVersions": [ + "2018-12-20-preview" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "Brazil South", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Central US", + "East US 2", + "Central India", + "South India", + "West India", + "West Central US", + "Canada Central", + "Canada East", + "West US 2", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/backupPreValidateProtection": { + "resourceType": "locations/backupPreValidateProtection", + "apiVersions": [ + "2017-07-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "Brazil South", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Central US", + "East US 2", + "Central India", + "South India", + "West India", + "West Central US", + "Canada Central", + "Canada East", + "West US 2", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/allocatedStamp": { + "resourceType": "locations/allocatedStamp", + "apiVersions": [ + "2016-06-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "Brazil South", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Central US", + "East US 2", + "Central India", + "South India", + "West India", + "West Central US", + "Canada Central", + "Canada East", + "West US 2", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/backupCrrJob": { + "resourceType": "locations/backupCrrJob", + "apiVersions": [ + "2018-12-20-preview" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "Brazil South", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Central US", + "East US 2", + "Central India", + "South India", + "West India", + "West Central US", + "Canada Central", + "Canada East", + "West US 2", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2017-07-01", + "2016-06-01" + ], + "locations": [] + }, + "backupProtectedItems": { + "resourceType": "backupProtectedItems", + "apiVersions": [ + "2017-07-01-preview" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "Brazil South", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Central US", + "East US 2", + "Central India", + "South India", + "West India", + "West Central US", + "Canada Central", + "Canada East", + "West US 2", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + } + } + }, + "Microsoft.Migrate": { + "types": { + "locations/assessmentOptions": { + "resourceType": "locations/assessmentOptions", + "apiVersions": [ + "2018-02-02", + "2017-11-11-preview", + "2017-09-25-privatepreview" + ], + "locations": [ + "West Central US", + "East US", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia" + ] + }, + "locations/checkNameAvailability": { + "resourceType": "locations/checkNameAvailability", + "apiVersions": [ + "2018-02-02", + "2017-11-11-preview", + "2017-09-25-privatepreview" + ], + "locations": [ + "West Central US", + "East US", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia" + ] + }, + "projects": { + "resourceType": "projects", + "apiVersions": [ + "2018-02-02", + "2017-11-11-preview", + "2017-09-25-privatepreview" + ], + "locations": [ + "West Central US", + "East US", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2018-02-02", + "2017-11-11-preview", + "2017-09-25-privatepreview" + ], + "locations": [] + }, + "migrateprojects": { + "resourceType": "migrateprojects", + "apiVersions": [ + "2020-05-01", + "2019-06-01", + "2018-09-01-preview" + ], + "locations": [ + "Central US", + "East Asia", + "Southeast Asia", + "North Europe", + "West Europe", + "West US 2", + "Australia Southeast", + "UK South", + "UK West", + "Canada Central", + "Central India", + "South India", + "Japan East", + "Japan West", + "Brazil South", + "Korea South", + "Korea Central", + "France Central", + "Switzerland North" + ] + }, + "assessmentProjects": { + "resourceType": "assessmentProjects", + "apiVersions": [ + "2020-05-01-preview", + "2019-10-01", + "2019-05-01", + "2018-06-30-preview" + ], + "locations": [ + "Central US", + "West Europe", + "UK South", + "UK West", + "North Europe", + "West US 2", + "Southeast Asia", + "East Asia", + "Central India", + "South India", + "Canada Central", + "Australia Southeast", + "Japan West", + "Japan East", + "Brazil South", + "Korea Central", + "Korea South", + "France Central", + "Switzerland North" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2019-10-01", + "2019-05-01", + "2018-06-30-preview", + "2018-02-02", + "2017-11-11-preview", + "2017-09-25-privatepreview" + ], + "locations": [ + "West Central US" + ] + }, + "moveCollections": { + "resourceType": "moveCollections", + "apiVersions": [ + "2019-10-01-preview" + ], + "locations": [ + "East US 2", + "North Europe" + ] + } + } + }, + "Microsoft.Blockchain": { + "types": { + "locations/checkNameAvailability": { + "resourceType": "locations/checkNameAvailability", + "apiVersions": [ + "2018-06-01-preview" + ], + "locations": [ + "East US", + "Southeast Asia", + "West Europe", + "North Europe", + "West US 2", + "Japan East" + ] + }, + "blockchainMembers": { + "resourceType": "blockchainMembers", + "apiVersions": [ + "2018-06-01-preview" + ], + "locations": [ + "East US", + "Southeast Asia", + "West Europe", + "North Europe", + "West US 2", + "Japan East" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2018-06-01-preview" + ], + "locations": [ + "East US", + "Southeast Asia", + "West Europe", + "North Europe", + "West US 2", + "Japan East", + "West Central US" + ] + }, + "locations/blockchainMemberOperationResults": { + "resourceType": "locations/blockchainMemberOperationResults", + "apiVersions": [ + "2018-06-01-preview" + ], + "locations": [ + "East US", + "Southeast Asia", + "West Europe", + "North Europe", + "West US 2", + "Japan East" + ] + }, + "locations/watcherOperationResults": { + "resourceType": "locations/watcherOperationResults", + "apiVersions": [ + "2019-06-01-preview" + ], + "locations": [ + "East US", + "West Europe" + ] + }, + "locations/listConsortiums": { + "resourceType": "locations/listConsortiums", + "apiVersions": [ + "2018-06-01-preview" + ], + "locations": [ + "East US", + "Southeast Asia", + "West Europe", + "North Europe", + "West US 2", + "Japan East" + ] + }, + "watchers": { + "resourceType": "watchers", + "apiVersions": [ + "2019-06-01-preview" + ], + "locations": [ + "East US", + "West Europe" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2018-06-01-preview" + ], + "locations": [ + "East US", + "Southeast Asia", + "West Europe", + "North Europe", + "West US 2", + "Japan East", + "West Central US" + ] + } + } + }, + "Microsoft.BingMaps": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2016-08-18", + "2015-07-02" + ], + "locations": [] + }, + "mapApis": { + "resourceType": "mapApis", + "apiVersions": [ + "2016-08-18", + "2015-07-02" + ], + "locations": [ + "West US" + ] + }, + "updateCommunicationPreference": { + "resourceType": "updateCommunicationPreference", + "apiVersions": [ + "2016-08-18", + "2015-07-02" + ], + "locations": [] + }, + "listCommunicationPreference": { + "resourceType": "listCommunicationPreference", + "apiVersions": [ + "2016-08-18", + "2015-07-02" + ], + "locations": [] + } + } + }, + "Microsoft.ResourceGraph": { + "types": { + "resourcesHistory": { + "resourceType": "resourcesHistory", + "apiVersions": [ + "2020-09-01-preview", + "2020-04-01-preview", + "2018-09-01-preview" + ], + "locations": [ + "East US" + ] + }, + "subscriptionsStatus": { + "resourceType": "subscriptionsStatus", + "apiVersions": [ + "2019-04-01", + "2018-09-01-preview" + ], + "locations": [ + "East US" + ] + }, + "queries": { + "resourceType": "queries", + "apiVersions": [ + "2018-09-01-preview" + ], + "locations": [ + "global" + ] + }, + "resourceChangeDetails": { + "resourceType": "resourceChangeDetails", + "apiVersions": [ + "2020-09-01-preview", + "2020-04-01-preview", + "2018-09-01-preview" + ], + "locations": [ + "East US" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-04-01-preview", + "2019-04-01", + "2018-09-01-preview" + ], + "locations": [ + "East US" + ] + }, + "resources": { + "resourceType": "resources", + "apiVersions": [ + "2020-04-01-preview", + "2019-04-01", + "2018-09-01-preview" + ], + "locations": [ + "East US" + ] + }, + "resourceChanges": { + "resourceType": "resourceChanges", + "apiVersions": [ + "2020-09-01-preview", + "2020-04-01-preview", + "2018-09-01-preview" + ], + "locations": [ + "East US" + ] + } + } + }, + "Microsoft.TimeSeriesInsights": { + "types": { + "environments": { + "resourceType": "environments", + "apiVersions": [ + "2020-05-15", + "2018-08-15-preview", + "2017-11-15", + "2017-02-28-preview" + ], + "locations": [ + "France Central", + "South Central Us", + "East US 2", + "West US", + "East US", + "North Europe", + "West Europe", + "West US 2", + "Central US", + "Southeast Asia", + "Australia East", + "Australia Southeast", + "East Asia", + "UK West", + "UK South" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2017-02-28-preview" + ], + "locations": [ + "France Central", + "South Central Us", + "East US 2", + "West US", + "East US", + "East US 2 EUAP", + "North Europe", + "West Europe", + "Southeast Asia", + "Australia East", + "Australia Southeast", + "East Asia", + "UK West", + "UK South", + "West US 2", + "Central US", + "West Central US", + "North Central US" + ] + }, + "environments/accessPolicies": { + "resourceType": "environments/accessPolicies", + "apiVersions": [ + "2020-05-15", + "2018-08-15-preview", + "2017-11-15", + "2017-02-28-preview" + ], + "locations": [ + "France Central", + "South Central Us", + "East US 2", + "West US", + "East US", + "North Europe", + "West Europe", + "West US 2", + "Central US", + "Southeast Asia", + "Australia East", + "Australia Southeast", + "East Asia", + "UK West", + "UK South" + ] + }, + "environments/referenceDataSets": { + "resourceType": "environments/referenceDataSets", + "apiVersions": [ + "2020-05-15", + "2018-08-15-preview", + "2017-11-15", + "2017-02-28-preview" + ], + "locations": [ + "France Central", + "South Central Us", + "East US 2", + "West US", + "East US", + "North Europe", + "West Europe", + "West US 2", + "Central US", + "Southeast Asia", + "Australia East", + "Australia Southeast", + "East Asia", + "UK West", + "UK South" + ] + }, + "environments/eventsources": { + "resourceType": "environments/eventsources", + "apiVersions": [ + "2020-05-15", + "2018-08-15-preview", + "2017-11-15", + "2017-02-28-preview" + ], + "locations": [ + "France Central", + "South Central Us", + "East US 2", + "West US", + "East US", + "North Europe", + "West Europe", + "West US 2", + "Central US", + "Southeast Asia", + "Australia East", + "Australia Southeast", + "East Asia", + "UK West", + "UK South" + ] + } + } + }, + "Microsoft.Experimentation": { + "types": { + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2019-11-01-preview" + ], + "locations": [] + }, + "locations/operations": { + "resourceType": "locations/operations", + "apiVersions": [ + "2019-11-01-preview" + ], + "locations": [ + "West US 2" + ] + } + } + }, + "Microsoft.CognitiveServices": { + "types": { + "accounts/privateEndpointConnectionProxies": { + "resourceType": "accounts/privateEndpointConnectionProxies", + "apiVersions": [ + "2017-04-18" + ], + "locations": [ + "Global", + "Australia East", + "Brazil South", + "West US", + "West US 2", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "West Central US", + "South Central US", + "East US", + "East US 2", + "Canada Central", + "Japan East", + "Central India", + "UK South", + "Japan West", + "Korea Central", + "France Central", + "North Central US", + "Central US", + "South Africa North", + "UAE North", + "Switzerland North", + "Switzerland West" + ] + }, + "locations/checkSkuAvailability": { + "resourceType": "locations/checkSkuAvailability", + "apiVersions": [ + "2017-04-18", + "2016-02-01-preview" + ], + "locations": [ + "Global", + "Australia East", + "Brazil South", + "West US", + "West US 2", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "West Central US", + "South Central US", + "East US", + "East US 2", + "Canada Central", + "Japan East", + "Central India", + "UK South", + "Japan West", + "Korea Central", + "France Central", + "North Central US", + "Central US", + "South Africa North", + "UAE North", + "Switzerland North", + "Switzerland West" + ] + }, + "checkDomainAvailability": { + "resourceType": "checkDomainAvailability", + "apiVersions": [ + "2017-04-18" + ], + "locations": [] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2017-04-18", + "2016-02-01-preview" + ], + "locations": [ + "Global", + "Australia East", + "Brazil South", + "West US", + "West US 2", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "West Central US", + "South Central US", + "East US", + "East US 2", + "Canada Central", + "Japan East", + "Central India", + "UK South", + "Japan West", + "Korea Central", + "France Central", + "North Central US", + "Central US", + "South Africa North", + "UAE North", + "Switzerland North", + "Switzerland West" + ] + }, + "accounts/privateLinkResources": { + "resourceType": "accounts/privateLinkResources", + "apiVersions": [ + "2017-04-18" + ], + "locations": [ + "Global", + "Australia East", + "Brazil South", + "West US", + "West US 2", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "West Central US", + "South Central US", + "East US", + "East US 2", + "Canada Central", + "Japan East", + "Central India", + "UK South", + "Japan West", + "Korea Central", + "France Central", + "North Central US", + "Central US", + "South Africa North", + "UAE North", + "Switzerland North", + "Switzerland West" + ] + }, + "accounts": { + "resourceType": "accounts", + "apiVersions": [ + "2017-04-18", + "2016-02-01-preview" + ], + "locations": [ + "Global", + "Australia East", + "Brazil South", + "West US", + "West US 2", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "West Central US", + "South Central US", + "East US", + "East US 2", + "Canada Central", + "Japan East", + "Central India", + "UK South", + "Japan West", + "Korea Central", + "France Central", + "North Central US", + "Central US", + "South Africa North", + "UAE North", + "Switzerland North", + "Switzerland West" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2017-04-18", + "2016-02-01-preview" + ], + "locations": [ + "Global", + "Australia East", + "Brazil South", + "West US", + "West US 2", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "West Central US", + "South Central US", + "East US", + "East US 2", + "Canada Central", + "Japan East", + "Central India", + "UK South", + "Japan West", + "Korea Central", + "France Central", + "North Central US", + "Central US", + "South Africa North", + "UAE North", + "Switzerland North", + "Switzerland West" + ] + }, + "locations/deleteVirtualNetworkOrSubnets": { + "resourceType": "locations/deleteVirtualNetworkOrSubnets", + "apiVersions": [ + "2017-04-18", + "2016-02-01-preview" + ], + "locations": [ + "Global", + "Australia East", + "Brazil South", + "West US", + "West US 2", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "West Central US", + "South Central US", + "East US", + "East US 2", + "Canada Central", + "Japan East", + "Central India", + "UK South", + "Japan West", + "Korea Central", + "France Central", + "North Central US", + "Central US", + "South Africa North", + "UAE North", + "Switzerland North", + "Switzerland West" + ] + }, + "accounts/privateEndpointConnections": { + "resourceType": "accounts/privateEndpointConnections", + "apiVersions": [ + "2017-04-18" + ], + "locations": [ + "Global", + "Australia East", + "Brazil South", + "West US", + "West US 2", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "West Central US", + "South Central US", + "East US", + "East US 2", + "Canada Central", + "Japan East", + "Central India", + "UK South", + "Japan West", + "Korea Central", + "France Central", + "North Central US", + "Central US", + "South Africa North", + "UAE North", + "Switzerland North", + "Switzerland West" + ] + }, + "locations/operationResults": { + "resourceType": "locations/operationResults", + "apiVersions": [ + "2017-04-18", + "2016-02-01-preview" + ], + "locations": [ + "Global", + "Australia East", + "Brazil South", + "West US", + "West US 2", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "West Central US", + "South Central US", + "East US", + "East US 2", + "Canada Central", + "Japan East", + "Central India", + "UK South", + "Japan West", + "Korea Central", + "France Central", + "North Central US", + "Central US", + "South Africa North", + "UAE North", + "Switzerland North", + "Switzerland West" + ] + } + } + }, + "Microsoft.Storage": { + "types": { + "storageAccounts/services": { + "resourceType": "storageAccounts/services", + "apiVersions": [ + "2014-04-01" + ], + "locations": [ + "East US", + "West US", + "East US 2 (Stage)", + "West Europe", + "North Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "East US 2", + "Central US", + "Australia East", + "Australia Southeast", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "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" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-05-01", + "2016-01-01", + "2015-06-15", + "2015-05-01-preview" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central" + ] + }, + "usages": { + "resourceType": "usages", + "apiVersions": [ + "2020-08-01-preview", + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-05-01", + "2016-01-01", + "2015-06-15", + "2015-05-01-preview" + ], + "locations": [] + }, + "locations/checkNameAvailability": { + "resourceType": "locations/checkNameAvailability", + "apiVersions": [ + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/deleteVirtualNetworkOrSubnets": { + "resourceType": "locations/deleteVirtualNetworkOrSubnets", + "apiVersions": [ + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-07-01" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "storageAccounts/listAccountSas": { + "resourceType": "storageAccounts/listAccountSas", + "apiVersions": [ + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-05-01" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "deletedAccounts": { + "resourceType": "deletedAccounts", + "apiVersions": [ + "2019-06-01" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "storageAccounts/blobServices": { + "resourceType": "storageAccounts/blobServices", + "apiVersions": [ + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-05-01" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "storageAccounts": { + "resourceType": "storageAccounts", + "apiVersions": [ + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-05-01", + "2016-01-01", + "2015-06-15", + "2015-05-01-preview" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/usages": { + "resourceType": "locations/usages", + "apiVersions": [ + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "checkNameAvailability": { + "resourceType": "checkNameAvailability", + "apiVersions": [ + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-05-01", + "2016-01-01", + "2015-06-15", + "2015-05-01-preview" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central" + ] + }, + "locations/deletedAccounts": { + "resourceType": "locations/deletedAccounts", + "apiVersions": [ + "2019-06-01" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/asyncoperations": { + "resourceType": "locations/asyncoperations", + "apiVersions": [ + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-05-01", + "2016-01-01", + "2015-06-15", + "2015-05-01-preview" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "storageAccounts/fileServices": { + "resourceType": "storageAccounts/fileServices", + "apiVersions": [ + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-05-01" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "storageAccounts/queueServices": { + "resourceType": "storageAccounts/queueServices", + "apiVersions": [ + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-05-01" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "storageAccounts/tableServices": { + "resourceType": "storageAccounts/tableServices", + "apiVersions": [ + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-05-01" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "storageAccounts/listServiceSas": { + "resourceType": "storageAccounts/listServiceSas", + "apiVersions": [ + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-05-01" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-07-01", + "2016-01-01" + ], + "locations": [] + }, + "storageAccounts/services/metricDefinitions": { + "resourceType": "storageAccounts/services/metricDefinitions", + "apiVersions": [ + "2014-04-01" + ], + "locations": [ + "East US", + "West US", + "East US 2 (Stage)", + "West Europe", + "North Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "East US 2", + "Central US", + "Australia East", + "Australia Southeast", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "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" + ] + } + } + }, + "microsoft.aadiam": { + "types": { + "tenants": { + "resourceType": "tenants", + "apiVersions": [ + "2017-04-01", + "2017-03-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-01", + "2016-02-01", + "2015-11-01", + "2015-01-01" + ], + "locations": [ + "West US" + ] + }, + "diagnosticSettingsCategories": { + "resourceType": "diagnosticSettingsCategories", + "apiVersions": [ + "2017-04-01-preview", + "2017-04-01" + ], + "locations": [] + }, + "azureADMetrics": { + "resourceType": "azureADMetrics", + "apiVersions": [ + "2020-07-01-preview", + "2020-07-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "privateLinkForAzureAD": { + "resourceType": "privateLinkForAzureAD", + "apiVersions": [ + "2020-03-01-preview", + "2020-03-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2017-04-01", + "2017-03-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-01", + "2016-02-01", + "2015-11-01", + "2015-01-01" + ], + "locations": [ + "West US" + ] + }, + "diagnosticSettings": { + "resourceType": "diagnosticSettings", + "apiVersions": [ + "2017-04-01-preview", + "2017-04-01" + ], + "locations": [] + } + } + }, + "Microsoft.AlertsManagement": { + "types": { + "alertsList": { + "resourceType": "alertsList", + "apiVersions": [ + "2018-11-02-privatepreview" + ], + "locations": [] + }, + "alertsSummary": { + "resourceType": "alertsSummary", + "apiVersions": [ + "2019-05-05-preview", + "2019-03-01-preview", + "2019-03-01", + "2018-05-05-preview", + "2018-05-05", + "2017-11-15-privatepreview" + ], + "locations": [] + }, + "smartDetectorAlertRules": { + "resourceType": "smartDetectorAlertRules", + "apiVersions": [ + "2019-06-01", + "2019-03-01", + "2018-02-01-privatepreview" + ], + "locations": [ + "global" + ] + }, + "alertsSummaryList": { + "resourceType": "alertsSummaryList", + "apiVersions": [ + "2018-11-02-privatepreview" + ], + "locations": [] + }, + "alertsMetaData": { + "resourceType": "alertsMetaData", + "apiVersions": [ + "2019-05-05-preview", + "2019-03-01-preview", + "2019-03-01" + ], + "locations": [] + }, + "actionRules": { + "resourceType": "actionRules", + "apiVersions": [ + "2019-05-05-preview", + "2018-11-02-privatepreview" + ], + "locations": [ + "global" + ] + }, + "smartGroups": { + "resourceType": "smartGroups", + "apiVersions": [ + "2019-05-05-preview", + "2018-05-05-preview", + "2018-05-05", + "2017-11-15-privatepreview" + ], + "locations": [] + }, + "alerts": { + "resourceType": "alerts", + "apiVersions": [ + "2019-05-05-preview", + "2019-03-01-preview", + "2019-03-01", + "2018-11-02-privatepreview", + "2018-05-05-preview", + "2018-05-05", + "2017-11-15-privatepreview" + ], + "locations": [] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2018-05-05-preview", + "2018-05-05", + "2017-11-15-privatepreview" + ], + "locations": [] + } + } + }, + "Microsoft.WindowsESU": { + "types": { + "Operations": { + "resourceType": "Operations", + "apiVersions": [ + "2019-09-16-preview" + ], + "locations": [] + }, + "Locations": { + "resourceType": "Locations", + "apiVersions": [ + "2019-09-16-preview" + ], + "locations": [] + }, + "Locations/OperationStatuses": { + "resourceType": "Locations/OperationStatuses", + "apiVersions": [ + "2019-10-01" + ], + "locations": [ + "East US", + "West Europe" + ] + } + } + }, + "Microsoft.ManagedIdentity": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2018-11-30", + "2015-08-31-PREVIEW" + ], + "locations": [ + "South Africa North", + "South Africa West", + "UAE North", + "Australia Central", + "Australia East", + "Australia Southeast", + "Canada Central", + "Canada East", + "Brazil South", + "Central India", + "West India", + "South India", + "Japan West", + "Japan East", + "East Asia", + "Southeast Asia", + "Korea Central", + "Korea South", + "North Europe", + "West Europe", + "UK West", + "UK South", + "Switzerland North", + "Germany West Central", + "Central US", + "North Central US", + "East US", + "East US 2", + "South Central US", + "West US", + "West US 2", + "West Central US", + "France Central", + "Norway East" + ] + }, + "userAssignedIdentities": { + "resourceType": "userAssignedIdentities", + "apiVersions": [ + "2018-11-30", + "2015-08-31-PREVIEW" + ], + "locations": [ + "South Africa North", + "South Africa West", + "UAE North", + "Australia Central", + "Australia East", + "Australia Southeast", + "Canada Central", + "Canada East", + "Brazil South", + "Central India", + "West India", + "South India", + "Japan West", + "Japan East", + "East Asia", + "Southeast Asia", + "Korea Central", + "Korea South", + "North Europe", + "West Europe", + "UK West", + "UK South", + "Switzerland North", + "Germany West Central", + "Central US", + "North Central US", + "East US", + "East US 2", + "South Central US", + "West US", + "West US 2", + "West Central US", + "France Central", + "Norway East" + ] + }, + "Identities": { + "resourceType": "Identities", + "apiVersions": [ + "2018-11-30", + "2015-08-31-PREVIEW" + ], + "locations": [ + "South Africa North", + "South Africa West", + "UAE North", + "Australia Central", + "Australia East", + "Australia Southeast", + "Canada Central", + "Canada East", + "Brazil South", + "Central India", + "West India", + "South India", + "Japan West", + "Japan East", + "East Asia", + "Southeast Asia", + "Korea Central", + "Korea South", + "North Europe", + "West Europe", + "UK West", + "UK South", + "Switzerland North", + "Germany West Central", + "Central US", + "North Central US", + "East US", + "East US 2", + "South Central US", + "West US", + "West US 2", + "West Central US", + "France Central", + "Norway East" + ] + } + } + }, + "Microsoft.AzureData": { + "types": { + "postgresInstances": { + "resourceType": "postgresInstances", + "apiVersions": [ + "2020-09-08-preview", + "2019-07-24-preview" + ], + "locations": [ + "Japan East", + "Australia East", + "Korea Central", + "North Europe", + "UK South", + "France Central", + "East US", + "East US 2", + "Central US", + "West Europe", + "Southeast Asia", + "West US 2" + ] + }, + "sqlServerInstances": { + "resourceType": "sqlServerInstances", + "apiVersions": [ + "2020-09-08-preview", + "2019-07-24-preview" + ], + "locations": [ + "East US", + "East US 2", + "Central US", + "West Europe", + "Southeast Asia", + "West US 2", + "Australia East", + "North Europe", + "UK South" + ] + }, + "sqlManagedInstances": { + "resourceType": "sqlManagedInstances", + "apiVersions": [ + "2020-09-08-preview", + "2019-07-24-preview" + ], + "locations": [ + "Japan East", + "Australia East", + "Korea Central", + "North Europe", + "UK South", + "France Central", + "East US", + "East US 2", + "Central US", + "West Europe", + "Southeast Asia", + "West US 2" + ] + }, + "sqlServerRegistrations/sqlServers": { + "resourceType": "sqlServerRegistrations/sqlServers", + "apiVersions": [ + "2019-05-10-preview" + ], + "locations": [ + "Australia East", + "Australia Southeast", + "Canada Central", + "France Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Central US", + "Southeast Asia", + "South India", + "South Africa North", + "UK South", + "UK West", + "West US", + "East US", + "Central US", + "East Asia", + "West Europe", + "West Central US", + "West US 2", + "East US 2" + ] + }, + "dataControllers": { + "resourceType": "dataControllers", + "apiVersions": [ + "2020-09-08-preview", + "2019-07-24-preview" + ], + "locations": [ + "Japan East", + "Australia East", + "Korea Central", + "North Europe", + "UK South", + "France Central", + "East US", + "East US 2", + "Central US", + "West Europe", + "Southeast Asia", + "West US 2" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2019-05-10-preview" + ], + "locations": [ + "Australia East", + "Australia Southeast", + "Canada Central", + "France Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Central US", + "Southeast Asia", + "South India", + "South Africa North", + "UK South", + "UK West", + "West US", + "East US", + "Central US", + "East Asia", + "West Europe", + "West Central US", + "West US 2", + "East US 2" + ] + }, + "sqlServerRegistrations": { + "resourceType": "sqlServerRegistrations", + "apiVersions": [ + "2019-05-10-preview" + ], + "locations": [ + "Australia East", + "Australia Southeast", + "Canada Central", + "France Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "UK South", + "UK West", + "West US", + "East US", + "Central US", + "East Asia", + "West Europe", + "West Central US", + "West US 2", + "East US 2" + ] + } + } + }, + "Microsoft.AVS": { + "types": { + "privateClouds": { + "resourceType": "privateClouds", + "apiVersions": [ + "2020-03-20", + "2019-08-09-preview" + ], + "locations": [ + "East US 2", + "East US", + "North Central US", + "West US", + "West Europe", + "Australia East" + ] + }, + "locations/checkQuotaAvailability": { + "resourceType": "locations/checkQuotaAvailability", + "apiVersions": [ + "2020-03-20", + "2019-08-09-preview" + ], + "locations": [ + "East US 2", + "East US", + "North Central US", + "West US", + "West Europe", + "Australia East" + ] + }, + "privateClouds/clusters": { + "resourceType": "privateClouds/clusters", + "apiVersions": [ + "2020-03-20", + "2019-08-09-preview" + ], + "locations": [ + "East US 2", + "East US", + "North Central US", + "West US", + "West Europe", + "Australia East" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-03-20", + "2019-08-09-preview" + ], + "locations": [] + }, + "privateClouds/authorizations": { + "resourceType": "privateClouds/authorizations", + "apiVersions": [ + "2020-03-20" + ], + "locations": [ + "East US 2", + "East US", + "North Central US", + "West US", + "West Europe", + "Australia East" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-03-20", + "2019-08-09-preview" + ], + "locations": [] + }, + "locations/checkTrialAvailability": { + "resourceType": "locations/checkTrialAvailability", + "apiVersions": [ + "2020-03-20", + "2019-08-09-preview" + ], + "locations": [ + "East US 2", + "East US", + "North Central US", + "West US", + "West Europe", + "Australia East" + ] + }, + "privateClouds/hcxEnterpriseSites": { + "resourceType": "privateClouds/hcxEnterpriseSites", + "apiVersions": [ + "2020-03-20" + ], + "locations": [ + "East US 2", + "East US", + "North Central US", + "West US", + "West Europe", + "Australia East" + ] + } + } + }, + "Microsoft.SignalRService": { + "types": { + "locations/checkNameAvailability": { + "resourceType": "locations/checkNameAvailability", + "apiVersions": [ + "2020-07-01-preview", + "2020-05-01", + "2018-10-01", + "2018-03-01-preview" + ], + "locations": [ + "East US", + "West US", + "Southeast Asia", + "West Europe", + "West US 2", + "East US 2", + "North Europe", + "Australia East", + "Canada East", + "Central US", + "Japan East", + "UK South", + "South Central US", + "Brazil South", + "France Central", + "Korea Central" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-07-01-preview", + "2020-05-01", + "2018-10-01", + "2018-03-01-preview" + ], + "locations": [] + }, + "locations/operationStatuses": { + "resourceType": "locations/operationStatuses", + "apiVersions": [ + "2020-07-01-preview", + "2020-05-01", + "2018-10-01", + "2018-03-01-preview" + ], + "locations": [ + "East US", + "West US", + "Southeast Asia", + "West Europe", + "West US 2", + "East US 2", + "North Europe", + "Australia East", + "Canada East", + "Central US", + "Japan East", + "UK South", + "South Central US", + "Brazil South", + "France Central", + "Korea Central" + ] + }, + "locations/usages": { + "resourceType": "locations/usages", + "apiVersions": [ + "2020-07-01-preview", + "2020-05-01", + "2018-10-01", + "2018-03-01-preview" + ], + "locations": [ + "East US", + "West US", + "Southeast Asia", + "West Europe", + "West US 2", + "East US 2", + "North Europe", + "Australia East", + "Canada East", + "Central US", + "Japan East", + "UK South", + "South Central US", + "Brazil South", + "France Central", + "Korea Central" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-07-01-preview", + "2020-05-01", + "2018-10-01", + "2018-03-01-preview" + ], + "locations": [ + "West US 2", + "East US", + "East US 2", + "West US", + "Central US" + ] + }, + "SignalR/eventGridFilters": { + "resourceType": "SignalR/eventGridFilters", + "apiVersions": [ + "2020-07-01-preview", + "2020-05-01", + "2018-10-01", + "2018-03-01-preview" + ], + "locations": [ + "East US", + "West US", + "Southeast Asia", + "West Europe", + "West US 2", + "East US 2", + "North Europe", + "Australia East", + "Canada East", + "Central US", + "Japan East", + "UK South", + "South Central US", + "Brazil South", + "France Central", + "Korea Central" + ] + }, + "SignalR": { + "resourceType": "SignalR", + "apiVersions": [ + "2020-07-01-preview", + "2020-05-01", + "2018-10-01", + "2018-03-01-preview" + ], + "locations": [ + "East US", + "West US", + "Southeast Asia", + "West Europe", + "West US 2", + "East US 2", + "North Europe", + "Australia East", + "Canada East", + "Central US", + "Japan East", + "UK South", + "South Central US", + "Brazil South", + "France Central", + "Korea Central" + ] + }, + "locations/operationResults": { + "resourceType": "locations/operationResults", + "apiVersions": [ + "2020-07-01-preview", + "2020-05-01", + "2018-10-01", + "2018-03-01-preview" + ], + "locations": [ + "East US", + "West US", + "Southeast Asia", + "West Europe", + "West US 2", + "East US 2", + "North Europe", + "Australia East", + "Canada East", + "Central US", + "Japan East", + "UK South", + "South Central US", + "Brazil South", + "France Central", + "Korea Central" + ] + } + } + }, + "Microsoft.HybridData": { + "types": { + "dataManagers": { + "resourceType": "dataManagers", + "apiVersions": [ + "2019-06-01", + "2016-06-01" + ], + "locations": [ + "West US", + "North Europe", + "West Europe", + "East US", + "West US 2", + "West Central US", + "Southeast Asia" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2019-06-01", + "2016-06-01" + ], + "locations": [] + } + } + }, + "Microsoft.DesktopVirtualization": { + "types": { + "hostpools/sessionhosts/usersessions": { + "resourceType": "hostpools/sessionhosts/usersessions", + "apiVersions": [ + "2019-12-10-preview", + "2019-09-24-preview", + "2019-01-23-preview" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "North Central US", + "South Central US", + "West Central US", + "Central US" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2019-12-10-preview", + "2019-09-24-preview", + "2019-01-23-preview" + ], + "locations": [] + }, + "applicationgroups/startmenuitems": { + "resourceType": "applicationgroups/startmenuitems", + "apiVersions": [ + "2019-12-10-preview", + "2019-09-24-preview", + "2019-01-23-preview" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "North Central US", + "South Central US", + "West Central US", + "Central US" + ] + }, + "hostpools": { + "resourceType": "hostpools", + "apiVersions": [ + "2019-12-10-preview", + "2019-09-24-preview", + "2019-01-23-preview" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "North Central US", + "South Central US", + "West Central US", + "Central US" + ] + }, + "applicationgroups": { + "resourceType": "applicationgroups", + "apiVersions": [ + "2019-12-10-preview", + "2019-09-24-preview", + "2019-01-23-preview" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "North Central US", + "South Central US", + "West Central US", + "Central US" + ] + }, + "workspaces": { + "resourceType": "workspaces", + "apiVersions": [ + "2019-12-10-preview", + "2019-09-24-preview", + "2019-01-23-preview" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "North Central US", + "South Central US", + "West Central US", + "Central US" + ] + }, + "applicationgroups/applications": { + "resourceType": "applicationgroups/applications", + "apiVersions": [ + "2019-12-10-preview", + "2019-09-24-preview", + "2019-01-23-preview" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "North Central US", + "South Central US", + "West Central US", + "Central US" + ] + }, + "applicationgroups/desktops": { + "resourceType": "applicationgroups/desktops", + "apiVersions": [ + "2019-12-10-preview", + "2019-09-24-preview", + "2019-01-23-preview" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "North Central US", + "South Central US", + "West Central US", + "Central US" + ] + }, + "hostpools/usersessions": { + "resourceType": "hostpools/usersessions", + "apiVersions": [ + "2019-12-10-preview", + "2019-09-24-preview", + "2019-01-23-preview" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "North Central US", + "South Central US", + "West Central US", + "Central US" + ] + }, + "hostpools/sessionhosts": { + "resourceType": "hostpools/sessionhosts", + "apiVersions": [ + "2019-12-10-preview", + "2019-09-24-preview", + "2019-01-23-preview" + ], + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "North Central US", + "South Central US", + "West Central US", + "Central US" + ] + } + } + }, + "Microsoft.Portal": { + "types": { + "locations/consoles": { + "resourceType": "locations/consoles", + "apiVersions": [ + "2020-04-01-preview", + "2018-10-01", + "2017-12-01-preview", + "2017-08-01-preview", + "2017-01-01-preview" + ], + "locations": [ + "West US", + "East US", + "Central India", + "North Europe", + "West Europe", + "South Central US", + "Southeast Asia", + "East US 2", + "Central US" + ] + }, + "consoles": { + "resourceType": "consoles", + "apiVersions": [ + "2020-04-01-preview", + "2018-10-01", + "2017-12-01-preview", + "2017-08-01-preview", + "2017-01-01-preview" + ], + "locations": [] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-04-01-preview", + "2018-10-01", + "2017-12-01-preview", + "2017-08-01-preview", + "2017-01-01-preview" + ], + "locations": [] + }, + "locations/userSettings": { + "resourceType": "locations/userSettings", + "apiVersions": [ + "2020-04-01-preview", + "2018-10-01", + "2017-12-01-preview", + "2017-08-01-preview", + "2017-01-01-preview" + ], + "locations": [ + "West US", + "East US", + "Central India", + "North Europe", + "West Europe", + "South Central US", + "Southeast Asia", + "East US 2", + "Central US" + ] + }, + "userSettings": { + "resourceType": "userSettings", + "apiVersions": [ + "2020-04-01-preview", + "2018-10-01", + "2017-12-01-preview", + "2017-08-01-preview", + "2017-01-01-preview" + ], + "locations": [] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2015-08-01-preview" + ], + "locations": [ + "Central US", + "East Asia", + "Southeast Asia", + "East US", + "East US 2", + "West US", + "West US 2", + "North Central US", + "South Central US", + "West Central US", + "North Europe", + "West Europe", + "Japan East", + "Japan West", + "Brazil South", + "Australia Southeast", + "Australia East", + "West India", + "South India", + "Central India", + "Canada Central", + "Canada East" + ] + }, + "dashboards": { + "resourceType": "dashboards", + "apiVersions": [ + "2019-01-01-preview", + "2018-10-01-preview", + "2015-08-01-preview" + ], + "locations": [ + "Central US", + "East Asia", + "Southeast Asia", + "East US", + "East US 2", + "West US", + "West US 2", + "North Central US", + "South Central US", + "West Central US", + "North Europe", + "West Europe", + "Japan East", + "Japan West", + "Brazil South", + "Australia Southeast", + "Australia East", + "West India", + "South India", + "Central India", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North" + ] + } + } + }, + "Microsoft.DomainRegistration": { + "types": { + "generateSsoRequest": { + "resourceType": "generateSsoRequest", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-02-01", + "2015-04-01", + "2015-02-01" + ], + "locations": [ + "global" + ] + }, + "topLevelDomains": { + "resourceType": "topLevelDomains", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-02-01", + "2015-04-01", + "2015-02-01" + ], + "locations": [ + "global" + ] + }, + "checkDomainAvailability": { + "resourceType": "checkDomainAvailability", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-02-01", + "2015-04-01", + "2015-02-01" + ], + "locations": [ + "global" + ] + }, + "listDomainRecommendations": { + "resourceType": "listDomainRecommendations", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-02-01", + "2015-04-01", + "2015-02-01" + ], + "locations": [ + "global" + ] + }, + "validateDomainRegistrationInformation": { + "resourceType": "validateDomainRegistrationInformation", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-02-01", + "2015-04-01", + "2015-02-01" + ], + "locations": [ + "global" + ] + }, + "domains/domainOwnershipIdentifiers": { + "resourceType": "domains/domainOwnershipIdentifiers", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-02-01", + "2015-04-01", + "2015-02-01" + ], + "locations": [ + "global" + ] + }, + "domains": { + "resourceType": "domains", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-02-01", + "2015-04-01", + "2015-02-01" + ], + "locations": [ + "global" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-02-01", + "2015-04-01", + "2015-02-01" + ], + "locations": [ + "global" + ] + } + } + }, + "Microsoft.DocumentDB": { + "types": { + "restorableDatabaseAccounts": { + "resourceType": "restorableDatabaseAccounts", + "apiVersions": [ + "2020-06-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "UAE North", + "UK West", + "UK South", + "Brazil South", + "Korea South", + "Korea Central" + ] + }, + "databaseAccounts": { + "resourceType": "databaseAccounts", + "apiVersions": [ + "2020-06-01-preview", + "2020-04-01", + "2020-03-01", + "2019-12-12", + "2019-08-01-preview", + "2019-08-01", + "2016-03-31", + "2016-03-19", + "2015-11-06", + "2015-04-08", + "2014-04-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "UAE North", + "UK West", + "UK South", + "Brazil South", + "Korea South", + "Korea Central" + ] + }, + "operationResults": { + "resourceType": "operationResults", + "apiVersions": [ + "2020-06-01-preview", + "2020-04-01", + "2020-03-01", + "2019-12-12", + "2019-08-01-preview", + "2019-08-01", + "2016-03-31", + "2016-03-19", + "2015-11-06", + "2015-04-08", + "2014-04-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "UAE North", + "UK West", + "UK South", + "Brazil South", + "Korea South", + "Korea Central" + ] + }, + "locations/deleteVirtualNetworkOrSubnets": { + "resourceType": "locations/deleteVirtualNetworkOrSubnets", + "apiVersions": [ + "2020-06-01-preview", + "2020-04-01", + "2020-03-01", + "2019-12-12", + "2019-08-01-preview", + "2019-08-01", + "2016-03-31", + "2016-03-19", + "2015-11-06", + "2015-04-08", + "2014-04-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "UAE North", + "UK West", + "UK South", + "Brazil South", + "Korea South", + "Korea Central" + ] + }, + "databaseAccountNames": { + "resourceType": "databaseAccountNames", + "apiVersions": [ + "2020-06-01-preview", + "2020-04-01", + "2020-03-01", + "2019-12-12", + "2019-08-01-preview", + "2019-08-01", + "2016-03-31", + "2016-03-19", + "2015-11-06", + "2015-04-08", + "2014-04-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "UAE North", + "UK West", + "UK South", + "Brazil South", + "Korea South", + "Korea Central" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-06-01-preview", + "2020-04-01", + "2020-03-01", + "2019-12-12", + "2019-08-01-preview", + "2019-08-01", + "2016-03-31", + "2016-03-19", + "2015-11-06", + "2015-04-08", + "2014-04-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "UAE North", + "UK West", + "UK South", + "Brazil South", + "Korea South", + "Korea Central" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-06-01-preview", + "2020-04-01", + "2020-03-01", + "2019-12-12", + "2019-08-01-preview", + "2019-08-01", + "2016-03-31", + "2016-03-19", + "2015-11-06", + "2015-04-08", + "2014-04-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "UAE North", + "UK West", + "UK South", + "Brazil South", + "Korea South", + "Korea Central" + ] + }, + "locations/operationResults": { + "resourceType": "locations/operationResults", + "apiVersions": [ + "2020-06-01-preview", + "2020-04-01", + "2020-03-01", + "2019-12-12", + "2019-08-01-preview", + "2019-08-01", + "2016-03-31", + "2016-03-19", + "2015-11-06", + "2015-04-08", + "2014-04-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "UAE North", + "UK West", + "UK South", + "Brazil South", + "Korea South", + "Korea Central" + ] + }, + "locations/restorableDatabaseAccounts": { + "resourceType": "locations/restorableDatabaseAccounts", + "apiVersions": [ + "2020-06-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "UAE North", + "UK West", + "UK South", + "Brazil South", + "Korea South", + "Korea Central" + ] + }, + "locations/operationsStatus": { + "resourceType": "locations/operationsStatus", + "apiVersions": [ + "2020-06-01-preview", + "2020-04-01", + "2020-03-01", + "2019-12-12", + "2019-08-01-preview", + "2019-08-01", + "2016-03-31", + "2016-03-19", + "2015-11-06", + "2015-04-08", + "2014-04-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "UAE North", + "UK West", + "UK South", + "Brazil South", + "Korea South", + "Korea Central" + ] + } + } + }, + "Microsoft.D365CustomerInsights": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-06-10-privatepreview", + "2020-06-10-preview", + "2020-06-10-beta" + ], + "locations": [] + } + } + }, + "U2uconsult.TheIdentityHub": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2015-06-15" + ], + "locations": [] + }, + "listCommunicationPreference": { + "resourceType": "listCommunicationPreference", + "apiVersions": [ + "2015-06-15" + ], + "locations": [] + }, + "updateCommunicationPreference": { + "resourceType": "updateCommunicationPreference", + "apiVersions": [ + "2015-06-15" + ], + "locations": [] + }, + "services": { + "resourceType": "services", + "apiVersions": [ + "2015-06-15" + ], + "locations": [ + "West Europe" + ] + } + } + }, + "Microsoft.Security": { + "types": { + "advancedThreatProtectionSettings": { + "resourceType": "advancedThreatProtectionSettings", + "apiVersions": [ + "2019-01-01", + "2017-08-01-preview" + ], + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "South Central US", + "South India", + "Southeast Asia", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US 2", + "West US", + "France Central", + "UAE North", + "Germany West Central", + "Switzerland North" + ] + }, + "securitySolutions": { + "resourceType": "securitySolutions", + "apiVersions": [ + "2015-06-01-preview" + ], + "locations": [ + "Central US", + "East US", + "West Europe", + "West Central US" + ] + }, + "locations/tasks": { + "resourceType": "locations/tasks", + "apiVersions": [ + "2015-06-01-preview" + ], + "locations": [ + "Central US", + "West Europe", + "West Central US" + ] + }, + "allowedConnections": { + "resourceType": "allowedConnections", + "apiVersions": [ + "2020-01-01", + "2015-06-01-preview" + ], + "locations": [ + "Central US", + "East US", + "West Europe", + "West Central US" + ] + }, + "locations/jitNetworkAccessPolicies": { + "resourceType": "locations/jitNetworkAccessPolicies", + "apiVersions": [ + "2020-01-01", + "2015-06-01-preview" + ], + "locations": [ + "Central US", + "East US", + "North Europe", + "West Europe", + "UK South", + "UK West", + "France Central", + "France South", + "Switzerland North", + "Germany West Central", + "West Central US", + "West US 2" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2015-06-01-preview" + ], + "locations": [ + "Central US", + "East US" + ] + }, + "adaptiveNetworkHardenings": { + "resourceType": "adaptiveNetworkHardenings", + "apiVersions": [ + "2020-01-01", + "2015-06-01-preview" + ], + "locations": [ + "West Europe", + "North Europe", + "UK South", + "UK West", + "France Central", + "France South", + "Switzerland North", + "Germany West Central" + ] + }, + "iotSecuritySolutions/analyticsModels": { + "resourceType": "iotSecuritySolutions/analyticsModels", + "apiVersions": [ + "2019-08-01", + "2017-08-01-preview" + ], + "locations": [ + "East Asia", + "Southeast Asia", + "Central US", + "East US", + "East US 2", + "West US", + "North Central US", + "South Central US", + "Japan West", + "Japan East", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "Korea Central", + "Korea South", + "Australia Central", + "Australia Central 2", + "UAE Central", + "UAE North", + "South Africa North", + "South Africa West", + "North Europe", + "West Europe", + "UK South", + "UK West", + "France Central", + "France South" + ] + }, + "autoDismissAlertsRules": { + "resourceType": "autoDismissAlertsRules", + "apiVersions": [ + "2019-01-01-preview" + ], + "locations": [] + }, + "jitPolicies": { + "resourceType": "jitPolicies", + "apiVersions": [ + "2015-06-01-preview" + ], + "locations": [ + "Central US", + "East US", + "North Europe", + "West Europe", + "UK South", + "UK West", + "France Central", + "France South", + "Switzerland North", + "Germany West Central", + "West Central US", + "West US 2" + ] + }, + "iotSecuritySolutions/analyticsModels/aggregatedRecommendations": { + "resourceType": "iotSecuritySolutions/analyticsModels/aggregatedRecommendations", + "apiVersions": [ + "2019-08-01", + "2017-08-01-preview" + ], + "locations": [ + "East Asia", + "Southeast Asia", + "Central US", + "East US", + "East US 2", + "West US", + "North Central US", + "South Central US", + "Japan West", + "Japan East", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "Korea Central", + "Korea South", + "Australia Central", + "Australia Central 2", + "UAE Central", + "UAE North", + "South Africa North", + "South Africa West", + "North Europe", + "West Europe", + "UK South", + "UK West", + "France Central", + "France South" + ] + }, + "complianceResults": { + "resourceType": "complianceResults", + "apiVersions": [ + "2017-08-01" + ], + "locations": [ + "Central US", + "East US" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-01-01", + "2015-06-01-preview" + ], + "locations": [] + }, + "iotSecuritySolutions": { + "resourceType": "iotSecuritySolutions", + "apiVersions": [ + "2019-08-01", + "2017-08-01-preview" + ], + "locations": [ + "East Asia", + "Southeast Asia", + "Central US", + "East US", + "East US 2", + "West US", + "North Central US", + "South Central US", + "Japan West", + "Japan East", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "Korea Central", + "Korea South", + "Australia Central", + "Australia Central 2", + "UAE Central", + "UAE North", + "South Africa North", + "South Africa West", + "North Europe", + "West Europe", + "UK South", + "UK West", + "France Central", + "France South", + "West Central US" + ] + }, + "AutoProvisioningSettings": { + "resourceType": "AutoProvisioningSettings", + "apiVersions": [ + "2019-01-01", + "2017-08-01-preview" + ], + "locations": [ + "Central US", + "East US" + ] + }, + "serverVulnerabilityAssessments": { + "resourceType": "serverVulnerabilityAssessments", + "apiVersions": [ + "2020-01-01", + "2015-06-01-preview" + ], + "locations": [ + "West Europe", + "North Europe", + "UK South", + "UK West", + "France Central", + "France South", + "Switzerland North", + "Germany West Central" + ] + }, + "securityStatuses": { + "resourceType": "securityStatuses", + "apiVersions": [ + "2015-06-01-preview" + ], + "locations": [ + "Central US", + "East US", + "West Europe", + "West Central US" + ] + }, + "topologies": { + "resourceType": "topologies", + "apiVersions": [ + "2020-01-01", + "2015-06-01-preview" + ], + "locations": [ + "Central US", + "East US", + "West Europe", + "West Central US" + ] + }, + "iotSecuritySolutions/iotRecommendationTypes": { + "resourceType": "iotSecuritySolutions/iotRecommendationTypes", + "apiVersions": [ + "2019-08-01" + ], + "locations": [ + "East Asia", + "Southeast Asia", + "Central US", + "East US", + "East US 2", + "West US", + "North Central US", + "South Central US", + "Japan West", + "Japan East", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "Korea Central", + "Korea South", + "Australia Central", + "Australia Central 2", + "UAE Central", + "UAE North", + "South Africa North", + "South Africa West", + "North Europe", + "West Europe", + "UK South", + "UK West", + "France Central", + "France South" + ] + }, + "iotSecuritySolutions/iotAlertTypes": { + "resourceType": "iotSecuritySolutions/iotAlertTypes", + "apiVersions": [ + "2019-08-01" + ], + "locations": [ + "East Asia", + "Southeast Asia", + "Central US", + "East US", + "East US 2", + "West US", + "North Central US", + "South Central US", + "Japan West", + "Japan East", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "Korea Central", + "Korea South", + "Australia Central", + "Australia Central 2", + "UAE Central", + "UAE North", + "South Africa North", + "South Africa West", + "North Europe", + "West Europe", + "UK South", + "UK West", + "France Central", + "France South" + ] + }, + "iotSecuritySolutions/iotRecommendations": { + "resourceType": "iotSecuritySolutions/iotRecommendations", + "apiVersions": [ + "2019-08-01" + ], + "locations": [ + "East Asia", + "Southeast Asia", + "Central US", + "East US", + "East US 2", + "West US", + "North Central US", + "South Central US", + "Japan West", + "Japan East", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "Korea Central", + "Korea South", + "Australia Central", + "Australia Central 2", + "UAE Central", + "UAE North", + "South Africa North", + "South Africa West", + "North Europe", + "West Europe", + "UK South", + "UK West", + "France Central", + "France South" + ] + }, + "deviceSecurityGroups": { + "resourceType": "deviceSecurityGroups", + "apiVersions": [ + "2019-08-01", + "2017-08-01-preview" + ], + "locations": [ + "East Asia", + "Southeast Asia", + "Central US", + "East US", + "East US 2", + "West US", + "North Central US", + "South Central US", + "Japan West", + "Japan East", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "Korea Central", + "Korea South", + "Australia Central", + "Australia Central 2", + "UAE Central", + "UAE North", + "South Africa North", + "South Africa West", + "North Europe", + "West Europe", + "UK South", + "UK West", + "France Central", + "France South" + ] + }, + "tasks": { + "resourceType": "tasks", + "apiVersions": [ + "2015-06-01-preview" + ], + "locations": [ + "Central US", + "East US", + "West Europe", + "West Central US" + ] + }, + "locations/securitySolutionsReferenceData": { + "resourceType": "locations/securitySolutionsReferenceData", + "apiVersions": [ + "2015-06-01-preview" + ], + "locations": [ + "Central US", + "West Europe", + "West Central US" + ] + }, + "applicationWhitelistings": { + "resourceType": "applicationWhitelistings", + "apiVersions": [ + "2020-01-01", + "2015-06-01-preview" + ], + "locations": [ + "Central US", + "East US", + "West Central US", + "West Europe" + ] + }, + "secureScoreControlDefinitions": { + "resourceType": "secureScoreControlDefinitions", + "apiVersions": [ + "2020-01-01-preview" + ], + "locations": [] + }, + "policies": { + "resourceType": "policies", + "apiVersions": [ + "2015-06-01-preview" + ], + "locations": [ + "Central US", + "East US" + ] + }, + "iotDefenderSettings": { + "resourceType": "iotDefenderSettings", + "apiVersions": [ + "2020-08-06-preview" + ], + "locations": [] + }, + "iotSensors": { + "resourceType": "iotSensors", + "apiVersions": [ + "2020-08-06-preview" + ], + "locations": [ + "North Europe", + "West Europe", + "UK South", + "UK West", + "France Central", + "France South" + ] + }, + "jitNetworkAccessPolicies": { + "resourceType": "jitNetworkAccessPolicies", + "apiVersions": [ + "2020-01-01", + "2015-06-01-preview" + ], + "locations": [ + "Central US", + "East US", + "North Europe", + "West Europe", + "UK South", + "UK West", + "France Central", + "Switzerland North", + "Germany West Central", + "West Central US", + "West US 2" + ] + }, + "locations/alerts": { + "resourceType": "locations/alerts", + "apiVersions": [ + "2020-01-01", + "2019-01-01", + "2015-06-01-preview" + ], + "locations": [ + "Central US", + "West Europe" + ] + }, + "secureScores": { + "resourceType": "secureScores", + "apiVersions": [ + "2020-01-01-preview" + ], + "locations": [] + }, + "secureScoreControls": { + "resourceType": "secureScoreControls", + "apiVersions": [ + "2020-01-01-preview" + ], + "locations": [] + }, + "locations/externalSecuritySolutions": { + "resourceType": "locations/externalSecuritySolutions", + "apiVersions": [ + "2020-01-01", + "2015-06-01-preview" + ], + "locations": [ + "Central US", + "West Europe", + "West Central US" + ] + }, + "pricings": { + "resourceType": "pricings", + "apiVersions": [ + "2018-06-01", + "2017-08-01-preview" + ], + "locations": [ + "Central US", + "East US" + ] + }, + "externalSecuritySolutions": { + "resourceType": "externalSecuritySolutions", + "apiVersions": [ + "2020-01-01", + "2015-06-01-preview" + ], + "locations": [ + "Central US", + "East US", + "West Europe", + "West Central US" + ] + }, + "securityStatusesSummaries": { + "resourceType": "securityStatusesSummaries", + "apiVersions": [ + "2015-06-01-preview" + ], + "locations": [ + "Central US", + "East US", + "West Europe", + "West Central US" + ] + }, + "securityContacts": { + "resourceType": "securityContacts", + "apiVersions": [ + "2020-01-01-preview", + "2017-08-01-preview" + ], + "locations": [ + "Central US", + "East US" + ] + }, + "settings": { + "resourceType": "settings", + "apiVersions": [ + "2019-01-01", + "2017-08-01-preview" + ], + "locations": [ + "Central US", + "East US" + ] + }, + "assessments": { + "resourceType": "assessments", + "apiVersions": [ + "2020-01-01", + "2019-01-01-preview" + ], + "locations": [] + }, + "automations": { + "resourceType": "automations", + "apiVersions": [ + "2019-01-01-preview" + ], + "locations": [ + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "West Central US", + "Canada Central", + "Canada East", + "Brazil South", + "East Asia", + "Southeast Asia", + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "South Africa North", + "South Africa West", + "UAE Central", + "UAE North", + "North Europe", + "West Europe", + "France Central", + "France South", + "UK South", + "UK West", + "Norway East", + "Norway West", + "Germany West Central", + "Germany North" + ] + }, + "locations/securitySolutions": { + "resourceType": "locations/securitySolutions", + "apiVersions": [ + "2015-06-01-preview" + ], + "locations": [ + "Central US", + "West Europe", + "West Central US" + ] + }, + "alertsSuppressionRules": { + "resourceType": "alertsSuppressionRules", + "apiVersions": [ + "2019-01-01-preview" + ], + "locations": [] + }, + "assessmentMetadata": { + "resourceType": "assessmentMetadata", + "apiVersions": [ + "2020-01-01", + "2019-01-01-preview" + ], + "locations": [] + }, + "workspaceSettings": { + "resourceType": "workspaceSettings", + "apiVersions": [ + "2019-01-01", + "2017-08-01-preview" + ], + "locations": [ + "Central US", + "East US" + ] + }, + "regulatoryComplianceStandards": { + "resourceType": "regulatoryComplianceStandards", + "apiVersions": [ + "2019-01-01-preview", + "2019-01-01" + ], + "locations": [ + "Central US", + "East US" + ] + }, + "iotSecuritySolutions/analyticsModels/aggregatedAlerts": { + "resourceType": "iotSecuritySolutions/analyticsModels/aggregatedAlerts", + "apiVersions": [ + "2019-08-01", + "2017-08-01-preview" + ], + "locations": [ + "East Asia", + "Southeast Asia", + "Central US", + "East US", + "East US 2", + "West US", + "North Central US", + "South Central US", + "Japan West", + "Japan East", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "Korea Central", + "Korea South", + "Australia Central", + "Australia Central 2", + "UAE Central", + "UAE North", + "South Africa North", + "South Africa West", + "North Europe", + "West Europe", + "UK South", + "UK West", + "France Central", + "France South" + ] + }, + "locations/discoveredSecuritySolutions": { + "resourceType": "locations/discoveredSecuritySolutions", + "apiVersions": [ + "2020-01-01", + "2015-06-01-preview" + ], + "locations": [ + "Central US", + "West Europe", + "West Central US" + ] + }, + "regulatoryComplianceStandards/regulatoryComplianceControls": { + "resourceType": "regulatoryComplianceStandards/regulatoryComplianceControls", + "apiVersions": [ + "2019-01-01-preview", + "2019-01-01" + ], + "locations": [ + "Central US", + "East US" + ] + }, + "iotSecuritySolutions/iotAlerts": { + "resourceType": "iotSecuritySolutions/iotAlerts", + "apiVersions": [ + "2019-08-01" + ], + "locations": [ + "East Asia", + "Southeast Asia", + "Central US", + "East US", + "East US 2", + "West US", + "North Central US", + "South Central US", + "Japan West", + "Japan East", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "Korea Central", + "Korea South", + "Australia Central", + "Australia Central 2", + "UAE Central", + "UAE North", + "South Africa North", + "South Africa West", + "North Europe", + "West Europe", + "UK South", + "UK West", + "France Central", + "France South" + ] + }, + "secureScores/secureScoreControls": { + "resourceType": "secureScores/secureScoreControls", + "apiVersions": [ + "2020-01-01-preview" + ], + "locations": [] + }, + "locations/topologies": { + "resourceType": "locations/topologies", + "apiVersions": [ + "2020-01-01", + "2015-06-01-preview" + ], + "locations": [ + "Central US", + "West Europe", + "West Central US" + ] + }, + "dataCollectionAgents": { + "resourceType": "dataCollectionAgents", + "apiVersions": [ + "2015-06-01-preview" + ], + "locations": [ + "East Asia", + "Southeast Asia", + "East US", + "East US 2", + "West US", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "West Europe", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East" + ] + }, + "alerts": { + "resourceType": "alerts", + "apiVersions": [ + "2020-01-01", + "2019-01-01", + "2015-06-01-preview" + ], + "locations": [ + "Central US", + "East US", + "West Europe" + ] + }, + "securitySolutionsReferenceData": { + "resourceType": "securitySolutionsReferenceData", + "apiVersions": [ + "2015-06-01-preview" + ], + "locations": [ + "Central US", + "East US", + "West Europe", + "West Central US" + ] + }, + "discoveredSecuritySolutions": { + "resourceType": "discoveredSecuritySolutions", + "apiVersions": [ + "2020-01-01", + "2015-06-01-preview" + ], + "locations": [ + "Central US", + "East US", + "West Europe", + "West Central US" + ] + }, + "InformationProtectionPolicies": { + "resourceType": "InformationProtectionPolicies", + "apiVersions": [ + "2017-08-01-preview" + ], + "locations": [ + "Central US", + "East US" + ] + }, + "subAssessments": { + "resourceType": "subAssessments", + "apiVersions": [ + "2020-01-01", + "2019-01-01-preview" + ], + "locations": [] + }, + "locations/allowedConnections": { + "resourceType": "locations/allowedConnections", + "apiVersions": [ + "2020-01-01", + "2015-06-01-preview" + ], + "locations": [ + "Central US", + "West Europe", + "West Central US" + ] + }, + "Compliances": { + "resourceType": "Compliances", + "apiVersions": [ + "2017-08-01-preview" + ], + "locations": [ + "Central US", + "East US" + ] + }, + "regulatoryComplianceStandards/regulatoryComplianceControls/regulatoryComplianceAssessments": { + "resourceType": "regulatoryComplianceStandards/regulatoryComplianceControls/regulatoryComplianceAssessments", + "apiVersions": [ + "2019-01-01-preview", + "2019-01-01" + ], + "locations": [ + "Central US", + "East US" + ] + }, + "locations/applicationWhitelistings": { + "resourceType": "locations/applicationWhitelistings", + "apiVersions": [ + "2020-01-01", + "2015-06-01-preview" + ], + "locations": [ + "Central US", + "West Central US", + "West Europe" + ] + }, + "connectors": { + "resourceType": "connectors", + "apiVersions": [ + "2020-01-01-preview" + ], + "locations": [] + }, + "sqlVulnerabilityAssessments": { + "resourceType": "sqlVulnerabilityAssessments", + "apiVersions": [ + "2020-07-01-preview" + ], + "locations": [] + } + } + }, + "Microsoft.ServiceFabric": { + "types": { + "locations/environments": { + "resourceType": "locations/environments", + "apiVersions": [ + "2020-12-01-privatepreview", + "2020-12-01-preview", + "2020-03-01", + "2020-02-01-privatepreview", + "2020-02-01-preview", + "2019-11-01-privatepreview", + "2019-11-01-preview", + "2019-06-01-preview", + "2019-03-01-privatepreview", + "2019-03-01-preview", + "2019-03-01", + "2018-02-01-privatepreview", + "2018-02-01", + "2017-07-01-privatepreview", + "2017-07-01-preview", + "2016-09-01", + "2016-03-01" + ], + "locations": [ + "West US", + "West US 2", + "West Central US", + "East US", + "East US 2", + "Central US", + "West Europe", + "North Europe", + "UK West", + "UK South", + "Australia East", + "Australia Southeast", + "North Central US", + "East Asia", + "Southeast Asia", + "Japan West", + "Japan East", + "South India", + "West India", + "Central India", + "Brazil South", + "South Central US", + "Korea Central", + "Korea South", + "Canada Central", + "Canada East", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/managedClusterOperations": { + "resourceType": "locations/managedClusterOperations", + "apiVersions": [ + "2020-01-01-preview" + ], + "locations": [ + "East Asia", + "North Europe", + "West Central US", + "East US 2" + ] + }, + "clusters": { + "resourceType": "clusters", + "apiVersions": [ + "2020-12-01-privatepreview", + "2020-12-01-preview", + "2020-03-01", + "2019-11-01-privatepreview", + "2019-11-01-preview", + "2019-06-01-preview", + "2019-03-01-privatepreview", + "2019-03-01-preview", + "2019-03-01", + "2018-02-01-privatepreview", + "2018-02-01", + "2017-07-01-privatepreview", + "2017-07-01-preview", + "2016-09-01", + "2016-03-01" + ], + "locations": [ + "West US", + "West US 2", + "West Central US", + "East US", + "East US 2", + "Central US", + "West Europe", + "North Europe", + "UK West", + "UK South", + "Australia East", + "Australia Southeast", + "North Central US", + "East Asia", + "Southeast Asia", + "Japan West", + "Japan East", + "South India", + "West India", + "Central India", + "Brazil South", + "South Central US", + "Korea Central", + "Korea South", + "Canada Central", + "Canada East", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "clusters/applications": { + "resourceType": "clusters/applications", + "apiVersions": [ + "2020-12-01-privatepreview", + "2020-12-01-preview", + "2020-03-01", + "2019-11-01-privatepreview", + "2019-11-01-preview", + "2019-06-01-preview", + "2019-03-01-privatepreview", + "2019-03-01-preview", + "2019-03-01", + "2017-07-01-preview", + "2016-09-01", + "2016-03-01" + ], + "locations": [ + "West US", + "West US 2", + "West Central US", + "East US", + "East US 2", + "Central US", + "West Europe", + "North Europe", + "UK West", + "UK South", + "Australia East", + "Australia Southeast", + "North Central US", + "East Asia", + "Southeast Asia", + "Japan West", + "Japan East", + "South India", + "West India", + "Central India", + "Brazil South", + "South Central US", + "Korea Central", + "Korea South", + "Canada Central", + "Canada East", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-12-01-privatepreview", + "2020-12-01-preview", + "2020-03-01", + "2020-02-01-privatepreview", + "2020-02-01-preview", + "2019-11-01-privatepreview", + "2019-11-01-preview", + "2019-06-01-preview", + "2019-03-01-privatepreview", + "2019-03-01-preview", + "2019-03-01", + "2018-02-01-privatepreview", + "2018-02-01", + "2017-07-01-privatepreview", + "2017-07-01-preview", + "2016-09-01", + "2016-03-01" + ], + "locations": [] + }, + "locations/managedClusterOperationResults": { + "resourceType": "locations/managedClusterOperationResults", + "apiVersions": [ + "2020-01-01-preview" + ], + "locations": [ + "East Asia", + "North Europe", + "West Central US", + "East US 2" + ] + }, + "managedclusters": { + "resourceType": "managedclusters", + "apiVersions": [ + "2020-01-01-preview" + ], + "locations": [ + "East Asia", + "North Europe", + "West Central US", + "East US 2" + ] + }, + "managedclusters/nodetypes": { + "resourceType": "managedclusters/nodetypes", + "apiVersions": [ + "2020-01-01-preview" + ], + "locations": [ + "East Asia", + "North Europe", + "West Central US", + "East US 2" + ] + }, + "locations/operationResults": { + "resourceType": "locations/operationResults", + "apiVersions": [ + "2020-12-01-privatepreview", + "2020-12-01-preview", + "2020-03-01", + "2020-02-01-privatepreview", + "2020-02-01-preview", + "2019-11-01-privatepreview", + "2019-11-01-preview", + "2019-06-01-preview", + "2019-03-01-privatepreview", + "2019-03-01-preview", + "2019-03-01", + "2018-02-01-privatepreview", + "2018-02-01", + "2017-07-01-privatepreview", + "2017-07-01-preview", + "2016-09-01", + "2016-03-01" + ], + "locations": [ + "West US", + "West US 2", + "West Central US", + "East US", + "East US 2", + "Central US", + "West Europe", + "North Europe", + "UK West", + "UK South", + "Australia East", + "Australia Southeast", + "North Central US", + "East Asia", + "Southeast Asia", + "Japan West", + "Japan East", + "South India", + "West India", + "Central India", + "Brazil South", + "South Central US", + "Korea Central", + "Korea South", + "Canada Central", + "Canada East", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-12-01-privatepreview", + "2020-12-01-preview", + "2020-03-01", + "2020-02-01-privatepreview", + "2020-02-01-preview", + "2019-11-01-privatepreview", + "2019-11-01-preview", + "2019-06-01-preview", + "2019-03-01-privatepreview", + "2019-03-01-preview", + "2019-03-01", + "2018-02-01-privatepreview", + "2018-02-01", + "2017-07-01-privatepreview", + "2017-07-01-preview", + "2016-09-01", + "2016-03-01" + ], + "locations": [] + }, + "locations/clusterVersions": { + "resourceType": "locations/clusterVersions", + "apiVersions": [ + "2020-12-01-privatepreview", + "2020-12-01-preview", + "2020-03-01", + "2020-02-01-privatepreview", + "2020-02-01-preview", + "2019-11-01-privatepreview", + "2019-11-01-preview", + "2019-06-01-preview", + "2019-03-01-privatepreview", + "2019-03-01-preview", + "2019-03-01", + "2018-02-01-privatepreview", + "2018-02-01", + "2017-07-01-privatepreview", + "2017-07-01-preview", + "2016-09-01", + "2016-03-01" + ], + "locations": [ + "West US", + "West US 2", + "West Central US", + "East US", + "East US 2", + "Central US", + "West Europe", + "North Europe", + "UK West", + "UK South", + "Australia East", + "Australia Southeast", + "North Central US", + "East Asia", + "Southeast Asia", + "Japan West", + "Japan East", + "South India", + "West India", + "Central India", + "Brazil South", + "South Central US", + "Korea Central", + "Korea South", + "Canada Central", + "Canada East", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/operations": { + "resourceType": "locations/operations", + "apiVersions": [ + "2020-12-01-privatepreview", + "2020-12-01-preview", + "2020-03-01", + "2020-02-01-privatepreview", + "2020-02-01-preview", + "2019-11-01-privatepreview", + "2019-11-01-preview", + "2019-06-01-preview", + "2019-03-01-privatepreview", + "2019-03-01-preview", + "2019-03-01", + "2018-02-01-privatepreview", + "2018-02-01", + "2017-07-01-privatepreview", + "2017-07-01-preview", + "2016-09-01", + "2016-03-01" + ], + "locations": [ + "West US", + "West US 2", + "West Central US", + "East US", + "East US 2", + "Central US", + "West Europe", + "North Europe", + "UK West", + "UK South", + "Australia East", + "Australia Southeast", + "North Central US", + "East Asia", + "Southeast Asia", + "Japan West", + "Japan East", + "South India", + "West India", + "Central India", + "Brazil South", + "South Central US", + "Korea Central", + "Korea South", + "Canada Central", + "Canada East", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + } + } + }, + "Microsoft.Sql": { + "types": { + "servers/elasticpools/metricdefinitions": { + "resourceType": "servers/elasticpools/metricdefinitions", + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/disasterRecoveryConfiguration": { + "resourceType": "servers/disasterRecoveryConfiguration", + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/serverTrustGroupAzureAsyncOperation": { + "resourceType": "locations/serverTrustGroupAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/jobAgents/jobs/executions": { + "resourceType": "servers/jobAgents/jobs/executions", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/vulnerabilityAssessments": { + "resourceType": "servers/vulnerabilityAssessments", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/elasticPoolEstimates": { + "resourceType": "servers/elasticPoolEstimates", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/databases/auditingSettings": { + "resourceType": "servers/databases/auditingSettings", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/aggregatedDatabaseMetrics": { + "resourceType": "servers/aggregatedDatabaseMetrics", + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/serverOperationResults": { + "resourceType": "locations/serverOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/databases/workloadGroups": { + "resourceType": "servers/databases/workloadGroups", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "managedInstances": { + "resourceType": "managedInstances", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/databases/syncGroups": { + "resourceType": "servers/databases/syncGroups", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/shortTermRetentionPolicyAzureAsyncOperation": { + "resourceType": "locations/shortTermRetentionPolicyAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/administrators": { + "resourceType": "servers/administrators", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/advisors": { + "resourceType": "servers/advisors", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview", + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/recommendedElasticPools": { + "resourceType": "servers/recommendedElasticPools", + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/managedInstanceOperationResults": { + "resourceType": "locations/managedInstanceOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/dnsAliasAsyncOperation": { + "resourceType": "locations/dnsAliasAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "managedInstances/metricDefinitions": { + "resourceType": "managedInstances/metricDefinitions", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "instancePools": { + "resourceType": "instancePools", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/managedInstanceKeyOperationResults": { + "resourceType": "locations/managedInstanceKeyOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/syncDatabaseIds": { + "resourceType": "locations/syncDatabaseIds", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/managedServerSecurityAlertPoliciesAzureAsyncOperation": { + "resourceType": "locations/managedServerSecurityAlertPoliciesAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/longTermRetentionServers": { + "resourceType": "locations/longTermRetentionServers", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/privateEndpointConnectionProxyAzureAsyncOperation": { + "resourceType": "locations/privateEndpointConnectionProxyAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/encryptionProtectorOperationResults": { + "resourceType": "locations/encryptionProtectorOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/longTermRetentionPolicyAzureAsyncOperation": { + "resourceType": "locations/longTermRetentionPolicyAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/elasticPoolAzureAsyncOperation": { + "resourceType": "locations/elasticPoolAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview", + "2015-05-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/auditingSettingsOperationResults": { + "resourceType": "locations/auditingSettingsOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/longTermRetentionBackupOperationResults": { + "resourceType": "locations/longTermRetentionBackupOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/virtualClusterOperationResults": { + "resourceType": "locations/virtualClusterOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2017-03-01-preview", + "2015-05-01-preview", + "2015-05-01", + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/tdeCertAzureAsyncOperation": { + "resourceType": "locations/tdeCertAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "managedInstances/sqlAgent": { + "resourceType": "managedInstances/sqlAgent", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2018-06-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "managedInstances/databases/vulnerabilityAssessments": { + "resourceType": "managedInstances/databases/vulnerabilityAssessments", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/jobAgents/jobs": { + "resourceType": "servers/jobAgents/jobs", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/tdeCertificates": { + "resourceType": "servers/tdeCertificates", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/databases/backupLongTermRetentionPolicies": { + "resourceType": "servers/databases/backupLongTermRetentionPolicies", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/databases/transparentDataEncryption": { + "resourceType": "servers/databases/transparentDataEncryption", + "apiVersions": [ + "2017-03-01-preview", + "2015-05-01-preview", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/restorableDroppedDatabases": { + "resourceType": "servers/restorableDroppedDatabases", + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/databases/VulnerabilityAssessmentSettings": { + "resourceType": "servers/databases/VulnerabilityAssessmentSettings", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/elasticpools": { + "resourceType": "servers/elasticpools", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-09-01-preview", + "2015-05-01-preview", + "2015-05-01", + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/virtualClusterAzureAsyncOperation": { + "resourceType": "locations/virtualClusterAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/databaseOperationResults": { + "resourceType": "locations/databaseOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/serviceObjectives": { + "resourceType": "servers/serviceObjectives", + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/communicationLinks": { + "resourceType": "servers/communicationLinks", + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/managedDatabaseOperationResults": { + "resourceType": "locations/managedDatabaseOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/databases/dataMaskingPolicies": { + "resourceType": "servers/databases/dataMaskingPolicies", + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/elasticpools/metrics": { + "resourceType": "servers/elasticpools/metrics", + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/administratorOperationResults": { + "resourceType": "servers/administratorOperationResults", + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/instanceFailoverGroups": { + "resourceType": "locations/instanceFailoverGroups", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/longTermRetentionManagedInstanceBackupAzureAsyncOperation": { + "resourceType": "locations/longTermRetentionManagedInstanceBackupAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/syncGroupOperationResults": { + "resourceType": "locations/syncGroupOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/managedInstanceTdeCertOperationResults": { + "resourceType": "locations/managedInstanceTdeCertOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/failoverGroupAzureAsyncOperation": { + "resourceType": "locations/failoverGroupAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "managedInstances/vulnerabilityAssessments": { + "resourceType": "managedInstances/vulnerabilityAssessments", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/databases/auditRecords": { + "resourceType": "servers/databases/auditRecords", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/extendedAuditingSettings": { + "resourceType": "servers/extendedAuditingSettings", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/virtualNetworkRules": { + "resourceType": "servers/virtualNetworkRules", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/databases": { + "resourceType": "servers/databases", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview", + "2015-01-01", + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/privateEndpointConnectionOperationResults": { + "resourceType": "locations/privateEndpointConnectionOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/databases/backupShortTermRetentionPolicies": { + "resourceType": "servers/databases/backupShortTermRetentionPolicies", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/managedInstanceTdeCertAzureAsyncOperation": { + "resourceType": "locations/managedInstanceTdeCertAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/extendedAuditingSettingsAzureAsyncOperation": { + "resourceType": "locations/extendedAuditingSettingsAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/automaticTuning": { + "resourceType": "servers/automaticTuning", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/import": { + "resourceType": "servers/import", + "apiVersions": [ + "2020-02-02-preview", + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/databases/topQueries/queryText": { + "resourceType": "servers/databases/topQueries/queryText", + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/usages": { + "resourceType": "servers/usages", + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "managedInstances/tdeCertificates": { + "resourceType": "managedInstances/tdeCertificates", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/firewallRulesOperationResults": { + "resourceType": "locations/firewallRulesOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/serverKeyOperationResults": { + "resourceType": "locations/serverKeyOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/privateEndpointConnectionProxyOperationResults": { + "resourceType": "locations/privateEndpointConnectionProxyOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/databaseRestoreAzureAsyncOperation": { + "resourceType": "locations/databaseRestoreAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/encryptionProtectorAzureAsyncOperation": { + "resourceType": "locations/encryptionProtectorAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/jobAgentOperationResults": { + "resourceType": "locations/jobAgentOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/databases/metricDefinitions": { + "resourceType": "servers/databases/metricDefinitions", + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/databases/geoBackupPolicies": { + "resourceType": "servers/databases/geoBackupPolicies", + "apiVersions": [ + "2015-05-01-preview", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/managedServerSecurityAlertPoliciesOperationResults": { + "resourceType": "locations/managedServerSecurityAlertPoliciesOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/managedDatabaseCompleteRestoreOperationResults": { + "resourceType": "locations/managedDatabaseCompleteRestoreOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/jobAgents": { + "resourceType": "servers/jobAgents", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/managedInstancePrivateEndpointConnectionAzureAsyncOperation": { + "resourceType": "locations/managedInstancePrivateEndpointConnectionAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/securityAlertPoliciesOperationResults": { + "resourceType": "locations/securityAlertPoliciesOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/importExportOperationResults": { + "resourceType": "locations/importExportOperationResults", + "apiVersions": [ + "2020-02-02-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "managedInstances/databases": { + "resourceType": "managedInstances/databases", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/firewallRulesAzureAsyncOperation": { + "resourceType": "locations/firewallRulesAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/databases/syncGroups/syncMembers": { + "resourceType": "servers/databases/syncGroups/syncMembers", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "managedInstances/recoverableDatabases": { + "resourceType": "managedInstances/recoverableDatabases", + "apiVersions": [ + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/auditingSettings": { + "resourceType": "servers/auditingSettings", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/managedDatabaseRestoreAzureAsyncOperation": { + "resourceType": "locations/managedDatabaseRestoreAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/administratorOperationResults": { + "resourceType": "locations/administratorOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/shortTermRetentionPolicyOperationResults": { + "resourceType": "locations/shortTermRetentionPolicyOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/databases/vulnerabilityAssessments": { + "resourceType": "servers/databases/vulnerabilityAssessments", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/syncMemberOperationResults": { + "resourceType": "locations/syncMemberOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/instancePoolOperationResults": { + "resourceType": "locations/instancePoolOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/longTermRetentionBackups": { + "resourceType": "locations/longTermRetentionBackups", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/databases/dataMaskingPolicies/rules": { + "resourceType": "servers/databases/dataMaskingPolicies/rules", + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/longTermRetentionManagedInstances": { + "resourceType": "locations/longTermRetentionManagedInstances", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/failoverGroups": { + "resourceType": "servers/failoverGroups", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "managedInstances/metrics": { + "resourceType": "managedInstances/metrics", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/privateEndpointConnectionAzureAsyncOperation": { + "resourceType": "locations/privateEndpointConnectionAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/vulnerabilityAssessmentScanOperationResults": { + "resourceType": "locations/vulnerabilityAssessmentScanOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/managedInstanceLongTermRetentionPolicyAzureAsyncOperation": { + "resourceType": "locations/managedInstanceLongTermRetentionPolicyAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/managedShortTermRetentionPolicyAzureAsyncOperation": { + "resourceType": "locations/managedShortTermRetentionPolicyAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/importExportOperationResults": { + "resourceType": "servers/importExportOperationResults", + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/syncAgents": { + "resourceType": "servers/syncAgents", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/databases/VulnerabilityAssessment": { + "resourceType": "servers/databases/VulnerabilityAssessment", + "apiVersions": [ + "2020-02-02-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/vulnerabilityAssessmentScanAzureAsyncOperation": { + "resourceType": "locations/vulnerabilityAssessmentScanAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/virtualNetworkRulesOperationResults": { + "resourceType": "locations/virtualNetworkRulesOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview", + "2015-05-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/jobAccounts": { + "resourceType": "servers/jobAccounts", + "apiVersions": [ + "2020-02-02-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/databases/VulnerabilityAssessmentScans": { + "resourceType": "servers/databases/VulnerabilityAssessmentScans", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/databases/advisors": { + "resourceType": "servers/databases/advisors", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview", + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/encryptionProtector": { + "resourceType": "servers/encryptionProtector", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/extendedAuditingSettingsOperationResults": { + "resourceType": "locations/extendedAuditingSettingsOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/deleteVirtualNetworkOrSubnetsOperationResults": { + "resourceType": "locations/deleteVirtualNetworkOrSubnetsOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview", + "2015-05-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/capabilities": { + "resourceType": "locations/capabilities", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview", + "2015-05-01", + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/auditingSettingsAzureAsyncOperation": { + "resourceType": "locations/auditingSettingsAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/recoverableDatabases": { + "resourceType": "servers/recoverableDatabases", + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/managedDatabaseRestoreOperationResults": { + "resourceType": "locations/managedDatabaseRestoreOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/managedShortTermRetentionPolicyOperationResults": { + "resourceType": "locations/managedShortTermRetentionPolicyOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "checkNameAvailability": { + "resourceType": "checkNameAvailability", + "apiVersions": [ + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview", + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/managedDatabaseCompleteRestoreAzureAsyncOperation": { + "resourceType": "locations/managedDatabaseCompleteRestoreAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/managedInstanceKeyAzureAsyncOperation": { + "resourceType": "locations/managedInstanceKeyAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/securityAlertPolicies": { + "resourceType": "servers/securityAlertPolicies", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/serverAdministratorAzureAsyncOperation": { + "resourceType": "locations/serverAdministratorAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/databases/securityAlertPolicies": { + "resourceType": "servers/databases/securityAlertPolicies", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/elasticPoolOperationResults": { + "resourceType": "locations/elasticPoolOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview", + "2015-05-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/serverAzureAsyncOperation": { + "resourceType": "locations/serverAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/databases/topQueries": { + "resourceType": "servers/databases/topQueries", + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/serverTrustGroups": { + "resourceType": "locations/serverTrustGroups", + "apiVersions": [ + "2020-02-02-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/databaseSecurityPolicies": { + "resourceType": "servers/databaseSecurityPolicies", + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/managedInstancePrivateEndpointConnectionProxyAzureAsyncOperation": { + "resourceType": "locations/managedInstancePrivateEndpointConnectionProxyAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/longTermRetentionPolicyOperationResults": { + "resourceType": "locations/longTermRetentionPolicyOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/tdeCertOperationResults": { + "resourceType": "locations/tdeCertOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "managedInstances/administrators": { + "resourceType": "managedInstances/administrators", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/deleteVirtualNetworkOrSubnets": { + "resourceType": "locations/deleteVirtualNetworkOrSubnets", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview", + "2015-05-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/managedInstancePrivateEndpointConnectionOperationResults": { + "resourceType": "locations/managedInstancePrivateEndpointConnectionOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/databases/automaticTuning": { + "resourceType": "servers/databases/automaticTuning", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "managedInstances/databases/backupLongTermRetentionPolicies": { + "resourceType": "managedInstances/databases/backupLongTermRetentionPolicies", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/managedInstanceEncryptionProtectorAzureAsyncOperation": { + "resourceType": "locations/managedInstanceEncryptionProtectorAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/operationResults": { + "resourceType": "servers/operationResults", + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/keys": { + "resourceType": "servers/keys", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/failoverGroupOperationResults": { + "resourceType": "locations/failoverGroupOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/longTermRetentionManagedInstanceBackups": { + "resourceType": "locations/longTermRetentionManagedInstanceBackups", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers": { + "resourceType": "servers", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview", + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/jobAgents/jobs/steps": { + "resourceType": "servers/jobAgents/jobs/steps", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/jobAgentAzureAsyncOperation": { + "resourceType": "locations/jobAgentAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/serverKeyAzureAsyncOperation": { + "resourceType": "locations/serverKeyAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/managedInstanceEncryptionProtectorOperationResults": { + "resourceType": "locations/managedInstanceEncryptionProtectorOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/syncAgentOperationResults": { + "resourceType": "locations/syncAgentOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/importExportAzureAsyncOperation": { + "resourceType": "locations/importExportAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/securityAlertPoliciesAzureAsyncOperation": { + "resourceType": "locations/securityAlertPoliciesAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/managedInstancePrivateEndpointConnectionProxyOperationResults": { + "resourceType": "locations/managedInstancePrivateEndpointConnectionProxyOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/databases/metrics": { + "resourceType": "servers/databases/metrics", + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/managedInstanceLongTermRetentionPolicyOperationResults": { + "resourceType": "locations/managedInstanceLongTermRetentionPolicyOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/longTermRetentionManagedInstanceBackupOperationResults": { + "resourceType": "locations/longTermRetentionManagedInstanceBackupOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/managedDatabaseAzureAsyncOperation": { + "resourceType": "locations/managedDatabaseAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/notifyAzureAsyncOperation": { + "resourceType": "locations/notifyAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/instancePoolAzureAsyncOperation": { + "resourceType": "locations/instancePoolAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/elasticPools/advisors": { + "resourceType": "servers/elasticPools/advisors", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/databases/extensions": { + "resourceType": "servers/databases/extensions", + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/usages": { + "resourceType": "locations/usages", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview", + "2015-05-01", + "2014-04-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/instanceFailoverGroupOperationResults": { + "resourceType": "locations/instanceFailoverGroupOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/managedInstanceAzureAsyncOperation": { + "resourceType": "locations/managedInstanceAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/administratorAzureAsyncOperation": { + "resourceType": "locations/administratorAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/dnsAliasOperationResults": { + "resourceType": "locations/dnsAliasOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "virtualClusters": { + "resourceType": "virtualClusters", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/databaseAzureAsyncOperation": { + "resourceType": "locations/databaseAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/instanceFailoverGroupAzureAsyncOperation": { + "resourceType": "locations/instanceFailoverGroupAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/serverAdministratorOperationResults": { + "resourceType": "locations/serverAdministratorOperationResults", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/virtualNetworkRulesAzureAsyncOperation": { + "resourceType": "locations/virtualNetworkRulesAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview", + "2015-05-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/databases/recommendedSensitivityLabels": { + "resourceType": "servers/databases/recommendedSensitivityLabels", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/serverTrustGroupOperationResults": { + "resourceType": "locations/serverTrustGroupOperationResults", + "apiVersions": [ + "2020-02-02-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/longTermRetentionBackupAzureAsyncOperation": { + "resourceType": "locations/longTermRetentionBackupAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "servers/dnsAliases": { + "resourceType": "servers/dnsAliases", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + }, + "locations/deleteVirtualNetworkOrSubnetsAzureAsyncOperation": { + "resourceType": "locations/deleteVirtualNetworkOrSubnetsAzureAsyncOperation", + "apiVersions": [ + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview", + "2015-05-01" + ], + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2" + ] + } + } + }, + "Microsoft.Network": { + "types": { + "dnszones/NS": { + "resourceType": "dnszones/NS", + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "locations": [ + "global" + ] + }, + "trafficmanagerprofiles/heatMaps": { + "resourceType": "trafficmanagerprofiles/heatMaps", + "apiVersions": [ + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-09-01-preview" + ], + "locations": [ + "global" + ] + }, + "privateDnsZones/MX": { + "resourceType": "privateDnsZones/MX", + "apiVersions": [ + "2020-01-01", + "2018-09-01" + ], + "locations": [ + "global" + ] + }, + "frontdoors/frontendEndpoints/customHttpsConfiguration": { + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "locations": [ + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ] + }, + "dnszones/TXT": { + "resourceType": "dnszones/TXT", + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "locations": [ + "global" + ] + }, + "privateDnsZones/TXT": { + "resourceType": "privateDnsZones/TXT", + "apiVersions": [ + "2020-01-01", + "2018-09-01" + ], + "locations": [ + "global" + ] + }, + "dnszones": { + "resourceType": "dnszones", + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "locations": [ + "global" + ] + }, + "frontdoorWebApplicationFirewallManagedRuleSets": { + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", + "apiVersions": [ + "2020-04-01", + "2019-10-01", + "2019-03-01" + ], + "locations": [ + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ] + }, + "locations/CheckDnsNameAvailability": { + "resourceType": "locations/CheckDnsNameAvailability", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "frontdoorWebApplicationFirewallPolicies": { + "resourceType": "frontdoorWebApplicationFirewallPolicies", + "apiVersions": [ + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "locations": [ + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ] + }, + "trafficManagerGeographicHierarchies": { + "resourceType": "trafficManagerGeographicHierarchies", + "apiVersions": [ + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01" + ], + "locations": [ + "global" + ] + }, + "networkSecurityGroups": { + "resourceType": "networkSecurityGroups", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "privateDnsZones/AAAA": { + "resourceType": "privateDnsZones/AAAA", + "apiVersions": [ + "2020-01-01", + "2018-09-01" + ], + "locations": [ + "global" + ] + }, + "expressRouteServiceProviders": { + "resourceType": "expressRouteServiceProviders", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "locations": [] + }, + "locations/autoApprovedPrivateLinkServices": { + "resourceType": "locations/autoApprovedPrivateLinkServices", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "checkFrontdoorNameAvailability": { + "resourceType": "checkFrontdoorNameAvailability", + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "locations": [ + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ] + }, + "networkVirtualAppliances": { + "resourceType": "networkVirtualAppliances", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01" + ], + "locations": [ + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "West Central US", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "Central US" + ] + }, + "securityPartnerProviders": { + "resourceType": "securityPartnerProviders", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North" + ] + }, + "dnsOperationResults": { + "resourceType": "dnsOperationResults", + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01" + ], + "locations": [ + "global" + ] + }, + "privateDnsZones/virtualNetworkLinks": { + "resourceType": "privateDnsZones/virtualNetworkLinks", + "apiVersions": [ + "2020-01-01", + "2018-09-01" + ], + "locations": [ + "global" + ] + }, + "trafficManagerUserMetricsKeys": { + "resourceType": "trafficManagerUserMetricsKeys", + "apiVersions": [ + "2018-08-01", + "2018-04-01", + "2017-09-01-preview" + ], + "locations": [ + "global" + ] + }, + "dnszones/SOA": { + "resourceType": "dnszones/SOA", + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "locations": [ + "global" + ] + }, + "privateDnsZonesInternal": { + "resourceType": "privateDnsZonesInternal", + "apiVersions": [ + "2020-01-01" + ], + "locations": [ + "global" + ] + }, + "natGateways": { + "resourceType": "natGateways", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/setResourceOwnership": { + "resourceType": "locations/setResourceOwnership", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "publicIPAddresses": { + "resourceType": "publicIPAddresses", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "virtualRouters": { + "resourceType": "virtualRouters", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01" + ], + "locations": [ + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "West Central US", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "Central US" + ] + }, + "dnszones/MX": { + "resourceType": "dnszones/MX", + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "locations": [ + "global" + ] + }, + "azureFirewallFqdnTags": { + "resourceType": "azureFirewallFqdnTags", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "locations": [] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "locations": [] + }, + "networkWatchers/flowLogs": { + "resourceType": "networkWatchers/flowLogs", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "dnszones/all": { + "resourceType": "dnszones/all", + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "locations": [ + "global" + ] + }, + "locations/checkPrivateLinkServiceVisibility": { + "resourceType": "locations/checkPrivateLinkServiceVisibility", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "virtualHubs": { + "resourceType": "virtualHubs", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "p2sVpnGateways": { + "resourceType": "p2sVpnGateways", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "privateDnsZones/PTR": { + "resourceType": "privateDnsZones/PTR", + "apiVersions": [ + "2020-01-01", + "2018-09-01" + ], + "locations": [ + "global" + ] + }, + "privateDnsZones": { + "resourceType": "privateDnsZones", + "apiVersions": [ + "2020-01-01", + "2018-09-01" + ], + "locations": [ + "global" + ] + }, + "serviceEndpointPolicies": { + "resourceType": "serviceEndpointPolicies", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/operations": { + "resourceType": "locations/operations", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "locations": [] + }, + "locations/availableDelegations": { + "resourceType": "locations/availableDelegations", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "privateEndpointRedirectMaps": { + "resourceType": "privateEndpointRedirectMaps", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "frontdoors": { + "resourceType": "frontdoors", + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "locations": [ + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ] + }, + "routeTables": { + "resourceType": "routeTables", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "azureFirewalls": { + "resourceType": "azureFirewalls", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "France Central", + "Australia Central", + "Japan West", + "Japan East", + "Korea Central", + "Korea South", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "vpnServerConfigurations": { + "resourceType": "vpnServerConfigurations", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/operationResults": { + "resourceType": "locations/operationResults", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "locations": [] + }, + "virtualNetworkGateways": { + "resourceType": "virtualNetworkGateways", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "privateDnsZones/A": { + "resourceType": "privateDnsZones/A", + "apiVersions": [ + "2020-01-01", + "2018-09-01" + ], + "locations": [ + "global" + ] + }, + "privateEndpoints": { + "resourceType": "privateEndpoints", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "privateDnsZones/CNAME": { + "resourceType": "privateDnsZones/CNAME", + "apiVersions": [ + "2020-01-01", + "2018-09-01" + ], + "locations": [ + "global" + ] + }, + "privateDnsZones/SRV": { + "resourceType": "privateDnsZones/SRV", + "apiVersions": [ + "2020-01-01", + "2018-09-01" + ], + "locations": [ + "global" + ] + }, + "locations/serviceTags": { + "resourceType": "locations/serviceTags", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "publicIPPrefixes": { + "resourceType": "publicIPPrefixes", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "privateDnsOperationStatuses": { + "resourceType": "privateDnsOperationStatuses", + "apiVersions": [ + "2020-01-01", + "2018-09-01" + ], + "locations": [ + "global" + ] + }, + "locations/bareMetalTenants": { + "resourceType": "locations/bareMetalTenants", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "checkTrafficManagerNameAvailability": { + "resourceType": "checkTrafficManagerNameAvailability", + "apiVersions": [ + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "locations": [ + "global" + ] + }, + "applicationGateways": { + "resourceType": "applicationGateways", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "networkInterfaces": { + "resourceType": "networkInterfaces", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/batchValidatePrivateEndpointsForResourceMove": { + "resourceType": "locations/batchValidatePrivateEndpointsForResourceMove", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "applicationSecurityGroups": { + "resourceType": "applicationSecurityGroups", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "vpnGateways": { + "resourceType": "vpnGateways", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "applicationGatewayAvailableServerVariables": { + "resourceType": "applicationGatewayAvailableServerVariables", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01" + ], + "locations": [] + }, + "ddosProtectionPlans": { + "resourceType": "ddosProtectionPlans", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "networkIntentPolicies": { + "resourceType": "networkIntentPolicies", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "France South", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "connections": { + "resourceType": "connections", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "dnszones/CAA": { + "resourceType": "dnszones/CAA", + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01" + ], + "locations": [ + "global" + ] + }, + "trafficmanagerprofiles": { + "resourceType": "trafficmanagerprofiles", + "apiVersions": [ + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01", + "2015-11-01", + "2015-04-28-preview" + ], + "locations": [ + "global" + ] + }, + "routeFilters": { + "resourceType": "routeFilters", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/usages": { + "resourceType": "locations/usages", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "internalNotify": { + "resourceType": "internalNotify", + "apiVersions": [ + "2018-05-01" + ], + "locations": [ + "global" + ] + }, + "frontdoors/frontendEndpoints": { + "resourceType": "frontdoors/frontendEndpoints", + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "locations": [ + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ] + }, + "vpnSites": { + "resourceType": "vpnSites", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "privateDnsOperationResults": { + "resourceType": "privateDnsOperationResults", + "apiVersions": [ + "2020-01-01", + "2018-09-01" + ], + "locations": [ + "global" + ] + }, + "dnszones/A": { + "resourceType": "dnszones/A", + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "locations": [ + "global" + ] + }, + "loadBalancers": { + "resourceType": "loadBalancers", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "applicationGatewayWebApplicationFirewallPolicies": { + "resourceType": "applicationGatewayWebApplicationFirewallPolicies", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "networkWatchers/pingMeshes": { + "resourceType": "networkWatchers/pingMeshes", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "dnszones/SRV": { + "resourceType": "dnszones/SRV", + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "locations": [ + "global" + ] + }, + "firewallPolicies": { + "resourceType": "firewallPolicies", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01" + ], + "locations": [ + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "West Central US", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "Central US" + ] + }, + "networkVirtualApplianceSkus": { + "resourceType": "networkVirtualApplianceSkus", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "locations": [] + }, + "locations/availablePrivateEndpointTypes": { + "resourceType": "locations/availablePrivateEndpointTypes", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/nfvOperations": { + "resourceType": "locations/nfvOperations", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01" + ], + "locations": [] + }, + "ipAllocations": { + "resourceType": "ipAllocations", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "privateDnsZones/all": { + "resourceType": "privateDnsZones/all", + "apiVersions": [ + "2020-01-01", + "2018-09-01" + ], + "locations": [ + "global" + ] + }, + "bastionHosts": { + "resourceType": "bastionHosts", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "ipGroups": { + "resourceType": "ipGroups", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01" + ], + "locations": [ + "UAE North", + "Australia Central 2", + "UAE Central", + "Germany North", + "Central India", + "Korea South", + "Switzerland North", + "Switzerland West", + "Japan West", + "France South", + "South Africa West", + "West India", + "Canada East", + "South India", + "Germany West Central", + "Norway East", + "Norway West", + "South Africa North", + "East Asia", + "Southeast Asia", + "Korea Central", + "Brazil South", + "Japan East", + "UK West", + "West US", + "East US", + "North Europe", + "West Europe", + "South Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "East US 2", + "West US 2", + "North Central US", + "Canada Central", + "France Central", + "West Central US", + "Central US" + ] + }, + "applicationGatewayAvailableWafRuleSets": { + "resourceType": "applicationGatewayAvailableWafRuleSets", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01" + ], + "locations": [] + }, + "expressRouteGateways": { + "resourceType": "expressRouteGateways", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/supportedVirtualMachineSizes": { + "resourceType": "locations/supportedVirtualMachineSizes", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/nfvOperationResults": { + "resourceType": "locations/nfvOperationResults", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01" + ], + "locations": [] + }, + "expressRouteCircuits": { + "resourceType": "expressRouteCircuits", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/checkAcceleratedNetworkingSupport": { + "resourceType": "locations/checkAcceleratedNetworkingSupport", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "frontdoorOperationResults": { + "resourceType": "frontdoorOperationResults", + "apiVersions": [ + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-08-01" + ], + "locations": [ + "global" + ] + }, + "localNetworkGateways": { + "resourceType": "localNetworkGateways", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/commitInternalAzureNetworkManagerConfiguration": { + "resourceType": "locations/commitInternalAzureNetworkManagerConfiguration", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2019-12-01", + "2019-11-01" + ], + "locations": [ + "West Central US" + ] + }, + "networkWatchers/connectionMonitors": { + "resourceType": "networkWatchers/connectionMonitors", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "privateLinkServices": { + "resourceType": "privateLinkServices", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "virtualWans": { + "resourceType": "virtualWans", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "locations": [] + }, + "locations/virtualNetworkAvailableEndpointServices": { + "resourceType": "locations/virtualNetworkAvailableEndpointServices", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/availableServiceAliases": { + "resourceType": "locations/availableServiceAliases", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "ddosCustomPolicies": { + "resourceType": "ddosCustomPolicies", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/validateResourceOwnership": { + "resourceType": "locations/validateResourceOwnership", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "virtualNetworkTaps": { + "resourceType": "virtualNetworkTaps", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "getDnsResourceReference": { + "resourceType": "getDnsResourceReference", + "apiVersions": [ + "2018-05-01" + ], + "locations": [ + "global" + ] + }, + "applicationGatewayAvailableResponseHeaders": { + "resourceType": "applicationGatewayAvailableResponseHeaders", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01" + ], + "locations": [] + }, + "applicationGatewayAvailableSslOptions": { + "resourceType": "applicationGatewayAvailableSslOptions", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01" + ], + "locations": [] + }, + "dnsOperationStatuses": { + "resourceType": "dnsOperationStatuses", + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01" + ], + "locations": [ + "global" + ] + }, + "bgpServiceCommunities": { + "resourceType": "bgpServiceCommunities", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01" + ], + "locations": [] + }, + "privateDnsZones/SOA": { + "resourceType": "privateDnsZones/SOA", + "apiVersions": [ + "2020-01-01", + "2018-09-01" + ], + "locations": [ + "global" + ] + }, + "dnszones/PTR": { + "resourceType": "dnszones/PTR", + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "locations": [ + "global" + ] + }, + "locations/effectiveResourceOwnership": { + "resourceType": "locations/effectiveResourceOwnership", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "networkProfiles": { + "resourceType": "networkProfiles", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "networkExperimentProfiles": { + "resourceType": "networkExperimentProfiles", + "apiVersions": [ + "2019-11-01" + ], + "locations": [ + "global", + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast" + ] + }, + "masterCustomIpPrefixes": { + "resourceType": "masterCustomIpPrefixes", + "apiVersions": [ + "2020-06-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "dnszones/CNAME": { + "resourceType": "dnszones/CNAME", + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "locations": [ + "global" + ] + }, + "applicationGatewayAvailableRequestHeaders": { + "resourceType": "applicationGatewayAvailableRequestHeaders", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01" + ], + "locations": [] + }, + "dnszones/recordsets": { + "resourceType": "dnszones/recordsets", + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "locations": [ + "global" + ] + }, + "locations/setLoadBalancerFrontendPublicIpAddresses": { + "resourceType": "locations/setLoadBalancerFrontendPublicIpAddresses", + "apiVersions": [ + "2020-06-01", + "2020-05-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/batchNotifyPrivateEndpointsForResourceMove": { + "resourceType": "locations/batchNotifyPrivateEndpointsForResourceMove", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "virtualNetworks": { + "resourceType": "virtualNetworks", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview", + "2014-12-01-preview" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "customIpPrefixes": { + "resourceType": "customIpPrefixes", + "apiVersions": [ + "2020-06-01" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "dnszones/AAAA": { + "resourceType": "dnszones/AAAA", + "apiVersions": [ + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "locations": [ + "global" + ] + }, + "networkWatchers": { + "resourceType": "networkWatchers", + "apiVersions": [ + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01", + "2019-11-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-04-01", + "2019-02-01", + "2018-12-01", + "2018-11-01", + "2018-10-01", + "2018-08-01", + "2018-07-01", + "2018-06-01", + "2018-05-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2018-01-01", + "2017-11-01", + "2017-10-01", + "2017-09-01", + "2017-08-01", + "2017-06-01", + "2017-04-01", + "2017-03-01", + "2016-12-01", + "2016-11-01", + "2016-10-01", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-03-30" + ], + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan East", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + } + } + }, + "Microsoft.MachineLearning": { + "types": { + "webServices": { + "resourceType": "webServices", + "apiVersions": [ + "2017-01-01", + "2016-05-01-preview" + ], + "locations": [ + "South Central US", + "West Europe", + "Southeast Asia", + "Japan East", + "East US 2", + "West Central US" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2017-01-01", + "2016-05-01-preview" + ], + "locations": [ + "South Central US" + ] + }, + "locations/operationsStatus": { + "resourceType": "locations/operationsStatus", + "apiVersions": [ + "2017-01-01", + "2016-05-01-preview" + ], + "locations": [ + "South Central US", + "West Europe", + "Southeast Asia", + "Japan East", + "East US 2", + "West Central US" + ] + }, + "commitmentPlans": { + "resourceType": "commitmentPlans", + "apiVersions": [ + "2017-01-01", + "2016-05-01-preview" + ], + "locations": [ + "South Central US", + "West Europe", + "Southeast Asia", + "Japan East", + "East US 2", + "West Central US" + ] + }, + "Workspaces": { + "resourceType": "Workspaces", + "apiVersions": [ + "2016-04-01" + ], + "locations": [ + "South Central US", + "West Europe", + "Southeast Asia", + "Japan East", + "West Central US" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2017-01-01", + "2016-05-01-preview" + ], + "locations": [ + "South Central US" + ] + }, + "locations/operations": { + "resourceType": "locations/operations", + "apiVersions": [ + "2017-01-01", + "2016-05-01-preview" + ], + "locations": [ + "South Central US", + "West Europe", + "Southeast Asia", + "Japan East", + "East US 2", + "West Central US" + ] + } + } + }, + "Microsoft.VMwareCloudSimple": { + "types": { + "dedicatedCloudNodes": { + "resourceType": "dedicatedCloudNodes", + "apiVersions": [ + "2019-04-01" + ], + "locations": [ + "South Central US", + "Switzerland North", + "Switzerland West", + "West Europe", + "East US", + "West US" + ] + }, + "dedicatedCloudServices": { + "resourceType": "dedicatedCloudServices", + "apiVersions": [ + "2019-04-01" + ], + "locations": [ + "South Central US", + "Switzerland North", + "Switzerland West", + "West Europe", + "East US", + "West US" + ] + }, + "locations/privateClouds/virtualMachineTemplates": { + "resourceType": "locations/privateClouds/virtualMachineTemplates", + "apiVersions": [ + "2019-04-01" + ], + "locations": [ + "South Central US", + "Switzerland North", + "Switzerland West", + "West Europe", + "East US", + "West US" + ] + }, + "locations/availabilities": { + "resourceType": "locations/availabilities", + "apiVersions": [ + "2019-04-01" + ], + "locations": [ + "South Central US", + "Switzerland North", + "Switzerland West", + "West Europe", + "East US", + "West US" + ] + }, + "locations/privateClouds": { + "resourceType": "locations/privateClouds", + "apiVersions": [ + "2019-04-01" + ], + "locations": [ + "South Central US", + "Switzerland North", + "Switzerland West", + "West Europe", + "East US", + "West US" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2019-04-01" + ], + "locations": [] + }, + "virtualMachines": { + "resourceType": "virtualMachines", + "apiVersions": [ + "2019-04-01" + ], + "locations": [ + "South Central US", + "Switzerland North", + "Switzerland West", + "West Europe", + "East US", + "West US" + ] + }, + "locations/operationresults": { + "resourceType": "locations/operationresults", + "apiVersions": [ + "2019-04-01" + ], + "locations": [ + "South Central US", + "Switzerland North", + "Switzerland West", + "West Europe", + "East US", + "West US" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2019-04-01" + ], + "locations": [] + }, + "locations/privateClouds/resourcePools": { + "resourceType": "locations/privateClouds/resourcePools", + "apiVersions": [ + "2019-04-01" + ], + "locations": [ + "South Central US", + "Switzerland North", + "Switzerland West", + "West Europe", + "East US", + "West US" + ] + }, + "locations/usages": { + "resourceType": "locations/usages", + "apiVersions": [ + "2019-04-01" + ], + "locations": [ + "South Central US", + "Switzerland North", + "Switzerland West", + "West Europe", + "East US", + "West US" + ] + }, + "locations/privateClouds/virtualNetworks": { + "resourceType": "locations/privateClouds/virtualNetworks", + "apiVersions": [ + "2019-04-01" + ], + "locations": [ + "South Central US", + "Switzerland North", + "Switzerland West", + "West Europe", + "East US", + "West US" + ] + } + } + }, + "RavenHq.Db": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2016-07-18" + ], + "locations": [] + }, + "listCommunicationPreference": { + "resourceType": "listCommunicationPreference", + "apiVersions": [ + "2016-07-18" + ], + "locations": [] + }, + "updateCommunicationPreference": { + "resourceType": "updateCommunicationPreference", + "apiVersions": [ + "2016-07-18" + ], + "locations": [] + }, + "databases": { + "resourceType": "databases", + "apiVersions": [ + "2016-07-18" + ], + "locations": [ + "East US", + "North Europe", + "West Europe" + ] + } + } + }, + "Microsoft.NetApp": { + "types": { + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-03-01", + "2020-02-01", + "2019-11-01", + "2019-10-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-05-01", + "2017-08-15" + ], + "locations": [ + "Australia East", + "Australia Southeast", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East US", + "East US 2", + "Germany North", + "Germany West Central", + "Japan East", + "Japan West", + "North Europe", + "South Central US", + "South India", + "Southeast Asia", + "UAE Central", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US (Stage)", + "West US 2 (Stage)", + "South Central US (Stage)" + ] + } + } + }, + "Microsoft.DataMigration": { + "types": { + "services/projects": { + "resourceType": "services/projects", + "apiVersions": [ + "2018-07-15-preview", + "2018-04-19", + "2018-03-31-preview", + "2018-03-15-preview", + "2017-11-15-privatepreview", + "2017-11-15-preview", + "2017-04-15-privatepreview" + ], + "locations": [ + "West Central US", + "Brazil South", + "West Europe", + "Australia East", + "East US", + "East US 2", + "Canada Central", + "East Asia", + "Central India", + "West India", + "Japan East", + "Korea South", + "North Central US", + "Australia Southeast", + "Canada East", + "Central US", + "South India", + "Japan West", + "Korea Central", + "North Europe", + "South Central US", + "Southeast Asia", + "UK West", + "West US", + "UK South", + "West US 2", + "South Africa North", + "UAE North", + "France Central" + ] + }, + "locations/checkNameAvailability": { + "resourceType": "locations/checkNameAvailability", + "apiVersions": [ + "2018-07-15-preview", + "2018-04-19", + "2018-03-31-preview", + "2018-03-15-preview", + "2017-11-15-privatepreview", + "2017-11-15-preview", + "2017-04-15-privatepreview" + ], + "locations": [ + "West Central US", + "Brazil South", + "West Europe", + "Australia East", + "East US", + "East US 2", + "Canada Central", + "East Asia", + "Central India", + "West India", + "Japan East", + "Korea South", + "North Central US", + "Australia Southeast", + "Canada East", + "Central US", + "South India", + "Japan West", + "Korea Central", + "North Europe", + "South Central US", + "Southeast Asia", + "UK West", + "West US", + "UK South", + "West US 2", + "South Africa North", + "UAE North", + "France Central" + ] + }, + "services": { + "resourceType": "services", + "apiVersions": [ + "2018-07-15-preview", + "2018-04-19", + "2018-03-31-preview", + "2018-03-15-preview", + "2017-11-15-privatepreview", + "2017-11-15-preview", + "2017-04-15-privatepreview" + ], + "locations": [ + "West Central US", + "Brazil South", + "West Europe", + "Australia East", + "East US", + "East US 2", + "Canada Central", + "East Asia", + "Central India", + "West India", + "Japan East", + "Korea South", + "North Central US", + "Australia Southeast", + "Canada East", + "Central US", + "South India", + "Japan West", + "Korea Central", + "North Europe", + "South Central US", + "Southeast Asia", + "UK West", + "West US", + "UK South", + "West US 2", + "South Africa North", + "UAE North", + "France Central" + ] + }, + "locations/operationStatuses": { + "resourceType": "locations/operationStatuses", + "apiVersions": [ + "2018-07-15-preview", + "2018-04-19", + "2018-03-31-preview", + "2018-03-15-preview", + "2017-11-15-privatepreview", + "2017-11-15-preview", + "2017-04-15-privatepreview" + ], + "locations": [ + "West Central US", + "Brazil South", + "West Europe", + "Australia East", + "East US", + "East US 2", + "Canada Central", + "East Asia", + "Central India", + "West India", + "Japan East", + "Korea South", + "North Central US", + "Australia Southeast", + "Canada East", + "Central US", + "South India", + "Japan West", + "Korea Central", + "North Europe", + "South Central US", + "Southeast Asia", + "UK West", + "West US", + "UK South", + "West US 2", + "South Africa North", + "UAE North", + "France Central" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2018-07-15-preview", + "2018-04-19", + "2018-03-31-preview", + "2018-03-15-preview", + "2017-11-15-privatepreview", + "2017-11-15-preview", + "2017-04-15-privatepreview" + ], + "locations": [] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2018-07-15-preview", + "2018-04-19", + "2018-03-31-preview", + "2018-03-15-preview", + "2017-11-15-privatepreview", + "2017-11-15-preview", + "2017-04-15-privatepreview" + ], + "locations": [ + "West Central US", + "Brazil South", + "West Europe", + "Australia East", + "East US", + "East US 2", + "Canada Central", + "East Asia", + "Central India", + "West India", + "Japan East", + "Korea South", + "North Central US", + "Australia Southeast", + "Canada East", + "Central US", + "South India", + "Japan West", + "Korea Central", + "North Europe", + "South Central US", + "Southeast Asia", + "UK West", + "West US", + "UK South", + "West US 2", + "South Africa North", + "UAE North", + "France Central" + ] + }, + "locations/operationResults": { + "resourceType": "locations/operationResults", + "apiVersions": [ + "2018-07-15-preview", + "2018-04-19", + "2018-03-31-preview", + "2018-03-15-preview", + "2017-11-15-privatepreview", + "2017-11-15-preview", + "2017-04-15-privatepreview" + ], + "locations": [ + "West Central US", + "Brazil South", + "West Europe", + "Australia East", + "East US", + "East US 2", + "Canada Central", + "East Asia", + "Central India", + "West India", + "Japan East", + "Korea South", + "North Central US", + "Australia Southeast", + "Canada East", + "Central US", + "South India", + "Japan West", + "Korea Central", + "North Europe", + "South Central US", + "Southeast Asia", + "UK West", + "West US", + "UK South", + "West US 2", + "South Africa North", + "UAE North", + "France Central" + ] + } + } + }, + "Microsoft.ScVmm": { + "types": { + "Operations": { + "resourceType": "Operations", + "apiVersions": [ + "2020-06-05-preview" + ], + "locations": [] + }, + "Locations": { + "resourceType": "Locations", + "apiVersions": [ + "2020-06-05-preview" + ], + "locations": [] + }, + "Locations/OperationStatuses": { + "resourceType": "Locations/OperationStatuses", + "apiVersions": [ + "2020-06-05-preview" + ], + "locations": [ + "East US", + "West US 2", + "East US 2 EUAP", + "West Europe" + ] + } + } + }, + "Microsoft.DigitalTwins": { + "types": { + "digitalTwinsInstances/operationResults": { + "resourceType": "digitalTwinsInstances/operationResults", + "apiVersions": [ + "2020-03-01-preview" + ], + "locations": [ + "West Central US", + "West US 2", + "North Europe", + "Australia East", + "West Europe", + "East US" + ] + }, + "locations/checkNameAvailability": { + "resourceType": "locations/checkNameAvailability", + "apiVersions": [ + "2020-03-01-preview" + ], + "locations": [ + "West Central US", + "West US 2", + "North Europe", + "Australia East", + "West Europe", + "East US" + ] + }, + "digitalTwinsInstances": { + "resourceType": "digitalTwinsInstances", + "apiVersions": [ + "2020-03-01-preview" + ], + "locations": [ + "West Central US", + "West US 2", + "North Europe", + "Australia East", + "West Europe", + "East US" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2020-03-01-preview" + ], + "locations": [] + }, + "digitalTwinsInstances/endpoints": { + "resourceType": "digitalTwinsInstances/endpoints", + "apiVersions": [ + "2020-03-01-preview" + ], + "locations": [ + "West Central US", + "West US 2", + "North Europe", + "Australia East", + "West Europe", + "East US" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-03-01-preview" + ], + "locations": [ + "West Central US" + ] + } + } + } +} diff --git a/docs/commands/PSRule.Rules.Azure/en-US/Export-AzTemplateRuleData.md b/docs/commands/PSRule.Rules.Azure/en-US/Export-AzTemplateRuleData.md index b93d66f7e4..3135d70303 100644 --- a/docs/commands/PSRule.Rules.Azure/en-US/Export-AzTemplateRuleData.md +++ b/docs/commands/PSRule.Rules.Azure/en-US/Export-AzTemplateRuleData.md @@ -35,7 +35,7 @@ Currently the following limitations also apply: - Nested templates are expanded, external templates are not. - Deployment resources that link to an external template are returned as a resource. -- The `providers` template function is not supported. +- The `environment`, and `pickZones` template functions are not supported. - References to Key Vault secrets are not expanded. A placeholder value is used instead. - Multi-line strings and user-defined functions are not supported. diff --git a/pipeline.build.ps1 b/pipeline.build.ps1 index aeef594d42..5456281a55 100644 --- a/pipeline.build.ps1 +++ b/pipeline.build.ps1 @@ -212,7 +212,25 @@ task TestDotNet { } } -task CopyModule { +task MinifyData { + $dataPath = Join-Path -Path $PWD -ChildPath 'data'; + $dataOutPath = Join-Path -Path $PWD -ChildPath 'out/data'; + if (!(Test-Path -Path $dataOutPath)) { + $Null = New-Item -Path $dataOutPath -ItemType Directory -Force; + } + + # Providers + $filePath = Join-Path -Path $dataPath -ChildPath 'providers.json'; + $fileOutPath = Join-Path -Path $dataOutPath -ChildPath 'providers.json'; + Get-Content -Path $filePath -Raw | ConvertFrom-Json | ConvertTo-Json -Depth 100 -Compress | Set-Content -Path $fileOutPath; + + # Environments + $filePath = Join-Path -Path $dataPath -ChildPath 'environments.json'; + $fileOutPath = Join-Path -Path $dataOutPath -ChildPath 'environments.json'; + Get-Content -Path $filePath -Raw | ConvertFrom-Json | ConvertTo-Json -Depth 100 -Compress | Set-Content -Path $fileOutPath; +} + +task CopyModule MinifyData, { CopyModuleFiles -Path src/PSRule.Rules.Azure -DestinationPath out/modules/PSRule.Rules.Azure; # Copy LICENSE @@ -220,6 +238,9 @@ task CopyModule { # Copy third party notices Copy-Item -Path ThirdPartyNotices.txt -Destination out/modules/PSRule.Rules.Azure; + + # Copy data + Copy-Item -Path 'out/data/*.json' -Destination out/modules/PSRule.Rules.Azure -Recurse; } # Synopsis: Build modules only @@ -249,6 +270,26 @@ task TestModule ModuleDependencies, Pester, PSScriptAnalyzer, { } } +task IntegrationTest ModuleDependencies, Pester, PSScriptAnalyzer, { + # Run Pester tests + $pesterParams = @{ Path = (Join-Path -Path $PWD -ChildPath tests/Integration); OutputFile = 'reports/pester-unit.xml'; OutputFormat = 'NUnitXml'; PesterOption = @{ IncludeVSCodeMarker = $True }; PassThru = $True; }; + + if (!(Test-Path -Path reports)) { + $Null = New-Item -Path reports -ItemType Directory -Force; + } + + $results = Invoke-Pester @pesterParams; + + # Throw an error if pester tests failed + if ($Null -eq $results) { + throw 'Failed to get Pester test results.'; + } + elseif ($results.FailedCount -gt 0) { + throw "$($results.FailedCount) tests failed."; + } +} + + # Synopsis: Run validation task Rules PSRule, { $assertParams = @{ @@ -327,6 +368,38 @@ task ScaffoldHelp Build, BuildRuleDocs, { Update-MarkdownHelp -Path '.\docs\commands\PSRule.Rules.Azure\en-US'; } +task ExportProviders { + $providers = Get-AzResourceProvider -ListAvailable; + $index = @{} + foreach ($provider in $providers) { + $namespace = $provider.ProviderNamespace; + $provider.PSObject.Properties.Remove('RegistrationState'); + $provider.PSObject.Properties.Remove('ProviderNamespace'); + + $resourceTypes = @{}; + $provider.ResourceTypes | ForEach-Object { + $info = @{ + resourceType = $_.ResourceTypeName + apiVersions = $_.ApiVersions + locations = $_.Locations + } + $resourceTypes.Add($info.resourceType, $info); + }; + $entry = @{ + types = $resourceTypes + } + $index.Add($namespace, $entry); + } + + $dataPath = Join-Path -Path $PWD -ChildPath 'data'; + if (!(Test-Path -Path $dataPath)) { + $Null = New-Item -Path $dataPath -ItemType Directory -Force; + } + $index | ConvertTo-Json -Depth 20 | Set-Content ./data/providers.json; +} + +task ExportData ExportProviders + # Synopsis: Add shipit build tag task TagBuild { if ($Null -ne $Env:BUILD_DEFINITIONNAME) { diff --git a/src/PSRule.Rules.Azure/Common/JsonConverters.cs b/src/PSRule.Rules.Azure/Common/JsonConverters.cs index 656dc25929..204e16c242 100644 --- a/src/PSRule.Rules.Azure/Common/JsonConverters.cs +++ b/src/PSRule.Rules.Azure/Common/JsonConverters.cs @@ -2,6 +2,7 @@ // Licensed under the MIT License. using Newtonsoft.Json; +using PSRule.Rules.Azure.Data.Template; using PSRule.Rules.Azure.Pipeline; using PSRule.Rules.Azure.Resources; using System; @@ -221,4 +222,116 @@ namespace PSRule.Rules.Azure return result.ToArray(); } } + + internal sealed class ResourceProviderConverter : JsonConverter + { + public override bool CanConvert(Type objectType) + { + return objectType == typeof(ResourceProvider) || objectType == typeof(Dictionary); + } + + public override bool CanRead => true; + + public override bool CanWrite => false; + + public override void WriteJson(JsonWriter writer, object value, JsonSerializer serializer) + { + throw new NotImplementedException(); + } + + public override object ReadJson(JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer) + { + if (objectType == typeof(ResourceProvider)) + { + var resultObject = existingValue as ResourceProvider ?? new ResourceProvider(); + ReadObject(resultObject, reader, serializer); + return resultObject; + } + + var resultDictionary = existingValue as Dictionary ?? new Dictionary(StringComparer.OrdinalIgnoreCase); + ReadDictionary(resultDictionary, reader, serializer); + return resultDictionary; + } + + private static void ReadObject(ResourceProvider value, JsonReader reader, JsonSerializer serializer) + { + if (reader.TokenType != JsonToken.StartObject) + throw new PipelineSerializationException(PSRuleResources.ReadJsonFailed); + + reader.Read(); + string name = null; + + // Read each token + while (reader.TokenType != JsonToken.EndObject) + { + switch (reader.TokenType) + { + case JsonToken.PropertyName: + name = reader.Value.ToString(); + break; + + case JsonToken.StartObject: + if (name == "types") + { + ReadType(value, reader, serializer); + } + break; + } + reader.Read(); + } + } + + private static void ReadType(ResourceProvider value, JsonReader reader, JsonSerializer serializer) + { + if (reader.TokenType != JsonToken.StartObject) + throw new PipelineSerializationException(PSRuleResources.ReadJsonFailed); + + reader.Read(); + string name = null; + + // Read each token + while (reader.TokenType != JsonToken.EndObject) + { + switch (reader.TokenType) + { + case JsonToken.PropertyName: + name = reader.Value.ToString(); + break; + + case JsonToken.StartObject: + var resourceType = serializer.Deserialize(reader); + value.Types.Add(name, resourceType); + break; + } + reader.Read(); + } + } + + private static void ReadDictionary(Dictionary value, JsonReader reader, JsonSerializer serializer) + { + if (reader.TokenType != JsonToken.StartObject) + throw new PipelineSerializationException(PSRuleResources.ReadJsonFailed); + + reader.Read(); + string name = null; + + // Read each token + while (reader.TokenType != JsonToken.EndObject) + { + switch (reader.TokenType) + { + case JsonToken.PropertyName: + name = reader.Value.ToString(); + break; + + case JsonToken.StartObject: + var provider = new ResourceProvider(); + ReadObject(provider, reader, serializer); + value.Add(name, provider); + break; + } + reader.Read(); + } + } + } } diff --git a/src/PSRule.Rules.Azure/Data/Template/Functions.cs b/src/PSRule.Rules.Azure/Data/Template/Functions.cs index 15289e9ca6..b067797134 100644 --- a/src/PSRule.Rules.Azure/Data/Template/Functions.cs +++ b/src/PSRule.Rules.Azure/Data/Template/Functions.cs @@ -14,6 +14,7 @@ using System.Security.Cryptography; using System.Text; using System.Threading; using System.Web; +using System.Xml; using static PSRule.Rules.Azure.Data.Template.TemplateVisitor; namespace PSRule.Rules.Azure.Data.Template @@ -27,14 +28,12 @@ namespace PSRule.Rules.Azure.Data.Template { // Array and object new FunctionDescriptor("array", Array), - new FunctionDescriptor("coalesce", Coalesce), new FunctionDescriptor("concat", Concat), new FunctionDescriptor("contains", Contains), new FunctionDescriptor("createArray", CreateArray), new FunctionDescriptor("empty", Empty), new FunctionDescriptor("first", First), new FunctionDescriptor("intersection", Intersection), - new FunctionDescriptor("json", Json), new FunctionDescriptor("last", Last), new FunctionDescriptor("length", Length), new FunctionDescriptor("min", Min), @@ -45,14 +44,20 @@ namespace PSRule.Rules.Azure.Data.Template new FunctionDescriptor("union", Union), // Comparison + new FunctionDescriptor("coalesce", Coalesce), new FunctionDescriptor("equals", Equals), new FunctionDescriptor("greater", Greater), new FunctionDescriptor("greaterOrEquals", GreaterOrEquals), new FunctionDescriptor("less", Less), new FunctionDescriptor("lessOrEquals", LessOrEquals), + // Date + new FunctionDescriptor("dateTimeAdd", DateTimeAdd), + new FunctionDescriptor("utcNow", UtcNow), + // Deployment new FunctionDescriptor("deployment", Deployment), + // environment new FunctionDescriptor("parameters", Parameters), new FunctionDescriptor("variables", Variables), @@ -75,10 +80,14 @@ namespace PSRule.Rules.Azure.Data.Template new FunctionDescriptor("mul", Mul), new FunctionDescriptor("sub", Sub), + // Object + new FunctionDescriptor("json", Json), + // Resource new FunctionDescriptor("extensionResourceId", ExtensionResourceId), new FunctionDescriptor("list", List), // Includes listAccountSas, listKeys, listSecrets, list* - // providers + // pickZones + new FunctionDescriptor("providers", Providers), new FunctionDescriptor("reference", Reference), new FunctionDescriptor("resourceGroup", ResourceGroup), new FunctionDescriptor("resourceId", ResourceId), @@ -119,7 +128,6 @@ namespace PSRule.Rules.Azure.Data.Template new FunctionDescriptor("uri", Uri), new FunctionDescriptor("uriComponent", UriComponent), new FunctionDescriptor("uriComponentToString", UriComponentToString), - new FunctionDescriptor("utcNow", UtcNow), }; private static readonly CultureInfo AzureCulture = new CultureInfo("en-US"); @@ -395,15 +403,15 @@ namespace PSRule.Rules.Azure.Data.Template if (CountArgs(args) != 2) throw ArgumentsOutOfRange(nameof(Range), args); - if (!ExpressionHelpers.TryInt(args[0], out int startingInteger)) - throw new ArgumentException(); + if (!ExpressionHelpers.TryInt(args[0], out int startIndex)) + throw ArgumentInvalidInteger(nameof(Range), nameof(startIndex)); - if (!ExpressionHelpers.TryInt(args[1], out int numberofElements)) - throw new ArgumentException(); + if (!ExpressionHelpers.TryInt(args[1], out int count)) + throw ArgumentInvalidInteger(nameof(Range), nameof(count)); - var result = new int[numberofElements]; - for (var i = 0; i < numberofElements; i++) - result[i] = startingInteger++; + var result = new int[count]; + for (var i = 0; i < count; i++) + result[i] = startIndex++; return new JArray(result); } @@ -414,7 +422,7 @@ namespace PSRule.Rules.Azure.Data.Template throw ArgumentsOutOfRange(nameof(Skip), args); if (!ExpressionHelpers.TryInt(args[1], out int numberToSkip)) - throw new ArgumentException(); + throw ArgumentInvalidInteger(nameof(Skip), nameof(numberToSkip)); int skip = numberToSkip <= 0 ? 0 : numberToSkip; if (ExpressionHelpers.TryString(args[0], out string soriginalValue)) @@ -435,7 +443,6 @@ namespace PSRule.Rules.Azure.Data.Template return result; } - throw new ArgumentException(); } @@ -633,6 +640,29 @@ namespace PSRule.Rules.Azure.Data.Template return new MockList(resourceId); } + internal static object Providers(TemplateContext context, object[] args) + { + var argCount = CountArgs(args); + if (argCount < 1 || argCount > 2) + throw ArgumentsOutOfRange(nameof(Providers), args); + + if (!ExpressionHelpers.TryString(args[0], out string providerNamespace)) + throw ArgumentFormatInvalid(nameof(Providers)); + + string resourceType = null; + if (argCount > 1 && !ExpressionHelpers.TryString(args[1], out resourceType)) + throw ArgumentFormatInvalid(nameof(Providers)); + + var resourceTypes = context.GetResourceType(providerNamespace, resourceType); + if (resourceType == null) + return resourceTypes; + + if (resourceTypes == null || resourceTypes.Length == 0) + throw ArgumentInvalidResourceType(nameof(Providers), providerNamespace, resourceType); + + return resourceTypes[0]; + } + internal static object Reference(TemplateContext context, object[] args) { var argCount = CountArgs(args); @@ -1004,6 +1034,45 @@ namespace PSRule.Rules.Azure.Data.Template #endregion Comparison + #region Date + + internal static object DateTimeAdd(TemplateContext context, object[] args) + { + var argCount = CountArgs(args); + if (argCount < 2 || argCount > 3) + throw ArgumentsOutOfRange(nameof(DateTimeAdd), args); + + if (!ExpressionHelpers.TryString(args[0], out string start)) + throw ArgumentInvalidString(nameof(DateTimeAdd), "base"); + + if (!ExpressionHelpers.TryString(args[1], out string duration)) + throw ArgumentInvalidString(nameof(DateTimeAdd), nameof(duration)); + + string format = null; + if (argCount == 3 && !ExpressionHelpers.TryString(args[2], out format)) + throw ArgumentInvalidString(nameof(DateTimeAdd), nameof(format)); + + var startTime = DateTime.Parse(start, AzureCulture); + var timeToAdd = XmlConvert.ToTimeSpan(duration); + var result = startTime.Add(timeToAdd); + return format == null ? result.ToString(AzureCulture) : result.ToString(format, AzureCulture); + } + + internal static object UtcNow(TemplateContext context, object[] args) + { + var argCount = CountArgs(args); + if (CountArgs(args) > 1) + throw ArgumentsOutOfRange(nameof(UtcNow), args); + + var format = "yyyyMMddTHHmmssZ"; + if (argCount == 1 && !ExpressionHelpers.TryString(args[0], out format)) + throw ArgumentInvalidString(nameof(UtcNow), nameof(format)); + + return DateTime.UtcNow.ToString(format, AzureCulture); + } + + #endregion Date + #region Logical /// @@ -1089,10 +1158,10 @@ namespace PSRule.Rules.Azure.Data.Template if (CountArgs(args) != 1) throw ArgumentsOutOfRange(nameof(Base64), args); - if (!ExpressionHelpers.TryString(args[0], out string value)) - throw new ArgumentException(); + if (!ExpressionHelpers.TryString(args[0], out string inputString)) + throw ArgumentInvalidString(nameof(Base64), nameof(inputString)); - return Convert.ToBase64String(Encoding.UTF8.GetBytes(value)); + return Convert.ToBase64String(Encoding.UTF8.GetBytes(inputString)); } internal static object Base64ToJson(TemplateContext context, object[] args) @@ -1100,10 +1169,10 @@ namespace PSRule.Rules.Azure.Data.Template if (CountArgs(args) != 1) throw ArgumentsOutOfRange(nameof(Base64ToJson), args); - if (!ExpressionHelpers.TryString(args[0], out string value)) - throw new ArgumentException(); + if (!ExpressionHelpers.TryString(args[0], out string base64Value)) + throw ArgumentInvalidString(nameof(Base64ToJson), nameof(base64Value)); - return JObject.Parse(Encoding.UTF8.GetString(Convert.FromBase64String(value))); + return JObject.Parse(Encoding.UTF8.GetString(Convert.FromBase64String(base64Value))); } internal static object Base64ToString(TemplateContext context, object[] args) @@ -1111,10 +1180,10 @@ namespace PSRule.Rules.Azure.Data.Template if (CountArgs(args) != 1) throw ArgumentsOutOfRange(nameof(Base64ToString), args); - if (!ExpressionHelpers.TryString(args[0], out string value)) - throw new ArgumentException(); + if (!ExpressionHelpers.TryString(args[0], out string base64Value)) + throw ArgumentInvalidString(nameof(Base64ToString), nameof(base64Value)); - return Encoding.UTF8.GetString(Convert.FromBase64String(value)); + return Encoding.UTF8.GetString(Convert.FromBase64String(base64Value)); } internal static object DataUri(TemplateContext context, object[] args) @@ -1326,10 +1395,10 @@ namespace PSRule.Rules.Azure.Data.Template throw ArgumentsOutOfRange(nameof(Uri), args); if (!ExpressionHelpers.TryString(args[0], out string baseUri)) - throw new ArgumentException(PSRuleResources.FunctionInvalidString, "baseUri"); + throw ArgumentInvalidString(nameof(Uri), "baseUri"); if (!ExpressionHelpers.TryString(args[1], out string relativeUri)) - throw new ArgumentException(PSRuleResources.FunctionInvalidString, "relativeUri"); + throw ArgumentInvalidString(nameof(Uri), "relativeUri"); var result = new Uri(new Uri(baseUri), relativeUri); return result.ToString(); @@ -1341,7 +1410,7 @@ namespace PSRule.Rules.Azure.Data.Template throw ArgumentsOutOfRange(nameof(UriComponent), args); if (!ExpressionHelpers.TryString(args[0], out string stringToEncode)) - throw new ArgumentException(PSRuleResources.FunctionInvalidString, "stringToEncode"); + throw ArgumentInvalidString(nameof(UriComponent), "stringToEncode"); return HttpUtility.UrlEncode(stringToEncode); } @@ -1352,24 +1421,11 @@ namespace PSRule.Rules.Azure.Data.Template throw ArgumentsOutOfRange(nameof(UriComponentToString), args); if (!ExpressionHelpers.TryString(args[0], out string uriEncodedString)) - throw new ArgumentException(PSRuleResources.FunctionInvalidString, "uriEncodedString"); + throw ArgumentInvalidString(nameof(UriComponentToString), "uriEncodedString"); return HttpUtility.UrlDecode(uriEncodedString); } - internal static object UtcNow(TemplateContext context, object[] args) - { - var argCount = CountArgs(args); - if (CountArgs(args) > 1) - throw ArgumentsOutOfRange(nameof(UtcNow), args); - - var format = "yyyyMMddTHHmmssZ"; - if (argCount == 1 && !ExpressionHelpers.TryString(args[0], out format)) - throw new ArgumentException(PSRuleResources.FunctionInvalidString, "format"); - - return DateTime.UtcNow.ToString(format, AzureCulture); - } - internal static object Replace(TemplateContext context, object[] args) { if (CountArgs(args) != 3) @@ -1387,7 +1443,6 @@ namespace PSRule.Rules.Azure.Data.Template throw new ArgumentOutOfRangeException(); string[] delimiter = null; - if (ExpressionHelpers.TryString(args[1], out string single)) { delimiter = new string[] { single }; @@ -1556,6 +1611,22 @@ namespace PSRule.Rules.Azure.Data.Template ); } + private static ExpressionArgumentException ArgumentInvalidString(string expression, string operand) + { + return new ExpressionArgumentException( + expression, + string.Format(Thread.CurrentThread.CurrentCulture, PSRuleResources.ArgumentInvalidString, operand, expression) + ); + } + + private static ExpressionArgumentException ArgumentInvalidResourceType(string expression, string providerNamespace, string resourceType) + { + return new ExpressionArgumentException( + expression, + string.Format(Thread.CurrentThread.CurrentCulture, PSRuleResources.ArgumentInvalidResourceType, expression, providerNamespace, resourceType) + ); + } + #endregion Exceptions } } diff --git a/src/PSRule.Rules.Azure/Data/Template/Models.cs b/src/PSRule.Rules.Azure/Data/Template/Models.cs index 4fc4ba674c..d4d54e477e 100644 --- a/src/PSRule.Rules.Azure/Data/Template/Models.cs +++ b/src/PSRule.Rules.Azure/Data/Template/Models.cs @@ -3,7 +3,9 @@ using Newtonsoft.Json; using Newtonsoft.Json.Converters; +using System; using System.Collections; +using System.Collections.Generic; using System.Text; namespace PSRule.Rules.Azure.Data.Template @@ -118,6 +120,25 @@ namespace PSRule.Rules.Azure.Data.Template public readonly ResourceGroupProperties Properties; } + public sealed class ResourceProvider + { + internal ResourceProvider() + { + Types = new Dictionary(StringComparer.OrdinalIgnoreCase); + } + + public Dictionary Types { get; } + } + + public sealed class ResourceProviderType + { + public string ResourceType { get; set; } + + public string[] Locations { get; set; } + + public string[] ApiVersions { get; set; } + } + public abstract class MockNode { protected MockNode(MockNode parent) diff --git a/src/PSRule.Rules.Azure/Data/Template/TemplateVisitor.cs b/src/PSRule.Rules.Azure/Data/Template/TemplateVisitor.cs index 852a2cc2e1..fb8c58335a 100644 --- a/src/PSRule.Rules.Azure/Data/Template/TemplateVisitor.cs +++ b/src/PSRule.Rules.Azure/Data/Template/TemplateVisitor.cs @@ -1,10 +1,13 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. +using Newtonsoft.Json; using Newtonsoft.Json.Linq; using PSRule.Rules.Azure.Resources; using System; using System.Collections.Generic; +using System.IO; +using System.Linq; using System.Threading; namespace PSRule.Rules.Azure.Data.Template @@ -37,6 +40,7 @@ namespace PSRule.Rules.Azure.Data.Template { private readonly Stack _Deployment; private JObject _Parameters; + private readonly Dictionary _Providers; internal TemplateContext() { @@ -47,6 +51,7 @@ namespace PSRule.Rules.Azure.Data.Template ResourceGroup = new ResourceGroup(); Subscription = new Subscription(); _Deployment = new Stack(); + _Providers = ReadProviders(); } internal TemplateContext(Subscription subscription, ResourceGroup resourceGroup) @@ -230,6 +235,33 @@ namespace PSRule.Rules.Azure.Data.Template } return true; } + + private static Dictionary ReadProviders() + { + var providersFile = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "providers.json"); + if (!File.Exists(providersFile)) + return null; + + var json = File.ReadAllText(providersFile); + var settings = new JsonSerializerSettings(); + settings.Converters.Add(new ResourceProviderConverter()); + var result = JsonConvert.DeserializeObject>(json, settings); + return result; + } + + internal ResourceProviderType[] GetResourceType(string providerNamespace, string resourceType) + { + if (_Providers == null || _Providers.Count == 0 || !_Providers.TryGetValue(providerNamespace, out ResourceProvider provider)) + return Array.Empty(); + + if (resourceType == null) + return provider.Types.Values.ToArray(); + + if (!provider.Types.ContainsKey(resourceType)) + return Array.Empty(); + + return new ResourceProviderType[] { provider.Types[resourceType] }; + } } private abstract class LazyValue diff --git a/src/PSRule.Rules.Azure/Resources/PSRuleResources.Designer.cs b/src/PSRule.Rules.Azure/Resources/PSRuleResources.Designer.cs index c1d3e2ec37..cf5262b32b 100644 --- a/src/PSRule.Rules.Azure/Resources/PSRuleResources.Designer.cs +++ b/src/PSRule.Rules.Azure/Resources/PSRuleResources.Designer.cs @@ -78,6 +78,24 @@ namespace PSRule.Rules.Azure.Resources { } } + /// + /// Looks up a localized string similar to The resource type '{1}/{2}' for '{0}' is not known.. + /// + internal static string ArgumentInvalidResourceType { + get { + return ResourceManager.GetString("ArgumentInvalidResourceType", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The argument '{0}' for '{1}' is not a valid string.. + /// + internal static string ArgumentInvalidString { + get { + return ResourceManager.GetString("ArgumentInvalidString", resourceCulture); + } + } + /// /// Looks up a localized string similar to The number of arguments '{1}' is not within the allowed range for '{0}'.. /// diff --git a/src/PSRule.Rules.Azure/Resources/PSRuleResources.resx b/src/PSRule.Rules.Azure/Resources/PSRuleResources.resx index a2a604f5e1..dc3fccd059 100644 --- a/src/PSRule.Rules.Azure/Resources/PSRuleResources.resx +++ b/src/PSRule.Rules.Azure/Resources/PSRuleResources.resx @@ -123,6 +123,12 @@ The argument '{0}' for '{1}' is not a valid integer. + + The resource type '{1}/{2}' for '{0}' is not known. + + + The argument '{0}' for '{1}' is not a valid string. + The number of arguments '{1}' is not within the allowed range for '{0}'. diff --git a/tests/Integration/QuickStartTemplate.Tests.ps1 b/tests/Integration/QuickStartTemplate.Tests.ps1 index a5764a5e79..8e3920b9ca 100644 --- a/tests/Integration/QuickStartTemplate.Tests.ps1 +++ b/tests/Integration/QuickStartTemplate.Tests.ps1 @@ -67,38 +67,38 @@ Describe 'Azure Quickstart Templates' -Tag integration { # Skips templates because they are not complete $skipTemplates = @( "100-blank-template" - "101-hdinsight-custom-ambari-db" - "101-sql-vm-aglistener-setup" - "101-sql-vm-ag-setup" - "101-vm-windows-copy-datadisks" - "201-api-management-logs-oms-integration" - "201-data-factory-ftp-hive-blob" - "201-list-storage-keys-windows-vm" - "201-vm-msi" - "201-vm-win-iis-app-ssl" - "201-vmss-win-iis-app-ssl" - "301-custom-images-at-scale" - "301-drupal8-vmss-glusterfs-mysql" - "301-jenkins-aptly-spinnaker-vmss" - "301-vm-sql-full-autobackup-autopatching-keyvault" - "blockchain" - "chef-ha-cluster" - "couchbase" - "hdinsight-genomics-adam" - "hdinsight-linux-run-script-action" - "intel-lustre-client-server" - "sql-server-2014-alwayson-existing-vnet-and-ad" - "kemp-loadmaster-multinic" - "memcached-multi-vm-ubuntu" - "oms-azure-storage-analytics-solution" - "openedx-devstack-ubuntu" - "opensis-cluster-ubuntu" - "rhel-3tier-iaas" - "slurm-on-sles12-hpc" - "traffic-manager-demo-setup" - "vsts-fullbuild-redhat-vm" - "vsts-fullbuild-ubuntu-vm" - "vsts-minbuildjava-ubuntu-vm" + # "101-hdinsight-custom-ambari-db" + # "101-sql-vm-aglistener-setup" + # "101-sql-vm-ag-setup" + # "101-vm-windows-copy-datadisks" + # "201-api-management-logs-oms-integration" + # "201-data-factory-ftp-hive-blob" + # "201-list-storage-keys-windows-vm" + # "201-vm-msi" + # "201-vm-win-iis-app-ssl" + # "201-vmss-win-iis-app-ssl" + # "301-custom-images-at-scale" + # "301-drupal8-vmss-glusterfs-mysql" + # "301-jenkins-aptly-spinnaker-vmss" + # "301-vm-sql-full-autobackup-autopatching-keyvault" + # "blockchain" + # "chef-ha-cluster" + # "couchbase" + # "hdinsight-genomics-adam" + # "hdinsight-linux-run-script-action" + # "intel-lustre-client-server" + # "sql-server-2014-alwayson-existing-vnet-and-ad" + # "kemp-loadmaster-multinic" + # "memcached-multi-vm-ubuntu" + # "oms-azure-storage-analytics-solution" + # "openedx-devstack-ubuntu" + # "opensis-cluster-ubuntu" + # "rhel-3tier-iaas" + # "slurm-on-sles12-hpc" + # "traffic-manager-demo-setup" + # "vsts-fullbuild-redhat-vm" + # "vsts-fullbuild-ubuntu-vm" + # "vsts-minbuildjava-ubuntu-vm" ) foreach ($sample in (Get-Sample -Path $clonePath)) { if ($sample.Name -in $skipTemplates) { diff --git a/tests/PSRule.Rules.Azure.Tests/FunctionTests.cs b/tests/PSRule.Rules.Azure.Tests/FunctionTests.cs index 86e16b6ac5..d8d81547f5 100644 --- a/tests/PSRule.Rules.Azure.Tests/FunctionTests.cs +++ b/tests/PSRule.Rules.Azure.Tests/FunctionTests.cs @@ -17,6 +17,7 @@ namespace PSRule.Rules.Azure private const string TRAIT_ARRAY = "Array"; private const string TRAIT_LOGICAL = "Logical"; private const string TRAIT_COMPARISON = "Comparison"; + private const string TRAIT_DATE = "Date"; private const string TRAIT_DEPLOYMENT = "Deployment"; private const string TRAIT_NUMERIC = "Numeric"; private const string TRAIT_STRING = "String"; @@ -307,8 +308,8 @@ namespace PSRule.Rules.Azure Assert.Throws(() => Functions.Range(context, null)); Assert.Throws(() => Functions.Range(context, new object[] { })); Assert.Throws(() => Functions.Range(context, new object[] { 1 })); - Assert.Throws(() => Functions.Range(context, new object[] { "one", "two" })); - Assert.Throws(() => Functions.Range(context, new object[] { 1, "0" })); + Assert.Throws(() => Functions.Range(context, new object[] { "one", "two" })); + Assert.Throws(() => Functions.Range(context, new object[] { 1, "0" })); } [Fact] @@ -326,7 +327,7 @@ namespace PSRule.Rules.Azure Assert.Equal("one two three", actual3); Assert.Throws(() => Functions.Skip(context, new object[] { "one two three" })); - Assert.Throws(() => Functions.Skip(context, new object[] { "one two three", "0" })); + Assert.Throws(() => Functions.Skip(context, new object[] { "one two three", "0" })); // Array var actual4 = Functions.Skip(context, new object[] { JArray.Parse("[ \"one\", \"two\", \"three\" ]"), 2 }) as JArray; @@ -337,8 +338,8 @@ namespace PSRule.Rules.Azure Assert.Equal(3, actual6.Count); Assert.Throws(() => Functions.Skip(context, new object[] { JArray.Parse("[ \"one\", \"two\", \"three\" ]") })); - Assert.Throws(() => Functions.Skip(context, new object[] { JArray.Parse("[ \"one\", \"two\", \"three\" ]"), "0" })); - Assert.Throws(() => Functions.Skip(context, new object[] { 1, "0" })); + Assert.Throws(() => Functions.Skip(context, new object[] { JArray.Parse("[ \"one\", \"two\", \"three\" ]"), "0" })); + Assert.Throws(() => Functions.Skip(context, new object[] { 1, "0" })); } [Fact] @@ -427,6 +428,33 @@ namespace PSRule.Rules.Azure // TODO: Improve test cases } + [Fact] + [Trait(TRAIT, TRAIT_RESOURCE)] + public void Providers() + { + var context = GetContext(); + + var actual1 = Functions.Providers(context, new object[] { "Microsoft.Web", "sites" }) as ResourceProviderType; + Assert.NotNull(actual1); + Assert.Equal("sites", actual1.ResourceType); + Assert.Equal("2020-06-01", actual1.ApiVersions[0]); + Assert.Equal("South Central US", actual1.Locations[0]); + + var actual2 = Functions.Providers(context, new object[] { "Microsoft.Web" }) as ResourceProviderType[]; + Assert.NotNull(actual1); + Assert.Equal(51, actual2.Length); + + var actual3 = Functions.Providers(context, new object[] { "microsoft.web", "Sites" }) as ResourceProviderType; + Assert.NotNull(actual3); + Assert.Equal("sites", actual3.ResourceType); + + Assert.Throws(() => Functions.Providers(context, null)); + Assert.Throws(() => Functions.Providers(context, new object[] { 1 })); + Assert.Throws(() => Functions.Providers(context, new object[] { "Microsoft.Web", 1 })); + Assert.Throws(() => Functions.Providers(context, new object[] { "Microsoft.Web", "n/a" })); + Assert.Throws(() => Functions.Providers(context, new object[] { "n/a", "n/a" })); + } + [Fact] [Trait(TRAIT, TRAIT_RESOURCE)] public void Reference() @@ -712,6 +740,46 @@ namespace PSRule.Rules.Azure #endregion Comparison + #region Date + + [Fact] + [Trait(TRAIT, TRAIT_DATE)] + public void DateTimeAdd() + { + var context = GetContext(); + var utc = DateTime.Parse("2020-04-07 14:53:14Z", new CultureInfo("en-US")); + + var actual1 = DateTime.Parse(Functions.DateTimeAdd(context, new object[] { utc.ToString("u"), "P3Y" }) as string, new CultureInfo("en-US")); + var actual2 = DateTime.Parse(Functions.DateTimeAdd(context, new object[] { utc.ToString("u"), "-P9D" }) as string, new CultureInfo("en-US")); + var actual3 = DateTime.Parse(Functions.DateTimeAdd(context, new object[] { utc.ToString("u"), "PT1H" }) as string, new CultureInfo("en-US")); + + Assert.Equal(utc.AddYears(3), actual1.ToUniversalTime()); + Assert.Equal(utc.AddDays(-9), actual2.ToUniversalTime()); + Assert.Equal(utc.AddHours(1), actual3.ToUniversalTime()); + + Assert.Throws(() => Functions.DateTimeAdd(context, null)); + Assert.Throws(() => Functions.DateTimeAdd(context, new object[] { })); + Assert.Throws(() => Functions.DateTimeAdd(context, new object[] { 1, 2 })); + Assert.Throws(() => Functions.DateTimeAdd(context, new object[] { utc.ToString("u"), 2 })); + } + + [Fact] + [Trait(TRAIT, TRAIT_DATE)] + public void UtcNow() + { + var context = GetContext(); + var utc = DateTime.UtcNow; + + var actual1 = Functions.UtcNow(context, new object[] { }) as string; + var actual2 = Functions.UtcNow(context, new object[] { "d" }) as string; + var actual3 = Functions.UtcNow(context, new object[] { "M d" }) as string; + Assert.Matches("[0-9]{8}T[0-9]{6}Z", actual1); + Assert.Equal(utc.ToString("d", new CultureInfo("en-US")), actual2); + Assert.Equal(utc.ToString("M d", new CultureInfo("en-US")), actual3); + } + + #endregion Date + #region Logical [Fact] @@ -920,7 +988,7 @@ namespace PSRule.Rules.Azure Assert.Throws(() => Functions.Base64(context, null)); Assert.Throws(() => Functions.Base64(context, new object[] { })); - Assert.Throws(() => Functions.Base64(context, new object[] { 1 })); + Assert.Throws(() => Functions.Base64(context, new object[] { 1 })); } [Fact] @@ -935,7 +1003,7 @@ namespace PSRule.Rules.Azure Assert.Throws(() => Functions.Base64ToJson(context, null)); Assert.Throws(() => Functions.Base64ToJson(context, new object[] { })); - Assert.Throws(() => Functions.Base64ToJson(context, new object[] { 1 })); + Assert.Throws(() => Functions.Base64ToJson(context, new object[] { 1 })); } [Fact] @@ -949,7 +1017,7 @@ namespace PSRule.Rules.Azure Assert.Throws(() => Functions.Base64ToString(context, null)); Assert.Throws(() => Functions.Base64ToString(context, new object[] { })); - Assert.Throws(() => Functions.Base64ToString(context, new object[] { 1 })); + Assert.Throws(() => Functions.Base64ToString(context, new object[] { 1 })); } [Fact] @@ -1244,7 +1312,7 @@ namespace PSRule.Rules.Azure Assert.Throws(() => Functions.Uri(context, null)); Assert.Throws(() => Functions.Uri(context, new object[] { })); - Assert.Throws(() => Functions.Uri(context, new object[] { "http://contoso.org/firstpath", 2 })); + Assert.Throws(() => Functions.Uri(context, new object[] { "http://contoso.org/firstpath", 2 })); } [Fact] @@ -1258,7 +1326,7 @@ namespace PSRule.Rules.Azure Assert.Throws(() => Functions.UriComponent(context, null)); Assert.Throws(() => Functions.UriComponent(context, new object[] { })); - Assert.Throws(() => Functions.UriComponent(context, new object[] { 2 })); + Assert.Throws(() => Functions.UriComponent(context, new object[] { 2 })); } [Fact] @@ -1272,22 +1340,7 @@ namespace PSRule.Rules.Azure Assert.Throws(() => Functions.UriComponentToString(context, null)); Assert.Throws(() => Functions.UriComponentToString(context, new object[] { })); - Assert.Throws(() => Functions.UriComponentToString(context, new object[] { 2 })); - } - - [Fact] - [Trait(TRAIT, TRAIT_STRING)] - public void UtcNow() - { - var context = GetContext(); - var utc = DateTime.UtcNow; - - var actual1 = Functions.UtcNow(context, new object[] { }) as string; - var actual2 = Functions.UtcNow(context, new object[] { "d" }) as string; - var actual3 = Functions.UtcNow(context, new object[] { "M d" }) as string; - Assert.Matches("[0-9]{8}T[0-9]{6}Z", actual1); - Assert.Equal(utc.ToString("d", new CultureInfo("en-US")), actual2); - Assert.Equal(utc.ToString("M d", new CultureInfo("en-US")), actual3); + Assert.Throws(() => Functions.UriComponentToString(context, new object[] { 2 })); } #endregion String diff --git a/tests/PSRule.Rules.Azure.Tests/PSRule.Rules.Azure.Tests.csproj b/tests/PSRule.Rules.Azure.Tests/PSRule.Rules.Azure.Tests.csproj index 3660a38934..f7c08c1b54 100644 --- a/tests/PSRule.Rules.Azure.Tests/PSRule.Rules.Azure.Tests.csproj +++ b/tests/PSRule.Rules.Azure.Tests/PSRule.Rules.Azure.Tests.csproj @@ -28,6 +28,9 @@ + + PreserveNewest + PreserveNewest diff --git a/tests/PSRule.Rules.Azure.Tests/providers.json b/tests/PSRule.Rules.Azure.Tests/providers.json new file mode 100644 index 0000000000..baca7a6a7b --- /dev/null +++ b/tests/PSRule.Rules.Azure.Tests/providers.json @@ -0,0 +1,2814 @@ +{ + "Microsoft.Web": { + "types": { + "validate": { + "resourceType": "validate", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "Korea Central", + "Korea South", + "West US", + "East US", + "Japan West", + "Japan East", + "East Asia", + "East US 2", + "North Central US", + "South Central US", + "Brazil South", + "Australia East", + "Australia Southeast", + "West India", + "Central India", + "South India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "East Asia (Stage)", + "Central US (Stage)", + "North Central US (Stage)", + "France Central", + "South Africa North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "locations/connectionGatewayInstallations": { + "resourceType": "locations/connectionGatewayInstallations", + "apiVersions": [ + "2018-03-01-preview", + "2016-06-01", + "2015-08-01-preview" + ], + "locations": [ + "North Central US", + "Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "West US", + "East US", + "East US 2", + "Japan West", + "Japan East", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "West US 2", + "West Central US", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "France Central", + "France South", + "Korea Central", + "Korea South", + "South Africa West", + "South Africa North", + "UAE Central" + ] + }, + "isusernameavailable": { + "resourceType": "isusernameavailable", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "Korea Central", + "Korea South", + "West US", + "East US", + "Japan West", + "Japan East", + "East Asia", + "East US 2", + "North Central US", + "South Central US", + "Brazil South", + "Australia East", + "Australia Southeast", + "West India", + "Central India", + "South India", + "Canada Central", + "Canada East", + "West Central US", + "UK West", + "UK South", + "West US 2", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "East Asia (Stage)", + "Central US (Stage)", + "North Central US (Stage)", + "France Central", + "South Africa North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "hostingEnvironments/workerPools": { + "resourceType": "hostingEnvironments/workerPools", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2019-02-01", + "2018-11-01", + "2018-08-01", + "2018-02-01", + "2017-08-01", + "2016-09-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "East Asia", + "Japan East", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "Central US" + ] + }, + "locations/deleteVirtualNetworkOrSubnets": { + "resourceType": "locations/deleteVirtualNetworkOrSubnets", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-11-01", + "2016-08-01", + "2016-03-01", + "2015-08-01-preview", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "East Asia", + "Japan East", + "Central US" + ] + }, + "locations/listWsdlInterfaces": { + "resourceType": "locations/listWsdlInterfaces", + "apiVersions": [ + "2018-03-01-preview", + "2016-06-01", + "2015-08-01-preview" + ], + "locations": [ + "North Central US", + "Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "West US", + "East US", + "East US 2", + "Japan West", + "Japan East", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "West US 2", + "West Central US", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "France Central", + "France South", + "Korea Central", + "Korea South", + "South Africa West", + "South Africa North", + "UAE Central" + ] + }, + "locations/operations": { + "resourceType": "locations/operations", + "apiVersions": [ + "2020-06-01", + "2019-12-01-preview", + "2019-08-01", + "2019-01-01", + "2018-11-01", + "2018-02-01", + "2016-08-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "West US 2", + "East US 2", + "East US", + "UK South", + "Southeast Asia", + "North Europe", + "Japan East", + "West Europe", + "East Asia", + "West US", + "Australia East", + "Brazil South", + "Central US", + "Japan West", + "Central India", + "Canada East", + "Korea Central", + "France Central", + "West India", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)" + ] + }, + "locations/apiOperations": { + "resourceType": "locations/apiOperations", + "apiVersions": [ + "2018-07-01-preview", + "2018-03-01-preview", + "2016-06-01", + "2015-08-01-preview" + ], + "locations": [ + "North Central US", + "Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "West US", + "East US", + "East US 2", + "Japan West", + "Japan East", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "West US 2", + "West Central US", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "France Central", + "France South", + "Korea Central", + "Korea South", + "South Africa West", + "South Africa North", + "UAE Central" + ] + }, + "locations": { + "resourceType": "locations", + "apiVersions": [ + "2018-07-01-preview", + "2018-03-01-preview", + "2016-06-01", + "2015-08-01-preview" + ], + "locations": [] + }, + "locations/runtimes": { + "resourceType": "locations/runtimes", + "apiVersions": [ + "2018-03-01-preview", + "2016-06-01", + "2015-08-01-preview" + ], + "locations": [ + "North Central US", + "Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "West US", + "East US", + "East US 2", + "Japan West", + "Japan East", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "West US 2", + "West Central US", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "France Central", + "France South", + "Korea Central", + "Korea South", + "South Africa West", + "South Africa North", + "UAE Central" + ] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "Korea Central", + "Korea South", + "West US", + "East US", + "Japan West", + "Japan East", + "East Asia", + "East US 2", + "North Central US", + "South Central US", + "Brazil South", + "Australia East", + "Australia Southeast", + "West India", + "Central India", + "South India", + "Canada Central", + "Canada East", + "West Central US", + "UK West", + "UK South", + "West US 2", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "East Asia (Stage)", + "Central US (Stage)", + "North Central US (Stage)", + "France Central", + "South Africa North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "sites/slots/hostNameBindings": { + "resourceType": "sites/slots/hostNameBindings", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-08-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "East Asia", + "Japan East", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "Central US" + ] + }, + "billingMeters": { + "resourceType": "billingMeters", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01-preview", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "Korea Central", + "Korea South", + "West US", + "East US", + "Japan West", + "Japan East", + "East Asia", + "East US 2", + "North Central US", + "South Central US", + "Brazil South", + "Australia East", + "Australia Southeast", + "West India", + "Central India", + "South India", + "Canada Central", + "Canada East", + "West Central US", + "UK West", + "UK South", + "West US 2", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "East Asia (Stage)", + "Central US (Stage)", + "North Central US (Stage)", + "France Central", + "South Africa North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "sites/slots/networkConfig": { + "resourceType": "sites/slots/networkConfig", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-08-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "East Asia", + "Japan East", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "Central US" + ] + }, + "ishostingenvironmentnameavailable": { + "resourceType": "ishostingenvironmentnameavailable", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [] + }, + "listSitesAssignedToHostName": { + "resourceType": "listSitesAssignedToHostName", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01" + ], + "locations": [ + "Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "Korea Central", + "Korea South", + "West US", + "East US", + "Japan West", + "Japan East", + "East Asia", + "East US 2", + "North Central US", + "South Central US", + "Brazil South", + "Australia East", + "Australia Southeast", + "West India", + "Central India", + "South India", + "Canada Central", + "Canada East", + "West Central US", + "UK West", + "UK South", + "West US 2", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "East Asia (Stage)", + "Central US (Stage)", + "North Central US (Stage)", + "France Central", + "South Africa North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "sites/eventGridFilters": { + "resourceType": "sites/eventGridFilters", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2017-08-01", + "2016-09-01", + "2016-08-01", + "2016-03-01", + "2015-11-01", + "2015-08-01-preview", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2015-01-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway West", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "East Asia", + "Japan East", + "South Africa West", + "Central US" + ] + }, + "certificates": { + "resourceType": "certificates", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01-preview", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "East Asia", + "Japan East", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "Central US" + ] + }, + "sites/slots/eventGridFilters": { + "resourceType": "sites/slots/eventGridFilters", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2017-08-01", + "2016-09-01", + "2016-08-01", + "2016-03-01", + "2015-11-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2015-01-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway West", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "East Asia", + "Japan East", + "South Africa West", + "Central US" + ] + }, + "deletedSites": { + "resourceType": "deletedSites", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "East Asia", + "Japan East", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "Central US" + ] + }, + "hostingEnvironments": { + "resourceType": "hostingEnvironments", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2019-02-01", + "2019-01-01", + "2018-11-01", + "2018-08-01", + "2018-05-01-preview", + "2018-02-01", + "2017-08-01", + "2016-09-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "West US 2", + "East US 2", + "East US", + "UK South", + "Southeast Asia", + "North Europe", + "Japan East", + "West Europe", + "East Asia", + "West US", + "Australia East", + "Brazil South", + "Japan West", + "Central India", + "Canada East", + "Korea Central", + "France Central", + "West India", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "Central US" + ] + }, + "ishostnameavailable": { + "resourceType": "ishostnameavailable", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "Korea Central", + "Korea South", + "West US", + "East US", + "Japan West", + "Japan East", + "East Asia", + "East US 2", + "North Central US", + "South Central US", + "Brazil South", + "Australia East", + "Australia Southeast", + "West India", + "Central India", + "South India", + "Canada Central", + "Canada East", + "West Central US", + "UK West", + "UK South", + "West US 2", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "East Asia (Stage)", + "Central US (Stage)", + "North Central US (Stage)", + "France Central", + "South Africa North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "runtimes": { + "resourceType": "runtimes", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01" + ], + "locations": [] + }, + "locations/managedApis": { + "resourceType": "locations/managedApis", + "apiVersions": [ + "2018-07-01-preview", + "2018-03-01-preview", + "2016-06-01", + "2015-08-01-preview" + ], + "locations": [ + "North Central US", + "Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "West US", + "East US", + "East US 2", + "Japan West", + "Japan East", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "West US 2", + "West Central US", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "France Central", + "France South", + "Korea Central", + "Korea South", + "South Africa West", + "South Africa North", + "UAE Central" + ] + }, + "checkNameAvailability": { + "resourceType": "checkNameAvailability", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01-preview", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "Korea Central", + "Korea South", + "West US", + "East US", + "Japan West", + "Japan East", + "East Asia", + "East US 2", + "North Central US", + "South Central US", + "Brazil South", + "Australia East", + "Australia Southeast", + "West India", + "Central India", + "South India", + "Canada Central", + "Canada East", + "West Central US", + "UK West", + "UK South", + "West US 2", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "East Asia (Stage)", + "Central US (Stage)", + "North Central US (Stage)", + "France Central", + "South Africa North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "sites/networkConfig": { + "resourceType": "sites/networkConfig", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-08-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "East Asia", + "Japan East", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "Central US" + ] + }, + "hostingEnvironments/eventGridFilters": { + "resourceType": "hostingEnvironments/eventGridFilters", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2019-02-01", + "2019-01-01", + "2018-11-01", + "2018-08-01", + "2018-05-01-preview", + "2018-02-01", + "2017-08-01", + "2016-09-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01" + ], + "locations": [ + "West US", + "North Central US", + "South Central US", + "Brazil South", + "Canada East", + "UK West", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "West US 2", + "East US 2", + "East US", + "UK South", + "Southeast Asia", + "North Europe", + "Japan East", + "West Europe", + "East Asia", + "Australia East", + "Japan West", + "Central India", + "Korea Central", + "France Central", + "West India", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "Australia Southeast", + "Korea South", + "Canada Central", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "Central US" + ] + }, + "connections": { + "resourceType": "connections", + "apiVersions": [ + "2018-07-01-preview", + "2018-03-01-preview", + "2016-06-01", + "2015-08-01-preview" + ], + "locations": [ + "North Central US", + "Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "West US", + "East US", + "East US 2", + "Japan West", + "Japan East", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "West US 2", + "West Central US", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "France Central", + "France South", + "Korea Central", + "Korea South", + "South Africa West", + "South Africa North", + "UAE Central" + ] + }, + "locations/deletedSites": { + "resourceType": "locations/deletedSites", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "East Asia", + "Japan East", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "Central US" + ] + }, + "sites/hostNameBindings": { + "resourceType": "sites/hostNameBindings", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-08-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "East Asia", + "Japan East", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "Central US" + ] + }, + "georegions": { + "resourceType": "georegions", + "apiVersions": [ + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [] + }, + "sites/slots": { + "resourceType": "sites/slots", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2017-08-01", + "2016-09-01", + "2016-08-01", + "2016-03-01", + "2015-11-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2015-01-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "East Asia", + "Japan East", + "Central US" + ] + }, + "customApis": { + "resourceType": "customApis", + "apiVersions": [ + "2018-07-01-preview", + "2018-03-01-preview", + "2016-06-01", + "2015-08-01-preview" + ], + "locations": [ + "North Central US", + "Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "West US", + "East US", + "East US 2", + "Japan West", + "Japan East", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "West US 2", + "West Central US", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "France Central", + "France South", + "Korea Central", + "Korea South", + "South Africa West", + "South Africa North", + "UAE Central" + ] + }, + "locations/operationResults": { + "resourceType": "locations/operationResults", + "apiVersions": [ + "2020-06-01", + "2019-12-01-preview", + "2019-08-01", + "2019-01-01", + "2018-11-01", + "2018-02-01", + "2016-08-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "West US 2", + "East US 2", + "East US", + "UK South", + "Southeast Asia", + "North Europe", + "Japan East", + "West Europe", + "East Asia", + "West US", + "Australia East", + "Brazil South", + "Central US", + "Japan West", + "Central India", + "Canada East", + "Korea Central", + "France Central", + "West India", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)" + ] + }, + "verifyHostingEnvironmentVnet": { + "resourceType": "verifyHostingEnvironmentVnet", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "Korea Central", + "Korea South", + "West US", + "East US", + "Japan West", + "Japan East", + "East Asia", + "East US 2", + "North Central US", + "South Central US", + "Brazil South", + "Australia East", + "Australia Southeast", + "West India", + "Central India", + "South India", + "Canada Central", + "Canada East", + "West Central US", + "UK West", + "UK South", + "West US 2", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "East Asia (Stage)", + "Central US (Stage)", + "North Central US (Stage)", + "France Central", + "South Africa North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "sites/premieraddons": { + "resourceType": "sites/premieraddons", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "East Asia", + "Japan East", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "Central US" + ] + }, + "sites": { + "resourceType": "sites", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2017-08-01", + "2016-09-01", + "2016-08-01", + "2016-03-01", + "2015-11-01", + "2015-08-01-preview", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2015-01-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "East Asia", + "Japan East", + "Central US" + ] + }, + "locations/getNetworkPolicies": { + "resourceType": "locations/getNetworkPolicies", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-02-01", + "2016-08-01" + ], + "locations": [ + "Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "Korea Central", + "Korea South", + "West US", + "East US", + "Japan West", + "Japan East", + "East Asia", + "East US 2", + "North Central US", + "South Central US", + "Brazil South", + "Australia East", + "Australia Southeast", + "West India", + "Central India", + "South India", + "Canada Central", + "Canada East", + "UK West", + "UK South", + "West US 2", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "France Central", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)" + ] + }, + "availableStacks": { + "resourceType": "availableStacks", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "Korea Central", + "Korea South", + "West US", + "East US", + "Japan West", + "Japan East", + "East Asia", + "East US 2", + "North Central US", + "South Central US", + "Brazil South", + "Australia East", + "Australia Southeast", + "West India", + "Central India", + "South India", + "Canada Central", + "Canada East", + "West Central US", + "UK West", + "UK South", + "West US 2", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "East Asia (Stage)", + "Central US (Stage)", + "North Central US (Stage)", + "France Central", + "South Africa North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "resourceHealthMetadata": { + "resourceType": "resourceHealthMetadata", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [] + }, + "kubeEnvironments": { + "resourceType": "kubeEnvironments", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2019-02-01", + "2019-01-01", + "2018-11-01", + "2018-08-01", + "2018-05-01-preview", + "2018-02-01", + "2017-08-01", + "2016-09-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01" + ], + "locations": [ + "North Central US (Stage)" + ] + }, + "sourceControls": { + "resourceType": "sourceControls", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "Korea Central", + "Korea South", + "West US", + "East US", + "Japan West", + "Japan East", + "East Asia", + "East US 2", + "North Central US", + "South Central US", + "Brazil South", + "Australia East", + "Australia Southeast", + "West India", + "Central India", + "South India", + "Canada Central", + "Canada East", + "West Central US", + "UK West", + "UK South", + "West US 2", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "East Asia (Stage)", + "Central US (Stage)", + "North Central US (Stage)", + "France Central", + "South Africa North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "serverFarms/eventGridFilters": { + "resourceType": "serverFarms/eventGridFilters", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2017-08-01", + "2016-09-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway West", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "East Asia", + "Japan East", + "South Africa West", + "Central US" + ] + }, + "recommendations": { + "resourceType": "recommendations", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [] + }, + "deploymentLocations": { + "resourceType": "deploymentLocations", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "Korea Central", + "Korea South", + "West US", + "East US", + "Japan West", + "Japan East", + "East Asia", + "East US 2", + "North Central US", + "South Central US", + "Brazil South", + "Australia East", + "Australia Southeast", + "West India", + "Central India", + "South India", + "Canada Central", + "Canada East", + "West Central US", + "UK West", + "UK South", + "West US 2", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "North Central US (Stage)", + "France Central", + "South Africa North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "publishingUsers": { + "resourceType": "publishingUsers", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "Korea Central", + "Korea South", + "West US", + "East US", + "Japan West", + "Japan East", + "East Asia", + "East US 2", + "North Central US", + "South Central US", + "Brazil South", + "Australia East", + "Australia Southeast", + "West India", + "Central India", + "South India", + "Canada Central", + "Canada East", + "West Central US", + "UK West", + "UK South", + "West US 2", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "East Asia (Stage)", + "Central US (Stage)", + "North Central US (Stage)", + "France Central", + "South Africa North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East" + ] + }, + "hostingEnvironments/multiRolePools": { + "resourceType": "hostingEnvironments/multiRolePools", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2019-02-01", + "2018-11-01", + "2018-08-01", + "2018-02-01", + "2017-08-01", + "2016-09-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "East Asia", + "Japan East", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "Central US" + ] + }, + "locations/extractApiDefinitionFromWsdl": { + "resourceType": "locations/extractApiDefinitionFromWsdl", + "apiVersions": [ + "2018-03-01-preview", + "2016-06-01", + "2015-08-01-preview" + ], + "locations": [ + "North Central US", + "Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "West US", + "East US", + "East US 2", + "Japan West", + "Japan East", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "West US 2", + "West Central US", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "France Central", + "France South", + "Korea Central", + "Korea South", + "South Africa West", + "South Africa North", + "UAE Central" + ] + }, + "staticSites": { + "resourceType": "staticSites", + "apiVersions": [ + "2020-06-01", + "2019-12-01-preview", + "2019-08-01" + ], + "locations": [ + "West US 2", + "Central US", + "East US 2", + "West Europe", + "East Asia" + ] + }, + "connectionGateways": { + "resourceType": "connectionGateways", + "apiVersions": [ + "2018-03-01-preview", + "2016-06-01", + "2015-08-01-preview" + ], + "locations": [ + "North Central US", + "Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "West US", + "East US", + "East US 2", + "Japan West", + "Japan East", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "West US 2", + "West Central US", + "Canada Central", + "Canada East", + "UK South", + "UK West", + "France Central", + "France South", + "Korea Central", + "Korea South", + "South Africa West", + "South Africa North", + "UAE Central" + ] + }, + "serverFarms": { + "resourceType": "serverFarms", + "apiVersions": [ + "2020-06-01", + "2019-08-01", + "2018-11-01", + "2018-02-01", + "2017-08-01", + "2016-09-01", + "2016-03-01", + "2015-08-01", + "2015-07-01", + "2015-06-01", + "2015-05-01", + "2015-04-01", + "2015-02-01", + "2014-11-01", + "2014-06-01", + "2014-04-01-preview", + "2014-04-01" + ], + "locations": [ + "South Central US", + "MSFT West US", + "MSFT East US", + "MSFT East Asia", + "MSFT North Europe", + "East US 2 (Stage)", + "Central US (Stage)", + "South Africa North", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "West US 2", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "East Asia (Stage)", + "North Central US (Stage)", + "East Asia", + "Japan East", + "Central US" + ] + } + } + }, + "Microsoft.ApiManagement": { + "types": { + "checkFeedbackRequired": { + "resourceType": "checkFeedbackRequired", + "apiVersions": [ + "2020-06-01-preview", + "2019-12-01-preview", + "2019-12-01", + "2019-01-01", + "2018-06-01-preview", + "2018-01-01", + "2017-03-01", + "2016-10-10", + "2016-07-07", + "2015-09-15", + "2014-02-14" + ], + "locations": [] + }, + "checkServiceNameAvailability": { + "resourceType": "checkServiceNameAvailability", + "apiVersions": [ + "2015-09-15", + "2014-02-14" + ], + "locations": [] + }, + "checkNameAvailability": { + "resourceType": "checkNameAvailability", + "apiVersions": [ + "2020-06-01-preview", + "2019-12-01-preview", + "2019-12-01", + "2019-01-01", + "2018-06-01-preview", + "2018-01-01", + "2017-03-01", + "2016-10-10", + "2016-07-07", + "2015-09-15", + "2014-02-14" + ], + "locations": [ + "Central India", + "UAE North", + "Australia Central", + "Germany West Central", + "West Central US", + "Norway East", + "Switzerland North", + "Korea South", + "West India", + "Korea Central", + "South Africa North", + "UK West", + "Brazil South", + "East Asia", + "South India", + "Canada Central", + "Canada East", + "Australia Southeast", + "Japan East", + "North Central US", + "Southeast Asia", + "West US 2", + "Central US", + "UK South", + "Australia East", + "Japan West", + "West US", + "France Central", + "South Central US", + "East US 2", + "East US", + "North Europe", + "West Europe" + ] + }, + "validateServiceName": { + "resourceType": "validateServiceName", + "apiVersions": [ + "2015-09-15", + "2014-02-14" + ], + "locations": [] + }, + "service": { + "resourceType": "service", + "apiVersions": [ + "2020-06-01-preview", + "2019-12-01-preview", + "2019-12-01", + "2019-01-01", + "2018-06-01-preview", + "2018-01-01", + "2017-03-01", + "2016-10-10", + "2016-07-07", + "2015-09-15", + "2014-02-14" + ], + "locations": [ + "Central India", + "UAE North", + "Australia Central", + "Germany West Central", + "West Central US", + "Norway East", + "Switzerland North", + "Korea South", + "West India", + "Korea Central", + "South Africa North", + "UK West", + "Brazil South", + "East Asia", + "South India", + "Canada Central", + "Canada East", + "Australia Southeast", + "Japan East", + "North Central US", + "Southeast Asia", + "West US 2", + "Central US", + "UK South", + "Australia East", + "Japan West", + "West US", + "France Central", + "South Central US", + "East US 2", + "East US", + "North Europe", + "West Europe" + ] + }, + "reportFeedback": { + "resourceType": "reportFeedback", + "apiVersions": [ + "2020-06-01-preview", + "2019-12-01-preview", + "2019-12-01", + "2019-01-01", + "2018-06-01-preview", + "2018-01-01", + "2017-03-01", + "2016-10-10", + "2016-07-07", + "2015-09-15", + "2014-02-14" + ], + "locations": [] + }, + "operations": { + "resourceType": "operations", + "apiVersions": [ + "2020-06-01-preview", + "2019-12-01-preview", + "2019-12-01", + "2019-01-01", + "2018-06-01-preview", + "2018-01-01", + "2017-03-01", + "2016-10-10", + "2016-07-07", + "2015-09-15", + "2014-02-14" + ], + "locations": [] + } + } + } +} \ No newline at end of file