From 12009ff76e4dad755043838889fc6fb269d3d653 Mon Sep 17 00:00:00 2001 From: Daniel Bradley Date: Fri, 15 Nov 2024 17:30:17 +0000 Subject: [PATCH 1/8] Prevent panic We might not have been able to build a partial schema result, so can't write any interim files for debugging. --- provider/cmd/pulumi-gen-azure-native/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provider/cmd/pulumi-gen-azure-native/main.go b/provider/cmd/pulumi-gen-azure-native/main.go index f3fd6cc9573d..20e2e684e5ea 100644 --- a/provider/cmd/pulumi-gen-azure-native/main.go +++ b/provider/cmd/pulumi-gen-azure-native/main.go @@ -78,7 +78,7 @@ func main() { buildSchemaResult, buildSchemaErr := versioning.BuildSchema(buildSchemaArgs) // Attempt to write out the version metadata before failing as this might help us diagnose the issue. - if namespaces == "*" && apiVersions == "" { + if namespaces == "*" && apiVersions == "" && buildSchemaResult != nil { written, err := buildSchemaResult.Version.WriteTo("versions") if err != nil { panic(err) From a6f688f4175087e2954787c99699b80df6aeca87 Mon Sep 17 00:00:00 2001 From: Daniel Bradley Date: Thu, 14 Nov 2024 16:07:57 +0000 Subject: [PATCH 2/8] Move and refine 'az provider list' result - Use built-in `--query` option instead of needing jq installed. - Move into `versions` directory where all other version data is. - Add `defaultVersion` and `locations` fields for each resourceType. --- Makefile | 7 +- azure-provider-versions/provider_list.json | 60089 ------- versions/az-provider-list.json | 153617 ++++++++++++++++++ 3 files changed, 153621 insertions(+), 60092 deletions(-) delete mode 100644 azure-provider-versions/provider_list.json create mode 100644 versions/az-provider-list.json diff --git a/Makefile b/Makefile index 329f264aee16..a8cdabf27bff 100644 --- a/Makefile +++ b/Makefile @@ -112,8 +112,9 @@ update_submodules: echo "Updating submodule $$submodule" ; \ (cd $$submodule && git checkout main && git pull origin main); \ done - rm ./azure-provider-versions/provider_list.json - az provider list | jq 'map({ namespace: .namespace, resourceTypes: .resourceTypes | map({ resourceType: .resourceType, apiVersions: .apiVersions }) | sort_by(.resourceType) }) | sort_by(.namespace)' > ./azure-provider-versions/provider_list.json + rm versions/az-provider-list.json + # Use query option to remove all except specific fields and sort to reduce diff noise + az provider list --query 'sort_by([*].{ namespace: namespace, resourceTypes: sort_by(resourceTypes[*].{ resourceType: resourceType, defaultApiVersion: defaultApiVersion, apiVersions: apiVersions, locations: locations }, &resourceType) }, &namespace)' > versions/az-provider-list.json # Use PROVIDER_TEST_TAGS=all to run all tests including examples integrate tests PROVIDER_TEST_TAGS ?= unit # Default to unit tests only for quick local feedback @@ -220,7 +221,7 @@ bin/$(CODEGEN): bin/pulumictl .make/prebuild .make/provider_mod_download provide # Writes schema-full.json and metadata-compact.json to bin/ # Also re-calculates files in versions/ at same time -bin/schema-full.json bin/metadata-compact.json &: bin/$(CODEGEN) $(SPECS) azure-provider-versions/provider_list.json versions/v1-lock.json versions/v2-config.yaml versions/v2-spec.yaml versions/v2-removed-resources.json +bin/schema-full.json bin/metadata-compact.json &: bin/$(CODEGEN) $(SPECS) versions/az-provider-list.json versions/v1-lock.json versions/v2-config.yaml versions/v2-spec.yaml versions/v2-removed-resources.json bin/$(CODEGEN) schema $(VERSION_GENERIC) # Docs schema - treat as phony becasuse it's committed so we always need to rebuild it. diff --git a/azure-provider-versions/provider_list.json b/azure-provider-versions/provider_list.json deleted file mode 100644 index 29621ad93290..000000000000 --- a/azure-provider-versions/provider_list.json +++ /dev/null @@ -1,60089 +0,0 @@ -[ - { - "namespace": "Astronomer.Astro", - "resourceTypes": [ - { - "resourceType": "locations", - "apiVersions": [ - "2023-08-01-preview", - "2023-08-01" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2023-08-01-preview", - "2023-08-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-08-01-preview", - "2023-08-01" - ] - }, - { - "resourceType": "organizations", - "apiVersions": [ - "2023-08-01-preview", - "2023-08-01" - ] - } - ] - }, - { - "namespace": "Dynatrace.Observability", - "resourceTypes": [ - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-04-24-preview", - "2023-11-24-preview", - "2023-11-11-preview", - "2023-09-20-preview", - "2023-09-12-preview", - "2023-08-22-preview", - "2023-08-14-preview", - "2023-04-27", - "2023-04-20-preview", - "2023-03-01-preview", - "2022-10-01-preview", - "2021-09-01-preview", - "2021-09-01" - ] - }, - { - "resourceType": "getMarketplaceSaaSResourceDetails", - "apiVersions": [ - "2024-04-24-preview", - "2023-11-24-preview", - "2023-11-11-preview", - "2023-09-20-preview", - "2023-09-12-preview", - "2023-08-22-preview", - "2023-08-14-preview", - "2023-04-27", - "2023-04-20-preview", - "2023-03-01-preview", - "2022-10-01-preview", - "2021-09-01-preview", - "2021-09-01" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-04-24-preview", - "2023-11-24-preview", - "2023-11-11-preview", - "2023-09-20-preview", - "2023-09-12-preview", - "2023-08-22-preview", - "2023-08-14-preview", - "2023-04-27", - "2023-04-20-preview", - "2023-03-01-preview", - "2022-10-01-preview", - "2021-09-01-preview", - "2021-09-01" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2024-04-24-preview", - "2023-11-24-preview", - "2023-11-11-preview", - "2023-09-20-preview", - "2023-09-12-preview", - "2023-08-22-preview", - "2023-08-14-preview", - "2023-04-27", - "2023-04-20-preview", - "2023-03-01-preview", - "2022-10-01-preview", - "2021-09-01-preview", - "2021-09-01" - ] - }, - { - "resourceType": "monitors", - "apiVersions": [ - "2024-04-24-preview", - "2023-11-24-preview", - "2023-11-11-preview", - "2023-09-20-preview", - "2023-09-12-preview", - "2023-08-22-preview", - "2023-08-14-preview", - "2023-04-27", - "2023-04-20-preview", - "2023-03-01-preview", - "2022-10-01-preview", - "2021-09-01-preview", - "2021-09-01" - ] - }, - { - "resourceType": "monitors/listAppServices", - "apiVersions": [ - "2024-04-24-preview", - "2023-11-24-preview", - "2023-11-11-preview", - "2023-09-20-preview", - "2023-09-12-preview", - "2023-08-22-preview", - "2023-08-14-preview", - "2023-04-27", - "2023-04-20-preview", - "2023-03-01-preview", - "2022-10-01-preview", - "2021-09-01-preview", - "2021-09-01" - ] - }, - { - "resourceType": "monitors/listHosts", - "apiVersions": [ - "2024-04-24-preview", - "2023-11-24-preview", - "2023-11-11-preview", - "2023-09-20-preview", - "2023-09-12-preview", - "2023-08-22-preview", - "2023-08-14-preview", - "2023-04-27", - "2023-04-20-preview", - "2023-03-01-preview", - "2022-10-01-preview", - "2021-09-01-preview", - "2021-09-01" - ] - }, - { - "resourceType": "monitors/listMonitoredResources", - "apiVersions": [ - "2024-04-24-preview", - "2023-11-24-preview", - "2023-11-11-preview", - "2023-09-20-preview", - "2023-09-12-preview", - "2023-08-22-preview", - "2023-08-14-preview", - "2023-04-27", - "2023-04-20-preview", - "2023-03-01-preview", - "2022-10-01-preview", - "2021-09-01-preview", - "2021-09-01" - ] - }, - { - "resourceType": "monitors/monitoredSubscriptions", - "apiVersions": [ - "2024-04-24-preview", - "2023-11-24-preview", - "2023-11-11-preview", - "2023-09-20-preview" - ] - }, - { - "resourceType": "monitors/singleSignOnConfigurations", - "apiVersions": [ - "2024-04-24-preview", - "2023-11-24-preview", - "2023-11-11-preview", - "2023-09-20-preview", - "2023-09-12-preview", - "2023-08-22-preview", - "2023-08-14-preview", - "2023-04-27", - "2023-04-20-preview", - "2023-03-01-preview", - "2022-10-01-preview", - "2021-09-01-preview", - "2021-09-01" - ] - }, - { - "resourceType": "monitors/tagRules", - "apiVersions": [ - "2024-04-24-preview", - "2023-11-24-preview", - "2023-11-11-preview", - "2023-09-20-preview", - "2023-09-12-preview", - "2023-08-22-preview", - "2023-08-14-preview", - "2023-04-27", - "2023-04-20-preview", - "2023-03-01-preview", - "2022-10-01-preview", - "2021-09-01-preview", - "2021-09-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-04-24-preview", - "2023-11-24-preview", - "2023-11-11-preview", - "2023-09-20-preview", - "2023-09-12-preview", - "2023-08-22-preview", - "2023-08-14-preview", - "2023-04-27", - "2023-04-20-preview", - "2023-03-01-preview", - "2022-10-01-preview", - "2021-09-01-preview", - "2021-09-01" - ] - }, - { - "resourceType": "registeredSubscriptions", - "apiVersions": [ - "2024-04-24-preview", - "2023-11-24-preview", - "2023-11-11-preview", - "2023-09-20-preview", - "2023-09-12-preview", - "2023-08-22-preview", - "2023-08-14-preview", - "2023-04-27", - "2023-04-20-preview", - "2023-03-01-preview", - "2022-10-01-preview", - "2021-09-01-preview", - "2021-09-01" - ] - } - ] - }, - { - "namespace": "GitHub.Network", - "resourceTypes": [ - { - "resourceType": "Operations", - "apiVersions": [ - "2024-04-02", - "2024-04-01-preview", - "2024-04-01", - "2023-11-01-rc", - "2023-11-01-preview", - "2023-03-15-beta", - "2023-03-15-alpha" - ] - }, - { - "resourceType": "networkSettings", - "apiVersions": [ - "2024-04-02", - "2023-11-01-preview" - ] - }, - { - "resourceType": "registeredSubscriptions", - "apiVersions": [ - "2024-04-02", - "2024-04-01-preview", - "2024-04-01", - "2023-11-01-rc", - "2023-11-01-preview", - "2023-03-15-beta", - "2023-03-15-alpha" - ] - } - ] - }, - { - "namespace": "Informatica.DataManagement", - "resourceTypes": [ - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-07-22-preview", - "2024-05-08", - "2023-08-20-preview", - "2023-03-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-07-22-preview", - "2024-05-08", - "2023-08-20-preview", - "2023-03-01-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2024-07-22-preview", - "2024-05-08", - "2023-08-20-preview", - "2023-03-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-07-22-preview", - "2024-05-08", - "2023-08-20-preview", - "2023-03-01-preview" - ] - }, - { - "resourceType": "organizations", - "apiVersions": [ - "2024-07-22-preview", - "2024-05-08", - "2023-08-20-preview", - "2023-03-01-preview" - ] - }, - { - "resourceType": "organizations/serverlessRuntimes", - "apiVersions": [ - "2024-07-22-preview", - "2024-05-08", - "2023-08-20-preview" - ] - }, - { - "resourceType": "organizations/singleSignOnConfigurations", - "apiVersions": [ - "2024-07-22-preview", - "2024-05-08", - "2023-08-20-preview", - "2023-03-01-preview" - ] - }, - { - "resourceType": "registeredSubscriptions", - "apiVersions": [ - "2024-07-22-preview", - "2024-05-08", - "2023-08-20-preview", - "2023-03-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.AAD", - "resourceTypes": [ - { - "resourceType": "DomainServices", - "apiVersions": [ - "2022-12-01", - "2022-09-01", - "2021-05-01", - "2021-03-01", - "2020-01-01", - "2017-06-01", - "2017-01-01" - ] - }, - { - "resourceType": "DomainServices/oucontainer", - "apiVersions": [ - "2022-12-01", - "2022-09-01", - "2021-05-01", - "2021-03-01", - "2020-01-01", - "2017-06-01" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2022-12-01", - "2022-09-01", - "2021-05-01", - "2021-03-01", - "2020-01-01", - "2017-06-01", - "2017-01-01" - ] - }, - { - "resourceType": "locations/operationresults", - "apiVersions": [ - "2022-12-01", - "2022-09-01", - "2021-05-01", - "2021-03-01", - "2020-01-01", - "2017-06-01", - "2017-01-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2022-12-01", - "2022-09-01", - "2021-05-01", - "2021-03-01", - "2020-01-01", - "2017-06-01", - "2017-01-01" - ] - } - ] - }, - { - "namespace": "Microsoft.ADHybridHealthService", - "resourceTypes": [ - { - "resourceType": "aadsupportcases", - "apiVersions": [ - "2014-01-01" - ] - }, - { - "resourceType": "addsservices", - "apiVersions": [ - "2014-01-01" - ] - }, - { - "resourceType": "agents", - "apiVersions": [ - "2014-01-01" - ] - }, - { - "resourceType": "anonymousapiusers", - "apiVersions": [ - "2014-01-01" - ] - }, - { - "resourceType": "configuration", - "apiVersions": [ - "2014-01-01" - ] - }, - { - "resourceType": "logs", - "apiVersions": [ - "2014-01-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2014-01-01" - ] - }, - { - "resourceType": "reports", - "apiVersions": [ - "2014-01-01" - ] - }, - { - "resourceType": "servicehealthmetrics", - "apiVersions": [ - "2014-01-01" - ] - }, - { - "resourceType": "services", - "apiVersions": [ - "2014-01-01" - ] - } - ] - }, - { - "namespace": "Microsoft.AVS", - "resourceTypes": [ - { - "resourceType": "locations", - "apiVersions": [ - "2023-09-01", - "2023-03-01", - "2022-05-01", - "2021-12-01", - "2021-06-01", - "2020-03-20" - ] - }, - { - "resourceType": "locations/checkQuotaAvailability", - "apiVersions": [ - "2023-09-01", - "2023-03-01", - "2022-05-01", - "2021-12-01", - "2021-06-01", - "2020-03-20" - ] - }, - { - "resourceType": "locations/checkTrialAvailability", - "apiVersions": [ - "2023-09-01", - "2023-03-01", - "2022-05-01", - "2021-12-01", - "2021-06-01", - "2020-03-20" - ] - }, - { - "resourceType": "locations/usages", - "apiVersions": [ - "2023-09-01", - "2023-03-01", - "2022-05-01", - "2021-12-01", - "2021-06-01", - "2020-03-20" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-09-01", - "2023-03-01", - "2022-05-01", - "2021-12-01", - "2021-06-01", - "2020-03-20" - ] - }, - { - "resourceType": "privateClouds", - "apiVersions": [ - "2023-09-01", - "2023-03-01", - "2022-05-01", - "2021-12-01", - "2021-06-01", - "2021-01-01-preview", - "2020-07-17-preview", - "2020-03-20" - ] - }, - { - "resourceType": "privateClouds/addons", - "apiVersions": [ - "2023-09-01", - "2023-03-01", - "2022-05-01", - "2021-12-01", - "2021-06-01", - "2020-07-17-preview" - ] - }, - { - "resourceType": "privateClouds/authorizations", - "apiVersions": [ - "2023-09-01", - "2023-03-01", - "2022-05-01", - "2021-12-01", - "2021-06-01", - "2020-03-20" - ] - }, - { - "resourceType": "privateClouds/cloudLinks", - "apiVersions": [ - "2023-09-01", - "2023-03-01", - "2022-05-01", - "2021-12-01", - "2021-06-01" - ] - }, - { - "resourceType": "privateClouds/clusters", - "apiVersions": [ - "2023-09-01", - "2023-03-01", - "2022-05-01", - "2021-12-01", - "2021-06-01", - "2021-01-01-preview", - "2020-03-20" - ] - }, - { - "resourceType": "privateClouds/clusters/datastores", - "apiVersions": [ - "2023-09-01", - "2023-03-01", - "2022-05-01", - "2021-12-01", - "2021-06-01", - "2021-01-01-preview" - ] - }, - { - "resourceType": "privateClouds/clusters/placementPolicies", - "apiVersions": [ - "2023-09-01", - "2023-03-01", - "2022-05-01", - "2021-12-01" - ] - }, - { - "resourceType": "privateClouds/clusters/virtualMachines", - "apiVersions": [ - "2023-09-01", - "2023-03-01", - "2022-05-01", - "2021-12-01" - ] - }, - { - "resourceType": "privateClouds/eventGridFilters", - "apiVersions": [ - "2023-09-01" - ] - }, - { - "resourceType": "privateClouds/globalReachConnections", - "apiVersions": [ - "2023-09-01", - "2023-03-01", - "2022-05-01", - "2021-12-01", - "2021-06-01", - "2020-07-17-preview" - ] - }, - { - "resourceType": "privateClouds/hcxEnterpriseSites", - "apiVersions": [ - "2023-09-01", - "2023-03-01", - "2022-05-01", - "2021-12-01", - "2021-06-01", - "2020-03-20" - ] - }, - { - "resourceType": "privateClouds/iscsiPaths", - "apiVersions": [ - "2023-09-01" - ] - }, - { - "resourceType": "privateClouds/scriptExecutions", - "apiVersions": [ - "2023-09-01", - "2023-03-01", - "2022-05-01", - "2021-12-01", - "2021-06-01" - ] - }, - { - "resourceType": "privateClouds/scriptPackages", - "apiVersions": [ - "2023-09-01", - "2023-03-01", - "2022-05-01", - "2021-12-01", - "2021-06-01" - ] - }, - { - "resourceType": "privateClouds/scriptPackages/scriptCmdlets", - "apiVersions": [ - "2023-09-01", - "2023-03-01", - "2022-05-01", - "2021-12-01", - "2021-06-01" - ] - }, - { - "resourceType": "privateClouds/workloadNetworks", - "apiVersions": [ - "2023-09-01", - "2023-03-01", - "2022-05-01", - "2021-12-01", - "2021-06-01", - "2020-07-17-preview" - ] - }, - { - "resourceType": "privateClouds/workloadNetworks/dhcpConfigurations", - "apiVersions": [ - "2023-09-01", - "2023-03-01", - "2022-05-01", - "2021-12-01", - "2021-06-01", - "2020-07-17-preview" - ] - }, - { - "resourceType": "privateClouds/workloadNetworks/dnsServices", - "apiVersions": [ - "2023-09-01", - "2023-03-01", - "2022-05-01", - "2021-12-01", - "2021-06-01", - "2020-07-17-preview" - ] - }, - { - "resourceType": "privateClouds/workloadNetworks/dnsZones", - "apiVersions": [ - "2023-09-01", - "2023-03-01", - "2022-05-01", - "2021-12-01", - "2021-06-01", - "2020-07-17-preview" - ] - }, - { - "resourceType": "privateClouds/workloadNetworks/gateways", - "apiVersions": [ - "2023-09-01", - "2023-03-01", - "2022-05-01", - "2021-12-01", - "2021-06-01", - "2020-07-17-preview" - ] - }, - { - "resourceType": "privateClouds/workloadNetworks/portMirroringProfiles", - "apiVersions": [ - "2023-09-01", - "2023-03-01", - "2022-05-01", - "2021-12-01", - "2021-06-01", - "2020-07-17-preview" - ] - }, - { - "resourceType": "privateClouds/workloadNetworks/publicIPs", - "apiVersions": [ - "2023-09-01", - "2023-03-01", - "2022-05-01", - "2021-12-01", - "2021-06-01" - ] - }, - { - "resourceType": "privateClouds/workloadNetworks/segments", - "apiVersions": [ - "2023-09-01", - "2023-03-01", - "2022-05-01", - "2021-12-01", - "2021-06-01", - "2020-07-17-preview" - ] - }, - { - "resourceType": "privateClouds/workloadNetworks/virtualMachines", - "apiVersions": [ - "2023-09-01", - "2023-03-01", - "2022-05-01", - "2021-12-01", - "2021-06-01", - "2020-07-17-preview" - ] - }, - { - "resourceType": "privateClouds/workloadNetworks/vmGroups", - "apiVersions": [ - "2023-09-01", - "2023-03-01", - "2022-05-01", - "2021-12-01", - "2021-06-01", - "2020-07-17-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.AadCustomSecurityAttributesDiagnosticSettings", - "resourceTypes": [ - { - "resourceType": "diagnosticSettings", - "apiVersions": [ - "2017-04-01-preview" - ] - }, - { - "resourceType": "diagnosticSettingsCategories", - "apiVersions": [ - "2017-04-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2017-04-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Addons", - "resourceTypes": [ - { - "resourceType": "operationResults", - "apiVersions": [ - "2018-03-01", - "2017-05-15" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2018-03-01", - "2017-05-15" - ] - }, - { - "resourceType": "supportProviders", - "apiVersions": [ - "2018-03-01", - "2017-05-15" - ] - } - ] - }, - { - "namespace": "Microsoft.Advisor", - "resourceTypes": [ - { - "resourceType": "advisorScore", - "apiVersions": [ - "2023-01-01", - "2022-10-01", - "2022-09-01", - "2020-07-01-preview" - ] - }, - { - "resourceType": "configurations", - "apiVersions": [ - "2023-01-01", - "2022-10-01", - "2022-09-01", - "2020-01-01", - "2017-04-19", - "2017-03-31" - ] - }, - { - "resourceType": "generateRecommendations", - "apiVersions": [ - "2023-01-01", - "2022-10-01", - "2022-09-01", - "2020-01-01", - "2017-04-19", - "2017-03-31", - "2016-07-12-preview", - "2016-05-09-preview" - ] - }, - { - "resourceType": "metadata", - "apiVersions": [ - "2023-01-01-alpha", - "2023-01-01", - "2022-10-01", - "2022-09-01", - "2020-01-01-alpha", - "2020-01-01", - "2017-04-19-rc", - "2017-04-19-alpha", - "2017-04-19", - "2017-03-31-alpha", - "2017-03-31", - "2016-07-12-rc" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-09-01-preview", - "2023-01-01-alpha", - "2022-10-01", - "2020-07-01-preview", - "2020-01-01", - "2017-04-19", - "2017-03-31", - "2016-07-12-preview", - "2016-05-09-preview" - ] - }, - { - "resourceType": "predict", - "apiVersions": [ - "2023-01-01", - "2022-10-01", - "2022-09-01" - ] - }, - { - "resourceType": "recommendations", - "apiVersions": [ - "2023-09-01-preview", - "2023-01-01", - "2022-10-01", - "2022-09-01", - "2020-01-01", - "2017-04-19", - "2017-03-31", - "2016-07-12-preview", - "2016-05-09-preview" - ] - }, - { - "resourceType": "suppressions", - "apiVersions": [ - "2023-01-01", - "2022-10-01", - "2022-09-01", - "2020-01-01", - "2017-04-19", - "2017-03-31", - "2016-07-12-preview", - "2016-05-09-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.AgFoodPlatform", - "resourceTypes": [ - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2023-06-01-preview", - "2021-09-01-preview", - "2020-05-12-preview" - ] - }, - { - "resourceType": "farmBeatsExtensionDefinitions", - "apiVersions": [ - "2023-06-01-preview", - "2021-09-01-preview", - "2020-05-12-preview" - ] - }, - { - "resourceType": "farmBeatsSolutionDefinitions", - "apiVersions": [ - "2023-06-01-preview", - "2021-09-01-preview", - "2020-05-12-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2023-06-01-preview", - "2021-09-01-preview", - "2020-05-12-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-06-01-preview", - "2021-09-01-preview", - "2020-05-12-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.AgriculturePlatform", - "resourceTypes": [ - { - "resourceType": "locations", - "apiVersions": [ - "2024-06-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-06-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.AlertsManagement", - "resourceTypes": [ - { - "resourceType": "actionRules", - "apiVersions": [ - "2024-03-01-preview", - "2023-05-01-preview", - "2021-08-08-preview", - "2021-08-08", - "2019-05-05-preview", - "2018-11-02-privatepreview" - ] - }, - { - "resourceType": "alertRuleRecommendations", - "apiVersions": [ - "2023-08-01-preview", - "2023-01-01-preview" - ] - }, - { - "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" - ] - }, - { - "resourceType": "alertsMetaData", - "apiVersions": [ - "2019-05-05-preview", - "2019-03-01-preview", - "2019-03-01" - ] - }, - { - "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" - ] - }, - { - "resourceType": "investigations", - "apiVersions": [ - "2023-06-01-preview" - ] - }, - { - "resourceType": "migrateFromSmartDetection", - "apiVersions": [ - "2021-01-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2019-05-05-preview", - "2018-05-05-preview", - "2018-05-05", - "2017-11-15-privatepreview" - ] - }, - { - "resourceType": "prometheusRuleGroups", - "apiVersions": [ - "2023-09-01-preview", - "2023-03-01", - "2021-07-22-preview" - ] - }, - { - "resourceType": "smartDetectorAlertRules", - "apiVersions": [ - "2021-04-01", - "2019-06-01", - "2019-03-01", - "2018-02-01-privatepreview" - ] - }, - { - "resourceType": "smartGroups", - "apiVersions": [ - "2019-05-05-preview", - "2018-05-05-preview", - "2018-05-05", - "2017-11-15-privatepreview" - ] - }, - { - "resourceType": "tenantActivityLogAlerts", - "apiVersions": [ - "2023-04-01-preview", - "2023-01-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.AnalysisServices", - "resourceTypes": [ - { - "resourceType": "locations", - "apiVersions": [ - "2017-08-01-beta", - "2017-08-01", - "2017-07-14", - "2016-05-16" - ] - }, - { - "resourceType": "locations/checkNameAvailability", - "apiVersions": [ - "2017-08-01-beta", - "2017-08-01", - "2017-07-14", - "2016-05-16" - ] - }, - { - "resourceType": "locations/operationresults", - "apiVersions": [ - "2017-08-01-beta", - "2017-08-01", - "2017-07-14", - "2016-05-16" - ] - }, - { - "resourceType": "locations/operationstatuses", - "apiVersions": [ - "2017-08-01-beta", - "2017-08-01", - "2017-07-14", - "2016-05-16" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2017-08-01-beta", - "2017-08-01", - "2017-07-14", - "2016-05-16" - ] - }, - { - "resourceType": "servers", - "apiVersions": [ - "2017-08-01-beta", - "2017-08-01", - "2017-07-14", - "2016-05-16" - ] - } - ] - }, - { - "namespace": "Microsoft.ApiCenter", - "resourceTypes": [ - { - "resourceType": "deletedServices", - "apiVersions": [ - "2024-06-01-preview", - "2024-03-15-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-06-01-preview", - "2024-03-15-preview", - "2024-03-01", - "2023-07-01-preview" - ] - }, - { - "resourceType": "services", - "apiVersions": [ - "2024-06-01-preview", - "2024-03-15-preview", - "2024-03-01", - "2023-07-01-preview" - ] - }, - { - "resourceType": "services/eventGridFilters", - "apiVersions": [ - "2024-06-01-preview", - "2024-03-01" - ] - } - ] - }, - { - "namespace": "Microsoft.ApiManagement", - "resourceTypes": [ - { - "resourceType": "checkFeedbackRequired", - "apiVersions": [ - "2024-06-01-preview", - "2024-05-01", - "2023-09-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2022-09-01-preview", - "2022-08-01", - "2022-04-01-preview", - "2021-12-01-preview", - "2021-08-01", - "2021-04-01-preview", - "2021-01-01-preview", - "2020-12-01", - "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" - ] - }, - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-06-01-preview", - "2024-05-01", - "2023-09-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2022-09-01-preview", - "2022-08-01", - "2022-04-01-preview", - "2021-12-01-preview", - "2021-08-01", - "2021-04-01-preview", - "2021-01-01-preview", - "2020-12-01", - "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" - ] - }, - { - "resourceType": "checkServiceNameAvailability", - "apiVersions": [ - "2015-09-15", - "2014-02-14" - ] - }, - { - "resourceType": "deletedServices", - "apiVersions": [ - "2024-06-01-preview", - "2024-05-01", - "2023-09-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2022-09-01-preview", - "2022-08-01", - "2022-04-01-preview", - "2021-12-01-preview", - "2021-08-01", - "2021-01-01-preview", - "2020-12-01", - "2020-06-01-preview" - ] - }, - { - "resourceType": "gateways", - "apiVersions": [ - "2024-06-01-preview", - "2024-05-01", - "2023-09-01-preview" - ] - }, - { - "resourceType": "getDomainOwnershipIdentifier", - "apiVersions": [ - "2024-06-01-preview", - "2024-05-01", - "2023-09-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2022-09-01-preview", - "2022-08-01", - "2022-04-01-preview", - "2021-12-01-preview", - "2021-08-01", - "2021-04-01-preview", - "2021-01-01-preview", - "2020-12-01" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-06-01-preview", - "2024-05-01", - "2023-09-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2022-09-01-preview", - "2022-08-01", - "2022-04-01-preview", - "2021-12-01-preview", - "2021-08-01", - "2021-04-01-preview", - "2021-01-01-preview", - "2020-12-01", - "2020-06-01-preview" - ] - }, - { - "resourceType": "locations/deletedServices", - "apiVersions": [ - "2024-06-01-preview", - "2024-05-01", - "2023-09-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2022-09-01-preview", - "2022-08-01", - "2022-04-01-preview", - "2021-12-01-preview", - "2021-08-01", - "2021-01-01-preview", - "2020-12-01", - "2020-06-01-preview" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2024-06-01-preview", - "2024-05-01", - "2023-09-01-preview", - "2023-05-01-preview" - ] - }, - { - "resourceType": "locations/operationsStatuses", - "apiVersions": [ - "2024-06-01-preview", - "2024-05-01", - "2023-09-01-preview", - "2023-05-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-06-01-preview", - "2024-05-01", - "2023-09-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2022-09-01-preview", - "2022-08-01", - "2022-04-01-preview", - "2021-12-01-preview", - "2021-08-01", - "2021-04-01-preview", - "2021-01-01-preview", - "2020-12-01", - "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" - ] - }, - { - "resourceType": "reportFeedback", - "apiVersions": [ - "2024-06-01-preview", - "2024-05-01", - "2023-09-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2022-09-01-preview", - "2022-08-01", - "2022-04-01-preview", - "2021-12-01-preview", - "2021-08-01", - "2021-04-01-preview", - "2021-01-01-preview", - "2020-12-01", - "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" - ] - }, - { - "resourceType": "service", - "apiVersions": [ - "2024-06-01-preview", - "2024-05-01", - "2023-09-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2022-09-01-preview", - "2022-08-01", - "2022-04-01-preview", - "2021-12-01-preview", - "2021-08-01", - "2021-04-01-preview", - "2021-01-01-preview", - "2020-12-01", - "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" - ] - }, - { - "resourceType": "service/eventGridFilters", - "apiVersions": [ - "2023-05-01-preview", - "2023-03-01-preview", - "2022-09-01-preview", - "2022-08-01", - "2022-04-01-preview", - "2021-12-01-preview", - "2021-08-01", - "2021-01-01-preview" - ] - }, - { - "resourceType": "validateServiceName", - "apiVersions": [ - "2015-09-15", - "2014-02-14" - ] - } - ] - }, - { - "namespace": "Microsoft.App", - "resourceTypes": [ - { - "resourceType": "builders", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-02-02-preview", - "2023-11-02-preview", - "2023-08-01-preview" - ] - }, - { - "resourceType": "builders/builds", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-02-02-preview", - "2023-11-02-preview", - "2023-08-01-preview" - ] - }, - { - "resourceType": "connectedEnvironments", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-03-01", - "2024-02-02-preview", - "2023-11-02-preview", - "2023-08-01-preview", - "2023-05-02-preview", - "2023-05-01", - "2023-04-01-preview", - "2022-11-01-preview", - "2022-10-01", - "2022-06-01-preview" - ] - }, - { - "resourceType": "connectedEnvironments/certificates", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-03-01", - "2024-02-02-preview", - "2023-11-02-preview", - "2023-08-01-preview", - "2023-05-02-preview", - "2023-05-01", - "2023-04-01-preview", - "2022-11-01-preview", - "2022-10-01", - "2022-06-01-preview" - ] - }, - { - "resourceType": "containerApps", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-03-01", - "2024-02-02-preview", - "2023-11-02-preview", - "2023-08-01-preview", - "2023-05-02-preview", - "2023-05-01", - "2023-04-01-preview", - "2022-11-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-03-01" - ] - }, - { - "resourceType": "containerApps/privateEndpointConnectionProxies", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-02-02-preview", - "2023-11-02-preview" - ] - }, - { - "resourceType": "containerApps/resiliencyPolicies", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-02-02-preview", - "2023-11-02-preview", - "2023-08-01-preview" - ] - }, - { - "resourceType": "functions", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-02-02-preview" - ] - }, - { - "resourceType": "getCustomDomainVerificationId", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-03-01", - "2024-02-02-preview", - "2023-11-02-preview", - "2023-08-01-preview", - "2023-05-02-preview" - ] - }, - { - "resourceType": "jobs", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-03-01", - "2024-02-02-preview", - "2023-11-02-preview", - "2023-08-01-preview", - "2023-05-02-preview", - "2023-05-01", - "2023-04-01-preview", - "2022-11-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-03-01", - "2024-02-02-preview", - "2023-11-02-preview", - "2023-08-01-preview", - "2023-05-02-preview", - "2023-05-01", - "2023-04-01-preview", - "2022-11-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-03-01" - ] - }, - { - "resourceType": "locations/OperationResults", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-02-02-preview", - "2023-11-02-preview", - "2023-08-01-preview" - ] - }, - { - "resourceType": "locations/OperationStatuses", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-02-02-preview", - "2023-11-02-preview", - "2023-08-01-preview" - ] - }, - { - "resourceType": "locations/availableManagedEnvironmentsWorkloadProfileTypes", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-03-01", - "2024-02-02-preview", - "2023-11-02-preview", - "2023-08-01-preview", - "2023-05-02-preview", - "2023-05-01", - "2023-04-01-preview", - "2022-11-01-preview", - "2022-10-01", - "2022-06-01-preview" - ] - }, - { - "resourceType": "locations/billingMeters", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-03-01", - "2024-02-02-preview", - "2023-11-02-preview", - "2023-08-01-preview", - "2023-05-02-preview", - "2023-05-01", - "2023-04-01-preview", - "2022-11-01-preview", - "2022-10-01", - "2022-06-01-preview" - ] - }, - { - "resourceType": "locations/connectedEnvironmentOperationResults", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-03-01", - "2024-02-02-preview", - "2023-11-02-preview", - "2023-08-01-preview", - "2023-05-02-preview", - "2023-05-01", - "2023-04-01-preview", - "2022-11-01-preview", - "2022-10-01", - "2022-06-01-preview" - ] - }, - { - "resourceType": "locations/connectedEnvironmentOperationStatuses", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-03-01", - "2024-02-02-preview", - "2023-11-02-preview", - "2023-08-01-preview", - "2023-05-02-preview", - "2023-05-01", - "2023-04-01-preview", - "2022-11-01-preview", - "2022-10-01", - "2022-06-01-preview" - ] - }, - { - "resourceType": "locations/connectedOperationResults", - "apiVersions": [ - "2024-10-02-preview" - ] - }, - { - "resourceType": "locations/connectedOperationStatuses", - "apiVersions": [ - "2024-10-02-preview" - ] - }, - { - "resourceType": "locations/containerappOperationResults", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-03-01", - "2024-02-02-preview", - "2023-11-02-preview", - "2023-08-01-preview", - "2023-05-02-preview", - "2023-05-01", - "2023-04-01-preview", - "2022-11-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-03-01" - ] - }, - { - "resourceType": "locations/containerappOperationStatuses", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-03-01", - "2024-02-02-preview", - "2023-11-02-preview", - "2023-08-01-preview", - "2023-05-02-preview", - "2023-05-01", - "2023-04-01-preview", - "2022-11-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-03-01" - ] - }, - { - "resourceType": "locations/containerappsjobOperationResults", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-03-01", - "2024-02-02-preview", - "2023-11-02-preview", - "2023-08-01-preview", - "2023-05-02-preview", - "2023-05-01", - "2023-04-01-preview", - "2022-11-01-preview" - ] - }, - { - "resourceType": "locations/containerappsjobOperationStatuses", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-03-01", - "2024-02-02-preview", - "2023-11-02-preview", - "2023-08-01-preview", - "2023-05-02-preview", - "2023-05-01", - "2023-04-01-preview", - "2022-11-01-preview" - ] - }, - { - "resourceType": "locations/managedCertificateOperationStatuses", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-03-01", - "2024-02-02-preview", - "2023-11-02-preview", - "2023-08-01-preview", - "2023-05-02-preview", - "2023-05-01", - "2023-04-01-preview", - "2022-11-01-preview" - ] - }, - { - "resourceType": "locations/managedEnvironmentOperationResults", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-03-01", - "2024-02-02-preview", - "2023-11-02-preview", - "2023-08-01-preview", - "2023-05-02-preview", - "2023-05-01", - "2023-04-01-preview", - "2022-11-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-03-01" - ] - }, - { - "resourceType": "locations/managedEnvironmentOperationStatuses", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-03-01", - "2024-02-02-preview", - "2023-11-02-preview", - "2023-08-01-preview", - "2023-05-02-preview", - "2023-05-01", - "2023-04-01-preview", - "2022-11-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-03-01" - ] - }, - { - "resourceType": "locations/sourceControlOperationResults", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-03-01", - "2024-02-02-preview", - "2023-11-02-preview", - "2023-08-01-preview", - "2023-05-02-preview", - "2023-05-01", - "2023-04-01-preview", - "2022-11-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-03-01" - ] - }, - { - "resourceType": "locations/sourceControlOperationStatuses", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-03-01", - "2024-02-02-preview", - "2023-11-02-preview", - "2023-08-01-preview", - "2023-05-02-preview", - "2023-05-01", - "2023-04-01-preview", - "2022-11-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-03-01" - ] - }, - { - "resourceType": "locations/usages", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-03-01", - "2024-02-02-preview", - "2023-11-02-preview", - "2023-08-01-preview", - "2023-05-02-preview" - ] - }, - { - "resourceType": "logicApps", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-02-02-preview" - ] - }, - { - "resourceType": "managedEnvironments", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-03-01", - "2024-02-02-preview", - "2023-11-02-preview", - "2023-08-01-preview", - "2023-05-02-preview", - "2023-05-01", - "2023-04-01-preview", - "2022-11-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-03-01" - ] - }, - { - "resourceType": "managedEnvironments/certificates", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-03-01", - "2024-02-02-preview", - "2023-11-02-preview", - "2023-08-01-preview", - "2023-05-02-preview", - "2023-05-01", - "2023-04-01-preview", - "2022-11-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-03-01" - ] - }, - { - "resourceType": "managedEnvironments/daprComponents", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-03-01", - "2024-02-02-preview", - "2023-11-02-preview", - "2023-08-01-preview", - "2023-05-02-preview", - "2023-05-01", - "2023-04-01-preview", - "2022-11-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-03-01" - ] - }, - { - "resourceType": "managedEnvironments/daprComponents/resiliencyPolicies", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-02-02-preview", - "2023-11-02-preview", - "2023-08-01-preview" - ] - }, - { - "resourceType": "managedEnvironments/dotNetComponents", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-02-02-preview", - "2023-11-02-preview" - ] - }, - { - "resourceType": "managedEnvironments/javaComponents", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-02-02-preview", - "2023-11-02-preview" - ] - }, - { - "resourceType": "managedEnvironments/managedCertificates", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-03-01", - "2024-02-02-preview", - "2023-11-02-preview", - "2023-08-01-preview", - "2023-05-02-preview", - "2023-05-01", - "2023-04-01-preview", - "2022-11-01-preview" - ] - }, - { - "resourceType": "managedEnvironments/privateEndpointConnectionProxies", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-02-02-preview", - "2023-11-02-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-03-01", - "2024-02-02-preview", - "2023-11-02-preview", - "2023-08-01-preview", - "2023-05-02-preview", - "2023-05-01", - "2023-04-01-preview", - "2023-02-01", - "2022-11-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-03-01" - ] - }, - { - "resourceType": "sessionPools", - "apiVersions": [ - "2024-10-02-preview", - "2024-08-02-preview", - "2024-02-02-preview", - "2023-11-02-preview", - "2023-08-01-preview" - ] - }, - { - "resourceType": "spaces", - "apiVersions": [ - "2023-11-02-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.AppAssessment", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2020-09-01-privatepreview" - ] - }, - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2020-09-01-privatepreview" - ] - }, - { - "resourceType": "Locations/osVersions", - "apiVersions": [ - "2020-09-01-privatepreview" - ] - }, - { - "resourceType": "migrateProjects", - "apiVersions": [ - "2020-09-01-privatepreview" - ] - }, - { - "resourceType": "migrateProjects/assessments", - "apiVersions": [ - "2020-09-01-privatepreview" - ] - }, - { - "resourceType": "migrateProjects/assessments/assessedApplications", - "apiVersions": [ - "2020-09-01-privatepreview" - ] - }, - { - "resourceType": "migrateProjects/assessments/assessedApplications/machines", - "apiVersions": [ - "2020-09-01-privatepreview" - ] - }, - { - "resourceType": "migrateProjects/assessments/assessedMachines", - "apiVersions": [ - "2020-09-01-privatepreview" - ] - }, - { - "resourceType": "migrateProjects/assessments/assessedMachines/applications", - "apiVersions": [ - "2020-09-01-privatepreview" - ] - }, - { - "resourceType": "migrateProjects/assessments/machinesToAssess", - "apiVersions": [ - "2020-09-01-privatepreview" - ] - }, - { - "resourceType": "migrateProjects/sites", - "apiVersions": [ - "2020-09-01-privatepreview" - ] - }, - { - "resourceType": "migrateProjects/sites/applianceConfigurations", - "apiVersions": [ - "2020-09-01-privatepreview" - ] - }, - { - "resourceType": "migrateProjects/sites/machines", - "apiVersions": [ - "2020-09-01-privatepreview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2020-09-01-privatepreview" - ] - } - ] - }, - { - "namespace": "Microsoft.AppComplianceAutomation", - "resourceTypes": [ - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-06-27", - "2023-02-15-preview" - ] - }, - { - "resourceType": "getCollectionCount", - "apiVersions": [ - "2024-06-27", - "2023-02-15-preview" - ] - }, - { - "resourceType": "getOverviewStatus", - "apiVersions": [ - "2024-06-27", - "2023-02-15-preview" - ] - }, - { - "resourceType": "listInUseStorageAccounts", - "apiVersions": [ - "2024-06-27", - "2023-02-15-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-06-27", - "2023-02-15-preview", - "2022-11-16-preview", - "2022-05-10-privatepreview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2024-06-27", - "2023-02-15-preview", - "2022-11-16-preview", - "2022-05-10-privatepreview" - ] - }, - { - "resourceType": "onboard", - "apiVersions": [ - "2024-06-27", - "2023-02-15-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-06-27", - "2023-02-15-preview", - "2022-11-16-preview", - "2022-05-10-privatepreview", - "2022-05-10-beta" - ] - }, - { - "resourceType": "reports", - "apiVersions": [ - "2024-06-27", - "2023-02-15-preview", - "2022-11-16-preview", - "2022-05-10-privatepreview", - "2022-05-10-beta" - ] - }, - { - "resourceType": "reports/evidences", - "apiVersions": [ - "2024-06-27", - "2023-02-15-preview" - ] - }, - { - "resourceType": "reports/scopingConfigurations", - "apiVersions": [ - "2024-06-27", - "2023-02-15-preview" - ] - }, - { - "resourceType": "reports/snapshots", - "apiVersions": [ - "2024-06-27", - "2023-02-15-preview", - "2022-11-16-preview", - "2022-05-10-privatepreview", - "2022-05-10-beta" - ] - }, - { - "resourceType": "reports/webhooks", - "apiVersions": [ - "2024-06-27", - "2023-02-15-preview" - ] - }, - { - "resourceType": "triggerEvaluation", - "apiVersions": [ - "2024-06-27", - "2023-02-15-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.AppConfiguration", - "resourceTypes": [ - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-05-01", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-03-01", - "2022-05-01", - "2022-03-01-preview", - "2021-10-01-preview", - "2021-03-01-preview", - "2020-07-01-preview", - "2020-06-01", - "2019-11-01-preview", - "2019-10-01", - "2019-02-01-preview" - ] - }, - { - "resourceType": "configurationStores", - "apiVersions": [ - "2024-05-01", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-03-01", - "2022-05-01", - "2022-03-01-preview", - "2021-10-01-preview", - "2021-03-01-preview", - "2020-07-01-preview", - "2020-06-01", - "2019-11-01-preview", - "2019-10-01", - "2019-02-01-preview" - ] - }, - { - "resourceType": "configurationStores/eventGridFilters", - "apiVersions": [ - "2024-05-01", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-03-01", - "2022-05-01", - "2022-03-01-preview", - "2021-10-01-preview", - "2021-03-01-preview", - "2020-07-01-preview", - "2020-06-01", - "2019-11-01-preview", - "2019-10-01", - "2019-02-01-preview" - ] - }, - { - "resourceType": "configurationStores/keyValues", - "apiVersions": [ - "2024-05-01", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-03-01", - "2022-05-01", - "2022-03-01-preview", - "2021-10-01-preview", - "2021-03-01-preview", - "2020-07-01-preview" - ] - }, - { - "resourceType": "configurationStores/replicas", - "apiVersions": [ - "2024-05-01", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-03-01", - "2022-03-01-preview" - ] - }, - { - "resourceType": "configurationStores/snapshots", - "apiVersions": [ - "2024-05-01", - "2023-09-01-preview", - "2023-08-01-preview" - ] - }, - { - "resourceType": "deletedConfigurationStores", - "apiVersions": [ - "2024-05-01", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-03-01", - "2022-05-01", - "2022-03-01-preview", - "2021-10-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-05-01", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-03-01", - "2022-05-01", - "2022-03-01-preview", - "2021-10-01-preview", - "2021-03-01-preview", - "2020-07-01-preview", - "2020-06-01", - "2019-11-01-preview", - "2019-10-01", - "2019-02-01-preview" - ] - }, - { - "resourceType": "locations/checkNameAvailability", - "apiVersions": [ - "2024-05-01", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-03-01", - "2022-05-01", - "2022-03-01-preview", - "2021-10-01-preview" - ] - }, - { - "resourceType": "locations/deletedConfigurationStores", - "apiVersions": [ - "2024-05-01", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-03-01", - "2022-05-01", - "2022-03-01-preview", - "2021-10-01-preview" - ] - }, - { - "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable", - "apiVersions": [ - "2024-07-01-preview", - "2023-10-01-preview" - ] - }, - { - "resourceType": "locations/operationsStatus", - "apiVersions": [ - "2024-05-01", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-03-01", - "2022-05-01", - "2022-03-01-preview", - "2021-10-01-preview", - "2021-03-01-preview", - "2020-07-01-preview", - "2020-06-01", - "2019-11-01-preview", - "2019-10-01", - "2019-02-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-05-01", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-03-01", - "2022-05-01", - "2022-03-01-preview", - "2021-10-01-preview", - "2021-03-01-preview", - "2020-07-01-preview", - "2020-06-01", - "2019-11-01-preview", - "2019-10-01", - "2019-02-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.AppPlatform", - "resourceTypes": [ - { - "resourceType": "Spring", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01-preview", - "2023-12-01", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-11-01-preview", - "2022-09-01-preview", - "2022-05-01-preview", - "2022-04-01", - "2022-03-01-preview", - "2022-01-01-preview", - "2021-09-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2020-07-01" - ] - }, - { - "resourceType": "Spring/apps", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01-preview", - "2023-12-01", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-11-01-preview", - "2022-09-01-preview", - "2022-05-01-preview", - "2022-04-01", - "2022-03-01-preview", - "2022-01-01-preview", - "2021-09-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2020-07-01" - ] - }, - { - "resourceType": "Spring/apps/deployments", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01-preview", - "2023-12-01", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-11-01-preview", - "2022-09-01-preview", - "2022-05-01-preview", - "2022-04-01", - "2022-03-01-preview", - "2022-01-01-preview", - "2021-09-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2020-07-01" - ] - }, - { - "resourceType": "Spring/apps/deployments/operationResults", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01-preview", - "2023-12-01", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-11-01-preview", - "2022-09-01-preview", - "2022-05-01-preview", - "2022-04-01", - "2022-03-01-preview", - "2022-01-01-preview", - "2021-09-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2020-07-01" - ] - }, - { - "resourceType": "Spring/apps/deployments/operationStatuses", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01-preview", - "2023-12-01", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-11-01-preview", - "2022-09-01-preview", - "2022-05-01-preview", - "2022-04-01", - "2022-03-01-preview", - "2022-01-01-preview", - "2021-09-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2020-07-01" - ] - }, - { - "resourceType": "Spring/apps/domains", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01-preview", - "2023-12-01", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-11-01-preview", - "2022-09-01-preview", - "2022-05-01-preview", - "2022-04-01", - "2022-03-01-preview", - "2022-01-01-preview", - "2021-09-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2020-07-01" - ] - }, - { - "resourceType": "Spring/apps/domains/operationResults", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01-preview", - "2023-12-01", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-11-01-preview", - "2022-09-01-preview", - "2022-05-01-preview", - "2022-04-01", - "2022-03-01-preview", - "2022-01-01-preview", - "2021-09-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2020-07-01" - ] - }, - { - "resourceType": "Spring/apps/domains/operationStatuses", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01-preview", - "2023-12-01", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-11-01-preview", - "2022-09-01-preview", - "2022-05-01-preview", - "2022-04-01", - "2022-03-01-preview", - "2022-01-01-preview", - "2021-09-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2020-07-01" - ] - }, - { - "resourceType": "Spring/apps/operationResults", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01-preview", - "2023-12-01", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-11-01-preview", - "2022-09-01-preview", - "2022-05-01-preview", - "2022-04-01", - "2022-03-01-preview", - "2022-01-01-preview", - "2021-09-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2020-07-01" - ] - }, - { - "resourceType": "Spring/apps/operationStatuses", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01-preview", - "2023-12-01", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-11-01-preview", - "2022-09-01-preview", - "2022-05-01-preview", - "2022-04-01", - "2022-03-01-preview", - "2022-01-01-preview", - "2021-09-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2020-07-01" - ] - }, - { - "resourceType": "Spring/configServers", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01-preview", - "2023-12-01", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-11-01-preview", - "2022-09-01-preview", - "2022-05-01-preview", - "2022-04-01", - "2022-03-01-preview", - "2022-01-01-preview", - "2021-09-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2020-07-01" - ] - }, - { - "resourceType": "Spring/configServers/operationResults", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01-preview", - "2023-12-01", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-11-01-preview", - "2022-09-01-preview", - "2022-05-01-preview", - "2022-04-01", - "2022-03-01-preview", - "2022-01-01-preview", - "2021-09-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2020-07-01" - ] - }, - { - "resourceType": "Spring/configServers/operationStatuses", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01-preview", - "2023-12-01", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-11-01-preview", - "2022-09-01-preview", - "2022-05-01-preview", - "2022-04-01", - "2022-03-01-preview", - "2022-01-01-preview", - "2021-09-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2020-07-01" - ] - }, - { - "resourceType": "Spring/eurekaServers", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01-preview", - "2023-12-01", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-11-01-preview", - "2022-09-01-preview", - "2022-05-01-preview", - "2022-04-01", - "2022-03-01-preview", - "2022-01-01-preview", - "2021-09-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2020-07-01" - ] - }, - { - "resourceType": "Spring/eurekaServers/operationResults", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01-preview", - "2023-12-01", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-11-01-preview", - "2022-09-01-preview", - "2022-05-01-preview", - "2022-04-01", - "2022-03-01-preview", - "2022-01-01-preview", - "2021-09-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2020-07-01" - ] - }, - { - "resourceType": "Spring/eurekaServers/operationStatuses", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01-preview", - "2023-12-01", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-11-01-preview", - "2022-09-01-preview", - "2022-05-01-preview", - "2022-04-01", - "2022-03-01-preview", - "2022-01-01-preview", - "2021-09-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2020-07-01" - ] - }, - { - "resourceType": "Spring/operationResults", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01-preview", - "2023-12-01", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-11-01-preview", - "2022-09-01-preview", - "2022-05-01-preview", - "2022-04-01", - "2022-03-01-preview", - "2022-01-01-preview", - "2021-09-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2020-07-01" - ] - }, - { - "resourceType": "Spring/operationStatuses", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01-preview", - "2023-12-01", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-11-01-preview", - "2022-09-01-preview", - "2022-05-01-preview", - "2022-04-01", - "2022-03-01-preview", - "2022-01-01-preview", - "2021-09-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2020-07-01" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01-preview", - "2023-12-01", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-11-01-preview", - "2022-09-01-preview", - "2022-05-01-preview", - "2022-04-01", - "2022-03-01-preview", - "2022-01-01-preview", - "2021-09-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2020-07-01" - ] - }, - { - "resourceType": "locations/checkNameAvailability", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01-preview", - "2023-12-01", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-11-01-preview", - "2022-09-01-preview", - "2022-05-01-preview", - "2022-04-01", - "2022-03-01-preview", - "2022-01-01-preview", - "2021-09-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2020-07-01" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01-preview", - "2023-12-01", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-11-01-preview", - "2022-09-01-preview", - "2022-05-01-preview", - "2022-04-01", - "2022-03-01-preview", - "2022-01-01-preview", - "2021-09-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2020-07-01" - ] - }, - { - "resourceType": "locations/operationStatus", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01-preview", - "2023-12-01", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-11-01-preview", - "2022-09-01-preview", - "2022-05-01-preview", - "2022-04-01", - "2022-03-01-preview", - "2022-01-01-preview", - "2021-09-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2020-07-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01-preview", - "2023-12-01", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-11-01-preview", - "2022-09-01-preview", - "2022-05-01-preview", - "2022-04-01", - "2022-03-01-preview", - "2022-01-01-preview", - "2021-09-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2020-07-01" - ] - }, - { - "resourceType": "runtimeVersions", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01-preview", - "2023-12-01", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-05-01-preview", - "2022-04-01", - "2022-03-01-preview", - "2022-01-01-preview", - "2021-09-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2020-07-01" - ] - } - ] - }, - { - "namespace": "Microsoft.AppSecurity", - "resourceTypes": [ - { - "resourceType": "Operations", - "apiVersions": [ - "2023-02-06-preview" - ] - }, - { - "resourceType": "operationStatuses", - "apiVersions": [ - "2023-02-06-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Attestation", - "resourceTypes": [ - { - "resourceType": "attestationProviders", - "apiVersions": [ - "2021-06-01-preview", - "2021-06-01", - "2020-10-01", - "2018-09-01-preview", - "2018-09-01" - ] - }, - { - "resourceType": "defaultProviders", - "apiVersions": [ - "2021-06-01-preview", - "2021-06-01", - "2020-10-01", - "2018-09-01-preview", - "2018-09-01" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2021-06-01-preview", - "2021-06-01", - "2020-10-01", - "2018-09-01-preview", - "2018-09-01" - ] - }, - { - "resourceType": "locations/defaultProvider", - "apiVersions": [ - "2021-06-01-preview", - "2021-06-01", - "2020-10-01", - "2018-09-01-preview", - "2018-09-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-03-01-preview", - "2021-06-01-preview", - "2021-06-01", - "2020-10-01", - "2018-09-01-preview", - "2018-09-01" - ] - } - ] - }, - { - "namespace": "Microsoft.Authorization", - "resourceTypes": [ - { - "resourceType": "EnablePrivateLinkNetworkAccess", - "apiVersions": [ - "2023-03-01-preview" - ] - }, - { - "resourceType": "MigrateRbac", - "apiVersions": [ - "2024-06-01-preview" - ] - }, - { - "resourceType": "MigrateRbac/OperationStatuses", - "apiVersions": [ - "2024-06-01-preview" - ] - }, - { - "resourceType": "accessReviewHistoryDefinitions", - "apiVersions": [ - "2021-11-16-preview" - ] - }, - { - "resourceType": "accessReviewScheduleDefinitions", - "apiVersions": [ - "2021-12-01-preview", - "2021-07-01-preview", - "2021-03-01-preview", - "2018-05-01-preview" - ] - }, - { - "resourceType": "accessReviewScheduleSettings", - "apiVersions": [ - "2021-12-01-preview", - "2021-07-01-preview", - "2021-03-01-preview", - "2018-05-01-preview" - ] - }, - { - "resourceType": "batchResourceCheckAccess", - "apiVersions": [ - "2018-09-01-preview" - ] - }, - { - "resourceType": "checkAccess", - "apiVersions": [ - "2018-09-01-preview" - ] - }, - { - "resourceType": "classicAdministrators", - "apiVersions": [ - "2015-07-01", - "2015-06-01", - "2015-05-01-preview", - "2014-10-01-preview", - "2014-07-01-preview", - "2014-04-01-preview" - ] - }, - { - "resourceType": "dataAliases", - "apiVersions": [ - "2020-09-01", - "2020-03-01-preview", - "2018-06-01-preview" - ] - }, - { - "resourceType": "dataPolicyManifests", - "apiVersions": [ - "2020-09-01" - ] - }, - { - "resourceType": "denyAssignments", - "apiVersions": [ - "2022-04-01", - "2019-03-01-preview", - "2018-07-01-preview", - "2018-07-01" - ] - }, - { - "resourceType": "diagnosticSettings", - "apiVersions": [ - "2017-04-01-preview" - ] - }, - { - "resourceType": "diagnosticSettingsCategories", - "apiVersions": [ - "2017-04-01-preview" - ] - }, - { - "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" - ] - }, - { - "resourceType": "eligibleChildResources", - "apiVersions": [ - "2020-10-01-preview", - "2020-10-01" - ] - }, - { - "resourceType": "findOrphanRoleAssignments", - "apiVersions": [ - "2019-04-01-preview" - ] - }, - { - "resourceType": "listPolicyDefinitionVersions", - "apiVersions": [ - "2023-04-01" - ] - }, - { - "resourceType": "listPolicySetDefinitionVersions", - "apiVersions": [ - "2023-04-01" - ] - }, - { - "resourceType": "locks", - "apiVersions": [ - "2020-05-01", - "2017-04-01", - "2016-09-01", - "2015-06-01", - "2015-05-01-preview", - "2015-01-01" - ] - }, - { - "resourceType": "operationStatus", - "apiVersions": [ - "2020-05-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2017-05-01", - "2016-07-01", - "2015-07-01", - "2015-01-01", - "2014-10-01-preview", - "2014-06-01" - ] - }, - { - "resourceType": "permissions", - "apiVersions": [ - "2022-04-01", - "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" - ] - }, - { - "resourceType": "policyAssignments", - "apiVersions": [ - "2024-04-01", - "2023-04-01", - "2022-06-01", - "2021-06-01", - "2020-09-01", - "2020-08-01", - "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" - ] - }, - { - "resourceType": "policyDefinitions", - "apiVersions": [ - "2023-04-01", - "2021-06-01", - "2020-09-01", - "2020-08-01", - "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" - ] - }, - { - "resourceType": "policyDefinitions/versions", - "apiVersions": [ - "2023-04-01" - ] - }, - { - "resourceType": "policyExemptions", - "apiVersions": [ - "2022-07-01-preview", - "2020-07-01-preview" - ] - }, - { - "resourceType": "policySetDefinitions", - "apiVersions": [ - "2023-04-01", - "2021-06-01", - "2020-09-01", - "2020-08-01", - "2020-03-01", - "2019-09-01", - "2019-06-01", - "2019-01-01", - "2018-05-01", - "2018-03-01", - "2017-06-01-preview" - ] - }, - { - "resourceType": "policySetDefinitions/versions", - "apiVersions": [ - "2023-04-01" - ] - }, - { - "resourceType": "privateLinkAssociations", - "apiVersions": [ - "2023-02-01", - "2023-01-01", - "2020-05-01" - ] - }, - { - "resourceType": "providerOperations", - "apiVersions": [ - "2022-04-01", - "2018-07-01", - "2018-01-01-preview", - "2017-05-01", - "2016-07-01", - "2015-07-01-preview", - "2015-07-01" - ] - }, - { - "resourceType": "resourceManagementPrivateLinks", - "apiVersions": [ - "2020-05-01" - ] - }, - { - "resourceType": "roleAssignmentApprovals", - "apiVersions": [ - "2021-01-01-preview" - ] - }, - { - "resourceType": "roleAssignmentScheduleInstances", - "apiVersions": [ - "2020-10-01-preview", - "2020-10-01" - ] - }, - { - "resourceType": "roleAssignmentScheduleRequests", - "apiVersions": [ - "2022-04-01-preview", - "2020-10-01-preview", - "2020-10-01" - ] - }, - { - "resourceType": "roleAssignmentSchedules", - "apiVersions": [ - "2020-10-01-preview", - "2020-10-01" - ] - }, - { - "resourceType": "roleAssignments", - "apiVersions": [ - "2022-04-01", - "2022-01-01-preview", - "2021-04-01-preview", - "2020-10-01-preview", - "2020-08-01-preview", - "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" - ] - }, - { - "resourceType": "roleAssignmentsUsageMetrics", - "apiVersions": [ - "2019-08-01-preview" - ] - }, - { - "resourceType": "roleDefinitions", - "apiVersions": [ - "2023-07-01-preview", - "2022-05-01-preview", - "2022-04-01", - "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" - ] - }, - { - "resourceType": "roleEligibilityScheduleInstances", - "apiVersions": [ - "2020-10-01-preview", - "2020-10-01" - ] - }, - { - "resourceType": "roleEligibilityScheduleRequests", - "apiVersions": [ - "2022-04-01-preview", - "2020-10-01-preview", - "2020-10-01" - ] - }, - { - "resourceType": "roleEligibilitySchedules", - "apiVersions": [ - "2020-10-01-preview", - "2020-10-01" - ] - }, - { - "resourceType": "roleManagementAlertConfigurations", - "apiVersions": [ - "2022-08-01-preview" - ] - }, - { - "resourceType": "roleManagementAlertDefinitions", - "apiVersions": [ - "2022-08-01-preview" - ] - }, - { - "resourceType": "roleManagementAlertOperations", - "apiVersions": [ - "2022-08-01-preview" - ] - }, - { - "resourceType": "roleManagementAlerts", - "apiVersions": [ - "2022-08-01-preview" - ] - }, - { - "resourceType": "roleManagementPolicies", - "apiVersions": [ - "2024-09-01-preview", - "2024-02-01-preview", - "2020-10-01-preview", - "2020-10-01" - ] - }, - { - "resourceType": "roleManagementPolicyAssignments", - "apiVersions": [ - "2024-09-01-preview", - "2024-02-01-preview", - "2020-10-01-preview", - "2020-10-01" - ] - } - ] - }, - { - "namespace": "Microsoft.Automanage", - "resourceTypes": [ - { - "resourceType": "bestPractices", - "apiVersions": [ - "2022-05-04", - "2021-04-30-preview" - ] - }, - { - "resourceType": "bestPractices/versions", - "apiVersions": [ - "2022-05-04", - "2021-04-30-preview" - ] - }, - { - "resourceType": "configurationProfileAssignments", - "apiVersions": [ - "2022-05-04", - "2021-04-30-preview" - ] - }, - { - "resourceType": "configurationProfiles", - "apiVersions": [ - "2022-05-04", - "2021-04-30-preview" - ] - }, - { - "resourceType": "configurationProfiles/versions", - "apiVersions": [ - "2022-05-04", - "2021-04-30-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-04-01-preview", - "2023-03-31-preview", - "2022-06-01-preview", - "2022-05-04", - "2022-03-30-preview", - "2021-04-30-preview" - ] - }, - { - "resourceType": "servicePrincipals", - "apiVersions": [ - "2022-05-04", - "2021-04-30-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Automation", - "resourceTypes": [ - { - "resourceType": "automationAccounts", - "apiVersions": [ - "2023-11-01", - "2023-05-15-preview", - "2022-08-08", - "2022-02-22", - "2022-01-31", - "2021-06-22", - "2021-04-01", - "2020-01-13-preview", - "2019-06-01", - "2018-06-30", - "2018-01-15", - "2017-05-15-preview", - "2015-10-31", - "2015-01-01-preview" - ] - }, - { - "resourceType": "automationAccounts/agentRegistrationInformation", - "apiVersions": [ - "2023-11-01", - "2023-05-15-preview", - "2021-06-22", - "2021-04-01", - "2020-01-13-preview", - "2019-06-01", - "2018-06-30", - "2018-01-15", - "2017-05-15-preview", - "2015-10-31", - "2015-01-01-preview" - ] - }, - { - "resourceType": "automationAccounts/configurations", - "apiVersions": [ - "2023-11-01", - "2023-05-15-preview", - "2022-08-08", - "2020-01-13-preview", - "2019-06-01", - "2018-06-30", - "2018-01-15", - "2017-05-15-preview", - "2015-10-31", - "2015-01-01-preview" - ] - }, - { - "resourceType": "automationAccounts/hybridRunbookWorkerGroups", - "apiVersions": [ - "2023-11-01", - "2023-05-15-preview", - "2022-08-08", - "2022-02-22", - "2021-06-22", - "2021-04-01", - "2020-01-13-preview", - "2019-06-01", - "2018-06-30", - "2018-01-15", - "2017-05-15-preview", - "2015-10-31", - "2015-01-01-preview" - ] - }, - { - "resourceType": "automationAccounts/hybridRunbookWorkerGroups/hybridRunbookWorkers", - "apiVersions": [ - "2023-11-01", - "2023-05-15-preview", - "2022-08-08", - "2021-06-22" - ] - }, - { - "resourceType": "automationAccounts/jobs", - "apiVersions": [ - "2023-11-01", - "2023-05-15-preview", - "2022-08-08", - "2020-01-13-preview", - "2019-06-01", - "2018-06-30", - "2018-01-15", - "2017-05-15-preview", - "2015-10-31", - "2015-01-01-preview" - ] - }, - { - "resourceType": "automationAccounts/privateEndpointConnectionProxies", - "apiVersions": [ - "2023-11-01", - "2023-05-15-preview", - "2021-06-22", - "2020-01-13-preview" - ] - }, - { - "resourceType": "automationAccounts/privateEndpointConnections", - "apiVersions": [ - "2023-11-01", - "2023-05-15-preview", - "2021-06-22", - "2020-01-13-preview" - ] - }, - { - "resourceType": "automationAccounts/privateLinkResources", - "apiVersions": [ - "2023-11-01", - "2023-05-15-preview", - "2021-06-22", - "2020-01-13-preview" - ] - }, - { - "resourceType": "automationAccounts/runbooks", - "apiVersions": [ - "2023-11-01", - "2023-05-15-preview", - "2022-08-08", - "2022-06-30-preview", - "2020-01-13-preview", - "2019-06-01", - "2018-06-30", - "2018-01-15", - "2017-05-15-preview", - "2015-10-31", - "2015-01-01-preview" - ] - }, - { - "resourceType": "automationAccounts/runtimes", - "apiVersions": [ - "2022-06-30-preview" - ] - }, - { - "resourceType": "automationAccounts/softwareUpdateConfigurationMachineRuns", - "apiVersions": [ - "2023-11-01", - "2023-05-15-preview", - "2022-08-08", - "2020-01-13-preview", - "2019-06-01", - "2018-06-30", - "2018-01-15", - "2017-05-15-preview" - ] - }, - { - "resourceType": "automationAccounts/softwareUpdateConfigurationRuns", - "apiVersions": [ - "2023-11-01", - "2023-05-15-preview", - "2022-08-08", - "2020-01-13-preview", - "2019-06-01", - "2018-06-30", - "2018-01-15", - "2017-05-15-preview" - ] - }, - { - "resourceType": "automationAccounts/softwareUpdateConfigurations", - "apiVersions": [ - "2023-11-01", - "2023-05-15-preview", - "2020-01-13-preview", - "2019-06-01", - "2018-06-30", - "2018-01-15", - "2017-05-15-preview" - ] - }, - { - "resourceType": "automationAccounts/webhooks", - "apiVersions": [ - "2023-11-01", - "2023-05-15-preview", - "2018-06-30", - "2018-01-15", - "2017-05-15-preview", - "2015-10-31", - "2015-01-01-preview" - ] - }, - { - "resourceType": "deletedAutomationAccounts", - "apiVersions": [ - "2023-11-01", - "2023-05-15-preview", - "2022-01-31" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-08-01-preview" - ] - }, - { - "resourceType": "locations/usages", - "apiVersions": [ - "2024-08-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-11-01", - "2023-05-15-preview", - "2020-01-13-preview", - "2019-06-01", - "2018-06-30", - "2018-01-15", - "2017-05-15-preview", - "2015-10-31", - "2015-01-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.AwsConnector", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "Operations", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "accessAnalyzerAnalyzers", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "acmCertificateSummaries", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "apiGatewayRestApis", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "apiGatewayStages", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "appSyncGraphQLApis", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "applicationAutoScalingScalableTargets", - "apiVersions": [ - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "autoScalingAutoScalingGroups", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "cloudFormationStackSets", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "cloudFormationStacks", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "cloudFrontDistributions", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "cloudTrailTrails", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "cloudWatchAlarms", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "codeBuildProjects", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "codeBuildSourceCredentialsInfos", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "configServiceConfigurationRecorderStatuses", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "configServiceConfigurationRecorders", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "configServiceDeliveryChannels", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "databaseMigrationServiceReplicationInstances", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "daxClusters", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "dynamoDBContinuousBackupsDescriptions", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "dynamoDBTables", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "ec2AccountAttributes", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "ec2Addresses", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "ec2FlowLogs", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "ec2Images", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "ec2InstanceStatuses", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "ec2Instances", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "ec2Ipams", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "ec2KeyPairs", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "ec2NetworkAcls", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "ec2NetworkInterfaces", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "ec2RouteTables", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "ec2SecurityGroups", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "ec2Snapshots", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "ec2Subnets", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "ec2VPCEndpoints", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "ec2VPCPeeringConnections", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "ec2VPCs", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "ec2Volumes", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "ecrImageDetails", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "ecrRepositories", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "ecsClusters", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "ecsServices", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "ecsTaskDefinitions", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "efsFileSystems", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "efsMountTargets", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "eksClusters", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "eksNodegroups", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "elasticBeanstalkApplications", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "elasticBeanstalkConfigurationTemplates", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "elasticBeanstalkEnvironments", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "elasticLoadBalancingV2Listeners", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "elasticLoadBalancingV2LoadBalancers", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "elasticLoadBalancingV2TargetGroups", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "elasticLoadBalancingV2TargetHealthDescriptions", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "elasticsearchDomains", - "apiVersions": [ - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "emrClusters", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "guardDutyDetectors", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "iamAccessKeyLastUseds", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "iamAccessKeyMetaData", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "iamGroups", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "iamInstanceProfiles", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "iamMFADevices", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "iamManagedPolicies", - "apiVersions": [ - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "iamPasswordPolicies", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "iamPolicyVersions", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "iamRoles", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "iamServerCertificates", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "iamUserPolicies", - "apiVersions": [ - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "iamVirtualMFADevices", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "kmsAliases", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "kmsKeys", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "lambdaFunctionCodeLocations", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "lambdaFunctions", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "licenseManagerLicenses", - "apiVersions": [ - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "lightsailBuckets", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "lightsailInstances", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "logsLogGroups", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "logsLogStreams", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "logsMetricFilters", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "logsSubscriptionFilters", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "macie2JobSummaries", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "macieAllowLists", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "networkFirewallFirewallPolicies", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "networkFirewallFirewalls", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "networkFirewallRuleGroups", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "openSearchDomainStatuses", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "openSearchServiceDomains", - "apiVersions": [ - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "organizationsAccounts", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "organizationsOrganizations", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "rdsDBClusters", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "rdsDBInstances", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "rdsDBSnapshotAttributesResults", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "rdsDBSnapshots", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "rdsEventSubscriptions", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "rdsExportTasks", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "redshiftClusterParameterGroups", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "redshiftClusters", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "route53DomainsDomainSummaries", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "route53HostedZones", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "route53ResourceRecordSets", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "s3AccessControlPolicies", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "s3AccessPoints", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "s3BucketPolicies", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "s3Buckets", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "s3ControlMultiRegionAccessPointPolicyDocuments", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "sageMakerApps", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "sageMakerDevices", - "apiVersions": [ - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "sageMakerImages", - "apiVersions": [ - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "sageMakerNotebookInstanceSummaries", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "secretsManagerResourcePolicies", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "secretsManagerSecrets", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "snsSubscriptions", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "snsTopics", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "sqsQueues", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "ssmInstanceInformations", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "ssmParameters", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "ssmResourceComplianceSummaryItems", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "wafWebACLSummaries", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "wafv2IPSets", - "apiVersions": [ - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "wafv2LoggingConfigurations", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "wafv2WebACLAssociations", - "apiVersions": [ - "2024-08-01-preview", - "2023-12-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.AzureActiveDirectory", - "resourceTypes": [ - { - "resourceType": "b2cDirectories", - "apiVersions": [ - "2023-05-17-preview", - "2023-01-18-preview", - "2022-03-01-preview", - "2021-04-01-preview", - "2021-04-01", - "2020-05-01-preview", - "2019-01-01-privatepreview", - "2019-01-01-preview", - "2017-01-30", - "2016-12-13-preview", - "2016-02-10-privatepreview" - ] - }, - { - "resourceType": "b2ctenants", - "apiVersions": [ - "2023-05-17-preview", - "2023-01-18-preview", - "2022-03-01-preview", - "2021-04-01-preview", - "2021-04-01", - "2020-05-01-preview", - "2016-02-10-privatepreview" - ] - }, - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2023-05-17-preview", - "2023-01-18-preview", - "2022-03-01-preview", - "2021-04-01-preview", - "2021-04-01", - "2020-05-01-preview", - "2019-01-01-privatepreview", - "2019-01-01-preview" - ] - }, - { - "resourceType": "ciamDirectories", - "apiVersions": [ - "2023-05-17-preview", - "2023-01-18-preview", - "2022-03-01-preview" - ] - }, - { - "resourceType": "guestUsages", - "apiVersions": [ - "2023-05-17-preview", - "2023-01-18-preview", - "2022-03-01-preview", - "2021-04-01-preview", - "2021-04-01", - "2020-05-01-preview" - ] - }, - { - "resourceType": "operationStatuses", - "apiVersions": [ - "2023-05-17-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-05-17-preview", - "2023-01-18-preview", - "2022-03-01-preview", - "2021-04-01-preview", - "2021-04-01", - "2020-05-01-preview", - "2019-01-01-privatepreview", - "2019-01-01-preview", - "2017-01-30", - "2016-12-13-preview", - "2016-02-10-privatepreview" - ] - } - ] - }, - { - "namespace": "Microsoft.AzureArcData", - "resourceTypes": [ - { - "resourceType": "DataControllers", - "apiVersions": [ - "2023-09-01-preview", - "2023-05-16-preview", - "2023-01-15-preview", - "2022-06-15-preview", - "2022-03-01-preview", - "2021-11-01", - "2021-08-01", - "2021-07-01-preview" - ] - }, - { - "resourceType": "DataControllers/ActiveDirectoryConnectors", - "apiVersions": [ - "2023-09-01-preview", - "2023-05-16-preview", - "2023-01-15-preview", - "2022-06-15-preview", - "2022-03-01-preview" - ] - }, - { - "resourceType": "Locations", - "apiVersions": [ - "2024-09-01-preview", - "2024-05-01-preview", - "2024-04-01-preview", - "2024-03-01-preview", - "2024-02-01-preview", - "2024-01-01", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-05-16-preview", - "2023-01-15-preview", - "2022-06-15-preview", - "2022-03-01-preview", - "2021-11-01", - "2021-08-01", - "2021-07-01-preview" - ] - }, - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2024-09-01-preview", - "2024-05-01-preview", - "2024-04-01-preview", - "2024-03-01-preview", - "2024-02-01-preview", - "2024-01-01", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-05-16-preview", - "2023-01-15-preview", - "2022-06-15-preview", - "2022-03-01-preview", - "2021-11-01", - "2021-08-01", - "2021-07-01-preview" - ] - }, - { - "resourceType": "Operations", - "apiVersions": [ - "2024-09-01-preview", - "2024-05-01-preview", - "2024-04-01-preview", - "2024-03-01-preview", - "2024-02-01-preview", - "2024-01-01", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-05-16-preview", - "2023-01-15-preview", - "2022-06-15-preview", - "2022-03-01-preview", - "2021-11-01", - "2021-08-01", - "2021-07-01-preview" - ] - }, - { - "resourceType": "PostgresInstances", - "apiVersions": [ - "2023-09-01-preview", - "2023-05-16-preview", - "2023-01-15-preview", - "2022-06-15-preview", - "2022-03-01-preview", - "2021-07-01-preview" - ] - }, - { - "resourceType": "SqlManagedInstances", - "apiVersions": [ - "2023-09-01-preview", - "2023-05-16-preview", - "2023-01-15-preview", - "2022-06-15-preview", - "2022-03-01-preview", - "2021-11-01", - "2021-08-01", - "2021-07-01-preview" - ] - }, - { - "resourceType": "SqlManagedInstances/FailoverGroups", - "apiVersions": [ - "2023-09-01-preview", - "2023-05-16-preview", - "2023-01-15-preview" - ] - }, - { - "resourceType": "SqlServerEsuLicenses", - "apiVersions": [ - "2024-09-01-preview", - "2024-05-01-preview" - ] - }, - { - "resourceType": "SqlServerInstances", - "apiVersions": [ - "2024-09-01-preview", - "2024-05-01-preview", - "2024-04-01-preview", - "2024-03-01-preview", - "2024-02-01-preview", - "2024-01-01", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-05-16-preview", - "2023-01-15-preview", - "2022-06-15-preview", - "2022-03-01-preview", - "2021-11-01", - "2021-08-01", - "2021-07-01-preview" - ] - }, - { - "resourceType": "SqlServerInstances/AvailabilityGroups", - "apiVersions": [ - "2024-09-01-preview", - "2024-05-01-preview", - "2024-04-01-preview", - "2024-03-01-preview", - "2024-02-01-preview", - "2024-01-01", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-05-16-preview" - ] - }, - { - "resourceType": "SqlServerInstances/Databases", - "apiVersions": [ - "2024-09-01-preview", - "2024-05-01-preview", - "2024-04-01-preview", - "2024-03-01-preview", - "2024-02-01-preview", - "2024-01-01", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-05-16-preview", - "2023-01-15-preview", - "2022-06-15-preview" - ] - }, - { - "resourceType": "SqlServerLicenses", - "apiVersions": [ - "2024-09-01-preview", - "2024-05-01-preview", - "2024-04-01-preview", - "2024-03-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.AzureBusinessContinuity", - "resourceTypes": [ - { - "resourceType": "deletedUnifiedProtectedItems", - "apiVersions": [ - "2024-03-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-03-01-preview" - ] - }, - { - "resourceType": "unifiedProtectedItems", - "apiVersions": [ - "2024-03-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.AzureDataTransfer", - "resourceTypes": [ - { - "resourceType": "connections", - "apiVersions": [ - "2024-09-27", - "2024-09-11", - "2024-05-07", - "2024-01-25", - "2023-10-11-preview", - "2023-06-28", - "2022-12-13-preview" - ] - }, - { - "resourceType": "connections/flows", - "apiVersions": [ - "2024-09-27", - "2024-09-11", - "2024-05-07", - "2024-01-25", - "2023-10-11-preview", - "2023-06-28", - "2022-12-13-preview" - ] - }, - { - "resourceType": "listApprovedSchemas", - "apiVersions": [ - "2024-09-27", - "2024-09-11", - "2024-05-07", - "2024-01-25", - "2023-10-11-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-09-27", - "2024-09-11", - "2024-05-07", - "2024-01-25", - "2023-10-11-preview", - "2023-06-28", - "2022-12-13-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2024-09-27", - "2024-09-11", - "2024-05-07", - "2024-01-25", - "2023-10-11-preview", - "2023-06-28", - "2022-12-13-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-09-27", - "2024-09-11", - "2024-05-07", - "2024-01-25", - "2023-10-11-preview", - "2023-06-28", - "2022-12-13-preview" - ] - }, - { - "resourceType": "pipelines", - "apiVersions": [ - "2024-09-27", - "2024-09-11", - "2024-05-07", - "2024-01-25", - "2023-10-11-preview", - "2023-06-28", - "2022-12-13-preview" - ] - }, - { - "resourceType": "validateSchema", - "apiVersions": [ - "2024-09-27", - "2024-09-11", - "2024-05-07", - "2024-01-25", - "2023-10-11-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.AzureFleet", - "resourceTypes": [ - { - "resourceType": "fleets", - "apiVersions": [ - "2024-11-01", - "2024-05-01-preview", - "2023-11-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-11-01", - "2024-05-01-preview", - "2023-11-01-preview" - ] - }, - { - "resourceType": "locations/operations", - "apiVersions": [ - "2024-11-01", - "2024-05-01-preview", - "2023-11-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-11-01", - "2024-05-01-preview", - "2023-11-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.AzureImageTestingForLinux", - "resourceTypes": [ - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2023-08-01-preview" - ] - }, - { - "resourceType": "jobTemplates", - "apiVersions": [ - "2023-08-01-preview" - ] - }, - { - "resourceType": "jobs", - "apiVersions": [ - "2023-08-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2023-08-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-08-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.AzureLargeInstance", - "resourceTypes": [ - { - "resourceType": "azureLargeInstances", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-10", - "2023-07-20-preview" - ] - }, - { - "resourceType": "azureLargeStorageInstances", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-10", - "2023-07-20-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-10", - "2023-07-20-preview" - ] - }, - { - "resourceType": "locations/operationsStatus", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-10", - "2023-07-20-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-10", - "2023-07-20-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.AzurePlaywrightService", - "resourceTypes": [ - { - "resourceType": "accounts", - "apiVersions": [ - "2024-08-01-preview", - "2024-02-01-preview", - "2023-10-01-preview", - "2023-06-01-preview" - ] - }, - { - "resourceType": "accounts/quotas", - "apiVersions": [ - "2024-08-01-preview", - "2024-02-01-preview" - ] - }, - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-08-01-preview", - "2024-02-01-preview", - "2023-10-01-preview", - "2023-06-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-08-01-preview", - "2024-02-01-preview", - "2023-10-01-preview", - "2023-06-01-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2024-08-01-preview", - "2024-02-01-preview", - "2023-10-01-preview", - "2023-06-01-preview" - ] - }, - { - "resourceType": "locations/quotas", - "apiVersions": [ - "2024-08-01-preview", - "2024-02-01-preview", - "2023-10-01-preview", - "2023-06-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-08-01-preview", - "2024-02-01-preview", - "2023-10-01-preview", - "2023-06-01-preview" - ] - }, - { - "resourceType": "registeredSubscriptions", - "apiVersions": [ - "2024-08-01-preview", - "2024-02-01-preview", - "2023-10-01-preview", - "2023-06-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.AzureScan", - "resourceTypes": [ - { - "resourceType": "Operations", - "apiVersions": [ - "2022-05-17-preview" - ] - }, - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2022-05-17-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2022-05-17-preview" - ] - }, - { - "resourceType": "locations/OperationStatuses", - "apiVersions": [ - "2022-05-17-preview" - ] - }, - { - "resourceType": "scanningAccounts", - "apiVersions": [ - "2022-05-17-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.AzureSphere", - "resourceTypes": [ - { - "resourceType": "catalogs", - "apiVersions": [ - "2024-04-01", - "2022-09-01-preview" - ] - }, - { - "resourceType": "catalogs/certificates", - "apiVersions": [ - "2024-04-01", - "2022-09-01-preview" - ] - }, - { - "resourceType": "catalogs/images", - "apiVersions": [ - "2024-04-01", - "2022-09-01-preview" - ] - }, - { - "resourceType": "catalogs/products", - "apiVersions": [ - "2024-04-01", - "2022-09-01-preview" - ] - }, - { - "resourceType": "catalogs/products/devicegroups", - "apiVersions": [ - "2024-04-01", - "2022-09-01-preview" - ] - }, - { - "resourceType": "catalogs/products/devicegroups/deployments", - "apiVersions": [ - "2024-04-01", - "2022-09-01-preview" - ] - }, - { - "resourceType": "catalogs/products/devicegroups/devices", - "apiVersions": [ - "2024-04-01", - "2022-09-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-04-01", - "2022-09-01-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2024-04-01", - "2022-09-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-04-01", - "2022-09-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.AzureStack", - "resourceTypes": [ - { - "resourceType": "cloudManifestFiles", - "apiVersions": [ - "2022-06-01", - "2017-06-01" - ] - }, - { - "resourceType": "generateDeploymentLicense", - "apiVersions": [ - "2022-06-01" - ] - }, - { - "resourceType": "linkedSubscriptions", - "apiVersions": [ - "2020-06-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2022-06-01", - "2017-06-01" - ] - }, - { - "resourceType": "registrations", - "apiVersions": [ - "2022-06-01", - "2020-06-01-preview", - "2017-06-01" - ] - }, - { - "resourceType": "registrations/customerSubscriptions", - "apiVersions": [ - "2022-06-01", - "2017-06-01" - ] - }, - { - "resourceType": "registrations/products", - "apiVersions": [ - "2022-06-01", - "2017-06-01", - "2016-01-01" - ] - } - ] - }, - { - "namespace": "Microsoft.AzureStackHCI", - "resourceTypes": [ - { - "resourceType": "clusters", - "apiVersions": [ - "2024-09-01-preview", - "2024-04-01", - "2024-02-15-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-08-01-preview", - "2023-08-01", - "2023-06-01", - "2023-03-01", - "2023-02-01", - "2022-12-01", - "2022-10-01", - "2022-09-01", - "2022-05-01", - "2022-03-01", - "2022-01-01", - "2021-09-01", - "2021-01-01-preview", - "2020-10-01" - ] - }, - { - "resourceType": "clusters/arcSettings", - "apiVersions": [ - "2024-09-01-preview", - "2024-04-01", - "2024-02-15-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-08-01-preview", - "2023-08-01", - "2023-06-01", - "2023-03-01", - "2023-02-01", - "2022-12-01", - "2022-10-01", - "2022-09-01", - "2022-05-01", - "2022-03-01", - "2022-01-01", - "2021-09-01", - "2021-01-01-preview" - ] - }, - { - "resourceType": "clusters/arcSettings/extensions", - "apiVersions": [ - "2024-09-01-preview", - "2024-04-01", - "2024-02-15-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-08-01-preview", - "2023-08-01", - "2023-06-01", - "2023-03-01", - "2023-02-01", - "2022-12-01", - "2022-10-01", - "2022-09-01", - "2022-05-01", - "2022-03-01", - "2022-01-01", - "2021-09-01", - "2021-01-01-preview" - ] - }, - { - "resourceType": "clusters/deploymentSettings", - "apiVersions": [ - "2024-09-01-preview", - "2024-04-01", - "2024-02-15-preview", - "2024-01-01", - "2023-08-01-preview" - ] - }, - { - "resourceType": "clusters/offers", - "apiVersions": [ - "2022-04-01-preview" - ] - }, - { - "resourceType": "clusters/publishers", - "apiVersions": [ - "2022-04-01-preview" - ] - }, - { - "resourceType": "clusters/publishers/offers", - "apiVersions": [ - "2022-04-01-preview" - ] - }, - { - "resourceType": "clusters/publishers/offers/skus", - "apiVersions": [ - "2022-04-01-preview" - ] - }, - { - "resourceType": "clusters/securitySettings", - "apiVersions": [ - "2024-09-01-preview", - "2024-04-01", - "2024-02-15-preview", - "2024-01-01", - "2023-11-01-preview" - ] - }, - { - "resourceType": "clusters/updateSummaries", - "apiVersions": [ - "2024-09-01-preview", - "2024-04-01", - "2024-02-15-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-08-01-preview", - "2023-08-01", - "2023-06-01", - "2023-03-01", - "2023-02-01", - "2022-12-15-preview", - "2022-12-01", - "2022-10-01", - "2022-08-01-preview" - ] - }, - { - "resourceType": "clusters/updates", - "apiVersions": [ - "2024-09-01-preview", - "2024-04-01", - "2024-02-15-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-08-01-preview", - "2023-08-01", - "2023-06-01", - "2023-03-01", - "2023-02-01", - "2022-12-15-preview", - "2022-12-01", - "2022-10-01", - "2022-08-01-preview" - ] - }, - { - "resourceType": "clusters/updates/updateRuns", - "apiVersions": [ - "2024-09-01-preview", - "2024-04-01", - "2024-02-15-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-08-01-preview", - "2023-08-01", - "2023-06-01", - "2023-03-01", - "2023-02-01", - "2022-12-15-preview", - "2022-12-01", - "2022-10-01", - "2022-08-01-preview" - ] - }, - { - "resourceType": "edgeDevices", - "apiVersions": [ - "2024-09-01-preview", - "2024-04-01", - "2024-02-15-preview", - "2024-01-01", - "2023-08-01-preview" - ] - }, - { - "resourceType": "galleryImages", - "apiVersions": [ - "2024-08-01-preview", - "2024-05-01-preview", - "2024-02-01-preview", - "2024-01-01", - "2023-09-01-preview", - "2023-07-01-preview", - "2022-12-15-preview", - "2021-09-01-preview", - "2021-07-01-preview", - "2020-11-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-09-01-preview", - "2024-08-01-preview", - "2024-07-15-preview", - "2024-07-01-preview", - "2024-05-01-preview", - "2024-04-01", - "2024-02-15-preview", - "2024-02-01-preview", - "2024-01-15-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-08-01", - "2023-07-01-preview", - "2023-06-01", - "2023-03-01", - "2023-02-01", - "2022-12-15-preview", - "2022-12-01", - "2022-10-01", - "2022-09-01", - "2022-08-01-preview", - "2022-05-01", - "2022-03-01", - "2022-01-01", - "2021-09-01-preview", - "2021-09-01", - "2021-07-01-preview", - "2021-01-01-preview", - "2020-11-01-preview", - "2020-10-01" - ] - }, - { - "resourceType": "locations/operationstatuses", - "apiVersions": [ - "2024-09-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-05-01-preview", - "2024-04-01", - "2024-02-15-preview", - "2024-02-01-preview", - "2024-01-15-preview", - "2024-01-01", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-08-01", - "2023-07-01-preview", - "2023-06-01", - "2023-03-01", - "2023-02-01", - "2022-12-15-preview", - "2022-12-01", - "2022-11-01-preview", - "2022-10-01", - "2022-09-01", - "2022-08-01-preview", - "2022-05-01", - "2022-03-01", - "2022-01-01", - "2021-09-01-preview", - "2021-09-01", - "2021-07-01-preview", - "2021-01-01-preview", - "2020-10-01" - ] - }, - { - "resourceType": "logicalNetworks", - "apiVersions": [ - "2024-08-01-preview", - "2024-05-01-preview", - "2024-02-01-preview", - "2024-01-01", - "2023-09-01-preview" - ] - }, - { - "resourceType": "marketplaceGalleryImages", - "apiVersions": [ - "2024-08-01-preview", - "2024-05-01-preview", - "2024-02-01-preview", - "2024-01-01", - "2023-09-01-preview", - "2023-07-01-preview", - "2022-12-15-preview", - "2021-09-01-preview" - ] - }, - { - "resourceType": "networkInterfaces", - "apiVersions": [ - "2024-08-01-preview", - "2024-05-01-preview", - "2024-02-01-preview", - "2024-01-01", - "2023-09-01-preview", - "2023-07-01-preview", - "2022-12-15-preview", - "2021-09-01-preview", - "2021-07-01-preview", - "2020-11-01-preview" - ] - }, - { - "resourceType": "networkSecurityGroups", - "apiVersions": [ - "2024-08-01-preview", - "2024-05-01-preview", - "2024-02-01-preview" - ] - }, - { - "resourceType": "networkSecurityGroups/securityRules", - "apiVersions": [ - "2024-08-01-preview", - "2024-05-01-preview", - "2024-02-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-09-01-preview", - "2024-08-01-preview", - "2024-07-15-preview", - "2024-07-01-preview", - "2024-05-01-preview", - "2024-04-01", - "2024-02-15-preview", - "2024-02-01-preview", - "2024-01-15-preview", - "2024-01-01", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-08-01", - "2023-07-01-preview", - "2023-06-01", - "2023-03-01", - "2023-02-01", - "2022-12-15-preview", - "2022-12-01", - "2022-10-01", - "2022-09-01", - "2022-08-01-preview", - "2022-05-01", - "2022-03-01", - "2022-01-01", - "2021-09-01-preview", - "2021-09-01", - "2021-07-01-preview", - "2021-01-01-preview", - "2020-11-01-preview", - "2020-10-01", - "2020-03-01-preview" - ] - }, - { - "resourceType": "registeredSubscriptions", - "apiVersions": [ - "2024-09-01-preview", - "2024-04-01", - "2024-01-01", - "2023-11-01-preview", - "2023-08-01-preview", - "2023-08-01", - "2023-06-01", - "2023-03-01", - "2023-02-01", - "2022-12-01", - "2022-10-01", - "2022-09-01" - ] - }, - { - "resourceType": "storageContainers", - "apiVersions": [ - "2024-08-01-preview", - "2024-05-01-preview", - "2024-02-01-preview", - "2024-01-01", - "2023-09-01-preview", - "2023-07-01-preview", - "2022-12-15-preview", - "2021-09-01-preview" - ] - }, - { - "resourceType": "virtualHardDisks", - "apiVersions": [ - "2024-08-01-preview", - "2024-05-01-preview", - "2024-02-01-preview", - "2024-01-01", - "2023-09-01-preview", - "2023-07-01-preview", - "2022-12-15-preview", - "2021-09-01-preview", - "2021-07-01-preview", - "2020-11-01-preview" - ] - }, - { - "resourceType": "virtualMachineInstances", - "apiVersions": [ - "2024-08-01-preview", - "2024-05-01-preview", - "2024-02-01-preview", - "2024-01-01", - "2023-09-01-preview", - "2023-07-01-preview" - ] - }, - { - "resourceType": "virtualMachines", - "apiVersions": [ - "2022-12-15-preview", - "2021-09-01-preview", - "2021-07-01-preview", - "2020-11-01-preview" - ] - }, - { - "resourceType": "virtualMachines/extensions", - "apiVersions": [ - "2022-12-15-preview", - "2021-09-01-preview" - ] - }, - { - "resourceType": "virtualMachines/hybrididentitymetadata", - "apiVersions": [ - "2022-12-15-preview", - "2021-09-01-preview" - ] - }, - { - "resourceType": "virtualNetworks", - "apiVersions": [ - "2023-07-01-preview", - "2022-12-15-preview", - "2021-09-01-preview", - "2021-07-01-preview", - "2020-11-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.BackupSolutions", - "resourceTypes": [ - { - "resourceType": "VMwareApplications", - "apiVersions": [] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2022-08-01-preview", - "2022-04-01-preview", - "2021-07-01", - "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" - ] - }, - { - "resourceType": "locations/operationstatuses", - "apiVersions": [] - }, - { - "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" - ] - } - ] - }, - { - "namespace": "Microsoft.BareMetal", - "resourceTypes": [ - { - "resourceType": "bareMetalConnections", - "apiVersions": [ - "2023-12-01" - ] - }, - { - "resourceType": "bareMetalInventoryBase", - "apiVersions": [ - "2024-02-01" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2023-12-01", - "2021-06-01-preview", - "2020-10-01-preview", - "2018-09-01-preview" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2023-12-01", - "2021-06-01-preview", - "2020-10-01-preview", - "2018-09-01-preview" - ] - }, - { - "resourceType": "locations/updateRoutesOnVirtualNetwork", - "apiVersions": [ - "2024-06-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-12-01", - "2018-09-01-preview" - ] - }, - { - "resourceType": "sdnApplianceInventory", - "apiVersions": [ - "2024-02-01" - ] - }, - { - "resourceType": "utilization", - "apiVersions": [ - "2021-06-01-preview", - "2020-10-01-preview", - "2018-09-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.BareMetalInfrastructure", - "resourceTypes": [ - { - "resourceType": "bareMetalInstances", - "apiVersions": [ - "2024-08-01-preview", - "2023-11-01-preview", - "2023-08-04-preview", - "2023-04-06", - "2021-08-09", - "2020-08-06-preview" - ] - }, - { - "resourceType": "bareMetalStorageInstances", - "apiVersions": [ - "2023-11-01-preview", - "2023-08-04-preview", - "2023-04-06" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-08-01-preview", - "2023-11-01-preview", - "2023-08-04-preview", - "2023-04-06", - "2021-08-09", - "2020-08-06-preview" - ] - }, - { - "resourceType": "locations/operationsStatus", - "apiVersions": [ - "2024-08-01-preview", - "2023-11-01-preview", - "2023-08-04-preview", - "2020-08-06-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-08-01-preview", - "2023-11-01-preview", - "2023-08-04-preview", - "2023-04-06", - "2021-08-09", - "2020-08-06-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Batch", - "resourceTypes": [ - { - "resourceType": "batchAccounts", - "apiVersions": [ - "2024-07-01", - "2024-03-01-privatepreview", - "2024-02-01", - "2023-11-01", - "2023-05-01", - "2022-10-01", - "2022-06-01", - "2022-01-01", - "2021-06-01", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "batchAccounts/certificateOperationResults", - "apiVersions": [ - "2024-07-01", - "2024-03-01-privatepreview", - "2024-02-01", - "2023-11-01", - "2023-05-01", - "2022-10-01", - "2022-06-01", - "2022-01-01", - "2021-06-01", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "batchAccounts/certificates", - "apiVersions": [ - "2024-07-01", - "2024-03-01-privatepreview", - "2024-02-01", - "2023-11-01", - "2023-05-01", - "2022-10-01", - "2022-06-01", - "2022-01-01", - "2021-06-01", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "batchAccounts/detectors", - "apiVersions": [ - "2024-07-01", - "2024-03-01-privatepreview", - "2024-02-01", - "2023-11-01", - "2023-05-01", - "2022-10-01", - "2022-06-01", - "2022-01-01" - ] - }, - { - "resourceType": "batchAccounts/networkSecurityPerimeterConfigurationOperationResults", - "apiVersions": [ - "2024-07-01", - "2024-03-01-privatepreview" - ] - }, - { - "resourceType": "batchAccounts/operationResults", - "apiVersions": [ - "2024-07-01", - "2024-03-01-privatepreview", - "2024-02-01", - "2023-11-01", - "2023-05-01", - "2022-10-01", - "2022-06-01", - "2022-01-01", - "2021-06-01", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "batchAccounts/poolOperationResults", - "apiVersions": [ - "2024-07-01", - "2024-03-01-privatepreview", - "2024-02-01", - "2023-11-01", - "2023-05-01", - "2022-10-01", - "2022-06-01", - "2022-01-01", - "2021-06-01", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "batchAccounts/pools", - "apiVersions": [ - "2024-07-01", - "2024-03-01-privatepreview", - "2024-02-01", - "2023-11-01", - "2023-05-01", - "2022-10-01", - "2022-06-01", - "2022-01-01", - "2021-06-01", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "batchAccounts/privateEndpointConnectionProxyResults", - "apiVersions": [ - "2024-07-01", - "2024-03-01-privatepreview", - "2024-02-01", - "2023-11-01", - "2023-05-01", - "2022-10-01", - "2022-06-01", - "2022-01-01", - "2021-06-01", - "2021-01-01", - "2020-09-01", - "2020-05-01", - "2020-03-01-preview", - "2020-03-01" - ] - }, - { - "resourceType": "batchAccounts/privateEndpointConnectionResults", - "apiVersions": [ - "2024-07-01", - "2024-03-01-privatepreview", - "2024-02-01", - "2023-11-01", - "2023-05-01", - "2022-10-01", - "2022-06-01", - "2022-01-01", - "2021-06-01", - "2021-01-01", - "2020-09-01", - "2020-05-01", - "2020-03-01-preview", - "2020-03-01" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-07-01", - "2024-03-01-privatepreview", - "2024-02-01", - "2023-11-01", - "2023-05-01", - "2022-10-01", - "2022-06-01", - "2022-01-01", - "2021-06-01", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "locations/accountOperationResults", - "apiVersions": [ - "2024-07-01", - "2024-03-01-privatepreview", - "2024-02-01", - "2023-11-01", - "2023-05-01", - "2022-10-01", - "2022-06-01", - "2022-01-01", - "2021-06-01", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "locations/checkNameAvailability", - "apiVersions": [ - "2024-07-01", - "2024-03-01-privatepreview", - "2024-02-01", - "2023-11-01", - "2023-05-01", - "2022-10-01", - "2022-06-01", - "2022-01-01", - "2021-06-01", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "locations/cloudServiceSkus", - "apiVersions": [ - "2024-07-01", - "2024-03-01-privatepreview", - "2024-02-01", - "2023-11-01", - "2023-05-01", - "2022-10-01", - "2022-06-01", - "2022-01-01", - "2021-06-01" - ] - }, - { - "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable", - "apiVersions": [ - "2024-07-01", - "2024-03-01-privatepreview" - ] - }, - { - "resourceType": "locations/quotas", - "apiVersions": [ - "2024-07-01", - "2024-03-01-privatepreview", - "2024-02-01", - "2023-11-01", - "2023-05-01", - "2022-10-01", - "2022-06-01", - "2022-01-01", - "2021-06-01", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "locations/virtualMachineSkus", - "apiVersions": [ - "2024-07-01", - "2024-03-01-privatepreview", - "2024-02-01", - "2023-11-01", - "2023-05-01", - "2022-10-01", - "2022-06-01", - "2022-01-01", - "2021-06-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-07-01", - "2024-03-01-privatepreview", - "2024-02-01", - "2023-11-01", - "2023-05-01", - "2022-10-01", - "2022-06-01", - "2022-01-01", - "2021-06-01", - "2021-01-01", - "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" - ] - } - ] - }, - { - "namespace": "Microsoft.Billing", - "resourceTypes": [ - { - "resourceType": "billingAccounts", - "apiVersions": [ - "2024-04-01", - "2022-10-01-privatepreview", - "2020-12-15-privatepreview", - "2020-11-01-privatepreview", - "2020-05-01", - "2019-10-01-preview", - "2018-11-01-preview", - "2018-06-30", - "2018-05-31" - ] - }, - { - "resourceType": "billingAccounts/BillingProfiles/patchOperations", - "apiVersions": [ - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/addresses", - "apiVersions": [ - "2022-10-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/agreements", - "apiVersions": [ - "2024-04-01", - "2020-11-01-privatepreview", - "2020-05-01", - "2019-10-01-preview", - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/alertPreferences", - "apiVersions": [ - "2022-10-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/alerts", - "apiVersions": [ - "2022-10-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/appliedReservationOrders", - "apiVersions": [ - "2020-12-15-privatepreview", - "2020-12-15-beta" - ] - }, - { - "resourceType": "billingAccounts/associatedTenants", - "apiVersions": [ - "2024-04-01", - "2020-11-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/availableBalance", - "apiVersions": [ - "2024-04-01", - "2020-11-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/billingPeriods", - "apiVersions": [ - "2022-10-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/billingPermissions", - "apiVersions": [ - "2024-04-01", - "2022-10-01-privatepreview", - "2020-12-15-privatepreview", - "2020-05-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles", - "apiVersions": [ - "2024-04-01", - "2022-10-01-privatepreview", - "2020-12-15-privatepreview", - "2020-11-01-privatepreview", - "2020-05-01", - "2019-10-01-preview", - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/alertPreferences", - "apiVersions": [ - "2022-10-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/alerts", - "apiVersions": [ - "2022-10-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/availableBalance", - "apiVersions": [ - "2024-04-01", - "2020-11-01-privatepreview", - "2020-05-01", - "2019-10-01-preview", - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/billingPeriods", - "apiVersions": [ - "2022-10-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/billingPermissions", - "apiVersions": [ - "2024-04-01", - "2022-10-01-privatepreview", - "2020-12-15-privatepreview", - "2020-05-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/billingRequests", - "apiVersions": [ - "2024-04-01" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/billingRoleAssignments", - "apiVersions": [ - "2024-04-01", - "2022-10-01-privatepreview", - "2020-12-15-privatepreview", - "2020-05-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/billingRoleDefinitions", - "apiVersions": [ - "2024-04-01", - "2022-10-01-privatepreview", - "2020-12-15-privatepreview", - "2020-05-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/billingSubscriptions", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-01", - "2022-10-01-privatepreview", - "2020-12-15-privatepreview", - "2020-05-01", - "2019-10-01-preview", - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/createBillingRoleAssignment", - "apiVersions": [ - "2024-04-01", - "2022-10-01-privatepreview", - "2020-12-15-privatepreview", - "2020-05-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/customers", - "apiVersions": [ - "2024-04-01", - "2022-10-01-privatepreview", - "2020-05-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/customers/billingPermissions", - "apiVersions": [ - "2024-04-01", - "2022-10-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/customers/billingRequests", - "apiVersions": [ - "2024-04-01" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/customers/billingRoleAssignments", - "apiVersions": [ - "2024-04-01", - "2022-10-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/customers/billingRoleDefinitions", - "apiVersions": [ - "2024-04-01", - "2022-10-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/customers/billingSubscriptions", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-01" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/customers/policies", - "apiVersions": [ - "2024-04-01" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/customers/transactions", - "apiVersions": [ - "2024-04-01" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/departments", - "apiVersions": [ - "2022-10-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/departments/billingPeriods", - "apiVersions": [ - "2022-10-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/departments/billingPermissions", - "apiVersions": [ - "2022-10-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/departments/billingRoleAssignments", - "apiVersions": [ - "2022-10-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/departments/billingRoleDefinitions", - "apiVersions": [ - "2022-10-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/departments/billingSubscriptions", - "apiVersions": [ - "2022-10-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/departments/enrollmentAccounts", - "apiVersions": [ - "2024-08-01-preview", - "2022-10-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/departments/enrollmentAccounts/billingPeriods", - "apiVersions": [ - "2022-10-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/enrollmentAccounts", - "apiVersions": [ - "2024-08-01-preview", - "2022-10-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/enrollmentAccounts/billingPeriods", - "apiVersions": [ - "2022-10-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/enrollmentAccounts/billingPermissions", - "apiVersions": [ - "2022-10-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/enrollmentAccounts/billingSubscriptions", - "apiVersions": [ - "2022-10-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/instructions", - "apiVersions": [ - "2020-05-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/invoiceSections", - "apiVersions": [ - "2024-04-01", - "2022-10-01-privatepreview", - "2020-12-15-privatepreview", - "2020-11-01-privatepreview", - "2020-05-01", - "2019-10-01-preview", - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/invoiceSections/billingPermissions", - "apiVersions": [ - "2024-04-01", - "2022-10-01-privatepreview", - "2020-12-15-privatepreview", - "2020-05-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/invoiceSections/billingRequests", - "apiVersions": [ - "2024-04-01" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/invoiceSections/billingRoleAssignments", - "apiVersions": [ - "2024-04-01", - "2022-10-01-privatepreview", - "2020-12-15-privatepreview", - "2020-05-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/invoiceSections/billingRoleDefinitions", - "apiVersions": [ - "2024-04-01", - "2022-10-01-privatepreview", - "2020-12-15-privatepreview", - "2020-05-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/invoiceSections/billingSubscriptions", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-01", - "2020-05-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/invoiceSections/createBillingRoleAssignment", - "apiVersions": [ - "2024-04-01", - "2022-10-01-privatepreview", - "2020-12-15-privatepreview", - "2020-05-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/invoiceSections/initiateTransfer", - "apiVersions": [ - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/invoiceSections/products", - "apiVersions": [ - "2024-04-01", - "2020-05-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/invoiceSections/products/transfer", - "apiVersions": [ - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/invoiceSections/products/updateAutoRenew", - "apiVersions": [ - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/invoiceSections/transactions", - "apiVersions": [ - "2024-04-01", - "2020-11-01-privatepreview", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/invoiceSections/transfers", - "apiVersions": [ - "2024-04-01", - "2020-11-01-privatepreview", - "2020-05-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/invoiceSections/validateDeleteInvoiceSectionEligibility", - "apiVersions": [ - "2020-11-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/invoices", - "apiVersions": [ - "2024-04-01", - "2022-10-01-privatepreview", - "2020-11-01-privatepreview", - "2020-05-01", - "2019-10-01-preview", - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/invoices/operationResults", - "apiVersions": [ - "2024-04-01", - "2020-11-01-privatepreview", - "2020-05-01", - "2019-10-01-preview", - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/invoices/pricesheet", - "apiVersions": [ - "2019-10-01-preview", - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/invoices/transactions", - "apiVersions": [ - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/notificationContacts", - "apiVersions": [ - "2022-10-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/paymentMethodLinks", - "apiVersions": [ - "2024-04-01", - "2022-10-01-privatepreview", - "2021-10-01", - "2020-11-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/paymentMethods", - "apiVersions": [ - "2019-10-01-preview", - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/policies", - "apiVersions": [ - "2024-04-01", - "2022-10-01-privatepreview", - "2020-11-01-privatepreview", - "2020-05-01", - "2019-10-01-preview", - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/pricesheet", - "apiVersions": [ - "2019-10-01-preview", - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/pricesheetDownloadOperations", - "apiVersions": [ - "2019-10-01-preview", - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/products", - "apiVersions": [ - "2024-04-01", - "2020-05-01", - "2019-10-01-preview", - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/reservations", - "apiVersions": [ - "2024-04-01-beta", - "2024-04-01", - "2023-04-01-beta", - "2022-10-01-privatepreview", - "2022-10-01-beta", - "2020-11-01-privatepreview", - "2020-11-01-beta", - "2020-05-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/transactions", - "apiVersions": [ - "2024-04-01", - "2020-11-01-privatepreview", - "2019-10-01-preview", - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/validateDeleteBillingProfileEligibility", - "apiVersions": [ - "2020-11-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/billingProfiles/validateDetachPaymentMethodEligibility", - "apiVersions": [ - "2022-10-01-privatepreview", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingProfilesSummaries", - "apiVersions": [ - "2022-10-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/billingRequests", - "apiVersions": [ - "2024-04-01" - ] - }, - { - "resourceType": "billingAccounts/billingRoleAssignments", - "apiVersions": [ - "2024-04-01", - "2022-10-01-privatepreview", - "2020-12-15-privatepreview", - "2020-05-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingRoleDefinitions", - "apiVersions": [ - "2024-04-01", - "2022-10-01-privatepreview", - "2020-12-15-privatepreview", - "2020-05-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingSubscriptionAliases", - "apiVersions": [ - "2024-04-01", - "2021-10-01" - ] - }, - { - "resourceType": "billingAccounts/billingSubscriptions", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-01", - "2022-10-01-privatepreview", - "2021-10-01", - "2020-12-15-privatepreview", - "2020-11-01-privatepreview", - "2020-05-01", - "2019-10-01-preview", - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingSubscriptions/elevateRole", - "apiVersions": [ - "2022-10-01-privatepreview", - "2020-12-15-privatepreview", - "2020-12-15-beta" - ] - }, - { - "resourceType": "billingAccounts/billingSubscriptions/invoices", - "apiVersions": [ - "2024-04-01", - "2022-10-01-privatepreview", - "2020-11-01-privatepreview", - "2020-05-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingSubscriptions/invoices/operationResults", - "apiVersions": [ - "2024-04-01", - "2020-11-01-privatepreview", - "2020-05-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingSubscriptions/operationResults", - "apiVersions": [ - "2024-04-01", - "2022-10-01-privatepreview", - "2021-10-01", - "2020-12-15-privatepreview", - "2020-11-01-privatepreview", - "2020-05-01", - "2019-10-01-preview", - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/billingSubscriptions/policies", - "apiVersions": [ - "2022-10-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/createBillingRoleAssignment", - "apiVersions": [ - "2024-04-01", - "2022-10-01-privatepreview", - "2020-12-15-privatepreview", - "2020-05-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/createInvoiceSectionOperations", - "apiVersions": [ - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/customers", - "apiVersions": [ - "2024-04-01", - "2022-10-01-privatepreview", - "2020-12-15-privatepreview", - "2020-05-01", - "2019-10-01-preview", - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/customers/billingPermissions", - "apiVersions": [ - "2024-04-01", - "2020-12-15-privatepreview", - "2020-05-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/customers/billingRoleAssignments", - "apiVersions": [ - "2020-12-15-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/customers/billingRoleDefinitions", - "apiVersions": [ - "2020-12-15-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/customers/billingSubscriptions", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-01", - "2020-05-01", - "2019-10-01-preview", - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/customers/createBillingRoleAssignment", - "apiVersions": [ - "2020-12-15-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/customers/initiateTransfer", - "apiVersions": [ - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/customers/policies", - "apiVersions": [ - "2024-04-01", - "2022-10-01-privatepreview", - "2020-11-01-privatepreview", - "2020-05-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/customers/products", - "apiVersions": [ - "2024-04-01", - "2020-05-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/customers/transactions", - "apiVersions": [ - "2020-11-01-privatepreview", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/customers/transferSupportedAccounts", - "apiVersions": [ - "2020-11-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/customers/transfers", - "apiVersions": [ - "2020-11-01-privatepreview", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/departments", - "apiVersions": [ - "2024-04-01", - "2020-12-15-privatepreview", - "2019-10-01-preview", - "2018-06-30" - ] - }, - { - "resourceType": "billingAccounts/departments/billingPeriods", - "apiVersions": [ - "2022-10-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/departments/billingPermissions", - "apiVersions": [ - "2024-04-01", - "2020-12-15-privatepreview", - "2020-05-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/departments/billingRoleAssignments", - "apiVersions": [ - "2024-04-01", - "2020-12-15-privatepreview", - "2020-05-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/departments/billingRoleDefinitions", - "apiVersions": [ - "2024-04-01", - "2020-12-15-privatepreview", - "2020-05-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/departments/billingSubscriptions", - "apiVersions": [ - "2020-12-15-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/departments/enrollmentAccounts", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-01", - "2020-12-15-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/departments/enrollmentAccounts/billingPeriods", - "apiVersions": [ - "2022-10-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/enrollmentAccounts", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-01", - "2020-12-15-privatepreview", - "2019-10-01-preview", - "2018-06-30" - ] - }, - { - "resourceType": "billingAccounts/enrollmentAccounts/activationStatus", - "apiVersions": [ - "2020-12-15-privatepreview", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/enrollmentAccounts/billingPeriods", - "apiVersions": [ - "2022-10-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/enrollmentAccounts/billingPermissions", - "apiVersions": [ - "2024-04-01", - "2020-12-15-privatepreview", - "2020-05-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/enrollmentAccounts/billingRoleAssignments", - "apiVersions": [ - "2024-04-01", - "2020-12-15-privatepreview", - "2020-05-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/enrollmentAccounts/billingRoleDefinitions", - "apiVersions": [ - "2024-04-01", - "2020-12-15-privatepreview", - "2020-05-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/enrollmentAccounts/billingSubscriptions", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-01", - "2020-12-15-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/incentiveSchedules", - "apiVersions": [ - "2022-10-01-beta" - ] - }, - { - "resourceType": "billingAccounts/incentiveSchedules/milestones", - "apiVersions": [ - "2022-10-01-beta" - ] - }, - { - "resourceType": "billingAccounts/invoiceSections", - "apiVersions": [ - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/invoiceSections/billingSubscriptionMoveOperations", - "apiVersions": [ - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/invoiceSections/billingSubscriptions", - "apiVersions": [ - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/invoiceSections/billingSubscriptions/transfer", - "apiVersions": [ - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/invoiceSections/elevate", - "apiVersions": [ - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/invoiceSections/initiateTransfer", - "apiVersions": [ - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/invoiceSections/patchOperations", - "apiVersions": [ - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/invoiceSections/productMoveOperations", - "apiVersions": [ - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/invoiceSections/productTransfersResults", - "apiVersions": [ - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/invoiceSections/products", - "apiVersions": [ - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/invoiceSections/products/transfer", - "apiVersions": [ - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/invoiceSections/products/updateAutoRenew", - "apiVersions": [ - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/invoiceSections/transactions", - "apiVersions": [ - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/invoiceSections/transfers", - "apiVersions": [ - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/invoices", - "apiVersions": [ - "2024-04-01", - "2022-10-01-privatepreview", - "2020-11-01-privatepreview", - "2020-05-01", - "2019-10-01-preview", - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/invoices/operationResults", - "apiVersions": [ - "2024-04-01", - "2020-11-01-privatepreview", - "2020-05-01", - "2019-10-01-preview", - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/invoices/summary", - "apiVersions": [ - "2020-11-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/invoices/transactionSummary", - "apiVersions": [ - "2024-04-01", - "2020-11-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/invoices/transactions", - "apiVersions": [ - "2024-04-01", - "2020-11-01-privatepreview", - "2020-05-01" - ] - }, - { - "resourceType": "billingAccounts/lineOfCredit", - "apiVersions": [ - "2019-10-01-preview", - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/listInvoiceSectionsWithCreateSubscriptionPermission", - "apiVersions": [ - "2024-04-01", - "2020-05-01", - "2019-10-01-preview", - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/listProductRecommendations", - "apiVersions": [ - "2022-10-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/migrations", - "apiVersions": [ - "2024-08-01-preview" - ] - }, - { - "resourceType": "billingAccounts/notificationContacts", - "apiVersions": [ - "2020-12-15-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/operationResults", - "apiVersions": [ - "2024-04-01", - "2022-10-01-privatepreview", - "2021-10-01", - "2020-12-15-privatepreview", - "2020-11-01-privatepreview", - "2020-05-01", - "2019-10-01-preview", - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/patchOperations", - "apiVersions": [ - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/payNow", - "apiVersions": [ - "2020-12-15-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/payableOverage", - "apiVersions": [ - "2020-12-15-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/paymentMethods", - "apiVersions": [ - "2024-04-01", - "2021-10-01", - "2020-11-01-privatepreview", - "2020-05-01", - "2019-10-01-preview", - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/permissionRequests", - "apiVersions": [ - "2020-11-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/policies", - "apiVersions": [ - "2024-04-01", - "2022-10-01-privatepreview", - "2020-11-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/previewAgreements", - "apiVersions": [ - "2022-10-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/products", - "apiVersions": [ - "2024-04-01", - "2020-05-01", - "2019-10-01-preview", - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingAccounts/promotionalCredits", - "apiVersions": [ - "2020-11-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/reservationOrders", - "apiVersions": [ - "2024-04-01-beta", - "2024-04-01", - "2023-04-01-beta", - "2022-10-01-privatepreview", - "2022-10-01-beta", - "2020-11-01-privatepreview", - "2020-11-01-beta" - ] - }, - { - "resourceType": "billingAccounts/reservationOrders/reservations", - "apiVersions": [ - "2024-04-01-beta", - "2024-04-01", - "2023-04-01-beta", - "2022-10-01-privatepreview", - "2022-10-01-beta", - "2020-11-01-privatepreview", - "2020-11-01-beta" - ] - }, - { - "resourceType": "billingAccounts/reservations", - "apiVersions": [ - "2024-04-01-beta", - "2024-04-01", - "2023-04-01-beta", - "2022-10-01-privatepreview", - "2022-10-01-beta", - "2020-11-01-privatepreview", - "2020-11-01-beta", - "2020-05-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "billingAccounts/savingsPlanOrders", - "apiVersions": [ - "2024-04-01-beta", - "2024-04-01", - "2023-04-01-beta", - "2022-10-01-privatepreview", - "2022-10-01-beta", - "2020-12-15-privatepreview", - "2020-12-15-beta", - "2020-11-01-privatepreview", - "2020-11-01-beta" - ] - }, - { - "resourceType": "billingAccounts/savingsPlanOrders/savingsPlans", - "apiVersions": [ - "2024-04-01-beta", - "2024-04-01", - "2023-04-01-beta", - "2022-10-01-privatepreview", - "2022-10-01-beta", - "2020-12-15-privatepreview", - "2020-12-15-beta", - "2020-11-01-privatepreview", - "2020-11-01-beta" - ] - }, - { - "resourceType": "billingAccounts/savingsPlans", - "apiVersions": [ - "2024-04-01-beta", - "2024-04-01", - "2023-04-01-beta", - "2022-10-01-privatepreview", - "2022-10-01-beta", - "2020-12-15-privatepreview", - "2020-12-15-beta", - "2020-11-01-privatepreview", - "2020-11-01-beta" - ] - }, - { - "resourceType": "billingAccounts/signAgreement", - "apiVersions": [ - "2022-10-01-privatepreview" - ] - }, - { - "resourceType": "billingAccounts/transactions", - "apiVersions": [ - "2020-05-01", - "2019-10-01-preview", - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingPeriods", - "apiVersions": [ - "2018-03-01-preview", - "2017-04-24-preview" - ] - }, - { - "resourceType": "billingPermissions", - "apiVersions": [ - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingProperty", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-01", - "2020-11-01-privatepreview", - "2020-05-01", - "2019-10-01-preview", - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingRequests", - "apiVersions": [ - "2024-04-01" - ] - }, - { - "resourceType": "billingRoleAssignments", - "apiVersions": [ - "2018-11-01-preview" - ] - }, - { - "resourceType": "billingRoleDefinitions", - "apiVersions": [ - "2018-11-01-preview" - ] - }, - { - "resourceType": "createBillingRoleAssignment", - "apiVersions": [ - "2018-11-01-preview" - ] - }, - { - "resourceType": "departments", - "apiVersions": [ - "2018-06-30", - "2018-05-31" - ] - }, - { - "resourceType": "enrollmentAccounts", - "apiVersions": [ - "2018-03-01-preview" - ] - }, - { - "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" - ] - }, - { - "resourceType": "operationResults", - "apiVersions": [ - "2024-04-01", - "2020-05-01", - "2019-10-01-preview", - "2018-11-01-preview" - ] - }, - { - "resourceType": "operationStatus", - "apiVersions": [ - "2020-05-01", - "2019-10-01-preview", - "2018-11-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-04-01", - "2022-10-01-privatepreview", - "2020-11-01-privatepreview", - "2020-09-01-preview", - "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" - ] - }, - { - "resourceType": "paymentMethods", - "apiVersions": [ - "2024-04-01", - "2022-10-01-privatepreview", - "2021-10-01", - "2020-11-01-privatepreview" - ] - }, - { - "resourceType": "permissionRequests", - "apiVersions": [ - "2020-11-01-privatepreview" - ] - }, - { - "resourceType": "policies", - "apiVersions": [ - "2024-04-01", - "2022-10-01-privatepreview" - ] - }, - { - "resourceType": "promotionalCredits", - "apiVersions": [ - "2020-11-01-privatepreview" - ] - }, - { - "resourceType": "promotionalCredits/operationResults", - "apiVersions": [ - "2024-04-01", - "2022-10-01-privatepreview", - "2020-11-01-privatepreview" - ] - }, - { - "resourceType": "promotions", - "apiVersions": [ - "2020-11-01-preview", - "2020-09-01-preview" - ] - }, - { - "resourceType": "promotions/checkeligibility", - "apiVersions": [ - "2020-11-01-preview", - "2020-09-01-preview" - ] - }, - { - "resourceType": "transfers", - "apiVersions": [ - "2024-04-01", - "2020-11-01-privatepreview", - "2020-05-01", - "2019-10-01-preview", - "2018-11-01-preview" - ] - }, - { - "resourceType": "transfers/acceptTransfer", - "apiVersions": [ - "2019-10-01-preview", - "2018-11-01-preview" - ] - }, - { - "resourceType": "transfers/declineTransfer", - "apiVersions": [ - "2019-10-01-preview", - "2018-11-01-preview" - ] - }, - { - "resourceType": "transfers/operationStatus", - "apiVersions": [ - "2018-11-01-preview" - ] - }, - { - "resourceType": "transfers/validateTransfer", - "apiVersions": [ - "2019-10-01-preview", - "2018-11-01-preview" - ] - }, - { - "resourceType": "validateAddress", - "apiVersions": [ - "2024-04-01", - "2020-05-01", - "2019-10-01-preview", - "2018-11-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.BillingBenefits", - "resourceTypes": [ - { - "resourceType": "calculateMigrationCost", - "apiVersions": [ - "2022-11-01-beta", - "2022-11-01", - "2022-06-02-privatepreview", - "2022-06-02-beta", - "2021-07-01-privatepreview", - "2021-07-01-beta" - ] - }, - { - "resourceType": "credits", - "apiVersions": [ - "2023-11-01-preview" - ] - }, - { - "resourceType": "credits/sources", - "apiVersions": [ - "2023-11-01-preview" - ] - }, - { - "resourceType": "incentiveSchedules", - "apiVersions": [ - "2023-07-01-beta" - ] - }, - { - "resourceType": "incentiveSchedules/milestones", - "apiVersions": [ - "2023-07-01-beta" - ] - }, - { - "resourceType": "listSellerResources", - "apiVersions": [ - "2023-11-01-preview", - "2023-11-01-beta" - ] - }, - { - "resourceType": "maccs", - "apiVersions": [ - "2023-11-01-preview" - ] - }, - { - "resourceType": "maccs/contributors", - "apiVersions": [ - "2023-11-01-preview" - ] - }, - { - "resourceType": "operationResults", - "apiVersions": [ - "2023-11-01-preview", - "2023-11-01-beta", - "2023-07-01-preview", - "2023-07-01-beta", - "2022-11-01-beta", - "2022-11-01", - "2022-06-02-privatepreview", - "2022-06-02-beta", - "2021-07-01-privatepreview", - "2021-07-01-beta" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2022-11-01-beta", - "2022-11-01", - "2021-07-01-privatepreview", - "2021-07-01-beta" - ] - }, - { - "resourceType": "reservationOrderAliases", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01-beta", - "2022-11-01-beta", - "2022-11-01", - "2022-06-02-privatepreview", - "2022-06-02-beta" - ] - }, - { - "resourceType": "savingsPlanOrderAliases", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01-beta", - "2022-11-01-beta", - "2022-11-01", - "2022-06-02-privatepreview", - "2022-06-02-beta", - "2021-07-01-privatepreview", - "2021-07-01-beta" - ] - }, - { - "resourceType": "savingsPlanOrders", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01-beta", - "2022-11-01-beta", - "2022-11-01", - "2022-06-02-privatepreview", - "2022-06-02-beta", - "2021-07-01-privatepreview", - "2021-07-01-beta" - ] - }, - { - "resourceType": "savingsPlanOrders/return", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01-beta" - ] - }, - { - "resourceType": "savingsPlanOrders/savingsPlans", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01-beta", - "2022-11-01-beta", - "2022-11-01", - "2022-06-02-privatepreview", - "2022-06-02-beta", - "2021-07-01-privatepreview", - "2021-07-01-beta" - ] - }, - { - "resourceType": "savingsPlans", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01-beta", - "2022-11-01-beta", - "2022-11-01", - "2022-06-02-privatepreview", - "2022-06-02-beta", - "2021-07-01-privatepreview", - "2021-07-01-beta" - ] - }, - { - "resourceType": "validate", - "apiVersions": [ - "2023-11-01-preview", - "2023-11-01-beta", - "2023-07-01-preview", - "2023-07-01-beta", - "2022-11-01-beta", - "2022-11-01", - "2022-06-02-privatepreview", - "2022-06-02-beta", - "2021-07-01-privatepreview", - "2021-07-01-beta" - ] - } - ] - }, - { - "namespace": "Microsoft.Bing", - "resourceTypes": [ - { - "resourceType": "accounts", - "apiVersions": [ - "2020-06-10" - ] - }, - { - "resourceType": "accounts/skus", - "apiVersions": [ - "2020-06-10" - ] - }, - { - "resourceType": "accounts/usages", - "apiVersions": [ - "2020-06-10" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2020-06-10" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2020-06-10" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2020-06-10" - ] - }, - { - "resourceType": "registeredSubscriptions", - "apiVersions": [ - "2020-06-10" - ] - } - ] - }, - { - "namespace": "Microsoft.BlockchainTokens", - "resourceTypes": [ - { - "resourceType": "Operations", - "apiVersions": [ - "2019-07-19-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Blueprint", - "resourceTypes": [ - { - "resourceType": "blueprintAssignments", - "apiVersions": [ - "2018-11-01-preview", - "2018-11-01-alpha", - "2017-11-11-preview", - "2017-11-11-alpha" - ] - }, - { - "resourceType": "blueprintAssignments/assignmentOperations", - "apiVersions": [ - "2018-11-01-preview", - "2018-11-01-alpha" - ] - }, - { - "resourceType": "blueprintAssignments/operations", - "apiVersions": [ - "2017-11-11-preview", - "2017-11-11-alpha" - ] - }, - { - "resourceType": "blueprints", - "apiVersions": [ - "2018-11-01-preview", - "2018-11-01-alpha", - "2017-11-11-preview", - "2017-11-11-alpha" - ] - }, - { - "resourceType": "blueprints/artifacts", - "apiVersions": [ - "2018-11-01-preview", - "2018-11-01-alpha", - "2017-11-11-preview", - "2017-11-11-alpha" - ] - }, - { - "resourceType": "blueprints/versions", - "apiVersions": [ - "2018-11-01-preview", - "2018-11-01-alpha", - "2017-11-11-preview", - "2017-11-11-alpha" - ] - }, - { - "resourceType": "blueprints/versions/artifacts", - "apiVersions": [ - "2018-11-01-preview", - "2018-11-01-alpha", - "2017-11-11-preview", - "2017-11-11-alpha" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2018-11-01-preview", - "2018-11-01-alpha", - "2017-11-11-preview", - "2017-11-11-alpha" - ] - } - ] - }, - { - "namespace": "Microsoft.BotService", - "resourceTypes": [ - { - "resourceType": "botServices", - "apiVersions": [ - "2023-09-15-preview", - "2022-09-15", - "2022-06-15-preview", - "2021-05-01-preview", - "2021-03-01", - "2020-06-02", - "2018-07-12", - "2017-12-01" - ] - }, - { - "resourceType": "botServices/channels", - "apiVersions": [ - "2023-09-15-preview", - "2022-09-15", - "2022-06-15-preview", - "2021-05-01-preview", - "2021-03-01", - "2020-06-02", - "2018-07-12", - "2017-12-01" - ] - }, - { - "resourceType": "botServices/connections", - "apiVersions": [ - "2023-09-15-preview", - "2022-09-15", - "2022-06-15-preview", - "2021-05-01-preview", - "2021-03-01", - "2020-06-02", - "2018-07-12", - "2017-12-01" - ] - }, - { - "resourceType": "botServices/privateEndpointConnectionProxies", - "apiVersions": [ - "2023-09-15-preview", - "2022-09-15", - "2022-06-15-preview", - "2021-05-01-preview", - "2021-03-01" - ] - }, - { - "resourceType": "botServices/privateEndpointConnections", - "apiVersions": [ - "2023-09-15-preview", - "2022-09-15", - "2022-06-15-preview", - "2021-05-01-preview", - "2021-03-01" - ] - }, - { - "resourceType": "botServices/privateLinkResources", - "apiVersions": [ - "2023-09-15-preview", - "2022-09-15", - "2022-06-15-preview", - "2021-05-01-preview", - "2021-03-01" - ] - }, - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2023-09-15-preview", - "2022-09-15", - "2022-06-15-preview", - "2021-05-01-preview", - "2021-03-01", - "2020-06-02", - "2018-07-12", - "2017-12-01" - ] - }, - { - "resourceType": "hostSettings", - "apiVersions": [ - "2023-09-15-preview", - "2022-09-15", - "2022-06-15-preview", - "2021-05-01-preview", - "2021-03-01" - ] - }, - { - "resourceType": "listAuthServiceProviders", - "apiVersions": [ - "2023-09-15-preview", - "2022-09-15", - "2022-06-15-preview", - "2021-05-01-preview", - "2021-03-01", - "2020-06-02", - "2018-07-12", - "2017-12-01" - ] - }, - { - "resourceType": "listQnAMakerEndpointKeys", - "apiVersions": [ - "2023-09-15-preview", - "2022-09-15", - "2022-06-15-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2023-09-15-preview", - "2022-09-15", - "2022-06-15-preview", - "2021-05-01-preview", - "2021-03-01", - "2020-06-02", - "2018-07-12", - "2017-12-01" - ] - }, - { - "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable", - "apiVersions": [ - "2023-09-15-preview", - "2022-09-15", - "2022-06-15-preview", - "2021-05-01-preview", - "2021-03-01", - "2020-06-02", - "2018-07-12", - "2017-12-01" - ] - }, - { - "resourceType": "operationResults", - "apiVersions": [ - "2023-09-15-preview", - "2022-09-15", - "2022-06-15-preview", - "2021-05-01-preview", - "2021-03-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-09-15-preview", - "2022-09-15", - "2022-06-15-preview", - "2021-05-01-preview", - "2021-03-01", - "2020-06-02", - "2018-07-12", - "2017-12-01" - ] - } - ] - }, - { - "namespace": "Microsoft.Cache", - "resourceTypes": [ - { - "resourceType": "Redis", - "apiVersions": [ - "2024-11-01", - "2024-04-01-preview", - "2024-03-01", - "2023-08-01", - "2023-05-01-preview", - "2023-04-01", - "2022-06-01", - "2022-05-01", - "2021-06-01", - "2020-12-01", - "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" - ] - }, - { - "resourceType": "Redis/EventGridFilters", - "apiVersions": [ - "2024-11-01", - "2024-04-01-preview", - "2024-03-01", - "2023-08-01", - "2023-05-01-preview", - "2023-04-01", - "2022-06-01", - "2022-05-01", - "2021-06-01", - "2020-12-01", - "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" - ] - }, - { - "resourceType": "Redis/privateEndpointConnectionProxies", - "apiVersions": [ - "2024-11-01", - "2024-04-01-preview", - "2024-03-01", - "2023-08-01", - "2023-05-01-preview", - "2023-04-01", - "2022-06-01", - "2022-05-01", - "2021-06-01", - "2020-12-01", - "2020-06-01", - "2019-07-01" - ] - }, - { - "resourceType": "Redis/privateEndpointConnectionProxies/validate", - "apiVersions": [ - "2024-11-01", - "2024-04-01-preview", - "2024-03-01", - "2023-08-01", - "2023-05-01-preview", - "2023-04-01", - "2022-06-01", - "2022-05-01", - "2021-06-01", - "2020-12-01", - "2020-06-01", - "2019-07-01" - ] - }, - { - "resourceType": "Redis/privateEndpointConnections", - "apiVersions": [ - "2024-11-01", - "2024-04-01-preview", - "2024-03-01", - "2023-08-01", - "2023-05-01-preview", - "2023-04-01", - "2022-06-01", - "2022-05-01", - "2021-06-01", - "2020-12-01", - "2020-06-01", - "2019-07-01" - ] - }, - { - "resourceType": "Redis/privateLinkResources", - "apiVersions": [ - "2024-11-01", - "2024-04-01-preview", - "2024-03-01", - "2023-08-01", - "2023-05-01-preview", - "2023-04-01", - "2022-06-01", - "2022-05-01", - "2021-06-01", - "2020-12-01", - "2020-06-01", - "2019-07-01" - ] - }, - { - "resourceType": "RedisEnterprise/privateEndpointConnectionProxies", - "apiVersions": [ - "2024-09-01-preview", - "2024-06-01-preview", - "2024-03-01-preview", - "2024-02-01", - "2023-11-01", - "2023-10-01-preview", - "2023-07-01", - "2023-03-01-preview", - "2022-11-01-preview", - "2022-01-01", - "2021-08-01", - "2021-03-01", - "2021-02-01-preview", - "2020-10-01-preview", - "2020-04-01-preview" - ] - }, - { - "resourceType": "RedisEnterprise/privateEndpointConnectionProxies/operationresults", - "apiVersions": [ - "2024-09-01-preview", - "2024-06-01-preview", - "2024-03-01-preview", - "2024-02-01", - "2023-11-01", - "2023-10-01-preview", - "2023-07-01", - "2023-03-01-preview", - "2022-11-01-preview", - "2022-01-01", - "2021-08-01", - "2021-03-01", - "2021-02-01-preview", - "2020-10-01-preview", - "2020-04-01-preview" - ] - }, - { - "resourceType": "RedisEnterprise/privateEndpointConnectionProxies/validate", - "apiVersions": [ - "2024-09-01-preview", - "2024-06-01-preview", - "2024-03-01-preview", - "2024-02-01", - "2023-11-01", - "2023-10-01-preview", - "2023-07-01", - "2023-03-01-preview", - "2022-11-01-preview", - "2022-01-01", - "2021-08-01", - "2021-03-01", - "2021-02-01-preview", - "2020-10-01-preview", - "2020-04-01-preview" - ] - }, - { - "resourceType": "RedisEnterprise/privateEndpointConnections", - "apiVersions": [ - "2024-09-01-preview", - "2024-06-01-preview", - "2024-03-01-preview", - "2024-02-01", - "2023-11-01", - "2023-10-01-preview", - "2023-07-01", - "2023-03-01-preview", - "2022-11-01-preview", - "2022-01-01", - "2021-08-01", - "2021-03-01", - "2021-02-01-preview", - "2020-10-01-preview", - "2020-04-01-preview" - ] - }, - { - "resourceType": "RedisEnterprise/privateEndpointConnections/operationresults", - "apiVersions": [ - "2024-09-01-preview", - "2024-06-01-preview", - "2024-03-01-preview", - "2024-02-01", - "2023-11-01", - "2023-10-01-preview", - "2023-07-01", - "2023-03-01-preview", - "2022-11-01-preview", - "2022-01-01", - "2021-08-01", - "2021-03-01", - "2021-02-01-preview", - "2020-10-01-preview", - "2020-04-01-preview" - ] - }, - { - "resourceType": "RedisEnterprise/privateLinkResources", - "apiVersions": [ - "2024-09-01-preview", - "2024-06-01-preview", - "2024-03-01-preview", - "2024-02-01", - "2023-11-01", - "2023-10-01-preview", - "2023-07-01", - "2023-03-01-preview", - "2022-11-01-preview", - "2022-01-01", - "2021-08-01", - "2021-03-01", - "2021-02-01-preview", - "2020-10-01-preview", - "2020-04-01-preview" - ] - }, - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-11-01", - "2024-04-01-preview", - "2024-03-01", - "2023-08-01", - "2023-05-01-preview", - "2023-04-01", - "2022-06-01", - "2022-05-01", - "2021-06-01", - "2020-12-01", - "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" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-11-01", - "2024-09-01-preview", - "2024-06-01-preview", - "2024-04-01-preview", - "2024-03-01-preview", - "2024-03-01", - "2024-02-01", - "2023-11-01", - "2023-10-01-preview", - "2023-08-01", - "2023-07-01", - "2023-05-01-preview", - "2023-04-01", - "2023-03-01-preview", - "2022-11-01-preview", - "2022-06-01", - "2022-05-01", - "2022-01-01", - "2021-08-01", - "2021-06-01", - "2021-03-01", - "2021-02-01-preview", - "2020-12-01", - "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" - ] - }, - { - "resourceType": "locations/asyncOperations", - "apiVersions": [ - "2024-11-01", - "2024-04-01-preview", - "2024-03-01", - "2023-08-01", - "2023-05-01-preview", - "2023-04-01", - "2022-06-01", - "2022-05-01", - "2021-06-01", - "2020-12-01", - "2020-06-01", - "2019-07-01" - ] - }, - { - "resourceType": "locations/checkNameAvailability", - "apiVersions": [ - "2024-09-01-preview", - "2024-06-01-preview", - "2024-03-01-preview", - "2024-02-01", - "2023-11-01", - "2023-10-01-preview", - "2023-07-01", - "2023-03-01-preview", - "2022-11-01-preview", - "2022-01-01", - "2021-08-01", - "2021-03-01", - "2021-02-01-preview", - "2020-10-01-preview", - "2020-04-01-preview" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2024-11-01", - "2024-04-01-preview", - "2024-03-01", - "2023-08-01", - "2023-05-01-preview", - "2023-04-01", - "2022-06-01", - "2022-05-01", - "2021-06-01", - "2020-12-01", - "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" - ] - }, - { - "resourceType": "locations/operationsStatus", - "apiVersions": [ - "2024-09-01-preview", - "2024-06-01-preview", - "2024-03-01-preview", - "2024-02-01", - "2023-11-01", - "2023-10-01-preview", - "2023-07-01", - "2023-03-01-preview", - "2022-11-01-preview", - "2022-01-01", - "2021-08-01", - "2021-03-01", - "2021-02-01-preview", - "2020-10-01-preview", - "2020-04-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-11-01", - "2024-09-01-preview", - "2024-06-01-preview", - "2024-04-01-preview", - "2024-03-01-preview", - "2024-03-01", - "2024-02-01", - "2023-11-01", - "2023-10-01-preview", - "2023-08-01", - "2023-07-01", - "2023-05-01-preview", - "2023-04-01", - "2023-03-01-preview", - "2022-11-01-preview", - "2022-06-01", - "2022-05-01", - "2021-06-01", - "2021-03-01", - "2021-02-01-preview", - "2020-12-01", - "2020-10-01-preview", - "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" - ] - }, - { - "resourceType": "redisEnterprise", - "apiVersions": [ - "2024-09-01-preview", - "2024-06-01-preview", - "2024-03-01-preview", - "2024-02-01", - "2023-11-01", - "2023-10-01-preview", - "2023-07-01", - "2023-03-01-preview", - "2022-11-01-preview", - "2022-01-01", - "2021-08-01", - "2021-03-01", - "2021-02-01-preview", - "2020-10-01-preview", - "2020-04-01-preview" - ] - }, - { - "resourceType": "redisEnterprise/databases", - "apiVersions": [ - "2024-09-01-preview", - "2024-06-01-preview", - "2024-03-01-preview", - "2024-02-01", - "2023-11-01", - "2023-10-01-preview", - "2023-07-01", - "2023-03-01-preview", - "2022-11-01-preview", - "2022-01-01", - "2021-08-01", - "2021-03-01", - "2021-02-01-preview", - "2020-10-01-preview", - "2020-04-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Capacity", - "resourceTypes": [ - { - "resourceType": "appliedReservations", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01-beta", - "2022-11-01-beta", - "2022-11-01", - "2022-06-02-privatepreview", - "2022-06-02-beta", - "2022-03-01-beta", - "2022-03-01", - "2021-07-01-beta", - "2021-07-01", - "2020-10-01-preview", - "2020-10-01-beta", - "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" - ] - }, - { - "resourceType": "calculateExchange", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01-beta", - "2022-11-01-beta", - "2022-11-01", - "2022-06-02-privatepreview", - "2022-06-02-beta", - "2022-03-01-beta", - "2022-03-01", - "2022-02-16-privatepreview", - "2022-02-16-beta", - "2021-07-01-beta", - "2021-07-01", - "2020-10-01-preview", - "2020-10-01-beta", - "2019-04-01-beta", - "2019-04-01", - "2018-06-01-beta", - "2018-06-01" - ] - }, - { - "resourceType": "calculatePrice", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01-beta", - "2022-11-01-beta", - "2022-11-01", - "2022-06-02-privatepreview", - "2022-06-02-beta", - "2022-03-01-beta", - "2022-03-01", - "2021-07-01-beta", - "2021-07-01", - "2020-10-01-preview", - "2020-10-01-beta", - "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" - ] - }, - { - "resourceType": "calculatePurchasePrice", - "apiVersions": [ - "2019-06-01-privatepreview", - "2019-06-01-beta" - ] - }, - { - "resourceType": "catalogs", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01-beta", - "2022-11-01-beta", - "2022-11-01", - "2022-06-02-privatepreview", - "2022-06-02-beta", - "2022-03-01-beta", - "2022-03-01", - "2021-07-01-beta", - "2021-07-01", - "2021-03-01-privatepreview", - "2021-03-01-beta", - "2020-10-01-preview", - "2020-10-01-beta", - "2019-04-01-beta", - "2019-04-01", - "2018-06-01-beta", - "2018-06-01", - "2017-11-01-beta", - "2017-11-01" - ] - }, - { - "resourceType": "checkBenefitScopes", - "apiVersions": [ - "2021-03-01-privatepreview", - "2021-03-01-beta" - ] - }, - { - "resourceType": "checkOffers", - "apiVersions": [ - "2020-10-01-preview", - "2020-10-01-beta", - "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" - ] - }, - { - "resourceType": "checkPurchaseStatus", - "apiVersions": [ - "2019-06-01-privatepreview", - "2019-06-01-beta" - ] - }, - { - "resourceType": "checkScopes", - "apiVersions": [ - "2020-10-01-preview", - "2020-10-01-beta", - "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" - ] - }, - { - "resourceType": "commercialReservationOrders", - "apiVersions": [ - "2019-04-01-beta", - "2019-04-01", - "2018-06-01-beta", - "2018-06-01" - ] - }, - { - "resourceType": "exchange", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01-beta", - "2022-11-01-beta", - "2022-11-01", - "2022-06-02-privatepreview", - "2022-06-02-beta", - "2022-03-01-beta", - "2022-03-01", - "2022-02-16-privatepreview", - "2022-02-16-beta", - "2021-07-01-beta", - "2021-07-01", - "2020-10-01-preview", - "2020-10-01-beta", - "2020-06-01-beta", - "2019-04-01-beta", - "2019-04-01", - "2018-06-01-beta", - "2018-06-01" - ] - }, - { - "resourceType": "listSkus", - "apiVersions": [ - "2021-01-01-privatepreview", - "2021-01-01-beta" - ] - }, - { - "resourceType": "listbenefits", - "apiVersions": [ - "2019-04-01-beta", - "2019-04-01" - ] - }, - { - "resourceType": "operationResults", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01-beta", - "2022-11-01-beta", - "2022-11-01", - "2022-06-02-privatepreview", - "2022-06-02-beta", - "2022-03-01-beta", - "2022-03-01", - "2022-02-16-privatepreview", - "2022-02-16-beta", - "2021-07-01-beta", - "2021-07-01", - "2020-10-01-preview", - "2020-10-01-beta" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01-beta", - "2022-11-01-beta", - "2022-11-01", - "2022-06-02-privatepreview", - "2022-06-02-beta", - "2022-03-01-beta", - "2022-03-01", - "2021-07-01-beta", - "2021-07-01", - "2020-10-01-preview", - "2020-10-01-beta", - "2019-04-01-beta", - "2019-04-01", - "2018-06-01-beta", - "2018-06-01", - "2017-11-01-beta", - "2017-11-01" - ] - }, - { - "resourceType": "ownReservations", - "apiVersions": [ - "2020-06-01-beta", - "2020-06-01" - ] - }, - { - "resourceType": "placePurchaseOrder", - "apiVersions": [ - "2019-06-01-privatepreview", - "2019-06-01-beta" - ] - }, - { - "resourceType": "reservationOrders", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01-beta", - "2022-11-01-beta", - "2022-11-01", - "2022-06-02-privatepreview", - "2022-06-02-beta", - "2022-03-01-beta", - "2022-03-01", - "2021-07-01-beta", - "2021-07-01", - "2020-11-15-preview", - "2020-11-15-beta", - "2020-10-01-preview", - "2020-10-01-beta", - "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" - ] - }, - { - "resourceType": "reservationOrders/availableScopes", - "apiVersions": [ - "2020-10-01-preview", - "2020-10-01-beta", - "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" - ] - }, - { - "resourceType": "reservationOrders/calculateRefund", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01-beta", - "2022-11-01-beta", - "2022-11-01", - "2022-06-02-privatepreview", - "2022-06-02-beta", - "2022-03-01-beta", - "2022-03-01", - "2020-10-01-preview", - "2020-10-01-beta", - "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" - ] - }, - { - "resourceType": "reservationOrders/changeDirectory", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01-beta", - "2022-11-01-beta", - "2022-11-01", - "2022-06-02-privatepreview", - "2022-06-02-beta", - "2022-03-01-beta", - "2022-03-01", - "2022-02-16-privatepreview", - "2022-02-16-beta", - "2021-07-01", - "2020-11-15-preview", - "2020-11-15-beta", - "2020-11-15" - ] - }, - { - "resourceType": "reservationOrders/merge", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01-beta", - "2022-11-01-beta", - "2022-11-01", - "2022-06-02-privatepreview", - "2022-06-02-beta", - "2022-03-01-beta", - "2022-03-01", - "2021-07-01-beta", - "2021-07-01", - "2020-10-01-preview", - "2020-10-01-beta", - "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" - ] - }, - { - "resourceType": "reservationOrders/reservations", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01-beta", - "2022-11-01-beta", - "2022-11-01", - "2022-06-02-privatepreview", - "2022-06-02-beta", - "2022-03-01-beta", - "2022-03-01", - "2021-07-01-beta", - "2021-07-01", - "2021-03-01-privatepreview", - "2021-03-01-beta", - "2020-10-01-preview", - "2020-10-01-beta", - "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" - ] - }, - { - "resourceType": "reservationOrders/reservations/availableScopes", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01-beta", - "2022-11-01-beta", - "2022-11-01", - "2022-06-02-privatepreview", - "2022-06-02-beta", - "2022-03-01-beta", - "2022-03-01", - "2021-07-01-beta", - "2021-07-01", - "2019-04-01-beta", - "2019-04-01" - ] - }, - { - "resourceType": "reservationOrders/reservations/revisions", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01-beta", - "2022-11-01-beta", - "2022-11-01", - "2022-06-02-privatepreview", - "2022-06-02-beta", - "2022-03-01-beta", - "2022-03-01", - "2021-07-01-beta", - "2021-07-01", - "2020-10-01-preview", - "2020-10-01-beta", - "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" - ] - }, - { - "resourceType": "reservationOrders/return", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01-beta", - "2022-11-01-beta", - "2022-11-01", - "2022-06-02-privatepreview", - "2022-06-02-beta", - "2022-03-01-beta", - "2022-03-01", - "2020-10-01-preview", - "2020-10-01-beta", - "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" - ] - }, - { - "resourceType": "reservationOrders/split", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01-beta", - "2022-11-01-beta", - "2022-11-01", - "2022-06-02-privatepreview", - "2022-06-02-beta", - "2022-03-01-beta", - "2022-03-01", - "2021-07-01-beta", - "2021-07-01", - "2020-10-01-preview", - "2020-10-01-beta", - "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" - ] - }, - { - "resourceType": "reservationOrders/swap", - "apiVersions": [ - "2020-10-01-preview", - "2020-10-01-beta", - "2019-04-01-beta", - "2019-04-01", - "2018-06-01-beta", - "2018-06-01" - ] - }, - { - "resourceType": "reservations", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01-beta", - "2022-11-01-beta", - "2022-11-01", - "2022-06-02-privatepreview", - "2022-06-02-beta", - "2022-03-01-beta", - "2022-03-01", - "2021-07-01-beta", - "2021-07-01", - "2020-10-01-preview", - "2020-10-01-beta", - "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" - ] - }, - { - "resourceType": "resourceProviders", - "apiVersions": [ - "2020-10-25", - "2019-07-19-preview" - ] - }, - { - "resourceType": "resourceProviders/locations", - "apiVersions": [ - "2020-10-25", - "2019-07-19-preview" - ] - }, - { - "resourceType": "resourceProviders/locations/serviceLimits", - "apiVersions": [ - "2020-10-25", - "2019-07-19-preview" - ] - }, - { - "resourceType": "resourceProviders/locations/serviceLimitsRequests", - "apiVersions": [ - "2020-10-25", - "2019-07-19-preview" - ] - }, - { - "resourceType": "resources", - "apiVersions": [ - "2019-04-01", - "2018-06-01", - "2017-11-01" - ] - }, - { - "resourceType": "validateReservationOrder", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01-beta", - "2022-11-01-beta", - "2022-11-01", - "2022-06-02-privatepreview", - "2022-06-02-beta", - "2020-10-01-preview", - "2020-10-01-beta", - "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" - ] - } - ] - }, - { - "namespace": "Microsoft.CapacityAllocation", - "resourceTypes": [ - { - "resourceType": "operations", - "apiVersions": [ - "2024-05-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Carbon", - "resourceTypes": [ - { - "resourceType": "carbonEmissionReports", - "apiVersions": [ - "2023-04-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-04-01-preview" - ] - }, - { - "resourceType": "queryCarbonEmissionDataAvailableDateRange", - "apiVersions": [ - "2023-04-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Cdn", - "resourceTypes": [ - { - "resourceType": "CdnWebApplicationFirewallManagedRuleSets", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01", - "2020-04-15", - "2019-06-15-preview" - ] - }, - { - "resourceType": "CdnWebApplicationFirewallPolicies", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01", - "2020-04-15", - "2019-06-15-preview" - ] - }, - { - "resourceType": "canMigrate", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview" - ] - }, - { - "resourceType": "checkEndpointNameAvailability", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01" - ] - }, - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "checkResourceUsage", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "edgenodes", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "migrate", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview" - ] - }, - { - "resourceType": "operationresults", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "operationresults/cdnwebapplicationfirewallpolicyresults", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01", - "2020-04-15", - "2019-06-15-preview" - ] - }, - { - "resourceType": "operationresults/profileresults", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "operationresults/profileresults/afdendpointresults", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01" - ] - }, - { - "resourceType": "operationresults/profileresults/afdendpointresults/routeresults", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01" - ] - }, - { - "resourceType": "operationresults/profileresults/customdomainresults", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01" - ] - }, - { - "resourceType": "operationresults/profileresults/endpointresults", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "operationresults/profileresults/endpointresults/customdomainresults", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "operationresults/profileresults/endpointresults/origingroupresults", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01", - "2020-04-15", - "2020-03-31", - "2019-12-31" - ] - }, - { - "resourceType": "operationresults/profileresults/endpointresults/originresults", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "operationresults/profileresults/origingroupresults", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01" - ] - }, - { - "resourceType": "operationresults/profileresults/origingroupresults/originresults", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01" - ] - }, - { - "resourceType": "operationresults/profileresults/policyresults", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2022-01-01-preview" - ] - }, - { - "resourceType": "operationresults/profileresults/rulesetresults", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01" - ] - }, - { - "resourceType": "operationresults/profileresults/rulesetresults/ruleresults", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01" - ] - }, - { - "resourceType": "operationresults/profileresults/secretresults", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01" - ] - }, - { - "resourceType": "operationresults/profileresults/securitypolicyresults", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "profiles", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "profiles/afdendpoints", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01" - ] - }, - { - "resourceType": "profiles/afdendpoints/routes", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01" - ] - }, - { - "resourceType": "profiles/customdomains", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01" - ] - }, - { - "resourceType": "profiles/deploymentversions", - "apiVersions": [ - "2024-06-01-preview" - ] - }, - { - "resourceType": "profiles/endpoints", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "profiles/endpoints/customdomains", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "profiles/endpoints/origingroups", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01", - "2020-04-15", - "2020-03-31", - "2019-12-31" - ] - }, - { - "resourceType": "profiles/endpoints/origins", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "profiles/keygroups", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-01-01-preview", - "2023-07-01-preview" - ] - }, - { - "resourceType": "profiles/networkpolicies", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview" - ] - }, - { - "resourceType": "profiles/origingroups", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01" - ] - }, - { - "resourceType": "profiles/origingroups/origins", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01" - ] - }, - { - "resourceType": "profiles/policies", - "apiVersions": [ - "2022-01-01-preview" - ] - }, - { - "resourceType": "profiles/rulesets", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01" - ] - }, - { - "resourceType": "profiles/rulesets/rules", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01" - ] - }, - { - "resourceType": "profiles/secrets", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01" - ] - }, - { - "resourceType": "profiles/securitypolicies", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01" - ] - }, - { - "resourceType": "validateProbe", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "validateSecret", - "apiVersions": [ - "2024-09-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2024-01-01-preview", - "2023-07-01-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-05-01-preview", - "2021-06-01", - "2020-09-01" - ] - } - ] - }, - { - "namespace": "Microsoft.CertificateRegistration", - "resourceTypes": [ - { - "resourceType": "certificateOrders", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "2020-06-01", - "2019-08-01", - "2018-02-01", - "2015-08-01" - ] - }, - { - "resourceType": "certificateOrders/certificates", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "2020-06-01", - "2019-08-01", - "2018-02-01", - "2015-08-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "2020-06-01", - "2019-08-01", - "2018-02-01", - "2015-08-01" - ] - }, - { - "resourceType": "validateCertificateRegistrationInformation", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "2020-06-01", - "2019-08-01", - "2018-02-01", - "2015-08-01" - ] - } - ] - }, - { - "namespace": "Microsoft.Certify", - "resourceTypes": [ - { - "resourceType": "operations", - "apiVersions": [ - "2023-11-22-preview" - ] - }, - { - "resourceType": "testSuites", - "apiVersions": [ - "2023-11-22-preview" - ] - }, - { - "resourceType": "validationJobs", - "apiVersions": [ - "2023-11-22-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.ChangeAnalysis", - "resourceTypes": [ - { - "resourceType": "changeSnapshots", - "apiVersions": [ - "2021-04-01-preview" - ] - }, - { - "resourceType": "changes", - "apiVersions": [ - "2021-04-01-preview", - "2021-04-01", - "2020-10-01-preview" - ] - }, - { - "resourceType": "computeChanges", - "apiVersions": [ - "2021-04-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2020-04-01-preview", - "2019-04-01-preview" - ] - }, - { - "resourceType": "resourceChanges", - "apiVersions": [ - "2021-04-01-preview", - "2021-04-01", - "2020-04-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Chaos", - "resourceTypes": [ - { - "resourceType": "experiments", - "apiVersions": [ - "2024-03-22-preview", - "2024-01-01", - "2023-11-01", - "2023-10-27-preview", - "2023-09-01-preview", - "2023-04-15-preview", - "2023-04-01-preview", - "2022-10-01-preview", - "2022-07-01-preview", - "2021-09-15-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-03-22-preview", - "2024-01-01", - "2023-11-01", - "2023-10-27-preview", - "2023-09-01-preview", - "2023-04-15-preview", - "2023-04-01-preview", - "2022-10-01-preview", - "2022-07-01-preview", - "2021-09-15-preview" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2024-03-22-preview", - "2024-01-01", - "2023-12-01-preview", - "2023-11-01", - "2023-10-27-preview", - "2023-09-01-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2024-03-22-preview", - "2024-01-01", - "2023-12-01-preview", - "2023-11-01", - "2023-10-27-preview", - "2023-09-01-preview" - ] - }, - { - "resourceType": "locations/targetTypes", - "apiVersions": [ - "2024-03-22-preview", - "2024-01-01", - "2023-11-01", - "2023-10-27-preview", - "2023-09-01-preview", - "2023-04-15-preview", - "2023-04-01-preview", - "2022-10-01-preview", - "2022-07-01-preview", - "2021-09-15-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-03-22-preview", - "2024-01-01", - "2023-11-01", - "2023-10-27-preview", - "2023-09-01-preview", - "2023-04-15-preview", - "2023-04-01-preview", - "2022-10-01-preview", - "2022-07-01-preview", - "2021-09-15-preview", - "2021-08-11-preview", - "2021-07-05-preview", - "2021-07-01-preview" - ] - }, - { - "resourceType": "privateAccesses", - "apiVersions": [ - "2024-03-22-preview", - "2023-10-27-preview" - ] - }, - { - "resourceType": "targets", - "apiVersions": [ - "2024-03-22-preview", - "2024-01-01", - "2023-11-01", - "2023-10-27-preview", - "2023-09-01-preview", - "2023-04-15-preview", - "2023-04-01-preview", - "2022-10-01-preview", - "2022-07-01-preview", - "2021-09-15-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.ClassicCompute", - "resourceTypes": [ - { - "resourceType": "capabilities", - "apiVersions": [ - "2016-11-01", - "2016-04-01", - "2015-12-01", - "2015-10-01", - "2015-06-01", - "2014-06-01" - ] - }, - { - "resourceType": "checkDomainNameAvailability", - "apiVersions": [ - "2016-11-01", - "2016-04-01", - "2015-12-01", - "2015-10-01", - "2015-06-01", - "2014-06-01", - "2014-01-01" - ] - }, - { - "resourceType": "domainNames", - "apiVersions": [ - "2021-02-01", - "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" - ] - }, - { - "resourceType": "domainNames/capabilities", - "apiVersions": [ - "2016-11-01", - "2016-04-01", - "2015-12-01", - "2015-10-01", - "2015-06-01", - "2014-06-01" - ] - }, - { - "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" - ] - }, - { - "resourceType": "domainNames/serviceCertificates", - "apiVersions": [ - "2016-11-01", - "2016-04-01", - "2015-12-01", - "2015-10-01", - "2015-06-01", - "2014-06-01" - ] - }, - { - "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" - ] - }, - { - "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" - ] - }, - { - "resourceType": "domainNames/slots/roles/metricDefinitions", - "apiVersions": [ - "2014-04-01" - ] - }, - { - "resourceType": "domainNames/slots/roles/metrics", - "apiVersions": [ - "2014-04-01" - ] - }, - { - "resourceType": "moveSubscriptionResources", - "apiVersions": [ - "2016-11-01", - "2016-04-01", - "2015-12-01", - "2015-10-01" - ] - }, - { - "resourceType": "operatingSystemFamilies", - "apiVersions": [ - "2016-11-01", - "2016-04-01", - "2015-12-01", - "2015-10-01", - "2015-06-01", - "2014-06-01" - ] - }, - { - "resourceType": "operatingSystems", - "apiVersions": [ - "2016-11-01", - "2016-04-01", - "2015-12-01", - "2015-10-01", - "2015-06-01", - "2014-06-01" - ] - }, - { - "resourceType": "operationStatuses", - "apiVersions": [ - "2016-11-01", - "2016-04-01", - "2015-12-01", - "2015-10-01" - ] - }, - { - "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" - ] - }, - { - "resourceType": "quotas", - "apiVersions": [ - "2016-11-01", - "2016-04-01", - "2015-12-01", - "2015-10-01", - "2015-06-01", - "2014-06-01", - "2014-01-01" - ] - }, - { - "resourceType": "resourceTypes", - "apiVersions": [] - }, - { - "resourceType": "validateSubscriptionMoveAvailability", - "apiVersions": [ - "2016-11-01", - "2016-04-01", - "2015-12-01", - "2015-10-01" - ] - }, - { - "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" - ] - }, - { - "resourceType": "virtualMachines/diagnosticSettings", - "apiVersions": [ - "2014-04-01" - ] - }, - { - "resourceType": "virtualMachines/metricDefinitions", - "apiVersions": [ - "2014-04-01" - ] - }, - { - "resourceType": "virtualMachines/metrics", - "apiVersions": [ - "2014-04-01" - ] - } - ] - }, - { - "namespace": "Microsoft.ClassicInfrastructureMigrate", - "resourceTypes": [ - { - "resourceType": "classicInfrastructureResources", - "apiVersions": [ - "2015-06-15" - ] - } - ] - }, - { - "namespace": "Microsoft.ClassicNetwork", - "resourceTypes": [ - { - "resourceType": "capabilities", - "apiVersions": [ - "2016-11-01", - "2016-04-01", - "2015-12-01", - "2015-10-01", - "2015-06-01", - "2014-06-01" - ] - }, - { - "resourceType": "expressRouteCrossConnections", - "apiVersions": [ - "2016-11-01", - "2016-04-01", - "2015-12-01", - "2015-10-01", - "2015-06-01", - "2014-06-01" - ] - }, - { - "resourceType": "expressRouteCrossConnections/peerings", - "apiVersions": [ - "2016-11-01", - "2016-04-01", - "2015-12-01", - "2015-10-01", - "2015-06-01", - "2014-06-01" - ] - }, - { - "resourceType": "gatewaySupportedDevices", - "apiVersions": [ - "2016-11-01", - "2016-04-01", - "2015-12-01", - "2015-06-01", - "2014-06-01", - "2014-01-01" - ] - }, - { - "resourceType": "networkSecurityGroups", - "apiVersions": [ - "2016-11-01", - "2016-04-01", - "2015-12-01", - "2015-06-01" - ] - }, - { - "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" - ] - }, - { - "resourceType": "quotas", - "apiVersions": [ - "2016-11-01", - "2016-04-01", - "2015-12-01", - "2015-06-01", - "2014-06-01", - "2014-01-01" - ] - }, - { - "resourceType": "reservedIps", - "apiVersions": [ - "2016-11-01", - "2016-04-01", - "2015-12-01", - "2015-06-01", - "2014-06-01", - "2014-01-01" - ] - }, - { - "resourceType": "virtualNetworks", - "apiVersions": [ - "2017-11-15", - "2016-11-01", - "2016-04-01", - "2015-12-01", - "2015-06-01", - "2014-06-01", - "2014-01-01" - ] - }, - { - "resourceType": "virtualNetworks/remoteVirtualNetworkPeeringProxies", - "apiVersions": [ - "2016-11-01" - ] - }, - { - "resourceType": "virtualNetworks/virtualNetworkPeerings", - "apiVersions": [ - "2016-11-01" - ] - } - ] - }, - { - "namespace": "Microsoft.ClassicStorage", - "resourceTypes": [ - { - "resourceType": "capabilities", - "apiVersions": [ - "2016-11-01", - "2016-04-01", - "2015-12-01", - "2015-06-01", - "2014-06-01" - ] - }, - { - "resourceType": "checkStorageAccountAvailability", - "apiVersions": [ - "2016-11-01", - "2016-04-01", - "2015-12-01", - "2015-06-01", - "2014-06-01", - "2014-01-01" - ] - }, - { - "resourceType": "disks", - "apiVersions": [ - "2016-11-01", - "2016-04-01", - "2015-12-01", - "2015-06-01", - "2014-06-01" - ] - }, - { - "resourceType": "images", - "apiVersions": [ - "2016-11-01", - "2016-04-01", - "2015-12-01", - "2015-06-01", - "2014-06-01" - ] - }, - { - "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" - ] - }, - { - "resourceType": "osImages", - "apiVersions": [ - "2016-11-01", - "2016-04-01", - "2015-12-01", - "2015-06-01", - "2014-06-01" - ] - }, - { - "resourceType": "osPlatformImages", - "apiVersions": [ - "2016-11-01", - "2016-04-01", - "2015-12-01", - "2015-06-01", - "2014-06-01" - ] - }, - { - "resourceType": "publicImages", - "apiVersions": [] - }, - { - "resourceType": "quotas", - "apiVersions": [ - "2016-11-01", - "2016-04-01", - "2015-12-01", - "2015-06-01", - "2014-06-01", - "2014-01-01" - ] - }, - { - "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" - ] - }, - { - "resourceType": "storageAccounts/blobServices", - "apiVersions": [ - "2016-11-01", - "2016-04-01", - "2015-12-01", - "2015-06-01", - "2014-06-01" - ] - }, - { - "resourceType": "storageAccounts/fileServices", - "apiVersions": [ - "2016-11-01", - "2016-04-01", - "2015-12-01", - "2015-06-01", - "2014-06-01" - ] - }, - { - "resourceType": "storageAccounts/metricDefinitions", - "apiVersions": [ - "2014-04-01" - ] - }, - { - "resourceType": "storageAccounts/metrics", - "apiVersions": [ - "2014-04-01" - ] - }, - { - "resourceType": "storageAccounts/queueServices", - "apiVersions": [ - "2016-11-01", - "2016-04-01", - "2015-12-01", - "2015-06-01", - "2014-06-01" - ] - }, - { - "resourceType": "storageAccounts/services", - "apiVersions": [ - "2014-04-01" - ] - }, - { - "resourceType": "storageAccounts/services/diagnosticSettings", - "apiVersions": [ - "2014-04-01" - ] - }, - { - "resourceType": "storageAccounts/services/metricDefinitions", - "apiVersions": [ - "2014-04-01" - ] - }, - { - "resourceType": "storageAccounts/services/metrics", - "apiVersions": [ - "2014-04-01" - ] - }, - { - "resourceType": "storageAccounts/tableServices", - "apiVersions": [ - "2016-11-01", - "2016-04-01", - "2015-12-01", - "2015-06-01", - "2014-06-01" - ] - }, - { - "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" - ] - }, - { - "resourceType": "vmImages", - "apiVersions": [ - "2016-11-01" - ] - } - ] - }, - { - "namespace": "Microsoft.ClassicSubscription", - "resourceTypes": [ - { - "resourceType": "operations", - "apiVersions": [ - "2017-09-01", - "2017-06-01" - ] - } - ] - }, - { - "namespace": "Microsoft.CleanRoom", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2022-12-31-preview" - ] - }, - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2022-12-31-preview" - ] - }, - { - "resourceType": "Operations", - "apiVersions": [ - "2022-12-31-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.CloudDevicePlatform", - "resourceTypes": [ - { - "resourceType": "operations", - "apiVersions": [ - "2024-06-01-preview", - "2024-05-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.CloudHealth", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2023-10-01-preview" - ] - }, - { - "resourceType": "Locations/operationstatuses", - "apiVersions": [ - "2023-10-01-preview" - ] - }, - { - "resourceType": "Operations", - "apiVersions": [ - "2023-10-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.CloudShell", - "resourceTypes": [ - { - "resourceType": "operations", - "apiVersions": [ - "2023-02-01-preview", - "2020-04-01-preview", - "2018-10-01", - "2017-12-01-preview", - "2017-08-01-preview", - "2017-01-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.CloudTest", - "resourceTypes": [ - { - "resourceType": "accounts", - "apiVersions": [ - "2024-07-05-preview", - "2020-05-07" - ] - }, - { - "resourceType": "buildcaches", - "apiVersions": [ - "2024-07-05-preview" - ] - }, - { - "resourceType": "hostedpools", - "apiVersions": [ - "2024-07-05-preview", - "2020-05-07" - ] - }, - { - "resourceType": "images", - "apiVersions": [ - "2024-07-05-preview", - "2020-05-07" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-07-05-preview", - "2020-05-07" - ] - }, - { - "resourceType": "locations/operations", - "apiVersions": [ - "2024-07-05-preview", - "2020-05-07" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-07-05-preview", - "2020-05-07" - ] - }, - { - "resourceType": "pools", - "apiVersions": [ - "2024-07-05-preview", - "2020-05-07" - ] - } - ] - }, - { - "namespace": "Microsoft.CodeSigning", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2024-09-30-preview", - "2024-02-05-preview", - "2023-04-30-preview", - "2020-12-14-preview" - ] - }, - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2024-09-30-preview", - "2024-02-05-preview", - "2023-04-30-preview", - "2020-12-14-preview" - ] - }, - { - "resourceType": "Operations", - "apiVersions": [ - "2024-09-30-preview", - "2024-02-05-preview", - "2023-04-30-preview", - "2020-12-14-preview" - ] - }, - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-09-30-preview", - "2024-02-05-preview", - "2023-04-30-preview", - "2020-12-14-preview" - ] - }, - { - "resourceType": "codeSigningAccounts", - "apiVersions": [ - "2024-09-30-preview", - "2024-02-05-preview" - ] - }, - { - "resourceType": "codeSigningAccounts/certificateProfiles", - "apiVersions": [ - "2024-09-30-preview", - "2024-02-05-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.CognitiveServices", - "resourceTypes": [ - { - "resourceType": "accounts", - "apiVersions": [ - "2024-10-01", - "2024-06-01-preview", - "2024-04-01-preview", - "2023-10-01-preview", - "2023-06-01-preview", - "2023-05-01", - "2022-12-01", - "2022-10-01", - "2022-03-01", - "2021-10-01", - "2021-04-30", - "2017-04-18", - "2016-02-01-preview" - ] - }, - { - "resourceType": "accounts/encryptionScopes", - "apiVersions": [ - "2024-10-01", - "2024-06-01-preview", - "2024-04-01-preview", - "2023-10-01-preview", - "2023-06-01-preview", - "2023-05-01", - "2022-12-01", - "2022-10-01", - "2022-03-01" - ] - }, - { - "resourceType": "accounts/networkSecurityPerimeterAssociationProxies", - "apiVersions": [ - "2021-10-01" - ] - }, - { - "resourceType": "accounts/privateEndpointConnectionProxies", - "apiVersions": [ - "2024-10-01", - "2024-06-01-preview", - "2024-04-01-preview", - "2023-10-01-preview", - "2023-06-01-preview", - "2023-05-01", - "2022-12-01", - "2022-10-01", - "2022-03-01", - "2021-10-01", - "2021-04-30", - "2017-04-18" - ] - }, - { - "resourceType": "accounts/privateEndpointConnections", - "apiVersions": [ - "2024-10-01", - "2024-06-01-preview", - "2024-04-01-preview", - "2023-10-01-preview", - "2023-06-01-preview", - "2023-05-01", - "2022-12-01", - "2022-10-01", - "2022-03-01", - "2021-10-01", - "2021-04-30", - "2017-04-18" - ] - }, - { - "resourceType": "accounts/privateLinkResources", - "apiVersions": [ - "2024-10-01", - "2024-06-01-preview", - "2024-04-01-preview", - "2023-10-01-preview", - "2023-06-01-preview", - "2023-05-01", - "2022-12-01", - "2022-10-01", - "2022-03-01", - "2021-10-01", - "2021-04-30", - "2017-04-18" - ] - }, - { - "resourceType": "attestationDefinitions", - "apiVersions": [ - "2024-10-01", - "2024-06-01-preview", - "2024-04-01-preview", - "2023-10-01-preview", - "2023-06-01-preview", - "2023-05-01" - ] - }, - { - "resourceType": "attestations", - "apiVersions": [ - "2024-10-01", - "2024-06-01-preview", - "2024-04-01-preview", - "2023-10-01-preview", - "2023-06-01-preview", - "2023-05-01" - ] - }, - { - "resourceType": "calculateModelCapacity", - "apiVersions": [ - "2024-10-01", - "2024-06-01-preview" - ] - }, - { - "resourceType": "checkDomainAvailability", - "apiVersions": [ - "2024-10-01", - "2024-06-01-preview", - "2024-04-01-preview", - "2023-10-01-preview", - "2023-06-01-preview", - "2023-05-01", - "2022-12-01", - "2022-10-01", - "2022-03-01", - "2021-10-01", - "2021-04-30", - "2017-04-18", - "2016-02-01-preview" - ] - }, - { - "resourceType": "commitmentPlans", - "apiVersions": [ - "2024-10-01", - "2024-06-01-preview", - "2024-04-01-preview", - "2023-10-01-preview", - "2023-06-01-preview", - "2023-05-01", - "2022-12-01" - ] - }, - { - "resourceType": "deletedAccounts", - "apiVersions": [ - "2024-10-01", - "2024-06-01-preview", - "2024-04-01-preview", - "2023-10-01-preview", - "2023-06-01-preview", - "2023-05-01", - "2022-12-01", - "2022-10-01", - "2022-03-01", - "2021-10-01", - "2021-04-30" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-10-01", - "2024-06-01-preview", - "2024-04-01-preview", - "2023-10-01-preview", - "2023-06-01-preview", - "2023-05-01", - "2022-12-01", - "2022-10-01", - "2022-03-01", - "2021-10-01", - "2021-04-30", - "2017-04-18", - "2016-02-01-preview" - ] - }, - { - "resourceType": "locations/checkSkuAvailability", - "apiVersions": [ - "2024-10-01", - "2024-06-01-preview", - "2024-04-01-preview", - "2023-10-01-preview", - "2023-06-01-preview", - "2023-05-01", - "2022-12-01", - "2022-10-01", - "2022-03-01", - "2021-10-01", - "2021-04-30", - "2017-04-18", - "2016-02-01-preview" - ] - }, - { - "resourceType": "locations/commitmentTiers", - "apiVersions": [ - "2024-10-01", - "2024-06-01-preview", - "2024-04-01-preview", - "2023-10-01-preview", - "2023-06-01-preview", - "2023-05-01", - "2022-12-01", - "2022-10-01", - "2022-03-01", - "2021-10-01" - ] - }, - { - "resourceType": "locations/deleteVirtualNetworkOrSubnets", - "apiVersions": [ - "2024-10-01", - "2024-06-01-preview", - "2024-04-01-preview", - "2023-10-01-preview", - "2023-06-01-preview", - "2023-05-01", - "2022-12-01", - "2022-10-01", - "2022-03-01", - "2021-10-01", - "2021-04-30", - "2017-04-18", - "2016-02-01-preview" - ] - }, - { - "resourceType": "locations/modelCapacities", - "apiVersions": [ - "2024-10-01", - "2024-06-01-preview", - "2024-04-01-preview" - ] - }, - { - "resourceType": "locations/models", - "apiVersions": [ - "2024-10-01", - "2024-06-01-preview", - "2024-04-01-preview", - "2023-10-01-preview", - "2023-06-01-preview", - "2023-05-01" - ] - }, - { - "resourceType": "locations/networkSecurityPerimeterProxies", - "apiVersions": [ - "2021-10-01" - ] - }, - { - "resourceType": "locations/networkSecurityPerimeterProxies/profileProxies", - "apiVersions": [ - "2021-10-01" - ] - }, - { - "resourceType": "locations/networkSecurityPerimeterProxies/profileProxies/accessRuleProxies", - "apiVersions": [ - "2021-10-01" - ] - }, - { - "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable", - "apiVersions": [ - "2021-10-01" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2024-10-01", - "2024-06-01-preview", - "2024-04-01-preview", - "2023-10-01-preview", - "2023-06-01-preview", - "2023-05-01", - "2022-12-01", - "2022-10-01", - "2022-03-01", - "2021-10-01", - "2021-04-30", - "2017-04-18", - "2016-02-01-preview" - ] - }, - { - "resourceType": "locations/raiContentFilters", - "apiVersions": [ - "2024-10-01", - "2024-06-01-preview", - "2024-04-01-preview", - "2023-10-01-preview", - "2023-06-01-preview" - ] - }, - { - "resourceType": "locations/resourceGroups", - "apiVersions": [ - "2024-10-01", - "2024-06-01-preview", - "2024-04-01-preview", - "2023-10-01-preview", - "2023-06-01-preview", - "2023-05-01", - "2022-12-01", - "2022-10-01", - "2022-03-01", - "2021-10-01", - "2021-04-30" - ] - }, - { - "resourceType": "locations/resourceGroups/deletedAccounts", - "apiVersions": [ - "2024-10-01", - "2024-06-01-preview", - "2024-04-01-preview", - "2023-10-01-preview", - "2023-06-01-preview", - "2023-05-01", - "2022-12-01", - "2022-10-01", - "2022-03-01", - "2021-10-01", - "2021-04-30" - ] - }, - { - "resourceType": "locations/usages", - "apiVersions": [ - "2024-10-01", - "2024-06-01-preview", - "2024-04-01-preview", - "2023-10-01-preview", - "2023-06-01-preview", - "2023-05-01" - ] - }, - { - "resourceType": "modelCapacities", - "apiVersions": [ - "2024-10-01", - "2024-06-01-preview", - "2024-04-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-10-01", - "2024-06-01-preview", - "2024-04-01-preview", - "2023-10-01-preview", - "2023-06-01-preview", - "2023-05-01", - "2022-12-01", - "2022-10-01", - "2022-03-01", - "2021-10-01", - "2021-04-30", - "2017-04-18", - "2016-02-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Commerce", - "resourceTypes": [ - { - "resourceType": "RateCard", - "apiVersions": [ - "2016-08-31-preview", - "2015-06-01-preview", - "2015-05-15" - ] - }, - { - "resourceType": "UsageAggregates", - "apiVersions": [ - "2015-06-01-preview", - "2015-03-31" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2015-06-01-preview", - "2015-03-31" - ] - } - ] - }, - { - "namespace": "Microsoft.Communication", - "resourceTypes": [ - { - "resourceType": "CheckNameAvailability", - "apiVersions": [ - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-03-31", - "2023-03-01-preview", - "2022-10-01-preview", - "2022-07-01-preview", - "2021-10-01-preview", - "2020-08-20" - ] - }, - { - "resourceType": "CommunicationServices", - "apiVersions": [ - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-03-31", - "2023-03-01-preview", - "2022-10-01-preview", - "2022-07-01-preview", - "2022-03-29-preview", - "2021-10-01-preview", - "2020-08-20" - ] - }, - { - "resourceType": "CommunicationServices/eventGridFilters", - "apiVersions": [ - "2021-09-09-privatepreview", - "2020-08-20" - ] - }, - { - "resourceType": "EmailServices", - "apiVersions": [ - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-03-31", - "2023-03-01-preview", - "2022-10-01-preview", - "2022-07-01-preview", - "2021-10-01-preview" - ] - }, - { - "resourceType": "EmailServices/Domains", - "apiVersions": [ - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-03-31", - "2023-03-01-preview", - "2022-10-01-preview", - "2022-07-01-preview", - "2021-10-01-preview" - ] - }, - { - "resourceType": "EmailServices/Domains/SenderUsernames", - "apiVersions": [ - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-03-31", - "2023-03-01-preview" - ] - }, - { - "resourceType": "EmailServices/Domains/SuppressionLists", - "apiVersions": [ - "2023-06-01-preview" - ] - }, - { - "resourceType": "EmailServices/Domains/SuppressionLists/SuppressionListAddresses", - "apiVersions": [ - "2023-06-01-preview" - ] - }, - { - "resourceType": "Locations", - "apiVersions": [ - "2023-11-21-preview", - "2023-11-06-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-03-31", - "2023-03-01-preview", - "2022-10-01-preview", - "2022-07-01-preview", - "2022-03-29-preview", - "2021-10-01-preview", - "2020-08-20" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2023-11-21-preview", - "2023-11-06-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-03-31", - "2023-03-01-preview", - "2022-10-01-preview", - "2022-07-01-preview", - "2022-03-29-preview", - "2021-10-01-preview", - "2020-08-20" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-11-21-preview", - "2023-11-06-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-03-31", - "2023-03-01-preview", - "2022-10-01-preview", - "2022-07-01-preview", - "2022-03-29-preview", - "2021-10-01-preview", - "2020-08-20" - ] - }, - { - "resourceType": "registeredSubscriptions", - "apiVersions": [ - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-03-31", - "2023-03-01-preview", - "2022-10-01-preview", - "2022-07-01-preview", - "2021-10-01-preview", - "2020-08-20" - ] - } - ] - }, - { - "namespace": "Microsoft.Community", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2023-11-01", - "2023-08-01-preview" - ] - }, - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2023-11-01" - ] - }, - { - "resourceType": "Operations", - "apiVersions": [ - "2023-11-01", - "2023-08-01-preview" - ] - }, - { - "resourceType": "communityTrainings", - "apiVersions": [ - "2023-11-01" - ] - } - ] - }, - { - "namespace": "Microsoft.CompositeSolutions", - "resourceTypes": [ - { - "resourceType": "locations/operations", - "apiVersions": [ - "2024-03-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Compute", - "resourceTypes": [ - { - "resourceType": "availabilitySets", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30", - "2016-08-30", - "2016-04-30-preview", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ] - }, - { - "resourceType": "capacityReservationGroups", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01" - ] - }, - { - "resourceType": "capacityReservationGroups/capacityReservations", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01" - ] - }, - { - "resourceType": "cloudServices", - "apiVersions": [ - "2022-09-04", - "2022-04-04", - "2021-03-01", - "2020-10-01-preview" - ] - }, - { - "resourceType": "cloudServices/networkInterfaces", - "apiVersions": [ - "2021-03-01", - "2020-10-01-preview" - ] - }, - { - "resourceType": "cloudServices/publicIPAddresses", - "apiVersions": [ - "2021-03-01", - "2020-10-01-preview" - ] - }, - { - "resourceType": "cloudServices/roleInstances", - "apiVersions": [ - "2022-09-04", - "2022-04-04", - "2021-03-01", - "2020-10-01-preview" - ] - }, - { - "resourceType": "cloudServices/roleInstances/networkInterfaces", - "apiVersions": [ - "2021-03-01", - "2020-10-01-preview" - ] - }, - { - "resourceType": "cloudServices/roles", - "apiVersions": [ - "2022-09-04", - "2022-04-04", - "2021-03-01", - "2020-10-01-preview" - ] - }, - { - "resourceType": "diskAccesses", - "apiVersions": [ - "2024-03-02", - "2023-10-02", - "2023-04-02", - "2023-01-02", - "2022-07-02", - "2022-03-02", - "2021-12-01", - "2021-08-01", - "2021-04-01", - "2020-12-01", - "2020-09-30", - "2020-06-30", - "2020-05-01" - ] - }, - { - "resourceType": "diskEncryptionSets", - "apiVersions": [ - "2024-03-02", - "2023-10-02", - "2023-04-02", - "2023-01-02", - "2022-07-02", - "2022-03-02", - "2021-12-01", - "2021-08-01", - "2021-04-01", - "2020-12-01", - "2020-09-30", - "2020-06-30", - "2020-05-01", - "2019-11-01", - "2019-07-01" - ] - }, - { - "resourceType": "disks", - "apiVersions": [ - "2024-03-02", - "2023-10-02", - "2023-04-02", - "2023-01-02", - "2022-07-02", - "2022-03-02", - "2021-12-01", - "2021-08-01", - "2021-04-01", - "2020-12-01", - "2020-09-30", - "2020-06-30", - "2020-05-01", - "2019-11-01", - "2019-07-01", - "2019-03-01", - "2018-09-30", - "2018-06-01", - "2018-04-01", - "2017-03-30", - "2016-04-30-preview" - ] - }, - { - "resourceType": "galleries", - "apiVersions": [ - "2024-03-03", - "2023-07-03", - "2022-08-03", - "2022-03-03", - "2022-01-03", - "2021-10-01", - "2021-07-01", - "2021-03-01", - "2020-09-30", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-06-01" - ] - }, - { - "resourceType": "galleries/applications", - "apiVersions": [ - "2024-03-03", - "2023-07-03", - "2022-08-03", - "2022-03-03", - "2022-01-03", - "2021-10-01", - "2021-07-01", - "2021-03-01", - "2020-09-30", - "2019-12-01", - "2019-07-01", - "2019-03-01" - ] - }, - { - "resourceType": "galleries/applications/versions", - "apiVersions": [ - "2024-03-03", - "2023-07-03", - "2022-08-03", - "2022-03-03", - "2022-01-03", - "2021-10-01", - "2021-07-01", - "2021-03-01", - "2020-09-30", - "2019-12-01", - "2019-07-01", - "2019-03-01" - ] - }, - { - "resourceType": "galleries/images", - "apiVersions": [ - "2024-03-03", - "2023-07-03", - "2022-08-03", - "2022-03-03", - "2022-01-03", - "2021-10-01", - "2021-07-01", - "2021-03-01", - "2020-09-30", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-06-01" - ] - }, - { - "resourceType": "galleries/images/versions", - "apiVersions": [ - "2024-03-03", - "2023-07-03", - "2022-08-03", - "2022-03-03", - "2022-01-03", - "2021-10-01", - "2021-07-01", - "2021-03-01", - "2020-09-30", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-06-01" - ] - }, - { - "resourceType": "hostGroups", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01" - ] - }, - { - "resourceType": "hostGroups/hosts", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01" - ] - }, - { - "resourceType": "images", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30", - "2016-08-30", - "2016-04-30-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30", - "2016-08-30", - "2016-04-30-preview", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ] - }, - { - "resourceType": "locations/artifactPublishers", - "apiVersions": [ - "2017-10-15-preview" - ] - }, - { - "resourceType": "locations/capsoperations", - "apiVersions": [ - "2024-03-03", - "2023-07-03", - "2022-08-03", - "2022-03-03", - "2022-01-03", - "2021-10-01", - "2021-07-01", - "2021-03-01", - "2020-09-30", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-06-01", - "2017-10-15-preview" - ] - }, - { - "resourceType": "locations/cloudServiceOsFamilies", - "apiVersions": [ - "2022-09-04", - "2022-04-04", - "2021-03-01" - ] - }, - { - "resourceType": "locations/cloudServiceOsVersions", - "apiVersions": [ - "2022-09-04", - "2022-04-04", - "2021-03-01" - ] - }, - { - "resourceType": "locations/communityGalleries", - "apiVersions": [ - "2024-07-01", - "2024-03-03", - "2024-03-01", - "2023-09-01", - "2023-07-03", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-03", - "2022-08-01", - "2022-03-03", - "2022-03-01", - "2022-01-03", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-09-30", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30", - "2016-08-30", - "2016-04-30-preview", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ] - }, - { - "resourceType": "locations/csoperations", - "apiVersions": [ - "2022-09-04", - "2022-04-04", - "2021-03-01", - "2020-10-01-preview" - ] - }, - { - "resourceType": "locations/diagnosticOperations", - "apiVersions": [ - "2024-06-01-preview", - "2024-03-01-preview", - "2021-06-01-preview" - ] - }, - { - "resourceType": "locations/diagnostics", - "apiVersions": [ - "2024-06-01-preview", - "2024-03-01-preview", - "2021-06-01-preview" - ] - }, - { - "resourceType": "locations/diskoperations", - "apiVersions": [ - "2024-03-02", - "2023-10-02", - "2023-04-02", - "2023-01-02", - "2022-07-02", - "2022-03-02", - "2021-12-01", - "2021-08-01", - "2021-04-01", - "2020-12-01", - "2020-09-30", - "2020-06-30", - "2020-05-01", - "2019-11-01", - "2019-07-01", - "2019-03-01", - "2018-09-30", - "2018-06-01", - "2018-04-01", - "2017-03-30", - "2016-04-30-preview" - ] - }, - { - "resourceType": "locations/edgeZones", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01" - ] - }, - { - "resourceType": "locations/edgeZones/publishers", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01" - ] - }, - { - "resourceType": "locations/edgeZones/vmimages", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01" - ] - }, - { - "resourceType": "locations/galleries", - "apiVersions": [ - "2024-03-03", - "2023-07-03", - "2022-08-03", - "2022-03-03", - "2022-01-03", - "2021-10-01", - "2021-07-01", - "2021-03-01", - "2020-09-30", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-06-01" - ] - }, - { - "resourceType": "locations/logAnalytics", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01" - ] - }, - { - "resourceType": "locations/operations", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-10-30-preview", - "2017-03-30", - "2016-08-30", - "2016-04-30-preview", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ] - }, - { - "resourceType": "locations/placementRecommendations", - "apiVersions": [ - "2024-06-01-preview", - "2024-03-01-preview", - "2021-06-01-preview" - ] - }, - { - "resourceType": "locations/placementScores", - "apiVersions": [ - "2024-06-01-preview", - "2024-03-01-preview", - "2021-06-01-preview" - ] - }, - { - "resourceType": "locations/publishers", - "apiVersions": [ - "2024-07-01", - "2024-03-03", - "2024-03-01", - "2023-09-01", - "2023-07-03", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-03", - "2022-08-01", - "2022-03-03", - "2022-03-01", - "2022-01-03", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-09-30", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30", - "2016-08-30", - "2016-04-30-preview", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ] - }, - { - "resourceType": "locations/recommendations", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01" - ] - }, - { - "resourceType": "locations/runCommands", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30" - ] - }, - { - "resourceType": "locations/sharedGalleries", - "apiVersions": [ - "2024-07-01", - "2024-03-03", - "2024-03-01", - "2023-09-01", - "2023-07-03", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-03", - "2022-08-01", - "2022-03-03", - "2022-03-01", - "2022-01-03", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-09-30", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30", - "2016-08-30", - "2016-04-30-preview", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ] - }, - { - "resourceType": "locations/spotEvictionRates", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01" - ] - }, - { - "resourceType": "locations/spotPriceHistory", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01" - ] - }, - { - "resourceType": "locations/usages", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30", - "2016-08-30", - "2016-04-30-preview", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ] - }, - { - "resourceType": "locations/virtualMachineScaleSets", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30", - "2016-08-30" - ] - }, - { - "resourceType": "locations/virtualMachines", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30", - "2016-08-30" - ] - }, - { - "resourceType": "locations/vmSizes", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30", - "2016-08-30", - "2016-04-30-preview", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30", - "2016-08-30", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ] - }, - { - "resourceType": "payloadGroups", - "apiVersions": [ - "2024-03-03", - "2023-07-03" - ] - }, - { - "resourceType": "proximityPlacementGroups", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01" - ] - }, - { - "resourceType": "restorePointCollections", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30" - ] - }, - { - "resourceType": "restorePointCollections/restorePoints", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30" - ] - }, - { - "resourceType": "restorePointCollections/restorePoints/diskRestorePoints", - "apiVersions": [ - "2024-03-02", - "2023-10-02", - "2023-04-02", - "2023-01-02", - "2022-07-02", - "2022-03-02", - "2021-12-01", - "2021-08-01", - "2021-04-01", - "2020-12-01", - "2020-09-30" - ] - }, - { - "resourceType": "sharedVMImages", - "apiVersions": [ - "2017-10-15-preview" - ] - }, - { - "resourceType": "sharedVMImages/versions", - "apiVersions": [ - "2017-10-15-preview" - ] - }, - { - "resourceType": "snapshots", - "apiVersions": [ - "2024-03-02", - "2023-10-02", - "2023-04-02", - "2023-01-02", - "2022-07-02", - "2022-03-02", - "2021-12-01", - "2021-08-01", - "2021-04-01", - "2020-12-01", - "2020-09-30", - "2020-06-30", - "2020-05-01", - "2019-11-01", - "2019-07-01", - "2019-03-01", - "2018-09-30", - "2018-06-01", - "2018-04-01", - "2017-03-30", - "2016-04-30-preview" - ] - }, - { - "resourceType": "sshPublicKeys", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01" - ] - }, - { - "resourceType": "virtualMachineScaleSets", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-10-30-preview", - "2017-03-30", - "2016-08-30", - "2016-04-30-preview", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ] - }, - { - "resourceType": "virtualMachineScaleSets/applications", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01" - ] - }, - { - "resourceType": "virtualMachineScaleSets/disks", - "apiVersions": [ - "2024-03-02", - "2023-10-02", - "2023-04-02", - "2023-01-02", - "2022-07-02", - "2022-03-02", - "2021-12-01", - "2021-08-01", - "2021-04-01", - "2020-12-01", - "2020-09-30", - "2020-06-30", - "2020-05-01", - "2019-11-01", - "2019-07-01", - "2019-03-01", - "2018-09-30", - "2018-06-01", - "2018-04-01", - "2017-03-30", - "2016-04-30-preview" - ] - }, - { - "resourceType": "virtualMachineScaleSets/extensions", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-10-30-preview", - "2017-03-30", - "2016-08-30", - "2016-04-30-preview", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ] - }, - { - "resourceType": "virtualMachineScaleSets/networkInterfaces", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-04-30-preview", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ] - }, - { - "resourceType": "virtualMachineScaleSets/publicIPAddresses", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30" - ] - }, - { - "resourceType": "virtualMachineScaleSets/virtualMachines", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-10-30-preview", - "2017-03-30", - "2016-08-30", - "2016-04-30-preview", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ] - }, - { - "resourceType": "virtualMachineScaleSets/virtualMachines/extensions", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-10-30-preview", - "2017-03-30", - "2016-08-30", - "2016-04-30-preview", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ] - }, - { - "resourceType": "virtualMachineScaleSets/virtualMachines/networkInterfaces", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30", - "2016-09-01", - "2016-08-01", - "2016-07-01", - "2016-06-01", - "2016-04-30-preview", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ] - }, - { - "resourceType": "virtualMachines", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30", - "2016-08-30", - "2016-04-30-preview", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ] - }, - { - "resourceType": "virtualMachines/VMApplications", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01" - ] - }, - { - "resourceType": "virtualMachines/extensions", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01", - "2019-07-01", - "2019-03-01", - "2018-10-01", - "2018-06-01", - "2018-04-01", - "2017-12-01", - "2017-03-30", - "2016-08-30", - "2016-04-30-preview", - "2016-03-30", - "2015-06-15", - "2015-05-01-preview" - ] - }, - { - "resourceType": "virtualMachines/metricDefinitions", - "apiVersions": [ - "2014-04-01" - ] - }, - { - "resourceType": "virtualMachines/runCommands", - "apiVersions": [ - "2024-07-01", - "2024-03-01", - "2023-09-01", - "2023-07-01", - "2023-03-01", - "2022-11-01", - "2022-08-01", - "2022-03-01", - "2021-11-01", - "2021-07-01", - "2021-04-01", - "2021-03-01", - "2020-12-01", - "2020-06-01", - "2019-12-01" - ] - } - ] - }, - { - "namespace": "Microsoft.ComputeSchedule", - "resourceTypes": [ - { - "resourceType": "location", - "apiVersions": [ - "2024-08-15-preview", - "2024-08-01-preview", - "2024-06-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-08-15-preview", - "2024-08-01-preview", - "2024-06-01-preview" - ] - }, - { - "resourceType": "locations/OperationStatuses", - "apiVersions": [ - "2024-08-01-preview" - ] - }, - { - "resourceType": "locations/notifications", - "apiVersions": [ - "2024-08-15-preview", - "2024-06-01-preview" - ] - }, - { - "resourceType": "locations/regionalNotifications", - "apiVersions": [ - "2024-08-15-preview", - "2024-06-01-preview" - ] - }, - { - "resourceType": "locations/virtualMachinesCancelOperations", - "apiVersions": [ - "2024-08-15-preview", - "2024-06-01-preview" - ] - }, - { - "resourceType": "locations/virtualMachinesExecuteDeallocate", - "apiVersions": [ - "2024-08-15-preview", - "2024-06-01-preview" - ] - }, - { - "resourceType": "locations/virtualMachinesExecuteHibernate", - "apiVersions": [ - "2024-08-15-preview", - "2024-06-01-preview" - ] - }, - { - "resourceType": "locations/virtualMachinesExecuteStart", - "apiVersions": [ - "2024-08-15-preview", - "2024-06-01-preview" - ] - }, - { - "resourceType": "locations/virtualMachinesGetOperationErrors", - "apiVersions": [ - "2024-08-15-preview", - "2024-06-01-preview" - ] - }, - { - "resourceType": "locations/virtualMachinesGetOperationStatus", - "apiVersions": [ - "2024-08-15-preview", - "2024-06-01-preview" - ] - }, - { - "resourceType": "locations/virtualMachinesSubmitDeallocate", - "apiVersions": [ - "2024-08-15-preview", - "2024-06-01-preview" - ] - }, - { - "resourceType": "locations/virtualMachinesSubmitHibernate", - "apiVersions": [ - "2024-08-15-preview", - "2024-06-01-preview" - ] - }, - { - "resourceType": "locations/virtualMachinesSubmitStart", - "apiVersions": [ - "2024-08-15-preview", - "2024-06-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-08-15-preview", - "2024-06-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.ConfidentialLedger", - "resourceTypes": [ - { - "resourceType": "Ledgers", - "apiVersions": [ - "2023-06-28-preview", - "2023-01-26-preview", - "2022-09-08-preview", - "2022-05-13", - "2021-05-13-preview", - "2020-12-01-preview" - ] - }, - { - "resourceType": "Locations", - "apiVersions": [ - "2023-06-28-preview", - "2023-01-26-preview", - "2022-09-08-preview", - "2022-05-13", - "2021-05-13-preview", - "2020-12-01-preview" - ] - }, - { - "resourceType": "Locations/operations", - "apiVersions": [ - "2022-05-13", - "2021-05-13-preview", - "2020-12-01-preview" - ] - }, - { - "resourceType": "Locations/operationstatuses", - "apiVersions": [ - "2023-06-28-preview", - "2023-01-26-preview", - "2022-09-08-preview", - "2022-05-13", - "2021-05-13-preview", - "2020-12-01-preview" - ] - }, - { - "resourceType": "ManagedCCFs", - "apiVersions": [ - "2023-06-28-preview", - "2023-01-26-preview", - "2022-09-08-preview" - ] - }, - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2023-06-28-preview", - "2023-01-26-preview", - "2022-09-08-preview", - "2022-05-13", - "2021-05-13-preview", - "2020-12-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-06-28-preview", - "2023-01-26-preview", - "2022-09-08-preview", - "2022-05-13", - "2021-05-13-preview", - "2020-12-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Confluent", - "resourceTypes": [ - { - "resourceType": "agreements", - "apiVersions": [ - "2024-07-01-preview", - "2024-03-20-preview", - "2024-02-13", - "2024-02-05-preview", - "2024-01-12-preview", - "2023-10-03-preview", - "2023-08-22", - "2023-07-11-preview", - "2023-02-09-preview", - "2022-10-07-preview", - "2022-07-21-preview", - "2022-04-10-preview", - "2021-12-01", - "2021-09-01-preview", - "2021-03-01-preview", - "2020-03-01-preview", - "2020-03-01" - ] - }, - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-07-01-preview", - "2024-03-20-preview", - "2024-02-13", - "2024-02-05-preview", - "2024-01-12-preview", - "2023-10-03-preview", - "2023-08-22", - "2023-07-11-preview", - "2023-02-09-preview", - "2022-10-07-preview", - "2022-07-21-preview", - "2022-04-10-preview", - "2021-12-01", - "2021-09-01-preview", - "2021-03-01-preview", - "2020-03-01-preview", - "2020-03-01" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-07-01-preview", - "2024-03-20-preview", - "2024-02-13", - "2024-02-05-preview", - "2024-01-12-preview", - "2023-10-03-preview", - "2023-08-22", - "2023-07-11-preview", - "2023-02-09-preview", - "2022-10-07-preview", - "2022-07-21-preview", - "2022-04-10-preview", - "2021-12-01", - "2021-09-01-preview", - "2021-03-01-preview", - "2020-03-01-preview", - "2020-03-01" - ] - }, - { - "resourceType": "locations/OperationStatuses", - "apiVersions": [ - "2024-07-01-preview", - "2024-03-20-preview", - "2024-02-13", - "2024-02-05-preview", - "2024-01-12-preview", - "2023-10-03-preview", - "2023-08-22", - "2023-07-11-preview", - "2023-02-09-preview", - "2022-10-07-preview", - "2022-07-21-preview", - "2022-04-10-preview", - "2021-12-01", - "2021-09-01-preview", - "2021-03-01-preview", - "2020-03-01-preview", - "2020-03-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-07-01-preview", - "2024-03-20-preview", - "2024-02-13", - "2024-02-05-preview", - "2024-01-12-preview", - "2023-10-03-preview", - "2023-08-22", - "2023-07-11-preview", - "2023-02-09-preview", - "2022-10-07-preview", - "2022-07-21-preview", - "2022-04-10-preview", - "2021-12-01", - "2021-09-01-preview", - "2021-03-01-preview", - "2020-03-01-preview", - "2020-03-01" - ] - }, - { - "resourceType": "organizations", - "apiVersions": [ - "2024-07-01-preview", - "2024-03-20-preview", - "2024-02-13", - "2024-02-05-preview", - "2024-01-12-preview", - "2023-10-03-preview", - "2023-08-22", - "2023-07-11-preview", - "2023-02-09-preview", - "2022-10-07-preview", - "2022-07-21-preview", - "2022-04-10-preview", - "2021-12-01", - "2021-09-01-preview", - "2021-03-01-preview", - "2020-03-01-preview", - "2020-03-01" - ] - }, - { - "resourceType": "organizations/access", - "apiVersions": [ - "2024-07-01-preview", - "2024-03-20-preview", - "2024-02-13", - "2024-02-05-preview", - "2024-01-12-preview", - "2023-10-03-preview" - ] - }, - { - "resourceType": "organizations/access/deleteRoleBinding", - "apiVersions": [ - "2024-07-01-preview", - "2024-03-20-preview", - "2024-02-13", - "2024-02-05-preview", - "2024-01-12-preview", - "2023-10-03-preview" - ] - }, - { - "resourceType": "organizations/apiKeys", - "apiVersions": [ - "2024-07-01-preview", - "2024-03-20-preview", - "2024-02-13", - "2024-02-05-preview", - "2024-01-12-preview" - ] - }, - { - "resourceType": "organizations/environments", - "apiVersions": [ - "2024-07-01-preview", - "2024-03-20-preview", - "2024-02-13", - "2024-02-05-preview", - "2024-01-12-preview" - ] - }, - { - "resourceType": "organizations/environments/clusters", - "apiVersions": [ - "2024-07-01-preview", - "2024-03-20-preview", - "2024-02-13", - "2024-02-05-preview", - "2024-01-12-preview" - ] - }, - { - "resourceType": "organizations/environments/clusters/connectors", - "apiVersions": [ - "2024-07-01-preview", - "2024-03-20-preview" - ] - }, - { - "resourceType": "organizations/environments/clusters/createAPIKey", - "apiVersions": [ - "2024-07-01-preview", - "2024-03-20-preview", - "2024-02-13", - "2024-02-05-preview", - "2024-01-12-preview" - ] - }, - { - "resourceType": "organizations/environments/clusters/topics", - "apiVersions": [ - "2024-07-01-preview", - "2024-03-20-preview" - ] - }, - { - "resourceType": "organizations/environments/schemaRegistryClusters", - "apiVersions": [ - "2024-07-01-preview", - "2024-03-20-preview", - "2024-02-13", - "2024-02-05-preview", - "2024-01-12-preview" - ] - }, - { - "resourceType": "organizations/listRegions", - "apiVersions": [ - "2024-07-01-preview", - "2024-03-20-preview", - "2024-02-13", - "2024-02-05-preview", - "2024-01-12-preview" - ] - }, - { - "resourceType": "validations", - "apiVersions": [ - "2024-07-01-preview", - "2024-03-20-preview", - "2024-02-13", - "2024-02-05-preview", - "2024-01-12-preview", - "2023-10-03-preview", - "2023-08-22", - "2023-07-11-preview", - "2023-02-09-preview", - "2022-10-07-preview", - "2022-07-21-preview", - "2022-04-10-preview", - "2021-12-01", - "2021-09-01-preview", - "2021-03-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.ConnectedCache", - "resourceTypes": [ - { - "resourceType": "Operations", - "apiVersions": [ - "2023-05-01-preview", - "2023-04-01-preview", - "2022-03-21-preview" - ] - }, - { - "resourceType": "cacheNodes", - "apiVersions": [ - "2021-09-15-preview", - "2019-12-04-preview" - ] - }, - { - "resourceType": "enterpriseCustomers", - "apiVersions": [ - "2021-09-15-preview" - ] - }, - { - "resourceType": "enterpriseMccCustomers", - "apiVersions": [ - "2023-05-01-preview", - "2023-04-01-preview" - ] - }, - { - "resourceType": "enterpriseMccCustomers/enterpriseMccCacheNodes", - "apiVersions": [ - "2023-05-01-preview", - "2023-04-01-preview" - ] - }, - { - "resourceType": "ispCustomers", - "apiVersions": [ - "2023-05-01-preview", - "2023-04-01-preview", - "2022-03-21-preview" - ] - }, - { - "resourceType": "ispCustomers/ispCacheNodes", - "apiVersions": [ - "2023-05-01-preview", - "2023-04-01-preview", - "2022-03-21-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2023-05-01-preview", - "2023-04-01-preview", - "2022-03-21-preview" - ] - }, - { - "resourceType": "locations/operationstatuses", - "apiVersions": [ - "2023-05-01-preview", - "2023-04-01-preview", - "2022-03-21-preview" - ] - }, - { - "resourceType": "registeredSubscriptions", - "apiVersions": [ - "2023-05-01-preview", - "2023-04-01-preview", - "2022-03-21-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.ConnectedCredentials", - "resourceTypes": [ - { - "resourceType": "credentials", - "apiVersions": [ - "2023-06-12-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2023-06-12-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2023-06-12-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-06-12-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.ConnectedVMwarevSphere", - "resourceTypes": [ - { - "resourceType": "Locations/updateCenterOperationResults", - "apiVersions": [ - "2022-01-10-preview" - ] - }, - { - "resourceType": "Locations/upgradeExtensionsOperationResults", - "apiVersions": [ - "2022-07-15-preview" - ] - }, - { - "resourceType": "VCenters", - "apiVersions": [ - "2023-12-01", - "2023-10-01", - "2023-03-01-preview" - ] - }, - { - "resourceType": "VirtualMachines/AssessPatches", - "apiVersions": [ - "2022-01-10-preview" - ] - }, - { - "resourceType": "VirtualMachines/InstallPatches", - "apiVersions": [ - "2022-01-10-preview" - ] - }, - { - "resourceType": "clusters", - "apiVersions": [ - "2023-12-01", - "2023-10-01", - "2023-03-01-preview" - ] - }, - { - "resourceType": "datastores", - "apiVersions": [ - "2023-12-01", - "2023-10-01", - "2023-03-01-preview" - ] - }, - { - "resourceType": "hosts", - "apiVersions": [ - "2023-12-01", - "2023-10-01", - "2023-03-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2023-12-01", - "2023-10-01", - "2023-03-01-preview", - "2022-07-15-preview", - "2022-01-10-preview", - "2020-10-01-preview" - ] - }, - { - "resourceType": "locations/operationstatuses", - "apiVersions": [ - "2023-12-01", - "2023-10-01", - "2023-03-01-preview", - "2022-07-15-preview", - "2022-01-10-preview", - "2020-10-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-12-01", - "2023-10-01", - "2023-03-01-preview", - "2022-07-15-preview", - "2022-01-10-preview", - "2020-10-01-preview" - ] - }, - { - "resourceType": "resourcepools", - "apiVersions": [ - "2023-12-01", - "2023-10-01", - "2023-03-01-preview" - ] - }, - { - "resourceType": "vcenters/inventoryitems", - "apiVersions": [ - "2023-12-01", - "2023-10-01", - "2023-03-01-preview" - ] - }, - { - "resourceType": "virtualmachineinstances", - "apiVersions": [ - "2023-12-01", - "2023-10-01", - "2023-03-01-preview" - ] - }, - { - "resourceType": "virtualmachines", - "apiVersions": [ - "2023-03-01-preview", - "2022-07-15-preview", - "2022-01-10-preview", - "2020-10-01-preview" - ] - }, - { - "resourceType": "virtualmachines/extensions", - "apiVersions": [ - "2023-03-01-preview", - "2022-07-15-preview", - "2022-01-10-preview", - "2020-10-01-preview" - ] - }, - { - "resourceType": "virtualmachines/guestagents", - "apiVersions": [ - "2023-03-01-preview", - "2022-07-15-preview", - "2022-01-10-preview", - "2020-10-01-preview" - ] - }, - { - "resourceType": "virtualmachines/hybrididentitymetadata", - "apiVersions": [ - "2023-03-01-preview", - "2022-07-15-preview", - "2022-01-10-preview", - "2020-10-01-preview" - ] - }, - { - "resourceType": "virtualmachines/upgradeextensions", - "apiVersions": [ - "2022-07-15-preview" - ] - }, - { - "resourceType": "virtualmachinetemplates", - "apiVersions": [ - "2023-12-01", - "2023-10-01", - "2023-03-01-preview" - ] - }, - { - "resourceType": "virtualnetworks", - "apiVersions": [ - "2023-12-01", - "2023-10-01", - "2023-03-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.ConnectedVehicle", - "resourceTypes": [ - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2020-12-01-preview" - ] - }, - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2020-12-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2020-12-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2020-12-01-preview" - ] - }, - { - "resourceType": "registeredSubscriptions", - "apiVersions": [ - "2020-12-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Consumption", - "resourceTypes": [ - { - "resourceType": "AggregatedCost", - "apiVersions": [ - "2024-08-01", - "2023-11-01", - "2023-05-01", - "2023-03-01", - "2021-10-01", - "2019-10-01", - "2019-05-01", - "2019-01-01", - "2018-10-01", - "2018-08-31", - "2018-06-30" - ] - }, - { - "resourceType": "Balances", - "apiVersions": [ - "2024-08-01", - "2023-11-01", - "2023-05-01", - "2023-03-01", - "2022-09-01", - "2021-10-01", - "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" - ] - }, - { - "resourceType": "Budgets", - "apiVersions": [ - "2024-08-01", - "2023-11-01", - "2023-05-01", - "2023-03-01", - "2021-10-01", - "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" - ] - }, - { - "resourceType": "Charges", - "apiVersions": [ - "2024-08-01", - "2023-11-01", - "2023-05-01", - "2023-03-01", - "2021-10-01", - "2019-10-01", - "2019-05-01-preview", - "2019-05-01", - "2019-01-01", - "2018-11-01-preview", - "2018-10-01", - "2018-08-31" - ] - }, - { - "resourceType": "CostTags", - "apiVersions": [ - "2024-08-01", - "2023-11-01", - "2023-05-01", - "2023-03-01", - "2021-10-01", - "2019-11-01", - "2019-10-01", - "2019-05-01", - "2018-10-01", - "2018-08-31", - "2018-06-30", - "2018-05-31", - "2018-03-31" - ] - }, - { - "resourceType": "Forecasts", - "apiVersions": [ - "2024-08-01", - "2023-11-01", - "2023-05-01", - "2023-03-01", - "2019-10-01", - "2019-05-01", - "2019-01-01", - "2018-10-01", - "2018-08-31", - "2018-06-30", - "2018-05-31" - ] - }, - { - "resourceType": "Marketplaces", - "apiVersions": [ - "2024-08-01", - "2023-11-01", - "2023-05-01", - "2023-03-01", - "2021-10-01", - "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" - ] - }, - { - "resourceType": "OperationResults", - "apiVersions": [ - "2024-08-01", - "2023-11-01", - "2023-05-01", - "2023-03-01", - "2022-06-01", - "2021-10-01", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "OperationStatus", - "apiVersions": [ - "2024-08-01", - "2023-11-01", - "2023-05-01", - "2023-03-01", - "2022-09-01", - "2022-06-01", - "2021-10-01", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "Operations", - "apiVersions": [ - "2024-08-01", - "2023-11-01", - "2023-05-01", - "2023-03-01", - "2022-06-01", - "2021-10-01", - "2019-10-01", - "2019-05-01", - "2019-01-01", - "2018-11-01-preview", - "2018-10-01", - "2018-08-31", - "2018-08-01-preview", - "2018-06-30", - "2018-05-31", - "2018-03-31", - "2018-01-31", - "2017-11-30", - "2017-06-30-preview" - ] - }, - { - "resourceType": "Pricesheets", - "apiVersions": [ - "2024-08-01", - "2023-11-01", - "2023-05-01", - "2023-03-01", - "2022-06-01", - "2021-10-01", - "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" - ] - }, - { - "resourceType": "ReservationDetails", - "apiVersions": [ - "2024-08-01", - "2023-11-01", - "2023-05-01", - "2023-03-01", - "2021-10-01", - "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" - ] - }, - { - "resourceType": "ReservationRecommendationDetails", - "apiVersions": [ - "2024-08-01", - "2023-11-01", - "2023-05-01", - "2023-03-01", - "2021-10-01", - "2019-10-01" - ] - }, - { - "resourceType": "ReservationRecommendations", - "apiVersions": [ - "2024-08-01", - "2023-11-01", - "2023-05-01", - "2023-03-01", - "2021-10-01", - "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" - ] - }, - { - "resourceType": "ReservationSummaries", - "apiVersions": [ - "2024-08-01", - "2023-11-01", - "2023-05-01", - "2023-03-01", - "2021-10-01", - "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" - ] - }, - { - "resourceType": "ReservationTransactions", - "apiVersions": [ - "2024-08-01", - "2023-11-01", - "2023-05-01", - "2023-03-01", - "2021-10-01", - "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" - ] - }, - { - "resourceType": "Tags", - "apiVersions": [ - "2024-08-01", - "2023-11-01", - "2023-05-01", - "2023-03-01", - "2021-10-01", - "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" - ] - }, - { - "resourceType": "Terms", - "apiVersions": [ - "2024-08-01", - "2023-11-01", - "2023-05-01", - "2023-03-01", - "2021-10-01", - "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" - ] - }, - { - "resourceType": "UsageDetails", - "apiVersions": [ - "2024-08-01", - "2023-11-01", - "2023-05-01", - "2023-03-01", - "2021-10-01", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "credits", - "apiVersions": [ - "2024-08-01", - "2023-11-01", - "2023-05-01", - "2023-03-01", - "2021-10-01", - "2021-05-01", - "2019-10-01", - "2018-11-01-preview", - "2018-10-01", - "2018-08-31" - ] - }, - { - "resourceType": "events", - "apiVersions": [ - "2024-08-01", - "2023-11-01", - "2023-05-01", - "2023-03-01", - "2021-10-01", - "2021-05-01", - "2019-10-01", - "2018-11-01-preview", - "2018-10-01", - "2018-08-31" - ] - }, - { - "resourceType": "lots", - "apiVersions": [ - "2024-08-01", - "2023-11-01", - "2023-05-01", - "2023-03-01", - "2021-10-01", - "2021-05-01", - "2019-10-01", - "2018-11-01-preview", - "2018-10-01", - "2018-08-31" - ] - }, - { - "resourceType": "products", - "apiVersions": [ - "2024-08-01", - "2023-11-01", - "2023-05-01", - "2023-03-01", - "2021-10-01", - "2019-10-01", - "2018-10-01", - "2018-08-31" - ] - }, - { - "resourceType": "tenants", - "apiVersions": [ - "2024-08-01", - "2023-11-01", - "2023-05-01", - "2023-03-01", - "2021-10-01", - "2019-10-01", - "2019-05-01", - "2019-01-01", - "2018-10-01" - ] - } - ] - }, - { - "namespace": "Microsoft.ContainerInstance", - "resourceTypes": [ - { - "resourceType": "containerGroupProfiles", - "apiVersions": [ - "2024-09-01-preview", - "2024-05-01-preview", - "2023-05-15-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-04-01-preview" - ] - }, - { - "resourceType": "containerGroups", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01-preview", - "2024-05-01-preview", - "2023-05-15-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-09-01", - "2022-04-01-preview", - "2021-10-01", - "2021-09-01", - "2021-07-01", - "2021-03-01", - "2020-11-01", - "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" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01-preview", - "2024-05-01-preview", - "2023-05-15-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-09-01", - "2022-04-01-preview", - "2021-10-01", - "2021-09-01", - "2021-07-01", - "2021-03-01", - "2020-11-01", - "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" - ] - }, - { - "resourceType": "locations/cachedImages", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01-preview", - "2024-05-01-preview", - "2023-05-15-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-09-01", - "2022-04-01-preview", - "2021-10-01", - "2021-09-01", - "2021-07-01", - "2021-03-01", - "2020-11-01", - "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" - ] - }, - { - "resourceType": "locations/capabilities", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01-preview", - "2024-05-01-preview", - "2023-05-15-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-09-01", - "2022-04-01-preview", - "2021-10-01", - "2021-09-01", - "2021-07-01", - "2021-03-01", - "2020-11-01", - "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" - ] - }, - { - "resourceType": "locations/deleteVirtualNetworkOrSubnets", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01-preview", - "2024-05-01-preview", - "2023-05-15-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-09-01", - "2022-04-01-preview", - "2021-10-01", - "2021-09-01", - "2021-07-01", - "2021-03-01", - "2020-11-01", - "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" - ] - }, - { - "resourceType": "locations/operationresults", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01-preview", - "2024-05-01-preview", - "2023-05-15-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-09-01", - "2022-04-01-preview", - "2021-10-01", - "2021-09-01", - "2021-07-01", - "2021-03-01", - "2020-11-01", - "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" - ] - }, - { - "resourceType": "locations/operations", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01-preview", - "2024-05-01-preview", - "2023-05-15-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-09-01", - "2022-04-01-preview", - "2021-10-01", - "2021-09-01", - "2021-07-01", - "2021-03-01", - "2020-11-01", - "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" - ] - }, - { - "resourceType": "locations/usages", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01-preview", - "2024-05-01-preview", - "2023-05-15-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-09-01", - "2022-04-01-preview", - "2021-10-01", - "2021-09-01", - "2021-07-01", - "2021-03-01", - "2020-11-01", - "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" - ] - }, - { - "resourceType": "locations/validateDeleteVirtualNetworkOrSubnets", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01-preview", - "2024-05-01-preview", - "2023-05-15-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-09-01", - "2022-04-01-preview", - "2021-10-01", - "2021-09-01", - "2021-07-01", - "2021-03-01", - "2020-11-01", - "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" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01-preview", - "2024-05-01-preview", - "2023-05-15-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-09-01", - "2022-04-01-preview", - "2021-10-01", - "2021-09-01", - "2021-07-01", - "2021-03-01", - "2020-11-01", - "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" - ] - }, - { - "resourceType": "serviceAssociationLinks", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01-preview", - "2024-05-01-preview", - "2023-05-15-preview", - "2023-05-01", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-09-01", - "2022-04-01-preview", - "2021-10-01", - "2021-09-01", - "2021-07-01", - "2021-03-01", - "2020-11-01", - "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" - ] - } - ] - }, - { - "namespace": "Microsoft.ContainerRegistry", - "resourceTypes": [ - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2023-11-01-preview", - "2023-08-01-preview", - "2023-07-01", - "2023-06-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-02-01-preview", - "2021-12-01-preview", - "2021-09-01", - "2021-08-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2019-12-01-preview", - "2019-05-01", - "2017-10-01", - "2017-03-01" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2023-11-01-preview", - "2023-08-01-preview", - "2023-07-01", - "2023-06-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-02-01-preview", - "2021-12-01-preview", - "2021-09-01", - "2021-08-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2019-12-01-preview", - "2019-05-01-preview", - "2019-05-01", - "2017-10-01" - ] - }, - { - "resourceType": "locations/authorize", - "apiVersions": [ - "2017-10-01" - ] - }, - { - "resourceType": "locations/deleteVirtualNetworkOrSubnets", - "apiVersions": [ - "2019-05-01", - "2017-10-01" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2023-11-01-preview", - "2023-08-01-preview", - "2023-07-01", - "2023-06-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-02-01-preview", - "2021-12-01-preview", - "2021-09-01", - "2021-08-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2019-12-01-preview", - "2019-05-01-preview", - "2019-05-01", - "2017-10-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-11-01-preview", - "2023-08-01-preview", - "2023-07-01", - "2023-06-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-02-01-preview", - "2021-12-01-preview", - "2021-09-01", - "2021-08-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2019-12-01-preview", - "2019-05-01", - "2017-10-01", - "2017-03-01" - ] - }, - { - "resourceType": "registries", - "apiVersions": [ - "2023-11-01-preview", - "2023-08-01-preview", - "2023-07-01", - "2023-06-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-02-01-preview", - "2021-12-01-preview", - "2021-09-01", - "2021-08-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2019-12-01-preview", - "2019-05-01", - "2017-10-01", - "2017-03-01" - ] - }, - { - "resourceType": "registries/agentPools", - "apiVersions": [ - "2019-06-01-preview" - ] - }, - { - "resourceType": "registries/agentPools/listQueueStatus", - "apiVersions": [ - "2019-06-01-preview" - ] - }, - { - "resourceType": "registries/agentPoolsOperationResults", - "apiVersions": [ - "2019-06-01-preview" - ] - }, - { - "resourceType": "registries/cacheRules", - "apiVersions": [ - "2023-11-01-preview", - "2023-08-01-preview", - "2023-07-01", - "2023-06-01-preview", - "2023-01-01-preview" - ] - }, - { - "resourceType": "registries/connectedRegistries", - "apiVersions": [ - "2023-11-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-01-01-preview", - "2022-02-01-preview", - "2021-12-01-preview", - "2021-08-01-preview", - "2021-06-01-preview", - "2020-11-01-preview" - ] - }, - { - "resourceType": "registries/connectedRegistries/deactivate", - "apiVersions": [ - "2023-11-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-01-01-preview", - "2022-02-01-preview", - "2021-12-01-preview", - "2021-08-01-preview", - "2021-06-01-preview", - "2020-11-01-preview" - ] - }, - { - "resourceType": "registries/credentialSets", - "apiVersions": [ - "2023-11-01-preview", - "2023-08-01-preview", - "2023-07-01", - "2023-06-01-preview", - "2023-01-01-preview" - ] - }, - { - "resourceType": "registries/eventGridFilters", - "apiVersions": [ - "2023-07-01", - "2022-12-01", - "2019-05-01", - "2017-10-01" - ] - }, - { - "resourceType": "registries/exportPipelines", - "apiVersions": [ - "2023-11-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-01-01-preview", - "2022-02-01-preview", - "2021-12-01-preview", - "2021-08-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2019-12-01-preview" - ] - }, - { - "resourceType": "registries/generateCredentials", - "apiVersions": [ - "2023-11-01-preview", - "2023-08-01-preview", - "2023-07-01", - "2023-06-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-02-01-preview", - "2021-12-01-preview", - "2021-08-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2019-05-01-preview" - ] - }, - { - "resourceType": "registries/importImage", - "apiVersions": [ - "2023-11-01-preview", - "2023-08-01-preview", - "2023-07-01", - "2023-06-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-02-01-preview", - "2021-12-01-preview", - "2021-09-01", - "2021-08-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2019-12-01-preview", - "2019-05-01", - "2017-10-01" - ] - }, - { - "resourceType": "registries/importPipelines", - "apiVersions": [ - "2023-11-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-01-01-preview", - "2022-02-01-preview", - "2021-12-01-preview", - "2021-08-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2019-12-01-preview" - ] - }, - { - "resourceType": "registries/listBuildSourceUploadUrl", - "apiVersions": [ - "2019-06-01-preview", - "2019-04-01", - "2018-09-01" - ] - }, - { - "resourceType": "registries/listCredentials", - "apiVersions": [ - "2023-11-01-preview", - "2023-08-01-preview", - "2023-07-01", - "2023-06-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-02-01-preview", - "2021-12-01-preview", - "2021-09-01", - "2021-08-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2019-12-01-preview", - "2019-05-01", - "2017-10-01", - "2017-03-01" - ] - }, - { - "resourceType": "registries/listPolicies", - "apiVersions": [ - "2017-10-01" - ] - }, - { - "resourceType": "registries/listUsages", - "apiVersions": [ - "2023-11-01-preview", - "2023-08-01-preview", - "2023-07-01", - "2023-06-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-02-01-preview", - "2021-12-01-preview", - "2021-09-01", - "2021-08-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2019-12-01-preview", - "2019-05-01", - "2017-10-01" - ] - }, - { - "resourceType": "registries/pipelineRuns", - "apiVersions": [ - "2023-11-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-01-01-preview", - "2022-02-01-preview", - "2021-12-01-preview", - "2021-08-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2019-12-01-preview" - ] - }, - { - "resourceType": "registries/privateEndpointConnectionProxies", - "apiVersions": [ - "2023-11-01-preview", - "2023-08-01-preview", - "2023-07-01", - "2023-06-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-02-01-preview", - "2021-12-01-preview", - "2021-09-01", - "2021-08-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2019-12-01-preview" - ] - }, - { - "resourceType": "registries/privateEndpointConnectionProxies/validate", - "apiVersions": [ - "2023-11-01-preview", - "2023-08-01-preview", - "2023-07-01", - "2023-06-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-02-01-preview", - "2021-12-01-preview", - "2021-09-01", - "2021-08-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2019-12-01-preview" - ] - }, - { - "resourceType": "registries/privateEndpointConnections", - "apiVersions": [ - "2023-11-01-preview", - "2023-08-01-preview", - "2023-07-01", - "2023-06-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-02-01-preview", - "2021-12-01-preview", - "2021-09-01", - "2021-08-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2019-12-01-preview" - ] - }, - { - "resourceType": "registries/privateLinkResources", - "apiVersions": [ - "2023-11-01-preview", - "2023-08-01-preview", - "2023-07-01", - "2023-06-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-02-01-preview", - "2021-12-01-preview", - "2021-09-01", - "2021-08-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2019-12-01-preview" - ] - }, - { - "resourceType": "registries/regenerateCredential", - "apiVersions": [ - "2023-11-01-preview", - "2023-08-01-preview", - "2023-07-01", - "2023-06-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-02-01-preview", - "2021-12-01-preview", - "2021-09-01", - "2021-08-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2019-12-01-preview", - "2019-05-01", - "2017-10-01", - "2017-03-01" - ] - }, - { - "resourceType": "registries/replications", - "apiVersions": [ - "2023-11-01-preview", - "2023-08-01-preview", - "2023-07-01", - "2023-06-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-02-01-preview", - "2021-12-01-preview", - "2021-09-01", - "2021-08-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2019-12-01-preview", - "2019-05-01", - "2017-10-01" - ] - }, - { - "resourceType": "registries/runs", - "apiVersions": [ - "2019-06-01-preview", - "2019-04-01", - "2018-09-01" - ] - }, - { - "resourceType": "registries/runs/cancel", - "apiVersions": [ - "2019-06-01-preview", - "2019-04-01", - "2018-09-01" - ] - }, - { - "resourceType": "registries/runs/listLogSasUrl", - "apiVersions": [ - "2019-06-01-preview", - "2019-04-01", - "2018-09-01" - ] - }, - { - "resourceType": "registries/scheduleRun", - "apiVersions": [ - "2019-06-01-preview", - "2019-04-01", - "2018-09-01" - ] - }, - { - "resourceType": "registries/scopeMaps", - "apiVersions": [ - "2023-11-01-preview", - "2023-08-01-preview", - "2023-07-01", - "2023-06-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-02-01-preview", - "2021-12-01-preview", - "2021-08-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2019-05-01-preview" - ] - }, - { - "resourceType": "registries/taskRuns", - "apiVersions": [ - "2019-06-01-preview" - ] - }, - { - "resourceType": "registries/taskRuns/listDetails", - "apiVersions": [ - "2019-06-01-preview" - ] - }, - { - "resourceType": "registries/tasks", - "apiVersions": [ - "2019-06-01-preview", - "2019-04-01", - "2018-09-01" - ] - }, - { - "resourceType": "registries/tasks/listDetails", - "apiVersions": [ - "2019-06-01-preview", - "2019-04-01", - "2018-09-01" - ] - }, - { - "resourceType": "registries/tokens", - "apiVersions": [ - "2023-11-01-preview", - "2023-08-01-preview", - "2023-07-01", - "2023-06-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-02-01-preview", - "2021-12-01-preview", - "2021-08-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2019-05-01-preview" - ] - }, - { - "resourceType": "registries/updatePolicies", - "apiVersions": [ - "2017-10-01" - ] - }, - { - "resourceType": "registries/webhooks", - "apiVersions": [ - "2023-11-01-preview", - "2023-08-01-preview", - "2023-07-01", - "2023-06-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-02-01-preview", - "2021-12-01-preview", - "2021-09-01", - "2021-08-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2019-12-01-preview", - "2019-05-01", - "2017-10-01" - ] - }, - { - "resourceType": "registries/webhooks/getCallbackConfig", - "apiVersions": [ - "2023-11-01-preview", - "2023-08-01-preview", - "2023-07-01", - "2023-06-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-02-01-preview", - "2021-12-01-preview", - "2021-09-01", - "2021-08-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2019-12-01-preview", - "2019-05-01", - "2017-10-01" - ] - }, - { - "resourceType": "registries/webhooks/listEvents", - "apiVersions": [ - "2023-11-01-preview", - "2023-08-01-preview", - "2023-07-01", - "2023-06-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-02-01-preview", - "2021-12-01-preview", - "2021-09-01", - "2021-08-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2019-12-01-preview", - "2019-05-01", - "2017-10-01" - ] - }, - { - "resourceType": "registries/webhooks/ping", - "apiVersions": [ - "2023-11-01-preview", - "2023-08-01-preview", - "2023-07-01", - "2023-06-01-preview", - "2023-01-01-preview", - "2022-12-01", - "2022-02-01-preview", - "2021-12-01-preview", - "2021-09-01", - "2021-08-01-preview", - "2021-06-01-preview", - "2020-11-01-preview", - "2019-12-01-preview", - "2019-05-01", - "2017-10-01" - ] - } - ] - }, - { - "namespace": "Microsoft.ContainerService", - "resourceTypes": [ - { - "resourceType": "ManagedClusters/eventGridFilters", - "apiVersions": [ - "2024-09-02-preview", - "2024-09-01", - "2024-08-02-preview", - "2024-08-01", - "2024-07-02-preview", - "2024-07-01", - "2024-06-02-preview", - "2024-06-01", - "2024-05-02-preview", - "2024-05-01", - "2024-04-02-preview", - "2024-03-02-preview", - "2024-02-02-preview", - "2024-02-01", - "2024-01-02-preview", - "2024-01-01", - "2023-11-02-preview", - "2023-11-01", - "2023-10-02-preview", - "2023-10-01", - "2023-09-02-preview", - "2023-09-01", - "2023-08-02-preview", - "2023-08-01", - "2023-07-02-preview", - "2023-07-01", - "2023-06-02-preview", - "2023-06-01", - "2023-05-02-preview", - "2023-05-01", - "2023-04-02-preview", - "2023-04-01", - "2023-03-02-preview", - "2023-03-01", - "2023-02-02-preview", - "2023-02-01", - "2023-01-02-preview", - "2023-01-01", - "2022-11-02-preview", - "2022-11-01", - "2022-10-02-preview", - "2022-09-02-preview", - "2022-09-01", - "2022-08-03-preview", - "2022-08-02-preview", - "2022-08-01", - "2022-07-02-preview", - "2022-07-01", - "2022-06-01", - "2022-04-01", - "2022-03-01", - "2022-02-01", - "2022-01-01", - "2021-10-01", - "2021-09-01", - "2021-08-01", - "2021-07-01", - "2021-05-01", - "2021-03-01", - "2021-02-01" - ] - }, - { - "resourceType": "fleetMemberships", - "apiVersions": [ - "2024-05-02-preview", - "2024-04-01", - "2024-02-02-preview", - "2023-10-15", - "2023-08-15-preview", - "2023-06-15-preview", - "2023-03-15-preview", - "2022-09-02-preview", - "2022-07-02-preview", - "2022-06-02-preview" - ] - }, - { - "resourceType": "fleets", - "apiVersions": [ - "2024-05-02-preview", - "2024-04-01", - "2024-02-02-preview", - "2023-10-15", - "2023-08-15-preview", - "2023-06-15-preview", - "2023-03-15-preview", - "2022-09-02-preview", - "2022-07-02-preview", - "2022-06-02-preview" - ] - }, - { - "resourceType": "fleets/autoUpgradeProfiles", - "apiVersions": [ - "2024-05-02-preview" - ] - }, - { - "resourceType": "fleets/members", - "apiVersions": [ - "2024-05-02-preview", - "2024-04-01", - "2024-02-02-preview", - "2023-10-15", - "2023-08-15-preview", - "2023-06-15-preview", - "2023-03-15-preview", - "2022-09-02-preview", - "2022-07-02-preview", - "2022-06-02-preview" - ] - }, - { - "resourceType": "fleets/updateRuns", - "apiVersions": [ - "2024-05-02-preview", - "2024-04-01", - "2024-02-02-preview", - "2023-10-15", - "2023-08-15-preview", - "2023-06-15-preview", - "2023-03-15-preview" - ] - }, - { - "resourceType": "fleets/updateStrategies", - "apiVersions": [ - "2024-05-02-preview", - "2024-04-01", - "2024-02-02-preview", - "2023-10-15", - "2023-08-15-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2017-08-31", - "2017-01-31", - "2016-09-30", - "2016-03-30", - "2015-11-01-preview" - ] - }, - { - "resourceType": "locations/guardrailsVersions", - "apiVersions": [ - "2024-01-02-preview", - "2023-11-02-preview", - "2023-10-02-preview", - "2023-09-02-preview", - "2023-08-02-preview", - "2023-07-02-preview" - ] - }, - { - "resourceType": "locations/kubernetesVersions", - "apiVersions": [ - "2024-09-02-preview", - "2024-09-01", - "2024-08-02-preview", - "2024-08-01", - "2024-07-02-preview", - "2024-07-01", - "2024-06-02-preview", - "2024-06-01", - "2024-05-02-preview", - "2024-05-01", - "2024-04-02-preview", - "2024-03-02-preview", - "2024-02-02-preview", - "2024-02-01", - "2024-01-02-preview", - "2024-01-01", - "2023-11-02-preview", - "2023-11-01", - "2023-10-02-preview", - "2023-10-01", - "2023-09-02-preview", - "2023-09-01", - "2023-08-02-preview", - "2023-08-01", - "2023-07-02-preview", - "2023-07-01", - "2023-06-02-preview", - "2023-06-01", - "2023-05-02-preview", - "2023-05-01", - "2023-04-02-preview", - "2023-04-01", - "2023-03-02-preview", - "2023-03-01" - ] - }, - { - "resourceType": "locations/meshRevisionProfiles", - "apiVersions": [ - "2024-09-02-preview", - "2024-09-01", - "2024-08-02-preview", - "2024-08-01", - "2024-07-02-preview", - "2024-07-01", - "2024-06-02-preview", - "2024-06-01", - "2024-05-02-preview", - "2024-05-01", - "2024-04-02-preview", - "2024-03-02-preview", - "2024-02-02-preview", - "2024-02-01", - "2024-01-02-preview", - "2024-01-01", - "2023-11-02-preview", - "2023-11-01", - "2023-10-02-preview", - "2023-10-01", - "2023-09-02-preview", - "2023-09-01", - "2023-08-02-preview", - "2023-08-01", - "2023-07-02-preview", - "2023-06-02-preview" - ] - }, - { - "resourceType": "locations/nodeImageVersions", - "apiVersions": [ - "2024-09-02-preview", - "2024-08-02-preview", - "2024-07-02-preview", - "2024-06-02-preview", - "2024-05-02-preview", - "2024-04-02-preview", - "2024-03-02-preview", - "2024-02-02-preview" - ] - }, - { - "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable", - "apiVersions": [ - "2024-09-02-preview", - "2024-08-02-preview", - "2024-07-02-preview", - "2024-06-02-preview", - "2024-05-02-preview", - "2024-04-02-preview", - "2024-03-02-preview", - "2024-02-02-preview", - "2024-01-02-preview", - "2023-11-02-preview", - "2023-10-02-preview", - "2023-09-02-preview", - "2023-08-02-preview", - "2023-07-02-preview", - "2023-06-02-preview", - "2023-05-02-preview", - "2023-04-02-preview", - "2023-03-02-preview", - "2023-02-02-preview", - "2023-01-02-preview", - "2022-11-02-preview", - "2022-10-02-preview", - "2022-09-02-preview", - "2022-08-03-preview", - "2022-08-02-preview", - "2022-07-02-preview", - "2022-03-01" - ] - }, - { - "resourceType": "locations/operationresults", - "apiVersions": [ - "2024-09-02-preview", - "2024-09-01", - "2024-08-02-preview", - "2024-08-01", - "2024-07-02-preview", - "2024-07-01", - "2024-06-02-preview", - "2024-06-01", - "2024-05-02-preview", - "2024-05-01", - "2024-04-02-preview", - "2024-03-02-preview", - "2024-02-02-preview", - "2024-02-01", - "2024-01-02-preview", - "2024-01-01", - "2023-11-02-preview", - "2023-11-01", - "2023-10-02-preview", - "2023-10-01", - "2023-09-02-preview", - "2023-09-01", - "2023-08-02-preview", - "2023-08-01", - "2023-07-02-preview", - "2023-07-01", - "2023-06-02-preview", - "2023-06-01", - "2023-05-02-preview", - "2023-05-01", - "2023-04-02-preview", - "2023-04-01", - "2023-03-02-preview", - "2023-03-01", - "2023-02-02-preview", - "2023-02-01", - "2023-01-02-preview", - "2023-01-01", - "2022-11-02-preview", - "2022-11-01", - "2022-10-02-preview", - "2022-09-02-preview", - "2022-09-01", - "2022-08-03-preview", - "2022-08-02-preview", - "2022-08-01", - "2022-07-02-preview", - "2022-07-01", - "2022-06-01", - "2022-04-01", - "2022-03-01", - "2022-02-01", - "2022-01-01", - "2021-10-01", - "2021-09-01", - "2021-08-01", - "2021-07-01", - "2021-05-01", - "2021-03-01", - "2021-02-01", - "2020-12-01", - "2020-11-01", - "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-03-31", - "2017-08-31", - "2016-03-30" - ] - }, - { - "resourceType": "locations/operations", - "apiVersions": [ - "2024-09-02-preview", - "2024-09-01", - "2024-08-02-preview", - "2024-08-01", - "2024-07-02-preview", - "2024-07-01", - "2024-06-02-preview", - "2024-06-01", - "2024-05-02-preview", - "2024-05-01", - "2024-04-02-preview", - "2024-03-02-preview", - "2024-02-02-preview", - "2024-02-01", - "2024-01-02-preview", - "2024-01-01", - "2023-11-02-preview", - "2023-11-01", - "2023-10-02-preview", - "2023-10-01", - "2023-09-02-preview", - "2023-09-01", - "2023-08-02-preview", - "2023-08-01", - "2023-07-02-preview", - "2023-07-01", - "2023-06-02-preview", - "2023-06-01", - "2023-05-02-preview", - "2023-05-01", - "2023-04-02-preview", - "2023-04-01", - "2023-03-02-preview", - "2023-03-01", - "2023-02-02-preview", - "2023-02-01", - "2023-01-02-preview", - "2023-01-01", - "2022-11-02-preview", - "2022-11-01", - "2022-10-02-preview", - "2022-09-02-preview", - "2022-09-01", - "2022-08-03-preview", - "2022-08-02-preview", - "2022-08-01", - "2022-07-02-preview", - "2022-07-01", - "2022-06-01", - "2022-04-01", - "2022-03-01", - "2022-02-01", - "2022-01-01", - "2021-10-01", - "2021-09-01", - "2021-08-01", - "2021-07-01", - "2021-05-01", - "2021-03-01", - "2021-02-01", - "2020-12-01", - "2020-11-01", - "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-03-31", - "2017-08-31", - "2016-03-30" - ] - }, - { - "resourceType": "locations/orchestrators", - "apiVersions": [ - "2023-11-02-preview", - "2023-11-01", - "2023-10-02-preview", - "2023-10-01", - "2023-09-02-preview", - "2023-09-01", - "2023-08-02-preview", - "2023-08-01", - "2023-07-02-preview", - "2023-07-01", - "2023-06-02-preview", - "2023-06-01", - "2023-05-02-preview", - "2023-05-01", - "2023-04-02-preview", - "2023-04-01", - "2023-03-02-preview", - "2023-03-01", - "2023-02-02-preview", - "2023-02-01", - "2023-01-02-preview", - "2023-01-01", - "2022-11-02-preview", - "2022-11-01", - "2022-10-02-preview", - "2022-09-02-preview", - "2022-09-01", - "2022-08-03-preview", - "2022-08-02-preview", - "2022-08-01", - "2022-07-02-preview", - "2022-07-01", - "2022-06-01", - "2022-04-01", - "2022-03-01", - "2022-02-01", - "2022-01-01", - "2021-10-01", - "2021-09-01", - "2021-08-01", - "2021-07-01", - "2021-05-01", - "2021-03-01", - "2021-02-01", - "2020-12-01", - "2020-11-01", - "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" - ] - }, - { - "resourceType": "locations/osOptions", - "apiVersions": [ - "2024-04-02-preview", - "2024-03-02-preview", - "2024-02-02-preview", - "2024-02-01", - "2024-01-02-preview", - "2024-01-01", - "2023-11-02-preview", - "2023-11-01", - "2023-10-02-preview", - "2023-10-01", - "2023-09-02-preview", - "2023-09-01", - "2023-08-02-preview", - "2023-08-01", - "2023-07-02-preview", - "2023-07-01", - "2023-06-02-preview", - "2023-06-01", - "2023-05-02-preview", - "2023-05-01", - "2023-04-02-preview", - "2023-04-01", - "2023-03-02-preview", - "2023-03-01", - "2023-02-02-preview", - "2023-02-01", - "2023-01-02-preview", - "2023-01-01", - "2022-11-02-preview", - "2022-11-01", - "2022-10-02-preview", - "2022-09-02-preview", - "2022-09-01", - "2022-08-03-preview", - "2022-08-02-preview", - "2022-08-01", - "2022-07-02-preview", - "2022-07-01", - "2022-06-01", - "2022-04-01", - "2022-03-01", - "2022-02-01", - "2022-01-01", - "2021-10-01", - "2021-09-01", - "2021-08-01", - "2021-07-01", - "2021-05-01", - "2021-03-01" - ] - }, - { - "resourceType": "locations/safeguardsVersions", - "apiVersions": [ - "2024-09-02-preview", - "2024-08-02-preview", - "2024-07-02-preview", - "2024-06-02-preview", - "2024-05-02-preview", - "2024-04-02-preview", - "2024-03-02-preview", - "2024-02-02-preview", - "2024-01-02-preview", - "2023-11-02-preview" - ] - }, - { - "resourceType": "locations/trustedAccessRoles", - "apiVersions": [ - "2024-09-02-preview", - "2024-09-01", - "2024-08-02-preview", - "2024-08-01", - "2024-07-02-preview", - "2024-07-01", - "2024-06-02-preview", - "2024-06-01", - "2024-05-02-preview", - "2024-05-01", - "2024-04-02-preview", - "2024-03-02-preview", - "2024-02-02-preview", - "2024-02-01", - "2024-01-02-preview", - "2024-01-01", - "2023-11-02-preview", - "2023-11-01", - "2023-10-02-preview", - "2023-10-01", - "2023-09-02-preview", - "2023-09-01", - "2023-08-02-preview", - "2023-07-02-preview", - "2023-06-02-preview", - "2023-05-02-preview", - "2023-04-02-preview", - "2023-03-02-preview", - "2023-02-02-preview", - "2023-01-02-preview", - "2022-11-02-preview", - "2022-10-02-preview", - "2022-09-02-preview", - "2022-08-03-preview", - "2022-08-02-preview", - "2022-07-02-preview" - ] - }, - { - "resourceType": "locations/usages", - "apiVersions": [ - "2024-09-02-preview", - "2024-09-01", - "2024-08-02-preview", - "2024-08-01", - "2024-07-02-preview", - "2024-07-01", - "2024-06-02-preview", - "2024-06-01", - "2024-05-02-preview", - "2024-05-01", - "2024-04-02-preview", - "2024-03-02-preview", - "2024-02-02-preview", - "2024-02-01", - "2024-01-02-preview", - "2024-01-01", - "2023-11-02-preview", - "2023-11-01", - "2023-10-02-preview", - "2023-10-01" - ] - }, - { - "resourceType": "managedClusters", - "apiVersions": [ - "2024-09-02-preview", - "2024-09-01", - "2024-08-02-preview", - "2024-08-01", - "2024-07-02-preview", - "2024-07-01", - "2024-06-02-preview", - "2024-06-01", - "2024-05-02-preview", - "2024-05-01", - "2024-04-02-preview", - "2024-03-02-preview", - "2024-02-02-preview", - "2024-02-01", - "2024-01-02-preview", - "2024-01-01", - "2023-11-02-preview", - "2023-11-01", - "2023-10-02-preview", - "2023-10-01", - "2023-09-02-preview", - "2023-09-01", - "2023-08-02-preview", - "2023-08-01", - "2023-07-02-preview", - "2023-07-01", - "2023-06-02-preview", - "2023-06-01", - "2023-05-02-preview", - "2023-05-01", - "2023-04-02-preview", - "2023-04-01", - "2023-03-02-preview", - "2023-03-01", - "2023-02-02-preview", - "2023-02-01", - "2023-01-02-preview", - "2023-01-01", - "2022-11-02-preview", - "2022-11-01", - "2022-10-02-preview", - "2022-09-02-preview", - "2022-09-01", - "2022-08-03-preview", - "2022-08-02-preview", - "2022-08-01", - "2022-07-02-preview", - "2022-07-01", - "2022-06-01", - "2022-04-01", - "2022-03-01", - "2022-02-01", - "2022-01-01", - "2021-10-01", - "2021-09-01", - "2021-08-01", - "2021-07-01", - "2021-05-01", - "2021-03-01", - "2021-02-01", - "2020-12-01", - "2020-11-01", - "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-03-31", - "2017-08-31" - ] - }, - { - "resourceType": "managedclustersnapshots", - "apiVersions": [ - "2024-09-02-preview", - "2024-08-02-preview", - "2024-07-02-preview", - "2024-06-02-preview", - "2024-05-02-preview", - "2024-04-02-preview", - "2024-03-02-preview", - "2024-02-02-preview", - "2024-01-02-preview", - "2023-11-02-preview", - "2023-10-02-preview", - "2023-09-02-preview", - "2023-08-02-preview", - "2023-07-02-preview", - "2023-06-02-preview", - "2023-05-02-preview", - "2023-04-02-preview", - "2023-03-02-preview", - "2023-02-02-preview", - "2023-01-02-preview", - "2022-11-02-preview", - "2022-10-02-preview", - "2022-09-02-preview", - "2022-08-03-preview", - "2022-08-02-preview", - "2022-07-02-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-09-02-preview", - "2024-09-01", - "2024-08-02-preview", - "2024-08-01", - "2024-07-02-preview", - "2024-07-01", - "2024-06-02-preview", - "2024-06-01", - "2024-05-02-preview", - "2024-05-01", - "2024-04-02-preview", - "2024-03-02-preview", - "2024-02-02-preview", - "2024-02-01", - "2024-01-02-preview", - "2024-01-01", - "2023-11-02-preview", - "2023-11-01", - "2023-10-02-preview", - "2023-10-01", - "2023-09-02-preview", - "2023-09-01", - "2023-08-02-preview", - "2023-08-01", - "2023-07-02-preview", - "2023-07-01", - "2023-06-02-preview", - "2023-06-01", - "2023-05-02-preview", - "2023-05-01", - "2023-04-02-preview", - "2023-04-01", - "2023-03-02-preview", - "2023-03-01", - "2023-02-02-preview", - "2023-02-01", - "2023-01-02-preview", - "2023-01-01", - "2022-11-02-preview", - "2022-11-01", - "2022-10-02-preview", - "2022-09-02-preview", - "2022-09-01", - "2022-08-03-preview", - "2022-08-02-preview", - "2022-08-01", - "2022-07-02-preview", - "2022-07-01", - "2022-06-01", - "2022-04-01", - "2022-03-01", - "2022-02-01", - "2022-01-01", - "2021-10-01", - "2021-09-01", - "2021-08-01", - "2021-07-01", - "2021-05-01", - "2021-03-01", - "2021-02-01", - "2020-12-01", - "2020-11-01", - "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-10-31", - "2018-03-31", - "2017-08-31", - "2017-07-01", - "2017-01-31", - "2016-09-30", - "2016-03-30", - "2015-11-01-preview" - ] - }, - { - "resourceType": "snapshots", - "apiVersions": [ - "2024-09-02-preview", - "2024-09-01", - "2024-08-02-preview", - "2024-08-01", - "2024-07-02-preview", - "2024-07-01", - "2024-06-02-preview", - "2024-06-01", - "2024-05-02-preview", - "2024-05-01", - "2024-04-02-preview", - "2024-03-02-preview", - "2024-02-02-preview", - "2024-02-01", - "2024-01-02-preview", - "2024-01-01", - "2023-11-02-preview", - "2023-11-01", - "2023-10-02-preview", - "2023-10-01", - "2023-09-02-preview", - "2023-09-01", - "2023-08-02-preview", - "2023-08-01", - "2023-07-02-preview", - "2023-07-01", - "2023-06-02-preview", - "2023-06-01", - "2023-05-02-preview", - "2023-05-01", - "2023-04-02-preview", - "2023-04-01", - "2023-03-02-preview", - "2023-03-01", - "2023-02-02-preview", - "2023-02-01", - "2023-01-02-preview", - "2023-01-01", - "2022-11-02-preview", - "2022-11-01", - "2022-10-02-preview", - "2022-09-02-preview", - "2022-09-01", - "2022-08-03-preview", - "2022-08-02-preview", - "2022-08-01", - "2022-07-02-preview", - "2022-07-01", - "2022-06-01", - "2022-04-01", - "2022-03-01", - "2022-02-01", - "2022-01-01", - "2021-10-01", - "2021-09-01", - "2021-08-01" - ] - } - ] - }, - { - "namespace": "Microsoft.CostManagement", - "resourceTypes": [ - { - "resourceType": "Alerts", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01", - "2021-10-01", - "2019-10-01", - "2018-08-01-preview" - ] - }, - { - "resourceType": "BenefitRecommendations", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01", - "2021-11-15-preview" - ] - }, - { - "resourceType": "BenefitUtilizationSummaries", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01", - "2021-11-15-preview" - ] - }, - { - "resourceType": "BenefitUtilizationSummariesOperationResults", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-03-01" - ] - }, - { - "resourceType": "BillingAccounts", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-03-01", - "2018-03-31" - ] - }, - { - "resourceType": "Budgets", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01-preview", - "2022-10-01", - "2021-10-01", - "2019-10-01", - "2019-04-01-preview" - ] - }, - { - "resourceType": "CalculateCost", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-07-01-preview", - "2023-04-01-preview" - ] - }, - { - "resourceType": "CheckConnectorEligibility", - "apiVersions": [ - "2019-03-01-preview" - ] - }, - { - "resourceType": "CheckNameAvailability", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01", - "2022-06-01-preview", - "2022-04-01-preview", - "2020-03-01-preview" - ] - }, - { - "resourceType": "CloudConnectors", - "apiVersions": [ - "2019-03-01-preview" - ] - }, - { - "resourceType": "Connectors", - "apiVersions": [ - "2018-08-01-preview" - ] - }, - { - "resourceType": "CostDetailsOperationResults", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01", - "2022-05-01" - ] - }, - { - "resourceType": "Departments", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-03-01", - "2018-03-31" - ] - }, - { - "resourceType": "Dimensions", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01", - "2021-10-01", - "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" - ] - }, - { - "resourceType": "EnrollmentAccounts", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-03-01", - "2018-03-31" - ] - }, - { - "resourceType": "Exports", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01", - "2021-10-01", - "2021-01-01", - "2020-12-01-preview", - "2020-06-01", - "2020-05-01-preview", - "2019-11-01", - "2019-10-01", - "2019-09-01", - "2019-01-01-preview", - "2019-01-01" - ] - }, - { - "resourceType": "ExternalBillingAccounts", - "apiVersions": [ - "2019-03-01-preview" - ] - }, - { - "resourceType": "ExternalBillingAccounts/Alerts", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01", - "2021-10-01", - "2019-10-01", - "2018-08-01-preview" - ] - }, - { - "resourceType": "ExternalBillingAccounts/Dimensions", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01", - "2021-10-01", - "2019-11-01", - "2019-10-01", - "2019-05-01-preview", - "2019-04-01-preview", - "2019-03-01-preview" - ] - }, - { - "resourceType": "ExternalBillingAccounts/Forecast", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01", - "2021-10-01", - "2019-11-01", - "2019-10-01", - "2019-05-01-preview", - "2019-04-01-preview", - "2019-03-01-preview", - "2018-12-01-preview" - ] - }, - { - "resourceType": "ExternalBillingAccounts/Query", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01", - "2021-10-01", - "2019-11-01", - "2019-10-01", - "2019-05-01-preview", - "2019-04-01-preview", - "2019-03-01-preview" - ] - }, - { - "resourceType": "ExternalSubscriptions", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-03-01", - "2019-03-01-preview" - ] - }, - { - "resourceType": "ExternalSubscriptions/Alerts", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01", - "2021-10-01", - "2019-10-01", - "2018-08-01-preview" - ] - }, - { - "resourceType": "ExternalSubscriptions/Dimensions", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01", - "2021-10-01", - "2019-11-01", - "2019-10-01", - "2019-05-01-preview", - "2019-04-01-preview", - "2019-03-01-preview" - ] - }, - { - "resourceType": "ExternalSubscriptions/Forecast", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01", - "2021-10-01", - "2019-11-01", - "2019-10-01", - "2019-05-01-preview", - "2019-04-01-preview", - "2019-03-01-preview", - "2018-12-01-preview" - ] - }, - { - "resourceType": "ExternalSubscriptions/Query", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01", - "2021-10-01", - "2019-11-01", - "2019-10-01", - "2019-05-01-preview", - "2019-04-01-preview", - "2019-03-01-preview" - ] - }, - { - "resourceType": "Forecast", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01", - "2021-10-01", - "2019-11-01", - "2019-10-01", - "2019-05-01-preview", - "2019-04-01-preview", - "2019-03-01-preview", - "2018-12-01-preview" - ] - }, - { - "resourceType": "GenerateBenefitUtilizationSummariesReport", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-03-01" - ] - }, - { - "resourceType": "GenerateCostDetailsReport", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01", - "2022-05-01" - ] - }, - { - "resourceType": "GenerateDetailedCostReport", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01", - "2021-10-01", - "2021-01-01", - "2020-12-01-preview" - ] - }, - { - "resourceType": "GenerateReservationDetailsReport", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01", - "2021-10-01", - "2019-11-01" - ] - }, - { - "resourceType": "Insights", - "apiVersions": [ - "2020-08-01-preview" - ] - }, - { - "resourceType": "MarkupRules", - "apiVersions": [ - "2022-10-05-preview" - ] - }, - { - "resourceType": "OperationResults", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01", - "2022-06-01", - "2022-04-01-preview", - "2022-02-01-preview", - "2021-10-01", - "2021-01-01", - "2020-12-01-preview" - ] - }, - { - "resourceType": "OperationStatus", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01", - "2022-06-01", - "2022-04-01-preview", - "2022-02-01-preview", - "2021-10-01", - "2021-01-01", - "2020-12-01-preview" - ] - }, - { - "resourceType": "Pricesheets", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01", - "2022-06-01", - "2022-04-01-preview", - "2022-02-01-preview" - ] - }, - { - "resourceType": "PricesheetsOperationResults", - "apiVersions": [ - "2024-08-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01", - "2022-06-01", - "2022-04-01-preview", - "2022-02-01-preview" - ] - }, - { - "resourceType": "PricesheetsOperationStatus", - "apiVersions": [ - "2024-08-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01", - "2022-06-01", - "2022-04-01-preview", - "2022-02-01-preview" - ] - }, - { - "resourceType": "Publish", - "apiVersions": [ - "2021-04-01-preview" - ] - }, - { - "resourceType": "Query", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01", - "2021-10-01", - "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" - ] - }, - { - "resourceType": "Reportconfigs", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2018-05-31" - ] - }, - { - "resourceType": "Reports", - "apiVersions": [ - "2018-12-01-preview", - "2018-08-01-preview" - ] - }, - { - "resourceType": "ReservationDetailsOperationResults", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01", - "2021-10-01", - "2019-11-01" - ] - }, - { - "resourceType": "ScheduledActions", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01", - "2022-06-01-preview", - "2022-04-01-preview", - "2020-03-01-preview" - ] - }, - { - "resourceType": "SendMessage", - "apiVersions": [ - "2023-04-01-preview" - ] - }, - { - "resourceType": "Settings", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01-preview", - "2022-10-01", - "2021-10-01", - "2019-11-01", - "2019-01-01-preview" - ] - }, - { - "resourceType": "StartConversation", - "apiVersions": [ - "2023-04-01-preview" - ] - }, - { - "resourceType": "Views", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01", - "2021-10-01", - "2019-11-01", - "2019-10-01", - "2019-04-01-preview" - ] - }, - { - "resourceType": "calculatePrice", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01", - "2022-03-01", - "2021-11-15-preview" - ] - }, - { - "resourceType": "costAllocationRules", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2020-03-01-preview" - ] - }, - { - "resourceType": "fetchMarketplacePrices", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01", - "2022-09-30", - "2022-03-01" - ] - }, - { - "resourceType": "fetchMicrosoftPrices", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01", - "2022-03-01" - ] - }, - { - "resourceType": "fetchPrices", - "apiVersions": [ - "2023-04-01-preview", - "2021-11-15-preview", - "2020-01-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-08-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-08-01", - "2023-07-01-preview", - "2023-04-01-preview", - "2023-03-01", - "2022-10-01", - "2021-10-01", - "2019-10-01", - "2019-01-01", - "2018-10-01", - "2018-08-31", - "2018-08-01-preview" - ] - }, - { - "resourceType": "register", - "apiVersions": [ - "2019-03-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.CostManagementExports", - "resourceTypes": [ - { - "resourceType": "Operations", - "apiVersions": [ - "2019-04-01" - ] - } - ] - }, - { - "namespace": "Microsoft.CustomProviders", - "resourceTypes": [ - { - "resourceType": "associations", - "apiVersions": [ - "2018-09-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2018-09-01-preview" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2018-09-01-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2018-09-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2018-09-01-preview" - ] - }, - { - "resourceType": "resourceProviders", - "apiVersions": [ - "2018-09-01-preview" - ] - }, - { - "resourceType": "resourceProviders/operationResults", - "apiVersions": [ - "2018-09-01-preview" - ] - }, - { - "resourceType": "resourceProviders/operationStatuses", - "apiVersions": [ - "2018-09-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.CustomerLockbox", - "resourceTypes": [ - { - "resourceType": "DisableLockbox", - "apiVersions": [ - "2018-02-28-preview" - ] - }, - { - "resourceType": "EnableLockbox", - "apiVersions": [ - "2018-02-28-preview" - ] - }, - { - "resourceType": "TenantOptedIn", - "apiVersions": [ - "2018-02-28-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2018-02-28-preview" - ] - }, - { - "resourceType": "requests", - "apiVersions": [ - "2018-02-28-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.D365CustomerInsights", - "resourceTypes": [ - { - "resourceType": "instances", - "apiVersions": [ - "2020-06-10-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2020-06-10-privatepreview", - "2020-06-10-preview", - "2020-06-10-beta" - ] - } - ] - }, - { - "namespace": "Microsoft.DBforMariaDB", - "resourceTypes": [ - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "locations/azureAsyncOperation", - "apiVersions": [ - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "locations/performanceTiers", - "apiVersions": [ - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "locations/privateEndpointConnectionAzureAsyncOperation", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "locations/privateEndpointConnectionOperationResults", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "locations/privateEndpointConnectionProxyAzureAsyncOperation", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "locations/privateEndpointConnectionProxyOperationResults", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "locations/recommendedActionSessionsAzureAsyncOperation", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "locations/recommendedActionSessionsOperationResults", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "locations/securityAlertPoliciesAzureAsyncOperation", - "apiVersions": [ - "2018-06-01" - ] - }, - { - "resourceType": "locations/securityAlertPoliciesOperationResults", - "apiVersions": [ - "2018-06-01" - ] - }, - { - "resourceType": "locations/serverKeyAzureAsyncOperation", - "apiVersions": [ - "2020-01-01-privatepreview", - "2020-01-01-preview", - "2020-01-01" - ] - }, - { - "resourceType": "locations/serverKeyOperationResults", - "apiVersions": [ - "2020-01-01-privatepreview", - "2020-01-01-preview", - "2020-01-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "servers", - "apiVersions": [ - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "servers/advisors", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "servers/keys", - "apiVersions": [ - "2020-01-01-privatepreview", - "2020-01-01-preview", - "2020-01-01" - ] - }, - { - "resourceType": "servers/privateEndpointConnectionProxies", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "servers/privateEndpointConnections", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "servers/privateLinkResources", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "servers/queryTexts", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "servers/recoverableServers", - "apiVersions": [ - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "servers/resetQueryPerformanceInsightData", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "servers/start", - "apiVersions": [ - "2020-01-01-privatepreview", - "2020-01-01-preview", - "2020-01-01" - ] - }, - { - "resourceType": "servers/stop", - "apiVersions": [ - "2020-01-01-privatepreview", - "2020-01-01-preview", - "2020-01-01" - ] - }, - { - "resourceType": "servers/topQueryStatistics", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "servers/virtualNetworkRules", - "apiVersions": [ - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "servers/waitStatistics", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - } - ] - }, - { - "namespace": "Microsoft.DBforMySQL", - "resourceTypes": [ - { - "resourceType": "assessForMigration", - "apiVersions": [ - "2022-06-01-privatepreview" - ] - }, - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2017-12-01-preview", - "2017-12-01" - ] - }, - { - "resourceType": "flexibleServers", - "apiVersions": [ - "2024-10-30", - "2024-10-01-preview", - "2024-06-30", - "2024-06-01-preview", - "2024-02-28", - "2024-02-01-preview", - "2023-12-30", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-06-30", - "2023-06-01-preview", - "2022-09-30-privatepreview", - "2022-09-30-preview", - "2022-06-01-privatepreview", - "2022-06-01-preview", - "2022-01-01", - "2021-12-01-preview", - "2021-05-01-preview", - "2021-05-01", - "2020-07-01-privatepreview", - "2020-07-01-preview" - ] - }, - { - "resourceType": "getPrivateDnsZoneSuffix", - "apiVersions": [ - "2024-10-30", - "2024-10-01-preview", - "2024-06-30", - "2024-06-01-preview", - "2024-02-28", - "2024-02-01-preview", - "2023-12-30", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-06-30", - "2023-06-01-preview", - "2022-09-30-privatepreview", - "2022-09-30-preview", - "2022-06-01-privatepreview", - "2022-06-01-preview", - "2022-01-01", - "2021-12-01-preview", - "2021-05-01-preview", - "2021-05-01", - "2020-07-01-privatepreview", - "2020-07-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2017-12-01-preview", - "2017-12-01" - ] - }, - { - "resourceType": "locations/administratorAzureAsyncOperation", - "apiVersions": [ - "2017-12-01-preview", - "2017-12-01" - ] - }, - { - "resourceType": "locations/administratorOperationResults", - "apiVersions": [ - "2017-12-01-preview", - "2017-12-01" - ] - }, - { - "resourceType": "locations/azureAsyncOperation", - "apiVersions": [] - }, - { - "resourceType": "locations/capabilities", - "apiVersions": [ - "2024-10-30", - "2024-10-01-preview", - "2024-06-30", - "2024-06-01-preview", - "2024-02-28", - "2024-02-01-preview", - "2023-12-30", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-06-30", - "2023-06-01-preview", - "2022-09-30-privatepreview", - "2022-09-30-preview", - "2022-06-01-privatepreview", - "2022-06-01-preview", - "2022-01-01", - "2021-12-01-preview", - "2021-05-01-preview", - "2021-05-01", - "2020-07-01-privatepreview", - "2020-07-01-preview" - ] - }, - { - "resourceType": "locations/capabilitySets", - "apiVersions": [ - "2024-10-30", - "2024-10-01-preview", - "2024-06-30", - "2024-06-01-preview", - "2024-02-28", - "2024-02-01-preview", - "2023-12-30", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-06-30", - "2023-06-01-preview" - ] - }, - { - "resourceType": "locations/checkNameAvailability", - "apiVersions": [ - "2024-10-30", - "2024-10-01-preview", - "2024-06-30", - "2024-06-01-preview", - "2024-02-28", - "2024-02-01-preview", - "2023-12-30", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-06-30", - "2023-06-01-preview", - "2022-09-30-privatepreview", - "2022-09-30-preview", - "2022-06-01-privatepreview", - "2022-06-01-preview", - "2022-01-01", - "2021-12-01-preview", - "2021-05-01-preview", - "2021-05-01" - ] - }, - { - "resourceType": "locations/checkVirtualNetworkSubnetUsage", - "apiVersions": [ - "2024-10-30", - "2024-10-01-preview", - "2024-06-30", - "2024-06-01-preview", - "2024-02-28", - "2024-02-01-preview", - "2023-12-30", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-06-30", - "2023-06-01-preview", - "2022-09-30-privatepreview", - "2022-09-30-preview", - "2022-06-01-privatepreview", - "2022-06-01-preview", - "2022-01-01", - "2021-12-01-preview", - "2021-05-01-preview", - "2021-05-01", - "2020-07-01-privatepreview", - "2020-07-01-preview" - ] - }, - { - "resourceType": "locations/listMigrations", - "apiVersions": [ - "2024-10-30", - "2024-10-01-preview", - "2024-06-30", - "2024-06-01-preview", - "2024-02-28", - "2024-02-01-preview", - "2023-12-30", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-06-30", - "2023-06-01-preview", - "2022-09-30-privatepreview", - "2022-09-30-preview", - "2022-06-01-preview", - "2022-01-01" - ] - }, - { - "resourceType": "locations/operationProgress", - "apiVersions": [ - "2024-10-30", - "2024-10-01-preview", - "2024-06-30", - "2024-06-01-preview", - "2024-02-28", - "2024-02-01-preview", - "2023-12-30", - "2023-12-01-preview" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [] - }, - { - "resourceType": "locations/performanceTiers", - "apiVersions": [ - "2017-12-01-preview", - "2017-12-01" - ] - }, - { - "resourceType": "locations/privateEndpointConnectionAzureAsyncOperation", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "locations/privateEndpointConnectionOperationResults", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "locations/privateEndpointConnectionProxyAzureAsyncOperation", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "locations/privateEndpointConnectionProxyOperationResults", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "locations/recommendedActionSessionsAzureAsyncOperation", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "locations/recommendedActionSessionsOperationResults", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "locations/securityAlertPoliciesAzureAsyncOperation", - "apiVersions": [ - "2017-12-01" - ] - }, - { - "resourceType": "locations/securityAlertPoliciesOperationResults", - "apiVersions": [ - "2017-12-01" - ] - }, - { - "resourceType": "locations/serverKeyAzureAsyncOperation", - "apiVersions": [ - "2020-01-01-privatepreview", - "2020-01-01-preview", - "2020-01-01" - ] - }, - { - "resourceType": "locations/serverKeyOperationResults", - "apiVersions": [ - "2020-01-01-privatepreview", - "2020-01-01-preview", - "2020-01-01" - ] - }, - { - "resourceType": "locations/updateMigration", - "apiVersions": [ - "2024-10-30", - "2024-10-01-preview", - "2024-06-30", - "2024-06-01-preview", - "2024-02-28", - "2024-02-01-preview", - "2023-12-30", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-06-30", - "2023-06-01-preview", - "2022-09-30-privatepreview", - "2022-09-30-preview", - "2022-06-01-preview", - "2022-01-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-10-30", - "2024-10-01-preview", - "2024-06-30", - "2024-06-01-preview", - "2024-02-28", - "2024-02-01-preview", - "2023-12-30", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-06-30", - "2023-06-01-preview", - "2022-09-30-privatepreview", - "2022-09-30-preview", - "2022-06-01-privatepreview", - "2022-06-01-preview", - "2022-01-01", - "2021-12-01-preview", - "2021-05-01-preview", - "2021-05-01", - "2017-12-01-preview", - "2017-12-01" - ] - }, - { - "resourceType": "servers", - "apiVersions": [ - "2020-01-01-privatepreview", - "2020-01-01-preview", - "2020-01-01", - "2017-12-01-preview", - "2017-12-01" - ] - }, - { - "resourceType": "servers/advisors", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "servers/keys", - "apiVersions": [ - "2020-01-01-privatepreview", - "2020-01-01-preview", - "2020-01-01" - ] - }, - { - "resourceType": "servers/privateEndpointConnectionProxies", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "servers/privateEndpointConnections", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "servers/privateLinkResources", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "servers/queryTexts", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "servers/recoverableServers", - "apiVersions": [ - "2017-12-01-preview", - "2017-12-01" - ] - }, - { - "resourceType": "servers/resetQueryPerformanceInsightData", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "servers/topQueryStatistics", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "servers/upgrade", - "apiVersions": [ - "2020-01-01-privatepreview", - "2020-01-01-preview", - "2020-01-01" - ] - }, - { - "resourceType": "servers/virtualNetworkRules", - "apiVersions": [ - "2017-12-01-preview", - "2017-12-01" - ] - }, - { - "resourceType": "servers/waitStatistics", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - } - ] - }, - { - "namespace": "Microsoft.DBforPostgreSQL", - "resourceTypes": [ - { - "resourceType": "availableEngineVersions", - "apiVersions": [ - "2023-03-02-preview", - "2022-11-08", - "2020-10-05-privatepreview" - ] - }, - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-11-01-preview", - "2024-08-01", - "2024-05-01-privatepreview", - "2024-03-01-privatepreview", - "2023-12-01-preview", - "2023-06-01-preview", - "2023-03-01-preview", - "2022-12-01", - "2022-11-01-preview", - "2022-05-01-privatepreview", - "2022-05-01-preview", - "2022-03-08-privatepreview", - "2022-03-08-preview", - "2022-01-20-preview", - "2021-06-01-preview", - "2021-06-01", - "2020-11-05-preview", - "2020-02-14-privatepreview", - "2020-02-14-preview" - ] - }, - { - "resourceType": "flexibleServers", - "apiVersions": [ - "2024-11-01-preview", - "2024-08-01", - "2024-05-01-privatepreview", - "2024-03-01-privatepreview", - "2023-12-01-preview", - "2023-06-01-preview", - "2023-03-01-preview", - "2023-01-01-privatepreview", - "2022-12-01", - "2022-11-01-preview", - "2022-05-01-privatepreview", - "2022-05-01-preview", - "2022-03-08-privatepreview", - "2022-03-08-preview", - "2022-01-20-preview", - "2021-06-01-preview", - "2021-06-01", - "2020-02-14-privatepreview", - "2020-02-14-preview" - ] - }, - { - "resourceType": "flexibleServers/migrations", - "apiVersions": [ - "2024-11-01-preview", - "2024-08-01", - "2024-05-01-privatepreview", - "2024-03-01-privatepreview", - "2023-12-01-preview", - "2023-06-01-preview", - "2023-03-01-preview", - "2023-01-01-privatepreview", - "2022-12-01", - "2022-11-01-preview", - "2022-05-01-privatepreview", - "2022-05-01-preview", - "2022-03-08-privatepreview", - "2022-03-08-preview", - "2022-01-20-preview", - "2021-06-01-preview", - "2021-06-01", - "2020-02-14-privatepreview", - "2020-02-14-preview" - ] - }, - { - "resourceType": "getPrivateDnsZoneSuffix", - "apiVersions": [] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2017-12-01-preview", - "2017-12-01" - ] - }, - { - "resourceType": "locations/administratorAzureAsyncOperation", - "apiVersions": [ - "2017-12-01-preview", - "2017-12-01" - ] - }, - { - "resourceType": "locations/administratorOperationResults", - "apiVersions": [ - "2017-12-01-preview", - "2017-12-01" - ] - }, - { - "resourceType": "locations/azureAsyncOperation", - "apiVersions": [] - }, - { - "resourceType": "locations/capabilities", - "apiVersions": [ - "2024-11-01-preview", - "2024-08-01", - "2024-05-01-privatepreview", - "2024-03-01-privatepreview", - "2023-12-01-preview", - "2023-06-01-preview", - "2023-03-01-preview", - "2022-12-01", - "2022-11-01-preview", - "2022-05-01-privatepreview", - "2022-05-01-preview", - "2022-03-08-privatepreview", - "2022-03-08-preview", - "2022-01-20-preview", - "2021-06-01-preview", - "2021-06-01", - "2020-02-14-privatepreview", - "2020-02-14-preview" - ] - }, - { - "resourceType": "locations/checkNameAvailability", - "apiVersions": [ - "2024-11-01-preview", - "2024-08-01", - "2024-05-01-privatepreview", - "2024-03-01-privatepreview", - "2023-12-01-preview", - "2023-06-01-preview", - "2023-03-01-preview", - "2022-12-01", - "2022-11-01-preview", - "2022-05-01-privatepreview", - "2022-05-01-preview", - "2022-03-08-privatepreview", - "2022-03-08-preview", - "2022-01-20-preview", - "2021-06-01-preview", - "2021-06-01", - "2020-02-14-privatepreview", - "2020-02-14-preview" - ] - }, - { - "resourceType": "locations/checkVirtualNetworkSubnetUsage", - "apiVersions": [ - "2024-11-01-preview", - "2024-08-01", - "2024-05-01-privatepreview", - "2024-03-01-privatepreview", - "2023-12-01-preview", - "2023-06-01-preview", - "2023-03-01-preview", - "2022-12-01", - "2022-11-01-preview", - "2022-05-01-privatepreview", - "2022-05-01-preview", - "2022-03-08-preview", - "2021-06-01-preview", - "2021-06-01", - "2020-02-14-privatepreview", - "2020-02-14-preview" - ] - }, - { - "resourceType": "locations/getAutoMigrationFreeSlots", - "apiVersions": [ - "2024-11-01-preview", - "2024-08-01", - "2024-03-01-privatepreview" - ] - }, - { - "resourceType": "locations/getCachedServerName", - "apiVersions": [ - "2022-03-08-privatepreview" - ] - }, - { - "resourceType": "locations/getLatestAutoMigrationSchedule", - "apiVersions": [ - "2024-11-01-preview", - "2024-08-01", - "2024-03-01-privatepreview" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [] - }, - { - "resourceType": "locations/performanceTiers", - "apiVersions": [ - "2017-12-01-preview", - "2017-12-01" - ] - }, - { - "resourceType": "locations/privateEndpointConnectionAzureAsyncOperation", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "locations/privateEndpointConnectionOperationResults", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "locations/privateEndpointConnectionProxyAzureAsyncOperation", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "locations/privateEndpointConnectionProxyOperationResults", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "locations/recommendedActionSessionsAzureAsyncOperation", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "locations/recommendedActionSessionsOperationResults", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "locations/resourceType", - "apiVersions": [ - "2024-11-01-preview", - "2024-08-01", - "2024-05-01-privatepreview", - "2024-03-01-privatepreview", - "2023-12-01-preview", - "2023-06-01-preview", - "2023-03-01-preview", - "2022-12-01", - "2022-11-01-preview", - "2022-05-01-privatepreview", - "2022-05-01-preview", - "2022-03-08-privatepreview", - "2022-03-08-preview", - "2022-01-20-preview", - "2021-06-01-preview", - "2021-06-01", - "2020-02-14-privatepreview", - "2020-02-14-preview" - ] - }, - { - "resourceType": "locations/securityAlertPoliciesAzureAsyncOperation", - "apiVersions": [ - "2017-12-01" - ] - }, - { - "resourceType": "locations/securityAlertPoliciesOperationResults", - "apiVersions": [ - "2017-12-01" - ] - }, - { - "resourceType": "locations/serverKeyAzureAsyncOperation", - "apiVersions": [ - "2020-01-01-privatepreview", - "2020-01-01-preview", - "2020-01-01" - ] - }, - { - "resourceType": "locations/serverKeyOperationResults", - "apiVersions": [ - "2020-01-01-privatepreview", - "2020-01-01-preview", - "2020-01-01" - ] - }, - { - "resourceType": "locations/updateAutoMigrationSchedule", - "apiVersions": [ - "2024-11-01-preview", - "2024-08-01", - "2024-03-01-privatepreview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-11-01-preview", - "2024-08-01", - "2024-05-01-privatepreview", - "2024-03-01-privatepreview", - "2023-12-01-preview", - "2023-06-01-preview", - "2023-03-01-preview", - "2022-12-01", - "2022-11-01-preview", - "2022-05-01-privatepreview", - "2022-05-01-preview", - "2022-03-08-preview", - "2022-01-20-preview", - "2021-06-01-preview", - "2021-06-01" - ] - }, - { - "resourceType": "serverGroupsv2", - "apiVersions": [ - "2023-03-02-preview", - "2022-11-08", - "2020-10-05-privatepreview" - ] - }, - { - "resourceType": "servers", - "apiVersions": [ - "2017-12-01-preview", - "2017-12-01" - ] - }, - { - "resourceType": "servers/advisors", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "servers/keys", - "apiVersions": [ - "2020-01-01-privatepreview", - "2020-01-01-preview", - "2020-01-01" - ] - }, - { - "resourceType": "servers/privateEndpointConnectionProxies", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "servers/privateEndpointConnections", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "servers/privateLinkResources", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "servers/queryTexts", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "servers/recoverableServers", - "apiVersions": [ - "2017-12-01-preview", - "2017-12-01" - ] - }, - { - "resourceType": "servers/resetQueryPerformanceInsightData", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "servers/topQueryStatistics", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "servers/virtualNetworkRules", - "apiVersions": [ - "2017-12-01-preview", - "2017-12-01" - ] - }, - { - "resourceType": "servers/waitStatistics", - "apiVersions": [ - "2018-06-01-privatepreview", - "2018-06-01-preview", - "2018-06-01" - ] - } - ] - }, - { - "namespace": "Microsoft.Dashboard", - "resourceTypes": [ - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-10-01", - "2023-10-01-preview", - "2023-09-01", - "2022-10-01-preview", - "2022-08-01", - "2022-05-01-preview", - "2021-09-01-preview" - ] - }, - { - "resourceType": "grafana", - "apiVersions": [ - "2024-10-01", - "2023-10-01-preview", - "2023-09-01", - "2022-10-01-preview", - "2022-08-01", - "2022-05-01-preview", - "2021-09-01-preview" - ] - }, - { - "resourceType": "grafana/integrationFabrics", - "apiVersions": [ - "2024-10-01", - "2023-10-01-preview" - ] - }, - { - "resourceType": "grafana/managedPrivateEndpoints", - "apiVersions": [ - "2024-10-01", - "2023-10-01-preview", - "2023-09-01", - "2022-10-01-preview" - ] - }, - { - "resourceType": "grafana/privateEndpointConnections", - "apiVersions": [ - "2024-10-01", - "2023-10-01-preview", - "2023-09-01", - "2022-10-01-preview", - "2022-08-01", - "2022-05-01-preview" - ] - }, - { - "resourceType": "grafana/privateLinkResources", - "apiVersions": [ - "2024-10-01", - "2023-10-01-preview", - "2023-09-01", - "2022-10-01-preview", - "2022-08-01", - "2022-05-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-10-01", - "2023-10-01-preview", - "2023-09-01", - "2022-10-01-preview", - "2022-08-01", - "2022-05-01-preview", - "2021-09-01-preview" - ] - }, - { - "resourceType": "locations/checkNameAvailability", - "apiVersions": [ - "2024-10-01", - "2023-10-01-preview", - "2023-09-01", - "2022-10-01-preview", - "2022-08-01", - "2022-05-01-preview", - "2021-09-01-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2024-10-01", - "2023-10-01-preview", - "2023-09-01", - "2022-10-01-preview", - "2022-08-01", - "2022-05-01-preview", - "2021-09-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-10-01", - "2023-10-01-preview", - "2023-09-01", - "2022-10-01-preview", - "2022-08-01", - "2022-05-01-preview", - "2021-09-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.DataBox", - "resourceTypes": [ - { - "resourceType": "jobs", - "apiVersions": [ - "2024-03-01-preview", - "2024-02-01-preview", - "2023-12-01", - "2023-03-01", - "2022-12-01", - "2022-10-01", - "2022-09-01", - "2022-02-01", - "2021-12-01", - "2021-08-01-preview", - "2021-05-01", - "2021-03-01", - "2020-11-01", - "2020-04-01", - "2019-09-01", - "2018-01-01" - ] - }, - { - "resourceType": "jobs/eventGridFilters", - "apiVersions": [ - "2024-03-01-preview", - "2024-02-01-preview", - "2023-12-01", - "2023-03-01", - "2022-12-01", - "2022-10-01", - "2022-09-01" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-03-01-preview", - "2024-02-01-preview", - "2023-12-01", - "2023-03-01", - "2022-12-01", - "2022-10-01", - "2022-09-01", - "2022-02-01", - "2021-12-01", - "2021-08-01-preview", - "2021-05-01", - "2021-03-01", - "2020-11-01", - "2020-04-01", - "2019-09-01", - "2018-01-01" - ] - }, - { - "resourceType": "locations/availableSkus", - "apiVersions": [ - "2024-03-01-preview", - "2024-02-01-preview", - "2023-12-01", - "2023-03-01", - "2022-12-01", - "2022-10-01", - "2022-09-01", - "2022-02-01", - "2021-12-01", - "2021-08-01-preview", - "2021-05-01", - "2021-03-01", - "2020-11-01", - "2020-04-01", - "2019-09-01", - "2018-01-01" - ] - }, - { - "resourceType": "locations/checkNameAvailability", - "apiVersions": [ - "2024-03-01-preview", - "2024-02-01-preview", - "2023-12-01", - "2023-03-01", - "2022-12-01", - "2022-10-01", - "2022-09-01", - "2022-02-01", - "2021-12-01", - "2021-08-01-preview", - "2021-05-01", - "2021-03-01", - "2020-11-01", - "2020-04-01", - "2019-09-01", - "2018-01-01" - ] - }, - { - "resourceType": "locations/operationresults", - "apiVersions": [ - "2024-03-01-preview", - "2024-02-01-preview", - "2023-12-01", - "2023-03-01", - "2022-12-01", - "2022-10-01", - "2022-09-01", - "2022-02-01", - "2021-12-01", - "2021-08-01-preview", - "2021-05-01", - "2021-03-01", - "2020-11-01", - "2020-04-01", - "2019-09-01", - "2018-01-01" - ] - }, - { - "resourceType": "locations/regionConfiguration", - "apiVersions": [ - "2024-03-01-preview", - "2024-02-01-preview", - "2023-12-01", - "2023-03-01", - "2022-12-01", - "2022-10-01", - "2022-09-01", - "2022-02-01", - "2021-12-01", - "2021-08-01-preview", - "2021-05-01", - "2021-03-01", - "2020-11-01", - "2020-04-01", - "2019-09-01", - "2018-01-01" - ] - }, - { - "resourceType": "locations/validateAddress", - "apiVersions": [ - "2024-03-01-preview", - "2024-02-01-preview", - "2023-12-01", - "2023-03-01", - "2022-12-01", - "2022-10-01", - "2022-09-01", - "2022-02-01", - "2021-12-01", - "2021-08-01-preview", - "2021-05-01", - "2021-03-01", - "2020-11-01", - "2020-04-01", - "2019-09-01", - "2018-01-01" - ] - }, - { - "resourceType": "locations/validateInputs", - "apiVersions": [ - "2024-03-01-preview", - "2024-02-01-preview", - "2023-12-01", - "2023-03-01", - "2022-12-01", - "2022-10-01", - "2022-09-01", - "2022-02-01", - "2021-12-01", - "2021-08-01-preview", - "2021-05-01", - "2021-03-01", - "2020-11-01", - "2020-04-01", - "2019-09-01", - "2018-01-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-03-01-preview", - "2024-02-01-preview", - "2023-12-01", - "2023-03-01", - "2022-12-01", - "2022-10-01", - "2022-09-01", - "2022-02-01", - "2021-12-01", - "2021-08-01-preview", - "2021-05-01", - "2021-03-01", - "2020-11-01", - "2020-04-01", - "2019-09-01", - "2018-01-01" - ] - } - ] - }, - { - "namespace": "Microsoft.DataBoxEdge", - "resourceTypes": [ - { - "resourceType": "DataBoxEdgeDevices", - "apiVersions": [ - "2023-07-01", - "2023-02-01", - "2023-01-01-preview", - "2022-12-01-preview", - "2022-04-01-preview", - "2022-03-01", - "2021-06-01-preview", - "2021-06-01", - "2021-02-01-preview", - "2021-02-01", - "2020-12-01", - "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" - ] - }, - { - "resourceType": "DataBoxEdgeDevices/checkNameAvailability", - "apiVersions": [ - "2023-07-01", - "2023-02-01", - "2023-01-01-preview", - "2022-12-01-preview", - "2022-04-01-preview", - "2022-03-01", - "2021-06-01-preview", - "2021-06-01", - "2021-02-01-preview", - "2021-02-01", - "2020-12-01", - "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" - ] - }, - { - "resourceType": "availableSkus", - "apiVersions": [ - "2021-02-01-preview", - "2020-09-01-preview", - "2020-09-01", - "2020-07-01-preview", - "2020-05-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-07-01", - "2023-02-01", - "2023-01-01-preview", - "2022-12-01-preview", - "2022-04-01-preview", - "2022-03-01", - "2021-06-01-preview", - "2021-06-01", - "2021-02-01-preview", - "2021-02-01", - "2020-12-01", - "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" - ] - } - ] - }, - { - "namespace": "Microsoft.DataFactory", - "resourceTypes": [ - { - "resourceType": "CheckNameAvailability", - "apiVersions": [ - "2018-06-01" - ] - }, - { - "resourceType": "factories", - "apiVersions": [ - "2018-06-01", - "2017-09-01-preview" - ] - }, - { - "resourceType": "factories/integrationRuntimes", - "apiVersions": [ - "2018-06-01", - "2017-09-01-preview" - ] - }, - { - "resourceType": "factories/privateEndpointConnectionProxies", - "apiVersions": [ - "2018-06-01", - "2017-09-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2018-06-01", - "2017-09-01-preview" - ] - }, - { - "resourceType": "locations/configureFactoryRepo", - "apiVersions": [ - "2018-06-01", - "2017-09-01-preview" - ] - }, - { - "resourceType": "locations/getFeatureValue", - "apiVersions": [ - "2018-06-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2018-06-01", - "2017-09-01-preview", - "2017-03-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.DataLakeAnalytics", - "resourceTypes": [ - { - "resourceType": "accounts", - "apiVersions": [ - "2019-11-01-preview", - "2016-11-01", - "2015-10-01-preview" - ] - }, - { - "resourceType": "accounts/dataLakeStoreAccounts", - "apiVersions": [ - "2019-11-01-preview", - "2016-11-01", - "2015-10-01-preview" - ] - }, - { - "resourceType": "accounts/storageAccounts", - "apiVersions": [ - "2019-11-01-preview", - "2016-11-01", - "2015-10-01-preview" - ] - }, - { - "resourceType": "accounts/storageAccounts/containers", - "apiVersions": [ - "2019-11-01-preview", - "2016-11-01", - "2015-10-01-preview" - ] - }, - { - "resourceType": "accounts/storageAccounts/containers/listSasTokens", - "apiVersions": [ - "2019-11-01-preview", - "2016-11-01", - "2015-10-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2019-11-01-preview", - "2016-11-01", - "2015-10-01-preview" - ] - }, - { - "resourceType": "locations/capability", - "apiVersions": [ - "2019-11-01-preview", - "2016-11-01", - "2015-10-01-preview" - ] - }, - { - "resourceType": "locations/checkNameAvailability", - "apiVersions": [ - "2019-11-01-preview", - "2016-11-01", - "2015-10-01-preview" - ] - }, - { - "resourceType": "locations/operationresults", - "apiVersions": [ - "2019-11-01-preview", - "2016-11-01", - "2015-10-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2019-11-01-preview", - "2016-11-01", - "2015-10-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.DataLakeStore", - "resourceTypes": [ - { - "resourceType": "locations", - "apiVersions": [ - "2016-11-01", - "2015-10-01-preview" - ] - }, - { - "resourceType": "locations/capability", - "apiVersions": [ - "2016-11-01", - "2015-10-01-preview" - ] - }, - { - "resourceType": "locations/checkNameAvailability", - "apiVersions": [ - "2016-11-01", - "2015-10-01-preview" - ] - }, - { - "resourceType": "locations/deleteVirtualNetworkOrSubnets", - "apiVersions": [ - "2016-11-01", - "2015-10-01-preview" - ] - }, - { - "resourceType": "locations/operationresults", - "apiVersions": [ - "2016-11-01", - "2015-10-01-preview" - ] - }, - { - "resourceType": "locations/usages", - "apiVersions": [ - "2016-11-01", - "2015-10-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2016-11-01", - "2015-10-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.DataMigration", - "resourceTypes": [ - { - "resourceType": "DatabaseMigrations", - "apiVersions": [ - "2023-07-15-preview", - "2022-03-30-preview", - "2022-01-30-preview", - "2021-10-30-preview", - "2020-09-01-preview" - ] - }, - { - "resourceType": "Locations/OperationTypes", - "apiVersions": [ - "2023-07-15-preview", - "2022-03-30-preview", - "2022-01-30-preview", - "2021-10-30-preview", - "2020-09-01-preview" - ] - }, - { - "resourceType": "Locations/sqlMigrationServiceOperationResults", - "apiVersions": [ - "2023-07-15-preview", - "2022-03-30-preview", - "2022-01-30-preview", - "2021-10-30-preview", - "2020-09-01-preview" - ] - }, - { - "resourceType": "SqlMigrationServices", - "apiVersions": [ - "2023-07-15-preview", - "2022-03-30-preview", - "2022-01-30-preview", - "2021-10-30-preview", - "2020-09-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2023-07-15-preview", - "2022-03-30-preview", - "2022-01-30-preview", - "2021-10-30-preview", - "2021-06-30", - "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" - ] - }, - { - "resourceType": "locations/checkNameAvailability", - "apiVersions": [ - "2023-07-15-preview", - "2022-03-30-preview", - "2022-01-30-preview", - "2021-10-30-preview", - "2021-06-30", - "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" - ] - }, - { - "resourceType": "locations/migrationServiceOperationResults", - "apiVersions": [ - "2023-07-15-preview" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2023-07-15-preview", - "2022-03-30-preview", - "2022-01-30-preview", - "2021-10-30-preview", - "2021-06-30", - "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" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2023-07-15-preview", - "2022-03-30-preview", - "2022-01-30-preview", - "2021-10-30-preview", - "2021-06-30", - "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" - ] - }, - { - "resourceType": "migrationServices", - "apiVersions": [ - "2023-07-15-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-07-15-preview", - "2022-03-30-preview", - "2022-01-30-preview", - "2021-10-30-preview", - "2020-09-01-preview" - ] - }, - { - "resourceType": "services", - "apiVersions": [ - "2023-07-15-preview", - "2022-03-30-preview", - "2022-01-30-preview", - "2021-10-30-preview", - "2021-06-30", - "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" - ] - }, - { - "resourceType": "services/projects", - "apiVersions": [ - "2023-07-15-preview", - "2022-03-30-preview", - "2022-01-30-preview", - "2021-10-30-preview", - "2021-06-30", - "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" - ] - } - ] - }, - { - "namespace": "Microsoft.DataProtection", - "resourceTypes": [ - { - "resourceType": "BackupVaults", - "apiVersions": [ - "2024-04-01", - "2024-03-01", - "2024-02-01-preview", - "2023-12-01", - "2023-11-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-05-01", - "2023-04-01-preview", - "2023-01-01", - "2022-12-01", - "2022-11-01-preview", - "2022-10-01-preview", - "2022-09-01-preview", - "2022-05-01", - "2022-04-01", - "2022-03-01", - "2022-02-01-preview", - "2022-01-01", - "2021-12-01-preview", - "2021-10-01-preview", - "2021-07-01", - "2021-06-01-preview", - "2021-02-01-preview", - "2021-01-01", - "2020-01-01-alpha" - ] - }, - { - "resourceType": "ResourceGuards", - "apiVersions": [ - "2024-04-01", - "2024-03-01", - "2024-02-01-preview", - "2023-12-01", - "2023-11-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-05-01", - "2023-04-01-preview", - "2023-01-01", - "2022-12-01", - "2022-11-01-preview", - "2022-10-01-preview", - "2022-09-01-preview", - "2022-05-01", - "2022-04-01", - "2022-03-01", - "2022-02-01-preview", - "2022-01-01", - "2021-12-01-preview", - "2021-10-01-preview", - "2021-07-01", - "2021-02-01-preview" - ] - }, - { - "resourceType": "backupInstances", - "apiVersions": [ - "2024-04-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2022-11-01-preview", - "2022-10-01-preview", - "2022-09-01-preview", - "2022-03-31-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-04-01", - "2024-03-01", - "2024-02-01-preview", - "2023-12-01", - "2023-11-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-05-01", - "2023-04-01-preview", - "2023-01-01", - "2022-12-01", - "2022-11-01-preview", - "2022-10-01-preview", - "2022-09-01-preview", - "2022-05-01", - "2022-04-01", - "2022-03-01", - "2022-02-01-preview", - "2022-01-01", - "2021-12-01-preview", - "2021-10-01-preview", - "2021-07-01", - "2021-06-01-preview", - "2021-02-01-preview", - "2021-01-01", - "2020-01-01-alpha" - ] - }, - { - "resourceType": "locations/checkFeatureSupport", - "apiVersions": [ - "2024-04-01", - "2024-03-01", - "2024-02-01-preview", - "2023-12-01", - "2023-11-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-05-01", - "2023-04-01-preview", - "2023-01-01", - "2022-12-01", - "2022-11-01-preview", - "2022-10-01-preview", - "2022-09-01-preview", - "2022-05-01", - "2022-04-01", - "2022-03-01", - "2022-02-01-preview", - "2022-01-01", - "2021-12-01-preview", - "2021-10-01-preview", - "2021-07-01", - "2021-06-01-preview", - "2021-02-01-preview", - "2021-01-01", - "2020-01-01-alpha" - ] - }, - { - "resourceType": "locations/checkNameAvailability", - "apiVersions": [ - "2024-04-01", - "2024-03-01", - "2024-02-01-preview", - "2023-12-01", - "2023-11-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-05-01", - "2023-04-01-preview", - "2023-01-01", - "2022-12-01", - "2022-11-01-preview", - "2022-10-01-preview", - "2022-09-01-preview", - "2022-05-01", - "2022-04-01", - "2022-03-01", - "2022-02-01-preview", - "2022-01-01", - "2021-12-01-preview", - "2021-10-01-preview", - "2021-07-01", - "2021-06-01-preview", - "2021-02-01-preview", - "2021-01-01", - "2020-01-01-alpha" - ] - }, - { - "resourceType": "locations/crossRegionRestore", - "apiVersions": [ - "2024-04-01", - "2024-03-01", - "2024-02-01-preview", - "2023-12-01", - "2023-11-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview" - ] - }, - { - "resourceType": "locations/fetchCrossRegionRestoreJob", - "apiVersions": [ - "2024-04-01", - "2024-03-01", - "2024-02-01-preview", - "2023-12-01", - "2023-11-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview" - ] - }, - { - "resourceType": "locations/fetchCrossRegionRestoreJobs", - "apiVersions": [ - "2024-04-01", - "2024-03-01", - "2024-02-01-preview", - "2023-12-01", - "2023-11-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview" - ] - }, - { - "resourceType": "locations/fetchSecondaryRecoveryPoints", - "apiVersions": [ - "2024-04-01", - "2024-03-01", - "2024-02-01-preview", - "2023-12-01", - "2023-11-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2024-04-01", - "2024-03-01", - "2024-02-01-preview", - "2023-12-01", - "2023-11-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-05-01", - "2023-04-01-preview", - "2023-01-01", - "2022-12-01", - "2022-11-01-preview", - "2022-10-01-preview", - "2022-09-01-preview", - "2022-05-01", - "2022-04-01", - "2022-03-01", - "2022-02-01-preview", - "2022-01-01", - "2021-12-01-preview", - "2021-10-01-preview", - "2021-07-01", - "2021-06-01-preview", - "2021-02-01-preview", - "2021-01-01", - "2020-01-01-alpha" - ] - }, - { - "resourceType": "locations/operationStatus", - "apiVersions": [ - "2024-04-01", - "2024-03-01", - "2024-02-01-preview", - "2023-12-01", - "2023-11-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-05-01", - "2023-04-01-preview", - "2023-01-01", - "2022-12-01", - "2022-11-01-preview", - "2022-10-01-preview", - "2022-09-01-preview", - "2022-05-01", - "2022-04-01", - "2022-03-01", - "2022-02-01-preview", - "2022-01-01", - "2021-12-01-preview", - "2021-10-01-preview", - "2021-07-01", - "2021-06-01-preview", - "2021-02-01-preview", - "2021-01-01", - "2020-01-01-alpha" - ] - }, - { - "resourceType": "locations/validateCrossRegionRestore", - "apiVersions": [ - "2024-04-01", - "2024-03-01", - "2024-02-01-preview", - "2023-12-01", - "2023-11-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-04-01", - "2024-03-01", - "2024-02-01-preview", - "2023-12-01", - "2023-11-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-05-01", - "2023-04-01-preview", - "2023-01-01", - "2022-12-01", - "2022-11-01-preview", - "2022-10-01-preview", - "2022-09-01-preview", - "2022-05-01", - "2022-04-01", - "2022-03-01", - "2022-02-01-preview", - "2022-01-01", - "2021-12-01-preview", - "2021-10-01-preview", - "2021-07-01", - "2021-06-01-preview", - "2021-02-01-preview", - "2021-01-01", - "2020-01-01-alpha" - ] - } - ] - }, - { - "namespace": "Microsoft.DataReplication", - "resourceTypes": [ - { - "resourceType": "operations", - "apiVersions": [ - "2021-02-16-preview" - ] - }, - { - "resourceType": "replicationFabrics", - "apiVersions": [ - "2021-02-16-preview" - ] - }, - { - "resourceType": "replicationVaults", - "apiVersions": [ - "2021-02-16-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.DataShare", - "resourceTypes": [ - { - "resourceType": "accounts", - "apiVersions": [ - "2021-08-01", - "2020-09-01", - "2019-11-01" - ] - }, - { - "resourceType": "accounts/shares", - "apiVersions": [ - "2021-08-01", - "2020-09-01", - "2019-11-01" - ] - }, - { - "resourceType": "accounts/shares/datasets", - "apiVersions": [ - "2021-08-01", - "2020-09-01", - "2019-11-01" - ] - }, - { - "resourceType": "accounts/shares/invitations", - "apiVersions": [ - "2021-08-01", - "2020-09-01", - "2019-11-01" - ] - }, - { - "resourceType": "accounts/shares/providersharesubscriptions", - "apiVersions": [ - "2021-08-01", - "2020-09-01", - "2019-11-01" - ] - }, - { - "resourceType": "accounts/shares/synchronizationSettings", - "apiVersions": [ - "2021-08-01", - "2020-09-01", - "2019-11-01" - ] - }, - { - "resourceType": "accounts/sharesubscriptions", - "apiVersions": [ - "2021-08-01", - "2020-09-01", - "2019-11-01" - ] - }, - { - "resourceType": "accounts/sharesubscriptions/consumerSourceDataSets", - "apiVersions": [ - "2021-08-01", - "2020-09-01", - "2019-11-01" - ] - }, - { - "resourceType": "accounts/sharesubscriptions/datasetmappings", - "apiVersions": [ - "2021-08-01", - "2020-09-01", - "2019-11-01" - ] - }, - { - "resourceType": "accounts/sharesubscriptions/triggers", - "apiVersions": [ - "2021-08-01", - "2020-09-01", - "2019-11-01" - ] - }, - { - "resourceType": "listinvitations", - "apiVersions": [ - "2018-11-01-alpha" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2021-08-01", - "2020-10-01-preview", - "2020-09-01", - "2019-11-01" - ] - }, - { - "resourceType": "locations/activateEmail", - "apiVersions": [ - "2018-11-01-alpha" - ] - }, - { - "resourceType": "locations/consumerInvitations", - "apiVersions": [ - "2018-11-01-alpha" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2021-08-01", - "2020-09-01", - "2019-11-01" - ] - }, - { - "resourceType": "locations/registerEmail", - "apiVersions": [ - "2018-11-01-alpha" - ] - }, - { - "resourceType": "locations/rejectInvitation", - "apiVersions": [ - "2018-11-01-alpha" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2021-08-01", - "2020-10-01-preview", - "2020-09-01", - "2019-11-01" - ] - } - ] - }, - { - "namespace": "Microsoft.DatabaseFleetManager", - "resourceTypes": [ - { - "resourceType": "fleets", - "apiVersions": [ - "2023-08-01-preview", - "2021-05-01-preview" - ] - }, - { - "resourceType": "fleets/authorizedPrincipals", - "apiVersions": [ - "2023-08-01-preview", - "2021-05-01-preview" - ] - }, - { - "resourceType": "fleets/firewallRules", - "apiVersions": [ - "2023-08-01-preview", - "2021-05-01-preview" - ] - }, - { - "resourceType": "fleets/fleetspaces", - "apiVersions": [ - "2023-08-01-preview", - "2021-05-01-preview" - ] - }, - { - "resourceType": "fleets/fleetspaces/databases", - "apiVersions": [ - "2023-08-01-preview", - "2021-05-01-preview" - ] - }, - { - "resourceType": "fleets/tiers", - "apiVersions": [ - "2023-08-01-preview", - "2021-05-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2023-08-01-preview", - "2021-05-01-preview" - ] - }, - { - "resourceType": "locations/operationTypes", - "apiVersions": [ - "2023-08-01-preview", - "2021-05-01-preview" - ] - }, - { - "resourceType": "locations/operationTypes/operationResults", - "apiVersions": [ - "2023-08-01-preview", - "2021-05-01-preview" - ] - }, - { - "resourceType": "locations/routedOperationResults", - "apiVersions": [ - "2023-08-01-preview", - "2021-05-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-08-01-preview", - "2021-05-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.DatabaseWatcher", - "resourceTypes": [ - { - "resourceType": "locations", - "apiVersions": [ - "2024-10-01-preview", - "2024-07-19-preview", - "2023-09-01-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2024-07-19-preview", - "2023-09-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-10-01-preview", - "2024-07-19-preview", - "2023-09-01-preview" - ] - }, - { - "resourceType": "watchers", - "apiVersions": [ - "2024-07-19-preview", - "2023-09-01-preview" - ] - }, - { - "resourceType": "watchers/alertRuleResources", - "apiVersions": [ - "2024-07-19-preview" - ] - }, - { - "resourceType": "watchers/sharedPrivateLinkResources", - "apiVersions": [ - "2024-07-19-preview", - "2023-09-01-preview" - ] - }, - { - "resourceType": "watchers/targets", - "apiVersions": [ - "2024-07-19-preview", - "2023-09-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Databricks", - "resourceTypes": [ - { - "resourceType": "accessConnectors", - "apiVersions": [ - "2024-09-01-preview", - "2024-05-01", - "2023-05-01", - "2022-10-01-preview", - "2022-04-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-09-01-preview", - "2024-05-01", - "2024-02-01-preview", - "2023-09-15-preview", - "2023-02-01", - "2022-04-01-preview", - "2021-04-01-preview", - "2018-04-01", - "2018-03-15", - "2018-03-01" - ] - }, - { - "resourceType": "locations/getNetworkPolicies", - "apiVersions": [ - "2024-09-01-preview", - "2024-05-01", - "2024-02-01-preview", - "2023-09-15-preview", - "2023-02-01", - "2022-04-01-preview", - "2021-04-01-preview", - "2018-04-01" - ] - }, - { - "resourceType": "locations/operationstatuses", - "apiVersions": [ - "2024-09-01-preview", - "2024-05-01", - "2024-02-01-preview", - "2023-09-15-preview", - "2023-02-01", - "2022-04-01-preview", - "2021-04-01-preview", - "2018-04-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-09-01-preview", - "2024-05-01", - "2024-02-01-preview", - "2023-09-15-preview", - "2023-02-01", - "2022-04-01-preview", - "2021-04-01-preview", - "2018-04-01", - "2018-03-15", - "2018-03-01" - ] - }, - { - "resourceType": "workspaces", - "apiVersions": [ - "2024-09-01-preview", - "2024-05-01", - "2024-02-01-preview", - "2023-09-15-preview", - "2023-02-01", - "2022-04-01-preview", - "2021-04-01-preview", - "2018-04-01" - ] - }, - { - "resourceType": "workspaces/dbWorkspaces", - "apiVersions": [ - "2018-04-01" - ] - }, - { - "resourceType": "workspaces/virtualNetworkPeerings", - "apiVersions": [ - "2024-09-01-preview", - "2024-05-01", - "2024-02-01-preview", - "2023-09-15-preview", - "2023-02-01", - "2022-04-01-preview", - "2021-04-01-preview", - "2018-04-01" - ] - } - ] - }, - { - "namespace": "Microsoft.Datadog", - "resourceTypes": [ - { - "resourceType": "agreements", - "apiVersions": [ - "2023-10-20", - "2023-07-07", - "2023-01-01", - "2022-08-01", - "2022-06-01", - "2021-03-01", - "2020-02-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2023-10-20", - "2023-07-07", - "2023-01-01", - "2022-08-01", - "2022-06-01", - "2021-03-01", - "2020-02-01-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2023-10-20", - "2023-07-07", - "2023-01-01", - "2022-08-01", - "2022-06-01", - "2021-03-01", - "2020-02-01-preview" - ] - }, - { - "resourceType": "monitoredSubscriptions", - "apiVersions": [ - "2023-01-01", - "2022-08-01", - "2022-06-01", - "2021-03-01", - "2020-02-01-preview" - ] - }, - { - "resourceType": "monitors", - "apiVersions": [ - "2023-10-20", - "2023-07-07", - "2023-01-01", - "2022-08-01", - "2022-06-01", - "2021-03-01", - "2020-02-01-preview" - ] - }, - { - "resourceType": "monitors/getDefaultKey", - "apiVersions": [ - "2023-10-20", - "2023-07-07", - "2023-01-01", - "2022-08-01", - "2022-06-01", - "2021-03-01", - "2020-02-01-preview" - ] - }, - { - "resourceType": "monitors/listApiKeys", - "apiVersions": [ - "2023-10-20", - "2023-07-07", - "2023-01-01", - "2022-08-01", - "2022-06-01", - "2021-03-01", - "2020-02-01-preview" - ] - }, - { - "resourceType": "monitors/listHosts", - "apiVersions": [ - "2023-10-20", - "2023-07-07", - "2023-01-01", - "2022-08-01", - "2022-06-01", - "2021-03-01", - "2020-02-01-preview" - ] - }, - { - "resourceType": "monitors/listLinkedResources", - "apiVersions": [ - "2023-10-20", - "2023-07-07", - "2023-01-01", - "2022-08-01", - "2022-06-01", - "2021-03-01", - "2020-02-01-preview" - ] - }, - { - "resourceType": "monitors/listMonitoredResources", - "apiVersions": [ - "2023-10-20", - "2023-07-07", - "2023-01-01", - "2022-08-01", - "2022-06-01", - "2021-03-01", - "2020-02-01-preview" - ] - }, - { - "resourceType": "monitors/monitoredSubscriptions", - "apiVersions": [ - "2023-10-20", - "2023-07-07", - "2023-01-01", - "2022-08-01", - "2022-06-01", - "2021-03-01", - "2020-02-01-preview" - ] - }, - { - "resourceType": "monitors/refreshSetPasswordLink", - "apiVersions": [ - "2023-10-20", - "2023-07-07", - "2023-01-01", - "2022-08-01", - "2022-06-01", - "2021-03-01", - "2020-02-01-preview" - ] - }, - { - "resourceType": "monitors/setDefaultKey", - "apiVersions": [ - "2023-10-20", - "2023-07-07", - "2023-01-01", - "2022-08-01", - "2022-06-01", - "2021-03-01", - "2020-02-01-preview" - ] - }, - { - "resourceType": "monitors/singleSignOnConfigurations", - "apiVersions": [ - "2023-10-20", - "2023-07-07", - "2023-01-01", - "2022-08-01", - "2022-06-01", - "2021-03-01", - "2020-02-01-preview" - ] - }, - { - "resourceType": "monitors/tagRules", - "apiVersions": [ - "2023-10-20", - "2023-07-07", - "2023-01-01", - "2022-08-01", - "2022-06-01", - "2021-03-01", - "2020-02-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-10-20", - "2023-07-07", - "2023-01-01", - "2022-08-01", - "2022-06-01", - "2021-03-01", - "2020-02-01-preview" - ] - }, - { - "resourceType": "registeredSubscriptions", - "apiVersions": [ - "2023-10-20", - "2023-07-07", - "2023-01-01", - "2022-08-01", - "2022-06-01", - "2021-03-01", - "2020-02-01-preview" - ] - }, - { - "resourceType": "subscriptionStatuses", - "apiVersions": [ - "2023-10-20", - "2023-07-07", - "2023-01-01" - ] - } - ] - }, - { - "namespace": "Microsoft.DelegatedNetwork", - "resourceTypes": [ - { - "resourceType": "controller", - "apiVersions": [ - "2023-06-27-preview", - "2023-05-18-preview", - "2021-03-15", - "2020-08-08-preview" - ] - }, - { - "resourceType": "delegatedSubnets", - "apiVersions": [ - "2023-06-27-preview", - "2023-05-18-preview", - "2021-03-15", - "2020-08-08-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-06-27-preview", - "2023-05-18-preview", - "2021-03-15", - "2020-08-08-preview" - ] - }, - { - "resourceType": "orchestrators", - "apiVersions": [ - "2023-06-27-preview", - "2023-05-18-preview", - "2021-03-15", - "2020-08-08-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.DependencyMap", - "resourceTypes": [ - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2024-06-01-preview" - ] - }, - { - "resourceType": "maps", - "apiVersions": [ - "2024-06-01-preview" - ] - }, - { - "resourceType": "maps/discoverySources", - "apiVersions": [ - "2024-06-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.DesktopVirtualization", - "resourceTypes": [ - { - "resourceType": "appattachpackages", - "apiVersions": [ - "2024-08-08-preview", - "2024-04-08-preview", - "2024-04-03", - "2024-03-06-preview", - "2024-01-16-preview", - "2023-12-25-privatepreview", - "2023-11-29-privatepreview", - "2023-11-01-preview", - "2023-10-09-privatepreview", - "2023-10-04-preview", - "2023-09-05", - "2023-07-07-preview", - "2023-03-21-privatepreview", - "2023-03-03-privatepreview", - "2022-12-09-privatepreview", - "2022-10-14-preview", - "2022-09-09", - "2022-09-01-privatepreview" - ] - }, - { - "resourceType": "applicationgroups", - "apiVersions": [ - "2024-08-08-preview", - "2024-04-08-preview", - "2024-04-03", - "2024-03-06-preview", - "2024-01-16-preview", - "2023-12-25-privatepreview", - "2023-11-29-privatepreview", - "2023-11-01-preview", - "2023-10-09-privatepreview", - "2023-10-04-preview", - "2023-09-05", - "2023-07-07-preview", - "2023-03-21-privatepreview", - "2023-03-03-privatepreview", - "2022-12-09-privatepreview", - "2022-10-14-preview", - "2022-09-09", - "2022-09-01-privatepreview", - "2022-08-09-privatepreview", - "2022-04-01-preview", - "2022-02-10-preview", - "2022-01-12-privatepreview", - "2021-09-03-preview", - "2021-07-12", - "2021-05-13-preview", - "2021-04-01-preview", - "2021-03-09-preview", - "2021-02-01-preview", - "2021-01-14-preview", - "2020-11-10-preview", - "2020-11-02-preview", - "2020-10-19-preview", - "2020-09-21-preview", - "2019-12-10-preview", - "2019-09-24-preview", - "2019-01-23-preview" - ] - }, - { - "resourceType": "applicationgroups/applications", - "apiVersions": [ - "2024-08-08-preview", - "2024-04-08-preview", - "2024-04-03", - "2024-03-06-preview", - "2024-01-16-preview", - "2023-12-25-privatepreview", - "2023-11-29-privatepreview", - "2023-11-01-preview", - "2023-10-09-privatepreview", - "2023-10-04-preview", - "2023-09-05", - "2023-07-07-preview", - "2023-03-21-privatepreview", - "2023-03-03-privatepreview", - "2022-12-09-privatepreview", - "2022-10-14-preview", - "2022-09-09", - "2022-09-01-privatepreview", - "2022-08-09-privatepreview", - "2022-04-01-preview", - "2022-02-10-preview", - "2022-01-12-privatepreview", - "2021-09-03-preview", - "2021-07-12", - "2021-05-13-preview", - "2021-04-01-preview", - "2021-03-09-preview", - "2021-02-01-preview", - "2021-01-14-preview", - "2020-11-10-preview", - "2020-11-02-preview", - "2020-10-19-preview", - "2020-09-21-preview", - "2019-12-10-preview", - "2019-09-24-preview", - "2019-01-23-preview" - ] - }, - { - "resourceType": "applicationgroups/desktops", - "apiVersions": [ - "2024-08-08-preview", - "2024-04-08-preview", - "2024-04-03", - "2024-03-06-preview", - "2024-01-16-preview", - "2023-12-25-privatepreview", - "2023-11-29-privatepreview", - "2023-11-01-preview", - "2023-10-09-privatepreview", - "2023-10-04-preview", - "2023-09-05", - "2023-07-07-preview", - "2023-03-21-privatepreview", - "2023-03-03-privatepreview", - "2022-12-09-privatepreview", - "2022-10-14-preview", - "2022-09-09", - "2022-09-01-privatepreview", - "2022-08-09-privatepreview", - "2022-04-01-preview", - "2022-02-10-preview", - "2022-01-12-privatepreview", - "2021-09-03-preview", - "2021-07-12", - "2021-05-13-preview", - "2021-04-01-preview", - "2021-03-09-preview", - "2021-02-01-preview", - "2021-01-14-preview", - "2020-11-10-preview", - "2020-11-02-preview", - "2020-10-19-preview", - "2020-09-21-preview", - "2019-12-10-preview", - "2019-09-24-preview", - "2019-01-23-preview" - ] - }, - { - "resourceType": "applicationgroups/startmenuitems", - "apiVersions": [ - "2024-08-08-preview", - "2024-04-08-preview", - "2024-04-03", - "2024-03-06-preview", - "2024-01-16-preview", - "2023-12-25-privatepreview", - "2023-11-29-privatepreview", - "2023-11-01-preview", - "2023-10-09-privatepreview", - "2023-10-04-preview", - "2023-09-05", - "2023-07-07-preview", - "2023-03-21-privatepreview", - "2023-03-03-privatepreview", - "2022-12-09-privatepreview", - "2022-10-14-preview", - "2022-09-09", - "2022-09-01-privatepreview", - "2022-08-09-privatepreview", - "2022-04-01-preview", - "2022-02-10-preview", - "2022-01-12-privatepreview", - "2021-09-03-preview", - "2021-07-12", - "2021-05-13-preview", - "2021-04-01-preview", - "2021-03-09-preview", - "2021-02-01-preview", - "2021-01-14-preview", - "2020-11-10-preview", - "2020-11-02-preview", - "2020-10-19-preview", - "2020-09-21-preview", - "2019-12-10-preview", - "2019-09-24-preview", - "2019-01-23-preview" - ] - }, - { - "resourceType": "connectionpolicies", - "apiVersions": [ - "2023-10-09-privatepreview" - ] - }, - { - "resourceType": "hostpools", - "apiVersions": [ - "2024-08-08-preview", - "2024-04-08-preview", - "2024-04-03", - "2024-03-06-preview", - "2024-01-16-preview", - "2023-12-25-privatepreview", - "2023-11-29-privatepreview", - "2023-11-01-preview", - "2023-10-09-privatepreview", - "2023-10-04-preview", - "2023-09-05", - "2023-07-07-preview", - "2023-03-21-privatepreview", - "2023-03-03-privatepreview", - "2022-12-09-privatepreview", - "2022-10-14-preview", - "2022-09-09", - "2022-09-01-privatepreview", - "2022-08-09-privatepreview", - "2022-04-01-preview", - "2022-02-10-preview", - "2022-01-12-privatepreview", - "2021-09-03-preview", - "2021-07-12", - "2021-05-13-preview", - "2021-04-01-preview", - "2021-03-09-preview", - "2021-02-01-preview", - "2021-01-14-preview", - "2020-11-10-preview", - "2020-11-02-preview", - "2020-10-19-preview", - "2020-09-21-preview", - "2019-12-10-preview", - "2019-09-24-preview", - "2019-01-23-preview" - ] - }, - { - "resourceType": "hostpools/msixpackages", - "apiVersions": [ - "2024-08-08-preview", - "2024-04-08-preview", - "2024-04-03", - "2024-03-06-preview", - "2024-01-16-preview", - "2023-12-25-privatepreview", - "2023-11-29-privatepreview", - "2023-11-01-preview", - "2023-10-09-privatepreview", - "2023-10-04-preview", - "2023-09-05", - "2023-07-07-preview", - "2023-03-21-privatepreview", - "2023-03-03-privatepreview", - "2022-12-09-privatepreview", - "2022-10-14-preview", - "2022-09-09", - "2022-09-01-privatepreview", - "2022-08-09-privatepreview", - "2022-04-01-preview", - "2022-02-10-preview", - "2022-01-12-privatepreview", - "2021-09-03-preview", - "2021-07-12", - "2021-05-13-preview", - "2021-04-01-preview", - "2021-03-09-preview", - "2021-02-01-preview", - "2021-01-14-preview", - "2020-11-10-preview", - "2020-11-02-preview", - "2020-10-19-preview", - "2020-09-21-preview", - "2019-12-10-preview", - "2019-09-24-preview", - "2019-01-23-preview" - ] - }, - { - "resourceType": "hostpools/sessionhosts", - "apiVersions": [ - "2024-08-08-preview", - "2024-04-08-preview", - "2024-04-03", - "2024-03-06-preview", - "2024-01-16-preview", - "2023-12-25-privatepreview", - "2023-11-29-privatepreview", - "2023-11-01-preview", - "2023-10-09-privatepreview", - "2023-10-04-preview", - "2023-09-05", - "2023-07-07-preview", - "2023-03-21-privatepreview", - "2023-03-03-privatepreview", - "2022-12-09-privatepreview", - "2022-10-14-preview", - "2022-09-09", - "2022-09-01-privatepreview", - "2022-08-09-privatepreview", - "2022-04-01-preview", - "2022-02-10-preview", - "2022-01-12-privatepreview", - "2021-09-03-preview", - "2021-07-12", - "2021-05-13-preview", - "2021-04-01-preview", - "2021-03-09-preview", - "2021-02-01-preview", - "2021-01-14-preview", - "2020-11-10-preview", - "2020-11-02-preview", - "2020-10-19-preview", - "2020-09-21-preview", - "2019-12-10-preview", - "2019-09-24-preview", - "2019-01-23-preview" - ] - }, - { - "resourceType": "hostpools/sessionhosts/usersessions", - "apiVersions": [ - "2024-08-08-preview", - "2024-04-08-preview", - "2024-04-03", - "2024-03-06-preview", - "2024-01-16-preview", - "2023-12-25-privatepreview", - "2023-11-29-privatepreview", - "2023-11-01-preview", - "2023-10-09-privatepreview", - "2023-10-04-preview", - "2023-09-05", - "2023-07-07-preview", - "2023-03-21-privatepreview", - "2023-03-03-privatepreview", - "2022-12-09-privatepreview", - "2022-10-14-preview", - "2022-09-09", - "2022-09-01-privatepreview", - "2022-08-09-privatepreview", - "2022-04-01-preview", - "2022-02-10-preview", - "2022-01-12-privatepreview", - "2021-09-03-preview", - "2021-07-12", - "2021-05-13-preview", - "2021-04-01-preview", - "2021-03-09-preview", - "2021-02-01-preview", - "2021-01-14-preview", - "2020-11-10-preview", - "2020-11-02-preview", - "2020-10-19-preview", - "2020-09-21-preview", - "2019-12-10-preview", - "2019-09-24-preview", - "2019-01-23-preview" - ] - }, - { - "resourceType": "hostpools/usersessions", - "apiVersions": [ - "2024-08-08-preview", - "2024-04-08-preview", - "2024-04-03", - "2024-03-06-preview", - "2024-01-16-preview", - "2023-12-25-privatepreview", - "2023-11-29-privatepreview", - "2023-11-01-preview", - "2023-10-09-privatepreview", - "2023-10-04-preview", - "2023-09-05", - "2023-07-07-preview", - "2023-03-21-privatepreview", - "2023-03-03-privatepreview", - "2022-12-09-privatepreview", - "2022-10-14-preview", - "2022-09-09", - "2022-09-01-privatepreview", - "2022-08-09-privatepreview", - "2022-04-01-preview", - "2022-02-10-preview", - "2022-01-12-privatepreview", - "2021-09-03-preview", - "2021-07-12", - "2021-05-13-preview", - "2021-04-01-preview", - "2021-03-09-preview", - "2021-02-01-preview", - "2021-01-14-preview", - "2020-11-10-preview", - "2020-11-02-preview", - "2020-10-19-preview", - "2020-09-21-preview", - "2019-12-10-preview", - "2019-09-24-preview", - "2019-01-23-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-09-10", - "2024-09-01-privatepreview", - "2024-08-08-preview", - "2024-07-15-privatepreview", - "2024-04-08-preview", - "2024-04-03", - "2024-03-06-preview", - "2024-01-16-preview", - "2023-12-25-privatepreview", - "2023-11-29-privatepreview", - "2023-11-01-preview", - "2023-10-09-privatepreview", - "2023-10-04-preview", - "2023-09-05", - "2023-07-07-preview", - "2023-05-18-privatepreview", - "2023-05-15-privatepreview", - "2023-04-06-preview", - "2023-03-30-privatepreview", - "2023-03-21-privatepreview", - "2023-03-03-privatepreview", - "2023-01-30-preview", - "2023-01-28-privatepreview", - "2022-12-09-privatepreview", - "2022-10-14-preview", - "2022-09-09", - "2022-09-01-privatepreview", - "2022-08-09-privatepreview", - "2022-07-05-preview", - "2022-04-01-preview", - "2022-02-10-preview", - "2022-01-12-privatepreview", - "2021-09-17-privatepreview", - "2021-09-03-preview", - "2021-08-04-preview", - "2021-07-12", - "2021-05-13-preview", - "2021-04-01-preview", - "2021-03-09-preview", - "2021-02-01-preview", - "2021-01-14-preview", - "2020-11-10-preview", - "2020-11-02-preview", - "2020-10-19-preview", - "2020-09-21-preview", - "2019-12-10-preview", - "2019-09-24-preview", - "2019-01-23-preview" - ] - }, - { - "resourceType": "scalingplans", - "apiVersions": [ - "2024-08-08-preview", - "2024-04-08-preview", - "2024-04-03", - "2024-03-06-preview", - "2024-01-16-preview", - "2023-12-25-privatepreview", - "2023-11-29-privatepreview", - "2023-11-01-preview", - "2023-10-09-privatepreview", - "2023-10-04-preview", - "2023-09-05", - "2023-07-07-preview", - "2023-03-21-privatepreview", - "2023-03-03-privatepreview", - "2022-12-09-privatepreview", - "2022-10-14-preview", - "2022-09-09", - "2022-09-01-privatepreview", - "2022-08-09-privatepreview", - "2022-04-01-preview", - "2022-02-10-preview", - "2022-01-12-privatepreview", - "2021-09-03-preview", - "2021-07-12", - "2021-05-13-preview", - "2021-04-01-preview", - "2021-03-09-preview", - "2021-02-01-preview", - "2021-01-14-preview", - "2020-11-10-preview", - "2020-11-02-preview", - "2020-10-19-preview", - "2020-09-21-preview", - "2019-12-10-preview", - "2019-09-24-preview", - "2019-01-23-preview" - ] - }, - { - "resourceType": "workspaces", - "apiVersions": [ - "2024-08-08-preview", - "2024-04-08-preview", - "2024-04-03", - "2024-03-06-preview", - "2024-01-16-preview", - "2023-12-25-privatepreview", - "2023-11-29-privatepreview", - "2023-11-01-preview", - "2023-10-09-privatepreview", - "2023-10-04-preview", - "2023-09-05", - "2023-07-07-preview", - "2023-03-21-privatepreview", - "2023-03-03-privatepreview", - "2022-12-09-privatepreview", - "2022-10-14-preview", - "2022-09-09", - "2022-09-01-privatepreview", - "2022-08-09-privatepreview", - "2022-04-01-preview", - "2022-02-10-preview", - "2022-01-12-privatepreview", - "2021-09-03-preview", - "2021-07-12", - "2021-05-13-preview", - "2021-04-01-preview", - "2021-03-09-preview", - "2021-02-01-preview", - "2021-01-14-preview", - "2020-11-10-preview", - "2020-11-02-preview", - "2020-10-19-preview", - "2020-09-21-preview", - "2019-12-10-preview", - "2019-09-24-preview", - "2019-01-23-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.DevCenter", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01", - "2023-01-01-preview", - "2022-11-11-preview", - "2022-10-12-preview", - "2022-09-01-preview", - "2022-08-01-preview" - ] - }, - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01", - "2023-01-01-preview", - "2022-11-11-preview", - "2022-10-12-preview", - "2022-09-01-preview", - "2022-08-01-preview" - ] - }, - { - "resourceType": "Locations/usages", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01" - ] - }, - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01", - "2023-01-01-preview", - "2022-11-11-preview" - ] - }, - { - "resourceType": "checkScopedNameAvailability", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2023-11-01-preview" - ] - }, - { - "resourceType": "devcenters", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01", - "2023-01-01-preview", - "2022-11-11-preview", - "2022-10-12-preview", - "2022-09-01-preview", - "2022-08-01-preview" - ] - }, - { - "resourceType": "devcenters/attachednetworks", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01", - "2023-01-01-preview", - "2022-11-11-preview", - "2022-10-12-preview", - "2022-09-01-preview", - "2022-08-01-preview" - ] - }, - { - "resourceType": "devcenters/catalogs", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01", - "2023-01-01-preview", - "2022-11-11-preview", - "2022-10-12-preview", - "2022-09-01-preview", - "2022-08-01-preview" - ] - }, - { - "resourceType": "devcenters/catalogs/devboxdefinitions", - "apiVersions": [ - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-06-01-preview" - ] - }, - { - "resourceType": "devcenters/catalogs/environmentDefinitions", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview" - ] - }, - { - "resourceType": "devcenters/catalogs/tasks", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-05-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview" - ] - }, - { - "resourceType": "devcenters/curationprofiles", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview" - ] - }, - { - "resourceType": "devcenters/devboxdefinitions", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01", - "2023-01-01-preview", - "2022-11-11-preview", - "2022-10-12-preview", - "2022-09-01-preview", - "2022-08-01-preview" - ] - }, - { - "resourceType": "devcenters/environmentTypes", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01", - "2023-01-01-preview", - "2022-11-11-preview", - "2022-10-12-preview", - "2022-09-01-preview", - "2022-08-01-preview" - ] - }, - { - "resourceType": "devcenters/galleries", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01", - "2023-01-01-preview", - "2022-11-11-preview", - "2022-10-12-preview", - "2022-09-01-preview", - "2022-08-01-preview" - ] - }, - { - "resourceType": "devcenters/galleries/images", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01", - "2023-01-01-preview", - "2022-11-11-preview", - "2022-10-12-preview", - "2022-09-01-preview", - "2022-08-01-preview" - ] - }, - { - "resourceType": "devcenters/galleries/images/versions", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01", - "2023-01-01-preview", - "2022-11-11-preview", - "2022-10-12-preview", - "2022-09-01-preview", - "2022-08-01-preview" - ] - }, - { - "resourceType": "devcenters/images", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01", - "2023-01-01-preview", - "2022-11-11-preview", - "2022-10-12-preview", - "2022-09-01-preview", - "2022-08-01-preview" - ] - }, - { - "resourceType": "networkconnections", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01", - "2023-01-01-preview", - "2022-11-11-preview", - "2022-10-12-preview", - "2022-09-01-preview", - "2022-08-01-preview" - ] - }, - { - "resourceType": "networkconnections/healthchecks", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01", - "2023-01-01-preview", - "2022-11-11-preview", - "2022-10-12-preview", - "2022-09-01-preview", - "2022-08-01-preview" - ] - }, - { - "resourceType": "networkconnections/outboundNetworkDependenciesEndpoints", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01", - "2023-01-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01", - "2023-01-01-preview", - "2022-11-11-preview", - "2022-10-12-preview", - "2022-09-01-preview", - "2022-08-01-preview" - ] - }, - { - "resourceType": "projects", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01", - "2023-01-01-preview", - "2022-11-11-preview", - "2022-10-12-preview", - "2022-09-01-preview", - "2022-08-01-preview" - ] - }, - { - "resourceType": "projects/allowedEnvironmentTypes", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01", - "2023-01-01-preview", - "2022-11-11-preview", - "2022-10-12-preview", - "2022-09-01-preview" - ] - }, - { - "resourceType": "projects/attachednetworks", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01", - "2023-01-01-preview", - "2022-11-11-preview", - "2022-10-12-preview", - "2022-09-01-preview", - "2022-08-01-preview" - ] - }, - { - "resourceType": "projects/catalogs", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2023-11-01-preview" - ] - }, - { - "resourceType": "projects/catalogs/environmentDefinitions", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2023-11-01-preview" - ] - }, - { - "resourceType": "projects/catalogs/imagedefinitions", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-06-01-preview" - ] - }, - { - "resourceType": "projects/catalogs/imagedefinitions/builds", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview" - ] - }, - { - "resourceType": "projects/devboxdefinitions", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01", - "2023-01-01-preview", - "2022-11-11-preview", - "2022-10-12-preview", - "2022-09-01-preview", - "2022-08-01-preview" - ] - }, - { - "resourceType": "projects/environmentTypes", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01", - "2023-01-01-preview", - "2022-11-11-preview", - "2022-10-12-preview", - "2022-09-01-preview", - "2022-08-01-preview" - ] - }, - { - "resourceType": "projects/images", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-06-01-preview" - ] - }, - { - "resourceType": "projects/images/versions", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-06-01-preview" - ] - }, - { - "resourceType": "projects/listskus", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-06-01-preview" - ] - }, - { - "resourceType": "projects/pools", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01", - "2023-01-01-preview", - "2022-11-11-preview", - "2022-10-12-preview", - "2022-09-01-preview", - "2022-08-01-preview" - ] - }, - { - "resourceType": "projects/pools/schedules", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-02-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01", - "2023-01-01-preview", - "2022-11-11-preview", - "2022-10-12-preview", - "2022-09-01-preview", - "2022-08-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.DevHub", - "resourceTypes": [ - { - "resourceType": "iacProfiles", - "apiVersions": [ - "2024-05-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01", - "2022-10-11-preview", - "2022-04-01-preview" - ] - }, - { - "resourceType": "locations/generatePreviewArtifacts", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01", - "2022-10-11-preview" - ] - }, - { - "resourceType": "locations/githuboauth", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01", - "2022-10-11-preview", - "2022-04-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01", - "2022-10-11-preview", - "2022-04-01-preview" - ] - }, - { - "resourceType": "workflows", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01", - "2022-10-11-preview", - "2022-04-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.DevOpsInfrastructure", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2024-10-19", - "2024-04-04-preview", - "2024-03-26-preview", - "2023-12-13-preview", - "2023-10-30-preview" - ] - }, - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2024-10-19", - "2024-04-04-preview", - "2024-03-26-preview", - "2023-12-13-preview", - "2023-10-30-preview" - ] - }, - { - "resourceType": "Locations/Skus", - "apiVersions": [ - "2024-10-19", - "2024-04-04-preview", - "2024-03-26-preview" - ] - }, - { - "resourceType": "Locations/Usages", - "apiVersions": [ - "2024-04-04-preview" - ] - }, - { - "resourceType": "Operations", - "apiVersions": [ - "2024-10-19", - "2024-04-04-preview", - "2024-03-26-preview", - "2023-12-13-preview", - "2023-10-30-preview" - ] - }, - { - "resourceType": "Resources", - "apiVersions": [ - "2024-03-26-preview" - ] - }, - { - "resourceType": "Skus", - "apiVersions": [ - "2024-03-26-preview" - ] - }, - { - "resourceType": "images", - "apiVersions": [ - "2024-10-19", - "2024-04-04-preview" - ] - }, - { - "resourceType": "images/versions", - "apiVersions": [ - "2024-10-19", - "2024-04-04-preview" - ] - }, - { - "resourceType": "pools", - "apiVersions": [ - "2024-10-19", - "2024-04-04-preview", - "2024-03-26-preview", - "2023-12-13-preview", - "2023-10-30-preview" - ] - }, - { - "resourceType": "pools/Resources", - "apiVersions": [ - "2024-10-19", - "2024-04-04-preview", - "2024-03-26-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.DevTestLab", - "resourceTypes": [ - { - "resourceType": "labs", - "apiVersions": [ - "2018-10-15-preview", - "2018-09-15", - "2017-04-26-preview", - "2016-05-15", - "2015-05-21-preview" - ] - }, - { - "resourceType": "labs/environments", - "apiVersions": [ - "2015-05-21-preview" - ] - }, - { - "resourceType": "labs/serviceRunners", - "apiVersions": [ - "2018-10-15-preview", - "2018-09-15", - "2017-04-26-preview", - "2016-05-15" - ] - }, - { - "resourceType": "labs/virtualMachines", - "apiVersions": [ - "2018-10-15-preview", - "2018-09-15", - "2017-04-26-preview", - "2016-05-15", - "2015-05-21-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2018-10-15-preview", - "2018-09-15", - "2017-04-26-preview", - "2016-05-15", - "2015-05-21-preview" - ] - }, - { - "resourceType": "locations/operations", - "apiVersions": [ - "2018-10-15-preview", - "2018-09-15", - "2017-04-26-preview", - "2016-05-15", - "2015-05-21-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2018-10-15-preview", - "2018-09-15", - "2017-04-26-preview", - "2016-05-15", - "2015-05-21-preview" - ] - }, - { - "resourceType": "schedules", - "apiVersions": [ - "2018-10-15-preview", - "2018-09-15", - "2017-04-26-preview", - "2016-05-15", - "2015-05-21-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.DeviceOnboarding", - "resourceTypes": [ - { - "resourceType": "deviceStates", - "apiVersions": [ - "2024-11-01-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2024-11-01-preview" - ] - }, - { - "resourceType": "onboardingServices", - "apiVersions": [ - "2024-11-01-preview" - ] - }, - { - "resourceType": "onboardingServices/policies", - "apiVersions": [ - "2024-11-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.DeviceRegistry", - "resourceTypes": [ - { - "resourceType": "assetEndpointProfiles", - "apiVersions": [ - "2024-11-01", - "2024-09-01-preview", - "2023-11-01-preview" - ] - }, - { - "resourceType": "assets", - "apiVersions": [ - "2024-11-01", - "2024-09-01-preview", - "2023-11-01-preview" - ] - }, - { - "resourceType": "billingContainers", - "apiVersions": [ - "2024-11-01", - "2024-09-01-preview", - "2024-07-01-preview" - ] - }, - { - "resourceType": "discoveredAssetEndpointProfiles", - "apiVersions": [ - "2024-09-01-preview" - ] - }, - { - "resourceType": "discoveredAssets", - "apiVersions": [ - "2024-09-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-11-01", - "2024-09-01-preview", - "2024-07-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-06-21-preview", - "2022-05-21-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2024-11-01", - "2024-09-01-preview", - "2023-11-01-preview" - ] - }, - { - "resourceType": "operationStatuses", - "apiVersions": [ - "2024-11-01", - "2024-09-01-preview", - "2024-07-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-06-21-preview", - "2022-05-21-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-11-01", - "2024-09-01-preview", - "2024-07-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-06-21-preview", - "2022-05-21-preview" - ] - }, - { - "resourceType": "schemaRegistries", - "apiVersions": [ - "2024-09-01-preview" - ] - }, - { - "resourceType": "schemaRegistries/schemas", - "apiVersions": [ - "2024-09-01-preview" - ] - }, - { - "resourceType": "schemaRegistries/schemas/schemaVersions", - "apiVersions": [ - "2024-09-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.DeviceUpdate", - "resourceTypes": [ - { - "resourceType": "accounts", - "apiVersions": [ - "2023-07-01", - "2022-12-01-preview", - "2022-10-01", - "2022-04-01-preview", - "2020-03-01-preview" - ] - }, - { - "resourceType": "accounts/instances", - "apiVersions": [ - "2023-07-01", - "2022-12-01-preview", - "2022-10-01", - "2022-04-01-preview", - "2020-03-01-preview" - ] - }, - { - "resourceType": "accounts/privateEndpointConnectionProxies", - "apiVersions": [ - "2023-07-01", - "2022-12-01-preview", - "2022-10-01", - "2022-04-01-preview", - "2020-03-01-preview" - ] - }, - { - "resourceType": "accounts/privateEndpointConnections", - "apiVersions": [ - "2023-07-01", - "2022-12-01-preview", - "2022-10-01", - "2022-04-01-preview", - "2020-03-01-preview" - ] - }, - { - "resourceType": "accounts/privateLinkResources", - "apiVersions": [ - "2023-07-01", - "2022-12-01-preview", - "2022-10-01", - "2022-04-01-preview", - "2020-03-01-preview" - ] - }, - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-10-01-preview", - "2024-04-01-preview", - "2023-07-01", - "2022-12-01-preview", - "2022-10-01", - "2022-04-01-preview", - "2020-03-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-10-01-preview", - "2024-04-01-preview", - "2023-07-01", - "2022-12-01-preview", - "2022-10-01", - "2022-04-01-preview", - "2020-03-01-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2024-10-01-preview", - "2024-04-01-preview", - "2023-07-01", - "2022-12-01-preview", - "2022-10-01", - "2022-04-01-preview", - "2020-03-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-10-01-preview", - "2024-04-01-preview", - "2023-07-01", - "2022-12-01-preview", - "2022-10-01", - "2022-04-01-preview", - "2020-03-01-preview" - ] - }, - { - "resourceType": "registeredSubscriptions", - "apiVersions": [ - "2024-10-01-preview", - "2024-04-01-preview", - "2023-07-01", - "2022-12-01-preview", - "2022-10-01", - "2022-04-01-preview", - "2020-03-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Devices", - "resourceTypes": [ - { - "resourceType": "IotHubs", - "apiVersions": [ - "2023-06-30-preview", - "2023-06-30", - "2022-04-30-preview", - "2021-07-02-preview", - "2021-07-02", - "2021-07-01-preview", - "2021-07-01", - "2021-03-31", - "2021-03-03-preview", - "2020-08-31-preview", - "2020-08-31", - "2020-08-01", - "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", - "2018-01-22", - "2017-07-01", - "2017-01-19", - "2016-02-03", - "2015-08-15-preview" - ] - }, - { - "resourceType": "IotHubs/eventGridFilters", - "apiVersions": [ - "2018-07-31", - "2018-01-15-preview" - ] - }, - { - "resourceType": "IotHubs/failover", - "apiVersions": [ - "2023-06-30-preview", - "2023-06-30", - "2022-04-30-preview", - "2021-07-02-preview", - "2021-07-02", - "2021-07-01-preview", - "2021-07-01", - "2021-03-31", - "2021-03-03-preview", - "2020-08-31-preview", - "2020-08-31", - "2020-08-01", - "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", - "2018-01-22", - "2017-07-01", - "2017-01-19", - "2016-02-03", - "2015-08-15-preview" - ] - }, - { - "resourceType": "IotHubs/securitySettings", - "apiVersions": [ - "2019-09-01" - ] - }, - { - "resourceType": "ProvisioningServices", - "apiVersions": [ - "2023-03-01-preview", - "2022-12-12", - "2022-02-05", - "2021-10-15", - "2020-03-01", - "2020-01-01", - "2018-01-22", - "2017-11-15", - "2017-08-21-preview" - ] - }, - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2023-06-30-preview", - "2023-06-30", - "2022-04-30-preview", - "2021-07-15-preview", - "2021-07-02-preview", - "2021-07-02", - "2021-07-01-preview", - "2021-07-01", - "2021-03-31", - "2021-03-03-preview", - "2021-02-01-preview", - "2020-08-31-preview", - "2020-08-31", - "2020-08-01", - "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" - ] - }, - { - "resourceType": "checkProvisioningServiceNameAvailability", - "apiVersions": [ - "2023-03-01-preview", - "2022-12-12", - "2022-02-05", - "2021-10-15", - "2020-03-01", - "2020-01-01", - "2018-01-22", - "2017-11-15", - "2017-08-21-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2023-06-30-preview", - "2023-06-30", - "2022-04-30-preview", - "2021-07-02-preview", - "2021-07-02", - "2021-07-01-preview", - "2021-07-01", - "2021-03-31", - "2021-03-03-preview", - "2021-02-01-preview", - "2020-08-31-preview", - "2020-08-31", - "2020-08-01", - "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" - ] - }, - { - "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable", - "apiVersions": [ - "2023-07-15-preview" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2023-06-30-preview", - "2023-06-30", - "2022-04-30-preview", - "2021-07-02-preview", - "2021-07-02", - "2021-07-01-preview", - "2021-07-01", - "2021-03-31", - "2021-03-03-preview", - "2020-08-31-preview", - "2020-08-31", - "2020-08-01", - "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", - "2018-01-22", - "2017-07-01", - "2017-01-19", - "2016-02-03", - "2015-08-15-preview" - ] - }, - { - "resourceType": "locations/provisioningServiceOperationResults", - "apiVersions": [ - "2023-03-01-preview", - "2022-12-12", - "2022-02-05", - "2021-10-15", - "2020-03-01", - "2020-01-01", - "2018-01-22", - "2017-11-15", - "2017-08-21-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-06-30-preview", - "2023-06-30", - "2022-04-30-preview", - "2021-07-02-preview", - "2021-07-02", - "2021-07-01-preview", - "2021-07-01", - "2021-03-31", - "2021-03-03-preview", - "2021-02-01-preview", - "2020-08-31-preview", - "2020-08-31", - "2020-08-01", - "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" - ] - }, - { - "resourceType": "provisioningServiceOperationResults", - "apiVersions": [ - "2023-03-01-preview", - "2022-12-12", - "2022-02-05", - "2021-10-15", - "2020-09-01-preview", - "2020-03-01", - "2020-01-01", - "2018-01-22", - "2017-11-15", - "2017-08-21-preview" - ] - }, - { - "resourceType": "usages", - "apiVersions": [ - "2023-06-30-preview", - "2023-06-30", - "2022-04-30-preview", - "2021-07-02-preview", - "2021-07-02", - "2021-07-01-preview", - "2021-07-01", - "2021-03-31", - "2021-03-03-preview", - "2021-02-01-preview", - "2020-08-31-preview", - "2020-08-31", - "2020-08-01", - "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" - ] - } - ] - }, - { - "namespace": "Microsoft.Diagnostics", - "resourceTypes": [ - { - "resourceType": "apollo", - "apiVersions": [ - "2020-07-01-preview" - ] - }, - { - "resourceType": "azureKB", - "apiVersions": [ - "2020-07-01-preview" - ] - }, - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2020-07-01-preview" - ] - }, - { - "resourceType": "discoverSolutions", - "apiVersions": [ - "2020-07-01-preview" - ] - }, - { - "resourceType": "insights", - "apiVersions": [ - "2020-07-01-preview" - ] - }, - { - "resourceType": "operationResults", - "apiVersions": [ - "2020-07-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2020-07-01-preview" - ] - }, - { - "resourceType": "solutions", - "apiVersions": [ - "2020-07-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.DigitalTwins", - "resourceTypes": [ - { - "resourceType": "digitalTwinsInstances", - "apiVersions": [ - "2023-01-31", - "2022-10-31", - "2022-05-31", - "2021-06-30-preview", - "2020-12-01", - "2020-10-31", - "2020-03-01-preview" - ] - }, - { - "resourceType": "digitalTwinsInstances/endpoints", - "apiVersions": [ - "2023-01-31", - "2022-10-31", - "2022-05-31", - "2021-06-30-preview", - "2020-12-01", - "2020-10-31", - "2020-03-01-preview" - ] - }, - { - "resourceType": "digitalTwinsInstances/operationResults", - "apiVersions": [ - "2023-01-31", - "2022-10-31", - "2022-05-31", - "2021-06-30-preview", - "2020-12-01", - "2020-10-31", - "2020-03-01-preview" - ] - }, - { - "resourceType": "digitalTwinsInstances/timeSeriesDatabaseConnections", - "apiVersions": [ - "2023-01-31", - "2022-10-31", - "2022-05-31", - "2021-06-30-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2023-01-31", - "2022-10-31", - "2022-05-31", - "2021-06-30-preview", - "2020-12-01", - "2020-10-31", - "2020-03-01-preview" - ] - }, - { - "resourceType": "locations/checkNameAvailability", - "apiVersions": [ - "2023-01-31", - "2022-10-31", - "2022-05-31", - "2021-06-30-preview", - "2020-12-01", - "2020-10-31", - "2020-03-01-preview" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2023-01-31", - "2022-10-31", - "2022-05-31", - "2021-06-30-preview", - "2020-12-01", - "2020-10-31", - "2020-03-01-preview" - ] - }, - { - "resourceType": "locations/operationsStatuses", - "apiVersions": [ - "2023-01-31", - "2022-10-31", - "2022-05-31", - "2021-06-30-preview", - "2020-12-01", - "2020-10-31", - "2020-03-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-01-31", - "2022-10-31", - "2022-05-31", - "2021-06-30-preview", - "2020-12-01", - "2020-10-31", - "2020-03-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.DocumentDB", - "resourceTypes": [ - { - "resourceType": "cassandraClusters", - "apiVersions": [ - "2024-12-01-preview", - "2024-11-15", - "2024-09-01-preview", - "2024-08-15", - "2024-05-15-preview", - "2024-05-15", - "2024-02-15-preview", - "2023-11-15-preview", - "2023-11-15", - "2023-09-15-preview", - "2023-09-15", - "2023-04-15", - "2023-03-15-preview", - "2023-03-15", - "2023-03-01-preview", - "2022-11-15-preview", - "2022-11-15", - "2022-08-15-preview", - "2022-08-15", - "2022-05-15-preview", - "2022-05-15", - "2022-02-15-preview", - "2021-11-15-preview", - "2021-10-15-preview", - "2021-10-15", - "2021-07-01-preview", - "2021-05-01-preview", - "2021-04-01-preview", - "2021-03-01-preview" - ] - }, - { - "resourceType": "databaseAccountNames", - "apiVersions": [ - "2024-12-01-preview", - "2024-11-15", - "2024-09-01-preview", - "2024-08-15", - "2024-05-15-preview", - "2024-05-15", - "2024-02-15-preview", - "2023-11-15-preview", - "2023-11-15", - "2023-09-15-preview", - "2023-09-15", - "2023-04-15", - "2023-03-15-preview", - "2023-03-15", - "2023-03-01-preview", - "2022-11-15-preview", - "2022-11-15", - "2022-08-15-preview", - "2022-08-15", - "2022-05-15-preview", - "2022-05-15", - "2022-02-15-preview", - "2021-11-15-preview", - "2021-10-15-preview", - "2021-10-15", - "2021-07-01-preview", - "2021-06-15", - "2021-05-15", - "2021-05-01-preview", - "2021-04-15", - "2021-04-01-preview", - "2021-03-15", - "2021-03-01-preview", - "2021-01-15", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "databaseAccounts", - "apiVersions": [ - "2024-12-01-preview", - "2024-11-15", - "2024-09-01-preview", - "2024-08-15", - "2024-05-15-preview", - "2024-05-15", - "2024-02-15-preview", - "2023-11-15-preview", - "2023-11-15", - "2023-09-15-preview", - "2023-09-15", - "2023-04-15", - "2023-03-15-preview", - "2023-03-15", - "2023-03-01-preview", - "2022-11-15-preview", - "2022-11-15", - "2022-08-15-preview", - "2022-08-15", - "2022-05-15-preview", - "2022-05-15", - "2022-02-15-preview", - "2021-11-15-preview", - "2021-10-15-preview", - "2021-10-15", - "2021-07-01-preview", - "2021-06-15", - "2021-05-15", - "2021-05-01-preview", - "2021-04-15", - "2021-04-01-preview", - "2021-03-15", - "2021-03-01-preview", - "2021-01-15", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "databaseAccounts/encryptionScopes", - "apiVersions": [ - "2024-12-01-preview", - "2024-11-15", - "2024-09-01-preview", - "2024-08-15", - "2024-05-15-preview", - "2024-05-15", - "2024-02-15-preview", - "2023-11-15-preview", - "2023-11-15", - "2023-09-15-preview", - "2023-09-15", - "2023-04-15", - "2023-03-15-preview", - "2023-03-15", - "2023-03-01-preview", - "2022-11-15-preview", - "2022-11-15", - "2022-08-15-preview", - "2022-08-15", - "2022-05-15-preview", - "2022-05-15", - "2022-02-15-preview", - "2021-11-15-preview", - "2021-10-15-preview", - "2021-10-15", - "2021-07-01-preview", - "2021-05-01-preview", - "2021-04-01-preview", - "2021-03-01-preview" - ] - }, - { - "resourceType": "garnetClusters", - "apiVersions": [ - "2024-12-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-12-01-preview", - "2024-11-15", - "2024-09-01-preview", - "2024-08-15", - "2024-05-15-preview", - "2024-05-15", - "2024-02-15-preview", - "2023-11-15-preview", - "2023-11-15", - "2023-09-15-preview", - "2023-09-15", - "2023-04-15", - "2023-03-15-preview", - "2023-03-15", - "2023-03-01-preview", - "2022-11-15-preview", - "2022-11-15", - "2022-08-15-preview", - "2022-08-15", - "2022-05-15-preview", - "2022-05-15", - "2022-02-15-preview", - "2021-11-15-preview", - "2021-10-15-preview", - "2021-10-15", - "2021-07-01-preview", - "2021-06-15", - "2021-05-15", - "2021-05-01-preview", - "2021-04-15", - "2021-04-01-preview", - "2021-03-15", - "2021-03-01-preview", - "2021-01-15", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "locations/checkMongoClusterNameAvailability", - "apiVersions": [ - "2024-10-01-preview", - "2024-07-01", - "2024-06-01-preview", - "2024-03-01-preview", - "2024-02-15-preview", - "2023-11-15-preview", - "2023-09-15-preview", - "2023-03-15-preview", - "2023-03-01-preview", - "2022-10-15-preview" - ] - }, - { - "resourceType": "locations/deleteVirtualNetworkOrSubnets", - "apiVersions": [ - "2024-12-01-preview", - "2024-11-15", - "2024-09-01-preview", - "2024-08-15", - "2024-05-15-preview", - "2024-05-15", - "2024-02-15-preview", - "2023-11-15-preview", - "2023-11-15", - "2023-09-15-preview", - "2023-09-15", - "2023-04-15", - "2023-03-15-preview", - "2023-03-15", - "2023-03-01-preview", - "2022-11-15-preview", - "2022-11-15", - "2022-08-15-preview", - "2022-08-15", - "2022-05-15-preview", - "2022-05-15", - "2022-02-15-preview", - "2021-11-15-preview", - "2021-10-15-preview", - "2021-10-15", - "2021-07-01-preview", - "2021-06-15", - "2021-05-15", - "2021-05-01-preview", - "2021-04-15", - "2021-04-01-preview", - "2021-03-15", - "2021-03-01-preview", - "2021-01-15", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "locations/mongoClusterAzureAsyncOperation", - "apiVersions": [ - "2024-10-01-preview", - "2024-07-01", - "2024-06-01-preview", - "2024-03-01-preview", - "2024-02-15-preview", - "2023-11-15-preview", - "2023-09-15-preview", - "2023-03-15-preview", - "2023-03-01-preview", - "2022-10-15-preview" - ] - }, - { - "resourceType": "locations/mongoClusterOperationResults", - "apiVersions": [ - "2024-10-01-preview", - "2024-07-01", - "2024-06-01-preview", - "2024-03-01-preview", - "2024-02-15-preview", - "2023-11-15-preview", - "2023-09-15-preview", - "2023-03-15-preview", - "2023-03-01-preview", - "2022-10-15-preview" - ] - }, - { - "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable", - "apiVersions": [ - "2024-12-01-preview", - "2024-11-15", - "2024-09-01-preview", - "2024-08-15", - "2024-05-15-preview", - "2024-05-15", - "2024-02-15-preview", - "2023-11-15-preview", - "2023-11-15", - "2023-09-15-preview", - "2023-09-15", - "2023-04-15", - "2023-03-15-preview", - "2023-03-15", - "2023-03-01-preview", - "2022-11-15-preview", - "2022-11-15", - "2022-08-15-preview", - "2022-08-15" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2024-12-01-preview", - "2024-11-15", - "2024-09-01-preview", - "2024-08-15", - "2024-05-15-preview", - "2024-05-15", - "2024-02-15-preview", - "2023-11-15-preview", - "2023-11-15", - "2023-09-15-preview", - "2023-09-15", - "2023-04-15", - "2023-03-15-preview", - "2023-03-15", - "2023-03-01-preview", - "2022-11-15-preview", - "2022-11-15", - "2022-08-15-preview", - "2022-08-15", - "2022-05-15-preview", - "2022-05-15", - "2022-02-15-preview", - "2021-11-15-preview", - "2021-10-15-preview", - "2021-10-15", - "2021-07-01-preview", - "2021-06-15", - "2021-05-15", - "2021-05-01-preview", - "2021-04-15", - "2021-04-01-preview", - "2021-03-15", - "2021-03-01-preview", - "2021-01-15", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "locations/operationsStatus", - "apiVersions": [ - "2024-12-01-preview", - "2024-11-15", - "2024-09-01-preview", - "2024-08-15", - "2024-05-15-preview", - "2024-05-15", - "2024-02-15-preview", - "2023-11-15-preview", - "2023-11-15", - "2023-09-15-preview", - "2023-09-15", - "2023-04-15", - "2023-03-15-preview", - "2023-03-15", - "2023-03-01-preview", - "2022-11-15-preview", - "2022-11-15", - "2022-08-15-preview", - "2022-08-15", - "2022-05-15-preview", - "2022-05-15", - "2022-02-15-preview", - "2021-11-15-preview", - "2021-10-15-preview", - "2021-10-15", - "2021-07-01-preview", - "2021-06-15", - "2021-05-15", - "2021-05-01-preview", - "2021-04-15", - "2021-04-01-preview", - "2021-03-15", - "2021-03-01-preview", - "2021-01-15", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "locations/restorableDatabaseAccounts", - "apiVersions": [ - "2024-12-01-preview", - "2024-11-15", - "2024-09-01-preview", - "2024-08-15", - "2024-05-15-preview", - "2024-05-15", - "2024-02-15-preview", - "2023-11-15-preview", - "2023-11-15", - "2023-09-15-preview", - "2023-09-15", - "2023-04-15", - "2023-03-15-preview", - "2023-03-15", - "2023-03-01-preview", - "2022-11-15-preview", - "2022-11-15", - "2022-08-15-preview", - "2022-08-15", - "2022-05-15-preview", - "2022-05-15", - "2022-02-15-preview", - "2021-11-15-preview", - "2021-10-15-preview", - "2021-10-15", - "2021-07-01-preview", - "2021-06-15", - "2021-05-01-preview", - "2021-04-01-preview", - "2021-03-01-preview", - "2020-06-01-preview" - ] - }, - { - "resourceType": "mongoClusters", - "apiVersions": [ - "2024-10-01-preview", - "2024-07-01", - "2024-06-01-preview", - "2024-03-01-preview", - "2024-02-15-preview", - "2023-11-15-preview", - "2023-09-15-preview", - "2023-03-15-preview", - "2023-03-01-preview", - "2022-10-15-preview" - ] - }, - { - "resourceType": "operationResults", - "apiVersions": [ - "2024-12-01-preview", - "2024-11-15", - "2024-09-01-preview", - "2024-08-15", - "2024-05-15-preview", - "2024-05-15", - "2024-02-15-preview", - "2023-11-15-preview", - "2023-11-15", - "2023-09-15-preview", - "2023-09-15", - "2023-04-15", - "2023-03-15-preview", - "2023-03-15", - "2023-03-01-preview", - "2022-11-15-preview", - "2022-11-15", - "2022-08-15-preview", - "2022-08-15", - "2022-05-15-preview", - "2022-05-15", - "2022-02-15-preview", - "2021-11-15-preview", - "2021-10-15-preview", - "2021-10-15", - "2021-07-01-preview", - "2021-06-15", - "2021-05-15", - "2021-05-01-preview", - "2021-04-15", - "2021-04-01-preview", - "2021-03-15", - "2021-03-01-preview", - "2021-01-15", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-12-01-preview", - "2024-11-15", - "2024-10-01-preview", - "2024-09-01-preview", - "2024-08-15", - "2024-07-01", - "2024-06-01-preview", - "2024-05-15-preview", - "2024-05-15", - "2024-03-01-preview", - "2024-02-15-preview", - "2023-11-15-preview", - "2023-11-15", - "2023-09-15-preview", - "2023-09-15", - "2023-04-15", - "2023-03-15-preview", - "2023-03-15", - "2023-03-01-preview", - "2022-11-15-preview", - "2022-11-15", - "2022-08-15-preview", - "2022-08-15", - "2022-05-15-preview", - "2022-05-15", - "2022-02-15-preview", - "2021-11-15-preview", - "2021-10-15-preview", - "2021-10-15", - "2021-07-01-preview", - "2021-06-15", - "2021-05-15", - "2021-05-01-preview", - "2021-04-15", - "2021-04-01-preview", - "2021-03-15", - "2021-03-01-preview", - "2021-01-15", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "operationsStatus", - "apiVersions": [ - "2024-12-01-preview", - "2024-11-15", - "2024-09-01-preview", - "2024-08-15", - "2024-05-15-preview", - "2024-05-15", - "2024-02-15-preview", - "2023-11-15-preview", - "2023-11-15", - "2023-09-15-preview", - "2023-09-15", - "2023-04-15", - "2023-03-15-preview", - "2023-03-15", - "2023-03-01-preview", - "2022-11-15-preview", - "2022-11-15", - "2022-08-15-preview", - "2022-08-15", - "2022-05-15-preview", - "2022-05-15", - "2022-02-15-preview", - "2021-11-15-preview", - "2021-10-15-preview", - "2021-10-15", - "2021-07-01-preview", - "2021-06-15", - "2021-05-15", - "2021-05-01-preview", - "2021-04-15", - "2021-04-01-preview", - "2021-03-15", - "2021-03-01-preview", - "2021-01-15", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "restorableDatabaseAccounts", - "apiVersions": [ - "2024-12-01-preview", - "2024-11-15", - "2024-09-01-preview", - "2024-08-15", - "2024-05-15-preview", - "2024-05-15", - "2024-02-15-preview", - "2023-11-15-preview", - "2023-11-15", - "2023-09-15-preview", - "2023-09-15", - "2023-04-15", - "2023-03-15-preview", - "2023-03-15", - "2023-03-01-preview", - "2022-11-15-preview", - "2022-11-15", - "2022-08-15-preview", - "2022-08-15", - "2022-05-15-preview", - "2022-05-15", - "2022-02-15-preview", - "2021-11-15-preview", - "2021-10-15-preview", - "2021-10-15", - "2021-07-01-preview", - "2021-06-15", - "2021-05-01-preview", - "2021-04-01-preview", - "2021-03-01-preview", - "2020-06-01-preview" - ] - }, - { - "resourceType": "throughputPools", - "apiVersions": [ - "2024-02-15-preview", - "2023-11-15-preview" - ] - }, - { - "resourceType": "throughputPools/throughputPoolAccounts", - "apiVersions": [ - "2024-02-15-preview", - "2023-11-15-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.DomainRegistration", - "resourceTypes": [ - { - "resourceType": "checkDomainAvailability", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "2020-06-01", - "2019-08-01", - "2018-02-01", - "2015-04-01", - "2015-02-01" - ] - }, - { - "resourceType": "domains", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "2020-06-01", - "2019-08-01", - "2018-02-01", - "2015-04-01", - "2015-02-01" - ] - }, - { - "resourceType": "domains/domainOwnershipIdentifiers", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "2020-06-01", - "2019-08-01", - "2018-02-01", - "2015-04-01", - "2015-02-01" - ] - }, - { - "resourceType": "generateSsoRequest", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "2020-06-01", - "2019-08-01", - "2018-02-01", - "2015-04-01", - "2015-02-01" - ] - }, - { - "resourceType": "listDomainRecommendations", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "2020-06-01", - "2019-08-01", - "2018-02-01", - "2015-04-01", - "2015-02-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "2020-06-01", - "2019-08-01", - "2018-02-01", - "2015-04-01", - "2015-02-01" - ] - }, - { - "resourceType": "topLevelDomains", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "2020-06-01", - "2019-08-01", - "2018-02-01", - "2015-04-01", - "2015-02-01" - ] - }, - { - "resourceType": "validateDomainRegistrationInformation", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "2020-06-01", - "2019-08-01", - "2018-02-01", - "2015-04-01", - "2015-02-01" - ] - } - ] - }, - { - "namespace": "Microsoft.DurableTask", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2024-10-01-preview", - "2024-02-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-10-01-preview", - "2024-02-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Easm", - "resourceTypes": [ - { - "resourceType": "operations", - "apiVersions": [ - "2023-04-01-preview", - "2022-04-01-preview" - ] - }, - { - "resourceType": "workspaces", - "apiVersions": [ - "2023-04-01-preview", - "2022-04-01-preview" - ] - }, - { - "resourceType": "workspaces/labels", - "apiVersions": [ - "2023-04-01-preview", - "2022-04-01-preview" - ] - }, - { - "resourceType": "workspaces/tasks", - "apiVersions": [ - "2023-04-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Edge", - "resourceTypes": [ - { - "resourceType": "SiteAwareResourceTypes", - "apiVersions": [ - "2023-08-01-preview" - ] - }, - { - "resourceType": "Sites", - "apiVersions": [ - "2024-02-01-preview", - "2023-07-01-preview", - "2023-06-01-preview" - ] - }, - { - "resourceType": "Winfields", - "apiVersions": [ - "2024-02-01-preview" - ] - }, - { - "resourceType": "capabilityLists", - "apiVersions": [ - "2024-08-01-preview", - "2024-06-01-preview" - ] - }, - { - "resourceType": "configurationReferences", - "apiVersions": [ - "2024-09-01-preview" - ] - }, - { - "resourceType": "configurations", - "apiVersions": [ - "2024-09-01-preview", - "2024-06-01-preview" - ] - }, - { - "resourceType": "configurations/arcGatewayConfigurations", - "apiVersions": [ - "2024-09-01-preview" - ] - }, - { - "resourceType": "configurations/connectivityConfigurations", - "apiVersions": [ - "2024-09-01-preview" - ] - }, - { - "resourceType": "configurations/dynamicConfigurations", - "apiVersions": [ - "2024-09-01-preview", - "2024-06-01-preview" - ] - }, - { - "resourceType": "configurations/dynamicConfigurations/versions", - "apiVersions": [ - "2024-09-01-preview", - "2024-06-01-preview" - ] - }, - { - "resourceType": "configurations/networkConfigurations", - "apiVersions": [ - "2024-09-01-preview" - ] - }, - { - "resourceType": "configurations/securityConfigurations", - "apiVersions": [ - "2024-09-01-preview" - ] - }, - { - "resourceType": "configurations/timeServerConfigurations", - "apiVersions": [ - "2024-09-01-preview" - ] - }, - { - "resourceType": "connectivityStatuses", - "apiVersions": [ - "2023-07-01-preview" - ] - }, - { - "resourceType": "deploymentTargets", - "apiVersions": [ - "2024-08-01-preview", - "2024-06-01-preview" - ] - }, - { - "resourceType": "hierarchyLists", - "apiVersions": [ - "2024-08-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2023-07-01-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2023-07-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-07-01-preview" - ] - }, - { - "resourceType": "registeredSubscriptions", - "apiVersions": [ - "2023-07-01-preview" - ] - }, - { - "resourceType": "schemaReferences", - "apiVersions": [ - "2024-08-01-preview", - "2024-06-01-preview" - ] - }, - { - "resourceType": "schemas", - "apiVersions": [ - "2024-08-01-preview", - "2024-06-01-preview" - ] - }, - { - "resourceType": "schemas/dynamicSchemas", - "apiVersions": [ - "2024-08-01-preview" - ] - }, - { - "resourceType": "schemas/dynamicSchemas/versions", - "apiVersions": [ - "2024-08-01-preview" - ] - }, - { - "resourceType": "schemas/versions", - "apiVersions": [ - "2024-08-01-preview", - "2024-06-01-preview" - ] - }, - { - "resourceType": "solutionBindings", - "apiVersions": [ - "2024-08-01-preview", - "2024-06-01-preview" - ] - }, - { - "resourceType": "solutionBindings/solutionBindingConfigurations", - "apiVersions": [ - "2024-08-01-preview", - "2024-06-01-preview" - ] - }, - { - "resourceType": "solutionBindings/solutionInstances", - "apiVersions": [ - "2024-08-01-preview", - "2024-06-01-preview" - ] - }, - { - "resourceType": "solutions", - "apiVersions": [ - "2024-08-01-preview", - "2024-06-01-preview" - ] - }, - { - "resourceType": "solutions/versions", - "apiVersions": [ - "2024-08-01-preview", - "2024-06-01-preview" - ] - }, - { - "resourceType": "updates", - "apiVersions": [ - "2023-07-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.EdgeManagement", - "resourceTypes": [ - { - "resourceType": "locations", - "apiVersions": [ - "2023-09-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-09-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.EdgeMarketplace", - "resourceTypes": [ - { - "resourceType": "locations", - "apiVersions": [ - "2023-08-01-preview", - "2023-08-01" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2023-08-01-preview", - "2023-08-01" - ] - }, - { - "resourceType": "offers", - "apiVersions": [ - "2023-08-01-preview", - "2023-08-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-08-01-preview", - "2023-08-01", - "2023-06-01-preview", - "2023-04-01-preview" - ] - }, - { - "resourceType": "publishers", - "apiVersions": [ - "2023-08-01-preview", - "2023-08-01" - ] - } - ] - }, - { - "namespace": "Microsoft.EdgeOrder", - "resourceTypes": [ - { - "resourceType": "addresses", - "apiVersions": [ - "2024-07-01-preview", - "2024-02-01", - "2023-05-01-preview", - "2022-05-01-preview", - "2021-12-01" - ] - }, - { - "resourceType": "listConfigurations", - "apiVersions": [ - "2024-07-01-preview", - "2024-02-01", - "2023-05-01-preview", - "2022-05-01-preview", - "2021-12-01" - ] - }, - { - "resourceType": "listProductFamilies", - "apiVersions": [ - "2024-07-01-preview", - "2024-02-01", - "2023-05-01-preview", - "2022-05-01-preview", - "2021-12-01" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-07-01-preview", - "2024-02-01", - "2023-05-01-preview", - "2022-05-01-preview", - "2021-12-01" - ] - }, - { - "resourceType": "locations/hciCatalog", - "apiVersions": [ - "2023-05-01-preview" - ] - }, - { - "resourceType": "locations/hciCatalog/platforms", - "apiVersions": [ - "2023-05-01-preview" - ] - }, - { - "resourceType": "locations/hciCatalog/projects", - "apiVersions": [ - "2023-05-01-preview" - ] - }, - { - "resourceType": "locations/hciCatalog/vendors", - "apiVersions": [ - "2023-05-01-preview" - ] - }, - { - "resourceType": "locations/hciFlightCatalog", - "apiVersions": [ - "2023-05-01-preview" - ] - }, - { - "resourceType": "locations/hciFlightCatalog/platforms", - "apiVersions": [ - "2023-05-01-preview" - ] - }, - { - "resourceType": "locations/hciFlightCatalog/projects", - "apiVersions": [ - "2023-05-01-preview" - ] - }, - { - "resourceType": "locations/hciFlightCatalog/vendors", - "apiVersions": [ - "2023-05-01-preview" - ] - }, - { - "resourceType": "locations/operationresults", - "apiVersions": [ - "2024-07-01-preview", - "2024-02-01", - "2023-05-01-preview", - "2022-05-01-preview", - "2021-12-01" - ] - }, - { - "resourceType": "locations/orders", - "apiVersions": [ - "2024-07-01-preview", - "2024-02-01", - "2023-05-01-preview", - "2022-05-01-preview", - "2021-12-01" - ] - }, - { - "resourceType": "locations/validateInputs", - "apiVersions": [ - "2024-07-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-07-01-preview", - "2024-02-01", - "2023-05-01-preview", - "2022-05-01-preview", - "2021-12-01" - ] - }, - { - "resourceType": "orderItems", - "apiVersions": [ - "2024-07-01-preview", - "2024-02-01", - "2023-05-01-preview", - "2022-05-01-preview", - "2021-12-01" - ] - }, - { - "resourceType": "orders", - "apiVersions": [ - "2024-07-01-preview", - "2024-02-01", - "2023-05-01-preview", - "2022-05-01-preview", - "2021-12-01" - ] - }, - { - "resourceType": "productFamiliesMetadata", - "apiVersions": [ - "2024-07-01-preview", - "2024-02-01", - "2023-05-01-preview", - "2022-05-01-preview", - "2021-12-01" - ] - } - ] - }, - { - "namespace": "Microsoft.EdgeOrderPartner", - "resourceTypes": [ - { - "resourceType": "operations", - "apiVersions": [ - "2022-07-01-preview", - "2021-12-01", - "2020-12-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.EdgeZones", - "resourceTypes": [ - { - "resourceType": "extendedZones", - "apiVersions": [ - "2024-04-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-04-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Elastic", - "resourceTypes": [ - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-10-01-preview", - "2024-06-15-preview", - "2024-05-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-07-01-preview", - "2023-06-15-preview", - "2023-06-01", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-09-01-preview", - "2022-07-01-preview", - "2022-05-05-preview", - "2021-10-01-preview", - "2021-09-01-preview", - "2020-07-01-preview", - "2020-07-01" - ] - }, - { - "resourceType": "elasticVersions", - "apiVersions": [ - "2024-10-01-preview", - "2024-06-15-preview", - "2024-05-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-07-01-preview", - "2023-06-15-preview", - "2023-06-01", - "2023-05-01-preview", - "2023-02-01-preview" - ] - }, - { - "resourceType": "getElasticOrganizationToAzureSubscriptionMapping", - "apiVersions": [ - "2024-10-01-preview", - "2024-06-15-preview", - "2024-05-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-07-01-preview", - "2023-06-15-preview" - ] - }, - { - "resourceType": "getOrganizationApiKey", - "apiVersions": [ - "2024-10-01-preview", - "2024-06-15-preview", - "2024-05-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-07-01-preview", - "2023-06-15-preview", - "2023-06-01", - "2023-05-01-preview", - "2023-02-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-10-01-preview", - "2024-06-15-preview", - "2024-05-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-07-01-preview", - "2023-06-15-preview", - "2023-06-01", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-09-01-preview", - "2022-07-01-preview", - "2022-05-05-preview", - "2021-10-01-preview", - "2021-09-01-preview", - "2020-07-01-preview", - "2020-07-01" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2024-10-01-preview", - "2024-06-15-preview", - "2024-05-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-07-01-preview", - "2023-06-15-preview", - "2023-06-01", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-09-01-preview", - "2022-07-01-preview", - "2022-05-05-preview", - "2021-10-01-preview", - "2021-09-01-preview", - "2020-07-01-preview", - "2020-07-01" - ] - }, - { - "resourceType": "monitors", - "apiVersions": [ - "2024-10-01-preview", - "2024-06-15-preview", - "2024-05-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-07-01-preview", - "2023-06-15-preview", - "2023-06-01", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-09-01-preview", - "2022-07-01-preview", - "2022-05-05-preview", - "2021-10-01-preview", - "2021-09-01-preview", - "2020-07-01-preview", - "2020-07-01" - ] - }, - { - "resourceType": "monitors/monitoredSubscriptions", - "apiVersions": [ - "2024-10-01-preview", - "2024-06-15-preview", - "2024-05-01-preview" - ] - }, - { - "resourceType": "monitors/openAIIntegrations", - "apiVersions": [ - "2024-10-01-preview", - "2024-06-15-preview", - "2024-05-01-preview", - "2024-03-01", - "2024-01-01-preview" - ] - }, - { - "resourceType": "monitors/tagRules", - "apiVersions": [ - "2024-10-01-preview", - "2024-06-15-preview", - "2024-05-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-07-01-preview", - "2023-06-15-preview", - "2023-06-01", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-09-01-preview", - "2022-07-01-preview", - "2022-05-05-preview", - "2021-10-01-preview", - "2021-09-01-preview", - "2020-07-01-preview", - "2020-07-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-10-01-preview", - "2024-06-15-preview", - "2024-05-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-07-01-preview", - "2023-06-15-preview", - "2023-06-01", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-09-01-preview", - "2022-07-01-preview", - "2022-05-05-preview", - "2021-10-01-preview", - "2021-09-01-preview", - "2020-07-01-preview", - "2020-07-01" - ] - } - ] - }, - { - "namespace": "Microsoft.ElasticSan", - "resourceTypes": [ - { - "resourceType": "elasticSans", - "apiVersions": [ - "2024-06-01-preview", - "2024-05-01", - "2023-01-01", - "2022-12-01-preview", - "2021-11-20-preview" - ] - }, - { - "resourceType": "elasticSans/volumeGroups", - "apiVersions": [ - "2024-06-01-preview", - "2024-05-01", - "2023-01-01", - "2022-12-01-preview", - "2021-11-20-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-06-01-preview", - "2021-11-20-preview" - ] - }, - { - "resourceType": "locations/asyncoperations", - "apiVersions": [ - "2024-06-01-preview", - "2024-05-01", - "2023-01-01", - "2022-12-01-preview", - "2021-11-20-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-06-01-preview", - "2024-05-01", - "2023-01-01", - "2022-12-01-preview", - "2021-11-20-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.EnterpriseSupport", - "resourceTypes": [ - { - "resourceType": "Operations", - "apiVersions": [ - "2023-05-01-preview" - ] - }, - { - "resourceType": "enterpriseSupports", - "apiVersions": [ - "2023-05-01-preview" - ] - }, - { - "resourceType": "operationStatuses", - "apiVersions": [ - "2023-05-01-preview" - ] - }, - { - "resourceType": "validate", - "apiVersions": [ - "2023-05-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.EntitlementManagement", - "resourceTypes": [ - { - "resourceType": "Operations", - "apiVersions": [ - "2023-03-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.EventGrid", - "resourceTypes": [ - { - "resourceType": "domains", - "apiVersions": [ - "2024-12-15-preview", - "2024-06-01-preview", - "2023-12-15-preview", - "2023-06-01-preview", - "2022-06-15", - "2021-12-01", - "2021-10-15-preview", - "2021-06-01-preview", - "2020-10-15-preview", - "2020-06-01", - "2020-04-01-preview", - "2020-01-01-preview", - "2019-06-01", - "2019-02-01-preview", - "2018-09-15-preview" - ] - }, - { - "resourceType": "domains/topics", - "apiVersions": [ - "2024-12-15-preview", - "2024-06-01-preview", - "2023-12-15-preview", - "2023-06-01-preview", - "2022-06-15", - "2021-12-01", - "2021-10-15-preview", - "2021-06-01-preview", - "2020-10-15-preview", - "2020-06-01", - "2020-04-01-preview", - "2020-01-01-preview", - "2019-06-01", - "2019-02-01-preview", - "2018-09-15-preview" - ] - }, - { - "resourceType": "eventSubscriptions", - "apiVersions": [ - "2024-12-15-preview", - "2024-06-01-preview", - "2023-12-15-preview", - "2023-06-01-preview", - "2022-06-15", - "2021-12-01", - "2021-10-15-preview", - "2021-06-01-preview", - "2020-10-15-preview", - "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" - ] - }, - { - "resourceType": "extensionTopics", - "apiVersions": [ - "2024-12-15-preview", - "2024-06-01-preview", - "2023-12-15-preview", - "2023-06-01-preview", - "2022-06-15", - "2021-12-01", - "2021-10-15-preview", - "2021-06-01-preview", - "2020-10-15-preview", - "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" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-12-15-preview", - "2024-06-01-preview", - "2023-12-15-preview", - "2023-06-01-preview", - "2022-06-15", - "2021-12-01", - "2021-10-15-preview", - "2021-06-01-preview", - "2020-10-15-preview", - "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" - ] - }, - { - "resourceType": "locations/eventSubscriptions", - "apiVersions": [ - "2024-12-15-preview", - "2024-06-01-preview", - "2023-12-15-preview", - "2023-06-01-preview", - "2022-06-15", - "2021-12-01", - "2021-10-15-preview", - "2021-06-01-preview", - "2020-10-15-preview", - "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" - ] - }, - { - "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable", - "apiVersions": [ - "2024-12-15-preview", - "2024-06-01-preview", - "2023-12-15-preview", - "2023-06-01-preview" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2024-06-01-preview", - "2023-12-15-preview", - "2023-06-01-preview", - "2022-06-15", - "2021-12-01", - "2021-10-15-preview", - "2021-06-01-preview", - "2020-10-15-preview", - "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" - ] - }, - { - "resourceType": "locations/operationsStatus", - "apiVersions": [ - "2024-12-15-preview", - "2024-06-01-preview", - "2023-12-15-preview", - "2023-06-01-preview", - "2022-06-15", - "2021-12-01", - "2021-10-15-preview", - "2021-06-01-preview", - "2020-10-15-preview", - "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" - ] - }, - { - "resourceType": "locations/topicTypes", - "apiVersions": [ - "2024-12-15-preview", - "2024-06-01-preview", - "2023-12-15-preview", - "2023-06-01-preview", - "2022-06-15", - "2021-12-01", - "2021-10-15-preview", - "2021-06-01-preview", - "2020-10-15-preview", - "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" - ] - }, - { - "resourceType": "namespaces", - "apiVersions": [ - "2024-12-15-preview", - "2024-06-01-preview", - "2023-12-15-preview", - "2023-06-01-preview" - ] - }, - { - "resourceType": "operationResults", - "apiVersions": [ - "2024-12-15-preview", - "2024-06-01-preview", - "2023-12-15-preview", - "2023-06-01-preview", - "2022-06-15", - "2021-12-01", - "2021-10-15-preview", - "2021-06-01-preview", - "2020-10-15-preview", - "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" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2022-06-15", - "2021-12-01", - "2021-10-15-preview", - "2021-06-01-preview", - "2020-10-15-preview", - "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" - ] - }, - { - "resourceType": "operationsStatus", - "apiVersions": [ - "2024-12-15-preview", - "2024-06-01-preview", - "2023-12-15-preview", - "2023-06-01-preview", - "2022-10-15-preview", - "2022-06-15", - "2021-12-01", - "2021-10-15-preview", - "2021-06-01-preview", - "2020-10-15-preview", - "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" - ] - }, - { - "resourceType": "partnerConfigurations", - "apiVersions": [ - "2024-12-15-preview", - "2024-06-01-preview", - "2023-12-15-preview", - "2023-06-01-preview", - "2022-10-15-preview", - "2022-06-15", - "2021-10-15-preview" - ] - }, - { - "resourceType": "partnerDestinations", - "apiVersions": [ - "2024-12-15-preview", - "2024-06-01-preview", - "2023-12-15-preview", - "2023-06-01-preview", - "2021-10-15-preview" - ] - }, - { - "resourceType": "partnerNamespaces", - "apiVersions": [ - "2024-12-15-preview", - "2024-06-01-preview", - "2023-12-15-preview", - "2023-06-01-preview", - "2022-06-15", - "2021-10-15-preview", - "2021-06-01-preview", - "2020-04-01-preview" - ] - }, - { - "resourceType": "partnerNamespaces/channels", - "apiVersions": [ - "2024-12-15-preview", - "2024-06-01-preview", - "2023-12-15-preview", - "2023-06-01-preview", - "2022-06-15", - "2021-10-15-preview" - ] - }, - { - "resourceType": "partnerNamespaces/eventChannels", - "apiVersions": [ - "2021-10-15-preview", - "2021-06-01-preview", - "2020-10-15-preview", - "2020-04-01-preview" - ] - }, - { - "resourceType": "partnerRegistrations", - "apiVersions": [ - "2024-12-15-preview", - "2024-06-01-preview", - "2023-12-15-preview", - "2023-06-01-preview", - "2022-10-15-preview", - "2022-06-15", - "2021-10-15-preview", - "2021-06-01-preview", - "2020-10-15-preview", - "2020-04-01-preview" - ] - }, - { - "resourceType": "partnerTopics", - "apiVersions": [ - "2024-12-15-preview", - "2024-06-01-preview", - "2023-12-15-preview", - "2023-06-01-preview", - "2022-06-15", - "2021-10-15-preview", - "2021-06-01-preview", - "2020-10-15-preview", - "2020-04-01-preview" - ] - }, - { - "resourceType": "partnerTopics/eventSubscriptions", - "apiVersions": [ - "2024-12-15-preview", - "2024-06-01-preview", - "2023-12-15-preview", - "2023-06-01-preview", - "2022-06-15", - "2021-10-15-preview", - "2021-06-01-preview", - "2020-10-15-preview", - "2020-04-01-preview" - ] - }, - { - "resourceType": "systemTopics", - "apiVersions": [ - "2024-12-15-preview", - "2024-06-01-preview", - "2023-12-15-preview", - "2023-06-01-preview", - "2022-06-15", - "2021-12-01", - "2021-10-15-preview", - "2021-06-01-preview", - "2020-10-15-preview", - "2020-04-01-preview" - ] - }, - { - "resourceType": "systemTopics/eventSubscriptions", - "apiVersions": [ - "2024-12-15-preview", - "2024-06-01-preview", - "2023-12-15-preview", - "2023-06-01-preview", - "2022-06-15", - "2021-12-01", - "2021-10-15-preview", - "2021-06-01-preview", - "2020-10-15-preview", - "2020-04-01-preview" - ] - }, - { - "resourceType": "topicTypes", - "apiVersions": [ - "2024-12-15-preview", - "2024-06-01-preview", - "2023-12-15-preview", - "2023-06-01-preview", - "2022-06-15", - "2021-12-01", - "2021-10-15-preview", - "2021-06-01-preview", - "2020-10-15-preview", - "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" - ] - }, - { - "resourceType": "topics", - "apiVersions": [ - "2024-12-15-preview", - "2024-06-01-preview", - "2023-12-15-preview", - "2023-06-01-preview", - "2022-06-15", - "2021-12-01", - "2021-10-15-preview", - "2021-06-01-preview", - "2020-10-15-preview", - "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" - ] - }, - { - "resourceType": "verifiedPartners", - "apiVersions": [ - "2024-12-15-preview", - "2024-06-01-preview", - "2023-12-15-preview", - "2023-06-01-preview", - "2022-06-15", - "2021-10-15-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.EventHub", - "resourceTypes": [ - { - "resourceType": "availableClusterRegions", - "apiVersions": [ - "2018-01-01-preview" - ] - }, - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview", - "2017-04-01", - "2015-08-01", - "2014-09-01" - ] - }, - { - "resourceType": "checkNamespaceAvailability", - "apiVersions": [ - "2015-08-01", - "2014-09-01" - ] - }, - { - "resourceType": "clusters", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2018-01-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview", - "2017-04-01" - ] - }, - { - "resourceType": "locations/clusterOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview" - ] - }, - { - "resourceType": "locations/deleteVirtualNetworkOrSubnets", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview", - "2017-04-01" - ] - }, - { - "resourceType": "locations/namespaceOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview", - "2017-04-01", - "2015-08-01", - "2014-09-01" - ] - }, - { - "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview" - ] - }, - { - "resourceType": "locations/operationStatus", - "apiVersions": [ - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview" - ] - }, - { - "resourceType": "namespaces", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview", - "2017-04-01", - "2015-08-01", - "2014-09-01" - ] - }, - { - "resourceType": "namespaces/applicationGroups", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview" - ] - }, - { - "resourceType": "namespaces/authorizationrules", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview", - "2017-04-01", - "2015-08-01", - "2014-09-01" - ] - }, - { - "resourceType": "namespaces/disasterrecoveryconfigs", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview", - "2017-04-01" - ] - }, - { - "resourceType": "namespaces/disasterrecoveryconfigs/checkNameAvailability", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview", - "2017-04-01", - "2015-08-01", - "2014-09-01" - ] - }, - { - "resourceType": "namespaces/eventhubs", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview", - "2017-04-01", - "2015-08-01", - "2014-09-01" - ] - }, - { - "resourceType": "namespaces/eventhubs/authorizationrules", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview", - "2017-04-01", - "2015-08-01", - "2014-09-01" - ] - }, - { - "resourceType": "namespaces/eventhubs/consumergroups", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview", - "2017-04-01", - "2015-08-01", - "2014-09-01" - ] - }, - { - "resourceType": "namespaces/hoboConfigurations", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview" - ] - }, - { - "resourceType": "namespaces/networkSecurityPerimeterAssociationProxies", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview" - ] - }, - { - "resourceType": "namespaces/networkSecurityPerimeterConfigurations", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview" - ] - }, - { - "resourceType": "namespaces/networkrulesets", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview", - "2017-04-01" - ] - }, - { - "resourceType": "namespaces/privateEndpointConnectionProxies", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview" - ] - }, - { - "resourceType": "namespaces/privateEndpointConnections", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview", - "2017-04-01", - "2015-08-01", - "2014-09-01" - ] - }, - { - "resourceType": "sku", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview", - "2017-04-01", - "2015-08-01", - "2014-09-01" - ] - } - ] - }, - { - "namespace": "Microsoft.Experimentation", - "resourceTypes": [ - { - "resourceType": "Operations", - "apiVersions": [ - "2024-11-30-preview", - "2023-09-30-preview", - "2021-11-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.ExtendedLocation", - "resourceTypes": [ - { - "resourceType": "customLocations", - "apiVersions": [ - "2021-08-31-preview", - "2021-08-15", - "2021-03-15-preview" - ] - }, - { - "resourceType": "customLocations/enabledResourceTypes", - "apiVersions": [ - "2021-08-31-preview", - "2021-08-15", - "2021-03-15-preview" - ] - }, - { - "resourceType": "customLocations/resourceSyncRules", - "apiVersions": [ - "2021-08-31-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2021-03-15-preview", - "2020-07-15-privatepreview" - ] - }, - { - "resourceType": "locations/operationresults", - "apiVersions": [ - "2021-03-15-preview" - ] - }, - { - "resourceType": "locations/operationsstatus", - "apiVersions": [ - "2021-03-15-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2021-08-31-preview", - "2021-08-15", - "2021-03-15-preview", - "2020-07-15-privatepreview" - ] - } - ] - }, - { - "namespace": "Microsoft.Fabric", - "resourceTypes": [ - { - "resourceType": "capacities", - "apiVersions": [ - "2023-11-01", - "2022-07-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2023-11-01", - "2022-07-01-preview" - ] - }, - { - "resourceType": "locations/checkNameAvailability", - "apiVersions": [ - "2023-11-01", - "2022-07-01-preview" - ] - }, - { - "resourceType": "locations/operationresults", - "apiVersions": [ - "2023-11-01", - "2022-07-01-preview" - ] - }, - { - "resourceType": "locations/operationstatuses", - "apiVersions": [ - "2023-11-01", - "2022-07-01-preview" - ] - }, - { - "resourceType": "locations/usages", - "apiVersions": [ - "2023-11-01", - "2022-07-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-11-01", - "2022-07-01-preview" - ] - }, - { - "resourceType": "privateLinkServicesForFabric/operationResults", - "apiVersions": [ - "2024-06-01" - ] - } - ] - }, - { - "namespace": "Microsoft.FairfieldGardens", - "resourceTypes": [ - { - "resourceType": "DeviceProvisioningStates", - "apiVersions": [ - "2023-12-01-preview" - ] - }, - { - "resourceType": "ProvisioningResources", - "apiVersions": [ - "2023-12-01-preview" - ] - }, - { - "resourceType": "ProvisioningResources/ProvisioningPolicies", - "apiVersions": [ - "2023-12-01-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2023-12-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Falcon", - "resourceTypes": [ - { - "resourceType": "namespaces", - "apiVersions": [ - "2020-01-20-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Features", - "resourceTypes": [ - { - "resourceType": "featureConfigurations", - "apiVersions": [ - "2021-07-01", - "2020-09-01" - ] - }, - { - "resourceType": "featureProviderNamespaces", - "apiVersions": [ - "2021-07-01", - "2020-09-01" - ] - }, - { - "resourceType": "featureProviders", - "apiVersions": [ - "2021-07-01", - "2020-09-01", - "2020-01-01" - ] - }, - { - "resourceType": "features", - "apiVersions": [ - "2021-07-01", - "2015-12-01", - "2014-08-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2021-07-01", - "2015-12-01", - "2014-08-01-preview" - ] - }, - { - "resourceType": "providers", - "apiVersions": [ - "2021-07-01", - "2015-12-01", - "2014-08-01-preview" - ] - }, - { - "resourceType": "subscriptionFeatureRegistrations", - "apiVersions": [ - "2021-07-01", - "2020-09-01", - "2020-01-01" - ] - } - ] - }, - { - "namespace": "Microsoft.FluidRelay", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2021-08-30-preview" - ] - }, - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2021-08-30-preview" - ] - }, - { - "resourceType": "Operations", - "apiVersions": [ - "2022-06-01", - "2022-05-26", - "2022-05-11", - "2022-04-21", - "2022-02-15", - "2021-03-12-preview", - "2021-03-01-preview" - ] - }, - { - "resourceType": "fluidRelayServers", - "apiVersions": [ - "2022-06-01", - "2022-05-26", - "2022-05-11", - "2022-04-21", - "2022-04-03", - "2022-02-23-preview", - "2022-02-16-preview", - "2022-02-15", - "2021-09-10-preview", - "2021-08-30-preview", - "2021-06-15-preview", - "2021-03-12-preview" - ] - }, - { - "resourceType": "fluidRelayServers/fluidRelayContainers", - "apiVersions": [ - "2022-06-01", - "2022-05-26", - "2022-05-11", - "2022-04-21", - "2022-02-15", - "2021-09-10-preview", - "2021-08-30-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.GraphServices", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2023-04-13", - "2022-09-22-preview" - ] - }, - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2023-04-13", - "2022-09-22-preview" - ] - }, - { - "resourceType": "Operations", - "apiVersions": [ - "2023-04-13", - "2022-09-22-preview" - ] - }, - { - "resourceType": "RegisteredSubscriptions", - "apiVersions": [ - "2023-04-13", - "2022-09-22-preview" - ] - }, - { - "resourceType": "accounts", - "apiVersions": [ - "2023-04-13", - "2022-09-22-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.GuestConfiguration", - "resourceTypes": [ - { - "resourceType": "guestConfigurationAssignments", - "apiVersions": [ - "2024-04-05", - "2022-01-25", - "2021-01-25", - "2020-06-25", - "2018-11-20", - "2018-06-30-preview", - "2018-01-20-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-04-05", - "2022-01-25", - "2021-01-25", - "2020-06-25", - "2018-11-20", - "2018-06-30-preview", - "2018-01-20-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.HDInsight", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2024-08-01-preview", - "2023-08-15-preview", - "2023-04-15-preview", - "2021-06-01", - "2018-06-01-preview", - "2015-03-01-preview" - ] - }, - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2024-05-01-preview", - "2023-11-01-preview", - "2023-06-01-preview", - "2021-09-15-preview" - ] - }, - { - "resourceType": "Locations/availableclusterpoolversions", - "apiVersions": [ - "2024-05-01-preview", - "2023-11-01-preview", - "2023-06-01-preview", - "2021-09-15-preview" - ] - }, - { - "resourceType": "Locations/availableclusterversions", - "apiVersions": [ - "2024-05-01-preview", - "2023-11-01-preview", - "2023-06-01-preview", - "2021-09-15-preview" - ] - }, - { - "resourceType": "Locations/clusterofferingversions", - "apiVersions": [ - "2024-05-01-preview", - "2023-11-01-preview", - "2023-06-01-preview", - "2021-09-15-preview" - ] - }, - { - "resourceType": "clusterpools", - "apiVersions": [ - "2024-05-01-preview", - "2023-11-01-preview", - "2023-06-01-preview", - "2021-09-15-preview" - ] - }, - { - "resourceType": "clusterpools/availableupgrades", - "apiVersions": [ - "2024-05-01-preview", - "2023-11-01-preview" - ] - }, - { - "resourceType": "clusterpools/clusters", - "apiVersions": [ - "2024-05-01-preview", - "2023-11-01-preview", - "2023-06-01-preview", - "2021-09-15-preview" - ] - }, - { - "resourceType": "clusterpools/clusters/availableupgrades", - "apiVersions": [ - "2024-05-01-preview", - "2023-11-01-preview" - ] - }, - { - "resourceType": "clusterpools/clusters/instanceViews", - "apiVersions": [ - "2024-05-01-preview", - "2023-11-01-preview", - "2023-06-01-preview", - "2021-09-15-preview" - ] - }, - { - "resourceType": "clusterpools/clusters/jobs", - "apiVersions": [ - "2024-05-01-preview", - "2023-11-01-preview", - "2023-06-01-preview", - "2021-09-15-preview" - ] - }, - { - "resourceType": "clusterpools/clusters/libraries", - "apiVersions": [ - "2024-05-01-preview" - ] - }, - { - "resourceType": "clusterpools/clusters/serviceConfigs", - "apiVersions": [ - "2024-05-01-preview", - "2023-11-01-preview", - "2023-06-01-preview", - "2021-09-15-preview" - ] - }, - { - "resourceType": "clusterpools/clusters/upgradehistories", - "apiVersions": [ - "2024-05-01-preview" - ] - }, - { - "resourceType": "clusterpools/upgradehistories", - "apiVersions": [ - "2024-05-01-preview" - ] - }, - { - "resourceType": "clusters", - "apiVersions": [ - "2024-08-01-preview", - "2023-08-15-preview", - "2023-04-15-preview", - "2021-06-01", - "2018-06-01-preview", - "2015-03-01-preview" - ] - }, - { - "resourceType": "clusters/applications", - "apiVersions": [ - "2024-08-01-preview", - "2023-08-15-preview", - "2023-04-15-preview", - "2021-06-01", - "2018-06-01-preview", - "2015-03-01-preview" - ] - }, - { - "resourceType": "clusters/operationresults", - "apiVersions": [ - "2024-08-01-preview", - "2023-08-15-preview", - "2023-04-15-preview", - "2021-06-01", - "2018-06-01-preview", - "2015-03-01-preview" - ] - }, - { - "resourceType": "locations/azureasyncoperations", - "apiVersions": [ - "2024-08-01-preview", - "2023-08-15-preview", - "2023-04-15-preview", - "2021-06-01", - "2018-06-01-preview", - "2015-03-01-preview" - ] - }, - { - "resourceType": "locations/billingSpecs", - "apiVersions": [ - "2024-08-01-preview", - "2023-08-15-preview", - "2023-04-15-preview", - "2021-06-01", - "2018-06-01-preview", - "2015-03-01-preview" - ] - }, - { - "resourceType": "locations/capabilities", - "apiVersions": [ - "2024-08-01-preview", - "2023-08-15-preview", - "2023-04-15-preview", - "2021-06-01", - "2018-06-01-preview", - "2015-03-01-preview" - ] - }, - { - "resourceType": "locations/checkNameAvailability", - "apiVersions": [ - "2024-08-01-preview", - "2023-08-15-preview", - "2023-04-15-preview", - "2021-06-01", - "2018-06-01-preview", - "2015-03-01-preview" - ] - }, - { - "resourceType": "locations/operationresults", - "apiVersions": [ - "2024-08-01-preview", - "2023-08-15-preview", - "2023-04-15-preview", - "2021-06-01", - "2018-06-01-preview", - "2015-03-01-preview" - ] - }, - { - "resourceType": "locations/usages", - "apiVersions": [ - "2024-08-01-preview", - "2023-08-15-preview", - "2023-04-15-preview", - "2021-06-01", - "2018-06-01-preview", - "2015-03-01-preview" - ] - }, - { - "resourceType": "locations/validateCreateRequest", - "apiVersions": [ - "2024-08-01-preview", - "2023-08-15-preview", - "2023-04-15-preview", - "2021-06-01", - "2018-06-01-preview", - "2015-03-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-06-01-preview", - "2021-09-15-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.HanaOnAzure", - "resourceTypes": [ - { - "resourceType": "hanaInstances", - "apiVersions": [ - "2017-11-03-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2017-11-03-preview" - ] - }, - { - "resourceType": "locations/operations", - "apiVersions": [ - "2017-11-03-preview" - ] - }, - { - "resourceType": "locations/operationsStatus", - "apiVersions": [ - "2017-11-03-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2017-11-03-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Hardware", - "resourceTypes": [ - { - "resourceType": "Operations", - "apiVersions": [ - "2023-02-22-preview" - ] - }, - { - "resourceType": "orderPreview", - "apiVersions": [ - "2023-07-12-preview" - ] - }, - { - "resourceType": "orders", - "apiVersions": [ - "2023-07-12-preview" - ] - }, - { - "resourceType": "registeredSubscriptions", - "apiVersions": [ - "2023-07-12-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.HardwareSecurityModules", - "resourceTypes": [ - { - "resourceType": "cloudHsmClusters", - "apiVersions": [ - "2024-06-30-preview", - "2022-08-31-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2021-11-30", - "2018-10-31-preview", - "2018-10-31" - ] - }, - { - "resourceType": "locations/cloudHsmOperationResults", - "apiVersions": [ - "2024-06-30-preview", - "2022-08-31-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-06-30-preview", - "2022-08-31-preview", - "2021-11-30", - "2018-10-31-preview", - "2018-10-31" - ] - } - ] - }, - { - "namespace": "Microsoft.HealthBot", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2024-02-01", - "2023-05-01", - "2022-08-08", - "2021-08-24", - "2021-06-10", - "2020-12-08" - ] - }, - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2024-02-01", - "2023-05-01", - "2022-08-08", - "2021-08-24", - "2021-06-10", - "2020-12-08" - ] - }, - { - "resourceType": "Operations", - "apiVersions": [ - "2024-02-01", - "2023-05-01", - "2022-08-08", - "2021-08-24", - "2021-06-10", - "2020-12-08" - ] - }, - { - "resourceType": "healthBots", - "apiVersions": [ - "2024-02-01", - "2023-05-01", - "2022-08-08", - "2021-08-24", - "2021-06-10", - "2020-12-08" - ] - } - ] - }, - { - "namespace": "Microsoft.HealthDataAIServices", - "resourceTypes": [ - { - "resourceType": "deidServices", - "apiVersions": [ - "2024-09-20", - "2024-02-28-preview" - ] - }, - { - "resourceType": "deidServices/privateEndpointConnections", - "apiVersions": [ - "2024-09-20", - "2024-02-28-preview" - ] - }, - { - "resourceType": "deidServices/privateLinkResources", - "apiVersions": [ - "2024-09-20", - "2024-02-28-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-09-20", - "2024-02-28-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2024-09-20", - "2024-02-28-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-09-20", - "2024-02-28-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.HealthModel", - "resourceTypes": [ - { - "resourceType": "Operations", - "apiVersions": [ - "2022-11-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.HealthcareApis", - "resourceTypes": [ - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-03-31", - "2024-03-01", - "2023-12-01", - "2023-11-01-preview", - "2023-11-01", - "2023-10-15-preview", - "2023-09-06", - "2023-06-01-preview", - "2023-02-28", - "2022-12-01", - "2022-06-01", - "2022-05-15", - "2022-01-31-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-03-31-preview", - "2021-01-11", - "2020-03-30", - "2020-03-15", - "2019-09-16", - "2018-08-20-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-03-31", - "2024-03-01", - "2023-12-01", - "2023-11-01-preview", - "2023-11-01", - "2023-10-15-preview", - "2023-09-06", - "2023-06-01-preview", - "2023-02-28", - "2022-12-01", - "2022-06-01", - "2022-05-15", - "2022-01-31-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-11", - "2020-03-30", - "2020-03-15", - "2019-09-16", - "2018-08-20-preview" - ] - }, - { - "resourceType": "locations/operationresults", - "apiVersions": [ - "2024-03-31", - "2024-03-01", - "2023-12-01", - "2023-11-01-preview", - "2023-11-01", - "2023-10-15-preview", - "2023-09-06", - "2023-06-01-preview", - "2023-02-28", - "2022-12-01", - "2022-06-01", - "2022-05-15", - "2022-01-31-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-11", - "2020-05-01-preview", - "2020-03-30", - "2020-03-15", - "2019-09-16", - "2018-08-20-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-03-31", - "2024-03-01", - "2023-12-01", - "2023-11-01-preview", - "2023-11-01", - "2023-10-15-preview", - "2023-09-06", - "2023-06-01-preview", - "2023-02-28", - "2022-12-01", - "2022-06-01", - "2022-05-15", - "2022-01-31-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-11", - "2020-03-30", - "2020-03-15", - "2019-09-16", - "2018-08-20-preview" - ] - }, - { - "resourceType": "services", - "apiVersions": [ - "2024-03-31", - "2024-03-01", - "2023-12-01", - "2023-11-01-preview", - "2023-11-01", - "2023-10-15-preview", - "2023-09-06", - "2023-06-01-preview", - "2023-02-28", - "2022-12-01", - "2022-06-01", - "2022-05-15", - "2022-01-31-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-11", - "2020-03-30", - "2020-03-15", - "2019-09-16", - "2018-08-20-preview" - ] - }, - { - "resourceType": "services/iomtconnectors", - "apiVersions": [ - "2020-05-01-preview" - ] - }, - { - "resourceType": "services/iomtconnectors/connections", - "apiVersions": [ - "2020-05-01-preview" - ] - }, - { - "resourceType": "services/iomtconnectors/mappings", - "apiVersions": [ - "2020-05-01-preview" - ] - }, - { - "resourceType": "services/privateEndpointConnectionProxies", - "apiVersions": [ - "2024-03-31", - "2024-03-01", - "2023-12-01", - "2023-11-01-preview", - "2023-11-01", - "2023-10-15-preview", - "2023-09-06", - "2023-06-01-preview", - "2023-02-28", - "2022-12-01", - "2022-06-01", - "2022-05-15", - "2022-01-31-preview", - "2021-11-01", - "2021-06-01-preview", - "2020-03-30" - ] - }, - { - "resourceType": "services/privateEndpointConnections", - "apiVersions": [ - "2024-03-31", - "2024-03-01", - "2023-12-01", - "2023-11-01-preview", - "2023-11-01", - "2023-10-15-preview", - "2023-09-06", - "2023-06-01-preview", - "2023-02-28", - "2022-12-01", - "2022-06-01", - "2022-05-15", - "2022-01-31-preview", - "2021-11-01", - "2021-06-01-preview", - "2020-03-30" - ] - }, - { - "resourceType": "services/privateLinkResources", - "apiVersions": [ - "2024-03-31", - "2024-03-01", - "2023-12-01", - "2023-11-01-preview", - "2023-11-01", - "2023-10-15-preview", - "2023-09-06", - "2023-06-01-preview", - "2023-02-28", - "2022-12-01", - "2022-06-01", - "2022-05-15", - "2022-01-31-preview", - "2021-11-01", - "2021-06-01-preview", - "2020-03-30" - ] - }, - { - "resourceType": "validateMedtechMappings", - "apiVersions": [ - "2022-01-31-preview" - ] - }, - { - "resourceType": "workspaces", - "apiVersions": [ - "2024-03-31", - "2024-03-01", - "2023-12-01", - "2023-11-01-preview", - "2023-11-01", - "2023-10-15-preview", - "2023-09-06", - "2023-06-01-preview", - "2023-02-28", - "2022-12-01", - "2022-06-01", - "2022-05-15", - "2022-01-31-preview", - "2021-11-01", - "2021-06-01-preview" - ] - }, - { - "resourceType": "workspaces/dicomservices", - "apiVersions": [ - "2024-03-31", - "2024-03-01", - "2023-12-01", - "2023-11-01-preview", - "2023-11-01", - "2023-10-15-preview", - "2023-09-06", - "2023-06-01-preview", - "2023-02-28", - "2022-12-01", - "2022-06-01", - "2022-05-15", - "2022-01-31-preview", - "2021-11-01", - "2021-06-01-preview" - ] - }, - { - "resourceType": "workspaces/eventGridFilters", - "apiVersions": [ - "2024-03-31", - "2024-03-01", - "2023-12-01", - "2023-11-01-preview", - "2023-11-01", - "2023-10-15-preview", - "2023-09-06", - "2023-06-01-preview", - "2023-04-15-preview", - "2023-02-28", - "2023-02-01-preview", - "2022-12-01", - "2022-11-01-preview", - "2022-10-01-preview", - "2022-06-01", - "2022-05-15", - "2022-01-31-preview", - "2021-11-01", - "2021-06-01-preview" - ] - }, - { - "resourceType": "workspaces/fhirservices", - "apiVersions": [ - "2024-03-31", - "2024-03-01", - "2023-12-01", - "2023-11-01-preview", - "2023-11-01", - "2023-10-15-preview", - "2023-09-06", - "2023-06-01-preview", - "2023-02-28", - "2022-12-01", - "2022-06-01", - "2022-05-15", - "2022-01-31-preview", - "2021-11-01", - "2021-06-01-preview" - ] - }, - { - "resourceType": "workspaces/iotconnectors", - "apiVersions": [ - "2024-03-31", - "2024-03-01", - "2023-12-01", - "2023-11-01-preview", - "2023-11-01", - "2023-10-15-preview", - "2023-09-06", - "2023-06-01-preview", - "2023-02-28", - "2022-12-01", - "2022-06-01", - "2022-05-15", - "2022-01-31-preview", - "2021-11-01", - "2021-06-01-preview" - ] - }, - { - "resourceType": "workspaces/iotconnectors/fhirdestinations", - "apiVersions": [ - "2024-03-31", - "2024-03-01", - "2023-12-01", - "2023-11-01-preview", - "2023-11-01", - "2023-10-15-preview", - "2023-09-06", - "2023-06-01-preview", - "2023-02-28", - "2022-12-01", - "2022-06-01", - "2022-05-15", - "2022-01-31-preview", - "2021-11-01", - "2021-06-01-preview" - ] - }, - { - "resourceType": "workspaces/privateEndpointConnectionProxies", - "apiVersions": [ - "2024-03-31", - "2024-03-01", - "2023-12-01", - "2023-11-01-preview", - "2023-11-01", - "2023-10-15-preview", - "2023-09-06", - "2023-06-01-preview", - "2023-02-28", - "2022-12-01", - "2022-06-01", - "2022-05-15", - "2022-01-31-preview", - "2021-11-01", - "2021-03-31-preview" - ] - }, - { - "resourceType": "workspaces/privateEndpointConnections", - "apiVersions": [ - "2024-03-31", - "2024-03-01", - "2023-12-01", - "2023-11-01-preview", - "2023-11-01", - "2023-10-15-preview", - "2023-09-06", - "2023-06-01-preview", - "2023-02-28", - "2022-12-01", - "2022-06-01", - "2022-05-15", - "2022-01-31-preview", - "2021-11-01", - "2021-03-31-preview" - ] - }, - { - "resourceType": "workspaces/privateLinkResources", - "apiVersions": [ - "2024-03-31", - "2024-03-01", - "2023-12-01", - "2023-11-01-preview", - "2023-11-01", - "2023-10-15-preview", - "2023-09-06", - "2023-06-01-preview", - "2023-02-28", - "2022-12-01", - "2022-06-01", - "2022-05-15", - "2022-01-31-preview", - "2021-11-01", - "2021-03-31-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Help", - "resourceTypes": [ - { - "resourceType": "SelfHelp", - "apiVersions": [ - "2024-03-01-preview" - ] - }, - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-03-01-preview", - "2023-09-01-preview", - "2023-06-01", - "2023-03-23-preview", - "2023-03-03-preview", - "2023-01-01-preview" - ] - }, - { - "resourceType": "diagnostics", - "apiVersions": [ - "2024-03-01-preview", - "2023-09-01-preview", - "2023-06-01", - "2023-01-01-preview" - ] - }, - { - "resourceType": "discoverSolutions", - "apiVersions": [ - "2024-03-01-preview", - "2023-08-01-preview" - ] - }, - { - "resourceType": "discoverySolutions", - "apiVersions": [ - "2024-03-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-06-01", - "2023-01-01-preview" - ] - }, - { - "resourceType": "monitorInsights", - "apiVersions": [ - "2024-09-01-preview" - ] - }, - { - "resourceType": "operationResults", - "apiVersions": [ - "2025-03-01-preview", - "2024-09-01-preview", - "2024-03-01-preview", - "2023-09-01-preview", - "2023-06-01", - "2023-03-03-preview", - "2023-01-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2025-03-01-preview", - "2024-09-01-preview", - "2024-03-01-preview", - "2023-09-01-preview", - "2023-06-01", - "2023-03-23-preview", - "2023-03-03-preview", - "2023-01-01-preview" - ] - }, - { - "resourceType": "plugins", - "apiVersions": [ - "2024-09-01-preview" - ] - }, - { - "resourceType": "simplifiedSolutions", - "apiVersions": [ - "2024-03-01-preview" - ] - }, - { - "resourceType": "smartDiagnostics", - "apiVersions": [ - "2025-03-01-preview" - ] - }, - { - "resourceType": "solutions", - "apiVersions": [ - "2024-03-01-preview", - "2023-09-01-preview", - "2023-03-03-preview" - ] - }, - { - "resourceType": "troubleshooters", - "apiVersions": [ - "2024-03-01-preview", - "2023-09-01-preview", - "2023-03-23-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.HybridCloud", - "resourceTypes": [ - { - "resourceType": "cloudConnections", - "apiVersions": [ - "2023-01-01-preview" - ] - }, - { - "resourceType": "cloudConnectors", - "apiVersions": [ - "2023-01-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.HybridCompute", - "resourceTypes": [ - { - "resourceType": "gateways", - "apiVersions": [ - "2024-07-31-preview", - "2024-07-10", - "2024-05-20-preview", - "2024-03-31-preview" - ] - }, - { - "resourceType": "licenses", - "apiVersions": [ - "2024-07-31-preview", - "2024-07-10", - "2024-05-20-preview", - "2024-03-31-preview", - "2023-10-03-preview", - "2023-06-20-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-07-31-preview", - "2024-07-10", - "2024-05-20-preview", - "2024-03-31-preview", - "2023-10-03-preview", - "2023-06-20-preview", - "2023-04-25-preview", - "2023-03-15-preview", - "2022-12-27-preview", - "2022-12-27", - "2022-11-10", - "2022-08-11-preview", - "2022-05-10-preview", - "2022-03-10", - "2021-12-10-preview", - "2021-06-10-preview", - "2021-05-20", - "2021-05-17-preview", - "2021-04-22-preview", - "2021-03-25-preview", - "2021-01-28-preview", - "2020-08-15-preview", - "2020-08-02", - "2020-07-30-preview", - "2020-03-11-preview", - "2019-12-12", - "2019-08-02-preview" - ] - }, - { - "resourceType": "locations/notifyExtension", - "apiVersions": [ - "2024-07-31-preview", - "2024-07-10", - "2024-05-20-preview", - "2024-03-31-preview", - "2023-10-03-preview" - ] - }, - { - "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable", - "apiVersions": [ - "2024-07-31-preview", - "2024-07-10", - "2024-05-20-preview", - "2024-03-31-preview", - "2023-10-03-preview" - ] - }, - { - "resourceType": "locations/notifyRunCommand", - "apiVersions": [ - "2024-07-31-preview", - "2024-07-10", - "2024-05-20-preview", - "2024-03-31-preview", - "2023-10-03-preview" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2024-07-31-preview", - "2024-07-10", - "2024-05-20-preview", - "2024-03-31-preview", - "2023-10-03-preview", - "2023-06-20-preview", - "2023-04-25-preview", - "2023-03-15-preview", - "2022-12-27-preview", - "2022-12-27", - "2022-11-10", - "2022-08-11-preview", - "2022-05-10-preview", - "2022-03-10", - "2021-12-10-preview", - "2021-06-10-preview", - "2021-05-20", - "2021-05-17-preview", - "2021-04-22-preview", - "2021-03-25-preview", - "2021-01-28-preview", - "2020-08-15-preview", - "2020-08-02", - "2020-07-30-preview", - "2020-03-11-preview", - "2019-12-12", - "2019-08-02-preview" - ] - }, - { - "resourceType": "locations/operationStatus", - "apiVersions": [ - "2024-07-31-preview", - "2024-07-10", - "2024-05-20-preview", - "2024-03-31-preview", - "2023-10-03-preview", - "2023-06-20-preview", - "2023-04-25-preview", - "2023-03-15-preview", - "2022-12-27-preview", - "2022-12-27", - "2022-11-10", - "2022-08-11-preview", - "2022-05-10-preview", - "2022-03-10", - "2021-12-10-preview", - "2021-06-10-preview", - "2021-05-20", - "2021-05-17-preview", - "2021-04-22-preview", - "2021-03-25-preview", - "2021-01-28-preview", - "2020-08-15-preview", - "2020-08-02", - "2020-07-30-preview", - "2020-03-11-preview", - "2019-12-12", - "2019-08-02-preview" - ] - }, - { - "resourceType": "locations/privateLinkScopes", - "apiVersions": [ - "2024-07-31-preview", - "2024-07-10", - "2024-05-20-preview", - "2024-03-31-preview", - "2023-10-03-preview", - "2023-06-20-preview", - "2023-04-25-preview", - "2023-03-15-preview", - "2022-12-27-preview", - "2022-12-27", - "2022-11-10", - "2022-08-11-preview", - "2022-05-10-preview", - "2022-03-10", - "2021-12-10-preview", - "2021-06-10-preview", - "2021-05-20", - "2021-05-17-preview", - "2021-04-22-preview", - "2021-03-25-preview", - "2021-01-28-preview" - ] - }, - { - "resourceType": "locations/publishers", - "apiVersions": [ - "2024-07-31-preview", - "2024-07-10", - "2024-05-20-preview", - "2024-03-31-preview", - "2023-10-03-preview", - "2023-06-20-preview", - "2023-04-25-preview", - "2023-03-15-preview", - "2022-12-27-preview", - "2022-12-27", - "2022-11-10", - "2022-08-11-preview" - ] - }, - { - "resourceType": "locations/publishers/extensionTypes", - "apiVersions": [ - "2024-07-31-preview", - "2024-07-10", - "2024-05-20-preview", - "2024-03-31-preview", - "2023-10-03-preview", - "2023-06-20-preview", - "2023-04-25-preview", - "2023-03-15-preview", - "2022-12-27-preview", - "2022-12-27", - "2022-11-10", - "2022-08-11-preview" - ] - }, - { - "resourceType": "locations/publishers/extensionTypes/versions", - "apiVersions": [ - "2024-07-31-preview", - "2024-07-10", - "2024-05-20-preview", - "2024-03-31-preview", - "2023-10-03-preview", - "2023-06-20-preview", - "2023-04-25-preview", - "2023-03-15-preview", - "2022-12-27-preview", - "2022-12-27", - "2022-11-10", - "2022-08-11-preview" - ] - }, - { - "resourceType": "locations/updateCenterOperationResults", - "apiVersions": [ - "2024-07-31-preview", - "2024-07-10", - "2024-05-20-preview", - "2024-03-31-preview", - "2023-10-03-preview", - "2023-06-20-preview", - "2023-04-25-preview", - "2023-03-15-preview", - "2022-12-27-preview", - "2022-12-27", - "2022-11-10", - "2022-08-11-preview", - "2022-05-10-preview", - "2022-03-10", - "2021-12-10-preview", - "2021-06-10-preview", - "2021-05-20", - "2021-05-17-preview", - "2021-04-22-preview", - "2021-03-25-preview", - "2021-01-28-preview", - "2020-08-15-preview" - ] - }, - { - "resourceType": "machines", - "apiVersions": [ - "2024-07-31-preview", - "2024-07-10", - "2024-05-20-preview", - "2024-03-31-preview", - "2023-10-03-preview", - "2023-06-20-preview", - "2023-04-25-preview", - "2023-03-15-preview", - "2022-12-27-preview", - "2022-12-27", - "2022-11-10", - "2022-08-11-preview", - "2022-05-10-preview", - "2022-03-10", - "2021-12-10-preview", - "2021-06-10-preview", - "2021-05-20", - "2021-05-17-preview", - "2021-04-22-preview", - "2021-03-25-preview", - "2021-01-28-preview", - "2020-08-15-preview", - "2020-08-02", - "2020-07-30-preview", - "2020-03-11-preview", - "2019-12-12", - "2019-08-02-preview", - "2019-03-18-preview" - ] - }, - { - "resourceType": "machines/assessPatches", - "apiVersions": [ - "2024-07-31-preview", - "2024-07-10", - "2024-05-20-preview", - "2024-03-31-preview", - "2023-10-03-preview", - "2023-06-20-preview", - "2023-04-25-preview", - "2023-03-15-preview", - "2022-12-27-preview", - "2022-12-27", - "2022-11-10", - "2022-08-11-preview", - "2022-05-10-preview", - "2022-03-10", - "2021-12-10-preview", - "2021-06-10-preview", - "2021-05-20", - "2021-05-17-preview", - "2021-04-22-preview", - "2021-03-25-preview", - "2021-01-28-preview", - "2020-08-15-preview" - ] - }, - { - "resourceType": "machines/extensions", - "apiVersions": [ - "2024-07-31-preview", - "2024-07-10", - "2024-05-20-preview", - "2024-03-31-preview", - "2023-10-03-preview", - "2023-06-20-preview", - "2023-04-25-preview", - "2023-03-15-preview", - "2022-12-27-preview", - "2022-12-27", - "2022-11-10", - "2022-08-11-preview", - "2022-05-10-preview", - "2022-03-10", - "2021-12-10-preview", - "2021-06-10-preview", - "2021-05-20", - "2021-05-17-preview", - "2021-04-22-preview", - "2021-03-25-preview", - "2021-01-28-preview", - "2020-08-15-preview", - "2020-08-02", - "2020-07-30-preview", - "2020-03-11-preview", - "2019-12-12", - "2019-08-02-preview" - ] - }, - { - "resourceType": "machines/hybridIdentityMetadata", - "apiVersions": [ - "2024-07-31-preview", - "2024-07-10", - "2024-05-20-preview", - "2024-03-31-preview", - "2023-10-03-preview", - "2023-06-20-preview", - "2023-04-25-preview", - "2023-03-15-preview", - "2022-12-27" - ] - }, - { - "resourceType": "machines/installPatches", - "apiVersions": [ - "2024-07-31-preview", - "2024-07-10", - "2024-05-20-preview", - "2024-03-31-preview", - "2023-10-03-preview", - "2023-06-20-preview", - "2023-04-25-preview", - "2023-03-15-preview", - "2022-12-27-preview", - "2022-12-27", - "2022-11-10", - "2022-08-11-preview", - "2022-05-10-preview", - "2022-03-10", - "2021-12-10-preview", - "2021-06-10-preview", - "2021-05-20", - "2021-05-17-preview", - "2021-04-22-preview", - "2021-03-25-preview", - "2021-01-28-preview", - "2020-08-15-preview" - ] - }, - { - "resourceType": "machines/licenseProfiles", - "apiVersions": [ - "2024-07-31-preview", - "2024-07-10", - "2024-05-20-preview", - "2024-03-31-preview", - "2023-10-03-preview", - "2023-06-20-preview" - ] - }, - { - "resourceType": "machines/privateLinkScopes", - "apiVersions": [ - "2024-07-31-preview", - "2024-07-10", - "2024-05-20-preview", - "2024-03-31-preview", - "2023-10-03-preview", - "2023-06-20-preview", - "2023-04-25-preview", - "2023-03-15-preview", - "2022-12-27-preview", - "2022-12-27", - "2022-11-10", - "2022-08-11-preview", - "2022-05-10-preview", - "2022-03-10", - "2021-12-10-preview", - "2021-06-10-preview", - "2021-05-20", - "2021-05-17-preview", - "2021-04-22-preview", - "2021-03-25-preview", - "2021-01-28-preview" - ] - }, - { - "resourceType": "machines/runcommands", - "apiVersions": [ - "2024-07-31-preview", - "2024-07-10", - "2024-05-20-preview", - "2024-03-31-preview", - "2023-10-03-preview", - "2023-06-20-preview", - "2023-04-25-preview" - ] - }, - { - "resourceType": "networkConfigurations", - "apiVersions": [ - "2024-07-31-preview", - "2024-07-10", - "2024-05-20-preview", - "2024-03-31-preview", - "2023-10-03-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-07-31-preview", - "2024-07-10", - "2024-05-20-preview", - "2024-03-31-preview", - "2023-10-03-preview", - "2023-06-20-preview", - "2023-04-25-preview", - "2023-03-15-preview", - "2022-12-27-preview", - "2022-12-27", - "2022-11-10", - "2022-08-11-preview", - "2022-05-10-preview", - "2022-03-10", - "2021-12-10-preview", - "2021-06-10-preview", - "2021-05-20", - "2021-05-17-preview", - "2021-04-22-preview", - "2021-03-25-preview", - "2021-01-28-preview", - "2020-08-15-preview", - "2020-08-02", - "2020-07-30-preview", - "2020-03-11-preview", - "2019-12-12", - "2019-08-02-preview", - "2019-03-18-preview" - ] - }, - { - "resourceType": "osType", - "apiVersions": [ - "2024-07-31-preview", - "2024-07-10", - "2024-05-20-preview", - "2024-03-31-preview", - "2023-10-03-preview", - "2023-06-20-preview", - "2023-04-25-preview", - "2023-03-15-preview" - ] - }, - { - "resourceType": "osType/agentVersions", - "apiVersions": [ - "2024-07-31-preview", - "2024-07-10", - "2024-05-20-preview", - "2024-03-31-preview", - "2023-10-03-preview", - "2023-06-20-preview", - "2023-04-25-preview", - "2023-03-15-preview" - ] - }, - { - "resourceType": "osType/agentVersions/latest", - "apiVersions": [ - "2024-07-31-preview", - "2024-07-10", - "2024-05-20-preview", - "2024-03-31-preview", - "2023-10-03-preview", - "2023-06-20-preview", - "2023-04-25-preview", - "2023-03-15-preview" - ] - }, - { - "resourceType": "privateLinkScopes", - "apiVersions": [ - "2024-07-31-preview", - "2024-07-10", - "2024-05-20-preview", - "2024-03-31-preview", - "2023-10-03-preview", - "2023-06-20-preview", - "2023-04-25-preview", - "2023-03-15-preview", - "2022-12-27-preview", - "2022-12-27", - "2022-11-10", - "2022-08-11-preview", - "2022-05-10-preview", - "2022-03-10", - "2021-12-10-preview", - "2021-06-10-preview", - "2021-05-20", - "2021-05-17-preview", - "2021-04-22-preview", - "2021-03-25-preview", - "2021-01-28-preview", - "2020-08-15-preview" - ] - }, - { - "resourceType": "privateLinkScopes/networkSecurityPerimeterAssociationProxies", - "apiVersions": [ - "2024-07-31-preview", - "2024-07-10", - "2024-05-20-preview", - "2024-03-31-preview", - "2023-10-03-preview" - ] - }, - { - "resourceType": "privateLinkScopes/networkSecurityPerimeterConfigurations", - "apiVersions": [ - "2024-07-31-preview", - "2024-07-10", - "2024-05-20-preview", - "2024-03-31-preview", - "2023-10-03-preview" - ] - }, - { - "resourceType": "privateLinkScopes/privateEndpointConnectionProxies", - "apiVersions": [ - "2024-07-31-preview", - "2024-07-10", - "2024-05-20-preview", - "2024-03-31-preview", - "2023-10-03-preview", - "2023-06-20-preview", - "2023-04-25-preview", - "2023-03-15-preview", - "2022-12-27-preview", - "2022-12-27", - "2022-11-10", - "2022-08-11-preview", - "2022-05-10-preview", - "2022-03-10", - "2021-12-10-preview", - "2021-06-10-preview", - "2021-05-20", - "2021-05-17-preview", - "2021-04-22-preview", - "2021-03-25-preview", - "2021-01-28-preview", - "2020-08-15-preview" - ] - }, - { - "resourceType": "privateLinkScopes/privateEndpointConnections", - "apiVersions": [ - "2024-07-31-preview", - "2024-07-10", - "2024-05-20-preview", - "2024-03-31-preview", - "2023-10-03-preview", - "2023-06-20-preview", - "2023-04-25-preview", - "2023-03-15-preview", - "2022-12-27-preview", - "2022-12-27", - "2022-11-10", - "2022-08-11-preview", - "2022-05-10-preview", - "2022-03-10", - "2021-12-10-preview", - "2021-06-10-preview", - "2021-05-20", - "2021-05-17-preview", - "2021-04-22-preview", - "2021-03-25-preview", - "2021-01-28-preview", - "2020-08-15-preview" - ] - }, - { - "resourceType": "settings", - "apiVersions": [ - "2024-07-31-preview", - "2024-07-10", - "2024-05-20-preview", - "2024-03-31-preview" - ] - }, - { - "resourceType": "validateLicense", - "apiVersions": [ - "2024-07-31-preview", - "2024-07-10", - "2024-05-20-preview", - "2024-03-31-preview", - "2023-10-03-preview", - "2023-06-20-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.HybridConnectivity", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-04-01-preview", - "2023-03-15", - "2022-05-01-preview", - "2021-10-06-preview", - "2021-10-01-privatepreview", - "2021-07-08-privatepreview" - ] - }, - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-03-15", - "2022-05-01-preview", - "2021-10-06-preview" - ] - }, - { - "resourceType": "Operations", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview", - "2023-04-01-preview", - "2023-03-15", - "2022-05-01-preview", - "2021-10-06-preview", - "2021-10-01-privatepreview", - "2021-07-08-privatepreview" - ] - }, - { - "resourceType": "endpoints", - "apiVersions": [ - "2023-03-15", - "2022-05-01-preview", - "2021-10-06-preview" - ] - }, - { - "resourceType": "generateAwsTemplate", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "publicCloudConnectors", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview" - ] - }, - { - "resourceType": "solutionConfigurations", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview" - ] - }, - { - "resourceType": "solutionTypes", - "apiVersions": [ - "2024-12-01", - "2024-08-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.HybridContainerService", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2024-09-01-preview", - "2024-01-01", - "2023-11-15-preview", - "2023-11-01", - "2022-09-01-preview", - "2022-05-01-preview", - "2022-01-01-preview", - "2021-09-01-preview", - "2021-08-01-preview" - ] - }, - { - "resourceType": "Locations/operationStatuses", - "apiVersions": [ - "2024-09-01-preview", - "2024-01-01", - "2023-11-15-preview", - "2023-11-01", - "2022-09-01-preview", - "2022-05-01-preview", - "2022-01-01-preview", - "2021-09-01-preview", - "2021-08-01-preview" - ] - }, - { - "resourceType": "Operations", - "apiVersions": [ - "2024-09-01-preview", - "2024-01-01", - "2023-11-15-preview", - "2023-11-01", - "2022-09-01-preview", - "2022-05-01-preview", - "2022-01-01-preview", - "2021-09-01-preview", - "2021-08-01-preview" - ] - }, - { - "resourceType": "kubernetesVersions", - "apiVersions": [ - "2024-01-01", - "2023-11-15-preview" - ] - }, - { - "resourceType": "provisionedClusterInstances", - "apiVersions": [ - "2024-01-01", - "2023-11-15-preview" - ] - }, - { - "resourceType": "provisionedClusters", - "apiVersions": [ - "2022-09-01-preview", - "2022-05-01-preview", - "2022-01-01-preview", - "2021-09-01-preview", - "2021-08-01-preview" - ] - }, - { - "resourceType": "provisionedClusters/agentPools", - "apiVersions": [ - "2022-09-01-preview", - "2022-05-01-preview", - "2022-01-01-preview" - ] - }, - { - "resourceType": "provisionedClusters/hybridIdentityMetadata", - "apiVersions": [ - "2022-09-01-preview", - "2022-05-01-preview", - "2022-01-01-preview", - "2021-09-01-preview" - ] - }, - { - "resourceType": "provisionedClusters/upgradeProfiles", - "apiVersions": [ - "2022-09-01-preview" - ] - }, - { - "resourceType": "skus", - "apiVersions": [ - "2024-01-01", - "2023-11-15-preview" - ] - }, - { - "resourceType": "virtualNetworks", - "apiVersions": [ - "2024-01-01", - "2023-11-15-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.HybridNetwork", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2022-01-01-preview", - "2021-05-01", - "2020-01-01-preview" - ] - }, - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2021-05-01", - "2020-01-01-preview" - ] - }, - { - "resourceType": "Operations", - "apiVersions": [ - "2024-04-15", - "2024-04-01-preview", - "2023-09-01", - "2023-04-01-preview", - "2023-01-01", - "2022-09-01-preview", - "2022-01-01-preview", - "2021-05-01", - "2020-01-01-preview" - ] - }, - { - "resourceType": "configurationGroupValues", - "apiVersions": [ - "2024-04-15", - "2023-09-01" - ] - }, - { - "resourceType": "devices", - "apiVersions": [ - "2022-01-01-preview", - "2021-05-01", - "2020-01-01-preview" - ] - }, - { - "resourceType": "networkFunctionVendors", - "apiVersions": [ - "2022-01-01-preview", - "2021-05-01", - "2020-01-01-preview" - ] - }, - { - "resourceType": "networkFunctions/components", - "apiVersions": [ - "2024-04-15", - "2023-09-01", - "2023-01-01", - "2022-09-01-preview" - ] - }, - { - "resourceType": "networkfunctions", - "apiVersions": [ - "2024-04-15", - "2023-09-01", - "2023-01-01", - "2022-09-01-preview", - "2022-01-01-preview", - "2021-06-01-privatepreview", - "2021-05-01", - "2020-01-01-preview" - ] - }, - { - "resourceType": "publishers", - "apiVersions": [ - "2023-01-01" - ] - }, - { - "resourceType": "publishers/artifactStores", - "apiVersions": [ - "2023-01-01" - ] - }, - { - "resourceType": "publishers/artifactStores/artifactManifests", - "apiVersions": [ - "2023-01-01" - ] - }, - { - "resourceType": "publishers/artifactstores/artifacts", - "apiVersions": [ - "2024-04-15", - "2023-09-01" - ] - }, - { - "resourceType": "publishers/artifactstores/artifactversions", - "apiVersions": [ - "2024-04-15", - "2023-09-01" - ] - }, - { - "resourceType": "publishers/networkFunctionDefinitionGroups", - "apiVersions": [ - "2023-01-01" - ] - }, - { - "resourceType": "publishers/networkFunctionDefinitionGroups/networkFunctionDefinitionVersions", - "apiVersions": [ - "2023-01-01" - ] - }, - { - "resourceType": "siteNetworkServices", - "apiVersions": [ - "2024-04-15", - "2023-09-01" - ] - }, - { - "resourceType": "sites", - "apiVersions": [ - "2024-04-15", - "2023-09-01" - ] - } - ] - }, - { - "namespace": "Microsoft.Impact", - "resourceTypes": [ - { - "resourceType": "Operations", - "apiVersions": [ - "2023-12-01-preview", - "2023-07-01-preview", - "2023-02-01-preview", - "2022-11-01-preview" - ] - }, - { - "resourceType": "workloadImpacts", - "apiVersions": [ - "2023-12-01-preview", - "2023-02-01-preview", - "2022-11-01-preview" - ] - }, - { - "resourceType": "workloadImpacts/insights", - "apiVersions": [ - "2024-05-01-preview", - "2023-12-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.IntegrationSpaces", - "resourceTypes": [ - { - "resourceType": "Spaces", - "apiVersions": [ - "2023-11-14-preview" - ] - }, - { - "resourceType": "Spaces/Applications", - "apiVersions": [ - "2023-11-14-preview" - ] - }, - { - "resourceType": "Spaces/InfrastructureResources", - "apiVersions": [ - "2023-11-14-preview" - ] - }, - { - "resourceType": "Spaces/applications/BusinessProcesses", - "apiVersions": [ - "2023-11-14-preview" - ] - }, - { - "resourceType": "Spaces/applications/BusinessProcesses/versions", - "apiVersions": [ - "2023-11-14-preview" - ] - }, - { - "resourceType": "Spaces/applications/resources", - "apiVersions": [ - "2023-11-14-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2023-11-14-preview" - ] - }, - { - "resourceType": "locations/OperationStatuses", - "apiVersions": [ - "2023-11-14-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-11-14-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Inventory", - "resourceTypes": [ - { - "resourceType": "operations", - "apiVersions": [ - "2024-01-01-preview" - ] - }, - { - "resourceType": "subscriptionInternalProperties", - "apiVersions": [ - "2024-01-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.IoTCentral", - "resourceTypes": [ - { - "resourceType": "IoTApps", - "apiVersions": [ - "2021-11-01-preview", - "2021-06-01", - "2018-09-01", - "2017-07-01-privatepreview" - ] - }, - { - "resourceType": "appTemplates", - "apiVersions": [ - "2021-11-01-preview", - "2021-06-01", - "2018-09-01" - ] - }, - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2021-11-01-preview", - "2021-06-01", - "2018-09-01", - "2017-07-01-privatepreview" - ] - }, - { - "resourceType": "checkSubdomainAvailability", - "apiVersions": [ - "2021-11-01-preview", - "2021-06-01", - "2018-09-01" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2021-11-01-preview" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2021-11-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2021-11-01-preview", - "2021-06-01", - "2018-09-01", - "2017-07-01-privatepreview" - ] - } - ] - }, - { - "namespace": "Microsoft.IoTFirmwareDefense", - "resourceTypes": [ - { - "resourceType": "locations", - "apiVersions": [ - "2024-01-10", - "2023-02-08-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2024-01-10", - "2023-02-08-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-01-10", - "2023-02-08-preview", - "2022-09-15-privatepreview", - "2021-11-10-privatepreview" - ] - }, - { - "resourceType": "workspaces", - "apiVersions": [ - "2024-01-10", - "2023-02-08-preview" - ] - }, - { - "resourceType": "workspaces/firmwares", - "apiVersions": [ - "2024-01-10", - "2023-02-08-preview" - ] - }, - { - "resourceType": "workspaces/firmwares/binaryHardeningResults", - "apiVersions": [ - "2024-01-10" - ] - }, - { - "resourceType": "workspaces/firmwares/cryptoCertificates", - "apiVersions": [ - "2024-01-10" - ] - }, - { - "resourceType": "workspaces/firmwares/cryptoKeys", - "apiVersions": [ - "2024-01-10" - ] - }, - { - "resourceType": "workspaces/firmwares/cves", - "apiVersions": [ - "2024-01-10" - ] - }, - { - "resourceType": "workspaces/firmwares/passwordHashes", - "apiVersions": [ - "2024-01-10" - ] - }, - { - "resourceType": "workspaces/firmwares/sbomComponents", - "apiVersions": [ - "2024-01-10" - ] - }, - { - "resourceType": "workspaces/firmwares/summaries", - "apiVersions": [ - "2024-01-10" - ] - } - ] - }, - { - "namespace": "Microsoft.IoTOperations", - "resourceTypes": [ - { - "resourceType": "instances", - "apiVersions": [ - "2024-11-01", - "2024-09-15-preview", - "2024-08-15-preview", - "2024-07-01-preview" - ] - }, - { - "resourceType": "instances/brokers", - "apiVersions": [ - "2024-11-01", - "2024-09-15-preview", - "2024-08-15-preview", - "2024-07-01-preview" - ] - }, - { - "resourceType": "instances/brokers/authentications", - "apiVersions": [ - "2024-11-01", - "2024-09-15-preview", - "2024-08-15-preview", - "2024-07-01-preview" - ] - }, - { - "resourceType": "instances/brokers/authorizations", - "apiVersions": [ - "2024-11-01", - "2024-09-15-preview", - "2024-08-15-preview", - "2024-07-01-preview", - "2024-06-01-preview" - ] - }, - { - "resourceType": "instances/brokers/listeners", - "apiVersions": [ - "2024-11-01", - "2024-09-15-preview", - "2024-08-15-preview", - "2024-07-01-preview" - ] - }, - { - "resourceType": "instances/dataflowEndpoints", - "apiVersions": [ - "2024-11-01", - "2024-09-15-preview", - "2024-08-15-preview", - "2024-07-01-preview" - ] - }, - { - "resourceType": "instances/dataflowProfiles", - "apiVersions": [ - "2024-11-01", - "2024-09-15-preview", - "2024-08-15-preview", - "2024-07-01-preview" - ] - }, - { - "resourceType": "instances/dataflowProfiles/dataflows", - "apiVersions": [ - "2024-11-01", - "2024-09-15-preview", - "2024-08-15-preview", - "2024-07-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-11-01", - "2024-09-15-preview", - "2024-08-15-preview", - "2024-07-01-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2024-11-01", - "2024-09-15-preview", - "2024-08-15-preview", - "2024-07-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-11-01", - "2024-09-15-preview", - "2024-08-15-preview", - "2024-07-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.IoTOperationsDataProcessor", - "resourceTypes": [ - { - "resourceType": "instances", - "apiVersions": [ - "2024-02-01-preview", - "2023-10-04-preview" - ] - }, - { - "resourceType": "instances/datasets", - "apiVersions": [ - "2024-02-01-preview", - "2023-10-04-preview" - ] - }, - { - "resourceType": "instances/pipelines", - "apiVersions": [ - "2024-02-01-preview", - "2023-10-04-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-02-01-preview", - "2023-10-04-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2024-02-01-preview", - "2023-10-04-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-02-01-preview", - "2023-10-04-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.IoTOperationsMQ", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2023-10-04-preview" - ] - }, - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2023-10-04-preview" - ] - }, - { - "resourceType": "Operations", - "apiVersions": [ - "2023-10-04-preview" - ] - }, - { - "resourceType": "mq", - "apiVersions": [ - "2023-10-04-preview" - ] - }, - { - "resourceType": "mq/broker", - "apiVersions": [ - "2023-10-04-preview" - ] - }, - { - "resourceType": "mq/broker/authentication", - "apiVersions": [ - "2023-10-04-preview" - ] - }, - { - "resourceType": "mq/broker/authorization", - "apiVersions": [ - "2023-10-04-preview" - ] - }, - { - "resourceType": "mq/broker/listener", - "apiVersions": [ - "2023-10-04-preview" - ] - }, - { - "resourceType": "mq/dataLakeConnector", - "apiVersions": [ - "2023-10-04-preview" - ] - }, - { - "resourceType": "mq/dataLakeConnector/topicMap", - "apiVersions": [ - "2023-10-04-preview" - ] - }, - { - "resourceType": "mq/diagnosticService", - "apiVersions": [ - "2023-10-04-preview" - ] - }, - { - "resourceType": "mq/kafkaConnector", - "apiVersions": [ - "2023-10-04-preview" - ] - }, - { - "resourceType": "mq/kafkaConnector/topicMap", - "apiVersions": [ - "2023-10-04-preview" - ] - }, - { - "resourceType": "mq/mqttBridgeConnector", - "apiVersions": [ - "2023-10-04-preview" - ] - }, - { - "resourceType": "mq/mqttBridgeConnector/topicMap", - "apiVersions": [ - "2023-10-04-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.IoTOperationsOrchestrator", - "resourceTypes": [ - { - "resourceType": "instances", - "apiVersions": [ - "2023-10-04-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2023-10-04-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2023-10-04-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-10-04-preview" - ] - }, - { - "resourceType": "solutions", - "apiVersions": [ - "2023-10-04-preview" - ] - }, - { - "resourceType": "targets", - "apiVersions": [ - "2023-10-04-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.IoTSecurity", - "resourceTypes": [ - { - "resourceType": "Operations", - "apiVersions": [ - "2021-02-01-preview" - ] - }, - { - "resourceType": "alertTypes", - "apiVersions": [ - "2021-07-01-preview" - ] - }, - { - "resourceType": "defenderSettings", - "apiVersions": [ - "2023-02-01-preview", - "2021-11-01-preview", - "2021-02-01-preview" - ] - }, - { - "resourceType": "licenseSkus", - "apiVersions": [ - "2023-02-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-06-01-preview", - "2023-02-01-preview", - "2021-09-01-preview", - "2021-02-01-preview" - ] - }, - { - "resourceType": "locations/deviceGroups", - "apiVersions": [ - "2023-02-01-preview", - "2021-11-01-preview", - "2021-02-01-preview" - ] - }, - { - "resourceType": "locations/deviceGroups/alerts", - "apiVersions": [ - "2024-06-01-preview", - "2023-02-01-preview", - "2021-07-01-preview" - ] - }, - { - "resourceType": "locations/deviceGroups/alerts/learn", - "apiVersions": [ - "2023-02-01-preview" - ] - }, - { - "resourceType": "locations/deviceGroups/alerts/pcaps", - "apiVersions": [ - "2023-02-01-preview" - ] - }, - { - "resourceType": "locations/deviceGroups/alerts/violations", - "apiVersions": [ - "2024-06-01-preview" - ] - }, - { - "resourceType": "locations/deviceGroups/devices", - "apiVersions": [ - "2021-11-01-preview", - "2021-02-01-preview" - ] - }, - { - "resourceType": "locations/deviceGroups/recommendations", - "apiVersions": [ - "2021-07-01-preview" - ] - }, - { - "resourceType": "locations/deviceGroups/vulnerabilities", - "apiVersions": [ - "2021-07-01-preview" - ] - }, - { - "resourceType": "locations/endpoints", - "apiVersions": [ - "2023-02-01-preview" - ] - }, - { - "resourceType": "locations/sites", - "apiVersions": [ - "2024-06-01-preview", - "2021-09-01-preview" - ] - }, - { - "resourceType": "locations/sites/inventoryNetworks", - "apiVersions": [ - "2024-06-01-preview" - ] - }, - { - "resourceType": "locations/sites/sensors", - "apiVersions": [ - "2021-09-01-preview" - ] - }, - { - "resourceType": "onPremiseSensors", - "apiVersions": [ - "2021-11-01-preview", - "2021-02-01-preview" - ] - }, - { - "resourceType": "recommendationTypes", - "apiVersions": [ - "2021-07-01-preview" - ] - }, - { - "resourceType": "sensors", - "apiVersions": [ - "2021-09-01-preview", - "2021-02-01-preview" - ] - }, - { - "resourceType": "sites", - "apiVersions": [ - "2023-02-01-preview", - "2021-09-01-preview", - "2021-02-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.KeyVault", - "resourceTypes": [ - { - "resourceType": "checkMhsmNameAvailability", - "apiVersions": [ - "2024-04-01-preview", - "2023-08-01-PREVIEW", - "2023-07-01", - "2023-02-01", - "2022-11-01", - "2022-07-01" - ] - }, - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-04-01-preview", - "2023-08-01-PREVIEW", - "2023-07-01", - "2023-02-01", - "2022-11-01", - "2022-07-01", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-10-01", - "2021-06-01-preview", - "2021-04-01-preview", - "2020-04-01-preview", - "2019-09-01", - "2018-02-14-preview", - "2018-02-14", - "2016-10-01", - "2015-06-01" - ] - }, - { - "resourceType": "deletedManagedHSMs", - "apiVersions": [ - "2024-04-01-preview", - "2023-08-01-PREVIEW", - "2023-07-01", - "2023-02-01", - "2022-11-01", - "2022-07-01", - "2022-02-01-preview", - "2021-12-01-preview", - "2021-11-01-preview", - "2021-10-01", - "2021-06-01-preview", - "2021-04-01-preview" - ] - }, - { - "resourceType": "deletedVaults", - "apiVersions": [ - "2024-04-01-preview", - "2023-08-01-PREVIEW", - "2023-07-01", - "2023-02-01", - "2022-11-01", - "2022-07-01", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-10-01", - "2021-06-01-preview", - "2021-04-01-preview", - "2020-04-01-preview", - "2019-09-01", - "2018-02-14-preview", - "2018-02-14", - "2016-10-01" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-04-01-preview", - "2023-08-01-PREVIEW", - "2023-07-01", - "2023-02-01", - "2022-11-01", - "2022-07-01", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-10-01", - "2021-06-01-preview", - "2021-04-01-preview", - "2020-04-01-preview", - "2019-09-01", - "2018-02-14-preview", - "2018-02-14", - "2016-10-01" - ] - }, - { - "resourceType": "locations/deleteVirtualNetworkOrSubnets", - "apiVersions": [ - "2024-04-01-preview", - "2023-08-01-PREVIEW", - "2023-07-01", - "2023-02-01", - "2022-11-01", - "2022-07-01", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-10-01", - "2021-06-01-preview", - "2021-04-01-preview", - "2020-04-01-preview", - "2019-09-01", - "2018-02-14-preview", - "2018-02-14", - "2016-10-01" - ] - }, - { - "resourceType": "locations/deletedManagedHSMs", - "apiVersions": [ - "2024-04-01-preview", - "2023-08-01-PREVIEW", - "2023-07-01", - "2023-02-01", - "2022-11-01", - "2022-07-01", - "2022-02-01-preview", - "2021-12-01-preview", - "2021-11-01-preview", - "2021-10-01", - "2021-06-01-preview", - "2021-04-01-preview" - ] - }, - { - "resourceType": "locations/deletedVaults", - "apiVersions": [ - "2024-04-01-preview", - "2023-08-01-PREVIEW", - "2023-07-01", - "2023-02-01", - "2022-11-01", - "2022-07-01", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-10-01", - "2021-06-01-preview", - "2021-04-01-preview", - "2020-04-01-preview", - "2019-09-01", - "2018-02-14-preview", - "2018-02-14", - "2016-10-01" - ] - }, - { - "resourceType": "locations/managedHsmOperationResults", - "apiVersions": [ - "2024-04-01-preview", - "2023-08-01-PREVIEW", - "2023-07-01", - "2023-02-01", - "2022-11-01", - "2022-07-01", - "2022-02-01-preview", - "2021-12-01-preview", - "2021-11-01-preview", - "2021-10-01", - "2021-06-01-preview", - "2021-04-01-preview" - ] - }, - { - "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable", - "apiVersions": [ - "2024-04-01-preview", - "2023-08-01-PREVIEW", - "2023-07-01", - "2023-02-01", - "2022-11-01", - "2022-07-01", - "2022-02-01-preview" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2024-04-01-preview", - "2023-08-01-PREVIEW", - "2023-07-01", - "2023-02-01", - "2022-11-01", - "2022-07-01", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-10-01", - "2021-06-01-preview", - "2021-04-01-preview", - "2020-04-01-preview", - "2019-09-01", - "2018-02-14-preview", - "2018-02-14", - "2016-10-01" - ] - }, - { - "resourceType": "managedHSMs", - "apiVersions": [ - "2024-04-01-preview", - "2023-08-01-PREVIEW", - "2023-07-01", - "2023-02-01", - "2022-11-01", - "2022-07-01", - "2022-02-01-preview", - "2021-12-01-preview", - "2021-11-01-preview", - "2021-10-01", - "2021-06-01-preview", - "2021-04-01-preview", - "2020-04-01-preview" - ] - }, - { - "resourceType": "managedHSMs/keys", - "apiVersions": [ - "2024-04-01-preview", - "2023-08-01-PREVIEW", - "2023-07-01", - "2023-02-01", - "2022-11-01" - ] - }, - { - "resourceType": "managedHSMs/keys/versions", - "apiVersions": [ - "2024-04-01-preview", - "2023-08-01-PREVIEW", - "2023-07-01", - "2023-02-01", - "2022-11-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-04-01-preview", - "2023-08-01-PREVIEW", - "2023-07-01", - "2023-02-01", - "2022-11-01", - "2022-07-01", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-10-01", - "2021-06-01-preview", - "2021-04-01-preview", - "2020-04-01-preview", - "2019-09-01", - "2018-02-14-preview", - "2018-02-14", - "2016-10-01", - "2015-06-01", - "2014-12-19-preview" - ] - }, - { - "resourceType": "vaults", - "apiVersions": [ - "2024-04-01-preview", - "2023-08-01-PREVIEW", - "2023-07-01", - "2023-02-01", - "2022-11-01", - "2022-07-01", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-10-01", - "2021-06-01-preview", - "2021-04-01-preview", - "2020-04-01-preview", - "2019-09-01", - "2018-02-14-preview", - "2018-02-14", - "2016-10-01", - "2015-06-01" - ] - }, - { - "resourceType": "vaults/accessPolicies", - "apiVersions": [ - "2024-04-01-preview", - "2023-08-01-PREVIEW", - "2023-07-01", - "2023-02-01", - "2022-11-01", - "2022-07-01", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-10-01", - "2021-06-01-preview", - "2021-04-01-preview", - "2020-04-01-preview", - "2019-09-01", - "2018-02-14-preview", - "2018-02-14", - "2016-10-01", - "2015-06-01" - ] - }, - { - "resourceType": "vaults/eventGridFilters", - "apiVersions": [ - "2024-04-01-preview", - "2023-08-01-PREVIEW", - "2023-07-01", - "2023-02-01", - "2022-11-01", - "2022-07-01", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-10-01", - "2021-06-01-preview", - "2021-04-01-preview", - "2020-04-01-preview", - "2019-09-01", - "2018-02-14-preview", - "2018-02-14" - ] - }, - { - "resourceType": "vaults/keys", - "apiVersions": [ - "2024-04-01-preview", - "2023-08-01-PREVIEW", - "2023-07-01", - "2023-02-01", - "2022-11-01", - "2022-07-01", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-10-01", - "2021-06-01-preview", - "2021-04-01-preview", - "2020-04-01-preview", - "2019-09-01" - ] - }, - { - "resourceType": "vaults/keys/versions", - "apiVersions": [ - "2024-04-01-preview", - "2023-08-01-PREVIEW", - "2023-07-01", - "2023-02-01", - "2022-11-01", - "2022-07-01", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-10-01", - "2021-06-01-preview", - "2021-04-01-preview", - "2020-04-01-preview", - "2019-09-01" - ] - }, - { - "resourceType": "vaults/secrets", - "apiVersions": [ - "2024-04-01-preview", - "2023-08-01-PREVIEW", - "2023-07-01", - "2023-02-01", - "2022-11-01", - "2022-07-01", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-10-01", - "2021-06-01-preview", - "2021-04-01-preview", - "2020-04-01-preview", - "2019-09-01", - "2018-02-14-preview", - "2018-02-14", - "2016-10-01", - "2015-06-01" - ] - } - ] - }, - { - "namespace": "Microsoft.Kubernetes", - "resourceTypes": [ - { - "resourceType": "Operations", - "apiVersions": [ - "2024-12-01-preview", - "2024-07-15-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-02-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2022-10-01-preview", - "2022-05-01-preview", - "2021-10-01", - "2021-04-01-preview", - "2021-03-01", - "2020-01-01-preview", - "2019-11-01-preview", - "2019-09-01-privatepreview" - ] - }, - { - "resourceType": "connectedClusters", - "apiVersions": [ - "2024-12-01-preview", - "2024-07-15-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-02-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2022-10-01-preview", - "2022-05-01-preview", - "2021-10-01", - "2021-04-01-preview", - "2021-03-01", - "2020-01-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-12-01-preview", - "2024-07-15-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-02-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2022-10-01-preview", - "2022-05-01-preview", - "2021-10-01", - "2021-04-01-preview", - "2021-03-01", - "2020-01-01-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2024-12-01-preview", - "2024-07-15-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-02-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2022-10-01-preview", - "2022-05-01-preview", - "2021-10-01", - "2021-04-01-preview", - "2021-03-01", - "2020-01-01-preview" - ] - }, - { - "resourceType": "registeredSubscriptions", - "apiVersions": [ - "2024-12-01-preview", - "2024-07-15-preview", - "2024-07-01-preview", - "2024-06-01-preview", - "2024-02-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2022-10-01-preview", - "2022-05-01-preview", - "2021-10-01", - "2021-04-01-preview", - "2021-03-01", - "2020-01-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.KubernetesConfiguration", - "resourceTypes": [ - { - "resourceType": "extensionTypes", - "apiVersions": [ - "2023-05-01-preview", - "2022-01-15-preview" - ] - }, - { - "resourceType": "extensions", - "apiVersions": [ - "2023-05-01", - "2022-11-01", - "2022-07-01", - "2022-03-01", - "2020-07-01-preview" - ] - }, - { - "resourceType": "fluxConfigurations", - "apiVersions": [ - "2024-04-01-preview", - "2023-05-01", - "2022-11-01", - "2022-07-01", - "2022-03-01", - "2022-01-01-preview", - "2021-11-01-preview", - "2021-06-01-preview" - ] - }, - { - "resourceType": "locations/extensionTypes", - "apiVersions": [ - "2023-05-01-preview", - "2022-01-15-preview" - ] - }, - { - "resourceType": "locations/extensionTypes/versions", - "apiVersions": [ - "2023-05-01-preview", - "2022-01-15-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-04-01-preview", - "2023-05-01-preview", - "2023-05-01", - "2022-11-01", - "2022-03-01", - "2022-01-01-preview", - "2021-12-01-preview", - "2021-11-01-preview", - "2021-09-01", - "2021-06-01-preview", - "2021-05-01-preview", - "2021-03-01", - "2020-10-01-preview", - "2020-07-01-preview", - "2019-11-01-preview" - ] - }, - { - "resourceType": "privateLinkScopes", - "apiVersions": [ - "2022-04-02-preview" - ] - }, - { - "resourceType": "privateLinkScopes/privateEndpointConnectionProxies", - "apiVersions": [ - "2022-04-02-preview" - ] - }, - { - "resourceType": "privateLinkScopes/privateEndpointConnections", - "apiVersions": [ - "2022-04-02-preview" - ] - }, - { - "resourceType": "sourceControlConfigurations", - "apiVersions": [ - "2023-05-01", - "2022-11-01", - "2022-07-01", - "2022-03-01", - "2021-03-01", - "2020-10-01-preview", - "2020-07-01-preview", - "2019-11-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.KubernetesRuntime", - "resourceTypes": [ - { - "resourceType": "bfdProfiles", - "apiVersions": [ - "2024-08-01", - "2024-05-01-preview", - "2024-03-01", - "2023-10-01-preview" - ] - }, - { - "resourceType": "bgpPeers", - "apiVersions": [ - "2024-08-01", - "2024-05-01-preview", - "2024-03-01", - "2023-10-01-preview" - ] - }, - { - "resourceType": "loadBalancers", - "apiVersions": [ - "2024-08-01", - "2024-05-01-preview", - "2024-03-01", - "2023-10-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-08-01", - "2024-05-01-preview", - "2024-03-01", - "2023-10-01-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2024-08-01", - "2024-05-01-preview", - "2024-03-01", - "2023-10-01-preview", - "2019-10-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-08-01", - "2024-05-01-preview", - "2024-03-01", - "2023-10-01-preview" - ] - }, - { - "resourceType": "services", - "apiVersions": [ - "2024-08-01", - "2024-05-01-preview", - "2024-03-01", - "2023-10-01-preview" - ] - }, - { - "resourceType": "storageClasses", - "apiVersions": [ - "2024-08-01", - "2024-05-01-preview", - "2024-03-01", - "2023-10-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Kusto", - "resourceTypes": [ - { - "resourceType": "clusters", - "apiVersions": [ - "2024-04-13", - "2023-08-15", - "2023-05-02", - "2022-12-29", - "2022-11-11", - "2022-07-07", - "2022-02-01", - "2021-08-27", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "clusters/attacheddatabaseconfigurations", - "apiVersions": [ - "2024-04-13", - "2023-08-15", - "2023-05-02", - "2022-12-29", - "2022-11-11", - "2022-07-07", - "2022-02-01", - "2021-08-27", - "2021-01-01", - "2020-09-18", - "2020-06-14", - "2020-02-15", - "2019-11-09", - "2019-09-07" - ] - }, - { - "resourceType": "clusters/databases", - "apiVersions": [ - "2024-04-13", - "2023-08-15", - "2023-05-02", - "2022-12-29", - "2022-11-11", - "2022-07-07", - "2022-02-01", - "2021-08-27", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "clusters/databases/dataconnections", - "apiVersions": [ - "2024-04-13", - "2023-08-15", - "2023-05-02", - "2022-12-29", - "2022-11-11", - "2022-07-07", - "2022-02-01", - "2021-08-27", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "clusters/databases/eventhubconnections", - "apiVersions": [ - "2021-01-01", - "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" - ] - }, - { - "resourceType": "clusters/databases/principalassignments", - "apiVersions": [ - "2024-04-13", - "2023-08-15", - "2023-05-02", - "2022-12-29", - "2022-11-11", - "2022-07-07", - "2022-02-01", - "2021-08-27", - "2021-01-01", - "2020-09-18", - "2020-06-14", - "2020-02-15", - "2019-11-09" - ] - }, - { - "resourceType": "clusters/databases/scripts", - "apiVersions": [ - "2024-04-13", - "2023-08-15", - "2023-05-02", - "2022-12-29", - "2022-11-11", - "2022-07-07", - "2022-02-01", - "2021-08-27", - "2021-01-01" - ] - }, - { - "resourceType": "clusters/managedPrivateEndpoints", - "apiVersions": [ - "2024-04-13", - "2023-08-15", - "2023-05-02", - "2022-12-29", - "2022-11-11", - "2022-07-07", - "2022-02-01", - "2021-08-27" - ] - }, - { - "resourceType": "clusters/principalassignments", - "apiVersions": [ - "2024-04-13", - "2023-08-15", - "2023-05-02", - "2022-12-29", - "2022-11-11", - "2022-07-07", - "2022-02-01", - "2021-08-27", - "2021-01-01", - "2020-09-18", - "2020-06-14", - "2020-02-15", - "2019-11-09" - ] - }, - { - "resourceType": "clusters/sandboxCustomImages", - "apiVersions": [ - "2024-04-13", - "2023-08-15" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-04-13", - "2023-08-15", - "2023-05-02", - "2022-12-29", - "2022-11-11", - "2022-07-07", - "2022-02-01", - "2021-08-27", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "locations/checkNameAvailability", - "apiVersions": [ - "2024-04-13", - "2023-08-15", - "2023-05-02", - "2022-12-29", - "2022-11-11", - "2022-07-07", - "2022-02-01", - "2021-08-27", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2024-04-13", - "2023-08-15", - "2023-05-02", - "2022-12-29", - "2022-11-11", - "2022-07-07", - "2022-02-01", - "2021-08-27", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "locations/skus", - "apiVersions": [ - "2024-04-13", - "2023-08-15", - "2023-05-02", - "2022-12-29", - "2022-11-11" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-04-13", - "2023-08-15", - "2023-05-02", - "2022-12-29", - "2022-11-11", - "2022-07-07", - "2022-02-01", - "2021-08-27", - "2021-01-01", - "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" - ] - } - ] - }, - { - "namespace": "Microsoft.LabServices", - "resourceTypes": [ - { - "resourceType": "labaccounts", - "apiVersions": [ - "2019-01-01-preview", - "2018-10-15", - "2017-12-01-preview" - ] - }, - { - "resourceType": "labplans", - "apiVersions": [ - "2023-06-07", - "2022-08-01", - "2021-11-15-preview", - "2021-10-01-preview", - "2020-05-01-preview" - ] - }, - { - "resourceType": "labs", - "apiVersions": [ - "2023-06-07", - "2022-08-01", - "2021-11-15-preview", - "2021-10-01-preview", - "2020-05-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2023-06-07", - "2022-08-01", - "2021-11-15-preview", - "2021-10-01-preview", - "2020-05-01-preview", - "2019-01-01-preview", - "2018-10-15", - "2017-12-01-preview" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2023-06-07", - "2022-08-01", - "2021-11-15-preview", - "2021-10-01-preview", - "2020-05-01-preview" - ] - }, - { - "resourceType": "locations/operations", - "apiVersions": [ - "2019-01-01-preview", - "2018-10-15", - "2017-12-01-preview" - ] - }, - { - "resourceType": "locations/usages", - "apiVersions": [ - "2023-06-07", - "2022-08-01", - "2021-11-15-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-06-07", - "2022-08-01", - "2021-11-15-preview", - "2021-10-01-preview", - "2020-05-01-preview", - "2019-01-01-preview", - "2018-10-15", - "2017-12-01-preview" - ] - }, - { - "resourceType": "users", - "apiVersions": [ - "2019-01-01-preview", - "2019-01-01-beta", - "2018-10-15", - "2017-12-01-preview", - "2017-12-01-beta" - ] - } - ] - }, - { - "namespace": "Microsoft.LoadTestService", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2023-12-01-preview", - "2022-12-01" - ] - }, - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2023-12-01-preview", - "2022-12-01" - ] - }, - { - "resourceType": "Locations/Quotas", - "apiVersions": [ - "2023-12-01-preview", - "2022-12-01" - ] - }, - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2023-12-01-preview", - "2022-12-01" - ] - }, - { - "resourceType": "loadTestMappings", - "apiVersions": [ - "2023-12-01-preview" - ] - }, - { - "resourceType": "loadTestProfileMappings", - "apiVersions": [ - "2023-12-01-preview" - ] - }, - { - "resourceType": "loadtests", - "apiVersions": [ - "2023-12-01-preview", - "2022-12-01" - ] - }, - { - "resourceType": "loadtests/outboundNetworkDependenciesEndpoints", - "apiVersions": [ - "2023-12-01-preview", - "2022-12-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-12-01-preview", - "2022-12-01" - ] - }, - { - "resourceType": "registeredSubscriptions", - "apiVersions": [ - "2023-12-01-preview", - "2022-12-01" - ] - } - ] - }, - { - "namespace": "Microsoft.Logic", - "resourceTypes": [ - { - "resourceType": "businessProcesses", - "apiVersions": [ - "2024-06-01-preview" - ] - }, - { - "resourceType": "hostingEnvironments", - "apiVersions": [ - "2018-04-01-privatepreview" - ] - }, - { - "resourceType": "integrationAccounts", - "apiVersions": [ - "2019-05-01", - "2018-07-01-preview", - "2016-06-01", - "2015-08-01-preview" - ] - }, - { - "resourceType": "integrationServiceEnvironments", - "apiVersions": [ - "2019-06-01-preview", - "2019-05-01", - "2018-07-01-preview", - "2018-03-01-preview" - ] - }, - { - "resourceType": "integrationServiceEnvironments/managedApis", - "apiVersions": [ - "2019-06-01-preview", - "2019-05-01", - "2018-07-01-preview" - ] - }, - { - "resourceType": "isolatedEnvironments", - "apiVersions": [ - "2018-07-01-preview", - "2018-03-01-preview" - ] - }, - { - "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" - ] - }, - { - "resourceType": "locations/generateCopilotResponse", - "apiVersions": [ - "2024-06-01-preview", - "2022-09-01-preview" - ] - }, - { - "resourceType": "locations/validateWorkflowExport", - "apiVersions": [ - "2022-09-01-preview" - ] - }, - { - "resourceType": "locations/workflowExport", - "apiVersions": [ - "2022-09-01-preview" - ] - }, - { - "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" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2022-09-01-preview", - "2019-05-01", - "2018-07-01-preview", - "2017-07-01", - "2016-10-01", - "2016-06-01", - "2015-08-01-preview", - "2015-02-01-preview" - ] - }, - { - "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" - ] - } - ] - }, - { - "namespace": "Microsoft.Logz", - "resourceTypes": [ - { - "resourceType": "locations", - "apiVersions": [ - "2022-01-01-preview", - "2020-10-01-preview", - "2020-10-01" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2022-01-01-preview", - "2020-10-01-preview", - "2020-10-01" - ] - }, - { - "resourceType": "monitors", - "apiVersions": [ - "2022-01-01-preview", - "2020-10-01-preview", - "2020-10-01" - ] - }, - { - "resourceType": "monitors/accounts", - "apiVersions": [ - "2022-01-01-preview", - "2020-10-01-preview", - "2020-10-01" - ] - }, - { - "resourceType": "monitors/accounts/tagRules", - "apiVersions": [ - "2022-01-01-preview", - "2020-10-01-preview", - "2020-10-01" - ] - }, - { - "resourceType": "monitors/singleSignOnConfigurations", - "apiVersions": [ - "2022-01-01-preview", - "2020-10-01-preview", - "2020-10-01" - ] - }, - { - "resourceType": "monitors/tagRules", - "apiVersions": [ - "2022-01-01-preview", - "2020-10-01-preview", - "2020-10-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2022-01-01-preview", - "2020-10-01-preview", - "2020-10-01" - ] - }, - { - "resourceType": "registeredSubscriptions", - "apiVersions": [ - "2022-01-01-preview", - "2020-10-01-preview", - "2020-10-01" - ] - } - ] - }, - { - "namespace": "Microsoft.MachineLearningServices", - "resourceTypes": [ - { - "resourceType": "capacityReservationGroups", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-01-01-preview", - "2023-08-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-05-01", - "2022-02-01-preview", - "2022-01-01-preview", - "2021-10-01", - "2021-07-01", - "2021-04-01", - "2021-03-01-preview", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "locations/computeOperationsStatus", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-05-01", - "2022-02-01-preview", - "2022-01-01-preview", - "2021-10-01", - "2021-07-01", - "2021-04-01", - "2021-03-01-preview", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "locations/instancetypeseries", - "apiVersions": [ - "2021-03-01-preview" - ] - }, - { - "resourceType": "locations/mfeOperationResults", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-05-01", - "2022-02-01-preview", - "2021-10-01", - "2021-03-01-preview", - "2020-12-01-preview" - ] - }, - { - "resourceType": "locations/mfeOperationsStatus", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-05-01", - "2022-02-01-preview", - "2021-10-01", - "2021-03-01-preview", - "2020-12-01-preview" - ] - }, - { - "resourceType": "locations/quotas", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-05-01", - "2022-02-01-preview", - "2022-01-01-preview", - "2021-10-01", - "2021-07-01", - "2021-04-01", - "2021-03-01-preview", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "locations/registryOperationsStatus", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-05-01-privatepreview" - ] - }, - { - "resourceType": "locations/updatequotas", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-05-01", - "2022-02-01-preview", - "2022-01-01-preview", - "2021-10-01", - "2021-07-01", - "2021-04-01", - "2021-03-01-preview", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "locations/usages", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-05-01", - "2022-02-01-preview", - "2022-01-01-preview", - "2021-10-01", - "2021-07-01", - "2021-04-01", - "2021-03-01-preview", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "locations/vmsizes", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-05-01", - "2022-02-01-preview", - "2022-01-01-preview", - "2021-10-01", - "2021-07-01", - "2021-04-01", - "2021-03-01-preview", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "locations/workspaceOperationsStatus", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-05-01", - "2022-02-01-preview", - "2022-01-01-preview", - "2021-10-01", - "2021-07-01", - "2021-04-01", - "2021-03-01-preview", - "2021-01-01", - "2020-09-01-preview", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-05-01", - "2022-02-01-preview", - "2022-01-01-preview", - "2021-10-01", - "2021-07-01", - "2021-04-01", - "2021-03-01-preview", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "registries", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-05-01-privatepreview" - ] - }, - { - "resourceType": "registries/codes", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview" - ] - }, - { - "resourceType": "registries/codes/versions", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview" - ] - }, - { - "resourceType": "registries/components", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview" - ] - }, - { - "resourceType": "registries/components/versions", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview" - ] - }, - { - "resourceType": "registries/data", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview" - ] - }, - { - "resourceType": "registries/data/versions", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview" - ] - }, - { - "resourceType": "registries/datareferences", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01" - ] - }, - { - "resourceType": "registries/datareferences/versions", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01" - ] - }, - { - "resourceType": "registries/environments", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview" - ] - }, - { - "resourceType": "registries/environments/versions", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview" - ] - }, - { - "resourceType": "registries/models", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview" - ] - }, - { - "resourceType": "registries/models/versions", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview" - ] - }, - { - "resourceType": "workspaces", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-05-01", - "2022-02-01-preview", - "2022-01-01-preview", - "2021-10-01", - "2021-07-01", - "2021-04-01", - "2021-03-01-preview", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "workspaces/batchEndpoints", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-05-01", - "2022-02-01-preview", - "2021-10-01", - "2021-03-01-preview" - ] - }, - { - "resourceType": "workspaces/batchEndpoints/deployments", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-05-01", - "2022-02-01-preview", - "2021-10-01", - "2021-03-01-preview" - ] - }, - { - "resourceType": "workspaces/capabilityhosts", - "apiVersions": [ - "2024-10-01-preview" - ] - }, - { - "resourceType": "workspaces/codes", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-05-01", - "2022-02-01-preview", - "2021-10-01", - "2021-03-01-preview" - ] - }, - { - "resourceType": "workspaces/codes/versions", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-05-01", - "2022-02-01-preview", - "2021-10-01", - "2021-03-01-preview" - ] - }, - { - "resourceType": "workspaces/components", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-05-01", - "2022-02-01-preview", - "2021-10-01" - ] - }, - { - "resourceType": "workspaces/components/versions", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-05-01", - "2022-02-01-preview", - "2021-10-01" - ] - }, - { - "resourceType": "workspaces/computes", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-05-01", - "2022-02-01-preview", - "2022-01-01-preview", - "2021-10-01", - "2021-07-01", - "2021-04-01", - "2021-03-01-preview", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "workspaces/data", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-05-01", - "2022-02-01-preview", - "2021-03-01-preview" - ] - }, - { - "resourceType": "workspaces/data/versions", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-05-01", - "2022-02-01-preview", - "2021-03-01-preview" - ] - }, - { - "resourceType": "workspaces/datasets", - "apiVersions": [ - "2021-10-01", - "2020-05-01-preview" - ] - }, - { - "resourceType": "workspaces/datastores", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-05-01", - "2022-02-01-preview", - "2021-10-01", - "2021-03-01-preview", - "2020-05-01-preview" - ] - }, - { - "resourceType": "workspaces/endpoints", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview" - ] - }, - { - "resourceType": "workspaces/environments", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-05-01", - "2022-02-01-preview", - "2021-10-01", - "2021-03-01-preview" - ] - }, - { - "resourceType": "workspaces/environments/versions", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-05-01", - "2022-02-01-preview", - "2021-10-01", - "2021-03-01-preview" - ] - }, - { - "resourceType": "workspaces/eventGridFilters", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-05-01", - "2022-02-01-preview", - "2022-01-01-preview", - "2021-10-01", - "2021-07-01", - "2021-04-01", - "2021-03-01-preview", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "workspaces/featuresets", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-02-01-preview" - ] - }, - { - "resourceType": "workspaces/featuresets/versions", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-02-01-preview" - ] - }, - { - "resourceType": "workspaces/featurestoreEntities", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-02-01-preview" - ] - }, - { - "resourceType": "workspaces/featurestoreEntities/versions", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-02-01-preview" - ] - }, - { - "resourceType": "workspaces/inferencePools", - "apiVersions": [ - "2024-10-01-preview", - "2024-04-01-preview", - "2024-01-01-preview", - "2023-08-01-preview" - ] - }, - { - "resourceType": "workspaces/inferencePools/endpoints", - "apiVersions": [ - "2024-10-01-preview", - "2024-04-01-preview", - "2024-01-01-preview", - "2023-08-01-preview" - ] - }, - { - "resourceType": "workspaces/inferencePools/groups", - "apiVersions": [ - "2024-10-01-preview", - "2024-04-01-preview", - "2024-01-01-preview", - "2023-08-01-preview" - ] - }, - { - "resourceType": "workspaces/jobs", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-05-01", - "2022-02-01-preview", - "2021-10-01", - "2021-03-01-preview" - ] - }, - { - "resourceType": "workspaces/labelingJobs", - "apiVersions": [ - "2024-04-01-preview", - "2024-01-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-06-01-preview", - "2021-03-01-preview" - ] - }, - { - "resourceType": "workspaces/linkedServices", - "apiVersions": [ - "2020-09-01-preview", - "2020-05-15-preview", - "2020-05-01-preview", - "2020-04-01-preview" - ] - }, - { - "resourceType": "workspaces/marketplaceSubscriptions", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview" - ] - }, - { - "resourceType": "workspaces/models", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-05-01", - "2022-02-01-preview", - "2021-10-01", - "2021-03-01-preview" - ] - }, - { - "resourceType": "workspaces/models/versions", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-05-01", - "2022-02-01-preview", - "2021-10-01", - "2021-03-01-preview" - ] - }, - { - "resourceType": "workspaces/onlineEndpoints", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-05-01", - "2022-02-01-preview", - "2021-10-01", - "2021-03-01-preview", - "2020-12-01-preview" - ] - }, - { - "resourceType": "workspaces/onlineEndpoints/deployments", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-05-01", - "2022-02-01-preview", - "2021-10-01", - "2021-03-01-preview", - "2020-12-01-preview" - ] - }, - { - "resourceType": "workspaces/onlineEndpoints/deployments/skus", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-10-01", - "2022-06-01-preview", - "2022-05-01", - "2022-02-01-preview", - "2021-10-01", - "2021-03-01-preview", - "2020-12-01-preview" - ] - }, - { - "resourceType": "workspaces/schedules", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-10-01", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-04-01-preview", - "2023-04-01", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-10-01-preview", - "2022-10-01", - "2022-06-01-preview" - ] - }, - { - "resourceType": "workspaces/serverlessEndpoints", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-07-01-preview", - "2024-04-01-preview", - "2024-04-01", - "2024-01-01-preview", - "2023-08-01-preview" - ] - }, - { - "resourceType": "workspaces/services", - "apiVersions": [ - "2020-05-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Maintenance", - "resourceTypes": [ - { - "resourceType": "applyUpdates", - "apiVersions": [ - "2024-02-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-04-01", - "2022-11-01-preview", - "2022-07-01-preview", - "2021-09-01-preview", - "2021-05-01", - "2021-04-01-preview", - "2020-07-01-preview", - "2020-04-01", - "2018-10-01", - "2018-06-01-preview", - "2017-04-26", - "2017-01-01", - "2016-01-01" - ] - }, - { - "resourceType": "configurationAssignments", - "apiVersions": [ - "2024-02-01-preview", - "2022-11-01-preview", - "2022-07-01-preview", - "2021-09-01-preview", - "2021-05-01", - "2021-04-01-preview", - "2020-07-01-preview", - "2020-04-01", - "2018-10-01", - "2018-06-01-preview", - "2017-04-26", - "2017-01-01", - "2016-01-01" - ] - }, - { - "resourceType": "maintenanceConfigurations", - "apiVersions": [ - "2024-02-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-04-01", - "2022-11-01-preview", - "2022-07-01-preview", - "2021-09-01-preview", - "2021-05-01", - "2021-04-01-preview", - "2020-07-01-preview", - "2020-04-01", - "2018-10-01", - "2018-06-01-preview", - "2017-04-26", - "2017-01-01", - "2016-01-01" - ] - }, - { - "resourceType": "maintenanceConfigurations/eventGridFilters", - "apiVersions": [ - "2024-02-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-04-01", - "2022-11-01-preview", - "2022-07-01-preview", - "2021-09-01-preview", - "2021-05-01", - "2021-04-01-preview", - "2020-07-01-preview", - "2020-04-01", - "2018-10-01", - "2018-06-01-preview", - "2017-04-26", - "2017-01-01", - "2016-01-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-02-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-04-01", - "2022-11-01-preview", - "2022-07-01-preview", - "2021-09-01-preview", - "2021-05-01", - "2021-04-01-preview", - "2020-07-01-preview", - "2020-04-01", - "2018-10-01", - "2018-06-01-preview", - "2017-04-26", - "2017-01-01", - "2016-01-01" - ] - }, - { - "resourceType": "publicMaintenanceConfigurations", - "apiVersions": [ - "2024-02-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-04-01", - "2022-11-01-preview", - "2022-07-01-preview", - "2021-09-01-preview", - "2021-05-01", - "2021-04-01-preview", - "2020-07-01-preview" - ] - }, - { - "resourceType": "scheduledevents", - "apiVersions": [ - "2024-02-01-preview", - "2023-10-01-preview" - ] - }, - { - "resourceType": "scheduledevents/acknowledge", - "apiVersions": [ - "2024-02-01-preview", - "2023-10-01-preview" - ] - }, - { - "resourceType": "updates", - "apiVersions": [ - "2024-02-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-04-01", - "2022-11-01-preview", - "2022-07-01-preview", - "2021-09-01-preview", - "2021-05-01", - "2021-04-01-preview", - "2020-07-01-preview", - "2020-04-01", - "2018-10-01", - "2018-06-01-preview", - "2017-04-26", - "2017-01-01", - "2016-01-01" - ] - } - ] - }, - { - "namespace": "Microsoft.ManagedIdentity", - "resourceTypes": [ - { - "resourceType": "Identities", - "apiVersions": [ - "2023-07-31-PREVIEW", - "2023-01-31", - "2022-01-31-PREVIEW", - "2021-09-30-PREVIEW", - "2018-11-30", - "2015-08-31-PREVIEW" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-07-31-PREVIEW", - "2023-01-31", - "2022-01-31-PREVIEW", - "2021-09-30-PREVIEW", - "2018-11-30", - "2015-08-31-PREVIEW" - ] - }, - { - "resourceType": "userAssignedIdentities", - "apiVersions": [ - "2023-07-31-PREVIEW", - "2023-01-31", - "2022-01-31-PREVIEW", - "2021-09-30-PREVIEW", - "2018-11-30", - "2015-08-31-PREVIEW" - ] - }, - { - "resourceType": "userAssignedIdentities/federatedIdentityCredentials", - "apiVersions": [ - "2023-07-31-PREVIEW", - "2023-01-31", - "2022-01-31-PREVIEW" - ] - } - ] - }, - { - "namespace": "Microsoft.ManagedNetworkFabric", - "resourceTypes": [ - { - "resourceType": "InternetGateways", - "apiVersions": [ - "2024-02-15-preview", - "2023-06-15" - ] - }, - { - "resourceType": "IpCommunities", - "apiVersions": [ - "2024-02-15-preview", - "2023-06-15" - ] - }, - { - "resourceType": "IpExtendedCommunities", - "apiVersions": [ - "2024-02-15-preview", - "2023-06-15" - ] - }, - { - "resourceType": "L2IsolationDomains", - "apiVersions": [ - "2024-02-15-preview", - "2023-06-15" - ] - }, - { - "resourceType": "L3IsolationDomains", - "apiVersions": [ - "2024-02-15-preview", - "2023-06-15" - ] - }, - { - "resourceType": "L3IsolationDomains/externalNetworks", - "apiVersions": [ - "2024-02-15-preview", - "2023-06-15" - ] - }, - { - "resourceType": "L3IsolationDomains/internalNetworks", - "apiVersions": [ - "2024-02-15-preview", - "2023-06-15" - ] - }, - { - "resourceType": "Locations", - "apiVersions": [ - "2024-02-15-preview", - "2023-06-15", - "2023-02-01-preview", - "2022-01-15-privatepreview" - ] - }, - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2024-02-15-preview", - "2023-06-15" - ] - }, - { - "resourceType": "NetworkDevices", - "apiVersions": [ - "2024-02-15-preview", - "2023-06-15" - ] - }, - { - "resourceType": "NetworkDevices/NetworkInterfaces", - "apiVersions": [ - "2024-02-15-preview", - "2023-06-15" - ] - }, - { - "resourceType": "NetworkFabricControllers", - "apiVersions": [ - "2024-02-15-preview", - "2023-06-15" - ] - }, - { - "resourceType": "NetworkFabrics", - "apiVersions": [ - "2024-02-15-preview", - "2023-06-15" - ] - }, - { - "resourceType": "NetworkFabrics/NetworkToNetworkInterconnects", - "apiVersions": [ - "2024-02-15-preview", - "2023-06-15" - ] - }, - { - "resourceType": "NetworkRacks", - "apiVersions": [ - "2024-02-15-preview", - "2023-06-15" - ] - }, - { - "resourceType": "Operations", - "apiVersions": [ - "2024-02-15-preview", - "2023-06-15", - "2023-02-01-preview", - "2022-01-15-privatepreview" - ] - }, - { - "resourceType": "RoutePolicies", - "apiVersions": [ - "2024-02-15-preview", - "2023-06-15" - ] - }, - { - "resourceType": "accesscontrollists", - "apiVersions": [ - "2024-02-15-preview", - "2023-06-15" - ] - }, - { - "resourceType": "internetgatewayrules", - "apiVersions": [ - "2024-02-15-preview", - "2023-06-15" - ] - }, - { - "resourceType": "ipprefixes", - "apiVersions": [ - "2024-02-15-preview", - "2023-06-15" - ] - }, - { - "resourceType": "neighborgroups", - "apiVersions": [ - "2024-02-15-preview", - "2023-06-15" - ] - }, - { - "resourceType": "networkpacketbrokers", - "apiVersions": [ - "2024-02-15-preview", - "2023-06-15" - ] - }, - { - "resourceType": "networktaprules", - "apiVersions": [ - "2024-02-15-preview", - "2023-06-15" - ] - }, - { - "resourceType": "networktaps", - "apiVersions": [ - "2024-02-15-preview", - "2023-06-15" - ] - } - ] - }, - { - "namespace": "Microsoft.ManagedServices", - "resourceTypes": [ - { - "resourceType": "marketplaceRegistrationDefinitions", - "apiVersions": [ - "2022-10-01", - "2022-01-01-preview", - "2020-02-01-preview", - "2019-09-01", - "2019-06-01", - "2019-04-01-preview", - "2018-06-01-preview" - ] - }, - { - "resourceType": "operationStatuses", - "apiVersions": [ - "2022-10-01", - "2022-01-01-preview", - "2020-02-01-preview", - "2019-09-01", - "2019-06-01", - "2019-04-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2022-10-01", - "2022-01-01-preview", - "2020-02-01-preview", - "2019-09-01", - "2019-06-01", - "2019-04-01-preview", - "2018-06-01-preview" - ] - }, - { - "resourceType": "registrationAssignments", - "apiVersions": [ - "2022-10-01", - "2022-01-01-preview", - "2020-02-01-preview", - "2019-09-01", - "2019-06-01", - "2019-04-01-preview", - "2018-06-01-preview" - ] - }, - { - "resourceType": "registrationDefinitions", - "apiVersions": [ - "2022-10-01", - "2022-01-01-preview", - "2020-02-01-preview", - "2019-09-01", - "2019-06-01", - "2019-04-01-preview", - "2018-06-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Management", - "resourceTypes": [ - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2023-04-01", - "2021-04-01", - "2020-10-01", - "2020-05-01", - "2020-02-01", - "2019-11-01", - "2018-03-01-preview", - "2018-03-01-beta", - "2018-01-01-preview" - ] - }, - { - "resourceType": "getEntities", - "apiVersions": [ - "2023-04-01", - "2021-04-01", - "2020-10-01", - "2020-05-01", - "2020-02-01", - "2019-11-01", - "2018-03-01-preview", - "2018-03-01-beta", - "2018-01-01-preview" - ] - }, - { - "resourceType": "managementGroups", - "apiVersions": [ - "2023-04-01", - "2021-04-01", - "2020-10-01", - "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" - ] - }, - { - "resourceType": "managementGroups/settings", - "apiVersions": [ - "2023-04-01", - "2021-04-01", - "2020-10-01", - "2020-05-01", - "2020-02-01", - "2018-03-01-beta" - ] - }, - { - "resourceType": "operationResults", - "apiVersions": [ - "2023-04-01", - "2021-04-01", - "2020-10-01", - "2020-05-01", - "2020-02-01", - "2019-11-01", - "2018-03-01-preview", - "2018-03-01-beta", - "2018-01-01-preview" - ] - }, - { - "resourceType": "operationResults/asyncOperation", - "apiVersions": [ - "2023-04-01", - "2021-04-01", - "2020-10-01", - "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" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-04-01", - "2021-04-01", - "2020-10-01", - "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" - ] - }, - { - "resourceType": "resources", - "apiVersions": [ - "2017-11-01-preview", - "2017-08-31-preview", - "2017-06-30-preview", - "2017-05-31-preview" - ] - }, - { - "resourceType": "startTenantBackfill", - "apiVersions": [ - "2023-04-01", - "2021-04-01", - "2020-10-01", - "2020-05-01", - "2020-02-01", - "2019-11-01", - "2018-03-01-preview", - "2018-03-01-beta" - ] - }, - { - "resourceType": "tenantBackfillStatus", - "apiVersions": [ - "2023-04-01", - "2021-04-01", - "2020-10-01", - "2020-05-01", - "2020-02-01", - "2019-11-01", - "2018-03-01-preview", - "2018-03-01-beta" - ] - } - ] - }, - { - "namespace": "Microsoft.ManufacturingPlatform", - "resourceTypes": [ - { - "resourceType": "locations", - "apiVersions": [ - "2024-02-01-preview", - "2023-02-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-02-01-preview", - "2023-02-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Maps", - "resourceTypes": [ - { - "resourceType": "accounts", - "apiVersions": [ - "2024-07-01-preview", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-08-01-preview", - "2023-06-01", - "2021-12-01-preview", - "2021-07-01-preview", - "2021-02-01", - "2020-02-01-preview", - "2018-05-01", - "2017-01-01-preview" - ] - }, - { - "resourceType": "accounts/creators", - "apiVersions": [ - "2024-07-01-preview", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-08-01-preview", - "2023-06-01", - "2021-12-01-preview", - "2021-02-01", - "2020-02-01-preview" - ] - }, - { - "resourceType": "accounts/eventGridFilters", - "apiVersions": [ - "2024-07-01-preview", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-08-01-preview", - "2023-06-01", - "2021-12-01-preview", - "2021-07-01-preview", - "2021-02-01", - "2018-05-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-07-01-preview", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-08-01-preview", - "2023-06-01", - "2021-12-01-preview", - "2021-07-01-preview", - "2021-02-01", - "2020-02-01-preview", - "2018-05-01", - "2017-01-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Marketplace", - "resourceTypes": [ - { - "resourceType": "listAvailableOffers", - "apiVersions": [ - "2018-03-01-beta" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2022-07-31", - "2021-10-01", - "2021-06-01", - "2018-08-01-beta" - ] - }, - { - "resourceType": "locations/edgeZones", - "apiVersions": [ - "2022-07-31", - "2021-10-01", - "2021-06-01", - "2018-08-01-beta" - ] - }, - { - "resourceType": "locations/edgeZones/products", - "apiVersions": [ - "2023-01-01", - "2022-07-31", - "2021-10-01", - "2021-06-01", - "2018-08-01-beta" - ] - }, - { - "resourceType": "mysolutions", - "apiVersions": [ - "2023-03-01-preview" - ] - }, - { - "resourceType": "offerTypes", - "apiVersions": [ - "2018-03-01-beta" - ] - }, - { - "resourceType": "offerTypes/publishers", - "apiVersions": [ - "2018-03-01-beta" - ] - }, - { - "resourceType": "offerTypes/publishers/offers", - "apiVersions": [ - "2018-03-01-beta" - ] - }, - { - "resourceType": "offerTypes/publishers/offers/plans", - "apiVersions": [ - "2018-03-01-beta" - ] - }, - { - "resourceType": "offerTypes/publishers/offers/plans/agreements", - "apiVersions": [ - "2018-03-01-beta" - ] - }, - { - "resourceType": "offerTypes/publishers/offers/plans/configs", - "apiVersions": [ - "2018-03-01-beta" - ] - }, - { - "resourceType": "offerTypes/publishers/offers/plans/configs/importImage", - "apiVersions": [ - "2018-03-01-beta" - ] - }, - { - "resourceType": "offers", - "apiVersions": [ - "2022-12-01-preview", - "2021-10-01", - "2021-06-01", - "2018-08-01-beta" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-03-01-preview", - "2023-01-01-preview", - "2023-01-01", - "2022-09-01", - "2022-07-31", - "2022-03-01", - "2022-02-02", - "2021-12-01", - "2021-10-01", - "2021-06-01", - "2018-08-01-beta", - "2018-03-01-beta" - ] - }, - { - "resourceType": "privateStoreClient", - "apiVersions": [ - "2018-08-01-beta", - "2018-03-01-beta" - ] - }, - { - "resourceType": "privateStores", - "apiVersions": [ - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-12-01", - "2021-06-01", - "2020-01-01" - ] - }, - { - "resourceType": "privateStores/AdminRequestApprovals", - "apiVersions": [ - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-12-01", - "2021-06-01", - "2020-12-01" - ] - }, - { - "resourceType": "privateStores/RequestApprovals", - "apiVersions": [ - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-12-01", - "2021-06-01", - "2020-12-01" - ] - }, - { - "resourceType": "privateStores/anyExistingOffersInTheCollections", - "apiVersions": [ - "2023-01-01", - "2022-09-01", - "2022-03-01" - ] - }, - { - "resourceType": "privateStores/billingAccounts", - "apiVersions": [ - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-12-01", - "2021-06-01" - ] - }, - { - "resourceType": "privateStores/bulkCollectionsAction", - "apiVersions": [ - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-12-01", - "2021-06-01" - ] - }, - { - "resourceType": "privateStores/collections", - "apiVersions": [ - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-12-01", - "2021-06-01" - ] - }, - { - "resourceType": "privateStores/collections/approveAllItems", - "apiVersions": [ - "2023-01-01", - "2022-09-01", - "2022-03-01" - ] - }, - { - "resourceType": "privateStores/collections/disableApproveAllItems", - "apiVersions": [ - "2023-01-01", - "2022-09-01", - "2022-03-01" - ] - }, - { - "resourceType": "privateStores/collections/mapOffersToContexts", - "apiVersions": [ - "2023-01-01" - ] - }, - { - "resourceType": "privateStores/collections/offers", - "apiVersions": [ - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-12-01", - "2021-06-01" - ] - }, - { - "resourceType": "privateStores/collections/offers/upsertOfferWithMultiContext", - "apiVersions": [ - "2023-01-01", - "2022-09-01", - "2022-03-01" - ] - }, - { - "resourceType": "privateStores/collections/queryRules", - "apiVersions": [ - "2023-01-01", - "2022-09-01" - ] - }, - { - "resourceType": "privateStores/collections/setRules", - "apiVersions": [ - "2023-01-01", - "2022-09-01" - ] - }, - { - "resourceType": "privateStores/collections/transferOffers", - "apiVersions": [ - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-12-01", - "2021-06-01" - ] - }, - { - "resourceType": "privateStores/collectionsToSubscriptionsMapping", - "apiVersions": [ - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-12-01", - "2021-06-01" - ] - }, - { - "resourceType": "privateStores/fetchAllSubscriptionsInTenant", - "apiVersions": [ - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-12-01" - ] - }, - { - "resourceType": "privateStores/listNewPlansNotifications", - "apiVersions": [ - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-12-01" - ] - }, - { - "resourceType": "privateStores/listStopSellOffersPlansNotifications", - "apiVersions": [ - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-12-01" - ] - }, - { - "resourceType": "privateStores/listSubscriptionsContext", - "apiVersions": [ - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-12-01" - ] - }, - { - "resourceType": "privateStores/offers", - "apiVersions": [ - "2021-06-01-beta", - "2020-01-01" - ] - }, - { - "resourceType": "privateStores/offers/acknowledgeNotification", - "apiVersions": [ - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-12-01", - "2021-06-01", - "2020-12-01" - ] - }, - { - "resourceType": "privateStores/queryApprovedPlans", - "apiVersions": [ - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-12-01", - "2021-06-01" - ] - }, - { - "resourceType": "privateStores/queryNotificationsState", - "apiVersions": [ - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-12-01", - "2021-06-01", - "2020-12-01" - ] - }, - { - "resourceType": "privateStores/queryOffers", - "apiVersions": [ - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-12-01", - "2021-06-01" - ] - }, - { - "resourceType": "privateStores/queryUserOffers", - "apiVersions": [ - "2023-01-01", - "2022-09-01", - "2022-03-01" - ] - }, - { - "resourceType": "privateStores/queryUserRules", - "apiVersions": [ - "2023-01-01", - "2022-09-01" - ] - }, - { - "resourceType": "privateStores/requestApprovals/query", - "apiVersions": [ - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-12-01", - "2021-06-01", - "2020-12-01" - ] - }, - { - "resourceType": "privateStores/requestApprovals/withdrawPlan", - "apiVersions": [ - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-12-01", - "2021-06-01", - "2020-12-01" - ] - }, - { - "resourceType": "privategalleryitems", - "apiVersions": [ - "2018-03-01-beta" - ] - }, - { - "resourceType": "products", - "apiVersions": [ - "2023-01-01-preview", - "2022-12-01-preview", - "2021-10-01", - "2021-06-01", - "2018-08-01-beta" - ] - }, - { - "resourceType": "products/reviews", - "apiVersions": [ - "2023-01-01-preview" - ] - }, - { - "resourceType": "products/reviews/comments", - "apiVersions": [ - "2023-01-01-preview" - ] - }, - { - "resourceType": "products/reviews/helpful", - "apiVersions": [ - "2023-01-01-preview" - ] - }, - { - "resourceType": "products/usermetadata", - "apiVersions": [ - "2023-01-01-preview" - ] - }, - { - "resourceType": "publishers", - "apiVersions": [ - "2019-06-30-preview" - ] - }, - { - "resourceType": "publishers/offers", - "apiVersions": [ - "2019-06-30-preview" - ] - }, - { - "resourceType": "publishers/offers/amendments", - "apiVersions": [ - "2019-06-30-preview" - ] - }, - { - "resourceType": "register", - "apiVersions": [ - "2020-01-01" - ] - }, - { - "resourceType": "search", - "apiVersions": [ - "2023-01-01-preview", - "2022-02-02" - ] - } - ] - }, - { - "namespace": "Microsoft.MarketplaceNotifications", - "resourceTypes": [ - { - "resourceType": "operations", - "apiVersions": [ - "2021-03-03" - ] - }, - { - "resourceType": "reviewsnotifications", - "apiVersions": [ - "2021-03-03" - ] - } - ] - }, - { - "namespace": "Microsoft.MarketplaceOrdering", - "resourceTypes": [ - { - "resourceType": "agreements", - "apiVersions": [ - "2021-01-01", - "2015-06-01" - ] - }, - { - "resourceType": "offertypes", - "apiVersions": [ - "2021-01-01", - "2015-06-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2021-01-01", - "2015-06-01" - ] - } - ] - }, - { - "namespace": "Microsoft.Media", - "resourceTypes": [ - { - "resourceType": "checknameavailability", - "apiVersions": [ - "2015-10-01", - "2015-04-01" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2023-01-01", - "2021-11-01", - "2021-06-01", - "2021-05-01", - "2020-05-01", - "2018-07-01", - "2018-06-01-preview", - "2018-03-30-preview", - "2016-05-01-preview" - ] - }, - { - "resourceType": "locations/checkNameAvailability", - "apiVersions": [ - "2023-01-01", - "2021-11-01", - "2021-06-01", - "2021-05-01", - "2020-05-01", - "2018-07-01", - "2018-06-01-preview", - "2018-03-30-preview", - "2016-05-01-preview" - ] - }, - { - "resourceType": "locations/mediaServicesOperationResults", - "apiVersions": [ - "2023-01-01", - "2021-11-01", - "2021-06-01", - "2021-05-01", - "2020-05-01", - "2018-07-01", - "2018-06-01-preview", - "2018-03-30-preview", - "2015-10-01", - "2015-04-01" - ] - }, - { - "resourceType": "locations/mediaServicesOperationStatuses", - "apiVersions": [ - "2023-01-01", - "2021-11-01", - "2021-06-01", - "2021-05-01", - "2020-05-01", - "2018-07-01", - "2018-06-01-preview", - "2018-03-30-preview", - "2015-10-01", - "2015-04-01" - ] - }, - { - "resourceType": "mediaservices", - "apiVersions": [ - "2023-01-01", - "2021-11-01", - "2021-06-01", - "2021-05-01", - "2020-05-01", - "2018-07-01", - "2018-06-01-preview", - "2018-03-30-preview", - "2015-10-01", - "2015-04-01" - ] - }, - { - "resourceType": "mediaservices/accountFilters", - "apiVersions": [ - "2023-01-01", - "2022-08-01", - "2021-11-01", - "2021-06-01", - "2020-05-01", - "2018-07-01" - ] - }, - { - "resourceType": "mediaservices/assets", - "apiVersions": [ - "2023-01-01", - "2022-08-01", - "2021-11-01", - "2021-06-01", - "2020-05-01", - "2018-07-01", - "2018-06-01-preview", - "2018-03-30-preview" - ] - }, - { - "resourceType": "mediaservices/assets/assetFilters", - "apiVersions": [ - "2023-01-01", - "2022-08-01", - "2021-11-01", - "2021-06-01", - "2020-05-01", - "2018-07-01" - ] - }, - { - "resourceType": "mediaservices/assets/tracks", - "apiVersions": [ - "2023-01-01", - "2022-08-01", - "2021-11-01" - ] - }, - { - "resourceType": "mediaservices/assets/tracks/operationResults", - "apiVersions": [ - "2023-01-01", - "2022-08-01", - "2021-11-01" - ] - }, - { - "resourceType": "mediaservices/assets/tracks/operationstatuses", - "apiVersions": [ - "2023-01-01", - "2022-08-01", - "2021-11-01" - ] - }, - { - "resourceType": "mediaservices/contentKeyPolicies", - "apiVersions": [ - "2023-01-01", - "2022-08-01", - "2021-11-01", - "2021-06-01", - "2020-05-01", - "2018-07-01", - "2018-06-01-preview", - "2018-03-30-preview" - ] - }, - { - "resourceType": "mediaservices/eventGridFilters", - "apiVersions": [ - "2018-02-05" - ] - }, - { - "resourceType": "mediaservices/liveEventOperations", - "apiVersions": [ - "2022-11-01", - "2022-08-01", - "2021-11-01", - "2021-06-01", - "2020-05-01", - "2019-05-01-preview", - "2018-07-01", - "2018-06-01-preview", - "2018-03-30-preview" - ] - }, - { - "resourceType": "mediaservices/liveEvents", - "apiVersions": [ - "2022-11-01", - "2022-08-01", - "2021-11-01", - "2021-06-01", - "2020-05-01", - "2019-05-01-preview", - "2018-07-01", - "2018-06-01-preview", - "2018-03-30-preview" - ] - }, - { - "resourceType": "mediaservices/liveEvents/liveOutputs", - "apiVersions": [ - "2022-11-01", - "2022-08-01", - "2021-11-01", - "2021-06-01", - "2020-05-01", - "2019-05-01-preview", - "2018-07-01", - "2018-06-01-preview", - "2018-03-30-preview" - ] - }, - { - "resourceType": "mediaservices/liveOutputOperations", - "apiVersions": [ - "2022-11-01", - "2022-08-01", - "2021-11-01", - "2021-06-01", - "2020-05-01", - "2019-05-01-preview", - "2018-07-01", - "2018-06-01-preview", - "2018-03-30-preview" - ] - }, - { - "resourceType": "mediaservices/liveevents/liveoutputs/operationlocations", - "apiVersions": [ - "2022-11-01", - "2022-08-01", - "2021-11-01", - "2021-06-01", - "2020-05-01", - "2019-05-01-preview", - "2018-07-01", - "2018-06-01-preview", - "2018-03-30-preview" - ] - }, - { - "resourceType": "mediaservices/liveevents/operationlocations", - "apiVersions": [ - "2022-11-01", - "2022-08-01", - "2021-11-01", - "2021-06-01", - "2020-05-01", - "2019-05-01-preview", - "2018-07-01", - "2018-06-01-preview", - "2018-03-30-preview" - ] - }, - { - "resourceType": "mediaservices/privateEndpointConnectionOperations", - "apiVersions": [ - "2023-01-01", - "2021-11-01", - "2021-06-01", - "2021-05-01", - "2020-05-01" - ] - }, - { - "resourceType": "mediaservices/privateEndpointConnectionProxies", - "apiVersions": [ - "2023-01-01", - "2021-11-01", - "2021-06-01", - "2021-05-01", - "2020-05-01" - ] - }, - { - "resourceType": "mediaservices/privateEndpointConnections", - "apiVersions": [ - "2023-01-01", - "2021-11-01", - "2021-06-01", - "2021-05-01", - "2020-05-01" - ] - }, - { - "resourceType": "mediaservices/streamingEndpointOperations", - "apiVersions": [ - "2022-11-01", - "2022-08-01", - "2021-11-01", - "2021-06-01", - "2020-05-01", - "2019-05-01-preview", - "2018-07-01", - "2018-06-01-preview", - "2018-03-30-preview" - ] - }, - { - "resourceType": "mediaservices/streamingEndpoints", - "apiVersions": [ - "2022-11-01", - "2022-08-01", - "2021-11-01", - "2021-06-01", - "2020-05-01", - "2019-05-01-preview", - "2018-07-01", - "2018-06-01-preview", - "2018-03-30-preview" - ] - }, - { - "resourceType": "mediaservices/streamingLocators", - "apiVersions": [ - "2023-01-01", - "2022-08-01", - "2021-11-01", - "2021-06-01", - "2020-05-01", - "2018-07-01", - "2018-06-01-preview", - "2018-03-30-preview" - ] - }, - { - "resourceType": "mediaservices/streamingPolicies", - "apiVersions": [ - "2023-01-01", - "2022-08-01", - "2021-11-01", - "2021-06-01", - "2020-05-01", - "2018-07-01", - "2018-06-01-preview", - "2018-03-30-preview" - ] - }, - { - "resourceType": "mediaservices/streamingendpoints/operationlocations", - "apiVersions": [ - "2022-11-01", - "2022-08-01", - "2021-11-01", - "2021-06-01", - "2020-05-01", - "2019-05-01-preview", - "2018-07-01", - "2018-06-01-preview", - "2018-03-30-preview" - ] - }, - { - "resourceType": "mediaservices/transforms", - "apiVersions": [ - "2022-07-01", - "2022-05-01-preview", - "2021-11-01", - "2021-06-01", - "2020-05-01", - "2018-07-01", - "2018-06-01-preview", - "2018-03-30-preview" - ] - }, - { - "resourceType": "mediaservices/transforms/jobs", - "apiVersions": [ - "2022-07-01", - "2022-05-01-preview", - "2021-11-01", - "2021-06-01", - "2020-05-01", - "2018-07-01", - "2018-06-01-preview", - "2018-03-30-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-01-01", - "2021-11-01", - "2021-06-01", - "2021-05-01", - "2020-05-01", - "2018-07-01", - "2018-06-01-preview", - "2018-03-30-preview", - "2018-02-05", - "2016-05-01-preview", - "2015-10-01", - "2015-04-01" - ] - } - ] - }, - { - "namespace": "Microsoft.MessagingCatalog", - "resourceTypes": [ - { - "resourceType": "Operations", - "apiVersions": [ - "2024-02-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.MessagingConnectors", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01-preview", - "2024-08-01-preview", - "2024-05-01-preview" - ] - }, - { - "resourceType": "Operations", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01-preview", - "2024-08-01-preview", - "2024-05-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Migrate", - "resourceTypes": [ - { - "resourceType": "assessmentProjects", - "apiVersions": [ - "2024-03-03-preview", - "2023-09-09-preview", - "2023-07-07-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-15", - "2023-03-03", - "2022-02-02-preview", - "2020-05-01-preview", - "2020-01-01", - "2019-10-01", - "2019-05-01", - "2018-06-30-preview" - ] - }, - { - "resourceType": "assessmentProjects/assessments", - "apiVersions": [ - "2024-03-03-preview", - "2023-09-09-preview", - "2023-07-07-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-15", - "2023-03-03", - "2022-02-02-preview", - "2020-05-01-preview", - "2020-01-01", - "2019-10-01", - "2019-05-01", - "2018-06-30-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2023-09-09-preview", - "2023-07-07-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-15", - "2023-03-03", - "2022-02-02-preview", - "2020-05-01-preview", - "2020-01-01", - "2019-10-01", - "2019-05-01", - "2018-06-30-preview", - "2018-02-02", - "2017-11-11-preview", - "2017-09-25-privatepreview" - ] - }, - { - "resourceType": "locations/rmsOperationResults", - "apiVersions": [ - "2023-08-01", - "2022-08-01", - "2021-08-01", - "2021-01-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "migrateprojects", - "apiVersions": [ - "2020-06-01-preview", - "2020-05-01", - "2019-06-01", - "2018-09-01-preview" - ] - }, - { - "resourceType": "modernizeProjects", - "apiVersions": [ - "2022-05-01-preview" - ] - }, - { - "resourceType": "moveCollections", - "apiVersions": [ - "2023-08-01", - "2022-08-01", - "2021-08-01", - "2021-01-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2019-10-01", - "2019-05-01", - "2018-06-30-preview", - "2018-02-02", - "2017-11-11-preview", - "2017-09-25-privatepreview" - ] - } - ] - }, - { - "namespace": "Microsoft.Mission", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2024-06-01-preview", - "2024-01-01-preview", - "2023-11-01-preview", - "2023-08-01-preview", - "2023-02-01-preview" - ] - }, - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2024-06-01-preview", - "2024-01-01-preview", - "2023-11-01-preview", - "2023-08-01-preview", - "2023-02-01-preview" - ] - }, - { - "resourceType": "Operations", - "apiVersions": [ - "2024-06-01-preview", - "2024-01-01-preview", - "2023-11-01-preview", - "2023-08-01-preview", - "2023-02-01-preview" - ] - }, - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-06-01-preview", - "2024-01-01-preview", - "2023-11-01-preview", - "2023-08-01-preview", - "2023-02-01-preview" - ] - }, - { - "resourceType": "virtualEnclaves/endpoints", - "apiVersions": [ - "2023-08-01-preview", - "2023-02-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.MixedReality", - "resourceTypes": [ - { - "resourceType": "locations", - "apiVersions": [ - "2023-07-01-preview", - "2021-03-01-preview", - "2021-01-01", - "2020-05-01", - "2020-04-06-preview", - "2019-12-02-preview", - "2019-02-28-preview" - ] - }, - { - "resourceType": "locations/checkNameAvailability", - "apiVersions": [ - "2023-07-01-preview", - "2021-03-01-preview", - "2021-01-01", - "2020-05-01", - "2020-04-06-preview", - "2019-12-02-preview", - "2019-02-28-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-07-01-preview", - "2021-03-01-preview", - "2021-01-01", - "2020-05-01", - "2020-04-06-preview", - "2019-12-02-preview", - "2019-02-28-preview" - ] - }, - { - "resourceType": "remoteRenderingAccounts", - "apiVersions": [ - "2021-03-01-preview", - "2021-01-01", - "2020-04-06-preview", - "2019-12-02-preview" - ] - }, - { - "resourceType": "spatialAnchorsAccounts", - "apiVersions": [ - "2021-03-01-preview", - "2021-01-01", - "2020-05-01", - "2019-12-02-preview", - "2019-02-28-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.MobileNetwork", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2024-05-15-preview", - "2024-05-01-preview", - "2024-04-01", - "2024-03-01-preview", - "2024-02-01", - "2023-10-01-preview", - "2023-09-01", - "2023-07-01-preview", - "2023-06-01", - "2022-12-01-privatepreview", - "2022-11-01", - "2022-04-01-preview" - ] - }, - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2024-05-15-preview", - "2024-05-01-preview", - "2024-04-01", - "2024-03-01-preview", - "2024-02-01", - "2023-10-01-preview", - "2023-09-01", - "2023-07-01-preview", - "2023-06-01", - "2022-12-01-privatepreview", - "2022-11-01", - "2022-04-01-preview" - ] - }, - { - "resourceType": "Operations", - "apiVersions": [ - "2024-05-15-preview", - "2024-05-01-preview", - "2024-04-01", - "2024-03-01-preview", - "2024-02-01", - "2023-10-01-preview", - "2023-09-01", - "2023-07-01-preview", - "2023-06-01", - "2022-12-01-privatepreview", - "2022-11-01", - "2022-04-01-preview" - ] - }, - { - "resourceType": "packetCoreControlPlaneVersions", - "apiVersions": [ - "2024-05-15-preview", - "2024-05-01-preview", - "2024-04-01", - "2024-03-01-preview", - "2024-02-01", - "2023-10-01-preview", - "2023-09-01", - "2023-07-01-preview", - "2023-06-01", - "2022-12-01-privatepreview", - "2022-11-01", - "2022-04-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.ModSimWorkbench", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2021-03-01-preview" - ] - }, - { - "resourceType": "Locations/operationStatuses", - "apiVersions": [ - "2021-03-01-preview" - ] - }, - { - "resourceType": "Operations", - "apiVersions": [ - "2021-03-01-preview" - ] - }, - { - "resourceType": "instances", - "apiVersions": [ - "2021-03-01-preview" - ] - }, - { - "resourceType": "instances/chambers", - "apiVersions": [ - "2021-03-01-preview" - ] - }, - { - "resourceType": "instances/chambers/connectors", - "apiVersions": [ - "2021-03-01-preview" - ] - }, - { - "resourceType": "instances/chambers/fileRequests", - "apiVersions": [ - "2021-03-01-preview" - ] - }, - { - "resourceType": "instances/chambers/files", - "apiVersions": [ - "2021-03-01-preview" - ] - }, - { - "resourceType": "instances/chambers/workloads", - "apiVersions": [ - "2021-03-01-preview" - ] - }, - { - "resourceType": "workbenches", - "apiVersions": [ - "2021-03-01-preview" - ] - }, - { - "resourceType": "workbenches/chambers", - "apiVersions": [ - "2021-03-01-preview" - ] - }, - { - "resourceType": "workbenches/chambers/connectors", - "apiVersions": [ - "2021-03-01-preview" - ] - }, - { - "resourceType": "workbenches/chambers/fileRequests", - "apiVersions": [ - "2021-03-01-preview" - ] - }, - { - "resourceType": "workbenches/chambers/files", - "apiVersions": [ - "2021-03-01-preview" - ] - }, - { - "resourceType": "workbenches/chambers/storages", - "apiVersions": [ - "2021-03-01-preview" - ] - }, - { - "resourceType": "workbenches/chambers/workloads", - "apiVersions": [ - "2021-03-01-preview" - ] - }, - { - "resourceType": "workbenches/sharedStorages", - "apiVersions": [ - "2021-03-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Monitor", - "resourceTypes": [ - { - "resourceType": "accounts", - "apiVersions": [ - "2023-04-03", - "2021-06-03-preview" - ] - }, - { - "resourceType": "investigations", - "apiVersions": [ - "2024-01-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-10-01-preview", - "2024-10-01", - "2024-04-03-preview", - "2024-04-01-preview", - "2023-10-01-preview", - "2023-04-03", - "2023-04-01", - "2021-06-03-preview", - "2021-06-01-preview" - ] - }, - { - "resourceType": "locations/locationOperationStatuses", - "apiVersions": [ - "2024-04-03-preview", - "2024-04-01-preview", - "2023-04-03", - "2023-04-01", - "2021-06-03-preview", - "2021-06-01-preview" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2024-04-03-preview", - "2024-04-01-preview", - "2023-04-03", - "2023-04-01", - "2021-06-03-preview", - "2021-06-01-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2024-10-01-preview", - "2023-10-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-10-01-preview", - "2024-04-03-preview", - "2024-04-01-preview", - "2023-04-03", - "2023-04-01", - "2021-06-03-preview", - "2021-06-01-preview" - ] - }, - { - "resourceType": "pipelineGroups", - "apiVersions": [ - "2024-10-01-preview", - "2023-10-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.MySQLDiscovery", - "resourceTypes": [ - { - "resourceType": "MySQLSites", - "apiVersions": [ - "2024-09-30-preview", - "2023-09-30-preview" - ] - }, - { - "resourceType": "MySQLSites/ErrorSummaries", - "apiVersions": [ - "2024-09-30-preview", - "2023-09-30-preview" - ] - }, - { - "resourceType": "MySQLSites/MySQLServers", - "apiVersions": [ - "2024-09-30-preview", - "2023-09-30-preview" - ] - }, - { - "resourceType": "MySQLSites/Refresh", - "apiVersions": [ - "2024-09-30-preview", - "2023-09-30-preview" - ] - }, - { - "resourceType": "MySQLSites/Summaries", - "apiVersions": [ - "2024-09-30-preview", - "2023-09-30-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-09-30-preview", - "2023-09-30-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2024-09-30-preview", - "2023-09-30-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-09-30-preview", - "2023-09-30-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.NetApp", - "resourceTypes": [ - { - "resourceType": "locations", - "apiVersions": [ - "2024-07-01-preview", - "2024-07-01", - "2024-05-01-preview", - "2024-05-01", - "2024-03-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-11-01", - "2023-09-01-preview", - "2023-09-01", - "2023-07-01-preview", - "2023-07-01", - "2023-05-01-preview", - "2023-05-01", - "2023-03-01-preview", - "2023-03-01", - "2023-01-01-preview", - "2023-01-01", - "2022-11-01-preview", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-03-01", - "2022-01-01", - "2021-10-01", - "2021-08-01", - "2021-06-01", - "2021-04-01", - "2021-02-01", - "2020-12-01", - "2020-11-01", - "2020-10-01", - "2020-09-01", - "2020-08-01", - "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-15-preview", - "2019-07-01", - "2019-06-01", - "2019-05-01", - "2017-08-15" - ] - }, - { - "resourceType": "locations/CheckInventory", - "apiVersions": [ - "2024-07-01-preview", - "2024-07-01", - "2024-05-01-preview", - "2024-05-01", - "2024-03-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-11-01", - "2023-09-01-preview", - "2023-09-01", - "2023-07-01-preview", - "2023-07-01", - "2023-05-01-preview", - "2023-05-01", - "2023-03-01-preview", - "2023-03-01", - "2023-01-01-preview", - "2023-01-01", - "2022-11-01-preview", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-03-01", - "2022-01-01", - "2021-12-01-preview", - "2021-10-01", - "2021-08-01" - ] - }, - { - "resourceType": "locations/QuotaLimits", - "apiVersions": [ - "2024-07-01-preview", - "2024-07-01", - "2024-05-01-preview", - "2024-05-01", - "2024-03-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-11-01", - "2023-09-01-preview", - "2023-09-01", - "2023-07-01-preview", - "2023-07-01", - "2023-05-01-preview", - "2023-05-01", - "2023-03-01-preview", - "2023-03-01", - "2023-01-01-preview", - "2023-01-01", - "2022-11-01-preview", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-03-01", - "2022-01-01", - "2021-10-01", - "2021-08-01", - "2021-06-01" - ] - }, - { - "resourceType": "locations/checkFilePathAvailability", - "apiVersions": [ - "2024-07-01-preview", - "2024-07-01", - "2024-05-01-preview", - "2024-05-01", - "2024-03-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-11-01", - "2023-09-01-preview", - "2023-09-01", - "2023-07-01-preview", - "2023-07-01", - "2023-05-01-preview", - "2023-05-01", - "2023-03-01-preview", - "2023-03-01", - "2023-01-01-preview", - "2023-01-01", - "2022-11-01-preview", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-03-01", - "2022-01-01", - "2021-10-01", - "2021-08-01", - "2021-06-01", - "2021-04-01", - "2021-02-01", - "2020-12-01", - "2020-11-01", - "2020-10-01", - "2020-09-01", - "2020-08-01", - "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" - ] - }, - { - "resourceType": "locations/checkNameAvailability", - "apiVersions": [ - "2024-07-01-preview", - "2024-07-01", - "2024-05-01-preview", - "2024-05-01", - "2024-03-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-11-01", - "2023-09-01-preview", - "2023-09-01", - "2023-07-01-preview", - "2023-07-01", - "2023-05-01-preview", - "2023-05-01", - "2023-03-01-preview", - "2023-03-01", - "2023-01-01-preview", - "2023-01-01", - "2022-11-01-preview", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-03-01", - "2022-01-01", - "2021-10-01", - "2021-08-01", - "2021-06-01", - "2021-04-01", - "2021-02-01", - "2020-12-01", - "2020-11-01", - "2020-10-01", - "2020-09-01", - "2020-08-01", - "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" - ] - }, - { - "resourceType": "locations/checkQuotaAvailability", - "apiVersions": [ - "2024-07-01-preview", - "2024-07-01", - "2024-05-01-preview", - "2024-05-01", - "2024-03-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-11-01", - "2023-09-01-preview", - "2023-09-01", - "2023-07-01-preview", - "2023-07-01", - "2023-05-01-preview", - "2023-05-01", - "2023-03-01-preview", - "2023-03-01", - "2023-01-01-preview", - "2023-01-01", - "2022-11-01-preview", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-03-01", - "2022-01-01", - "2021-10-01", - "2021-08-01", - "2021-06-01", - "2021-04-01", - "2021-02-01", - "2020-12-01", - "2020-11-01", - "2020-10-01", - "2020-09-01", - "2020-08-01", - "2020-07-01", - "2020-06-01" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2024-07-01-preview", - "2024-07-01", - "2024-05-01-preview", - "2024-05-01", - "2024-03-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-11-01", - "2023-09-01-preview", - "2023-09-01", - "2023-07-01-preview", - "2023-07-01", - "2023-05-01-preview", - "2023-05-01", - "2023-03-01-preview", - "2023-03-01", - "2023-01-01-preview", - "2023-01-01", - "2022-11-01-preview", - "2022-11-01", - "2022-09-01", - "2022-07-01-preview", - "2022-07-01", - "2022-05-01", - "2022-03-01", - "2022-01-01", - "2021-12-01-preview", - "2021-10-01", - "2021-08-01", - "2021-06-01", - "2021-04-01", - "2021-02-01", - "2020-12-01", - "2020-11-01", - "2020-10-01", - "2020-09-01", - "2020-08-01", - "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" - ] - }, - { - "resourceType": "locations/queryNetworkSiblingSet", - "apiVersions": [ - "2024-07-01-preview", - "2024-07-01", - "2024-05-01-preview", - "2024-05-01", - "2024-03-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-11-01", - "2023-09-01-preview", - "2023-09-01", - "2023-07-01-preview", - "2023-07-01", - "2023-05-01-preview", - "2023-05-01", - "2023-03-01-preview", - "2023-03-01", - "2023-01-01-preview", - "2023-01-01", - "2022-11-01-preview", - "2022-11-01", - "2021-12-01-preview" - ] - }, - { - "resourceType": "locations/regionInfo", - "apiVersions": [ - "2024-07-01-preview", - "2024-07-01", - "2024-05-01-preview", - "2024-05-01", - "2024-03-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-11-01", - "2023-09-01-preview", - "2023-09-01", - "2023-07-01-preview", - "2023-07-01", - "2023-05-01-preview", - "2023-05-01", - "2023-03-01-preview", - "2023-03-01", - "2023-01-01-preview", - "2023-01-01", - "2022-11-01-preview", - "2022-11-01", - "2021-12-01-preview", - "2021-04-01-preview" - ] - }, - { - "resourceType": "locations/regionInfos", - "apiVersions": [ - "2024-07-01-preview", - "2024-07-01", - "2024-05-01-preview", - "2024-05-01", - "2024-03-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-11-01", - "2023-09-01-preview", - "2023-09-01", - "2023-07-01-preview", - "2023-07-01", - "2023-05-01-preview" - ] - }, - { - "resourceType": "locations/updateNetworkSiblingSet", - "apiVersions": [ - "2024-07-01-preview", - "2024-07-01", - "2024-05-01-preview", - "2024-05-01", - "2024-03-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-11-01", - "2023-09-01-preview", - "2023-09-01", - "2023-07-01-preview", - "2023-07-01", - "2023-05-01-preview", - "2023-05-01", - "2023-03-01-preview", - "2023-03-01", - "2023-01-01-preview", - "2023-01-01", - "2022-11-01-preview", - "2022-11-01", - "2021-12-01-preview" - ] - }, - { - "resourceType": "netAppAccounts", - "apiVersions": [ - "2024-07-01-preview", - "2024-07-01", - "2024-05-01-preview", - "2024-05-01", - "2024-03-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-11-01", - "2023-09-01-preview", - "2023-09-01", - "2023-07-01-preview", - "2023-07-01", - "2023-05-01-preview", - "2023-05-01", - "2023-03-01-preview", - "2023-03-01", - "2023-01-01-preview", - "2023-01-01", - "2022-11-01-preview", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-03-01", - "2022-01-01", - "2021-10-01", - "2021-08-01", - "2021-06-01", - "2021-04-01", - "2021-02-01", - "2020-12-01", - "2020-11-01", - "2020-10-01", - "2020-09-01", - "2020-08-01", - "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" - ] - }, - { - "resourceType": "netAppAccounts/accountBackups", - "apiVersions": [ - "2022-11-01-preview", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-03-01", - "2022-01-01", - "2021-10-01", - "2021-08-01", - "2021-06-01", - "2021-04-01", - "2021-02-01", - "2020-12-01", - "2020-11-01", - "2020-10-01", - "2020-09-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01" - ] - }, - { - "resourceType": "netAppAccounts/backupPolicies", - "apiVersions": [ - "2024-07-01-preview", - "2024-07-01", - "2024-05-01-preview", - "2024-05-01", - "2024-03-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-11-01", - "2023-09-01-preview", - "2023-09-01", - "2023-07-01-preview", - "2023-07-01", - "2023-05-01-preview", - "2023-05-01", - "2023-03-01-preview", - "2023-03-01", - "2023-01-01-preview", - "2023-01-01", - "2022-11-01-preview", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-03-01", - "2022-01-01", - "2021-10-01", - "2021-08-01", - "2021-06-01", - "2021-04-01", - "2021-02-01", - "2020-12-01", - "2020-11-01", - "2020-10-01", - "2020-09-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01" - ] - }, - { - "resourceType": "netAppAccounts/backupVaults", - "apiVersions": [ - "2024-07-01-preview", - "2024-07-01", - "2024-05-01-preview", - "2024-05-01", - "2024-03-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-11-01", - "2023-09-01-preview", - "2023-09-01", - "2023-07-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2023-01-01-preview", - "2022-11-01-preview" - ] - }, - { - "resourceType": "netAppAccounts/backupVaults/backups", - "apiVersions": [ - "2024-07-01-preview", - "2024-07-01", - "2024-05-01-preview", - "2024-05-01", - "2024-03-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-11-01", - "2023-09-01-preview", - "2023-09-01", - "2023-07-01-preview", - "2023-05-01-preview", - "2023-03-01-preview", - "2023-01-01-preview", - "2022-11-01-preview" - ] - }, - { - "resourceType": "netAppAccounts/capacityPools", - "apiVersions": [ - "2024-07-01-preview", - "2024-07-01", - "2024-05-01-preview", - "2024-05-01", - "2024-03-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-11-01", - "2023-09-01-preview", - "2023-09-01", - "2023-07-01-preview", - "2023-07-01", - "2023-05-01-preview", - "2023-05-01", - "2023-03-01-preview", - "2023-03-01", - "2023-01-01-preview", - "2023-01-01", - "2022-11-01-preview", - "2022-11-01", - "2022-09-01", - "2022-07-01-preview", - "2022-07-01", - "2022-05-01", - "2022-03-01", - "2022-01-01", - "2021-10-01", - "2021-08-01", - "2021-06-01", - "2021-04-01", - "2021-02-01", - "2020-12-01", - "2020-11-01", - "2020-10-01", - "2020-09-01", - "2020-08-01", - "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" - ] - }, - { - "resourceType": "netAppAccounts/capacityPools/volumes", - "apiVersions": [ - "2024-07-01-preview", - "2024-07-01", - "2024-05-01-preview", - "2024-05-01", - "2024-03-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-11-01", - "2023-09-01-preview", - "2023-09-01", - "2023-07-01-preview", - "2023-07-01", - "2023-05-01-preview", - "2023-05-01", - "2023-03-01-preview", - "2023-03-01", - "2023-01-01-preview", - "2023-01-01", - "2022-11-01-preview", - "2022-11-01", - "2022-09-01", - "2022-07-01-preview", - "2022-07-01", - "2022-05-01", - "2022-03-01", - "2022-01-01", - "2021-12-01-preview", - "2021-10-01", - "2021-08-01", - "2021-06-01", - "2021-04-01", - "2021-02-01", - "2020-12-01", - "2020-11-01", - "2020-10-01", - "2020-09-01", - "2020-08-01", - "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" - ] - }, - { - "resourceType": "netAppAccounts/capacityPools/volumes/backups", - "apiVersions": [ - "2022-11-01-preview", - "2022-11-01", - "2022-09-01", - "2022-07-01-preview", - "2022-07-01", - "2022-05-01", - "2022-03-01", - "2022-01-01", - "2021-10-01", - "2021-08-01", - "2021-06-01", - "2021-04-01", - "2021-02-01", - "2020-12-01", - "2020-11-01", - "2020-10-01", - "2020-09-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01" - ] - }, - { - "resourceType": "netAppAccounts/capacityPools/volumes/mountTargets", - "apiVersions": [ - "2019-10-01", - "2019-08-01", - "2019-07-01", - "2019-06-01", - "2019-05-01", - "2017-08-15" - ] - }, - { - "resourceType": "netAppAccounts/capacityPools/volumes/snapshots", - "apiVersions": [ - "2024-07-01-preview", - "2024-07-01", - "2024-05-01-preview", - "2024-05-01", - "2024-03-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-11-01", - "2023-09-01-preview", - "2023-09-01", - "2023-07-01-preview", - "2023-07-01", - "2023-05-01-preview", - "2023-05-01", - "2023-03-01-preview", - "2023-03-01", - "2023-01-01-preview", - "2023-01-01", - "2022-11-01-preview", - "2022-11-01", - "2022-09-01", - "2022-07-01-preview", - "2022-07-01", - "2022-05-01", - "2022-03-01", - "2022-01-01", - "2021-10-01", - "2021-08-01", - "2021-06-01", - "2021-04-01", - "2021-02-01", - "2020-12-01", - "2020-11-01", - "2020-10-01", - "2020-09-01", - "2020-08-01", - "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" - ] - }, - { - "resourceType": "netAppAccounts/capacityPools/volumes/volumeQuotaRules", - "apiVersions": [ - "2024-07-01-preview", - "2024-07-01", - "2024-05-01-preview", - "2024-05-01", - "2024-03-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-11-01", - "2023-09-01-preview", - "2023-09-01", - "2023-07-01-preview", - "2023-07-01", - "2023-05-01-preview", - "2023-05-01", - "2023-03-01-preview", - "2023-03-01", - "2023-01-01-preview", - "2023-01-01", - "2022-11-01-preview", - "2022-11-01", - "2022-09-01", - "2022-07-01-preview", - "2022-07-01", - "2022-05-01", - "2022-03-01", - "2022-01-01" - ] - }, - { - "resourceType": "netAppAccounts/snapshotPolicies", - "apiVersions": [ - "2024-07-01-preview", - "2024-07-01", - "2024-05-01-preview", - "2024-05-01", - "2024-03-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-11-01", - "2023-09-01-preview", - "2023-09-01", - "2023-07-01-preview", - "2023-07-01", - "2023-05-01-preview", - "2023-05-01", - "2023-03-01-preview", - "2023-03-01", - "2023-01-01-preview", - "2023-01-01", - "2022-11-01-preview", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-03-01", - "2022-01-01", - "2021-10-01", - "2021-08-01", - "2021-06-01", - "2021-04-01", - "2021-02-01", - "2020-12-01", - "2020-11-01", - "2020-10-01", - "2020-09-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01" - ] - }, - { - "resourceType": "netAppAccounts/vaults", - "apiVersions": [ - "2022-11-01-preview", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-03-01", - "2022-01-01", - "2021-10-01", - "2021-08-01", - "2021-06-01", - "2021-04-01", - "2021-02-01", - "2020-12-01", - "2020-11-01", - "2020-10-01", - "2020-09-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01" - ] - }, - { - "resourceType": "netAppAccounts/volumeGroups", - "apiVersions": [ - "2024-07-01-preview", - "2024-07-01", - "2024-05-01-preview", - "2024-05-01", - "2024-03-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-11-01", - "2023-09-01-preview", - "2023-09-01", - "2023-07-01-preview", - "2023-07-01", - "2023-05-01-preview", - "2023-05-01", - "2023-03-01-preview", - "2023-03-01", - "2023-01-01-preview", - "2023-01-01", - "2022-11-01-preview", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-03-01", - "2022-01-01", - "2021-10-01", - "2021-08-01", - "2021-06-01", - "2021-04-01", - "2021-02-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-07-01-preview", - "2024-07-01", - "2024-05-01-preview", - "2024-05-01", - "2024-03-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-11-01", - "2023-09-01-preview", - "2023-09-01", - "2023-07-01-preview", - "2023-07-01", - "2023-05-01-preview", - "2023-05-01", - "2023-03-01-preview", - "2023-03-01", - "2023-01-01-preview", - "2023-01-01", - "2022-11-01-preview", - "2022-11-01", - "2022-09-01", - "2022-07-01-preview", - "2022-07-01", - "2022-05-01", - "2022-03-01", - "2022-01-01", - "2021-12-01-preview", - "2021-10-01", - "2021-08-01", - "2021-06-01", - "2021-04-01", - "2021-02-01", - "2020-12-01", - "2020-11-01", - "2020-10-01", - "2020-09-01", - "2020-08-01", - "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-15-preview", - "2019-07-01", - "2019-06-01", - "2019-05-01", - "2017-08-15" - ] - } - ] - }, - { - "namespace": "Microsoft.Network", - "resourceTypes": [ - { - "resourceType": "applicationGatewayAvailableRequestHeaders", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "applicationGatewayAvailableResponseHeaders", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "applicationGatewayAvailableServerVariables", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "applicationGatewayAvailableSslOptions", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "applicationGatewayAvailableWafRuleSets", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "applicationGatewayWebApplicationFirewallPolicies", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "applicationGateways", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "applicationSecurityGroups", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "assist", - "apiVersions": [ - "2024-06-01-preview" - ] - }, - { - "resourceType": "azureFirewallFqdnTags", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "azureFirewalls", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "azureWebCategories", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2023-01-01-preview", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01" - ] - }, - { - "resourceType": "bastionHosts", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "bgpServiceCommunities", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "checkFrontdoorNameAvailability", - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ] - }, - { - "resourceType": "checkTrafficManagerNameAvailability", - "apiVersions": [ - "2022-04-01-preview", - "2022-04-01", - "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" - ] - }, - { - "resourceType": "checkTrafficManagerNameAvailabilityV2", - "apiVersions": [ - "2022-04-01-preview", - "2022-04-01" - ] - }, - { - "resourceType": "cloudServiceSlots", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01" - ] - }, - { - "resourceType": "connections", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "copilot", - "apiVersions": [ - "2024-06-01-preview" - ] - }, - { - "resourceType": "customIpPrefixes", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01" - ] - }, - { - "resourceType": "ddosProtectionPlans", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "dnsForwardingRulesets", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01", - "2022-07-01", - "2020-04-01-preview" - ] - }, - { - "resourceType": "dnsForwardingRulesets/forwardingRules", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01", - "2022-07-01", - "2020-04-01-preview" - ] - }, - { - "resourceType": "dnsForwardingRulesets/virtualNetworkLinks", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01", - "2022-07-01", - "2020-04-01-preview" - ] - }, - { - "resourceType": "dnsOperationResults", - "apiVersions": [ - "2023-07-01-preview", - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01" - ] - }, - { - "resourceType": "dnsOperationStatuses", - "apiVersions": [ - "2023-07-01-preview", - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01" - ] - }, - { - "resourceType": "dnsResolvers", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01", - "2022-07-01", - "2020-04-01-preview" - ] - }, - { - "resourceType": "dnsResolvers/inboundEndpoints", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01", - "2022-07-01", - "2020-04-01-preview" - ] - }, - { - "resourceType": "dnsResolvers/outboundEndpoints", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01", - "2022-07-01", - "2020-04-01-preview" - ] - }, - { - "resourceType": "dnszones", - "apiVersions": [ - "2023-07-01-preview", - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ] - }, - { - "resourceType": "dnszones/A", - "apiVersions": [ - "2023-07-01-preview", - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ] - }, - { - "resourceType": "dnszones/AAAA", - "apiVersions": [ - "2023-07-01-preview", - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ] - }, - { - "resourceType": "dnszones/CAA", - "apiVersions": [ - "2023-07-01-preview", - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01" - ] - }, - { - "resourceType": "dnszones/CNAME", - "apiVersions": [ - "2023-07-01-preview", - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ] - }, - { - "resourceType": "dnszones/DS", - "apiVersions": [ - "2023-07-01-preview" - ] - }, - { - "resourceType": "dnszones/MX", - "apiVersions": [ - "2023-07-01-preview", - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ] - }, - { - "resourceType": "dnszones/NAPTR", - "apiVersions": [ - "2023-07-01-preview" - ] - }, - { - "resourceType": "dnszones/NS", - "apiVersions": [ - "2023-07-01-preview", - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ] - }, - { - "resourceType": "dnszones/PTR", - "apiVersions": [ - "2023-07-01-preview", - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ] - }, - { - "resourceType": "dnszones/SOA", - "apiVersions": [ - "2023-07-01-preview", - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ] - }, - { - "resourceType": "dnszones/SRV", - "apiVersions": [ - "2023-07-01-preview", - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ] - }, - { - "resourceType": "dnszones/TLSA", - "apiVersions": [ - "2023-07-01-preview" - ] - }, - { - "resourceType": "dnszones/TXT", - "apiVersions": [ - "2023-07-01-preview", - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ] - }, - { - "resourceType": "dnszones/all", - "apiVersions": [ - "2023-07-01-preview", - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ] - }, - { - "resourceType": "dnszones/dnssecConfigs", - "apiVersions": [ - "2023-07-01-preview" - ] - }, - { - "resourceType": "dnszones/recordsets", - "apiVersions": [ - "2023-07-01-preview", - "2018-05-01", - "2018-03-01-preview", - "2017-10-01", - "2017-09-15-preview", - "2017-09-01", - "2016-04-01", - "2015-05-04-preview" - ] - }, - { - "resourceType": "dscpConfigurations", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01" - ] - }, - { - "resourceType": "expressRouteCircuits", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "expressRouteGateways", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "expressRoutePorts", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "expressRoutePortsLocations", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "expressRouteProviderPorts", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2023-01-01-preview", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "expressRouteServiceProviders", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "firewallPolicies", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2023-01-01-preview", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "frontdoorOperationResults", - "apiVersions": [ - "2024-02-01", - "2022-05-01", - "2021-06-01", - "2020-11-01", - "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" - ] - }, - { - "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets", - "apiVersions": [ - "2024-02-01", - "2022-05-01", - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01" - ] - }, - { - "resourceType": "frontdoorWebApplicationFirewallPolicies", - "apiVersions": [ - "2024-02-01", - "2022-05-01", - "2020-11-01", - "2020-04-01", - "2019-10-01", - "2019-03-01", - "2018-08-01" - ] - }, - { - "resourceType": "frontdoors", - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ] - }, - { - "resourceType": "frontdoors/frontendEndpoints", - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ] - }, - { - "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration", - "apiVersions": [ - "2021-06-01", - "2020-07-01", - "2020-05-01", - "2020-04-01", - "2020-01-01", - "2019-08-01", - "2019-05-01", - "2019-04-01", - "2018-08-01" - ] - }, - { - "resourceType": "getDnsResourceReference", - "apiVersions": [ - "2023-07-01-preview", - "2018-05-01" - ] - }, - { - "resourceType": "internalNotify", - "apiVersions": [ - "2023-07-01-preview", - "2018-05-01" - ] - }, - { - "resourceType": "internalPublicIpAddresses", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01" - ] - }, - { - "resourceType": "ipAllocations", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01" - ] - }, - { - "resourceType": "ipGroups", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2023-01-01-preview", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "loadBalancers", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "localNetworkGateways", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "locations/ApplicationGatewayWafDynamicManifests", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01" - ] - }, - { - "resourceType": "locations/CheckDnsNameAvailability", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "locations/autoApprovedPrivateLinkServices", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "locations/availableDelegations", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "locations/availablePrivateEndpointTypes", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "locations/availableServiceAliases", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "locations/bareMetalTenants", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "locations/batchNotifyPrivateEndpointsForResourceMove", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01" - ] - }, - { - "resourceType": "locations/batchValidatePrivateEndpointsForResourceMove", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01" - ] - }, - { - "resourceType": "locations/checkAcceleratedNetworkingSupport", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "locations/checkPrivateLinkServiceVisibility", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "locations/commitInternalAzureNetworkManagerConfiguration", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-03-01-preview", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-06-01-preview", - "2022-05-01", - "2022-04-01-preview", - "2022-01-01" - ] - }, - { - "resourceType": "locations/dataTasks", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01" - ] - }, - { - "resourceType": "locations/deletePacketTagging", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01" - ] - }, - { - "resourceType": "locations/dnsResolverOperationResults", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01", - "2022-07-01", - "2020-04-01-preview" - ] - }, - { - "resourceType": "locations/dnsResolverOperationStatuses", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01", - "2022-07-01", - "2020-04-01-preview" - ] - }, - { - "resourceType": "locations/dnsResolverPolicyOperationResults", - "apiVersions": [ - "2023-07-01-preview" - ] - }, - { - "resourceType": "locations/dnsResolverPolicyOperationStatuses", - "apiVersions": [ - "2023-07-01-preview" - ] - }, - { - "resourceType": "locations/effectiveResourceOwnership", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "locations/getAzureNetworkManagerConfiguration", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01" - ] - }, - { - "resourceType": "locations/getPacketTagging", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01" - ] - }, - { - "resourceType": "locations/hybridEdgeZone", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2023-01-01-preview", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01" - ] - }, - { - "resourceType": "locations/internalAzureVirtualNetworkManagerOperation", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-03-01-preview", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-06-01-preview", - "2022-05-01", - "2022-04-01-preview", - "2022-01-01" - ] - }, - { - "resourceType": "locations/ipamPoolOperationResults", - "apiVersions": [ - "2024-05-01", - "2024-01-01-preview" - ] - }, - { - "resourceType": "locations/networkSecurityPerimeterOperationStatuses", - "apiVersions": [ - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview" - ] - }, - { - "resourceType": "locations/nfvOperationResults", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2023-01-01-preview", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "locations/nfvOperations", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2023-01-01-preview", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "locations/operations", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "locations/perimeterAssociableResourceTypes", - "apiVersions": [ - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2022-02-01-preview", - "2021-05-01-preview", - "2021-02-01-preview" - ] - }, - { - "resourceType": "locations/privateLinkServices", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01" - ] - }, - { - "resourceType": "locations/publishResources", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01" - ] - }, - { - "resourceType": "locations/queryNetworkSecurityPerimeter", - "apiVersions": [ - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2022-02-01-preview", - "2021-05-01-preview", - "2021-02-01-preview" - ] - }, - { - "resourceType": "locations/rnmEffectiveNetworkSecurityGroups", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01" - ] - }, - { - "resourceType": "locations/rnmEffectiveRouteTable", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01" - ] - }, - { - "resourceType": "locations/serviceTagDetails", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01" - ] - }, - { - "resourceType": "locations/serviceTags", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "locations/setAzureNetworkManagerConfiguration", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01" - ] - }, - { - "resourceType": "locations/setLoadBalancerFrontendPublicIpAddresses", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01" - ] - }, - { - "resourceType": "locations/setResourceOwnership", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "locations/startPacketTagging", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01" - ] - }, - { - "resourceType": "locations/supportedVirtualMachineSizes", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "locations/usages", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "locations/validateResourceOwnership", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "locations/verifierWorkspaceOperationResults", - "apiVersions": [ - "2024-05-01", - "2024-01-01-preview" - ] - }, - { - "resourceType": "locations/virtualNetworkAvailableEndpointServices", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "natGateways", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "networkExperimentProfiles", - "apiVersions": [ - "2019-11-01" - ] - }, - { - "resourceType": "networkGroupMemberships", - "apiVersions": [ - "2022-06-01-preview" - ] - }, - { - "resourceType": "networkIntentPolicies", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "networkInterfaces", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "networkManagerConnections", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-03-01-preview", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-06-01-preview", - "2022-05-01", - "2022-04-01-preview", - "2022-01-01" - ] - }, - { - "resourceType": "networkManagers", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-03-01-preview", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-06-01-preview", - "2022-05-01", - "2022-04-01-preview", - "2022-01-01" - ] - }, - { - "resourceType": "networkManagers/ipamPools", - "apiVersions": [ - "2024-05-01", - "2024-01-01-preview", - "2023-07-01-preview" - ] - }, - { - "resourceType": "networkManagers/verifierWorkspaces", - "apiVersions": [ - "2024-05-01", - "2024-01-01-preview" - ] - }, - { - "resourceType": "networkProfiles", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "networkSecurityGroups", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "networkVirtualApplianceSkus", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2023-01-01-preview", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01" - ] - }, - { - "resourceType": "networkVirtualAppliances", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2023-01-01-preview", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01", - "2019-12-01" - ] - }, - { - "resourceType": "networkWatchers", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "networkWatchers/connectionMonitors", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "networkWatchers/flowLogs", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "networkWatchers/lenses", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "networkWatchers/pingMeshes", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "p2sVpnGateways", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "privateDnsOperationResults", - "apiVersions": [ - "2024-06-01", - "2020-06-01", - "2020-01-01", - "2018-09-01" - ] - }, - { - "resourceType": "privateDnsOperationStatuses", - "apiVersions": [ - "2024-06-01", - "2020-06-01", - "2020-01-01", - "2018-09-01" - ] - }, - { - "resourceType": "privateDnsZones", - "apiVersions": [ - "2024-06-01", - "2020-06-01", - "2020-01-01", - "2018-09-01" - ] - }, - { - "resourceType": "privateDnsZones/A", - "apiVersions": [ - "2024-06-01", - "2020-06-01", - "2020-01-01", - "2018-09-01" - ] - }, - { - "resourceType": "privateDnsZones/AAAA", - "apiVersions": [ - "2024-06-01", - "2020-06-01", - "2020-01-01", - "2018-09-01" - ] - }, - { - "resourceType": "privateDnsZones/CNAME", - "apiVersions": [ - "2024-06-01", - "2020-06-01", - "2020-01-01", - "2018-09-01" - ] - }, - { - "resourceType": "privateDnsZones/MX", - "apiVersions": [ - "2024-06-01", - "2020-06-01", - "2020-01-01", - "2018-09-01" - ] - }, - { - "resourceType": "privateDnsZones/PTR", - "apiVersions": [ - "2024-06-01", - "2020-06-01", - "2020-01-01", - "2018-09-01" - ] - }, - { - "resourceType": "privateDnsZones/SOA", - "apiVersions": [ - "2024-06-01", - "2020-06-01", - "2020-01-01", - "2018-09-01" - ] - }, - { - "resourceType": "privateDnsZones/SRV", - "apiVersions": [ - "2024-06-01", - "2020-06-01", - "2020-01-01", - "2018-09-01" - ] - }, - { - "resourceType": "privateDnsZones/TXT", - "apiVersions": [ - "2024-06-01", - "2020-06-01", - "2020-01-01", - "2018-09-01" - ] - }, - { - "resourceType": "privateDnsZones/all", - "apiVersions": [ - "2024-06-01", - "2020-06-01", - "2020-01-01", - "2018-09-01" - ] - }, - { - "resourceType": "privateDnsZones/virtualNetworkLinks", - "apiVersions": [ - "2024-06-01", - "2020-06-01", - "2020-01-01", - "2018-09-01" - ] - }, - { - "resourceType": "privateDnsZonesInternal", - "apiVersions": [ - "2024-06-01", - "2020-06-01", - "2020-01-01" - ] - }, - { - "resourceType": "privateEndpointRedirectMaps", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "privateEndpoints", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "privateEndpoints/privateLinkServiceProxies", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "privateLinkServices", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "publicIPAddresses", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "publicIPPrefixes", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "queryExpressRoutePortsBandwidth", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01" - ] - }, - { - "resourceType": "routeFilters", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "routeTables", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "securityPartnerProviders", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-04-01", - "2020-03-01", - "2020-01-01" - ] - }, - { - "resourceType": "serviceEndpointPolicies", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "trafficManagerGeographicHierarchies", - "apiVersions": [ - "2022-04-01-preview", - "2022-04-01", - "2018-08-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2017-05-01", - "2017-03-01" - ] - }, - { - "resourceType": "trafficManagerUserMetricsKeys", - "apiVersions": [ - "2022-04-01-preview", - "2022-04-01", - "2018-08-01", - "2018-04-01", - "2017-09-01-preview" - ] - }, - { - "resourceType": "trafficmanagerprofiles", - "apiVersions": [ - "2022-04-01-preview", - "2022-04-01", - "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" - ] - }, - { - "resourceType": "trafficmanagerprofiles/azureendpoints", - "apiVersions": [ - "2022-04-01-preview", - "2022-04-01", - "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" - ] - }, - { - "resourceType": "trafficmanagerprofiles/externalendpoints", - "apiVersions": [ - "2022-04-01-preview", - "2022-04-01", - "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" - ] - }, - { - "resourceType": "trafficmanagerprofiles/heatMaps", - "apiVersions": [ - "2022-04-01-preview", - "2022-04-01", - "2018-08-01", - "2018-04-01", - "2018-03-01", - "2018-02-01", - "2017-09-01-preview" - ] - }, - { - "resourceType": "trafficmanagerprofiles/nestedendpoints", - "apiVersions": [ - "2022-04-01-preview", - "2022-04-01", - "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" - ] - }, - { - "resourceType": "virtualHubs", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "virtualNetworkGateways", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "virtualNetworkTaps", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "virtualNetworks", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "virtualNetworks/listDnsForwardingRulesets", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01", - "2022-07-01", - "2020-04-01-preview" - ] - }, - { - "resourceType": "virtualNetworks/listDnsResolvers", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01", - "2022-07-01", - "2020-04-01-preview" - ] - }, - { - "resourceType": "virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-03-01-preview", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-06-01-preview", - "2022-05-01", - "2022-04-01-preview", - "2022-01-01" - ] - }, - { - "resourceType": "virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-03-01-preview", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-06-01-preview", - "2022-05-01", - "2022-04-01-preview", - "2022-01-01" - ] - }, - { - "resourceType": "virtualNetworks/privateDnsZoneLinks", - "apiVersions": [ - "2024-06-01", - "2020-06-01" - ] - }, - { - "resourceType": "virtualNetworks/taggedTrafficConsumers", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "virtualRouters", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2023-01-01-preview", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "virtualWans", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "vpnGateways", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "vpnServerConfigurations", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "vpnSites", - "apiVersions": [ - "2024-05-01", - "2024-03-01", - "2024-01-01", - "2023-11-01", - "2023-09-01", - "2023-06-01", - "2023-05-01", - "2023-04-01", - "2023-02-01", - "2022-11-01", - "2022-09-01", - "2022-07-01", - "2022-05-01", - "2022-01-01", - "2021-12-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-03-01", - "2021-02-01", - "2021-01-01", - "2020-11-01", - "2020-08-01", - "2020-07-01", - "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" - ] - } - ] - }, - { - "namespace": "Microsoft.NetworkCloud", - "resourceTypes": [ - { - "resourceType": "bareMetalMachines", - "apiVersions": [ - "2024-07-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-03-01-preview", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-07-01" - ] - }, - { - "resourceType": "cloudServicesNetworks", - "apiVersions": [ - "2024-07-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-03-01-preview", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-07-01" - ] - }, - { - "resourceType": "clusterManagers", - "apiVersions": [ - "2024-07-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-03-01-preview", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-07-01" - ] - }, - { - "resourceType": "clusters", - "apiVersions": [ - "2024-07-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-03-01-preview", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-07-01" - ] - }, - { - "resourceType": "clusters/bareMetalMachineKeySets", - "apiVersions": [ - "2024-07-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-03-01-preview", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-07-01" - ] - }, - { - "resourceType": "clusters/bmcKeySets", - "apiVersions": [ - "2024-07-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-03-01-preview", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-07-01" - ] - }, - { - "resourceType": "clusters/metricsConfigurations", - "apiVersions": [ - "2024-07-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-03-01-preview", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-07-01" - ] - }, - { - "resourceType": "edgeClusters/nodes", - "apiVersions": [ - "2024-05-01-preview", - "2024-03-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "kubernetesClusters", - "apiVersions": [ - "2024-07-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-03-01-preview", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-07-01" - ] - }, - { - "resourceType": "kubernetesClusters/agentPools", - "apiVersions": [ - "2024-07-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-03-01-preview", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-07-01" - ] - }, - { - "resourceType": "kubernetesClusters/features", - "apiVersions": [ - "2024-07-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-03-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "l2Networks", - "apiVersions": [ - "2024-07-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-03-01-preview", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-07-01" - ] - }, - { - "resourceType": "l3Networks", - "apiVersions": [ - "2024-07-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-03-01-preview", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-07-01" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-03-01-preview", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-07-01" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2024-07-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-03-01-preview", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-07-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-03-01-preview", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-07-01" - ] - }, - { - "resourceType": "rackSkus", - "apiVersions": [ - "2024-07-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-03-01-preview", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-07-01" - ] - }, - { - "resourceType": "racks", - "apiVersions": [ - "2024-07-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-03-01-preview", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-07-01" - ] - }, - { - "resourceType": "registeredSubscriptions", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-07-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-03-01-preview", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-07-01" - ] - }, - { - "resourceType": "registrationHubs/images", - "apiVersions": [ - "2024-05-01-preview", - "2024-03-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "registrationHubs/machines", - "apiVersions": [ - "2024-05-01-preview", - "2024-03-01-preview", - "2023-12-01-preview" - ] - }, - { - "resourceType": "storageAppliances", - "apiVersions": [ - "2024-07-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-03-01-preview", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-07-01" - ] - }, - { - "resourceType": "trunkedNetworks", - "apiVersions": [ - "2024-07-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-03-01-preview", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-07-01" - ] - }, - { - "resourceType": "virtualMachines", - "apiVersions": [ - "2024-07-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-03-01-preview", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-07-01" - ] - }, - { - "resourceType": "virtualMachines/consoles", - "apiVersions": [ - "2024-07-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-03-01-preview", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-07-01" - ] - }, - { - "resourceType": "volumes", - "apiVersions": [ - "2024-07-01", - "2024-06-01-preview", - "2024-05-01-preview", - "2024-03-01-preview", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-07-01" - ] - } - ] - }, - { - "namespace": "Microsoft.NetworkFunction", - "resourceTypes": [ - { - "resourceType": "azureTrafficCollectors", - "apiVersions": [ - "2022-11-01", - "2022-08-01", - "2022-05-01", - "2021-09-01-preview" - ] - }, - { - "resourceType": "azureTrafficCollectors/collectorPolicies", - "apiVersions": [ - "2022-11-01", - "2022-08-01", - "2022-05-01", - "2021-09-01-preview" - ] - }, - { - "resourceType": "copilot", - "apiVersions": [ - "2024-05-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2022-11-01", - "2022-08-01", - "2022-05-01", - "2021-09-01-preview", - "2021-08-01-preview" - ] - }, - { - "resourceType": "locations/nfvOperationResults", - "apiVersions": [ - "2022-11-01", - "2022-08-01", - "2022-05-01", - "2021-09-01-preview", - "2021-08-01-preview" - ] - }, - { - "resourceType": "locations/nfvOperations", - "apiVersions": [ - "2022-11-01", - "2022-08-01", - "2022-05-01", - "2021-09-01-preview", - "2021-08-01-preview" - ] - }, - { - "resourceType": "meshVpns", - "apiVersions": [ - "2021-08-01-preview" - ] - }, - { - "resourceType": "meshVpns/connectionPolicies", - "apiVersions": [ - "2021-08-01-preview" - ] - }, - { - "resourceType": "meshVpns/privateEndpointConnectionProxies", - "apiVersions": [ - "2021-08-01-preview" - ] - }, - { - "resourceType": "meshVpns/privateEndpointConnections", - "apiVersions": [ - "2021-08-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2022-11-01", - "2022-08-01", - "2022-05-01", - "2021-09-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.NexusIdentity", - "resourceTypes": [ - { - "resourceType": "IdentityControllers", - "apiVersions": [ - "2024-02-15-preview" - ] - }, - { - "resourceType": "IdentitySets", - "apiVersions": [ - "2024-02-15-preview" - ] - }, - { - "resourceType": "Locations", - "apiVersions": [ - "2024-02-15-preview" - ] - }, - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2024-02-15-preview" - ] - }, - { - "resourceType": "Operations", - "apiVersions": [ - "2024-02-15-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Notebooks", - "resourceTypes": [ - { - "resourceType": "NotebookProxies", - "apiVersions": [ - "2019-10-11-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2019-10-11-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.NotificationHubs", - "resourceTypes": [ - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2023-10-01-preview", - "2023-09-01", - "2023-01-01-preview", - "2020-01-01-preview", - "2017-04-01", - "2016-03-01", - "2014-09-01" - ] - }, - { - "resourceType": "checkNamespaceAvailability", - "apiVersions": [ - "2023-10-01-preview", - "2023-09-01", - "2023-01-01-preview", - "2020-01-01-preview", - "2017-04-01", - "2016-03-01", - "2014-09-01" - ] - }, - { - "resourceType": "namespaces", - "apiVersions": [ - "2023-10-01-preview", - "2023-09-01", - "2023-01-01-preview", - "2020-01-01-preview", - "2017-04-01", - "2016-03-01", - "2014-09-01" - ] - }, - { - "resourceType": "namespaces/notificationHubs", - "apiVersions": [ - "2023-10-01-preview", - "2023-09-01", - "2023-01-01-preview", - "2020-01-01-preview", - "2017-04-01", - "2016-03-01", - "2014-09-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-10-01-preview", - "2023-09-01", - "2023-01-01-preview", - "2020-01-01-preview", - "2017-04-01", - "2016-03-01", - "2014-09-01" - ] - } - ] - }, - { - "namespace": "Microsoft.Nutanix", - "resourceTypes": [ - { - "resourceType": "locations", - "apiVersions": [ - "2020-06-01-preview", - "2020-06-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2020-06-01-preview", - "2020-06-01" - ] - } - ] - }, - { - "namespace": "Microsoft.ObjectStore", - "resourceTypes": [ - { - "resourceType": "osNamespaces", - "apiVersions": [ - "2021-09-01-preview", - "2019-06-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.OffAzure", - "resourceTypes": [ - { - "resourceType": "Appliances", - "apiVersions": [ - "2022-07-06-preview" - ] - }, - { - "resourceType": "HyperVSites", - "apiVersions": [ - "2024-05-01-preview", - "2023-06-06", - "2022-10-27", - "2020-08-01-preview", - "2020-01-01", - "2019-06-06", - "2018-05-01-preview" - ] - }, - { - "resourceType": "ImportSites", - "apiVersions": [ - "2023-10-01-preview", - "2023-06-06", - "2020-02-01", - "2020-01-01-preview", - "2019-05-01-preview" - ] - }, - { - "resourceType": "MasterSites", - "apiVersions": [ - "2024-05-01-preview", - "2023-10-01-preview", - "2023-06-06", - "2022-10-27", - "2020-11-11-preview", - "2020-07-07" - ] - }, - { - "resourceType": "ServerSites", - "apiVersions": [ - "2024-05-01-preview", - "2023-06-06", - "2022-10-27", - "2022-10-10-preview", - "2020-09-09-preview", - "2020-08-01-preview", - "2020-01-01-preview", - "2019-05-01-preview" - ] - }, - { - "resourceType": "VMwareSites", - "apiVersions": [ - "2024-05-01-preview", - "2023-06-06", - "2022-10-27", - "2022-10-10-preview", - "2020-10-10-preview", - "2020-09-09-preview", - "2020-08-01-preview", - "2020-07-10", - "2020-01-01-preview", - "2020-01-01", - "2019-06-06", - "2019-05-01-preview", - "2018-05-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2020-07-07" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-06-06", - "2020-07-07" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2020-01-01", - "2019-06-06", - "2018-05-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.OffAzureSpringBoot", - "resourceTypes": [ - { - "resourceType": "locations", - "apiVersions": [ - "2024-04-01-preview", - "2023-01-01-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2024-04-01-preview", - "2023-01-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-04-01-preview", - "2023-01-01-preview" - ] - }, - { - "resourceType": "springbootsites", - "apiVersions": [ - "2024-04-01-preview", - "2023-01-01-preview" - ] - }, - { - "resourceType": "springbootsites/errorsummaries", - "apiVersions": [ - "2024-04-01-preview", - "2023-01-01-preview" - ] - }, - { - "resourceType": "springbootsites/springbootapps", - "apiVersions": [ - "2024-04-01-preview", - "2023-01-01-preview" - ] - }, - { - "resourceType": "springbootsites/springbootservers", - "apiVersions": [ - "2024-04-01-preview", - "2023-01-01-preview" - ] - }, - { - "resourceType": "springbootsites/summaries", - "apiVersions": [ - "2024-04-01-preview", - "2023-01-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.OpenEnergyPlatform", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2024-05-21", - "2024-02-09-preview", - "2023-11-12", - "2023-10-01-preview", - "2023-06-12", - "2023-02-21-preview", - "2022-12-01-preview", - "2022-07-21-preview", - "2022-04-04-preview", - "2021-06-01-preview" - ] - }, - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2024-05-21", - "2023-11-12", - "2023-10-01-preview", - "2023-06-12", - "2023-02-21-preview", - "2022-12-01-preview", - "2022-07-21-preview", - "2022-04-04-preview", - "2021-06-01-preview" - ] - }, - { - "resourceType": "Operations", - "apiVersions": [ - "2024-05-21", - "2024-02-09-preview", - "2023-11-12", - "2023-10-01-preview", - "2023-06-12", - "2023-02-21-preview", - "2022-12-01-preview", - "2022-07-21-preview", - "2022-04-04-preview", - "2021-06-01-preview" - ] - }, - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-05-21", - "2024-02-09-preview", - "2023-11-12", - "2023-10-01-preview", - "2023-06-12", - "2023-02-21-preview", - "2022-12-01-preview", - "2022-07-21-preview", - "2022-04-04-preview", - "2021-06-01-preview" - ] - }, - { - "resourceType": "energyServices", - "apiVersions": [ - "2024-05-21", - "2023-11-12", - "2023-10-01-preview", - "2023-06-12", - "2023-02-21-preview", - "2022-12-01-preview", - "2022-07-21-preview", - "2022-04-04-preview", - "2021-06-01-preview" - ] - }, - { - "resourceType": "energyServices/privateEndpointConnectionProxies", - "apiVersions": [ - "2024-05-21", - "2023-11-12", - "2023-10-01-preview", - "2023-06-12", - "2023-02-21-preview", - "2022-12-01-preview", - "2022-07-21-preview", - "2022-04-04-preview", - "2021-06-01-preview" - ] - }, - { - "resourceType": "energyServices/privateEndpointConnections", - "apiVersions": [ - "2024-05-21", - "2023-11-12", - "2023-10-01-preview", - "2023-06-12", - "2023-02-21-preview", - "2022-12-01-preview", - "2022-07-21-preview", - "2022-04-04-preview", - "2021-06-01-preview" - ] - }, - { - "resourceType": "energyServices/privateLinkResources", - "apiVersions": [ - "2024-05-21", - "2023-11-12", - "2023-10-01-preview", - "2023-06-12", - "2023-02-21-preview", - "2022-12-01-preview", - "2022-07-21-preview", - "2022-04-04-preview", - "2021-06-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.OperationalInsights", - "resourceTypes": [ - { - "resourceType": "clusters", - "apiVersions": [ - "2023-09-01", - "2022-10-01", - "2021-06-01", - "2020-10-01", - "2020-08-01", - "2020-03-01-preview", - "2019-08-01-preview" - ] - }, - { - "resourceType": "deletedWorkspaces", - "apiVersions": [ - "2023-09-01", - "2022-10-01", - "2021-12-01-preview", - "2020-10-01", - "2020-08-01", - "2020-03-01-preview" - ] - }, - { - "resourceType": "linkTargets", - "apiVersions": [ - "2020-03-01-preview", - "2015-03-20" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2020-10-01", - "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" - ] - }, - { - "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable", - "apiVersions": [ - "2021-10-01" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2023-09-01", - "2023-01-01-preview", - "2022-10-01", - "2022-09-01-privatepreview", - "2021-12-01-preview", - "2020-10-01", - "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" - ] - }, - { - "resourceType": "locations/workspaces", - "apiVersions": [ - "2023-01-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-09-01", - "2022-10-01", - "2021-12-01-preview", - "2020-10-01", - "2020-08-01", - "2020-03-01-preview", - "2015-11-01-preview", - "2014-11-10" - ] - }, - { - "resourceType": "querypacks", - "apiVersions": [ - "2023-09-01", - "2019-09-01-preview", - "2019-09-01" - ] - }, - { - "resourceType": "storageInsightConfigs", - "apiVersions": [ - "2020-08-01", - "2020-03-01-preview", - "2014-10-10" - ] - }, - { - "resourceType": "workspaces", - "apiVersions": [ - "2023-09-01", - "2022-10-01", - "2021-12-01-preview", - "2021-06-01", - "2021-03-01-privatepreview", - "2020-10-01", - "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" - ] - }, - { - "resourceType": "workspaces/api", - "apiVersions": [ - "2020-08-01", - "2020-03-01-preview", - "2017-01-01-preview" - ] - }, - { - "resourceType": "workspaces/dataExports", - "apiVersions": [ - "2023-09-01", - "2020-08-01", - "2020-03-01-preview", - "2019-08-01-preview" - ] - }, - { - "resourceType": "workspaces/dataSources", - "apiVersions": [ - "2023-09-01", - "2020-08-01", - "2020-03-01-preview", - "2015-11-01-preview" - ] - }, - { - "resourceType": "workspaces/linkedServices", - "apiVersions": [ - "2023-09-01", - "2020-08-01", - "2020-03-01-preview", - "2019-08-01-preview", - "2015-11-01-preview" - ] - }, - { - "resourceType": "workspaces/linkedStorageAccounts", - "apiVersions": [ - "2023-09-01", - "2020-08-01", - "2020-03-01-preview", - "2019-08-01-preview" - ] - }, - { - "resourceType": "workspaces/metadata", - "apiVersions": [ - "2017-10-01" - ] - }, - { - "resourceType": "workspaces/networkSecurityPerimeterAssociationProxies", - "apiVersions": [ - "2021-10-01" - ] - }, - { - "resourceType": "workspaces/networkSecurityPerimeterConfigurations", - "apiVersions": [ - "2021-10-01" - ] - }, - { - "resourceType": "workspaces/operations", - "apiVersions": [ - "2023-09-01", - "2022-10-01", - "2020-08-01", - "2017-04-26-preview", - "2015-03-20" - ] - }, - { - "resourceType": "workspaces/purge", - "apiVersions": [ - "2023-09-01", - "2022-10-01", - "2020-10-01", - "2020-08-01", - "2017-04-26-preview", - "2015-03-20" - ] - }, - { - "resourceType": "workspaces/query", - "apiVersions": [ - "2017-10-01" - ] - }, - { - "resourceType": "workspaces/scopedPrivateLinkProxies", - "apiVersions": [ - "2020-03-01-preview", - "2019-08-01-preview", - "2015-11-01-preview" - ] - }, - { - "resourceType": "workspaces/storageInsightConfigs", - "apiVersions": [ - "2023-09-01", - "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" - ] - }, - { - "resourceType": "workspaces/summaryLogs", - "apiVersions": [ - "2023-01-01-preview" - ] - }, - { - "resourceType": "workspaces/tables", - "apiVersions": [ - "2023-09-01", - "2023-01-01-preview", - "2022-10-01", - "2021-12-01-preview", - "2020-08-01", - "2020-03-01-preview", - "2017-04-26-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.OperationsManagement", - "resourceTypes": [ - { - "resourceType": "managementassociations", - "apiVersions": [ - "2015-11-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2015-11-01-preview" - ] - }, - { - "resourceType": "solutions", - "apiVersions": [ - "2015-11-01-preview" - ] - }, - { - "resourceType": "views", - "apiVersions": [ - "2017-08-21-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.OperatorVoicemail", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2023-03-01-preview" - ] - }, - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2023-03-01-preview" - ] - }, - { - "resourceType": "Locations/checkNameAvailability", - "apiVersions": [ - "2023-03-01-preview" - ] - }, - { - "resourceType": "Operations", - "apiVersions": [ - "2023-03-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.OracleDiscovery", - "resourceTypes": [ - { - "resourceType": "locations", - "apiVersions": [ - "2022-11-22-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2022-11-22-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2022-11-22-preview" - ] - }, - { - "resourceType": "oraclesites", - "apiVersions": [ - "2022-11-22-preview" - ] - }, - { - "resourceType": "oraclesites/errorSummaries", - "apiVersions": [ - "2022-11-22-preview" - ] - }, - { - "resourceType": "oraclesites/oracledatabases", - "apiVersions": [ - "2022-11-22-preview" - ] - }, - { - "resourceType": "oraclesites/oracleservers", - "apiVersions": [ - "2022-11-22-preview" - ] - }, - { - "resourceType": "oraclesites/summaries", - "apiVersions": [ - "2022-11-22-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Orbital", - "resourceTypes": [ - { - "resourceType": "availableGroundStations", - "apiVersions": [ - "2022-11-01", - "2022-03-01", - "2021-04-04-preview" - ] - }, - { - "resourceType": "contactProfiles", - "apiVersions": [ - "2022-11-01", - "2022-03-01", - "2021-04-04-preview" - ] - }, - { - "resourceType": "edgeSites", - "apiVersions": [ - "2024-03-01-preview", - "2022-06-01-preview", - "2021-04-04-preview" - ] - }, - { - "resourceType": "globalCommunicationsSites", - "apiVersions": [ - "2024-03-01-preview", - "2022-06-01-preview", - "2021-04-04-preview" - ] - }, - { - "resourceType": "groundStations", - "apiVersions": [ - "2024-03-01-preview", - "2022-06-01-preview", - "2021-04-04-preview" - ] - }, - { - "resourceType": "l2Connections", - "apiVersions": [ - "2024-03-01-preview", - "2022-06-01-preview", - "2021-04-04-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2024-03-01-preview", - "2022-11-01", - "2022-06-01-preview", - "2022-03-01" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2024-01-31-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-01-31-preview", - "2022-11-01", - "2022-03-01", - "2021-04-04-preview" - ] - }, - { - "resourceType": "spacecrafts", - "apiVersions": [ - "2022-11-01", - "2022-03-01", - "2021-04-04-preview" - ] - }, - { - "resourceType": "spacecrafts/contacts", - "apiVersions": [ - "2022-11-01", - "2022-03-01", - "2021-04-04-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.PartnerManagedConsumerRecurrence", - "resourceTypes": [ - { - "resourceType": "checkEligibility", - "apiVersions": [ - "2022-01-20-preview" - ] - }, - { - "resourceType": "operationStatuses", - "apiVersions": [ - "2022-01-20-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2022-01-20-preview" - ] - }, - { - "resourceType": "recurrences", - "apiVersions": [ - "2022-01-20-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Peering", - "resourceTypes": [ - { - "resourceType": "cdnPeeringPrefixes", - "apiVersions": [ - "2022-10-01", - "2022-06-01", - "2022-01-01", - "2021-06-01", - "2021-01-01", - "2020-10-01" - ] - }, - { - "resourceType": "checkServiceProviderAvailability", - "apiVersions": [ - "2022-10-01", - "2022-06-01", - "2022-01-01", - "2021-06-01", - "2021-01-01", - "2020-10-01", - "2020-04-01", - "2020-01-01-preview", - "2019-09-01-preview", - "2019-08-01-preview" - ] - }, - { - "resourceType": "legacyPeerings", - "apiVersions": [ - "2022-10-01", - "2022-06-01", - "2022-01-01", - "2021-06-01", - "2021-01-01", - "2020-10-01", - "2020-04-01", - "2020-01-01-preview", - "2019-09-01-preview", - "2019-08-01-preview" - ] - }, - { - "resourceType": "lookingGlass", - "apiVersions": [ - "2022-10-01", - "2022-06-01", - "2022-01-01", - "2021-06-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2022-10-01", - "2022-06-01", - "2022-01-01", - "2021-06-01", - "2021-01-01", - "2020-10-01", - "2020-04-01", - "2020-01-01-preview", - "2019-09-01-preview", - "2019-08-01-preview" - ] - }, - { - "resourceType": "peerAsns", - "apiVersions": [ - "2022-10-01", - "2022-06-01", - "2022-01-01", - "2021-06-01", - "2021-01-01", - "2020-10-01", - "2020-04-01", - "2020-01-01-preview", - "2019-09-01-preview", - "2019-08-01-preview" - ] - }, - { - "resourceType": "peeringLocations", - "apiVersions": [ - "2022-10-01", - "2022-06-01", - "2022-01-01", - "2021-06-01", - "2021-01-01", - "2020-10-01", - "2020-04-01", - "2020-01-01-preview", - "2019-09-01-preview", - "2019-08-01-preview" - ] - }, - { - "resourceType": "peeringServiceCountries", - "apiVersions": [ - "2022-10-01", - "2022-06-01", - "2022-01-01", - "2021-06-01", - "2021-01-01", - "2020-10-01", - "2020-04-01", - "2020-01-01-preview" - ] - }, - { - "resourceType": "peeringServiceLocations", - "apiVersions": [ - "2022-10-01", - "2022-06-01", - "2022-01-01", - "2021-06-01", - "2021-01-01", - "2020-10-01", - "2020-04-01", - "2020-01-01-preview", - "2019-09-01-preview", - "2019-08-01-preview" - ] - }, - { - "resourceType": "peeringServiceProviders", - "apiVersions": [ - "2022-10-01", - "2022-06-01", - "2022-01-01", - "2021-06-01", - "2021-01-01", - "2020-10-01", - "2020-04-01", - "2020-01-01-preview", - "2019-09-01-preview", - "2019-08-01-preview" - ] - }, - { - "resourceType": "peeringServices", - "apiVersions": [ - "2022-10-01", - "2022-06-01", - "2022-01-01", - "2021-06-01", - "2021-01-01", - "2020-10-01", - "2020-04-01", - "2020-01-01-preview", - "2019-09-01-preview", - "2019-08-01-preview" - ] - }, - { - "resourceType": "peerings", - "apiVersions": [ - "2022-10-01", - "2022-06-01", - "2022-01-01", - "2021-06-01", - "2021-01-01", - "2020-10-01", - "2020-04-01", - "2020-01-01-preview", - "2019-09-01-preview", - "2019-08-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Pki", - "resourceTypes": [ - { - "resourceType": "Operations", - "apiVersions": [ - "2022-09-01-preview", - "2021-03-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.PolicyInsights", - "resourceTypes": [ - { - "resourceType": "asyncOperationResults", - "apiVersions": [ - "2019-10-01", - "2018-07-01-preview" - ] - }, - { - "resourceType": "checkPolicyRestrictions", - "apiVersions": [ - "2024-10-01", - "2023-03-01", - "2022-03-01", - "2020-07-01-preview", - "2020-07-01" - ] - }, - { - "resourceType": "eventGridFilters", - "apiVersions": [ - "2020-10-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-10-01", - "2022-04-01", - "2019-10-01", - "2018-07-01-preview", - "2018-04-04", - "2017-12-12-preview", - "2017-10-17-preview", - "2017-08-09-preview" - ] - }, - { - "resourceType": "policyEvents", - "apiVersions": [ - "2024-10-01", - "2019-10-01", - "2018-07-01-preview", - "2018-04-04", - "2017-12-12-preview", - "2017-10-17-preview", - "2017-08-09-preview" - ] - }, - { - "resourceType": "policyMetadata", - "apiVersions": [ - "2024-10-01", - "2019-10-01" - ] - }, - { - "resourceType": "policyStates", - "apiVersions": [ - "2024-10-01", - "2019-10-01", - "2018-07-01-preview", - "2018-04-04", - "2017-12-12-preview", - "2017-10-17-preview", - "2017-08-09-preview" - ] - }, - { - "resourceType": "policyTrackedResources", - "apiVersions": [ - "2018-07-01-preview" - ] - }, - { - "resourceType": "remediations", - "apiVersions": [ - "2024-10-01", - "2021-10-01", - "2019-07-01", - "2018-07-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Portal", - "resourceTypes": [ - { - "resourceType": "consoles", - "apiVersions": [ - "2023-02-01-preview", - "2020-04-01-preview", - "2018-10-01", - "2017-12-01-preview", - "2017-08-01-preview", - "2017-01-01-preview" - ] - }, - { - "resourceType": "dashboards", - "apiVersions": [ - "2022-12-01-preview", - "2020-09-01-preview", - "2020-09-01-alpha", - "2019-01-01-preview", - "2018-10-01-preview", - "2015-08-01-preview" - ] - }, - { - "resourceType": "listTenantConfigurationViolations", - "apiVersions": [ - "2020-09-01-preview", - "2019-01-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2023-02-01-preview", - "2020-04-01-preview", - "2018-10-01", - "2017-12-01-preview", - "2017-08-01-preview", - "2017-01-01-preview" - ] - }, - { - "resourceType": "locations/consoles", - "apiVersions": [ - "2023-02-01-preview", - "2020-04-01-preview", - "2018-10-01", - "2017-12-01-preview", - "2017-08-01-preview", - "2017-01-01-preview" - ] - }, - { - "resourceType": "locations/userSettings", - "apiVersions": [ - "2023-02-01-preview", - "2020-04-01-preview", - "2018-10-01", - "2017-12-01-preview", - "2017-08-01-preview", - "2017-01-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2015-08-01-preview" - ] - }, - { - "resourceType": "tenantconfigurations", - "apiVersions": [ - "2020-09-01-preview", - "2019-01-01-preview" - ] - }, - { - "resourceType": "userSettings", - "apiVersions": [ - "2023-02-01-preview", - "2020-04-01-preview", - "2018-10-01", - "2017-12-01-preview", - "2017-08-01-preview", - "2017-01-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.PowerBI", - "resourceTypes": [ - { - "resourceType": "locations", - "apiVersions": [ - "2016-01-29" - ] - }, - { - "resourceType": "locations/checkNameAvailability", - "apiVersions": [ - "2016-01-29" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2020-06-01", - "2016-01-29" - ] - }, - { - "resourceType": "privateLinkServicesForPowerBI", - "apiVersions": [ - "2020-06-01" - ] - }, - { - "resourceType": "privateLinkServicesForPowerBI/operationResults", - "apiVersions": [ - "2020-06-01" - ] - }, - { - "resourceType": "workspaceCollections", - "apiVersions": [ - "2016-01-29" - ] - } - ] - }, - { - "namespace": "Microsoft.PowerBIDedicated", - "resourceTypes": [ - { - "resourceType": "autoScaleVCores", - "apiVersions": [ - "2021-05-01", - "2021-01-01" - ] - }, - { - "resourceType": "capacities", - "apiVersions": [ - "2021-05-01", - "2021-01-01", - "2018-09-01-preview", - "2017-10-01", - "2017-01-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2017-01-01-preview" - ] - }, - { - "resourceType": "locations/checkNameAvailability", - "apiVersions": [ - "2021-05-01", - "2021-01-01", - "2018-09-01-preview", - "2017-10-01", - "2017-01-01-preview" - ] - }, - { - "resourceType": "locations/operationresults", - "apiVersions": [ - "2021-05-01", - "2021-01-01", - "2018-09-01-preview", - "2017-10-01", - "2017-01-01-preview" - ] - }, - { - "resourceType": "locations/operationstatuses", - "apiVersions": [ - "2021-05-01", - "2021-01-01", - "2018-09-01-preview", - "2017-10-01", - "2017-01-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2021-05-01", - "2021-01-01", - "2018-09-01-preview", - "2017-10-01", - "2017-01-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.PowerPlatform", - "resourceTypes": [ - { - "resourceType": "accounts", - "apiVersions": [ - "2020-10-30-preview" - ] - }, - { - "resourceType": "enterprisePolicies", - "apiVersions": [ - "2020-10-30-preview", - "2020-10-30" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2020-10-30-preview", - "2020-10-30" - ] - }, - { - "resourceType": "locations/deleteVirtualNetworkOrSubnets", - "apiVersions": [ - "2020-10-30-preview", - "2020-10-30" - ] - }, - { - "resourceType": "locations/validateDeleteVirtualNetworkOrSubnets", - "apiVersions": [ - "2020-10-30-preview", - "2020-10-30" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2020-10-30-preview", - "2020-10-30", - "2020-04-01" - ] - } - ] - }, - { - "namespace": "Microsoft.ProfessionalService", - "resourceTypes": [ - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2023-07-01-preview" - ] - }, - { - "resourceType": "eligibilityCheck", - "apiVersions": [ - "2023-07-01-preview" - ] - }, - { - "resourceType": "operationResults", - "apiVersions": [ - "2023-07-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-07-01-preview" - ] - }, - { - "resourceType": "resources", - "apiVersions": [ - "2023-07-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.ProgrammableConnectivity", - "resourceTypes": [ - { - "resourceType": "gateways", - "apiVersions": [ - "2024-01-15-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-01-15-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2024-01-15-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-01-15-preview" - ] - }, - { - "resourceType": "operatorApiConnections", - "apiVersions": [ - "2024-01-15-preview" - ] - }, - { - "resourceType": "operatorApiPlans", - "apiVersions": [ - "2024-01-15-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.ProjectArcadia", - "resourceTypes": [ - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2019-06-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2019-06-01-preview" - ] - }, - { - "resourceType": "workspaces", - "apiVersions": [ - "2019-06-01-preview" - ] - }, - { - "resourceType": "workspaces/operationResults", - "apiVersions": [ - "2019-06-01-preview" - ] - }, - { - "resourceType": "workspaces/operationStatus", - "apiVersions": [ - "2019-06-01-preview" - ] - }, - { - "resourceType": "workspaces/sparkComputes", - "apiVersions": [ - "2019-06-01-preview" - ] - }, - { - "resourceType": "workspaces/sqlComputes", - "apiVersions": [ - "2019-06-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.ProviderHub", - "resourceTypes": [ - { - "resourceType": "availableAccounts", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-01-preview", - "2023-10-01-preview", - "2023-08-01-preview", - "2023-04-01-preview", - "2021-09-01-preview", - "2021-06-01-preview", - "2021-05-01-preview", - "2020-11-20", - "2020-10-01-preview", - "2020-09-01-preview", - "2020-06-01-preview", - "2019-02-01-preview" - ] - }, - { - "resourceType": "operationStatuses", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-01-preview", - "2023-10-01-preview", - "2023-08-01-preview", - "2023-04-01-preview", - "2022-07-01-preview", - "2021-09-01-preview", - "2021-06-01-preview", - "2021-05-01-preview", - "2020-11-20", - "2020-10-01-preview", - "2020-09-01-preview", - "2020-06-01-preview", - "2019-10-01", - "2019-02-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-01-preview", - "2023-10-01-preview", - "2023-08-01-preview", - "2023-04-01-preview", - "2022-07-01-preview", - "2021-09-01-preview", - "2021-06-01-preview", - "2021-05-01-preview", - "2020-11-20", - "2020-10-01-preview", - "2020-09-01-preview", - "2020-06-01-preview", - "2019-02-01-preview" - ] - }, - { - "resourceType": "providerRegistrations", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-01-preview", - "2023-10-01-preview", - "2023-08-01-preview", - "2023-04-01-preview", - "2022-07-01-preview", - "2021-09-01-preview", - "2021-06-01-preview", - "2021-05-01-preview", - "2020-11-20", - "2020-10-01-preview", - "2020-09-01-preview", - "2020-06-01-preview", - "2019-02-01-preview" - ] - }, - { - "resourceType": "providerRegistrations/authorizedApplications", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-01-preview", - "2023-10-01-preview", - "2023-08-01-preview", - "2023-04-01-preview", - "2023-01-01-privatepreview" - ] - }, - { - "resourceType": "providerRegistrations/checkinmanifest", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-01-preview", - "2023-10-01-preview", - "2023-08-01-preview", - "2023-04-01-preview", - "2022-07-01-preview", - "2021-09-01-preview", - "2021-06-01-preview", - "2021-05-01-preview", - "2020-11-20", - "2020-10-01-preview", - "2020-09-01-preview", - "2020-06-01-preview", - "2019-02-01-preview" - ] - }, - { - "resourceType": "providerRegistrations/customRollouts", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-01-preview", - "2023-10-01-preview", - "2023-08-01-preview", - "2023-04-01-preview", - "2022-07-01-preview", - "2021-09-01-preview", - "2021-06-01-preview", - "2021-05-01-preview", - "2020-11-20", - "2020-10-01-preview", - "2020-09-01-preview", - "2020-06-01-preview", - "2019-02-01-preview" - ] - }, - { - "resourceType": "providerRegistrations/defaultRollouts", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-01-preview", - "2023-10-01-preview", - "2023-08-01-preview", - "2023-04-01-preview", - "2022-07-01-preview", - "2021-09-01-preview", - "2021-06-01-preview", - "2021-05-01-preview", - "2020-11-20", - "2020-10-01-preview", - "2020-09-01-preview", - "2020-06-01-preview", - "2019-02-01-preview" - ] - }, - { - "resourceType": "providerRegistrations/newRegionFrontloadRelease", - "apiVersions": [ - "2024-08-01-preview", - "2024-02-01-preview", - "2023-08-01-preview", - "2023-04-01-preview", - "2023-01-01-privatepreview", - "2022-07-01-preview", - "2021-10-01-privatepreview", - "2021-09-01-preview", - "2021-06-01-preview", - "2021-05-01-preview", - "2020-11-20", - "2020-10-01-preview", - "2020-09-01-preview", - "2020-06-01-preview", - "2019-02-01-preview" - ] - }, - { - "resourceType": "providerRegistrations/resourceActions", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-01-preview", - "2023-10-01-preview", - "2023-08-01-preview", - "2023-04-01-preview", - "2021-09-01-preview", - "2021-06-01-preview", - "2021-05-01-preview", - "2021-01-01", - "2020-11-20", - "2020-10-01-preview", - "2020-09-01-preview", - "2020-06-01-preview", - "2019-02-01-preview" - ] - }, - { - "resourceType": "providerRegistrations/resourceTypeRegistrations", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-01-preview", - "2023-10-01-preview", - "2023-08-01-preview", - "2023-04-01-preview", - "2022-07-01-preview", - "2021-09-01-preview", - "2021-06-01-preview", - "2021-05-01-preview", - "2020-11-20", - "2020-10-01-preview", - "2020-09-01-preview", - "2020-06-01-preview", - "2019-02-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Purview", - "resourceTypes": [ - { - "resourceType": "accounts", - "apiVersions": [ - "2024-04-01-preview", - "2023-05-01-preview", - "2021-12-01", - "2021-07-01", - "2020-12-01-preview" - ] - }, - { - "resourceType": "accounts/kafkaConfigurations", - "apiVersions": [ - "2024-04-01-preview", - "2023-05-01-preview", - "2021-12-01" - ] - }, - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-04-01-preview", - "2023-05-01-preview", - "2021-12-01", - "2021-07-01", - "2020-12-01-preview" - ] - }, - { - "resourceType": "getDefaultAccount", - "apiVersions": [ - "2024-04-01-preview", - "2023-05-01-preview", - "2021-12-01", - "2021-07-01", - "2020-12-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-04-01-preview", - "2023-05-01-preview", - "2021-12-01", - "2021-07-01", - "2020-12-01-preview" - ] - }, - { - "resourceType": "locations/listFeatures", - "apiVersions": [ - "2024-04-01-preview", - "2023-05-01-preview", - "2021-12-01" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2024-04-01-preview", - "2023-05-01-preview", - "2021-12-01", - "2021-07-01", - "2020-12-01-preview" - ] - }, - { - "resourceType": "locations/usages", - "apiVersions": [ - "2024-04-01-preview", - "2023-05-01-preview", - "2021-12-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-04-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2022-11-01-preview", - "2021-12-01", - "2021-07-01", - "2020-12-01-preview" - ] - }, - { - "resourceType": "policies", - "apiVersions": [ - "2023-06-01-preview" - ] - }, - { - "resourceType": "removeDefaultAccount", - "apiVersions": [ - "2024-04-01-preview", - "2023-05-01-preview", - "2021-12-01", - "2021-07-01", - "2020-12-01-preview" - ] - }, - { - "resourceType": "setDefaultAccount", - "apiVersions": [ - "2024-04-01-preview", - "2023-05-01-preview", - "2021-12-01", - "2021-07-01", - "2020-12-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Quantum", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2023-11-13-preview", - "2022-01-10-preview", - "2019-11-04-preview" - ] - }, - { - "resourceType": "Locations/CheckNameAvailability", - "apiVersions": [ - "2023-11-13-preview", - "2022-01-10-preview", - "2019-11-04-preview" - ] - }, - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2023-11-13-preview", - "2022-01-10-preview", - "2019-11-04-preview" - ] - }, - { - "resourceType": "Operations", - "apiVersions": [ - "2023-11-13-preview", - "2022-01-10-preview", - "2019-11-04-preview" - ] - }, - { - "resourceType": "Workspaces", - "apiVersions": [ - "2023-11-13-preview", - "2022-01-10-preview", - "2019-11-04-preview" - ] - }, - { - "resourceType": "locations/offerings", - "apiVersions": [ - "2023-11-13-preview", - "2022-01-10-preview", - "2019-11-04-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Quota", - "resourceTypes": [ - { - "resourceType": "groupQuotas", - "apiVersions": [ - "2023-06-01-preview" - ] - }, - { - "resourceType": "groupQuotas/groupOperationsStatus", - "apiVersions": [ - "2023-06-01-preview" - ] - }, - { - "resourceType": "groupQuotas/groupQuotaLimits", - "apiVersions": [ - "2023-06-01-preview" - ] - }, - { - "resourceType": "groupQuotas/groupQuotaOperationsStatus", - "apiVersions": [ - "2023-06-01-preview" - ] - }, - { - "resourceType": "groupQuotas/groupQuotaRequests", - "apiVersions": [ - "2023-06-01-preview" - ] - }, - { - "resourceType": "groupQuotas/locationSettings", - "apiVersions": [ - "2023-06-01-preview" - ] - }, - { - "resourceType": "groupQuotas/locationSettingsOperationsStatus", - "apiVersions": [ - "2023-06-01-preview" - ] - }, - { - "resourceType": "groupQuotas/locationUsages", - "apiVersions": [ - "2023-06-01-preview" - ] - }, - { - "resourceType": "groupQuotas/quotaAllocationOperationsStatus", - "apiVersions": [ - "2023-06-01-preview" - ] - }, - { - "resourceType": "groupQuotas/quotaAllocationRequests", - "apiVersions": [ - "2023-06-01-preview" - ] - }, - { - "resourceType": "groupQuotas/quotaAllocations", - "apiVersions": [ - "2023-06-01-preview" - ] - }, - { - "resourceType": "groupQuotas/subscriptionRequests", - "apiVersions": [ - "2023-06-01-preview" - ] - }, - { - "resourceType": "groupQuotas/subscriptionRequestsOperationsStatus", - "apiVersions": [ - "2023-06-01-preview" - ] - }, - { - "resourceType": "groupQuotas/subscriptions", - "apiVersions": [ - "2023-06-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-06-01-preview", - "2023-02-01", - "2021-03-15-preview" - ] - }, - { - "resourceType": "operationsStatus", - "apiVersions": [ - "2023-06-01-preview", - "2023-02-01", - "2021-03-15-preview" - ] - }, - { - "resourceType": "quotaRequests", - "apiVersions": [ - "2023-06-01-preview", - "2023-02-01", - "2021-03-15-preview" - ] - }, - { - "resourceType": "quotas", - "apiVersions": [ - "2023-06-01-preview", - "2023-02-01", - "2021-03-15-preview" - ] - }, - { - "resourceType": "usages", - "apiVersions": [ - "2023-06-01-preview", - "2023-02-01", - "2021-03-15-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.RecommendationsService", - "resourceTypes": [ - { - "resourceType": "accounts", - "apiVersions": [ - "2022-09-01-preview", - "2022-03-01-preview", - "2022-02-01", - "2021-02-01-preview" - ] - }, - { - "resourceType": "accounts/modeling", - "apiVersions": [ - "2022-09-01-preview", - "2022-03-01-preview", - "2022-02-01", - "2021-02-01-preview" - ] - }, - { - "resourceType": "accounts/serviceEndpoints", - "apiVersions": [ - "2022-09-01-preview", - "2022-03-01-preview", - "2022-02-01", - "2021-02-01-preview" - ] - }, - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2022-09-01-preview", - "2022-03-01-preview", - "2022-02-01", - "2021-02-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2022-09-01-preview", - "2022-03-01-preview", - "2022-02-01", - "2021-02-01-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2022-09-01-preview", - "2022-03-01-preview", - "2022-02-01", - "2021-02-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2022-09-01-preview", - "2022-03-01-preview", - "2022-02-01", - "2021-02-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.RecoveryServices", - "resourceTypes": [ - { - "resourceType": "backupProtectedItems", - "apiVersions": [ - "2017-07-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-10-01", - "2024-09-30-preview", - "2024-07-30-preview", - "2024-04-30-preview", - "2024-04-01", - "2024-02-01", - "2024-01-31-preview", - "2024-01-01", - "2023-08-01", - "2023-07-01-preview", - "2023-06-01", - "2023-04-01", - "2023-02-01", - "2023-01-01", - "2022-10-01", - "2022-09-30-preview", - "2022-09-10", - "2022-09-01-preview", - "2022-08-01", - "2022-06-01-preview", - "2022-05-01", - "2022-04-01", - "2022-03-01", - "2022-02-01", - "2022-01-01", - "2021-12-01", - "2021-11-01-preview", - "2021-11-01", - "2021-10-01", - "2021-08-01", - "2021-07-01", - "2021-06-01", - "2021-03-01", - "2017-07-01", - "2016-06-01" - ] - }, - { - "resourceType": "locations/allocateStamp", - "apiVersions": [ - "2024-04-01", - "2016-06-01", - "2015-08-15" - ] - }, - { - "resourceType": "locations/allocatedStamp", - "apiVersions": [ - "2024-04-01", - "2016-06-01", - "2015-08-15" - ] - }, - { - "resourceType": "locations/backupAadProperties", - "apiVersions": [ - "2023-01-15", - "2021-11-15", - "2018-12-20-preview", - "2018-12-20" - ] - }, - { - "resourceType": "locations/backupCrossRegionRestore", - "apiVersions": [ - "2023-01-15", - "2021-11-15", - "2018-12-20-preview", - "2018-12-20" - ] - }, - { - "resourceType": "locations/backupCrrJob", - "apiVersions": [ - "2023-01-15", - "2021-11-15", - "2018-12-20-preview", - "2018-12-20" - ] - }, - { - "resourceType": "locations/backupCrrJobs", - "apiVersions": [ - "2023-01-15", - "2021-11-15", - "2018-12-20-preview", - "2018-12-20" - ] - }, - { - "resourceType": "locations/backupCrrOperationResults", - "apiVersions": [ - "2023-01-15", - "2021-11-15", - "2018-12-20-preview", - "2018-12-20" - ] - }, - { - "resourceType": "locations/backupCrrOperationsStatus", - "apiVersions": [ - "2023-01-15", - "2021-11-15", - "2018-12-20-preview", - "2018-12-20" - ] - }, - { - "resourceType": "locations/backupPreValidateProtection", - "apiVersions": [ - "2024-10-01", - "2024-09-30-preview", - "2024-07-30-preview", - "2024-04-30-preview", - "2024-04-01", - "2024-02-01", - "2024-01-31-preview", - "2024-01-01", - "2023-08-01", - "2023-07-01-preview", - "2023-06-01", - "2023-04-01", - "2023-02-01", - "2023-01-01", - "2022-10-01", - "2022-09-30-preview", - "2022-09-10", - "2022-09-01-preview", - "2022-08-01", - "2022-06-01-preview", - "2022-05-01", - "2022-04-01", - "2022-03-01", - "2022-02-01", - "2022-01-01", - "2021-12-01", - "2021-10-01", - "2021-08-01", - "2021-07-01", - "2021-06-01", - "2021-03-01", - "2017-07-01" - ] - }, - { - "resourceType": "locations/backupStatus", - "apiVersions": [ - "2024-10-01", - "2024-09-30-preview", - "2024-07-30-preview", - "2024-04-30-preview", - "2024-04-01", - "2024-02-01", - "2024-01-31-preview", - "2024-01-01", - "2023-08-01", - "2023-07-01-preview", - "2023-06-01", - "2023-04-01", - "2023-02-01", - "2023-01-01", - "2022-10-01", - "2022-09-30-preview", - "2022-09-10", - "2022-09-01-preview", - "2022-08-01", - "2022-06-01-preview", - "2022-05-01", - "2022-04-01", - "2022-03-01", - "2022-02-01", - "2022-01-01", - "2021-12-01", - "2021-10-01", - "2021-08-01", - "2021-07-01", - "2021-06-01", - "2021-03-01", - "2017-07-01", - "2016-06-01" - ] - }, - { - "resourceType": "locations/backupValidateFeatures", - "apiVersions": [ - "2024-10-01", - "2024-09-30-preview", - "2024-07-30-preview", - "2024-04-30-preview", - "2024-04-01", - "2024-02-01", - "2024-01-31-preview", - "2024-01-01", - "2023-08-01", - "2023-07-01-preview", - "2023-06-01", - "2023-04-01", - "2023-02-01", - "2023-01-01", - "2022-10-01", - "2022-09-30-preview", - "2022-09-10", - "2022-09-01-preview", - "2022-08-01", - "2022-06-01-preview", - "2022-05-01", - "2022-04-01", - "2022-03-01", - "2022-02-01", - "2022-01-01", - "2021-12-01", - "2021-10-01", - "2021-08-01", - "2021-07-01", - "2021-06-01", - "2021-03-01", - "2017-07-01" - ] - }, - { - "resourceType": "locations/capabilities", - "apiVersions": [ - "2024-10-01", - "2024-09-30-preview", - "2024-07-30-preview", - "2024-04-30-preview", - "2024-04-01", - "2024-02-01", - "2024-01-31-preview", - "2024-01-01", - "2023-08-01", - "2023-07-01-preview", - "2023-06-01", - "2023-04-01", - "2023-02-01", - "2023-01-01", - "2022-10-01", - "2022-09-30-preview", - "2022-01-31-preview" - ] - }, - { - "resourceType": "locations/checkNameAvailability", - "apiVersions": [ - "2018-01-10" - ] - }, - { - "resourceType": "locations/deletedVaults", - "apiVersions": [ - "2024-10-01", - "2024-09-30-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-10-01", - "2024-09-30-preview", - "2024-07-30-preview", - "2024-04-30-preview", - "2024-04-01", - "2024-02-01", - "2024-01-31-preview", - "2024-01-01", - "2023-08-01", - "2023-07-01-preview", - "2023-06-01", - "2023-04-01", - "2023-02-01", - "2023-01-01", - "2022-10-01", - "2022-09-30-preview", - "2022-09-10", - "2022-09-01-preview", - "2022-08-01", - "2022-06-01-preview", - "2022-05-01", - "2022-04-01", - "2022-03-01", - "2022-02-01", - "2022-01-01", - "2021-12-01", - "2021-11-01-preview", - "2021-11-01", - "2021-10-01", - "2021-08-01", - "2021-07-01", - "2021-06-01", - "2021-04-01", - "2021-03-01", - "2021-02-10", - "2021-02-01-preview", - "2021-02-01", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-07-01-preview", - "2020-07-01", - "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" - ] - }, - { - "resourceType": "replicationEligibilityResults", - "apiVersions": [ - "2024-10-01", - "2024-09-30-preview", - "2024-07-30-preview", - "2024-04-30-preview", - "2024-04-01", - "2024-02-01", - "2024-01-31-preview", - "2024-01-01", - "2023-08-01", - "2023-07-01-preview", - "2023-06-01", - "2023-04-01", - "2023-02-01", - "2023-01-01", - "2022-10-01", - "2022-09-30-preview", - "2022-09-10", - "2022-09-01-preview", - "2022-08-01", - "2022-06-01-preview", - "2022-05-01", - "2022-04-01", - "2022-03-01", - "2022-02-01", - "2022-01-01", - "2021-12-01", - "2021-10-01", - "2021-08-01", - "2021-07-01", - "2021-06-01", - "2021-02-10", - "2018-07-10" - ] - }, - { - "resourceType": "vaults", - "apiVersions": [ - "2024-10-01", - "2024-09-30-preview", - "2024-07-30-preview", - "2024-04-30-preview", - "2024-04-01", - "2024-02-01", - "2024-01-31-preview", - "2024-01-01", - "2023-08-01", - "2023-07-01-preview", - "2023-06-01", - "2023-04-01", - "2023-02-01", - "2023-01-01", - "2022-10-01", - "2022-09-30-preview", - "2022-09-10", - "2022-09-01-preview", - "2022-08-01", - "2022-06-01-preview", - "2022-05-01", - "2022-04-01", - "2022-03-01", - "2022-02-01", - "2022-01-01", - "2021-12-01", - "2021-11-01-preview", - "2021-11-01", - "2021-10-01", - "2021-08-01", - "2021-07-01", - "2021-06-01", - "2021-04-01", - "2021-03-01", - "2021-02-10", - "2021-02-01-preview", - "2021-02-01", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-07-01-preview", - "2020-07-01", - "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-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" - ] - } - ] - }, - { - "namespace": "Microsoft.RedHatOpenShift", - "resourceTypes": [ - { - "resourceType": "OpenShiftClusters", - "apiVersions": [ - "2023-11-22", - "2023-09-04", - "2023-07-01-preview", - "2023-04-01", - "2022-09-04", - "2022-04-01", - "2021-09-01-preview", - "2020-04-30" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2023-11-22", - "2023-09-04", - "2023-07-01-preview", - "2023-04-01", - "2022-09-04", - "2022-04-01", - "2021-09-01-preview", - "2020-04-30", - "2019-12-31-preview" - ] - }, - { - "resourceType": "locations/openshiftversions", - "apiVersions": [ - "2023-11-22", - "2023-09-04", - "2023-07-01-preview", - "2023-04-01", - "2022-09-04" - ] - }, - { - "resourceType": "locations/operationresults", - "apiVersions": [ - "2023-11-22", - "2023-09-04", - "2023-07-01-preview", - "2023-04-01", - "2022-09-04", - "2022-04-01", - "2021-09-01-preview", - "2020-04-30" - ] - }, - { - "resourceType": "locations/operationsstatus", - "apiVersions": [ - "2023-11-22", - "2023-09-04", - "2023-07-01-preview", - "2023-04-01", - "2022-09-04", - "2022-04-01", - "2021-09-01-preview", - "2020-04-30" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-11-22", - "2023-09-04", - "2023-07-01-preview", - "2023-04-01", - "2022-09-04", - "2022-04-01", - "2021-09-01-preview", - "2020-04-30", - "2019-12-31-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Relay", - "resourceTypes": [ - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-01-01", - "2021-11-01", - "2018-01-01-preview", - "2017-04-01", - "2016-07-01" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2021-11-01", - "2018-01-01-preview", - "2017-04-01" - ] - }, - { - "resourceType": "locations/namespaceOperationResults", - "apiVersions": [ - "2024-01-01", - "2021-11-01", - "2018-01-01-preview", - "2017-04-01", - "2016-07-01" - ] - }, - { - "resourceType": "namespaces", - "apiVersions": [ - "2024-01-01", - "2021-11-01", - "2018-01-01-preview", - "2017-04-01", - "2016-07-01" - ] - }, - { - "resourceType": "namespaces/authorizationrules", - "apiVersions": [ - "2024-01-01", - "2021-11-01", - "2018-01-01-preview", - "2017-04-01", - "2016-07-01", - "2015-08-01", - "2014-09-01" - ] - }, - { - "resourceType": "namespaces/hybridconnections", - "apiVersions": [ - "2024-01-01", - "2021-11-01", - "2018-01-01-preview", - "2017-04-01", - "2016-07-01", - "2015-08-01", - "2014-09-01" - ] - }, - { - "resourceType": "namespaces/hybridconnections/authorizationrules", - "apiVersions": [ - "2024-01-01", - "2021-11-01", - "2018-01-01-preview", - "2017-04-01", - "2016-07-01", - "2015-08-01", - "2014-09-01" - ] - }, - { - "resourceType": "namespaces/privateEndpointConnectionProxies", - "apiVersions": [ - "2024-01-01", - "2021-11-01", - "2018-01-01-preview" - ] - }, - { - "resourceType": "namespaces/privateEndpointConnections", - "apiVersions": [ - "2024-01-01", - "2021-11-01", - "2018-01-01-preview" - ] - }, - { - "resourceType": "namespaces/wcfrelays", - "apiVersions": [ - "2024-01-01", - "2021-11-01", - "2018-01-01-preview", - "2017-04-01", - "2016-07-01", - "2015-08-01", - "2014-09-01" - ] - }, - { - "resourceType": "namespaces/wcfrelays/authorizationrules", - "apiVersions": [ - "2024-01-01", - "2021-11-01", - "2018-01-01-preview", - "2017-04-01", - "2016-07-01", - "2015-08-01", - "2014-09-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-01-01", - "2021-11-01", - "2018-01-01-preview", - "2017-04-01", - "2016-07-01" - ] - } - ] - }, - { - "namespace": "Microsoft.ResourceConnector", - "resourceTypes": [ - { - "resourceType": "appliances", - "apiVersions": [ - "2022-10-27", - "2021-10-31-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2022-10-27", - "2022-04-15-preview", - "2021-10-31-preview", - "2020-09-15-privatepreview" - ] - }, - { - "resourceType": "locations/operationresults", - "apiVersions": [ - "2022-10-27", - "2021-10-31-preview", - "2020-07-15-privatepreview" - ] - }, - { - "resourceType": "locations/operationsstatus", - "apiVersions": [ - "2022-10-27", - "2021-10-31-preview", - "2020-07-15-privatepreview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2022-10-27", - "2022-04-15-preview", - "2021-10-31-preview", - "2021-02-01", - "2020-07-15-privatepreview" - ] - }, - { - "resourceType": "telemetryconfig", - "apiVersions": [ - "2022-10-27" - ] - } - ] - }, - { - "namespace": "Microsoft.ResourceGraph", - "resourceTypes": [ - { - "resourceType": "generateQuery", - "apiVersions": [ - "2023-09-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-09-01-preview", - "2022-10-01", - "2021-06-01-preview", - "2021-03-01", - "2020-04-01-preview", - "2019-04-01", - "2018-09-01-preview" - ] - }, - { - "resourceType": "queries", - "apiVersions": [ - "2018-09-01-preview" - ] - }, - { - "resourceType": "resourceChangeDetails", - "apiVersions": [ - "2020-09-01-preview", - "2020-04-01-preview", - "2018-09-01-preview" - ] - }, - { - "resourceType": "resourceChanges", - "apiVersions": [ - "2020-09-01-preview", - "2020-04-01-preview", - "2018-09-01-preview" - ] - }, - { - "resourceType": "resources", - "apiVersions": [ - "2023-09-01-preview", - "2022-10-01", - "2021-06-01-preview", - "2021-03-01", - "2020-04-01-preview", - "2019-04-01", - "2018-09-01-preview" - ] - }, - { - "resourceType": "resourcesHistory", - "apiVersions": [ - "2021-06-01-preview", - "2020-09-01-preview", - "2020-04-01-preview", - "2018-09-01-preview" - ] - }, - { - "resourceType": "subscriptionsStatus", - "apiVersions": [ - "2019-04-01", - "2018-09-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.ResourceHealth", - "resourceTypes": [ - { - "resourceType": "availabilityStatuses", - "apiVersions": [ - "2024-02-01-rc", - "2024-02-01-preview", - "2024-02-01", - "2023-10-01-preview", - "2023-07-01-rc", - "2023-07-01-preview", - "2022-10-01-preview", - "2022-10-01", - "2022-05-01-preview", - "2022-05-01", - "2020-05-01-preview", - "2020-05-01", - "2018-08-01-rc", - "2018-08-01-preview", - "2018-07-01-rc", - "2018-07-01-preview", - "2018-07-01", - "2017-07-01", - "2015-01-01" - ] - }, - { - "resourceType": "childAvailabilityStatuses", - "apiVersions": [ - "2024-02-01-rc", - "2024-02-01-preview", - "2024-02-01-beta", - "2024-02-01", - "2023-10-01-preview", - "2023-07-01-rc", - "2023-07-01-preview", - "2023-07-01-beta", - "2022-10-01", - "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", - "2017-07-01", - "2015-01-01-rc", - "2015-01-01-preview" - ] - }, - { - "resourceType": "childResources", - "apiVersions": [ - "2024-02-01-rc", - "2024-02-01-preview", - "2024-02-01-beta", - "2024-02-01", - "2023-10-01-preview", - "2023-07-01-preview", - "2022-10-01", - "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", - "2017-07-01", - "2015-01-01-rc", - "2015-01-01-preview" - ] - }, - { - "resourceType": "emergingissues", - "apiVersions": [ - "2024-02-01-rc", - "2024-02-01-preview", - "2024-02-01-beta", - "2024-02-01-alpha", - "2024-02-01", - "2023-10-01-preview", - "2023-07-01-rc", - "2023-07-01-preview", - "2023-07-01-beta", - "2023-07-01-alpha", - "2022-10-01-rc", - "2022-10-01-preview", - "2022-10-01-beta", - "2022-10-01-alpha", - "2022-10-01", - "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" - ] - }, - { - "resourceType": "events", - "apiVersions": [ - "2024-02-01-rc", - "2024-02-01", - "2023-10-01-preview", - "2023-07-01-rc", - "2022-10-01-rc", - "2022-10-01", - "2022-05-01-rc", - "2022-05-01", - "2020-09-01-rc", - "2018-07-01-rc", - "2018-07-01" - ] - }, - { - "resourceType": "metadata", - "apiVersions": [ - "2024-02-01-rc", - "2024-02-01-preview", - "2024-02-01-beta", - "2024-02-01-alpha", - "2024-02-01", - "2023-10-01-preview", - "2023-07-01-rc", - "2023-07-01-preview", - "2023-07-01-beta", - "2023-07-01-alpha", - "2022-10-01-rc", - "2022-10-01-preview", - "2022-10-01-beta", - "2022-10-01-alpha", - "2022-10-01", - "2018-07-01-rc", - "2018-07-01-preview", - "2018-07-01-beta", - "2018-07-01-alpha", - "2018-07-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-02-01-rc", - "2024-02-01-preview", - "2024-02-01-beta", - "2024-02-01-alpha", - "2024-02-01", - "2023-10-01-preview", - "2023-07-01-rc", - "2023-07-01-preview", - "2023-07-01-beta", - "2023-07-01-alpha", - "2022-10-01-rc", - "2022-10-01-preview", - "2022-10-01-beta", - "2022-10-01-alpha", - "2022-10-01", - "2022-05-01-rc", - "2022-05-01-preview", - "2022-05-01-beta", - "2022-05-01-alpha", - "2022-05-01", - "2020-05-01-preview", - "2020-05-01", - "2018-07-01-preview", - "2018-07-01", - "2015-01-01" - ] - } - ] - }, - { - "namespace": "Microsoft.ResourceNotifications", - "resourceTypes": [ - { - "resourceType": "eventGridFilters", - "apiVersions": [ - "2022-03-15-privatepreview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2022-03-15-privatepreview" - ] - } - ] - }, - { - "namespace": "Microsoft.Resources", - "resourceTypes": [ - { - "resourceType": "builtInTemplateSpecs", - "apiVersions": [ - "2022-02-01" - ] - }, - { - "resourceType": "builtInTemplateSpecs/versions", - "apiVersions": [ - "2022-02-01" - ] - }, - { - "resourceType": "bulkDelete", - "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" - ] - }, - { - "resourceType": "calculateTemplateHash", - "apiVersions": [ - "2023-07-01", - "2022-09-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" - ] - }, - { - "resourceType": "changes", - "apiVersions": [ - "2024-06-01-preview", - "2023-07-01-preview", - "2023-03-01-preview", - "2022-05-01", - "2022-03-01-preview" - ] - }, - { - "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" - ] - }, - { - "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" - ] - }, - { - "resourceType": "dataBoundaries", - "apiVersions": [ - "2024-08-01", - "2024-02-01-preview" - ] - }, - { - "resourceType": "decompileBicep", - "apiVersions": [ - "2023-11-01" - ] - }, - { - "resourceType": "deploymentScripts", - "apiVersions": [ - "2023-08-01", - "2020-10-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "deploymentScripts/logs", - "apiVersions": [ - "2023-08-01", - "2020-10-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "deploymentStacks", - "apiVersions": [ - "2024-03-01", - "2022-08-01-preview" - ] - }, - { - "resourceType": "deployments", - "apiVersions": [ - "2023-07-01", - "2022-09-01", - "2021-04-01", - "2021-01-01", - "2020-10-01", - "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" - ] - }, - { - "resourceType": "deployments/operations", - "apiVersions": [ - "2023-07-01", - "2022-09-01", - "2021-04-01", - "2021-01-01", - "2020-10-01", - "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" - ] - }, - { - "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" - ] - }, - { - "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" - ] - }, - { - "resourceType": "locations/deploymentOperationResults", - "apiVersions": [ - "2023-07-01", - "2022-09-01", - "2021-04-01", - "2021-01-01", - "2020-10-01", - "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" - ] - }, - { - "resourceType": "locations/deploymentScriptOperationResults", - "apiVersions": [ - "2023-08-01", - "2020-10-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "locations/deploymentStackOperationResults", - "apiVersions": [ - "2024-03-01", - "2022-08-01-preview" - ] - }, - { - "resourceType": "locations/deploymentStackOperationStatus", - "apiVersions": [ - "2024-03-01", - "2022-08-01-preview" - ] - }, - { - "resourceType": "locations/deploymentStatuses", - "apiVersions": [ - "2023-07-01", - "2022-09-01", - "2021-04-01", - "2021-01-01", - "2020-10-01", - "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" - ] - }, - { - "resourceType": "locations/exportResourceTemplate", - "apiVersions": [ - "2023-07-01", - "2022-09-01", - "2021-04-01", - "2021-01-01", - "2020-10-01", - "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" - ] - }, - { - "resourceType": "locations/moboOperationStatuses", - "apiVersions": [ - "2023-06-01-preview" - ] - }, - { - "resourceType": "locations/notifyDeploymentJobs", - "apiVersions": [ - "2023-07-01", - "2022-09-01", - "2021-04-01", - "2021-01-01", - "2020-10-01", - "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" - ] - }, - { - "resourceType": "moboBrokers", - "apiVersions": [ - "2023-06-01-preview" - ] - }, - { - "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" - ] - }, - { - "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" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2015-01-01" - ] - }, - { - "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" - ] - }, - { - "resourceType": "resourceGroups", - "apiVersions": [ - "2023-07-01-preview", - "2023-07-01", - "2023-03-01-preview", - "2022-12-01", - "2022-11-01-preview", - "2022-09-01", - "2022-06-01", - "2022-05-01", - "2022-03-01-preview", - "2022-01-01", - "2021-04-01", - "2021-01-01", - "2020-10-01", - "2020-09-01", - "2020-08-01", - "2020-07-01", - "2020-06-01", - "2020-05-01", - "2020-01-01", - "2019-11-01", - "2019-10-01", - "2019-09-01", - "2019-08-01", - "2019-07-01", - "2019-06-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" - ] - }, - { - "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" - ] - }, - { - "resourceType": "snapshots", - "apiVersions": [ - "2022-11-01-preview" - ] - }, - { - "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" - ] - }, - { - "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" - ] - }, - { - "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" - ] - }, - { - "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" - ] - }, - { - "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" - ] - }, - { - "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" - ] - }, - { - "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" - ] - }, - { - "resourceType": "subscriptions/tagNames/tagValues", - "apiVersions": [ - "2023-07-01", - "2022-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" - ] - }, - { - "resourceType": "subscriptions/tagnames", - "apiVersions": [ - "2023-07-01", - "2022-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" - ] - }, - { - "resourceType": "tags", - "apiVersions": [ - "2023-07-01", - "2022-09-01", - "2019-10-01", - "2019-05-01", - "2019-04-01", - "2019-03-01", - "2018-11-01" - ] - }, - { - "resourceType": "templateSpecs", - "apiVersions": [ - "2022-02-01", - "2021-05-01", - "2021-03-01-preview", - "2019-06-01-preview" - ] - }, - { - "resourceType": "templateSpecs/versions", - "apiVersions": [ - "2022-02-01", - "2021-05-01", - "2021-03-01-preview", - "2019-06-01-preview" - ] - }, - { - "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" - ] - }, - { - "resourceType": "validateResources", - "apiVersions": [ - "2022-06-01" - ] - } - ] - }, - { - "namespace": "Microsoft.SaaS", - "resourceTypes": [ - { - "resourceType": "applications", - "apiVersions": [ - "2018-03-01-beta" - ] - }, - { - "resourceType": "checknameavailability", - "apiVersions": [ - "2018-03-01-beta" - ] - }, - { - "resourceType": "operationResults", - "apiVersions": [ - "2018-03-01-beta" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2018-03-01-beta" - ] - }, - { - "resourceType": "resources", - "apiVersions": [ - "2018-03-01-beta" - ] - }, - { - "resourceType": "saasresources", - "apiVersions": [ - "2018-03-01-beta" - ] - } - ] - }, - { - "namespace": "Microsoft.SaaSHub", - "resourceTypes": [ - { - "resourceType": "canCreate", - "apiVersions": [ - "2023-01-01-preview" - ] - }, - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2023-01-01-preview" - ] - }, - { - "resourceType": "cloudServices", - "apiVersions": [ - "2023-01-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2023-01-01-preview" - ] - }, - { - "resourceType": "locations/operationstatuses", - "apiVersions": [ - "2023-01-01-preview" - ] - }, - { - "resourceType": "operationStatuses", - "apiVersions": [ - "2023-01-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-01-01-preview" - ] - }, - { - "resourceType": "registeredSubscriptions", - "apiVersions": [ - "2023-01-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.ScVmm", - "resourceTypes": [ - { - "resourceType": "AvailabilitySets", - "apiVersions": [ - "2024-06-01", - "2023-10-07", - "2023-04-01-preview" - ] - }, - { - "resourceType": "Clouds", - "apiVersions": [ - "2024-06-01", - "2023-10-07", - "2023-04-01-preview" - ] - }, - { - "resourceType": "Locations", - "apiVersions": [ - "2024-06-01", - "2023-10-07", - "2023-04-01-preview", - "2022-05-21-preview", - "2020-06-05-preview" - ] - }, - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2024-06-01", - "2023-10-07", - "2023-04-01-preview", - "2022-05-21-preview", - "2020-06-05-preview" - ] - }, - { - "resourceType": "Operations", - "apiVersions": [ - "2024-06-01", - "2023-10-07", - "2023-04-01-preview", - "2022-05-21-preview", - "2020-06-05-preview" - ] - }, - { - "resourceType": "VMMServers", - "apiVersions": [ - "2024-06-01", - "2023-10-07", - "2023-04-01-preview" - ] - }, - { - "resourceType": "VMMServers/InventoryItems", - "apiVersions": [ - "2024-06-01", - "2023-10-07", - "2023-04-01-preview" - ] - }, - { - "resourceType": "VirtualMachineInstances", - "apiVersions": [ - "2024-06-01", - "2023-10-07", - "2023-04-01-preview" - ] - }, - { - "resourceType": "VirtualMachineTemplates", - "apiVersions": [ - "2024-06-01", - "2023-10-07", - "2023-04-01-preview" - ] - }, - { - "resourceType": "VirtualMachines", - "apiVersions": [ - "2023-04-01-preview", - "2022-05-21-preview", - "2020-06-05-preview" - ] - }, - { - "resourceType": "VirtualMachines/Extensions", - "apiVersions": [ - "2023-04-01-preview", - "2022-05-21-preview" - ] - }, - { - "resourceType": "VirtualMachines/GuestAgents", - "apiVersions": [ - "2023-04-01-preview", - "2022-05-21-preview" - ] - }, - { - "resourceType": "VirtualMachines/HybridIdentityMetadata", - "apiVersions": [ - "2023-04-01-preview", - "2022-05-21-preview" - ] - }, - { - "resourceType": "VirtualNetworks", - "apiVersions": [ - "2024-06-01", - "2023-10-07", - "2023-04-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Scom", - "resourceTypes": [ - { - "resourceType": "locations", - "apiVersions": [ - "2024-07-15-preview", - "2024-06-05-preview", - "2023-07-07-preview", - "2023-06-30", - "2022-09-13-preview", - "2022-04-30-preview", - "2021-06-30-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2024-07-15-preview", - "2024-01-01-preview", - "2023-07-07-preview", - "2022-09-13-preview", - "2022-04-30-preview", - "2021-06-30-preview" - ] - }, - { - "resourceType": "managedInstances", - "apiVersions": [ - "2024-07-15-preview", - "2024-01-01-preview", - "2023-07-07-preview", - "2022-09-13-preview", - "2022-04-30-preview", - "2021-06-30-preview" - ] - }, - { - "resourceType": "managedInstances/managedGateways", - "apiVersions": [ - "2024-07-15-preview", - "2024-01-01-preview", - "2023-07-07-preview" - ] - }, - { - "resourceType": "managedInstances/monitoredResources", - "apiVersions": [ - "2024-07-15-preview", - "2024-01-01-preview", - "2023-07-07-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-07-07-preview", - "2023-06-30", - "2022-09-13-preview", - "2022-04-30-preview", - "2021-06-30-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Search", - "resourceTypes": [ - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-06-01-Preview", - "2024-03-01-Preview", - "2023-11-01", - "2022-09-01", - "2021-06-06-Preview", - "2021-04-01-Preview", - "2020-08-01-Preview", - "2020-08-01", - "2020-03-13", - "2019-10-01-Preview", - "2015-08-19" - ] - }, - { - "resourceType": "checkServiceNameAvailability", - "apiVersions": [ - "2015-02-28", - "2014-07-31-Preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-06-01-Preview", - "2024-03-01-Preview", - "2023-11-01", - "2022-09-01", - "2021-06-06-Preview" - ] - }, - { - "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable", - "apiVersions": [ - "2024-06-01-Preview", - "2024-03-01-Preview", - "2023-11-01", - "2022-09-01", - "2021-06-06-Preview" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2024-06-01-Preview", - "2024-03-01-Preview", - "2021-06-06-Preview" - ] - }, - { - "resourceType": "locations/usages", - "apiVersions": [ - "2024-06-01-Preview", - "2024-03-01-Preview", - "2023-11-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-06-01-Preview", - "2024-03-01-Preview", - "2023-11-01", - "2022-09-01", - "2021-06-06-Preview", - "2021-04-01-Preview", - "2020-08-01-Preview", - "2020-08-01", - "2020-03-13", - "2019-10-01-Preview", - "2015-08-19", - "2015-02-28" - ] - }, - { - "resourceType": "resourceHealthMetadata", - "apiVersions": [ - "2024-06-01-Preview", - "2024-03-01-Preview", - "2023-11-01", - "2022-09-01", - "2021-06-06-Preview", - "2021-04-01-Preview", - "2020-08-01-Preview", - "2020-08-01", - "2020-03-13", - "2019-10-01-Preview", - "2015-08-19" - ] - }, - { - "resourceType": "searchServices", - "apiVersions": [ - "2024-06-01-Preview", - "2024-03-01-Preview", - "2023-11-01", - "2022-09-01", - "2021-06-06-Preview", - "2021-04-01-Preview", - "2020-08-01-Preview", - "2020-08-01", - "2020-03-13", - "2019-10-01-Preview", - "2015-08-19", - "2015-02-28", - "2014-07-31-Preview" - ] - } - ] - }, - { - "namespace": "Microsoft.SecretSyncController", - "resourceTypes": [ - { - "resourceType": "azureKeyVaultSecretProviderClasses", - "apiVersions": [ - "2024-08-21-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-08-21-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2024-08-21-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-08-21-preview" - ] - }, - { - "resourceType": "secretSyncs", - "apiVersions": [ - "2024-08-21-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Security", - "resourceTypes": [ - { - "resourceType": "AutoProvisioningSettings", - "apiVersions": [ - "2019-01-01", - "2017-08-01-preview" - ] - }, - { - "resourceType": "Compliances", - "apiVersions": [ - "2017-08-01-preview" - ] - }, - { - "resourceType": "InformationProtectionPolicies", - "apiVersions": [ - "2017-08-01-preview" - ] - }, - { - "resourceType": "MdeOnboardings", - "apiVersions": [ - "2021-10-01-preview" - ] - }, - { - "resourceType": "advancedThreatProtectionSettings", - "apiVersions": [ - "2019-01-01", - "2017-08-01-preview" - ] - }, - { - "resourceType": "aggregations", - "apiVersions": [ - "2023-06-01-preview" - ] - }, - { - "resourceType": "alerts", - "apiVersions": [ - "2022-01-01", - "2021-11-01", - "2021-01-01", - "2020-01-01", - "2019-01-01", - "2015-06-01-preview" - ] - }, - { - "resourceType": "alertsSuppressionRules", - "apiVersions": [ - "2019-01-01-preview" - ] - }, - { - "resourceType": "allowedConnections", - "apiVersions": [ - "2020-01-01", - "2015-06-01-preview" - ] - }, - { - "resourceType": "apiCollections", - "apiVersions": [ - "2023-11-15", - "2022-11-20-preview" - ] - }, - { - "resourceType": "applications", - "apiVersions": [ - "2022-07-01-preview" - ] - }, - { - "resourceType": "assessmentMetadata", - "apiVersions": [ - "2021-06-01", - "2020-01-01", - "2019-01-01-preview" - ] - }, - { - "resourceType": "assessments", - "apiVersions": [ - "2021-06-01", - "2020-01-01", - "2019-01-01-preview" - ] - }, - { - "resourceType": "assessments/governanceAssignments", - "apiVersions": [ - "2022-01-01-preview" - ] - }, - { - "resourceType": "assignments", - "apiVersions": [ - "2021-08-01-preview" - ] - }, - { - "resourceType": "autoDismissAlertsRules", - "apiVersions": [ - "2019-01-01-preview" - ] - }, - { - "resourceType": "automations", - "apiVersions": [ - "2023-12-01-preview", - "2019-01-01-preview" - ] - }, - { - "resourceType": "complianceResults", - "apiVersions": [ - "2017-08-01" - ] - }, - { - "resourceType": "connectors", - "apiVersions": [ - "2020-01-01-preview" - ] - }, - { - "resourceType": "customAssessmentAutomations", - "apiVersions": [ - "2021-07-01-preview", - "2021-07-01-beta", - "2021-07-01-alpha" - ] - }, - { - "resourceType": "customRecommendations", - "apiVersions": [ - "2024-08-01", - "2023-05-01-preview" - ] - }, - { - "resourceType": "dataCollectionAgents", - "apiVersions": [ - "2015-06-01-preview" - ] - }, - { - "resourceType": "dataScanners", - "apiVersions": [ - "2021-12-01-preview" - ] - }, - { - "resourceType": "defenderForStorageSettings", - "apiVersions": [ - "2024-10-01-preview", - "2022-12-01-preview", - "2017-08-01-preview" - ] - }, - { - "resourceType": "deviceSecurityGroups", - "apiVersions": [ - "2019-08-01", - "2017-08-01-preview" - ] - }, - { - "resourceType": "discoveredSecuritySolutions", - "apiVersions": [ - "2020-01-01", - "2015-06-01-preview" - ] - }, - { - "resourceType": "externalSecuritySolutions", - "apiVersions": [ - "2020-01-01", - "2015-06-01-preview" - ] - }, - { - "resourceType": "governanceRules", - "apiVersions": [ - "2022-01-01-preview" - ] - }, - { - "resourceType": "healthReports", - "apiVersions": [ - "2023-05-01-preview", - "2023-02-01-preview" - ] - }, - { - "resourceType": "integrations", - "apiVersions": [ - "2023-07-01-preview" - ] - }, - { - "resourceType": "iotSecuritySolutions", - "apiVersions": [ - "2019-08-01", - "2017-08-01-preview" - ] - }, - { - "resourceType": "iotSecuritySolutions/analyticsModels", - "apiVersions": [ - "2019-08-01", - "2017-08-01-preview" - ] - }, - { - "resourceType": "iotSecuritySolutions/analyticsModels/aggregatedAlerts", - "apiVersions": [ - "2019-08-01", - "2017-08-01-preview" - ] - }, - { - "resourceType": "iotSecuritySolutions/analyticsModels/aggregatedRecommendations", - "apiVersions": [ - "2019-08-01", - "2017-08-01-preview" - ] - }, - { - "resourceType": "iotSecuritySolutions/iotAlertTypes", - "apiVersions": [ - "2019-08-01" - ] - }, - { - "resourceType": "iotSecuritySolutions/iotAlerts", - "apiVersions": [ - "2019-08-01" - ] - }, - { - "resourceType": "iotSecuritySolutions/iotRecommendationTypes", - "apiVersions": [ - "2019-08-01" - ] - }, - { - "resourceType": "iotSecuritySolutions/iotRecommendations", - "apiVersions": [ - "2019-08-01" - ] - }, - { - "resourceType": "jitNetworkAccessPolicies", - "apiVersions": [ - "2020-01-01", - "2015-06-01-preview" - ] - }, - { - "resourceType": "jitPolicies", - "apiVersions": [ - "2015-06-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2015-06-01-preview" - ] - }, - { - "resourceType": "locations/alerts", - "apiVersions": [ - "2022-01-01", - "2021-11-01", - "2021-01-01", - "2020-01-01", - "2019-01-01", - "2015-06-01-preview" - ] - }, - { - "resourceType": "locations/allowedConnections", - "apiVersions": [ - "2020-01-01", - "2015-06-01-preview" - ] - }, - { - "resourceType": "locations/discoveredSecuritySolutions", - "apiVersions": [ - "2020-01-01", - "2015-06-01-preview" - ] - }, - { - "resourceType": "locations/externalSecuritySolutions", - "apiVersions": [ - "2020-01-01", - "2015-06-01-preview" - ] - }, - { - "resourceType": "locations/jitNetworkAccessPolicies", - "apiVersions": [ - "2020-01-01", - "2015-06-01-preview" - ] - }, - { - "resourceType": "locations/securitySolutions", - "apiVersions": [ - "2020-01-01", - "2015-06-01-preview" - ] - }, - { - "resourceType": "locations/securitySolutionsReferenceData", - "apiVersions": [ - "2020-01-01", - "2015-06-01-preview" - ] - }, - { - "resourceType": "locations/tasks", - "apiVersions": [ - "2015-06-01-preview" - ] - }, - { - "resourceType": "locations/topologies", - "apiVersions": [ - "2020-01-01", - "2015-06-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2020-01-01", - "2015-06-01-preview" - ] - }, - { - "resourceType": "policies", - "apiVersions": [ - "2015-06-01-preview" - ] - }, - { - "resourceType": "pricings", - "apiVersions": [ - "2024-01-01", - "2023-01-01", - "2022-03-01", - "2018-06-01" - ] - }, - { - "resourceType": "pricings/securityOperators", - "apiVersions": [ - "2023-01-01-preview" - ] - }, - { - "resourceType": "query", - "apiVersions": [ - "2022-04-01-preview", - "2022-04-01-beta", - "2022-04-01-alpha" - ] - }, - { - "resourceType": "regulatoryComplianceStandards", - "apiVersions": [ - "2019-01-01-preview", - "2019-01-01" - ] - }, - { - "resourceType": "regulatoryComplianceStandards/regulatoryComplianceControls", - "apiVersions": [ - "2019-01-01-preview", - "2019-01-01" - ] - }, - { - "resourceType": "regulatoryComplianceStandards/regulatoryComplianceControls/regulatoryComplianceAssessments", - "apiVersions": [ - "2019-01-01-preview", - "2019-01-01" - ] - }, - { - "resourceType": "secureScoreControlDefinitions", - "apiVersions": [ - "2020-01-01-preview", - "2020-01-01" - ] - }, - { - "resourceType": "secureScoreControls", - "apiVersions": [ - "2020-01-01-preview", - "2020-01-01" - ] - }, - { - "resourceType": "secureScores", - "apiVersions": [ - "2020-01-01-preview", - "2020-01-01" - ] - }, - { - "resourceType": "secureScores/secureScoreControls", - "apiVersions": [ - "2020-01-01-preview", - "2020-01-01" - ] - }, - { - "resourceType": "securityConnectors", - "apiVersions": [ - "2024-08-01-preview", - "2024-07-01-preview", - "2024-03-01-preview", - "2023-10-01-preview", - "2023-03-01-preview" - ] - }, - { - "resourceType": "securityConnectors/devops", - "apiVersions": [ - "2024-05-01-preview", - "2024-04-01", - "2023-09-01-preview" - ] - }, - { - "resourceType": "securityContacts", - "apiVersions": [ - "2023-12-01-preview", - "2020-01-01-preview", - "2017-08-01-preview" - ] - }, - { - "resourceType": "securitySolutions", - "apiVersions": [ - "2020-01-01", - "2015-06-01-preview" - ] - }, - { - "resourceType": "securitySolutionsReferenceData", - "apiVersions": [ - "2020-01-01", - "2015-06-01-preview" - ] - }, - { - "resourceType": "securityStandards", - "apiVersions": [ - "2024-08-01", - "2023-05-01-preview" - ] - }, - { - "resourceType": "securityStatuses", - "apiVersions": [ - "2015-06-01-preview" - ] - }, - { - "resourceType": "securityStatusesSummaries", - "apiVersions": [ - "2015-06-01-preview" - ] - }, - { - "resourceType": "sensitivitySettings", - "apiVersions": [ - "2023-02-15-preview" - ] - }, - { - "resourceType": "serverVulnerabilityAssessments", - "apiVersions": [ - "2020-01-01", - "2015-06-01-preview" - ] - }, - { - "resourceType": "serverVulnerabilityAssessmentsSettings", - "apiVersions": [ - "2023-05-01", - "2022-01-01-preview" - ] - }, - { - "resourceType": "settings", - "apiVersions": [ - "2022-05-01", - "2021-07-01", - "2021-06-01", - "2019-01-01", - "2017-08-01-preview" - ] - }, - { - "resourceType": "sqlVulnerabilityAssessments", - "apiVersions": [ - "2023-02-01-preview", - "2020-07-01-preview" - ] - }, - { - "resourceType": "standardAssignments", - "apiVersions": [ - "2024-08-01", - "2023-05-01-preview" - ] - }, - { - "resourceType": "standards", - "apiVersions": [ - "2021-08-01-preview" - ] - }, - { - "resourceType": "subAssessments", - "apiVersions": [ - "2020-01-01", - "2019-01-01-preview" - ] - }, - { - "resourceType": "tasks", - "apiVersions": [ - "2015-06-01-preview" - ] - }, - { - "resourceType": "topologies", - "apiVersions": [ - "2020-01-01", - "2015-06-01-preview" - ] - }, - { - "resourceType": "trustedIps", - "apiVersions": [ - "2024-07-01-preview" - ] - }, - { - "resourceType": "vmScanners", - "apiVersions": [ - "2022-03-01-preview" - ] - }, - { - "resourceType": "workspaceSettings", - "apiVersions": [ - "2019-01-01", - "2017-08-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.SecurityCopilot", - "resourceTypes": [ - { - "resourceType": "Operations", - "apiVersions": [ - "2023-12-01-preview" - ] - }, - { - "resourceType": "capacities", - "apiVersions": [ - "2023-12-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2023-12-01-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2023-12-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.SecurityDetonation", - "resourceTypes": [ - { - "resourceType": "chambers", - "apiVersions": [ - "2022-07-01", - "2021-07-01", - "2020-07-01-preview", - "2019-08-01-preview" - ] - }, - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2022-07-01", - "2021-07-01", - "2020-07-01-preview", - "2019-08-01-preview" - ] - }, - { - "resourceType": "operationResults", - "apiVersions": [ - "2022-07-01", - "2021-07-01", - "2020-07-01-preview", - "2019-08-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2022-07-01", - "2021-07-01", - "2020-07-01-preview", - "2019-08-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.SecurityInsights", - "resourceTypes": [ - { - "resourceType": "MitreCoverageRecords", - "apiVersions": [ - "2024-10-01-preview", - "2024-04-01-preview", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-11-01-preview", - "2022-10-01-preview", - "2022-09-01-preview", - "2022-08-01-preview", - "2022-07-01-preview", - "2022-06-01-preview", - "2022-05-01-preview", - "2022-04-01-preview", - "2022-01-01-preview" - ] - }, - { - "resourceType": "aggregations", - "apiVersions": [ - "2019-01-01-preview" - ] - }, - { - "resourceType": "alertRuleTemplates", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01", - "2024-04-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-11-01", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2023-02-01", - "2022-12-01-preview", - "2022-11-01-preview", - "2022-11-01", - "2022-10-01-preview", - "2022-09-01-preview", - "2022-08-01-preview", - "2022-08-01", - "2022-07-01-preview", - "2022-06-01-preview", - "2022-05-01-preview", - "2022-04-01-preview", - "2022-01-01-preview", - "2021-10-01-preview", - "2021-10-01", - "2021-09-01-preview", - "2021-03-01-preview", - "2020-01-01", - "2019-01-01-preview" - ] - }, - { - "resourceType": "alertRules", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01", - "2024-04-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-11-01", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2023-02-01", - "2022-12-01-preview", - "2022-11-01-preview", - "2022-11-01", - "2022-10-01-preview", - "2022-09-01-preview", - "2022-08-01-preview", - "2022-08-01", - "2022-07-01-preview", - "2022-06-01-preview", - "2022-05-01-preview", - "2022-04-01-preview", - "2022-01-01-preview", - "2021-10-01-preview", - "2021-10-01", - "2021-09-01-preview", - "2021-03-01-preview", - "2020-01-01", - "2019-01-01-preview" - ] - }, - { - "resourceType": "automationRules", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01", - "2024-04-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-11-01", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2023-02-01", - "2022-12-01-preview", - "2022-11-01-preview", - "2022-11-01", - "2022-10-01-preview", - "2022-09-01-preview", - "2022-08-01-preview", - "2022-08-01", - "2022-07-01-preview", - "2022-06-01-preview", - "2022-05-01-preview", - "2022-04-01-preview", - "2022-01-01-preview", - "2021-10-01-preview", - "2021-10-01", - "2021-09-01-preview", - "2019-01-01-preview" - ] - }, - { - "resourceType": "billingStatistics", - "apiVersions": [ - "2024-10-01-preview", - "2024-04-01-preview", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview" - ] - }, - { - "resourceType": "bookmarks", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01", - "2024-04-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-11-01", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2023-02-01", - "2022-12-01-preview", - "2022-11-01-preview", - "2022-11-01", - "2022-10-01-preview", - "2022-09-01-preview", - "2022-08-01-preview", - "2022-08-01", - "2022-07-01-preview", - "2022-06-01-preview", - "2022-05-01-preview", - "2022-04-01-preview", - "2022-01-01-preview", - "2021-10-01-preview", - "2021-10-01", - "2021-09-01-preview", - "2020-01-01", - "2019-01-01-preview" - ] - }, - { - "resourceType": "businessApplicationAgents", - "apiVersions": [ - "2024-10-01-preview", - "2024-04-01-preview" - ] - }, - { - "resourceType": "cases", - "apiVersions": [ - "2019-01-01-preview" - ] - }, - { - "resourceType": "confidentialWatchlists", - "apiVersions": [ - "2024-10-01-preview", - "2024-04-01-preview", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-11-01-preview", - "2022-10-01-preview", - "2022-09-01-preview", - "2022-08-01-preview", - "2022-07-01-preview", - "2022-06-01-preview" - ] - }, - { - "resourceType": "contentPackages", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01", - "2024-04-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-11-01", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-11-01-preview" - ] - }, - { - "resourceType": "contentProductPackages", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01", - "2024-04-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-11-01", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview" - ] - }, - { - "resourceType": "contentProductTemplates", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01", - "2024-04-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-11-01", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview" - ] - }, - { - "resourceType": "contentTemplates", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01", - "2024-04-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-11-01", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-11-01-preview" - ] - }, - { - "resourceType": "contenttranslators", - "apiVersions": [ - "2024-10-01-preview", - "2024-04-01-preview", - "2024-01-01-preview" - ] - }, - { - "resourceType": "dataConnectorDefinitions", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01", - "2024-06-01", - "2024-04-01-preview", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-11-01-preview", - "2022-10-01-preview", - "2022-09-01-preview" - ] - }, - { - "resourceType": "dataConnectors", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01", - "2024-06-01", - "2024-04-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-11-01", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2023-02-01", - "2022-12-01-preview", - "2022-11-01-preview", - "2022-11-01", - "2022-10-01-preview", - "2022-09-01-preview", - "2022-08-01-preview", - "2022-08-01", - "2022-07-01-preview", - "2022-06-01-preview", - "2022-05-01-preview", - "2022-04-01-preview", - "2022-01-01-preview", - "2021-10-01-preview", - "2021-10-01", - "2021-09-01-preview", - "2021-03-01-preview", - "2020-01-01", - "2019-01-01-preview" - ] - }, - { - "resourceType": "dataConnectorsCheckRequirements", - "apiVersions": [ - "2024-10-01-preview", - "2024-04-01-preview", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-11-01-preview", - "2022-10-01-preview", - "2022-09-01-preview", - "2022-08-01-preview", - "2022-07-01-preview", - "2022-06-01-preview", - "2022-05-01-preview", - "2022-04-01-preview", - "2022-01-01-preview", - "2021-10-01-preview", - "2021-09-01-preview", - "2019-01-01-preview" - ] - }, - { - "resourceType": "enrichment", - "apiVersions": [ - "2024-10-01-preview", - "2024-04-01-preview", - "2024-02-01-preview", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-11-01-preview", - "2022-10-01-preview", - "2022-09-01-preview", - "2022-08-01-preview", - "2022-07-01-preview", - "2022-06-01-preview", - "2022-05-01-preview", - "2022-04-01-preview", - "2022-01-01-preview", - "2021-10-01-preview", - "2021-09-01-preview", - "2019-01-01-preview" - ] - }, - { - "resourceType": "enrichmentWidgets", - "apiVersions": [ - "2024-10-01-preview", - "2024-06-01-preview" - ] - }, - { - "resourceType": "entities", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01", - "2024-05-01-preview", - "2024-04-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-11-01-preview", - "2022-10-01-preview", - "2022-09-01-preview", - "2022-08-01-preview", - "2022-07-01-preview", - "2022-06-01-preview", - "2022-05-01-preview", - "2022-04-01-preview", - "2022-01-01-preview", - "2021-10-01-preview", - "2021-09-01-preview", - "2019-01-01-preview" - ] - }, - { - "resourceType": "entityQueries", - "apiVersions": [ - "2024-10-01-preview", - "2024-04-01-preview", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-11-01-preview", - "2022-10-01-preview", - "2022-09-01-preview", - "2022-08-01-preview", - "2022-07-01-preview", - "2022-06-01-preview", - "2022-05-01-preview", - "2022-04-01-preview", - "2022-01-01-preview", - "2021-10-01-preview", - "2021-09-01-preview", - "2021-03-01-preview", - "2019-01-01-preview" - ] - }, - { - "resourceType": "entityQueryTemplates", - "apiVersions": [ - "2024-10-01-preview", - "2024-04-01-preview", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-11-01-preview", - "2022-10-01-preview", - "2022-09-01-preview", - "2022-08-01-preview", - "2022-07-01-preview", - "2022-06-01-preview", - "2022-05-01-preview", - "2022-04-01-preview", - "2022-01-01-preview", - "2021-10-01-preview", - "2021-09-01-preview", - "2021-03-01-preview", - "2019-01-01-preview" - ] - }, - { - "resourceType": "exportConnections", - "apiVersions": [ - "2024-10-01-preview", - "2024-04-01-preview", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview" - ] - }, - { - "resourceType": "fileImports", - "apiVersions": [ - "2024-10-01-preview", - "2024-04-01-preview", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-11-01-preview", - "2022-10-01-preview", - "2022-09-01-preview", - "2022-08-01-preview" - ] - }, - { - "resourceType": "hunts", - "apiVersions": [ - "2024-10-01-preview", - "2024-04-01-preview", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview" - ] - }, - { - "resourceType": "huntsessions", - "apiVersions": [ - "2024-10-01-preview", - "2024-04-01-preview", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-11-01-preview", - "2022-10-01-preview", - "2022-09-01-preview" - ] - }, - { - "resourceType": "incidents", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01", - "2024-04-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-11-01", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2023-02-01", - "2022-12-01-preview", - "2022-11-01-preview", - "2022-11-01", - "2022-10-01-preview", - "2022-09-01-preview", - "2022-08-01-preview", - "2022-08-01", - "2022-07-01-preview", - "2022-06-01-preview", - "2022-05-01-preview", - "2022-04-01-preview", - "2022-01-01-preview", - "2021-10-01-preview", - "2021-10-01", - "2021-09-01-preview", - "2021-04-01", - "2021-03-01-preview", - "2020-01-01", - "2019-01-01-preview" - ] - }, - { - "resourceType": "listrepositories", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01", - "2024-04-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-11-01", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-11-01-preview", - "2022-10-01-preview", - "2022-09-01-preview", - "2022-08-01-preview", - "2022-07-01-preview", - "2022-06-01-preview", - "2022-05-01-preview", - "2022-04-01-preview", - "2022-01-01-preview", - "2021-10-01-preview", - "2021-09-01-preview", - "2021-03-01-preview" - ] - }, - { - "resourceType": "metadata", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01", - "2024-04-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-11-01", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2023-02-01", - "2022-12-01-preview", - "2022-11-01-preview", - "2022-10-01-preview", - "2022-09-01-preview", - "2022-08-01-preview", - "2022-07-01-preview", - "2022-06-01-preview", - "2022-05-01-preview", - "2022-04-01-preview", - "2022-01-01-preview", - "2021-10-01-preview", - "2021-09-01-preview", - "2021-03-01-preview" - ] - }, - { - "resourceType": "officeConsents", - "apiVersions": [ - "2024-10-01-preview", - "2024-04-01-preview", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-11-01-preview", - "2022-10-01-preview", - "2022-09-01-preview", - "2022-08-01-preview", - "2022-07-01-preview", - "2022-06-01-preview", - "2022-05-01-preview", - "2022-04-01-preview", - "2022-01-01-preview", - "2021-10-01-preview", - "2021-09-01-preview", - "2019-01-01-preview" - ] - }, - { - "resourceType": "onboardingStates", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01", - "2024-04-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-11-01", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2023-02-01", - "2022-12-01-preview", - "2022-11-01-preview", - "2022-11-01", - "2022-10-01-preview", - "2022-09-01-preview", - "2022-08-01-preview", - "2022-08-01", - "2022-07-01-preview", - "2022-06-01-preview", - "2022-05-01-preview", - "2022-04-01-preview", - "2022-01-01-preview", - "2021-10-01-preview", - "2021-10-01", - "2021-09-01-preview", - "2021-03-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01", - "2024-04-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-11-01", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2023-02-01", - "2022-12-01-preview", - "2022-11-01-preview", - "2022-11-01", - "2022-10-01-preview", - "2022-09-01-preview", - "2022-08-01-preview", - "2022-08-01", - "2022-07-01-preview", - "2022-06-01-preview", - "2022-05-01-preview", - "2022-04-01-preview", - "2022-01-01-preview", - "2021-10-01-preview", - "2021-10-01", - "2021-09-01-preview", - "2021-04-01", - "2021-03-01-preview", - "2020-01-01", - "2019-01-01-preview" - ] - }, - { - "resourceType": "overview", - "apiVersions": [ - "2024-10-01-preview", - "2024-04-01-preview", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-11-01-preview", - "2022-10-01-preview", - "2022-09-01-preview" - ] - }, - { - "resourceType": "recommendations", - "apiVersions": [ - "2024-10-01-preview", - "2024-04-01-preview", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-11-01-preview" - ] - }, - { - "resourceType": "securityMLAnalyticsSettings", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01", - "2024-04-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-11-01", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2023-02-01", - "2022-12-01-preview", - "2022-11-01-preview", - "2022-11-01", - "2022-10-01-preview", - "2022-09-01-preview", - "2022-08-01-preview", - "2022-07-01-preview", - "2022-06-01-preview", - "2022-05-01-preview" - ] - }, - { - "resourceType": "settings", - "apiVersions": [ - "2024-10-01-preview", - "2024-04-01-preview", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-11-01-preview", - "2022-10-01-preview", - "2022-09-01-preview", - "2022-08-01-preview", - "2022-07-01-preview", - "2022-06-01-preview", - "2022-05-01-preview", - "2022-04-01-preview", - "2022-01-01-preview", - "2021-10-01-preview", - "2021-09-01-preview", - "2021-03-01-preview", - "2019-01-01-preview" - ] - }, - { - "resourceType": "sourceControls", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01", - "2024-04-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-11-01", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-11-01-preview", - "2022-10-01-preview", - "2022-09-01-preview", - "2022-08-01-preview", - "2022-07-01-preview", - "2022-06-01-preview", - "2022-05-01-preview", - "2022-04-01-preview", - "2022-01-01-preview", - "2021-10-01-preview", - "2021-09-01-preview", - "2021-03-01-preview" - ] - }, - { - "resourceType": "threatIntelligence", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01", - "2024-04-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-11-01", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2023-02-01", - "2022-12-01-preview", - "2022-11-01-preview", - "2022-11-01", - "2022-10-01-preview", - "2022-09-01-preview", - "2022-08-01-preview", - "2022-08-01", - "2022-07-01-preview", - "2022-06-01-preview", - "2022-05-01-preview", - "2022-04-01-preview", - "2022-01-01-preview", - "2021-10-01-preview", - "2021-10-01", - "2021-09-01-preview", - "2021-04-01", - "2019-01-01-preview" - ] - }, - { - "resourceType": "triggeredAnalyticsRuleRuns", - "apiVersions": [ - "2024-10-01-preview", - "2024-04-01-preview", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview", - "2023-02-01-preview" - ] - }, - { - "resourceType": "watchlists", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01", - "2024-04-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-11-01", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2023-02-01", - "2022-12-01-preview", - "2022-11-01-preview", - "2022-11-01", - "2022-10-01-preview", - "2022-09-01-preview", - "2022-08-01-preview", - "2022-08-01", - "2022-07-01-preview", - "2022-06-01-preview", - "2022-05-01-preview", - "2022-04-01-preview", - "2022-01-01-preview", - "2021-10-01-preview", - "2021-10-01", - "2021-09-01-preview", - "2021-04-01", - "2021-03-01-preview", - "2019-01-01-preview" - ] - }, - { - "resourceType": "workspaceManagerAssignments", - "apiVersions": [ - "2024-10-01-preview", - "2024-04-01-preview", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview" - ] - }, - { - "resourceType": "workspaceManagerConfigurations", - "apiVersions": [ - "2024-10-01-preview", - "2024-04-01-preview", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview" - ] - }, - { - "resourceType": "workspaceManagerGroups", - "apiVersions": [ - "2024-10-01-preview", - "2024-04-01-preview", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview" - ] - }, - { - "resourceType": "workspaceManagerMembers", - "apiVersions": [ - "2024-10-01-preview", - "2024-04-01-preview", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-10-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-07-01-preview", - "2023-06-01-preview", - "2023-05-01-preview", - "2023-04-01-preview", - "2023-03-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.SecurityPlatform", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2024-10-01-preview" - ] - }, - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2024-10-01-preview" - ] - }, - { - "resourceType": "Operations", - "apiVersions": [ - "2024-10-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.SerialConsole", - "resourceTypes": [ - { - "resourceType": "consoleServices", - "apiVersions": [ - "2024-07-01", - "2023-01-01", - "2018-05-01" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-07-01", - "2023-01-01", - "2018-05-01" - ] - }, - { - "resourceType": "locations/consoleServices", - "apiVersions": [ - "2024-07-01", - "2023-01-01", - "2018-05-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-07-01", - "2023-01-01", - "2018-05-01" - ] - }, - { - "resourceType": "serialPorts", - "apiVersions": [ - "2024-07-01", - "2023-01-01", - "2018-05-01" - ] - } - ] - }, - { - "namespace": "Microsoft.ServiceBus", - "resourceTypes": [ - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview", - "2017-04-01", - "2015-08-01", - "2014-09-01" - ] - }, - { - "resourceType": "checkNamespaceAvailability", - "apiVersions": [ - "2015-08-01", - "2014-09-01" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview", - "2017-04-01" - ] - }, - { - "resourceType": "locations/deleteVirtualNetworkOrSubnets", - "apiVersions": [ - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview", - "2017-04-01" - ] - }, - { - "resourceType": "locations/namespaceOperationResults", - "apiVersions": [ - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview", - "2017-04-01", - "2015-08-01", - "2014-09-01" - ] - }, - { - "resourceType": "locations/operationStatus", - "apiVersions": [ - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview" - ] - }, - { - "resourceType": "namespaces", - "apiVersions": [ - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview", - "2017-04-01", - "2015-08-01", - "2014-09-01" - ] - }, - { - "resourceType": "namespaces/authorizationrules", - "apiVersions": [ - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview", - "2017-04-01", - "2015-08-01", - "2014-09-01" - ] - }, - { - "resourceType": "namespaces/disasterrecoveryconfigs", - "apiVersions": [ - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview", - "2017-04-01" - ] - }, - { - "resourceType": "namespaces/disasterrecoveryconfigs/checkNameAvailability", - "apiVersions": [ - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview", - "2017-04-01", - "2015-08-01", - "2014-09-01" - ] - }, - { - "resourceType": "namespaces/eventgridfilters", - "apiVersions": [ - "2017-04-01", - "2015-08-01", - "2014-09-01" - ] - }, - { - "resourceType": "namespaces/migrationConfigurations", - "apiVersions": [ - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview", - "2017-04-01" - ] - }, - { - "resourceType": "namespaces/networkrulesets", - "apiVersions": [ - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview", - "2017-04-01" - ] - }, - { - "resourceType": "namespaces/privateEndpointConnectionProxies", - "apiVersions": [ - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview" - ] - }, - { - "resourceType": "namespaces/privateEndpointConnections", - "apiVersions": [ - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview" - ] - }, - { - "resourceType": "namespaces/queues", - "apiVersions": [ - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview", - "2017-04-01", - "2015-08-01", - "2014-09-01" - ] - }, - { - "resourceType": "namespaces/queues/authorizationrules", - "apiVersions": [ - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview", - "2017-04-01", - "2015-08-01", - "2014-09-01" - ] - }, - { - "resourceType": "namespaces/topics", - "apiVersions": [ - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview", - "2017-04-01", - "2015-08-01", - "2014-09-01" - ] - }, - { - "resourceType": "namespaces/topics/authorizationrules", - "apiVersions": [ - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview", - "2017-04-01", - "2015-08-01", - "2014-09-01" - ] - }, - { - "resourceType": "namespaces/topics/subscriptions", - "apiVersions": [ - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview", - "2017-04-01", - "2015-08-01", - "2014-09-01" - ] - }, - { - "resourceType": "namespaces/topics/subscriptions/rules", - "apiVersions": [ - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview", - "2017-04-01", - "2015-08-01", - "2014-09-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2017-04-01", - "2015-08-01", - "2014-09-01" - ] - }, - { - "resourceType": "premiumMessagingRegions", - "apiVersions": [ - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview", - "2017-04-01", - "2015-08-01", - "2014-09-01" - ] - }, - { - "resourceType": "sku", - "apiVersions": [ - "2024-01-01", - "2023-01-01-preview", - "2022-10-01-preview", - "2022-01-01-preview", - "2021-11-01", - "2021-06-01-preview", - "2021-01-01-preview", - "2018-01-01-preview", - "2017-04-01", - "2015-08-01", - "2014-09-01" - ] - } - ] - }, - { - "namespace": "Microsoft.ServiceFabric", - "resourceTypes": [ - { - "resourceType": "clusters", - "apiVersions": [ - "2023-11-01-privatepreview", - "2023-11-01-preview", - "2021-06-01", - "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" - ] - }, - { - "resourceType": "clusters/applicationTypes", - "apiVersions": [ - "2023-11-01-privatepreview", - "2023-11-01-preview", - "2021-06-01", - "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" - ] - }, - { - "resourceType": "clusters/applicationTypes/versions", - "apiVersions": [ - "2023-11-01-privatepreview", - "2023-11-01-preview", - "2021-06-01", - "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" - ] - }, - { - "resourceType": "clusters/applications", - "apiVersions": [ - "2023-11-01-privatepreview", - "2023-11-01-preview", - "2021-06-01", - "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" - ] - }, - { - "resourceType": "clusters/applications/services", - "apiVersions": [ - "2023-11-01-privatepreview", - "2023-11-01-preview", - "2021-06-01", - "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" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2023-11-01-privatepreview", - "2023-11-01-preview", - "2021-06-01", - "2020-12-15-privatepreview", - "2020-12-15-preview", - "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" - ] - }, - { - "resourceType": "locations/clusterVersions", - "apiVersions": [ - "2023-11-01-privatepreview", - "2023-11-01-preview", - "2021-06-01", - "2020-12-15-privatepreview", - "2020-12-15-preview", - "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" - ] - }, - { - "resourceType": "locations/environments", - "apiVersions": [ - "2023-11-01-privatepreview", - "2023-11-01-preview", - "2021-06-01", - "2020-12-15-privatepreview", - "2020-12-15-preview", - "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" - ] - }, - { - "resourceType": "locations/environments/managedClusterVersions", - "apiVersions": [ - "2024-09-01-preview", - "2024-06-01-preview", - "2024-04-01", - "2024-02-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-08-01-preview", - "2022-06-01-preview", - "2022-02-01-preview", - "2022-01-01", - "2021-11-01-preview", - "2021-07-01-preview", - "2021-05-01", - "2021-01-01-preview", - "2020-01-01-preview" - ] - }, - { - "resourceType": "locations/managedClusterOperationResults", - "apiVersions": [ - "2024-09-01-preview", - "2024-06-01-preview", - "2024-04-01", - "2024-02-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-08-01-preview", - "2022-06-01-preview", - "2022-02-01-preview", - "2022-01-01", - "2021-11-01-preview", - "2021-07-01-preview", - "2021-05-01", - "2021-01-01-preview", - "2020-01-01-preview" - ] - }, - { - "resourceType": "locations/managedClusterOperations", - "apiVersions": [ - "2024-09-01-preview", - "2024-06-01-preview", - "2024-04-01", - "2024-02-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-08-01-preview", - "2022-06-01-preview", - "2022-02-01-preview", - "2022-01-01", - "2021-11-01-preview", - "2021-07-01-preview", - "2021-05-01", - "2021-01-01-preview", - "2020-01-01-preview" - ] - }, - { - "resourceType": "locations/managedClusterVersions", - "apiVersions": [ - "2024-09-01-preview", - "2024-06-01-preview", - "2024-04-01", - "2024-02-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-08-01-preview", - "2022-06-01-preview", - "2022-02-01-preview", - "2022-01-01", - "2021-11-01-preview", - "2021-07-01-preview", - "2021-05-01", - "2021-01-01-preview", - "2020-01-01-preview" - ] - }, - { - "resourceType": "locations/managedUnsupportedVMSizes", - "apiVersions": [ - "2024-09-01-preview", - "2024-06-01-preview", - "2024-04-01", - "2024-02-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-08-01-preview", - "2022-06-01-preview", - "2022-02-01-preview", - "2022-01-01", - "2021-11-01-preview", - "2021-07-01-preview", - "2021-05-01", - "2021-01-01-preview", - "2020-01-01-preview" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2023-11-01-privatepreview", - "2023-11-01-preview", - "2021-06-01", - "2020-12-15-privatepreview", - "2020-12-15-preview", - "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" - ] - }, - { - "resourceType": "locations/operations", - "apiVersions": [ - "2023-11-01-privatepreview", - "2023-11-01-preview", - "2021-06-01", - "2020-12-15-privatepreview", - "2020-12-15-preview", - "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" - ] - }, - { - "resourceType": "locations/unsupportedVMSizes", - "apiVersions": [ - "2023-11-01-privatepreview", - "2023-11-01-preview", - "2021-06-01", - "2020-12-15-privatepreview", - "2020-12-15-preview", - "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" - ] - }, - { - "resourceType": "managedclusters", - "apiVersions": [ - "2024-09-01-preview", - "2024-06-01-preview", - "2024-04-01", - "2024-02-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-08-01-preview", - "2022-06-01-preview", - "2022-02-01-preview", - "2022-01-01", - "2021-11-01-preview", - "2021-07-01-preview", - "2021-05-01", - "2021-01-01-preview", - "2020-01-01-preview" - ] - }, - { - "resourceType": "managedclusters/applicationTypes", - "apiVersions": [ - "2024-09-01-preview", - "2024-06-01-preview", - "2024-04-01", - "2024-02-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-08-01-preview", - "2022-06-01-preview", - "2022-02-01-preview", - "2022-01-01", - "2021-11-01-preview", - "2021-07-01-preview", - "2021-05-01", - "2021-01-01-preview" - ] - }, - { - "resourceType": "managedclusters/applicationTypes/versions", - "apiVersions": [ - "2024-09-01-preview", - "2024-06-01-preview", - "2024-04-01", - "2024-02-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-08-01-preview", - "2022-06-01-preview", - "2022-02-01-preview", - "2022-01-01", - "2021-11-01-preview", - "2021-07-01-preview", - "2021-05-01", - "2021-01-01-preview" - ] - }, - { - "resourceType": "managedclusters/applications", - "apiVersions": [ - "2024-09-01-preview", - "2024-06-01-preview", - "2024-04-01", - "2024-02-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-08-01-preview", - "2022-06-01-preview", - "2022-02-01-preview", - "2022-01-01", - "2021-11-01-preview", - "2021-07-01-preview", - "2021-05-01", - "2021-01-01-preview" - ] - }, - { - "resourceType": "managedclusters/applications/services", - "apiVersions": [ - "2024-09-01-preview", - "2024-06-01-preview", - "2024-04-01", - "2024-02-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-08-01-preview", - "2022-06-01-preview", - "2022-02-01-preview", - "2022-01-01", - "2021-11-01-preview", - "2021-07-01-preview", - "2021-05-01", - "2021-01-01-preview" - ] - }, - { - "resourceType": "managedclusters/nodetypes", - "apiVersions": [ - "2024-09-01-preview", - "2024-06-01-preview", - "2024-04-01", - "2024-02-01-preview", - "2023-12-01-preview", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-07-01-preview", - "2023-03-01-preview", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-08-01-preview", - "2022-06-01-preview", - "2022-02-01-preview", - "2022-01-01", - "2021-11-01-preview", - "2021-07-01-preview", - "2021-05-01", - "2021-01-01-preview", - "2020-01-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-09-01-preview", - "2024-06-01-preview", - "2024-04-01", - "2024-02-01-preview", - "2023-12-01-preview", - "2023-11-01-privatepreview", - "2023-11-01-preview", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-08-01-preview", - "2022-06-01-preview", - "2022-02-01-preview", - "2022-01-01", - "2021-11-01-preview", - "2021-07-01-preview", - "2021-06-01", - "2021-05-01", - "2021-01-01-preview", - "2020-12-15-privatepreview", - "2020-12-15-preview", - "2020-12-01-privatepreview", - "2020-12-01-preview", - "2020-03-01", - "2020-02-01-privatepreview", - "2020-02-01-preview", - "2020-01-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" - ] - } - ] - }, - { - "namespace": "Microsoft.ServiceFabricMesh", - "resourceTypes": [ - { - "resourceType": "applications", - "apiVersions": [ - "2018-09-01-preview", - "2018-07-01-preview" - ] - }, - { - "resourceType": "gateways", - "apiVersions": [ - "2018-09-01-preview", - "2018-07-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2018-09-01-preview", - "2018-07-01-preview" - ] - }, - { - "resourceType": "locations/applicationOperations", - "apiVersions": [ - "2018-09-01-preview", - "2018-07-01-preview" - ] - }, - { - "resourceType": "locations/gatewayOperations", - "apiVersions": [ - "2018-09-01-preview", - "2018-07-01-preview" - ] - }, - { - "resourceType": "locations/networkOperations", - "apiVersions": [ - "2018-09-01-preview", - "2018-07-01-preview" - ] - }, - { - "resourceType": "locations/secretOperations", - "apiVersions": [ - "2018-09-01-preview", - "2018-07-01-preview" - ] - }, - { - "resourceType": "locations/volumeOperations", - "apiVersions": [ - "2018-09-01-preview", - "2018-07-01-preview" - ] - }, - { - "resourceType": "networks", - "apiVersions": [ - "2018-09-01-preview", - "2018-07-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2018-09-01-preview" - ] - }, - { - "resourceType": "secrets", - "apiVersions": [ - "2018-09-01-preview", - "2018-07-01-preview" - ] - }, - { - "resourceType": "volumes", - "apiVersions": [ - "2018-09-01-preview", - "2018-07-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.ServiceLinker", - "resourceTypes": [ - { - "resourceType": "configurationNames", - "apiVersions": [ - "2024-07-01-preview", - "2024-04-01", - "2023-04-01-preview", - "2022-11-01-preview" - ] - }, - { - "resourceType": "daprConfigurations", - "apiVersions": [ - "2024-07-01-preview", - "2024-04-01", - "2023-04-01-preview" - ] - }, - { - "resourceType": "dryruns", - "apiVersions": [ - "2024-07-01-preview", - "2024-04-01", - "2023-04-01-preview", - "2022-11-01-preview", - "2021-12-01-privatepreview" - ] - }, - { - "resourceType": "linkers", - "apiVersions": [ - "2024-07-01-preview", - "2024-04-01", - "2023-04-01-preview", - "2022-11-01-preview", - "2022-05-01", - "2022-01-01-preview", - "2021-11-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-07-01-preview", - "2024-04-01", - "2023-04-01-preview", - "2022-11-01-preview", - "2022-07-01-privatepreview", - "2022-05-01", - "2021-11-01-preview", - "2021-01-01-privatepreview" - ] - }, - { - "resourceType": "locations/connectors", - "apiVersions": [ - "2024-07-01-preview", - "2024-04-01", - "2023-04-01-preview", - "2022-11-01-preview" - ] - }, - { - "resourceType": "locations/dryruns", - "apiVersions": [ - "2024-07-01-preview", - "2024-04-01", - "2023-04-01-preview", - "2022-11-01-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2022-05-01", - "2021-11-01-preview", - "2021-01-01-privatepreview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-07-01-preview", - "2024-04-01", - "2023-04-01-preview", - "2022-05-01", - "2021-11-01-preview", - "2021-01-01-privatepreview" - ] - } - ] - }, - { - "namespace": "Microsoft.ServiceNetworking", - "resourceTypes": [ - { - "resourceType": "locations", - "apiVersions": [ - "2024-05-01-preview", - "2023-11-01", - "2023-05-01-preview", - "2022-10-01-preview" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-11-01", - "2023-05-01-preview", - "2022-10-01-preview" - ] - }, - { - "resourceType": "locations/operations", - "apiVersions": [ - "2024-05-01-preview", - "2023-11-01", - "2023-05-01-preview", - "2022-10-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-05-01-preview", - "2023-11-01", - "2023-05-01-preview", - "2022-10-01-preview" - ] - }, - { - "resourceType": "trafficControllers", - "apiVersions": [ - "2024-05-01-preview", - "2023-11-01", - "2023-05-01-preview", - "2022-10-01-preview" - ] - }, - { - "resourceType": "trafficControllers/associations", - "apiVersions": [ - "2024-05-01-preview", - "2023-11-01", - "2023-05-01-preview", - "2022-10-01-preview" - ] - }, - { - "resourceType": "trafficControllers/frontends", - "apiVersions": [ - "2024-05-01-preview", - "2023-11-01", - "2023-05-01-preview", - "2022-10-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.ServicesHub", - "resourceTypes": [ - { - "resourceType": "connectors", - "apiVersions": [ - "2023-10-20-preview", - "2023-04-17-preview", - "2019-08-15-preview" - ] - }, - { - "resourceType": "connectors/connectorSpaces", - "apiVersions": [ - "2023-10-20-preview" - ] - }, - { - "resourceType": "getRecommendationsContent", - "apiVersions": [ - "2023-03-24-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-10-20-preview", - "2019-08-15-preview" - ] - }, - { - "resourceType": "supportOfferingEntitlement", - "apiVersions": [ - "2019-08-15-preview" - ] - }, - { - "resourceType": "workspaces", - "apiVersions": [ - "2019-08-15-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.SignalRService", - "resourceTypes": [ - { - "resourceType": "SignalR", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-03-01-preview", - "2023-02-01", - "2022-08-01-preview", - "2022-02-01", - "2021-10-01", - "2021-09-01-preview", - "2021-06-01-preview", - "2021-04-01-preview", - "2020-07-01-preview", - "2020-05-01", - "2018-10-01", - "2018-03-01-preview" - ] - }, - { - "resourceType": "SignalR/customDomains", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-03-01-preview", - "2023-02-01", - "2022-08-01-preview", - "2022-02-01", - "2021-10-01", - "2021-09-01-preview", - "2021-06-01-preview", - "2021-04-01-preview", - "2020-07-01-preview", - "2020-05-01" - ] - }, - { - "resourceType": "SignalR/eventGridFilters", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-03-01-preview", - "2023-02-01", - "2022-08-01-preview", - "2022-02-01", - "2021-10-01", - "2021-09-01-preview", - "2021-06-01-preview", - "2021-04-01-preview", - "2020-07-01-preview", - "2020-05-01", - "2018-10-01", - "2018-03-01-preview" - ] - }, - { - "resourceType": "SignalR/replicas", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-03-01-preview" - ] - }, - { - "resourceType": "WebPubSub", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-03-01-preview", - "2023-02-01", - "2022-08-01-preview", - "2021-10-01", - "2021-09-01-preview", - "2021-06-01-preview", - "2021-04-01-preview", - "2020-05-01" - ] - }, - { - "resourceType": "WebPubSub/customDomains", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-03-01-preview", - "2023-02-01", - "2022-08-01-preview", - "2021-10-01", - "2021-09-01-preview", - "2021-06-01-preview", - "2021-04-01-preview", - "2020-05-01" - ] - }, - { - "resourceType": "WebPubSub/replicas", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-03-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-03-01-preview", - "2023-02-01", - "2022-08-01-preview", - "2022-02-01", - "2021-10-01", - "2021-09-01-preview", - "2021-06-01-preview", - "2021-04-01-preview", - "2020-07-01-preview", - "2020-05-01", - "2018-10-01", - "2018-03-01-preview" - ] - }, - { - "resourceType": "locations/checkNameAvailability", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-03-01-preview", - "2023-02-01", - "2022-08-01-preview", - "2022-02-01", - "2021-10-01", - "2021-09-01-preview", - "2021-06-01-preview", - "2021-04-01-preview", - "2020-07-01-preview", - "2020-05-01", - "2018-10-01", - "2018-03-01-preview" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-03-01-preview", - "2023-02-01", - "2022-08-01-preview", - "2022-02-01", - "2021-10-01", - "2021-09-01-preview", - "2021-06-01-preview", - "2021-04-01-preview", - "2020-07-01-preview", - "2020-05-01", - "2018-10-01", - "2018-03-01-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-03-01-preview", - "2023-02-01", - "2022-08-01-preview", - "2022-02-01", - "2021-10-01", - "2021-09-01-preview", - "2021-06-01-preview", - "2021-04-01-preview", - "2020-07-01-preview", - "2020-05-01", - "2018-10-01", - "2018-03-01-preview" - ] - }, - { - "resourceType": "locations/usages", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-03-01-preview", - "2023-02-01", - "2022-08-01-preview", - "2022-02-01", - "2021-10-01", - "2021-09-01-preview", - "2021-06-01-preview", - "2021-04-01-preview", - "2020-07-01-preview", - "2020-05-01", - "2018-10-01", - "2018-03-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-01-preview", - "2024-03-01", - "2024-01-01-preview", - "2023-08-01-preview", - "2023-06-01-preview", - "2023-03-01-preview", - "2023-02-01", - "2022-08-01-preview", - "2022-02-01", - "2021-10-01", - "2021-09-01-preview", - "2021-06-01-preview", - "2021-04-01-preview", - "2020-07-01-preview", - "2020-05-01", - "2018-10-01", - "2018-03-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Singularity", - "resourceTypes": [ - { - "resourceType": "accounts", - "apiVersions": [ - "2020-12-01-preview" - ] - }, - { - "resourceType": "accounts/accountQuotaPolicies", - "apiVersions": [ - "2020-12-01-preview" - ] - }, - { - "resourceType": "accounts/groupPolicies", - "apiVersions": [ - "2020-12-01-preview" - ] - }, - { - "resourceType": "accounts/jobs", - "apiVersions": [ - "2020-12-01-preview" - ] - }, - { - "resourceType": "accounts/models", - "apiVersions": [ - "2020-12-01-preview" - ] - }, - { - "resourceType": "accounts/networks", - "apiVersions": [ - "2020-12-01-preview" - ] - }, - { - "resourceType": "accounts/secrets", - "apiVersions": [ - "2020-12-01-preview" - ] - }, - { - "resourceType": "accounts/storageContainers", - "apiVersions": [ - "2020-12-01-preview" - ] - }, - { - "resourceType": "accounts/templatedModels", - "apiVersions": [ - "2020-12-01-preview" - ] - }, - { - "resourceType": "images", - "apiVersions": [ - "2020-12-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2020-12-01-preview" - ] - }, - { - "resourceType": "locations/instanceTypeSeries", - "apiVersions": [ - "2020-12-01-preview" - ] - }, - { - "resourceType": "locations/instanceTypeSeries/instanceTypes", - "apiVersions": [ - "2020-12-01-preview" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2020-12-01-preview" - ] - }, - { - "resourceType": "locations/operationStatus", - "apiVersions": [ - "2020-12-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2020-12-01-preview" - ] - }, - { - "resourceType": "quotas", - "apiVersions": [ - "2020-12-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.SoftwarePlan", - "resourceTypes": [ - { - "resourceType": "hybridUseBenefits", - "apiVersions": [ - "2019-06-01-preview" - ] - }, - { - "resourceType": "operationResults", - "apiVersions": [ - "2024-06-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-07-01-preview", - "2019-06-01-preview" - ] - }, - { - "resourceType": "softwareSubscriptions", - "apiVersions": [ - "2024-06-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Solutions", - "resourceTypes": [ - { - "resourceType": "Operations", - "apiVersions": [ - "2021-07-01", - "2021-02-01-preview", - "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" - ] - }, - { - "resourceType": "applicationDefinitions", - "apiVersions": [ - "2021-07-01", - "2021-02-01-preview", - "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" - ] - }, - { - "resourceType": "applications", - "apiVersions": [ - "2021-07-01", - "2021-02-01-preview", - "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" - ] - }, - { - "resourceType": "jitRequests", - "apiVersions": [ - "2021-07-01", - "2021-02-01-preview", - "2020-08-21-preview", - "2019-07-01", - "2018-09-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2021-07-01", - "2021-02-01-preview", - "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" - ] - }, - { - "resourceType": "locations/operationstatuses", - "apiVersions": [ - "2021-07-01", - "2021-02-01-preview", - "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" - ] - } - ] - }, - { - "namespace": "Microsoft.Sovereign", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2024-10-31-preview", - "2024-03-31-preview", - "2023-09-28-preview" - ] - }, - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2024-10-31-preview", - "2024-03-31-preview", - "2023-09-28-preview" - ] - }, - { - "resourceType": "Operations", - "apiVersions": [ - "2024-10-31-preview", - "2024-03-31-preview", - "2023-09-28-preview" - ] - }, - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-10-31-preview", - "2024-03-31-preview", - "2023-09-28-preview" - ] - }, - { - "resourceType": "landingZoneConfigurations", - "apiVersions": [ - "2024-03-31-preview", - "2023-09-28-preview" - ] - }, - { - "resourceType": "landingZoneRegistrations", - "apiVersions": [ - "2024-03-31-preview", - "2023-09-28-preview" - ] - }, - { - "resourceType": "transparencyLogs", - "apiVersions": [ - "2024-10-31-preview", - "2024-03-31-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Sql", - "resourceTypes": [ - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "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" - ] - }, - { - "resourceType": "instancePools", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2014-04-01-preview", - "2014-04-01", - "2014-01-01" - ] - }, - { - "resourceType": "locations/administratorAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "locations/administratorOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "locations/advancedThreatProtectionAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01" - ] - }, - { - "resourceType": "locations/advancedThreatProtectionOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01" - ] - }, - { - "resourceType": "locations/auditingSettingsAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "locations/auditingSettingsOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "locations/capabilities", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "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" - ] - }, - { - "resourceType": "locations/changeLongTermRetentionBackupAccessTierAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview" - ] - }, - { - "resourceType": "locations/changeLongTermRetentionBackupAccessTierOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview" - ] - }, - { - "resourceType": "locations/connectionPoliciesAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "locations/connectionPoliciesOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "locations/databaseAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "locations/databaseEncryptionProtectorRevalidateAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01" - ] - }, - { - "resourceType": "locations/databaseEncryptionProtectorRevalidateOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01" - ] - }, - { - "resourceType": "locations/databaseEncryptionProtectorRevertAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview" - ] - }, - { - "resourceType": "locations/databaseEncryptionProtectorRevertOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview" - ] - }, - { - "resourceType": "locations/databaseOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "locations/databaseRestoreAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "locations/deleteVirtualNetworkOrSubnets", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "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" - ] - }, - { - "resourceType": "locations/deleteVirtualNetworkOrSubnetsAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "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" - ] - }, - { - "resourceType": "locations/deleteVirtualNetworkOrSubnetsOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "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" - ] - }, - { - "resourceType": "locations/devOpsAuditingSettingsAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview" - ] - }, - { - "resourceType": "locations/devOpsAuditingSettingsOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview" - ] - }, - { - "resourceType": "locations/distributedAvailabilityGroupsAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview" - ] - }, - { - "resourceType": "locations/distributedAvailabilityGroupsOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview" - ] - }, - { - "resourceType": "locations/dnsAliasAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "locations/dnsAliasOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "locations/elasticPoolAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "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" - ] - }, - { - "resourceType": "locations/elasticPoolOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "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" - ] - }, - { - "resourceType": "locations/encryptionProtectorAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "locations/encryptionProtectorOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "locations/extendedAuditingSettingsAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "locations/extendedAuditingSettingsOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "locations/externalPolicyBasedAuthorizationsAzureAsycOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01" - ] - }, - { - "resourceType": "locations/externalPolicyBasedAuthorizationsOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01" - ] - }, - { - "resourceType": "locations/failoverGroupAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "locations/failoverGroupOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "locations/firewallRulesAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "locations/firewallRulesOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "locations/importExportAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-08-01", - "2020-02-02-preview" - ] - }, - { - "resourceType": "locations/importExportOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-08-01", - "2020-02-02-preview" - ] - }, - { - "resourceType": "locations/instanceFailoverGroupAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview" - ] - }, - { - "resourceType": "locations/instanceFailoverGroupOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview" - ] - }, - { - "resourceType": "locations/instanceFailoverGroups", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview" - ] - }, - { - "resourceType": "locations/instancePoolAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview" - ] - }, - { - "resourceType": "locations/instancePoolOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview" - ] - }, - { - "resourceType": "locations/ipv6FirewallRulesAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01" - ] - }, - { - "resourceType": "locations/ipv6FirewallRulesOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01" - ] - }, - { - "resourceType": "locations/jobAgentAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "locations/jobAgentOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "locations/jobAgentPrivateEndpointAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview" - ] - }, - { - "resourceType": "locations/jobAgentPrivateEndpointOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview" - ] - }, - { - "resourceType": "locations/ledgerDigestUploadsAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview" - ] - }, - { - "resourceType": "locations/ledgerDigestUploadsOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview" - ] - }, - { - "resourceType": "locations/longTermRetentionBackupAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "locations/longTermRetentionBackupOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "locations/longTermRetentionBackups", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "locations/longTermRetentionManagedInstanceBackupAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview" - ] - }, - { - "resourceType": "locations/longTermRetentionManagedInstanceBackupOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview" - ] - }, - { - "resourceType": "locations/longTermRetentionManagedInstanceBackups", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview" - ] - }, - { - "resourceType": "locations/longTermRetentionManagedInstances", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview" - ] - }, - { - "resourceType": "locations/longTermRetentionPolicyAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "locations/longTermRetentionPolicyOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "locations/longTermRetentionServers", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "locations/managedDatabaseAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "locations/managedDatabaseCompleteRestoreAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview" - ] - }, - { - "resourceType": "locations/managedDatabaseCompleteRestoreOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview" - ] - }, - { - "resourceType": "locations/managedDatabaseMoveOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview" - ] - }, - { - "resourceType": "locations/managedDatabaseOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "locations/managedDatabaseRestoreAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "locations/managedDatabaseRestoreOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "locations/managedDnsAliasAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01" - ] - }, - { - "resourceType": "locations/managedDnsAliasOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01" - ] - }, - { - "resourceType": "locations/managedInstanceAdvancedThreatProtectionAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview" - ] - }, - { - "resourceType": "locations/managedInstanceAdvancedThreatProtectionOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview" - ] - }, - { - "resourceType": "locations/managedInstanceAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "locations/managedInstanceDtcAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview" - ] - }, - { - "resourceType": "locations/managedInstanceEncryptionProtectorAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview" - ] - }, - { - "resourceType": "locations/managedInstanceEncryptionProtectorOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview" - ] - }, - { - "resourceType": "locations/managedInstanceKeyAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview" - ] - }, - { - "resourceType": "locations/managedInstanceKeyOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview" - ] - }, - { - "resourceType": "locations/managedInstanceLongTermRetentionPolicyAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview" - ] - }, - { - "resourceType": "locations/managedInstanceLongTermRetentionPolicyOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview" - ] - }, - { - "resourceType": "locations/managedInstanceOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "locations/managedInstancePrivateEndpointConnectionAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview" - ] - }, - { - "resourceType": "locations/managedInstancePrivateEndpointConnectionOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview" - ] - }, - { - "resourceType": "locations/managedInstancePrivateEndpointConnectionProxyAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview" - ] - }, - { - "resourceType": "locations/managedInstancePrivateEndpointConnectionProxyOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview" - ] - }, - { - "resourceType": "locations/managedInstanceTdeCertAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview" - ] - }, - { - "resourceType": "locations/managedInstanceTdeCertOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview" - ] - }, - { - "resourceType": "locations/managedLedgerDigestUploadsAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview" - ] - }, - { - "resourceType": "locations/managedLedgerDigestUploadsOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview" - ] - }, - { - "resourceType": "locations/managedServerSecurityAlertPoliciesAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "locations/managedServerSecurityAlertPoliciesOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "locations/managedShortTermRetentionPolicyAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "locations/managedShortTermRetentionPolicyOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "locations/managedtransparentDataEncryptionAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview" - ] - }, - { - "resourceType": "locations/managedtransparentDataEncryptionOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview" - ] - }, - { - "resourceType": "locations/notifyAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview" - ] - }, - { - "resourceType": "locations/outboundFirewallRulesAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview" - ] - }, - { - "resourceType": "locations/outboundFirewallRulesOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview" - ] - }, - { - "resourceType": "locations/privateEndpointConnectionAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview" - ] - }, - { - "resourceType": "locations/privateEndpointConnectionOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview" - ] - }, - { - "resourceType": "locations/privateEndpointConnectionProxyAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview" - ] - }, - { - "resourceType": "locations/privateEndpointConnectionProxyOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview" - ] - }, - { - "resourceType": "locations/refreshExternalGovernanceStatusAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview" - ] - }, - { - "resourceType": "locations/refreshExternalGovernanceStatusMIAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview" - ] - }, - { - "resourceType": "locations/refreshExternalGovernanceStatusMIOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview" - ] - }, - { - "resourceType": "locations/refreshExternalGovernanceStatusOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview" - ] - }, - { - "resourceType": "locations/replicationLinksAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "locations/replicationLinksOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "locations/securityAlertPoliciesAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "locations/securityAlertPoliciesOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "locations/serverAdministratorAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview" - ] - }, - { - "resourceType": "locations/serverAdministratorOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview" - ] - }, - { - "resourceType": "locations/serverAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "locations/serverConfigurationOptionAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview" - ] - }, - { - "resourceType": "locations/serverKeyAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "locations/serverKeyOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "locations/serverOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "locations/serverTrustCertificatesAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview" - ] - }, - { - "resourceType": "locations/serverTrustCertificatesOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview" - ] - }, - { - "resourceType": "locations/serverTrustGroupAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview" - ] - }, - { - "resourceType": "locations/serverTrustGroupOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview" - ] - }, - { - "resourceType": "locations/serverTrustGroups", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview" - ] - }, - { - "resourceType": "locations/shortTermRetentionPolicyAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview" - ] - }, - { - "resourceType": "locations/shortTermRetentionPolicyOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview" - ] - }, - { - "resourceType": "locations/sqlVulnerabilityAssessmentAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview" - ] - }, - { - "resourceType": "locations/sqlVulnerabilityAssessmentOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview" - ] - }, - { - "resourceType": "locations/startManagedInstanceAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview" - ] - }, - { - "resourceType": "locations/startManagedInstanceOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview" - ] - }, - { - "resourceType": "locations/stopManagedInstanceAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview" - ] - }, - { - "resourceType": "locations/stopManagedInstanceOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview" - ] - }, - { - "resourceType": "locations/syncAgentOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "locations/syncDatabaseIds", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "locations/syncGroupAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "locations/syncGroupOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "locations/syncMemberOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "locations/tdeCertAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview" - ] - }, - { - "resourceType": "locations/tdeCertOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview" - ] - }, - { - "resourceType": "locations/transparentDataEncryptionAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview" - ] - }, - { - "resourceType": "locations/transparentDataEncryptionOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview" - ] - }, - { - "resourceType": "locations/updateManagedInstanceDnsServersAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview" - ] - }, - { - "resourceType": "locations/updateManagedInstanceDnsServersOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview" - ] - }, - { - "resourceType": "locations/usages", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "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" - ] - }, - { - "resourceType": "locations/virtualClusterAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "locations/virtualClusterOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "locations/virtualNetworkRulesAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "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" - ] - }, - { - "resourceType": "locations/virtualNetworkRulesOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "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" - ] - }, - { - "resourceType": "locations/vulnerabilityAssessmentScanAzureAsyncOperation", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview" - ] - }, - { - "resourceType": "locations/vulnerabilityAssessmentScanOperationResults", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview" - ] - }, - { - "resourceType": "managedInstances", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "managedInstances/administrators", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "managedInstances/advancedThreatProtectionSettings", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview" - ] - }, - { - "resourceType": "managedInstances/databases", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "managedInstances/databases/advancedThreatProtectionSettings", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview" - ] - }, - { - "resourceType": "managedInstances/databases/backupLongTermRetentionPolicies", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview" - ] - }, - { - "resourceType": "managedInstances/databases/ledgerDigestUploads", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview" - ] - }, - { - "resourceType": "managedInstances/databases/vulnerabilityAssessments", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "managedInstances/dnsAliases", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01" - ] - }, - { - "resourceType": "managedInstances/metricDefinitions", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "managedInstances/metrics", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "managedInstances/recoverableDatabases", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview" - ] - }, - { - "resourceType": "managedInstances/sqlAgent", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2018-06-01" - ] - }, - { - "resourceType": "managedInstances/startStopSchedules", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview" - ] - }, - { - "resourceType": "managedInstances/tdeCertificates", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview" - ] - }, - { - "resourceType": "managedInstances/vulnerabilityAssessments", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "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" - ] - }, - { - "resourceType": "servers", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "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" - ] - }, - { - "resourceType": "servers/administratorOperationResults", - "apiVersions": [ - "2014-04-01-preview", - "2014-04-01", - "2014-01-01" - ] - }, - { - "resourceType": "servers/administrators", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2014-04-01-preview", - "2014-04-01", - "2014-01-01" - ] - }, - { - "resourceType": "servers/advancedThreatProtectionSettings", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01" - ] - }, - { - "resourceType": "servers/advisors", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "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" - ] - }, - { - "resourceType": "servers/aggregatedDatabaseMetrics", - "apiVersions": [ - "2014-04-01-preview", - "2014-04-01", - "2014-01-01" - ] - }, - { - "resourceType": "servers/auditingSettings", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "servers/automaticTuning", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "servers/communicationLinks", - "apiVersions": [ - "2014-04-01-preview", - "2014-04-01", - "2014-01-01" - ] - }, - { - "resourceType": "servers/connectionPolicies", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "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" - ] - }, - { - "resourceType": "servers/databaseSecurityPolicies", - "apiVersions": [ - "2014-04-01-preview", - "2014-04-01", - "2014-01-01" - ] - }, - { - "resourceType": "servers/databases", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "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" - ] - }, - { - "resourceType": "servers/databases/VulnerabilityAssessment", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "servers/databases/VulnerabilityAssessmentScans", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "servers/databases/VulnerabilityAssessmentSettings", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "servers/databases/advancedThreatProtectionSettings", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01" - ] - }, - { - "resourceType": "servers/databases/advisors", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "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" - ] - }, - { - "resourceType": "servers/databases/auditRecords", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "servers/databases/auditingSettings", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "servers/databases/automaticTuning", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "servers/databases/backupLongTermRetentionPolicies", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "servers/databases/backupShortTermRetentionPolicies", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview" - ] - }, - { - "resourceType": "servers/databases/dataMaskingPolicies", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "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" - ] - }, - { - "resourceType": "servers/databases/dataMaskingPolicies/rules", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "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" - ] - }, - { - "resourceType": "servers/databases/extensions", - "apiVersions": [ - "2014-04-01-preview", - "2014-04-01", - "2014-01-01" - ] - }, - { - "resourceType": "servers/databases/geoBackupPolicies", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "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" - ] - }, - { - "resourceType": "servers/databases/ledgerDigestUploads", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview" - ] - }, - { - "resourceType": "servers/databases/metricDefinitions", - "apiVersions": [ - "2014-04-01-preview", - "2014-04-01", - "2014-01-01" - ] - }, - { - "resourceType": "servers/databases/metrics", - "apiVersions": [ - "2014-04-01-preview", - "2014-04-01", - "2014-01-01" - ] - }, - { - "resourceType": "servers/databases/recommendedSensitivityLabels", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "servers/databases/replicationLinks", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "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" - ] - }, - { - "resourceType": "servers/databases/securityAlertPolicies", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2014-04-01-preview", - "2014-04-01", - "2014-01-01" - ] - }, - { - "resourceType": "servers/databases/sqlvulnerabilityassessments", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview" - ] - }, - { - "resourceType": "servers/databases/syncGroups", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "servers/databases/syncGroups/syncMembers", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "servers/databases/topQueries", - "apiVersions": [ - "2014-04-01-preview", - "2014-04-01", - "2014-01-01" - ] - }, - { - "resourceType": "servers/databases/topQueries/queryText", - "apiVersions": [ - "2014-04-01-preview", - "2014-04-01", - "2014-01-01" - ] - }, - { - "resourceType": "servers/databases/transparentDataEncryption", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2017-03-01-preview", - "2015-05-01-preview", - "2014-04-01-preview", - "2014-04-01" - ] - }, - { - "resourceType": "servers/databases/vulnerabilityAssessments", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "servers/databases/workloadGroups", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview" - ] - }, - { - "resourceType": "servers/devOpsAuditingSettings", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview" - ] - }, - { - "resourceType": "servers/disasterRecoveryConfiguration", - "apiVersions": [ - "2014-04-01-preview", - "2014-04-01", - "2014-01-01" - ] - }, - { - "resourceType": "servers/dnsAliases", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "servers/elasticPoolEstimates", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "servers/elasticPools/advisors", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "servers/elasticpools", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "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" - ] - }, - { - "resourceType": "servers/elasticpools/metricdefinitions", - "apiVersions": [ - "2014-04-01-preview", - "2014-04-01", - "2014-01-01" - ] - }, - { - "resourceType": "servers/elasticpools/metrics", - "apiVersions": [ - "2014-04-01-preview", - "2014-04-01", - "2014-01-01" - ] - }, - { - "resourceType": "servers/encryptionProtector", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "servers/extendedAuditingSettings", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "servers/failoverGroups", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "servers/failoverGroups/tryPlannedBeforeForcedFailover", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview" - ] - }, - { - "resourceType": "servers/import", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2014-04-01-preview", - "2014-04-01", - "2014-01-01" - ] - }, - { - "resourceType": "servers/importExportOperationResults", - "apiVersions": [ - "2014-04-01-preview", - "2014-04-01", - "2014-01-01" - ] - }, - { - "resourceType": "servers/jobAccounts", - "apiVersions": [ - "2015-05-01-preview" - ] - }, - { - "resourceType": "servers/jobAgents", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "servers/jobAgents/jobs", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "servers/jobAgents/jobs/executions", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "servers/jobAgents/jobs/steps", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "servers/jobAgents/privateEndpoints", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview" - ] - }, - { - "resourceType": "servers/keys", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "servers/operationResults", - "apiVersions": [ - "2014-04-01-preview", - "2014-04-01", - "2014-01-01" - ] - }, - { - "resourceType": "servers/recommendedElasticPools", - "apiVersions": [ - "2014-04-01-preview", - "2014-04-01", - "2014-01-01" - ] - }, - { - "resourceType": "servers/recoverableDatabases", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "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" - ] - }, - { - "resourceType": "servers/restorableDroppedDatabases", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2014-04-01-preview", - "2014-04-01", - "2014-01-01" - ] - }, - { - "resourceType": "servers/securityAlertPolicies", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "servers/serviceObjectives", - "apiVersions": [ - "2014-04-01-preview", - "2014-04-01", - "2014-01-01" - ] - }, - { - "resourceType": "servers/sqlvulnerabilityassessments", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview" - ] - }, - { - "resourceType": "servers/syncAgents", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "servers/tdeCertificates", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview" - ] - }, - { - "resourceType": "servers/usages", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "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" - ] - }, - { - "resourceType": "servers/virtualNetworkRules", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - }, - { - "resourceType": "servers/vulnerabilityAssessments", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview" - ] - }, - { - "resourceType": "virtualClusters", - "apiVersions": [ - "2024-05-01-preview", - "2023-08-01-preview", - "2023-05-01-preview", - "2023-02-01-preview", - "2022-11-01-preview", - "2022-08-01-preview", - "2022-05-01-preview", - "2022-02-01-preview", - "2021-11-01-preview", - "2021-11-01", - "2021-08-01-preview", - "2021-05-01-preview", - "2021-02-01-preview", - "2020-11-01-preview", - "2020-08-01-preview", - "2020-02-02-preview", - "2019-06-01-preview", - "2018-06-01-preview", - "2017-10-01-preview", - "2017-03-01-preview", - "2015-05-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.SqlVirtualMachine", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2023-10-01", - "2023-01-01-preview", - "2022-08-01-preview", - "2022-07-01-preview", - "2022-02-01-preview", - "2022-02-01", - "2021-11-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "Locations/OperationTypes", - "apiVersions": [ - "2023-10-01", - "2023-01-01-preview", - "2022-08-01-preview", - "2022-07-01-preview", - "2022-02-01-preview", - "2022-02-01", - "2021-11-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "Locations/availabilityGroupListenerOperationResults", - "apiVersions": [ - "2023-10-01", - "2023-01-01-preview", - "2022-08-01-preview", - "2022-07-01-preview", - "2022-02-01-preview", - "2022-02-01", - "2021-11-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "Locations/registerSqlVmCandidate", - "apiVersions": [ - "2023-10-01", - "2023-01-01-preview", - "2022-08-01-preview", - "2022-07-01-preview", - "2022-02-01-preview", - "2022-02-01", - "2021-11-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "Locations/sqlVirtualMachineGroupOperationResults", - "apiVersions": [ - "2023-10-01", - "2023-01-01-preview", - "2022-08-01-preview", - "2022-07-01-preview", - "2022-02-01-preview", - "2022-02-01", - "2021-11-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "Locations/sqlVirtualMachineOperationResults", - "apiVersions": [ - "2023-10-01", - "2023-01-01-preview", - "2022-08-01-preview", - "2022-07-01-preview", - "2022-02-01-preview", - "2022-02-01", - "2021-11-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "SqlVirtualMachineGroups", - "apiVersions": [ - "2023-10-01", - "2023-01-01-preview", - "2022-08-01-preview", - "2022-07-01-preview", - "2022-02-01-preview", - "2022-02-01", - "2021-11-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "SqlVirtualMachineGroups/AvailabilityGroupListeners", - "apiVersions": [ - "2023-10-01", - "2023-01-01-preview", - "2022-08-01-preview", - "2022-07-01-preview", - "2022-02-01-preview", - "2022-02-01", - "2021-11-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "SqlVirtualMachines", - "apiVersions": [ - "2023-10-01", - "2023-01-01-preview", - "2022-08-01-preview", - "2022-07-01-preview", - "2022-02-01-preview", - "2022-02-01", - "2021-11-01-preview", - "2017-03-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-10-01", - "2023-01-01-preview", - "2022-08-01-preview", - "2022-07-01-preview", - "2022-02-01-preview", - "2022-02-01", - "2021-11-01-preview", - "2017-03-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.StandbyPool", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2024-08-01-preview", - "2024-03-01-preview", - "2024-03-01", - "2023-12-01-preview", - "2023-06-01-preview" - ] - }, - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2024-08-01-preview", - "2024-03-01-preview", - "2024-03-01", - "2023-12-01-preview", - "2023-06-01-preview" - ] - }, - { - "resourceType": "Operations", - "apiVersions": [ - "2024-08-01-preview", - "2024-03-01-preview", - "2024-03-01", - "2023-12-01-preview", - "2023-06-01-preview" - ] - }, - { - "resourceType": "standbyVirtualMachinePools", - "apiVersions": [ - "2024-03-01" - ] - }, - { - "resourceType": "standbyVirtualMachinePools/runtimeViews", - "apiVersions": [ - "2024-03-01" - ] - }, - { - "resourceType": "standbyVirtualMachinePools/standbyVirtualMachines", - "apiVersions": [ - "2024-03-01" - ] - } - ] - }, - { - "namespace": "Microsoft.Storage", - "resourceTypes": [ - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-01-01", - "2023-05-01", - "2023-04-01", - "2023-01-01", - "2022-09-01", - "2022-05-01", - "2021-09-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-02-01", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "deletedAccounts", - "apiVersions": [ - "2024-01-01", - "2023-05-01", - "2023-04-01", - "2023-01-01", - "2022-09-01", - "2022-05-01", - "2021-09-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-02-01", - "2021-01-01", - "2020-08-01-preview", - "2019-06-01" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-01-01", - "2023-05-01", - "2023-04-01", - "2023-01-01", - "2022-09-01", - "2022-05-01", - "2021-09-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-02-01", - "2021-01-01", - "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-07-01", - "2016-01-01" - ] - }, - { - "resourceType": "locations/asyncoperations", - "apiVersions": [ - "2024-01-01", - "2023-05-01", - "2023-04-01", - "2023-01-01", - "2022-09-01", - "2022-05-01", - "2021-09-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-02-01", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "locations/checkNameAvailability", - "apiVersions": [ - "2024-01-01", - "2023-05-01", - "2023-04-01", - "2023-01-01", - "2022-09-01", - "2022-05-01", - "2021-09-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-02-01", - "2021-01-01", - "2020-08-01-preview", - "2019-06-01", - "2019-04-01", - "2018-11-01", - "2018-07-01", - "2018-02-01", - "2017-10-01", - "2017-06-01", - "2016-12-01" - ] - }, - { - "resourceType": "locations/deleteVirtualNetworkOrSubnets", - "apiVersions": [ - "2024-01-01", - "2023-05-01", - "2023-04-01", - "2023-01-01", - "2022-09-01", - "2022-05-01", - "2021-09-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-02-01", - "2021-01-01", - "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-07-01" - ] - }, - { - "resourceType": "locations/deletedAccounts", - "apiVersions": [ - "2024-01-01", - "2023-05-01", - "2023-04-01", - "2023-01-01", - "2022-09-01", - "2022-05-01", - "2021-09-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-02-01", - "2021-01-01", - "2020-08-01-preview", - "2019-06-01" - ] - }, - { - "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable", - "apiVersions": [ - "2024-01-01", - "2023-05-01", - "2023-04-01", - "2023-01-01", - "2022-09-01", - "2022-05-01", - "2021-09-01" - ] - }, - { - "resourceType": "locations/usages", - "apiVersions": [ - "2024-01-01", - "2023-05-01", - "2023-04-01", - "2023-01-01", - "2022-09-01", - "2022-05-01", - "2021-09-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-02-01", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-01-01", - "2023-05-01", - "2023-04-01", - "2023-01-01", - "2022-09-01", - "2022-05-01", - "2021-09-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-02-01", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "storageAccounts", - "apiVersions": [ - "2024-01-01", - "2023-05-01", - "2023-04-01", - "2023-01-01", - "2022-09-01", - "2022-05-01", - "2021-09-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-02-01", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "storageAccounts/blobServices", - "apiVersions": [ - "2024-01-01", - "2023-05-01", - "2023-04-01", - "2023-01-01", - "2022-09-01", - "2022-05-01", - "2021-09-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-02-01", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "storageAccounts/encryptionScopes", - "apiVersions": [ - "2024-01-01", - "2023-05-01", - "2023-04-01", - "2023-01-01", - "2022-09-01", - "2022-05-01", - "2021-09-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-02-01", - "2021-01-01", - "2020-08-01-preview", - "2019-06-01" - ] - }, - { - "resourceType": "storageAccounts/fileServices", - "apiVersions": [ - "2024-01-01", - "2023-05-01", - "2023-04-01", - "2023-01-01", - "2022-09-01", - "2022-05-01", - "2021-09-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-02-01", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "storageAccounts/listAccountSas", - "apiVersions": [ - "2024-01-01", - "2023-05-01", - "2023-04-01", - "2023-01-01", - "2022-09-01", - "2022-05-01", - "2021-09-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-02-01", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "storageAccounts/listServiceSas", - "apiVersions": [ - "2024-01-01", - "2023-05-01", - "2023-04-01", - "2023-01-01", - "2022-09-01", - "2022-05-01", - "2021-09-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-02-01", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "storageAccounts/queueServices", - "apiVersions": [ - "2024-01-01", - "2023-05-01", - "2023-04-01", - "2023-01-01", - "2022-09-01", - "2022-05-01", - "2021-09-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-02-01", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "storageAccounts/services", - "apiVersions": [ - "2014-04-01" - ] - }, - { - "resourceType": "storageAccounts/services/metricDefinitions", - "apiVersions": [ - "2014-04-01" - ] - }, - { - "resourceType": "storageAccounts/storageTaskAssignments", - "apiVersions": [ - "2024-01-01", - "2023-05-01", - "2023-04-01", - "2023-01-01", - "2022-09-01", - "2022-05-01", - "2021-09-01" - ] - }, - { - "resourceType": "storageAccounts/tableServices", - "apiVersions": [ - "2024-01-01", - "2023-05-01", - "2023-04-01", - "2023-01-01", - "2022-09-01", - "2022-05-01", - "2021-09-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-02-01", - "2021-01-01", - "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" - ] - }, - { - "resourceType": "storageTasks", - "apiVersions": [ - "2024-01-01", - "2023-05-01", - "2023-04-01", - "2023-01-01", - "2022-09-01", - "2022-05-01", - "2021-09-01" - ] - }, - { - "resourceType": "usages", - "apiVersions": [ - "2024-01-01", - "2023-05-01", - "2023-04-01", - "2023-01-01", - "2022-09-01", - "2022-05-01", - "2021-09-01", - "2021-08-01", - "2021-06-01", - "2021-05-01", - "2021-04-01", - "2021-02-01", - "2021-01-01", - "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" - ] - } - ] - }, - { - "namespace": "Microsoft.StorageActions", - "resourceTypes": [ - { - "resourceType": "locations", - "apiVersions": [ - "2023-01-01" - ] - }, - { - "resourceType": "locations/asyncoperations", - "apiVersions": [ - "2023-01-01" - ] - }, - { - "resourceType": "locations/previewActions", - "apiVersions": [ - "2023-01-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-01-01" - ] - }, - { - "resourceType": "storageTasks", - "apiVersions": [ - "2023-01-01" - ] - } - ] - }, - { - "namespace": "Microsoft.StorageCache", - "resourceTypes": [ - { - "resourceType": "amlFilesystems", - "apiVersions": [ - "2024-03-01", - "2023-11-01-preview", - "2023-05-01", - "2023-03-01-preview", - "2021-11-01-preview" - ] - }, - { - "resourceType": "amlFilesystems/importJobs", - "apiVersions": [ - "2024-03-01" - ] - }, - { - "resourceType": "caches", - "apiVersions": [ - "2024-03-01", - "2023-11-01-preview", - "2023-05-01", - "2023-03-01-preview", - "2023-01-01", - "2022-09-01-preview", - "2022-05-01", - "2022-01-01", - "2021-10-01-preview", - "2021-09-01", - "2021-05-01", - "2021-03-01", - "2020-10-01", - "2020-03-01", - "2019-11-01", - "2019-08-01-preview" - ] - }, - { - "resourceType": "caches/storageTargets", - "apiVersions": [ - "2024-03-01", - "2023-11-01-preview", - "2023-05-01", - "2023-03-01-preview", - "2023-01-01", - "2022-09-01-preview", - "2022-05-01", - "2022-01-01", - "2021-10-01-preview", - "2021-09-01", - "2021-05-01", - "2021-03-01", - "2020-10-01", - "2020-03-01", - "2019-11-01", - "2019-08-01-preview" - ] - }, - { - "resourceType": "checkAmlFSSubnets", - "apiVersions": [ - "2024-03-01", - "2023-11-01-preview", - "2023-05-01", - "2023-03-01-preview", - "2021-11-01-preview" - ] - }, - { - "resourceType": "getRequiredAmlFSSubnetsSize", - "apiVersions": [ - "2024-03-01", - "2023-11-01-preview", - "2023-05-01", - "2023-03-01-preview", - "2021-11-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-03-01", - "2023-11-01-preview", - "2023-05-01", - "2023-03-01-preview", - "2023-01-01", - "2022-09-01-preview", - "2022-05-01", - "2022-01-01", - "2021-11-01-preview", - "2021-10-01-preview", - "2021-09-01", - "2021-05-01", - "2021-03-01", - "2020-10-01", - "2020-03-01", - "2019-11-01", - "2019-08-01-preview" - ] - }, - { - "resourceType": "locations/ascoperations", - "apiVersions": [ - "2024-03-01", - "2023-11-01-preview", - "2023-05-01", - "2023-03-01-preview", - "2023-01-01", - "2022-09-01-preview", - "2022-05-01", - "2022-01-01", - "2021-11-01-preview", - "2021-10-01-preview", - "2021-09-01", - "2021-05-01", - "2021-03-01", - "2020-10-01", - "2020-03-01", - "2019-11-01", - "2019-08-01-preview" - ] - }, - { - "resourceType": "locations/usages", - "apiVersions": [ - "2024-03-01", - "2023-11-01-preview", - "2023-05-01", - "2023-03-01-preview", - "2023-01-01", - "2022-09-01-preview", - "2022-05-01", - "2022-01-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-03-01", - "2023-11-01-preview", - "2023-05-01", - "2023-03-01-preview", - "2023-01-01", - "2022-09-01-preview", - "2022-05-01", - "2022-01-01", - "2021-11-01-preview", - "2021-10-01-preview", - "2021-09-01", - "2021-05-01", - "2021-03-01", - "2020-10-01", - "2020-03-01", - "2019-11-01", - "2019-08-01-preview" - ] - }, - { - "resourceType": "usageModels", - "apiVersions": [ - "2024-03-01", - "2023-11-01-preview", - "2023-05-01", - "2023-03-01-preview", - "2023-01-01", - "2022-09-01-preview", - "2022-05-01", - "2022-01-01", - "2021-10-01-preview", - "2021-09-01", - "2021-05-01", - "2021-03-01", - "2020-10-01", - "2020-03-01", - "2019-11-01", - "2019-08-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.StorageMover", - "resourceTypes": [ - { - "resourceType": "Operations", - "apiVersions": [ - "2024-07-01", - "2023-10-01", - "2023-07-01-preview", - "2023-03-01", - "2022-07-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-07-01", - "2023-10-01", - "2023-07-01-preview", - "2023-03-01", - "2022-07-01-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2024-07-01", - "2023-10-01", - "2023-07-01-preview", - "2023-03-01", - "2022-07-01-preview" - ] - }, - { - "resourceType": "storageMovers", - "apiVersions": [ - "2024-07-01", - "2023-10-01", - "2023-07-01-preview", - "2023-03-01", - "2022-07-01-preview" - ] - }, - { - "resourceType": "storageMovers/agents", - "apiVersions": [ - "2024-07-01", - "2023-10-01", - "2023-07-01-preview", - "2023-03-01", - "2022-07-01-preview" - ] - }, - { - "resourceType": "storageMovers/endpoints", - "apiVersions": [ - "2024-07-01", - "2023-10-01", - "2023-07-01-preview", - "2023-03-01", - "2022-07-01-preview" - ] - }, - { - "resourceType": "storageMovers/projects", - "apiVersions": [ - "2024-07-01", - "2023-10-01", - "2023-07-01-preview", - "2023-03-01", - "2022-07-01-preview" - ] - }, - { - "resourceType": "storageMovers/projects/jobDefinitions", - "apiVersions": [ - "2024-07-01", - "2023-10-01", - "2023-07-01-preview", - "2023-03-01", - "2022-07-01-preview" - ] - }, - { - "resourceType": "storageMovers/projects/jobDefinitions/jobRuns", - "apiVersions": [ - "2024-07-01", - "2023-10-01", - "2023-07-01-preview", - "2023-03-01", - "2022-07-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.StorageSync", - "resourceTypes": [ - { - "resourceType": "locations", - "apiVersions": [ - "2022-09-01", - "2022-06-01", - "2020-09-01", - "2020-03-01", - "2019-10-01", - "2019-06-01", - "2019-03-01", - "2019-02-01", - "2018-10-01", - "2018-07-01", - "2018-04-02" - ] - }, - { - "resourceType": "locations/checkNameAvailability", - "apiVersions": [ - "2022-09-01", - "2022-06-01", - "2020-09-01", - "2020-03-01", - "2019-10-01", - "2019-06-01", - "2019-03-01", - "2019-02-01", - "2018-10-01", - "2018-07-01", - "2018-04-02" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2022-09-01", - "2022-06-01", - "2020-09-01", - "2020-03-01" - ] - }, - { - "resourceType": "locations/operations", - "apiVersions": [ - "2022-09-01", - "2022-06-01", - "2020-09-01", - "2020-03-01" - ] - }, - { - "resourceType": "locations/workflows", - "apiVersions": [ - "2022-09-01", - "2022-06-01", - "2020-09-01", - "2020-03-01", - "2019-10-01", - "2019-06-01", - "2019-03-01", - "2019-02-01", - "2018-10-01", - "2018-07-01", - "2018-04-02" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2022-09-01", - "2022-06-01", - "2020-09-01", - "2020-03-01", - "2019-10-01", - "2019-06-01", - "2019-03-01", - "2019-02-01", - "2018-10-01", - "2018-07-01", - "2018-04-02" - ] - }, - { - "resourceType": "storageSyncServices", - "apiVersions": [ - "2022-09-01", - "2022-06-01", - "2020-09-01", - "2020-03-01", - "2019-10-01", - "2019-06-01", - "2019-03-01", - "2019-02-01", - "2018-10-01", - "2018-07-01", - "2018-04-02" - ] - }, - { - "resourceType": "storageSyncServices/registeredServers", - "apiVersions": [ - "2022-09-01", - "2022-06-01", - "2020-09-01", - "2020-03-01", - "2019-10-01", - "2019-06-01", - "2019-03-01", - "2019-02-01", - "2018-10-01", - "2018-07-01", - "2018-04-02" - ] - }, - { - "resourceType": "storageSyncServices/syncGroups", - "apiVersions": [ - "2022-09-01", - "2022-06-01", - "2020-09-01", - "2020-03-01", - "2019-10-01", - "2019-06-01", - "2019-03-01", - "2019-02-01", - "2018-10-01", - "2018-07-01", - "2018-04-02" - ] - }, - { - "resourceType": "storageSyncServices/syncGroups/cloudEndpoints", - "apiVersions": [ - "2022-09-01", - "2022-06-01", - "2020-09-01", - "2020-03-01", - "2019-10-01", - "2019-06-01", - "2019-03-01", - "2019-02-01", - "2018-10-01", - "2018-07-01", - "2018-04-02" - ] - }, - { - "resourceType": "storageSyncServices/syncGroups/serverEndpoints", - "apiVersions": [ - "2022-09-01", - "2022-06-01", - "2020-09-01", - "2020-03-01", - "2019-10-01", - "2019-06-01", - "2019-03-01", - "2019-02-01", - "2018-10-01", - "2018-07-01", - "2018-04-02" - ] - }, - { - "resourceType": "storageSyncServices/workflows", - "apiVersions": [ - "2022-09-01", - "2022-06-01", - "2020-09-01", - "2020-03-01", - "2019-10-01", - "2019-06-01", - "2019-03-01", - "2019-02-01", - "2018-10-01", - "2018-07-01", - "2018-04-02" - ] - } - ] - }, - { - "namespace": "Microsoft.StorageTasks", - "resourceTypes": [ - { - "resourceType": "locations", - "apiVersions": [ - "2023-01-01" - ] - }, - { - "resourceType": "locations/asyncoperations", - "apiVersions": [ - "2023-01-01" - ] - }, - { - "resourceType": "locations/previewActions", - "apiVersions": [ - "2023-01-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-01-01" - ] - }, - { - "resourceType": "storageTasks", - "apiVersions": [ - "2023-01-01" - ] - } - ] - }, - { - "namespace": "Microsoft.StreamAnalytics", - "resourceTypes": [ - { - "resourceType": "clusters", - "apiVersions": [ - "2020-03-01-preview", - "2020-03-01" - ] - }, - { - "resourceType": "clusters/privateEndpoints", - "apiVersions": [ - "2020-03-01-preview", - "2020-03-01" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2021-10-01-preview", - "2020-03-01", - "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" - ] - }, - { - "resourceType": "locations/compileQuery", - "apiVersions": [ - "2021-10-01-preview", - "2017-04-01-preview" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2021-10-01-preview", - "2017-04-01-preview" - ] - }, - { - "resourceType": "locations/quotas", - "apiVersions": [ - "2021-10-01-preview", - "2020-03-01", - "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" - ] - }, - { - "resourceType": "locations/sampleInput", - "apiVersions": [ - "2021-10-01-preview", - "2017-04-01-preview" - ] - }, - { - "resourceType": "locations/testInput", - "apiVersions": [ - "2021-10-01-preview", - "2017-04-01-preview" - ] - }, - { - "resourceType": "locations/testOutput", - "apiVersions": [ - "2021-10-01-preview", - "2017-04-01-preview" - ] - }, - { - "resourceType": "locations/testQuery", - "apiVersions": [ - "2021-10-01-preview", - "2017-04-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2021-10-01-preview", - "2020-03-01", - "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" - ] - }, - { - "resourceType": "streamingjobs", - "apiVersions": [ - "2021-10-01-preview", - "2020-03-01", - "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" - ] - } - ] - }, - { - "namespace": "Microsoft.Subscription", - "resourceTypes": [ - { - "resourceType": "CreateSubscription", - "apiVersions": [ - "2019-10-01-preview", - "2018-11-01-preview", - "2018-03-01-preview" - ] - }, - { - "resourceType": "SubscriptionDefinitions", - "apiVersions": [ - "2017-11-01-preview" - ] - }, - { - "resourceType": "SubscriptionOperations", - "apiVersions": [ - "2024-08-01-preview", - "2021-10-01", - "2021-01-01-privatepreview", - "2019-10-01-preview", - "2018-11-01-preview", - "2018-03-01-preview", - "2017-11-01-preview" - ] - }, - { - "resourceType": "acceptChangeTenant", - "apiVersions": [ - "2024-08-01-preview", - "2021-01-01-privatepreview", - "2019-10-01-preview" - ] - }, - { - "resourceType": "acceptOwnership", - "apiVersions": [ - "2024-08-01-preview", - "2021-10-01", - "2021-01-01-privatepreview" - ] - }, - { - "resourceType": "acceptOwnershipStatus", - "apiVersions": [ - "2024-08-01-preview", - "2021-10-01", - "2021-01-01-privatepreview" - ] - }, - { - "resourceType": "aliases", - "apiVersions": [ - "2024-08-01-preview", - "2021-10-01", - "2021-01-01-privatepreview", - "2020-09-01", - "2019-10-01-preview" - ] - }, - { - "resourceType": "cancel", - "apiVersions": [ - "2024-08-01-preview", - "2021-10-01", - "2020-09-01", - "2019-10-01-preview", - "2019-03-01-preview" - ] - }, - { - "resourceType": "changeTenantRequest", - "apiVersions": [ - "2024-08-01-preview", - "2021-01-01-privatepreview", - "2019-10-01-preview" - ] - }, - { - "resourceType": "changeTenantStatus", - "apiVersions": [ - "2024-08-01-preview", - "2021-01-01-privatepreview", - "2019-10-01-preview" - ] - }, - { - "resourceType": "directories", - "apiVersions": [ - "2021-01-01-privatepreview" - ] - }, - { - "resourceType": "enable", - "apiVersions": [ - "2024-08-01-preview", - "2021-10-01", - "2020-09-01", - "2019-10-01-preview", - "2019-03-01-preview" - ] - }, - { - "resourceType": "operationResults", - "apiVersions": [ - "2019-10-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-08-01-preview", - "2021-10-01", - "2017-11-01-preview" - ] - }, - { - "resourceType": "policies", - "apiVersions": [ - "2024-08-01-preview", - "2021-10-01", - "2021-01-01-privatepreview" - ] - }, - { - "resourceType": "rename", - "apiVersions": [ - "2024-08-01-preview", - "2021-10-01", - "2020-09-01", - "2019-10-01-preview", - "2019-03-01-preview" - ] - }, - { - "resourceType": "subscriptions", - "apiVersions": [ - "2024-08-01-preview", - "2021-10-01", - "2021-01-01-privatepreview", - "2019-10-01-preview" - ] - }, - { - "resourceType": "validateCancel", - "apiVersions": [ - "2021-01-01-privatepreview" - ] - } - ] - }, - { - "namespace": "Microsoft.SustainabilityServices", - "resourceTypes": [ - { - "resourceType": "locations", - "apiVersions": [ - "2024-10-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-10-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Synapse", - "resourceTypes": [ - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2023-05-01", - "2021-06-01-preview", - "2021-06-01", - "2021-05-01", - "2021-04-01-preview", - "2021-03-01", - "2020-12-01", - "2019-06-01-preview" - ] - }, - { - "resourceType": "kustoOperations", - "apiVersions": [ - "2021-06-01-preview", - "2021-04-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2023-05-01", - "2021-06-01-preview", - "2021-06-01", - "2021-05-01", - "2021-04-01-preview", - "2021-03-01", - "2020-12-01", - "2019-06-01-preview" - ] - }, - { - "resourceType": "locations/kustoPoolCheckNameAvailability", - "apiVersions": [ - "2021-06-01-preview", - "2021-04-01-preview" - ] - }, - { - "resourceType": "locations/kustoPoolOperationResults", - "apiVersions": [ - "2021-06-01-preview", - "2021-04-01-preview" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2023-05-01", - "2021-06-01-preview", - "2021-06-01", - "2021-05-01", - "2021-04-01-preview", - "2021-03-01", - "2020-12-01", - "2019-06-01-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2023-05-01", - "2021-06-01-preview", - "2021-06-01", - "2021-05-01", - "2021-04-01-preview", - "2021-03-01", - "2020-12-01", - "2019-06-01-preview" - ] - }, - { - "resourceType": "locations/sqlDatabaseAzureAsyncOperation", - "apiVersions": [ - "2020-04-01-preview" - ] - }, - { - "resourceType": "locations/sqlDatabaseOperationResults", - "apiVersions": [ - "2020-04-01-preview" - ] - }, - { - "resourceType": "locations/sqlPoolAzureAsyncOperation", - "apiVersions": [ - "2020-04-01-preview" - ] - }, - { - "resourceType": "locations/sqlPoolOperationResults", - "apiVersions": [ - "2020-04-01-preview" - ] - }, - { - "resourceType": "locations/usages", - "apiVersions": [ - "2023-05-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-05-01", - "2021-06-01-preview", - "2021-06-01", - "2021-05-01", - "2021-04-01-preview", - "2021-03-01", - "2020-12-01", - "2019-06-01-preview" - ] - }, - { - "resourceType": "privateLinkHubs", - "apiVersions": [ - "2023-05-01", - "2021-06-01-preview", - "2021-06-01", - "2021-05-01", - "2021-04-01-preview", - "2021-03-01", - "2020-12-01", - "2019-06-01-preview" - ] - }, - { - "resourceType": "workspaces", - "apiVersions": [ - "2023-05-01", - "2021-06-01-preview", - "2021-06-01", - "2021-05-01", - "2021-04-01-preview", - "2021-03-01", - "2020-12-01", - "2019-06-01-preview" - ] - }, - { - "resourceType": "workspaces/bigDataPools", - "apiVersions": [ - "2023-05-01", - "2021-06-01-preview", - "2021-06-01", - "2021-05-01", - "2021-04-01-preview", - "2021-03-01", - "2020-12-01", - "2019-06-01-preview" - ] - }, - { - "resourceType": "workspaces/kustoPools", - "apiVersions": [ - "2021-06-01-preview", - "2021-04-01-preview" - ] - }, - { - "resourceType": "workspaces/kustoPools/attacheddatabaseconfigurations", - "apiVersions": [ - "2021-06-01-preview", - "2021-04-01-preview" - ] - }, - { - "resourceType": "workspaces/kustoPools/databases", - "apiVersions": [ - "2021-06-01-preview", - "2021-04-01-preview" - ] - }, - { - "resourceType": "workspaces/kustoPools/databases/dataconnections", - "apiVersions": [ - "2021-06-01-preview", - "2021-04-01-preview" - ] - }, - { - "resourceType": "workspaces/operationResults", - "apiVersions": [ - "2023-05-01", - "2021-06-01-preview", - "2021-06-01", - "2021-05-01", - "2021-04-01-preview", - "2021-03-01", - "2020-12-01", - "2019-06-01-preview" - ] - }, - { - "resourceType": "workspaces/operationStatuses", - "apiVersions": [ - "2023-05-01", - "2021-06-01-preview", - "2021-06-01", - "2021-05-01", - "2021-04-01-preview", - "2021-03-01", - "2020-12-01", - "2019-06-01-preview" - ] - }, - { - "resourceType": "workspaces/sqlDatabases", - "apiVersions": [ - "2020-04-01-preview" - ] - }, - { - "resourceType": "workspaces/sqlPools", - "apiVersions": [ - "2023-05-01", - "2021-06-01-preview", - "2021-06-01", - "2021-05-01", - "2021-04-01-preview", - "2021-03-01", - "2020-12-01", - "2020-04-01-preview", - "2019-06-01-preview" - ] - }, - { - "resourceType": "workspaces/usages", - "apiVersions": [ - "2023-05-01" - ] - } - ] - }, - { - "namespace": "Microsoft.Syntex", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2022-09-15-preview" - ] - }, - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2022-09-15-preview" - ] - }, - { - "resourceType": "accounts", - "apiVersions": [ - "2023-01-04-preview" - ] - }, - { - "resourceType": "documentProcessors", - "apiVersions": [ - "2022-09-15-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-01-04-preview", - "2022-09-15-preview", - "2022-06-15-preview", - "2021-10-20-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.ToolchainOrchestrator", - "resourceTypes": [ - { - "resourceType": "operations", - "apiVersions": [ - "2024-08-01-preview", - "2024-04-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.UpdateManager", - "resourceTypes": [ - { - "resourceType": "updaterules", - "apiVersions": [ - "2024-11-01-preview" - ] - }, - { - "resourceType": "updaterulesets", - "apiVersions": [ - "2024-11-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.UsageBilling", - "resourceTypes": [ - { - "resourceType": "operations", - "apiVersions": [ - "2024-05-01-preview", - "2024-01-01-preview", - "2023-12-01-preview", - "2023-09-01-preview", - "2023-04-01-preview", - "2023-02-01-preview", - "2022-12-01-preview", - "2022-09-01-preview", - "2021-05-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.VMware", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2020-10-01-preview", - "2019-12-20-privatepreview" - ] - }, - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2020-10-01-preview", - "2019-12-20-privatepreview" - ] - }, - { - "resourceType": "Operations", - "apiVersions": [ - "2020-10-01-preview", - "2019-12-20-privatepreview" - ] - }, - { - "resourceType": "VCenters/InventoryItems", - "apiVersions": [ - "2020-10-01-preview" - ] - }, - { - "resourceType": "arczones", - "apiVersions": [ - "2019-12-20-privatepreview" - ] - }, - { - "resourceType": "resourcepools", - "apiVersions": [ - "2020-10-01-preview", - "2019-12-20-privatepreview" - ] - }, - { - "resourceType": "vcenters", - "apiVersions": [ - "2020-10-01-preview", - "2019-12-20-privatepreview" - ] - }, - { - "resourceType": "virtualmachines", - "apiVersions": [ - "2020-10-01-preview", - "2019-12-20-privatepreview" - ] - }, - { - "resourceType": "virtualmachinetemplates", - "apiVersions": [ - "2020-10-01-preview", - "2019-12-20-privatepreview" - ] - }, - { - "resourceType": "virtualnetworks", - "apiVersions": [ - "2020-10-01-preview", - "2019-12-20-privatepreview" - ] - } - ] - }, - { - "namespace": "Microsoft.VerifiedId", - "resourceTypes": [ - { - "resourceType": "Authorities", - "apiVersions": [ - "2024-01-26-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.VideoIndexer", - "resourceTypes": [ - { - "resourceType": "accounts", - "apiVersions": [ - "2024-09-23-preview", - "2024-06-01-preview", - "2024-04-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2022-08-01", - "2022-07-20-preview", - "2022-04-13-preview", - "2021-11-10-preview", - "2021-10-27-preview", - "2021-10-18-preview" - ] - }, - { - "resourceType": "accounts/privateEndpointConnections", - "apiVersions": [ - "2024-06-01-preview", - "2024-03-01-preview", - "2023-11-01-preview" - ] - }, - { - "resourceType": "accounts/privateLinkResources", - "apiVersions": [ - "2024-06-01-preview", - "2024-03-01-preview", - "2023-11-01-preview" - ] - }, - { - "resourceType": "checknameavailability", - "apiVersions": [ - "2024-09-23-preview", - "2024-06-01-preview", - "2024-04-01-preview", - "2024-03-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-06-02-preview", - "2022-08-01", - "2022-07-20-preview", - "2022-04-13-preview", - "2021-11-10-preview", - "2021-10-27-preview", - "2021-10-18-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-09-23-preview", - "2024-06-01-preview", - "2024-04-01-preview", - "2024-03-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-06-02-preview", - "2022-08-01", - "2022-07-20-preview", - "2022-04-13-preview", - "2021-11-10-preview", - "2021-10-27-preview", - "2021-10-18-preview" - ] - }, - { - "resourceType": "locations/classicaccounts", - "apiVersions": [ - "2022-08-01", - "2022-07-20-preview", - "2022-04-13-preview", - "2021-11-10-preview", - "2021-10-27-preview" - ] - }, - { - "resourceType": "locations/operationstatuses", - "apiVersions": [ - "2024-09-23-preview", - "2024-06-01-preview", - "2024-04-01-preview", - "2024-03-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-08-01-preview", - "2023-06-02-preview", - "2022-08-01", - "2022-07-20-preview", - "2022-04-13-preview", - "2021-11-10-preview", - "2021-10-27-preview", - "2021-10-18-preview" - ] - }, - { - "resourceType": "locations/userclassicaccounts", - "apiVersions": [ - "2022-08-01", - "2022-07-20-preview", - "2022-04-13-preview", - "2021-11-10-preview", - "2021-10-27-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-09-23-preview", - "2024-06-01-preview", - "2024-04-01-preview", - "2024-03-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-09-01-preview", - "2023-08-01-preview", - "2023-06-02-preview", - "2022-08-01", - "2022-07-20-preview", - "2022-04-13-preview", - "2021-11-10-preview", - "2021-10-27-preview", - "2021-10-18-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.VirtualMachineImages", - "resourceTypes": [ - { - "resourceType": "imageTemplates", - "apiVersions": [ - "2024-02-01", - "2023-07-01", - "2022-07-01", - "2022-02-14", - "2021-10-01", - "2020-02-14", - "2019-05-01-preview" - ] - }, - { - "resourceType": "imageTemplates/runOutputs", - "apiVersions": [ - "2024-02-01", - "2023-07-01", - "2022-07-01", - "2022-02-14", - "2021-10-01", - "2020-02-14", - "2019-05-01-preview" - ] - }, - { - "resourceType": "imageTemplates/triggers", - "apiVersions": [ - "2024-02-01", - "2023-07-01", - "2022-07-01" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-02-01", - "2023-07-01", - "2022-07-01", - "2022-02-14", - "2021-10-01", - "2020-02-14", - "2019-05-01-preview" - ] - }, - { - "resourceType": "locations/operations", - "apiVersions": [ - "2024-02-01", - "2023-07-01", - "2022-07-01", - "2022-02-14", - "2021-10-01", - "2020-02-14", - "2019-05-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-02-01", - "2023-07-01", - "2022-07-01", - "2022-02-14", - "2021-10-01", - "2020-02-14", - "2019-05-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.VoiceServices", - "resourceTypes": [ - { - "resourceType": "Operations", - "apiVersions": [ - "2024-02-16-preview", - "2024-02-05-preview", - "2023-09-21", - "2023-09-01", - "2023-07-13-preview", - "2023-04-03", - "2023-01-31" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-02-16-preview", - "2024-02-05-preview", - "2023-09-21", - "2023-09-01", - "2023-07-13-preview", - "2023-04-03", - "2023-01-31" - ] - }, - { - "resourceType": "locations/checkNameAvailability", - "apiVersions": [ - "2024-02-16-preview", - "2024-02-05-preview", - "2023-09-21", - "2023-09-01", - "2023-07-13-preview", - "2023-04-03", - "2023-01-31" - ] - }, - { - "resourceType": "registeredSubscriptions", - "apiVersions": [ - "2024-02-16-preview", - "2024-02-05-preview", - "2023-09-21", - "2023-09-01", - "2023-07-13-preview", - "2023-04-03", - "2023-01-31", - "2022-12-01-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.Web", - "resourceTypes": [ - { - "resourceType": "aseregions", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01" - ] - }, - { - "resourceType": "availableStacks", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "billingMeters", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "certificates", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "connectionGateways", - "apiVersions": [ - "2018-03-01-preview", - "2016-06-01", - "2015-08-01-preview" - ] - }, - { - "resourceType": "connections", - "apiVersions": [ - "2018-07-01-preview", - "2018-03-01-preview", - "2016-06-01", - "2015-08-01-preview" - ] - }, - { - "resourceType": "containerApps", - "apiVersions": [ - "2021-03-01" - ] - }, - { - "resourceType": "customApis", - "apiVersions": [ - "2018-07-01-preview", - "2018-03-01-preview", - "2016-06-01", - "2015-08-01-preview" - ] - }, - { - "resourceType": "customhostnameSites", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "deletedSites", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "deploymentLocations", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "freeTrialStaticWebApps", - "apiVersions": [ - "2022-09-01" - ] - }, - { - "resourceType": "functionAppStacks", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01" - ] - }, - { - "resourceType": "generateGithubAccessTokenForAppserviceCLI", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01" - ] - }, - { - "resourceType": "georegions", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "hostingEnvironments", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "hostingEnvironments/eventGridFilters", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "hostingEnvironments/multiRolePools", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "hostingEnvironments/workerPools", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "ishostingenvironmentnameavailable", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "ishostnameavailable", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "isusernameavailable", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "kubeEnvironments", - "apiVersions": [ - "2021-03-01" - ] - }, - { - "resourceType": "listSitesAssignedToHostName", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2018-07-01-preview", - "2018-03-01-preview", - "2016-06-01", - "2015-08-01-preview" - ] - }, - { - "resourceType": "locations/apiOperations", - "apiVersions": [ - "2022-09-01-preview", - "2018-07-01-preview", - "2018-03-01-preview", - "2016-06-01", - "2015-08-01-preview" - ] - }, - { - "resourceType": "locations/checkNameAvailability", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "locations/connectionGatewayInstallations", - "apiVersions": [ - "2018-03-01-preview", - "2016-06-01", - "2015-08-01-preview" - ] - }, - { - "resourceType": "locations/deleteVirtualNetworkOrSubnets", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "locations/deletedSites", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "locations/extractApiDefinitionFromWsdl", - "apiVersions": [ - "2018-03-01-preview", - "2016-06-01", - "2015-08-01-preview" - ] - }, - { - "resourceType": "locations/functionAppStacks", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01" - ] - }, - { - "resourceType": "locations/getNetworkPolicies", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "2020-06-01", - "2019-08-01", - "2018-02-01", - "2016-08-01" - ] - }, - { - "resourceType": "locations/listWsdlInterfaces", - "apiVersions": [ - "2018-03-01-preview", - "2016-06-01", - "2015-08-01-preview" - ] - }, - { - "resourceType": "locations/managedApis", - "apiVersions": [ - "2022-09-01-preview", - "2018-07-01-preview", - "2018-03-01-preview", - "2016-06-01", - "2015-08-01-preview" - ] - }, - { - "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-03-01" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "2020-06-01", - "2019-12-01-preview", - "2019-08-01", - "2019-01-01", - "2018-11-01", - "2018-02-01", - "2016-08-01" - ] - }, - { - "resourceType": "locations/operations", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "2020-06-01", - "2019-12-01-preview", - "2019-08-01", - "2019-01-01", - "2018-11-01", - "2018-02-01", - "2016-08-01" - ] - }, - { - "resourceType": "locations/previewStaticSiteWorkflowFile", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "2020-06-01", - "2019-12-01-preview", - "2019-08-01" - ] - }, - { - "resourceType": "locations/runtimes", - "apiVersions": [ - "2018-03-01-preview", - "2016-06-01", - "2015-08-01-preview" - ] - }, - { - "resourceType": "locations/usages", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01" - ] - }, - { - "resourceType": "locations/validateDeleteVirtualNetworkOrSubnets", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "locations/webAppStacks", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "publishingUsers", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "recommendations", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "resourceHealthMetadata", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "runtimes", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "serverFarms", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "serverFarms/eventGridFilters", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "serverFarms/firstPartyApps", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "serverFarms/firstPartyApps/keyVaultSettings", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "sites", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "sites/eventGridFilters", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "sites/hostNameBindings", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "sites/networkConfig", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "sites/premieraddons", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "sites/slots", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "sites/slots/eventGridFilters", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "sites/slots/hostNameBindings", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "sites/slots/networkConfig", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "sourceControls", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "staticSiteRegions", - "apiVersions": [ - "2024-04-01" - ] - }, - { - "resourceType": "staticSites", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "2020-06-01", - "2019-12-01-preview", - "2019-08-01" - ] - }, - { - "resourceType": "staticSites/builds", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "2020-06-01", - "2019-12-01-preview", - "2019-08-01" - ] - }, - { - "resourceType": "staticSites/builds/databaseConnections", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "2020-06-01", - "2019-12-01-preview", - "2019-08-01" - ] - }, - { - "resourceType": "staticSites/builds/linkedBackends", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "2020-06-01", - "2019-12-01-preview", - "2019-08-01" - ] - }, - { - "resourceType": "staticSites/builds/userProvidedFunctionApps", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01" - ] - }, - { - "resourceType": "staticSites/databaseConnections", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "2020-06-01", - "2019-12-01-preview", - "2019-08-01" - ] - }, - { - "resourceType": "staticSites/linkedBackends", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "2020-06-01", - "2019-12-01-preview", - "2019-08-01" - ] - }, - { - "resourceType": "staticSites/userProvidedFunctionApps", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01" - ] - }, - { - "resourceType": "validate", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "verifyHostingEnvironmentVnet", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01", - "2020-09-01", - "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" - ] - }, - { - "resourceType": "webAppStacks", - "apiVersions": [ - "2024-04-01", - "2023-12-01", - "2023-01-01", - "2022-09-01", - "2022-03-01", - "2021-03-01", - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01", - "2020-10-01" - ] - }, - { - "resourceType": "workerApps", - "apiVersions": [ - "2021-02-01", - "2021-01-15", - "2021-01-01", - "2020-12-01" - ] - } - ] - }, - { - "namespace": "Microsoft.WindowsPushNotificationServices", - "resourceTypes": [ - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2022-09-12-preview" - ] - } - ] - }, - { - "namespace": "Microsoft.WorkloadBuilder", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2021-03-01-privatepreview", - "2020-07-01-privatepreview" - ] - }, - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2021-03-01-privatepreview", - "2020-07-01-privatepreview" - ] - }, - { - "resourceType": "Operations", - "apiVersions": [ - "2021-03-01-privatepreview", - "2020-07-01-privatepreview" - ] - } - ] - }, - { - "namespace": "Microsoft.Workloads", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01", - "2024-06-01-preview", - "2024-02-01-preview", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-04-01", - "2022-11-01-preview", - "2022-10-15-preview", - "2021-12-01-preview" - ] - }, - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01", - "2024-02-01-preview", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-04-01", - "2022-11-01-preview", - "2022-10-15-preview", - "2021-12-01-preview" - ] - }, - { - "resourceType": "Locations/sapVirtualInstanceMetadata", - "apiVersions": [ - "2023-10-01-preview", - "2023-04-01", - "2022-11-01-preview", - "2021-12-01-preview" - ] - }, - { - "resourceType": "Operations", - "apiVersions": [ - "2024-10-01-preview", - "2024-09-01", - "2024-06-01-preview", - "2024-02-01-preview", - "2023-12-01-preview", - "2023-10-01-preview", - "2023-04-01", - "2022-11-01-preview", - "2022-10-15-preview", - "2021-12-01-preview" - ] - }, - { - "resourceType": "configurationValidationResults", - "apiVersions": [ - "2024-10-01-preview" - ] - }, - { - "resourceType": "connectors", - "apiVersions": [ - "2023-10-01-preview" - ] - }, - { - "resourceType": "connectors/acssBackups", - "apiVersions": [ - "2023-10-01-preview" - ] - }, - { - "resourceType": "epicVirtualInstances", - "apiVersions": [ - "2024-04-01-preview" - ] - }, - { - "resourceType": "epicVirtualInstances/databaseInstances", - "apiVersions": [ - "2024-04-01-preview" - ] - }, - { - "resourceType": "epicVirtualInstances/hyperspaceWebInstances", - "apiVersions": [ - "2024-04-01-preview" - ] - }, - { - "resourceType": "epicVirtualInstances/presentationInstances", - "apiVersions": [ - "2024-04-01-preview" - ] - }, - { - "resourceType": "epicVirtualInstances/sharedInstances", - "apiVersions": [ - "2024-04-01-preview" - ] - }, - { - "resourceType": "epicVirtualInstances/wssInstances", - "apiVersions": [ - "2024-04-01-preview" - ] - }, - { - "resourceType": "monitors", - "apiVersions": [ - "2023-12-01-preview", - "2023-10-01-preview", - "2023-04-01", - "2022-11-01-preview", - "2021-12-01-preview" - ] - }, - { - "resourceType": "monitors/providerInstances", - "apiVersions": [ - "2023-12-01-preview", - "2023-10-01-preview", - "2023-04-01", - "2022-11-01-preview", - "2021-12-01-preview" - ] - }, - { - "resourceType": "monitors/sapLandscapeMonitor", - "apiVersions": [ - "2023-12-01-preview", - "2023-10-01-preview", - "2023-04-01", - "2022-11-01-preview" - ] - }, - { - "resourceType": "sapDiscoverySites", - "apiVersions": [ - "2023-10-01-preview" - ] - }, - { - "resourceType": "sapDiscoverySites/sapInstances", - "apiVersions": [ - "2023-10-01-preview" - ] - }, - { - "resourceType": "sapDiscoverySites/sapInstances/serverInstances", - "apiVersions": [ - "2023-10-01-preview" - ] - }, - { - "resourceType": "sapVirtualInstances", - "apiVersions": [ - "2023-10-01-preview", - "2023-04-01", - "2022-11-01-preview", - "2021-12-01-preview" - ] - }, - { - "resourceType": "sapVirtualInstances/applicationInstances", - "apiVersions": [ - "2023-10-01-preview", - "2023-04-01", - "2022-11-01-preview", - "2021-12-01-preview" - ] - }, - { - "resourceType": "sapVirtualInstances/centralInstances", - "apiVersions": [ - "2023-10-01-preview", - "2023-04-01", - "2022-11-01-preview", - "2021-12-01-preview" - ] - }, - { - "resourceType": "sapVirtualInstances/databaseInstances", - "apiVersions": [ - "2023-10-01-preview", - "2023-04-01", - "2022-11-01-preview", - "2021-12-01-preview" - ] - } - ] - }, - { - "namespace": "NGINX.NGINXPLUS", - "resourceTypes": [ - { - "resourceType": "locations", - "apiVersions": [ - "2024-11-01-preview", - "2024-09-01-preview", - "2024-06-01-preview", - "2024-01-01-preview", - "2023-09-01", - "2023-04-01", - "2022-11-01-preview", - "2022-08-01", - "2021-05-01-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2024-11-01-preview", - "2024-09-01-preview", - "2024-06-01-preview", - "2024-01-01-preview", - "2023-09-01", - "2023-04-01", - "2022-11-01-preview", - "2022-08-01", - "2021-05-01-preview" - ] - }, - { - "resourceType": "nginxDeployments", - "apiVersions": [ - "2024-11-01-preview", - "2024-09-01-preview", - "2024-06-01-preview", - "2024-01-01-preview", - "2023-09-01", - "2023-04-01", - "2022-11-01-preview", - "2022-08-01", - "2021-05-01-preview" - ] - }, - { - "resourceType": "nginxDeployments/apiKeys", - "apiVersions": [ - "2024-09-01-preview", - "2024-06-01-preview", - "2024-01-01-preview", - "2023-09-01", - "2023-04-01", - "2022-11-01-preview", - "2022-08-01", - "2021-05-01-preview" - ] - }, - { - "resourceType": "nginxDeployments/certificates", - "apiVersions": [ - "2024-11-01-preview", - "2024-09-01-preview", - "2024-06-01-preview", - "2024-01-01-preview", - "2023-09-01", - "2023-04-01", - "2022-11-01-preview", - "2022-08-01", - "2021-05-01-preview" - ] - }, - { - "resourceType": "nginxDeployments/configurations", - "apiVersions": [ - "2024-11-01-preview", - "2024-09-01-preview", - "2024-06-01-preview", - "2024-01-01-preview", - "2023-09-01", - "2023-04-01", - "2022-11-01-preview", - "2022-08-01", - "2021-05-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-11-01-preview", - "2024-09-01-preview", - "2024-06-01-preview", - "2024-01-01-preview", - "2023-09-01", - "2023-04-01", - "2022-11-01-preview", - "2022-08-01", - "2021-05-01-preview" - ] - } - ] - }, - { - "namespace": "Neon.Postgres", - "resourceTypes": [ - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-08-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-08-01-preview" - ] - }, - { - "resourceType": "locations/OperationStatuses", - "apiVersions": [ - "2024-08-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-08-01-preview" - ] - }, - { - "resourceType": "organizations", - "apiVersions": [ - "2024-08-01-preview" - ] - } - ] - }, - { - "namespace": "NewRelic.Observability", - "resourceTypes": [ - { - "resourceType": "accounts", - "apiVersions": [ - "2024-10-01", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2022-07-01-preview", - "2022-07-01" - ] - }, - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-10-01", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2022-07-01-preview", - "2022-07-01" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-10-01", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2022-07-01-preview", - "2022-07-01" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2024-10-01", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2022-07-01-preview", - "2022-07-01" - ] - }, - { - "resourceType": "monitors", - "apiVersions": [ - "2024-10-01", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2022-07-01-preview", - "2022-07-01" - ] - }, - { - "resourceType": "monitors/monitoredSubscriptions", - "apiVersions": [ - "2024-10-01", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2022-07-01-preview", - "2022-07-01" - ] - }, - { - "resourceType": "monitors/tagRules", - "apiVersions": [ - "2024-10-01", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2022-07-01-preview", - "2022-07-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-10-01", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2022-07-01-preview", - "2022-07-01" - ] - }, - { - "resourceType": "organizations", - "apiVersions": [ - "2024-10-01", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2022-07-01-preview", - "2022-07-01" - ] - }, - { - "resourceType": "plans", - "apiVersions": [ - "2024-10-01", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2022-07-01-preview", - "2022-07-01" - ] - }, - { - "resourceType": "registeredSubscriptions", - "apiVersions": [ - "2024-10-01", - "2024-03-01", - "2024-01-01-preview", - "2024-01-01", - "2023-11-01-preview", - "2023-10-01-preview", - "2022-07-01-preview", - "2022-07-01" - ] - } - ] - }, - { - "namespace": "Oracle.Database", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-06-01-preview", - "2024-06-01", - "2023-09-01-preview", - "2023-09-01" - ] - }, - { - "resourceType": "Locations/OperationStatuses", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-06-01-preview", - "2024-06-01", - "2023-09-01-preview", - "2023-09-01" - ] - }, - { - "resourceType": "Locations/autonomousDatabaseCharacterSets", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-06-01-preview", - "2024-06-01", - "2023-09-01-preview", - "2023-09-01" - ] - }, - { - "resourceType": "Locations/autonomousDatabaseNationalCharacterSets", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-06-01-preview", - "2024-06-01", - "2023-09-01-preview", - "2023-09-01" - ] - }, - { - "resourceType": "Locations/autonomousDbVersions", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-06-01-preview", - "2024-06-01", - "2023-09-01-preview", - "2023-09-01" - ] - }, - { - "resourceType": "Locations/dbSystemShapes", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-06-01-preview", - "2024-06-01", - "2023-09-01-preview", - "2023-09-01" - ] - }, - { - "resourceType": "Locations/dnsPrivateViews", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-06-01-preview", - "2024-06-01", - "2023-09-01-preview", - "2023-09-01" - ] - }, - { - "resourceType": "Locations/dnsPrivateZones", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-06-01-preview", - "2024-06-01", - "2023-09-01-preview", - "2023-09-01" - ] - }, - { - "resourceType": "Locations/giVersions", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-06-01-preview", - "2024-06-01", - "2023-09-01-preview", - "2023-09-01" - ] - }, - { - "resourceType": "Locations/systemVersions", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-06-01-preview", - "2024-06-01", - "2023-09-01-preview", - "2023-09-01" - ] - }, - { - "resourceType": "Operations", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-06-01-preview", - "2024-06-01", - "2023-09-01-preview", - "2023-09-01" - ] - }, - { - "resourceType": "autonomousDatabases", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-06-01-preview", - "2024-06-01", - "2023-09-01-preview", - "2023-09-01" - ] - }, - { - "resourceType": "autonomousDatabases/autonomousDatabaseBackups", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-06-01-preview", - "2024-06-01", - "2023-09-01-preview", - "2023-09-01" - ] - }, - { - "resourceType": "cloudExadataInfrastructures", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-06-01-preview", - "2024-06-01", - "2023-09-01-preview", - "2023-09-01" - ] - }, - { - "resourceType": "cloudExadataInfrastructures/dbServers", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-06-01-preview", - "2024-06-01", - "2023-09-01-preview", - "2023-09-01" - ] - }, - { - "resourceType": "cloudVmClusters", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-06-01-preview", - "2024-06-01", - "2023-09-01-preview", - "2023-09-01" - ] - }, - { - "resourceType": "cloudVmClusters/dbNodes", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-06-01-preview", - "2024-06-01", - "2023-09-01-preview", - "2023-09-01" - ] - }, - { - "resourceType": "cloudVmClusters/virtualNetworkAddresses", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-06-01-preview", - "2024-06-01", - "2023-09-01-preview", - "2023-09-01" - ] - }, - { - "resourceType": "oracleSubscriptions", - "apiVersions": [ - "2024-10-01-preview", - "2024-08-01-preview", - "2024-06-01-preview", - "2024-06-01", - "2023-09-01-preview", - "2023-09-01" - ] - } - ] - }, - { - "namespace": "PaloAltoNetworks.Cloudngfw", - "resourceTypes": [ - { - "resourceType": "Locations/operationStatuses", - "apiVersions": [ - "2024-02-07-preview", - "2024-01-19-preview", - "2023-10-10-preview", - "2023-09-01-preview", - "2023-09-01", - "2022-08-29-preview", - "2022-08-29" - ] - }, - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-02-07-preview", - "2024-01-19-preview", - "2023-09-01-preview", - "2023-09-01", - "2022-08-29-preview", - "2022-08-29" - ] - }, - { - "resourceType": "firewalls", - "apiVersions": [ - "2024-01-19-preview", - "2023-10-10-preview", - "2023-09-01-preview", - "2023-09-01", - "2022-08-29-preview", - "2022-08-29" - ] - }, - { - "resourceType": "firewalls/statuses", - "apiVersions": [ - "2024-01-19-preview", - "2023-10-10-preview", - "2023-09-01-preview", - "2023-09-01", - "2022-08-29-preview", - "2022-08-29" - ] - }, - { - "resourceType": "globalRulestacks", - "apiVersions": [ - "2024-01-19-preview", - "2022-08-29-preview", - "2022-08-29" - ] - }, - { - "resourceType": "globalRulestacks/certificates", - "apiVersions": [ - "2024-01-19-preview", - "2022-08-29-preview", - "2022-08-29" - ] - }, - { - "resourceType": "globalRulestacks/fqdnlists", - "apiVersions": [ - "2024-01-19-preview", - "2022-08-29-preview", - "2022-08-29" - ] - }, - { - "resourceType": "globalRulestacks/postRules", - "apiVersions": [ - "2024-01-19-preview", - "2022-08-29-preview", - "2022-08-29" - ] - }, - { - "resourceType": "globalRulestacks/preRules", - "apiVersions": [ - "2024-01-19-preview", - "2022-08-29-preview", - "2022-08-29" - ] - }, - { - "resourceType": "globalRulestacks/prefixlists", - "apiVersions": [ - "2024-01-19-preview", - "2022-08-29-preview", - "2022-08-29" - ] - }, - { - "resourceType": "listSupportInfo", - "apiVersions": [ - "2024-02-07-preview", - "2024-01-19-preview" - ] - }, - { - "resourceType": "localRulestacks", - "apiVersions": [ - "2024-01-19-preview", - "2023-10-10-preview", - "2023-09-01-preview", - "2023-09-01", - "2022-08-29-preview", - "2022-08-29" - ] - }, - { - "resourceType": "localRulestacks/certificates", - "apiVersions": [ - "2024-01-19-preview", - "2023-10-10-preview", - "2023-09-01-preview", - "2023-09-01", - "2022-08-29-preview", - "2022-08-29" - ] - }, - { - "resourceType": "localRulestacks/fqdnlists", - "apiVersions": [ - "2024-01-19-preview", - "2023-10-10-preview", - "2023-09-01-preview", - "2023-09-01", - "2022-08-29-preview", - "2022-08-29" - ] - }, - { - "resourceType": "localRulestacks/localRules", - "apiVersions": [ - "2024-01-19-preview", - "2023-10-10-preview", - "2023-09-01-preview", - "2023-09-01", - "2022-08-29-preview", - "2022-08-29" - ] - }, - { - "resourceType": "localRulestacks/prefixlists", - "apiVersions": [ - "2024-01-19-preview", - "2023-10-10-preview", - "2023-09-01-preview", - "2023-09-01", - "2022-08-29-preview", - "2022-08-29" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-02-07-preview", - "2024-01-19-preview", - "2023-10-10-preview", - "2023-09-01-preview", - "2023-09-01", - "2022-08-29-preview", - "2022-08-29" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-02-07-preview", - "2024-01-19-preview", - "2023-10-10-preview", - "2023-09-01-preview", - "2023-09-01", - "2022-08-29-preview", - "2022-08-29" - ] - }, - { - "resourceType": "registeredSubscriptions", - "apiVersions": [ - "2024-02-07-preview", - "2024-01-19-preview", - "2023-10-10-preview", - "2023-09-01-preview", - "2023-09-01", - "2022-08-29-preview", - "2022-08-29" - ] - } - ] - }, - { - "namespace": "Qumulo.Storage", - "resourceTypes": [ - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-06-19", - "2024-02-01-preview", - "2024-01-30-preview", - "2023-08-29-preview", - "2022-10-12-preview", - "2022-10-12", - "2022-06-27-preview" - ] - }, - { - "resourceType": "fileSystems", - "apiVersions": [ - "2024-06-19", - "2024-02-01-preview", - "2024-01-30-preview", - "2023-08-29-preview", - "2022-10-12-preview", - "2022-10-12", - "2022-06-27-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2024-06-19", - "2024-02-01-preview", - "2024-01-30-preview", - "2023-08-29-preview", - "2022-10-12-preview", - "2022-10-12", - "2022-06-27-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2024-06-19", - "2024-02-01-preview", - "2024-01-30-preview", - "2023-08-29-preview", - "2022-10-12-preview", - "2022-10-12", - "2022-06-27-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-06-19", - "2024-02-01-preview", - "2024-01-30-preview", - "2023-08-29-preview", - "2022-10-12-preview", - "2022-10-12", - "2022-06-27-preview" - ] - }, - { - "resourceType": "registeredSubscriptions", - "apiVersions": [ - "2024-06-19", - "2024-02-01-preview", - "2024-01-30-preview", - "2023-08-29-preview", - "2022-10-12-preview", - "2022-10-12", - "2022-06-27-preview" - ] - }, - { - "resourceType": "storages", - "apiVersions": [ - "2022-06-27-preview" - ] - } - ] - }, - { - "namespace": "SolarWinds.Observability", - "resourceTypes": [ - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2023-08-23-preview", - "2023-01-01-preview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2023-08-23-preview", - "2023-01-01-preview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2023-08-23-preview", - "2023-01-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2023-08-23-preview", - "2023-01-01-preview" - ] - }, - { - "resourceType": "registeredSubscriptions", - "apiVersions": [ - "2023-08-23-preview", - "2023-01-01-preview" - ] - } - ] - }, - { - "namespace": "Wandisco.Fusion", - "resourceTypes": [ - { - "resourceType": "Locations", - "apiVersions": [ - "2023-11-01-preview", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-01-01-preview" - ] - }, - { - "resourceType": "Locations/operationStatuses", - "apiVersions": [ - "2023-11-01-preview", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-01-01-preview" - ] - }, - { - "resourceType": "Operations", - "apiVersions": [ - "2023-11-01-preview", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-01-01-preview" - ] - }, - { - "resourceType": "migrators", - "apiVersions": [ - "2023-11-01-preview", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-01-01-preview" - ] - }, - { - "resourceType": "migrators/dataTransferAgents", - "apiVersions": [ - "2023-11-01-preview", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-01-01-preview" - ] - }, - { - "resourceType": "migrators/exclusionTemplates", - "apiVersions": [ - "2023-11-01-preview", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-01-01-preview" - ] - }, - { - "resourceType": "migrators/liveDataMigrations", - "apiVersions": [ - "2023-11-01-preview", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-01-01-preview" - ] - }, - { - "resourceType": "migrators/metadataMigrations", - "apiVersions": [ - "2023-11-01-preview", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-01-01-preview" - ] - }, - { - "resourceType": "migrators/metadataTargets", - "apiVersions": [ - "2023-11-01-preview", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-01-01-preview" - ] - }, - { - "resourceType": "migrators/pathMappings", - "apiVersions": [ - "2023-11-01-preview", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-01-01-preview" - ] - }, - { - "resourceType": "migrators/targets", - "apiVersions": [ - "2023-11-01-preview", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-01-01-preview" - ] - }, - { - "resourceType": "migrators/verifications", - "apiVersions": [ - "2023-11-01-preview", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-01-01-preview" - ] - }, - { - "resourceType": "registeredSubscriptions", - "apiVersions": [ - "2023-11-01-preview", - "2023-02-01-preview", - "2022-10-01-preview", - "2022-01-01-preview" - ] - } - ] - }, - { - "namespace": "microsoft.aadiam", - "resourceTypes": [ - { - "resourceType": "diagnosticSettings", - "apiVersions": [ - "2017-05-01-preview", - "2017-04-01-preview", - "2017-04-01" - ] - }, - { - "resourceType": "diagnosticSettingsCategories", - "apiVersions": [ - "2017-05-01-preview", - "2017-04-01-preview", - "2017-04-01" - ] - }, - { - "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" - ] - }, - { - "resourceType": "privateLinkForAzureAD", - "apiVersions": [ - "2020-03-01-preview", - "2020-03-01" - ] - }, - { - "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" - ] - } - ] - }, - { - "namespace": "microsoft.connectedopenstack", - "resourceTypes": [ - { - "resourceType": "flavors", - "apiVersions": [ - "2021-05-31-privatepreview" - ] - }, - { - "resourceType": "heatStackTemplates", - "apiVersions": [ - "2021-05-31-privatepreview" - ] - }, - { - "resourceType": "heatStacks", - "apiVersions": [ - "2021-05-31-privatepreview" - ] - }, - { - "resourceType": "images", - "apiVersions": [ - "2021-05-31-privatepreview" - ] - }, - { - "resourceType": "keypairs", - "apiVersions": [ - "2021-05-31-privatepreview" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2021-05-31-privatepreview" - ] - }, - { - "resourceType": "locations/operationStatuses", - "apiVersions": [ - "2021-05-31-privatepreview" - ] - }, - { - "resourceType": "networkPorts", - "apiVersions": [ - "2021-05-31-privatepreview" - ] - }, - { - "resourceType": "networks", - "apiVersions": [ - "2021-05-31-privatepreview" - ] - }, - { - "resourceType": "openStackIdentities", - "apiVersions": [ - "2021-05-31-privatepreview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2021-05-31-privatepreview" - ] - }, - { - "resourceType": "securityGroupRules", - "apiVersions": [ - "2021-05-31-privatepreview" - ] - }, - { - "resourceType": "securityGroups", - "apiVersions": [ - "2021-05-31-privatepreview" - ] - }, - { - "resourceType": "subnets", - "apiVersions": [ - "2021-05-31-privatepreview" - ] - }, - { - "resourceType": "virtualMachines", - "apiVersions": [ - "2021-05-31-privatepreview" - ] - }, - { - "resourceType": "volumeSnapshots", - "apiVersions": [ - "2021-05-31-privatepreview" - ] - }, - { - "resourceType": "volumeTypes", - "apiVersions": [ - "2021-05-31-privatepreview" - ] - }, - { - "resourceType": "volumes", - "apiVersions": [ - "2021-05-31-privatepreview" - ] - } - ] - }, - { - "namespace": "microsoft.insights", - "resourceTypes": [ - { - "resourceType": "actiongroups", - "apiVersions": [ - "2023-09-01-preview", - "2023-08-01-preview", - "2023-01-01", - "2022-06-01", - "2022-04-01", - "2021-09-01", - "2019-06-01", - "2019-03-01", - "2018-09-01", - "2018-03-01", - "2017-04-01", - "2017-03-01-preview" - ] - }, - { - "resourceType": "actiongroups/networkSecurityPerimeterAssociationProxies", - "apiVersions": [ - "2021-10-01" - ] - }, - { - "resourceType": "actiongroups/networkSecurityPerimeterConfigurations", - "apiVersions": [ - "2021-10-01" - ] - }, - { - "resourceType": "activityLogAlerts", - "apiVersions": [ - "2020-10-01", - "2017-04-01", - "2017-03-01-preview" - ] - }, - { - "resourceType": "autoscalesettings", - "apiVersions": [ - "2024-01-01-preview", - "2023-01-01-preview", - "2022-10-01", - "2021-05-01-preview", - "2015-04-01", - "2014-04-01" - ] - }, - { - "resourceType": "components", - "apiVersions": [ - "2020-02-02-preview", - "2020-02-02", - "2018-05-01-preview", - "2015-05-01", - "2014-12-01-preview", - "2014-08-01", - "2014-04-01" - ] - }, - { - "resourceType": "components/aggregate", - "apiVersions": [ - "2020-02-02-preview", - "2020-02-02", - "2018-05-01-preview", - "2015-05-01", - "2014-12-01-preview", - "2014-08-01", - "2014-04-01" - ] - }, - { - "resourceType": "components/analyticsItems", - "apiVersions": [ - "2020-02-02-preview", - "2020-02-02", - "2018-05-01-preview", - "2015-05-01", - "2014-12-01-preview", - "2014-08-01", - "2014-04-01" - ] - }, - { - "resourceType": "components/annotations", - "apiVersions": [ - "2020-02-02-preview", - "2020-02-02", - "2018-05-01-preview", - "2015-05-01", - "2014-12-01-preview", - "2014-08-01", - "2014-04-01" - ] - }, - { - "resourceType": "components/api", - "apiVersions": [ - "2020-02-02-preview", - "2020-02-02", - "2018-05-01-preview", - "2015-05-01", - "2014-12-01-preview", - "2014-08-01", - "2014-04-01" - ] - }, - { - "resourceType": "components/apiKeys", - "apiVersions": [ - "2020-02-02-preview", - "2020-02-02", - "2018-05-01-preview", - "2015-05-01", - "2014-12-01-preview", - "2014-08-01", - "2014-04-01" - ] - }, - { - "resourceType": "components/currentBillingFeatures", - "apiVersions": [ - "2020-02-02-preview", - "2020-02-02", - "2018-05-01-preview", - "2015-05-01", - "2014-12-01-preview", - "2014-08-01", - "2014-04-01" - ] - }, - { - "resourceType": "components/defaultWorkItemConfig", - "apiVersions": [ - "2020-02-02-preview", - "2020-02-02", - "2018-05-01-preview", - "2015-05-01", - "2014-12-01-preview", - "2014-08-01", - "2014-04-01" - ] - }, - { - "resourceType": "components/events", - "apiVersions": [ - "2018-04-20" - ] - }, - { - "resourceType": "components/exportConfiguration", - "apiVersions": [ - "2020-02-02-preview", - "2020-02-02", - "2018-05-01-preview", - "2015-05-01", - "2014-12-01-preview", - "2014-08-01", - "2014-04-01" - ] - }, - { - "resourceType": "components/extendQueries", - "apiVersions": [ - "2020-02-02-preview", - "2020-02-02", - "2018-05-01-preview", - "2015-05-01", - "2014-12-01-preview", - "2014-08-01", - "2014-04-01" - ] - }, - { - "resourceType": "components/favorites", - "apiVersions": [ - "2020-02-02-preview", - "2020-02-02", - "2018-05-01-preview", - "2015-05-01", - "2014-12-01-preview", - "2014-08-01", - "2014-04-01" - ] - }, - { - "resourceType": "components/featureCapabilities", - "apiVersions": [ - "2020-02-02-preview", - "2020-02-02", - "2018-05-01-preview", - "2015-05-01", - "2014-12-01-preview", - "2014-08-01", - "2014-04-01" - ] - }, - { - "resourceType": "components/getAvailableBillingFeatures", - "apiVersions": [ - "2020-02-02-preview", - "2020-02-02", - "2018-05-01-preview", - "2015-05-01", - "2014-12-01-preview", - "2014-08-01", - "2014-04-01" - ] - }, - { - "resourceType": "components/linkedstorageaccounts", - "apiVersions": [ - "2020-03-01-preview" - ] - }, - { - "resourceType": "components/metadata", - "apiVersions": [ - "2018-04-20" - ] - }, - { - "resourceType": "components/metricDefinitions", - "apiVersions": [ - "2020-02-02-preview", - "2020-02-02", - "2018-05-01-preview", - "2015-05-01", - "2014-12-01-preview", - "2014-08-01", - "2014-04-01" - ] - }, - { - "resourceType": "components/metrics", - "apiVersions": [ - "2018-04-20", - "2014-04-01" - ] - }, - { - "resourceType": "components/move", - "apiVersions": [ - "2020-02-02-preview", - "2020-02-02", - "2018-05-01-preview", - "2015-05-01", - "2014-12-01-preview", - "2014-08-01", - "2014-04-01" - ] - }, - { - "resourceType": "components/myAnalyticsItems", - "apiVersions": [ - "2020-02-02-preview", - "2020-02-02", - "2018-05-01-preview", - "2015-05-01", - "2014-12-01-preview", - "2014-08-01", - "2014-04-01" - ] - }, - { - "resourceType": "components/myFavorites", - "apiVersions": [ - "2020-02-02-preview", - "2020-02-02", - "2018-05-01-preview", - "2015-05-01", - "2014-12-01-preview", - "2014-08-01", - "2014-04-01" - ] - }, - { - "resourceType": "components/operations", - "apiVersions": [ - "2020-02-02-preview", - "2020-02-02", - "2018-05-01-preview", - "2015-05-01", - "2014-12-01-preview", - "2014-08-01", - "2014-04-01" - ] - }, - { - "resourceType": "components/pricingPlans", - "apiVersions": [ - "2017-10-01" - ] - }, - { - "resourceType": "components/proactiveDetectionConfigs", - "apiVersions": [ - "2020-02-02-preview", - "2020-02-02", - "2018-05-01-preview", - "2015-05-01", - "2014-12-01-preview", - "2014-08-01", - "2014-04-01" - ] - }, - { - "resourceType": "components/purge", - "apiVersions": [ - "2020-02-02-preview", - "2020-02-02", - "2018-05-01-preview", - "2015-05-01", - "2014-12-01-preview", - "2014-08-01", - "2014-04-01" - ] - }, - { - "resourceType": "components/query", - "apiVersions": [ - "2018-04-20" - ] - }, - { - "resourceType": "components/quotaStatus", - "apiVersions": [ - "2020-02-02-preview", - "2020-02-02", - "2018-05-01-preview", - "2015-05-01", - "2014-12-01-preview", - "2014-08-01", - "2014-04-01" - ] - }, - { - "resourceType": "components/syntheticmonitorlocations", - "apiVersions": [ - "2020-02-02-preview", - "2020-02-02", - "2018-05-01-preview", - "2015-05-01", - "2014-12-01-preview", - "2014-08-01", - "2014-04-01" - ] - }, - { - "resourceType": "components/webtests", - "apiVersions": [ - "2022-06-15", - "2020-02-02-preview", - "2020-02-02", - "2018-05-01-preview", - "2015-05-01", - "2014-12-01-preview", - "2014-08-01", - "2014-04-01" - ] - }, - { - "resourceType": "components/workItemConfigs", - "apiVersions": [ - "2020-02-02-preview", - "2020-02-02", - "2018-05-01-preview", - "2015-05-01", - "2014-12-01-preview", - "2014-08-01", - "2014-04-01" - ] - }, - { - "resourceType": "createnotifications", - "apiVersions": [ - "2023-09-01-preview", - "2023-05-01-preview", - "2023-01-01", - "2022-06-01", - "2022-04-01", - "2021-09-01" - ] - }, - { - "resourceType": "dataCollectionEndpoints", - "apiVersions": [ - "2023-03-11", - "2022-06-01", - "2021-09-01-preview", - "2021-04-01" - ] - }, - { - "resourceType": "dataCollectionEndpoints/networkSecurityPerimeterAssociationProxies", - "apiVersions": [ - "2021-10-01" - ] - }, - { - "resourceType": "dataCollectionEndpoints/networkSecurityPerimeterConfigurations", - "apiVersions": [ - "2021-10-01" - ] - }, - { - "resourceType": "dataCollectionEndpoints/scopedPrivateLinkProxies", - "apiVersions": [ - "2021-09-01-preview", - "2021-04-01" - ] - }, - { - "resourceType": "dataCollectionRuleAssociations", - "apiVersions": [ - "2023-03-11", - "2022-06-01", - "2021-09-01-preview", - "2021-04-01", - "2019-11-01-preview" - ] - }, - { - "resourceType": "dataCollectionRules", - "apiVersions": [ - "2023-03-11", - "2022-06-01", - "2021-09-01-preview", - "2021-04-01", - "2019-11-01-preview" - ] - }, - { - "resourceType": "deletedWorkbooks", - "apiVersions": [ - "2024-02-01-preview" - ] - }, - { - "resourceType": "diagnosticSettings", - "apiVersions": [ - "2021-05-01-preview", - "2017-05-01-preview", - "2016-09-01", - "2015-07-01" - ] - }, - { - "resourceType": "diagnosticSettingsCategories", - "apiVersions": [ - "2021-05-01-preview", - "2017-05-01-preview" - ] - }, - { - "resourceType": "eventCategories", - "apiVersions": [ - "2015-04-01" - ] - }, - { - "resourceType": "eventtypes", - "apiVersions": [ - "2017-03-01-preview", - "2016-09-01-preview", - "2015-04-01", - "2014-11-01", - "2014-04-01" - ] - }, - { - "resourceType": "extendedDiagnosticSettings", - "apiVersions": [ - "2017-02-01" - ] - }, - { - "resourceType": "generateLiveToken", - "apiVersions": [ - "2021-10-14", - "2020-06-02-preview" - ] - }, - { - "resourceType": "listMigrationdate", - "apiVersions": [ - "2017-10-01" - ] - }, - { - "resourceType": "locations", - "apiVersions": [ - "2015-04-01", - "2014-04-01" - ] - }, - { - "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable", - "apiVersions": [ - "2021-10-01" - ] - }, - { - "resourceType": "locations/operationResults", - "apiVersions": [ - "2015-04-01", - "2014-04-01" - ] - }, - { - "resourceType": "logDefinitions", - "apiVersions": [ - "2015-07-01" - ] - }, - { - "resourceType": "logprofiles", - "apiVersions": [ - "2016-03-01" - ] - }, - { - "resourceType": "logs", - "apiVersions": [ - "2018-03-01-preview" - ] - }, - { - "resourceType": "metricDefinitions", - "apiVersions": [ - "2024-02-01", - "2023-10-01", - "2022-04-01-preview", - "2021-05-01", - "2018-01-01", - "2017-12-01-preview", - "2017-09-01-preview", - "2017-05-01-preview" - ] - }, - { - "resourceType": "metricNamespaces", - "apiVersions": [ - "2024-02-01", - "2023-10-01", - "2017-12-01-preview" - ] - }, - { - "resourceType": "metricalerts", - "apiVersions": [ - "2018-03-01", - "2017-09-01-preview" - ] - }, - { - "resourceType": "metricbaselines", - "apiVersions": [ - "2019-03-01", - "2018-09-01" - ] - }, - { - "resourceType": "metricbatch", - "apiVersions": [ - "2019-01-01-preview" - ] - }, - { - "resourceType": "metrics", - "apiVersions": [ - "2024-02-01", - "2023-10-01", - "2021-05-01", - "2019-07-01", - "2018-01-01", - "2017-12-01-preview", - "2017-09-01-preview", - "2017-05-01-preview", - "2016-09-01", - "2016-06-01" - ] - }, - { - "resourceType": "migrateToNewPricingModel", - "apiVersions": [ - "2017-10-01" - ] - }, - { - "resourceType": "migratealertrules", - "apiVersions": [ - "2018-03-01" - ] - }, - { - "resourceType": "monitoredObjects", - "apiVersions": [ - "2021-09-01-preview" - ] - }, - { - "resourceType": "notificationstatus", - "apiVersions": [ - "2023-09-01-preview", - "2023-05-01-preview", - "2023-01-01", - "2022-06-01", - "2022-04-01", - "2021-09-01" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2015-04-01", - "2014-06-01", - "2014-04-01" - ] - }, - { - "resourceType": "privateLinkScopeOperationStatuses", - "apiVersions": [ - "2023-06-01-preview", - "2021-09-01", - "2021-07-01-preview", - "2019-10-17-preview" - ] - }, - { - "resourceType": "privateLinkScopes", - "apiVersions": [ - "2023-06-01-preview", - "2021-09-01", - "2021-07-01-preview", - "2019-10-17-preview" - ] - }, - { - "resourceType": "privateLinkScopes/privateEndpointConnectionProxies", - "apiVersions": [ - "2023-06-01-preview", - "2021-09-01", - "2021-07-01-preview", - "2019-10-17-preview" - ] - }, - { - "resourceType": "privateLinkScopes/privateEndpointConnections", - "apiVersions": [ - "2023-06-01-preview", - "2021-09-01", - "2021-07-01-preview", - "2019-10-17-preview" - ] - }, - { - "resourceType": "privateLinkScopes/scopedResources", - "apiVersions": [ - "2023-06-01-preview", - "2021-09-01", - "2021-07-01-preview", - "2019-10-17-preview" - ] - }, - { - "resourceType": "rollbackToLegacyPricingModel", - "apiVersions": [ - "2017-10-01" - ] - }, - { - "resourceType": "scheduledqueryrules", - "apiVersions": [ - "2023-03-15-preview", - "2022-08-01-preview", - "2022-06-15", - "2021-08-01", - "2021-02-01-preview", - "2020-05-01-preview", - "2018-04-16", - "2017-09-01-preview" - ] - }, - { - "resourceType": "scheduledqueryrules/networkSecurityPerimeterAssociationProxies", - "apiVersions": [ - "2021-10-01" - ] - }, - { - "resourceType": "scheduledqueryrules/networkSecurityPerimeterConfigurations", - "apiVersions": [ - "2021-10-01" - ] - }, - { - "resourceType": "tenantactiongroups", - "apiVersions": [ - "2023-09-01-preview", - "2023-05-01-preview", - "2023-03-01-preview" - ] - }, - { - "resourceType": "topology", - "apiVersions": [ - "2019-10-17-preview" - ] - }, - { - "resourceType": "transactions", - "apiVersions": [ - "2019-10-17-preview" - ] - }, - { - "resourceType": "vmInsightsOnboardingStatuses", - "apiVersions": [ - "2018-11-27-preview" - ] - }, - { - "resourceType": "webtests", - "apiVersions": [ - "2022-06-15", - "2018-05-01-preview", - "2015-05-01", - "2014-08-01", - "2014-04-01" - ] - }, - { - "resourceType": "webtests/getTestResultFile", - "apiVersions": [ - "2020-02-10-preview" - ] - }, - { - "resourceType": "workbooks", - "apiVersions": [ - "2023-06-01", - "2022-04-01", - "2021-08-01", - "2021-03-08", - "2020-10-20", - "2020-02-12", - "2018-06-17-preview", - "2018-06-01-preview" - ] - }, - { - "resourceType": "workbooktemplates", - "apiVersions": [ - "2020-11-20", - "2019-10-17-preview" - ] - } - ] - }, - { - "namespace": "microsoft.support", - "resourceTypes": [ - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2024-04-01", - "2023-06-01-preview", - "2022-09-01-preview", - "2020-04-01", - "2019-05-01-preview" - ] - }, - { - "resourceType": "classifyServices", - "apiVersions": [ - "2023-06-01-preview" - ] - }, - { - "resourceType": "fileWorkspaces", - "apiVersions": [ - "2024-04-01", - "2023-06-01-preview", - "2022-09-01-preview" - ] - }, - { - "resourceType": "fileWorkspaces/files", - "apiVersions": [ - "2024-04-01", - "2023-06-01-preview", - "2022-09-01-preview" - ] - }, - { - "resourceType": "lookUpResourceId", - "apiVersions": [ - "2023-06-01-preview", - "2022-09-01-preview", - "2021-06-01-preview" - ] - }, - { - "resourceType": "operationresults", - "apiVersions": [ - "2024-04-01", - "2023-06-01-preview", - "2022-09-01-preview", - "2020-04-01", - "2019-05-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2024-04-01", - "2023-06-01-preview", - "2022-09-01-preview", - "2021-06-01-preview", - "2020-04-01", - "2019-05-01-preview", - "2015-07-01-Preview", - "2015-03-01" - ] - }, - { - "resourceType": "operationsstatus", - "apiVersions": [ - "2024-04-01", - "2023-06-01-preview", - "2022-09-01-preview", - "2020-04-01", - "2019-05-01-preview" - ] - }, - { - "resourceType": "services", - "apiVersions": [ - "2024-04-01", - "2023-06-01-preview", - "2022-09-01-preview", - "2020-04-01", - "2019-05-01-preview" - ] - }, - { - "resourceType": "services/problemclassifications", - "apiVersions": [ - "2024-04-01", - "2023-06-01-preview", - "2022-09-01-preview", - "2020-04-01", - "2019-05-01-preview" - ] - }, - { - "resourceType": "supporttickets", - "apiVersions": [ - "2024-04-01", - "2023-06-01-preview", - "2022-09-01-preview", - "2020-04-01", - "2019-05-01-preview" - ] - }, - { - "resourceType": "supporttickets/communications", - "apiVersions": [ - "2024-04-01", - "2023-06-01-preview", - "2022-09-01-preview", - "2020-04-01", - "2019-05-01-preview" - ] - } - ] - }, - { - "namespace": "microsoft.visualstudio", - "resourceTypes": [ - { - "resourceType": "account", - "apiVersions": [ - "2014-04-01-preview", - "2014-02-26" - ] - }, - { - "resourceType": "account/extension", - "apiVersions": [ - "2014-04-01-preview", - "2014-02-26" - ] - }, - { - "resourceType": "account/project", - "apiVersions": [ - "2014-04-01-preview", - "2014-02-26" - ] - }, - { - "resourceType": "checkNameAvailability", - "apiVersions": [ - "2014-04-01-preview" - ] - }, - { - "resourceType": "operations", - "apiVersions": [ - "2014-04-01-preview", - "2014-02-26" - ] - } - ] - } -] diff --git a/versions/az-provider-list.json b/versions/az-provider-list.json new file mode 100644 index 000000000000..c2cd361a1e0b --- /dev/null +++ b/versions/az-provider-list.json @@ -0,0 +1,153617 @@ +[ + { + "namespace": "Astronomer.Astro", + "resourceTypes": [ + { + "apiVersions": [ + "2023-08-01-preview", + "2023-08-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-08-01-preview", + "2023-08-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "East US", + "Australia East", + "North Europe", + "West Europe", + "West US 2", + "Canada Central" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2023-08-01-preview", + "2023-08-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2023-08-01-preview", + "2023-08-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "Australia East", + "North Europe", + "West Europe", + "West US 2", + "Canada Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "organizations" + } + ] + }, + { + "namespace": "Dynatrace.Observability", + "resourceTypes": [ + { + "apiVersions": [ + "2024-04-24-preview", + "2023-11-24-preview", + "2023-11-11-preview", + "2023-09-20-preview", + "2023-09-12-preview", + "2023-08-22-preview", + "2023-08-14-preview", + "2023-04-27", + "2023-04-20-preview", + "2023-03-01-preview", + "2022-10-01-preview", + "2021-09-01-preview", + "2021-09-01" + ], + "defaultApiVersion": "2023-04-27", + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2024-04-24-preview", + "2023-11-24-preview", + "2023-11-11-preview", + "2023-09-20-preview", + "2023-09-12-preview", + "2023-08-22-preview", + "2023-08-14-preview", + "2023-04-27", + "2023-04-20-preview", + "2023-03-01-preview", + "2022-10-01-preview", + "2021-09-01-preview", + "2021-09-01" + ], + "defaultApiVersion": "2023-04-27", + "locations": [], + "resourceType": "getMarketplaceSaaSResourceDetails" + }, + { + "apiVersions": [ + "2024-04-24-preview", + "2023-11-24-preview", + "2023-11-11-preview", + "2023-09-20-preview", + "2023-09-12-preview", + "2023-08-22-preview", + "2023-08-14-preview", + "2023-04-27", + "2023-04-20-preview", + "2023-03-01-preview", + "2022-10-01-preview", + "2021-09-01-preview", + "2021-09-01" + ], + "defaultApiVersion": "2023-04-27", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-04-24-preview", + "2023-11-24-preview", + "2023-11-11-preview", + "2023-09-20-preview", + "2023-09-12-preview", + "2023-08-22-preview", + "2023-08-14-preview", + "2023-04-27", + "2023-04-20-preview", + "2023-03-01-preview", + "2022-10-01-preview", + "2021-09-01-preview", + "2021-09-01" + ], + "defaultApiVersion": "2023-04-27", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "West US 2", + "West Europe", + "East US", + "West US 3", + "Canada Central", + "UAE North", + "Switzerland North", + "Australia East" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-04-24-preview", + "2023-11-24-preview", + "2023-11-11-preview", + "2023-09-20-preview", + "2023-09-12-preview", + "2023-08-22-preview", + "2023-08-14-preview", + "2023-04-27", + "2023-04-20-preview", + "2023-03-01-preview", + "2022-10-01-preview", + "2021-09-01-preview", + "2021-09-01" + ], + "defaultApiVersion": "2023-04-27", + "locations": [ + "West US 2", + "West Europe", + "East US", + "West US 3", + "Canada Central", + "UAE North", + "Switzerland North", + "Australia East", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "monitors" + }, + { + "apiVersions": [ + "2024-04-24-preview", + "2023-11-24-preview", + "2023-11-11-preview", + "2023-09-20-preview", + "2023-09-12-preview", + "2023-08-22-preview", + "2023-08-14-preview", + "2023-04-27", + "2023-04-20-preview", + "2023-03-01-preview", + "2022-10-01-preview", + "2021-09-01-preview", + "2021-09-01" + ], + "defaultApiVersion": "2023-04-27", + "locations": [ + "West US 2", + "West Europe", + "West US 3", + "Canada Central", + "UAE North", + "East US", + "Switzerland North", + "Australia East", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "monitors/listAppServices" + }, + { + "apiVersions": [ + "2024-04-24-preview", + "2023-11-24-preview", + "2023-11-11-preview", + "2023-09-20-preview", + "2023-09-12-preview", + "2023-08-22-preview", + "2023-08-14-preview", + "2023-04-27", + "2023-04-20-preview", + "2023-03-01-preview", + "2022-10-01-preview", + "2021-09-01-preview", + "2021-09-01" + ], + "defaultApiVersion": "2023-04-27", + "locations": [ + "West US 2", + "West Europe", + "West US 3", + "Canada Central", + "UAE North", + "East US", + "Switzerland North", + "Australia East", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "monitors/listHosts" + }, + { + "apiVersions": [ + "2024-04-24-preview", + "2023-11-24-preview", + "2023-11-11-preview", + "2023-09-20-preview", + "2023-09-12-preview", + "2023-08-22-preview", + "2023-08-14-preview", + "2023-04-27", + "2023-04-20-preview", + "2023-03-01-preview", + "2022-10-01-preview", + "2021-09-01-preview", + "2021-09-01" + ], + "defaultApiVersion": "2023-04-27", + "locations": [ + "West US 2", + "West Europe", + "West US 3", + "Canada Central", + "UAE North", + "East US", + "Switzerland North", + "Australia East", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "monitors/listMonitoredResources" + }, + { + "apiVersions": [ + "2024-04-24-preview", + "2023-11-24-preview", + "2023-11-11-preview", + "2023-09-20-preview" + ], + "defaultApiVersion": "2024-04-24-preview", + "locations": [ + "West US 2", + "West Europe", + "East US", + "West US 3", + "Canada Central", + "UAE North", + "Switzerland North", + "Australia East", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "monitors/monitoredSubscriptions" + }, + { + "apiVersions": [ + "2024-04-24-preview", + "2023-11-24-preview", + "2023-11-11-preview", + "2023-09-20-preview", + "2023-09-12-preview", + "2023-08-22-preview", + "2023-08-14-preview", + "2023-04-27", + "2023-04-20-preview", + "2023-03-01-preview", + "2022-10-01-preview", + "2021-09-01-preview", + "2021-09-01" + ], + "defaultApiVersion": "2023-04-27", + "locations": [ + "West US 2", + "West Europe", + "West US 3", + "Canada Central", + "UAE North", + "East US", + "Switzerland North", + "Australia East", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "monitors/singleSignOnConfigurations" + }, + { + "apiVersions": [ + "2024-04-24-preview", + "2023-11-24-preview", + "2023-11-11-preview", + "2023-09-20-preview", + "2023-09-12-preview", + "2023-08-22-preview", + "2023-08-14-preview", + "2023-04-27", + "2023-04-20-preview", + "2023-03-01-preview", + "2022-10-01-preview", + "2021-09-01-preview", + "2021-09-01" + ], + "defaultApiVersion": "2023-04-27", + "locations": [ + "West US 2", + "West US 3", + "UAE North", + "Canada Central", + "West Europe", + "East US", + "Switzerland North", + "Australia East", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "monitors/tagRules" + }, + { + "apiVersions": [ + "2024-04-24-preview", + "2023-11-24-preview", + "2023-11-11-preview", + "2023-09-20-preview", + "2023-09-12-preview", + "2023-08-22-preview", + "2023-08-14-preview", + "2023-04-27", + "2023-04-20-preview", + "2023-03-01-preview", + "2022-10-01-preview", + "2021-09-01-preview", + "2021-09-01" + ], + "defaultApiVersion": "2023-04-27", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-04-24-preview", + "2023-11-24-preview", + "2023-11-11-preview", + "2023-09-20-preview", + "2023-09-12-preview", + "2023-08-22-preview", + "2023-08-14-preview", + "2023-04-27", + "2023-04-20-preview", + "2023-03-01-preview", + "2022-10-01-preview", + "2021-09-01-preview", + "2021-09-01" + ], + "defaultApiVersion": "2023-04-27", + "locations": [], + "resourceType": "registeredSubscriptions" + } + ] + }, + { + "namespace": "GitHub.Network", + "resourceTypes": [ + { + "apiVersions": [ + "2024-04-02", + "2024-04-01-preview", + "2024-04-01", + "2023-11-01-rc", + "2023-11-01-preview", + "2023-03-15-beta", + "2023-03-15-alpha" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2024-04-02", + "2023-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US 2", + "West Europe", + "Central US", + "West US", + "North Europe", + "Southeast Asia", + "UK South", + "Australia East", + "South India", + "Switzerland North", + "North Central US", + "South Central US", + "West US 3", + "Canada Central", + "Canada East", + "Central India", + "Australia Central", + "Australia Southeast", + "Korea Central", + "Japan East", + "France Central", + "Italy North", + "Norway East", + "Germany West Central", + "Sweden Central" + ], + "resourceType": "networkSettings" + }, + { + "apiVersions": [ + "2024-04-02", + "2024-04-01-preview", + "2024-04-01", + "2023-11-01-rc", + "2023-11-01-preview", + "2023-03-15-beta", + "2023-03-15-alpha" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "registeredSubscriptions" + } + ] + }, + { + "namespace": "Informatica.DataManagement", + "resourceTypes": [ + { + "apiVersions": [ + "2024-07-22-preview", + "2024-05-08", + "2023-08-20-preview", + "2023-03-01-preview" + ], + "defaultApiVersion": "2024-05-08", + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2024-07-22-preview", + "2024-05-08", + "2023-08-20-preview", + "2023-03-01-preview" + ], + "defaultApiVersion": "2024-05-08", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-07-22-preview", + "2024-05-08", + "2023-08-20-preview", + "2023-03-01-preview" + ], + "defaultApiVersion": "2024-05-08", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West US 2", + "East US 2", + "Germany West Central", + "UAE North", + "Australia Central", + "Canada Central" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-07-22-preview", + "2024-05-08", + "2023-08-20-preview", + "2023-03-01-preview" + ], + "defaultApiVersion": "2024-05-08", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-07-22-preview", + "2024-05-08", + "2023-08-20-preview", + "2023-03-01-preview" + ], + "defaultApiVersion": "2024-05-08", + "locations": [ + "West US 2", + "Germany West Central", + "East US 2", + "UAE North", + "Canada Central", + "Australia Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "organizations" + }, + { + "apiVersions": [ + "2024-07-22-preview", + "2024-05-08", + "2023-08-20-preview" + ], + "defaultApiVersion": "2024-05-08", + "locations": [ + "West US 2", + "Germany West Central", + "East US 2", + "Canada Central", + "Australia Central", + "East US 2 EUAP", + "UAE North", + "Central US EUAP" + ], + "resourceType": "organizations/serverlessRuntimes" + }, + { + "apiVersions": [ + "2024-07-22-preview", + "2024-05-08", + "2023-08-20-preview", + "2023-03-01-preview" + ], + "defaultApiVersion": "2024-05-08", + "locations": [ + "West US 2", + "Germany West Central", + "East US 2", + "UAE North", + "Canada Central", + "Australia Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "organizations/singleSignOnConfigurations" + }, + { + "apiVersions": [ + "2024-07-22-preview", + "2024-05-08", + "2023-08-20-preview", + "2023-03-01-preview" + ], + "defaultApiVersion": "2024-05-08", + "locations": [], + "resourceType": "registeredSubscriptions" + } + ] + }, + { + "namespace": "Microsoft.AAD", + "resourceTypes": [ + { + "apiVersions": [ + "2022-12-01", + "2022-09-01", + "2021-05-01", + "2021-03-01", + "2020-01-01", + "2017-06-01", + "2017-01-01" + ], + "defaultApiVersion": "2021-05-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", + "Switzerland North", + "UAE North", + "Germany West Central", + "West US 3", + "Norway East", + "UK West", + "Korea South", + "Switzerland West", + "Germany North", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central" + ], + "resourceType": "DomainServices" + }, + { + "apiVersions": [ + "2022-12-01", + "2022-09-01", + "2021-05-01", + "2021-03-01", + "2020-01-01", + "2017-06-01" + ], + "defaultApiVersion": "2021-05-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", + "Switzerland North", + "UAE North", + "Germany West Central", + "West US 3", + "Norway East", + "UK West", + "Korea South", + "Switzerland West", + "Germany North", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central" + ], + "resourceType": "DomainServices/oucontainer" + }, + { + "apiVersions": [ + "2022-12-01", + "2022-09-01", + "2021-05-01", + "2021-03-01", + "2020-01-01", + "2017-06-01", + "2017-01-01" + ], + "defaultApiVersion": "2021-05-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", + "Switzerland North", + "UAE North", + "Germany West Central", + "West US 3", + "Norway East", + "UK West", + "Korea South", + "Switzerland West", + "Germany North", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2022-12-01", + "2022-09-01", + "2021-05-01", + "2021-03-01", + "2020-01-01", + "2017-06-01", + "2017-01-01" + ], + "defaultApiVersion": "2021-05-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", + "Switzerland North", + "UAE North", + "Germany West Central", + "West US 3", + "Norway East", + "UK West", + "Korea South", + "Switzerland West", + "Germany North", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central" + ], + "resourceType": "locations/operationresults" + }, + { + "apiVersions": [ + "2022-12-01", + "2022-09-01", + "2021-05-01", + "2021-03-01", + "2020-01-01", + "2017-06-01", + "2017-01-01" + ], + "defaultApiVersion": "2021-05-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", + "Switzerland North", + "UAE North", + "Germany West Central", + "West US 3", + "Norway East", + "UK West", + "Korea South", + "Switzerland West", + "Germany North", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.ADHybridHealthService", + "resourceTypes": [ + { + "apiVersions": [ + "2014-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "West US" + ], + "resourceType": "aadsupportcases" + }, + { + "apiVersions": [ + "2014-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "West US" + ], + "resourceType": "addsservices" + }, + { + "apiVersions": [ + "2014-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "West US" + ], + "resourceType": "agents" + }, + { + "apiVersions": [ + "2014-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "West US" + ], + "resourceType": "anonymousapiusers" + }, + { + "apiVersions": [ + "2014-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "West US" + ], + "resourceType": "configuration" + }, + { + "apiVersions": [ + "2014-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "West US" + ], + "resourceType": "logs" + }, + { + "apiVersions": [ + "2014-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "West US" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2014-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "West US" + ], + "resourceType": "reports" + }, + { + "apiVersions": [ + "2014-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "West US" + ], + "resourceType": "servicehealthmetrics" + }, + { + "apiVersions": [ + "2014-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "West US" + ], + "resourceType": "services" + } + ] + }, + { + "namespace": "Microsoft.AVS", + "resourceTypes": [ + { + "apiVersions": [ + "2023-09-01", + "2023-03-01", + "2022-05-01", + "2021-12-01", + "2021-06-01", + "2020-03-20" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-09-01", + "2023-03-01", + "2022-05-01", + "2021-12-01", + "2021-06-01", + "2020-03-20" + ], + "defaultApiVersion": null, + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "locations/checkQuotaAvailability" + }, + { + "apiVersions": [ + "2023-09-01", + "2023-03-01", + "2022-05-01", + "2021-12-01", + "2021-06-01", + "2020-03-20" + ], + "defaultApiVersion": null, + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "locations/checkTrialAvailability" + }, + { + "apiVersions": [ + "2023-09-01", + "2023-03-01", + "2022-05-01", + "2021-12-01", + "2021-06-01", + "2020-03-20" + ], + "defaultApiVersion": null, + "locations": [ + "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", + "North Central US", + "North Europe", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "locations/usages" + }, + { + "apiVersions": [ + "2023-09-01", + "2023-03-01", + "2022-05-01", + "2021-12-01", + "2021-06-01", + "2020-03-20" + ], + "defaultApiVersion": "2022-05-01", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2023-09-01", + "2023-03-01", + "2022-05-01", + "2021-12-01", + "2021-06-01", + "2021-01-01-preview", + "2020-07-17-preview", + "2020-03-20" + ], + "defaultApiVersion": null, + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "privateClouds" + }, + { + "apiVersions": [ + "2023-09-01", + "2023-03-01", + "2022-05-01", + "2021-12-01", + "2021-06-01", + "2020-07-17-preview" + ], + "defaultApiVersion": null, + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "privateClouds/addons" + }, + { + "apiVersions": [ + "2023-09-01", + "2023-03-01", + "2022-05-01", + "2021-12-01", + "2021-06-01", + "2020-03-20" + ], + "defaultApiVersion": null, + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "privateClouds/authorizations" + }, + { + "apiVersions": [ + "2023-09-01", + "2023-03-01", + "2022-05-01", + "2021-12-01", + "2021-06-01" + ], + "defaultApiVersion": null, + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "privateClouds/cloudLinks" + }, + { + "apiVersions": [ + "2023-09-01", + "2023-03-01", + "2022-05-01", + "2021-12-01", + "2021-06-01", + "2021-01-01-preview", + "2020-03-20" + ], + "defaultApiVersion": null, + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "privateClouds/clusters" + }, + { + "apiVersions": [ + "2023-09-01", + "2023-03-01", + "2022-05-01", + "2021-12-01", + "2021-06-01", + "2021-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "privateClouds/clusters/datastores" + }, + { + "apiVersions": [ + "2023-09-01", + "2023-03-01", + "2022-05-01", + "2021-12-01" + ], + "defaultApiVersion": null, + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "privateClouds/clusters/placementPolicies" + }, + { + "apiVersions": [ + "2023-09-01", + "2023-03-01", + "2022-05-01", + "2021-12-01" + ], + "defaultApiVersion": null, + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "privateClouds/clusters/virtualMachines" + }, + { + "apiVersions": [ + "2023-09-01" + ], + "defaultApiVersion": "2023-09-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", + "Germany West Central", + "Italy North", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "privateClouds/eventGridFilters" + }, + { + "apiVersions": [ + "2023-09-01", + "2023-03-01", + "2022-05-01", + "2021-12-01", + "2021-06-01", + "2020-07-17-preview" + ], + "defaultApiVersion": null, + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "privateClouds/globalReachConnections" + }, + { + "apiVersions": [ + "2023-09-01", + "2023-03-01", + "2022-05-01", + "2021-12-01", + "2021-06-01", + "2020-03-20" + ], + "defaultApiVersion": null, + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "privateClouds/hcxEnterpriseSites" + }, + { + "apiVersions": [ + "2023-09-01" + ], + "defaultApiVersion": null, + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "privateClouds/iscsiPaths" + }, + { + "apiVersions": [ + "2023-09-01", + "2023-03-01", + "2022-05-01", + "2021-12-01", + "2021-06-01" + ], + "defaultApiVersion": null, + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "privateClouds/scriptExecutions" + }, + { + "apiVersions": [ + "2023-09-01", + "2023-03-01", + "2022-05-01", + "2021-12-01", + "2021-06-01" + ], + "defaultApiVersion": null, + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "privateClouds/scriptPackages" + }, + { + "apiVersions": [ + "2023-09-01", + "2023-03-01", + "2022-05-01", + "2021-12-01", + "2021-06-01" + ], + "defaultApiVersion": null, + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "privateClouds/scriptPackages/scriptCmdlets" + }, + { + "apiVersions": [ + "2023-09-01", + "2023-03-01", + "2022-05-01", + "2021-12-01", + "2021-06-01", + "2020-07-17-preview" + ], + "defaultApiVersion": null, + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "privateClouds/workloadNetworks" + }, + { + "apiVersions": [ + "2023-09-01", + "2023-03-01", + "2022-05-01", + "2021-12-01", + "2021-06-01", + "2020-07-17-preview" + ], + "defaultApiVersion": null, + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "privateClouds/workloadNetworks/dhcpConfigurations" + }, + { + "apiVersions": [ + "2023-09-01", + "2023-03-01", + "2022-05-01", + "2021-12-01", + "2021-06-01", + "2020-07-17-preview" + ], + "defaultApiVersion": null, + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "privateClouds/workloadNetworks/dnsServices" + }, + { + "apiVersions": [ + "2023-09-01", + "2023-03-01", + "2022-05-01", + "2021-12-01", + "2021-06-01", + "2020-07-17-preview" + ], + "defaultApiVersion": null, + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "privateClouds/workloadNetworks/dnsZones" + }, + { + "apiVersions": [ + "2023-09-01", + "2023-03-01", + "2022-05-01", + "2021-12-01", + "2021-06-01", + "2020-07-17-preview" + ], + "defaultApiVersion": null, + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "privateClouds/workloadNetworks/gateways" + }, + { + "apiVersions": [ + "2023-09-01", + "2023-03-01", + "2022-05-01", + "2021-12-01", + "2021-06-01", + "2020-07-17-preview" + ], + "defaultApiVersion": null, + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "privateClouds/workloadNetworks/portMirroringProfiles" + }, + { + "apiVersions": [ + "2023-09-01", + "2023-03-01", + "2022-05-01", + "2021-12-01", + "2021-06-01" + ], + "defaultApiVersion": null, + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "privateClouds/workloadNetworks/publicIPs" + }, + { + "apiVersions": [ + "2023-09-01", + "2023-03-01", + "2022-05-01", + "2021-12-01", + "2021-06-01", + "2020-07-17-preview" + ], + "defaultApiVersion": null, + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "privateClouds/workloadNetworks/segments" + }, + { + "apiVersions": [ + "2023-09-01", + "2023-03-01", + "2022-05-01", + "2021-12-01", + "2021-06-01", + "2020-07-17-preview" + ], + "defaultApiVersion": null, + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "privateClouds/workloadNetworks/virtualMachines" + }, + { + "apiVersions": [ + "2023-09-01", + "2023-03-01", + "2022-05-01", + "2021-12-01", + "2021-06-01", + "2020-07-17-preview" + ], + "defaultApiVersion": null, + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "North Central US", + "North Europe", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "privateClouds/workloadNetworks/vmGroups" + } + ] + }, + { + "namespace": "Microsoft.AadCustomSecurityAttributesDiagnosticSettings", + "resourceTypes": [ + { + "apiVersions": [ + "2017-04-01-preview" + ], + "defaultApiVersion": "2017-04-01-preview", + "locations": [], + "resourceType": "diagnosticSettings" + }, + { + "apiVersions": [ + "2017-04-01-preview" + ], + "defaultApiVersion": "2017-04-01-preview", + "locations": [], + "resourceType": "diagnosticSettingsCategories" + }, + { + "apiVersions": [ + "2017-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.Addons", + "resourceTypes": [ + { + "apiVersions": [ + "2018-03-01", + "2017-05-15" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "South Central US", + "East US", + "West Europe" + ], + "resourceType": "operationResults" + }, + { + "apiVersions": [ + "2018-03-01", + "2017-05-15" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "South Central US", + "East US", + "West Europe" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2018-03-01", + "2017-05-15" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "South Central US", + "East US", + "West Europe" + ], + "resourceType": "supportProviders" + } + ] + }, + { + "namespace": "Microsoft.Advisor", + "resourceTypes": [ + { + "apiVersions": [ + "2023-01-01", + "2022-10-01", + "2022-09-01", + "2020-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "advisorScore" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-10-01", + "2022-09-01", + "2020-01-01", + "2017-04-19", + "2017-03-31" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "configurations" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-10-01", + "2022-09-01", + "2020-01-01", + "2017-04-19", + "2017-03-31", + "2016-07-12-preview", + "2016-05-09-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "generateRecommendations" + }, + { + "apiVersions": [ + "2023-01-01-alpha", + "2023-01-01", + "2022-10-01", + "2022-09-01", + "2020-01-01-alpha", + "2020-01-01", + "2017-04-19-rc", + "2017-04-19-alpha", + "2017-04-19", + "2017-03-31-alpha", + "2017-03-31", + "2016-07-12-rc" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "metadata" + }, + { + "apiVersions": [ + "2023-09-01-preview", + "2023-01-01-alpha", + "2022-10-01", + "2020-07-01-preview", + "2020-01-01", + "2017-04-19", + "2017-03-31", + "2016-07-12-preview", + "2016-05-09-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-10-01", + "2022-09-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "predict" + }, + { + "apiVersions": [ + "2023-09-01-preview", + "2023-01-01", + "2022-10-01", + "2022-09-01", + "2020-01-01", + "2017-04-19", + "2017-03-31", + "2016-07-12-preview", + "2016-05-09-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "recommendations" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-10-01", + "2022-09-01", + "2020-01-01", + "2017-04-19", + "2017-03-31", + "2016-07-12-preview", + "2016-05-09-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "suppressions" + } + ] + }, + { + "namespace": "Microsoft.AgFoodPlatform", + "resourceTypes": [ + { + "apiVersions": [ + "2023-06-01-preview", + "2021-09-01-preview", + "2020-05-12-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2023-06-01-preview", + "2021-09-01-preview", + "2020-05-12-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [], + "resourceType": "farmBeatsExtensionDefinitions" + }, + { + "apiVersions": [ + "2023-06-01-preview", + "2021-09-01-preview", + "2020-05-12-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [], + "resourceType": "farmBeatsSolutionDefinitions" + }, + { + "apiVersions": [ + "2023-06-01-preview", + "2021-09-01-preview", + "2020-05-12-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-06-01-preview", + "2021-09-01-preview", + "2020-05-12-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.AgriculturePlatform", + "resourceTypes": [ + { + "apiVersions": [ + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-06-01-preview", + "locations": [ + "global" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-06-01-preview", + "locations": [ + "global" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.AlertsManagement", + "resourceTypes": [ + { + "apiVersions": [ + "2024-03-01-preview", + "2023-05-01-preview", + "2021-08-08-preview", + "2021-08-08", + "2019-05-05-preview", + "2018-11-02-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "actionRules" + }, + { + "apiVersions": [ + "2023-08-01-preview", + "2023-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "East US", + "North Europe", + "West Europe", + "Sweden Central", + "Germany West Central", + "East US 2 EUAP" + ], + "resourceType": "alertRuleRecommendations" + }, + { + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "alerts" + }, + { + "apiVersions": [ + "2019-05-05-preview", + "2019-03-01-preview", + "2019-03-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "alertsMetaData" + }, + { + "apiVersions": [ + "2019-05-05-preview", + "2019-03-01-preview", + "2019-03-01", + "2018-05-05-preview", + "2018-05-05", + "2017-11-15-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "alertsSummary" + }, + { + "apiVersions": [ + "2023-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Europe", + "Canada Central", + "Canada East", + "North Central US", + "West US", + "Germany West Central", + "Sweden Central", + "UAE North", + "South Africa North", + "Norway East", + "Australia Southeast", + "Central India", + "Brazil South", + "Japan East", + "Australia East", + "Southeast Asia", + "UK South", + "West Central US", + "East Asia", + "West US 3", + "Central US", + "East US 2", + "South Central US", + "West US 2", + "East US", + "West Europe" + ], + "resourceType": "investigations" + }, + { + "apiVersions": [ + "2021-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "migrateFromSmartDetection" + }, + { + "apiVersions": [ + "2019-05-05-preview", + "2018-05-05-preview", + "2018-05-05", + "2017-11-15-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2023-09-01-preview", + "2023-03-01", + "2021-07-22-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "West Central US", + "East US", + "East US 2", + "West Europe", + "West US", + "West US 2", + "Central US", + "South Central US", + "Brazil South", + "Southeast Asia", + "East Asia", + "Central India", + "North Europe", + "UK South", + "Australia Southeast", + "Canada Central", + "Norway East", + "South Africa North", + "UAE North", + "Israel Central", + "Italy North", + "France South", + "Germany West Central", + "Korea Central", + "Switzerland North", + "Brazil Southeast", + "South India", + "UK West", + "Sweden Central", + "Australia East", + "Canada East", + "France Central", + "Switzerland West", + "Norway West", + "Japan East", + "Japan West", + "Korea South", + "Spain Central", + "Australia Central", + "West US 3", + "East US 2 EUAP" + ], + "resourceType": "prometheusRuleGroups" + }, + { + "apiVersions": [ + "2021-04-01", + "2019-06-01", + "2019-03-01", + "2018-02-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "smartDetectorAlertRules" + }, + { + "apiVersions": [ + "2019-05-05-preview", + "2018-05-05-preview", + "2018-05-05", + "2017-11-15-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "smartGroups" + }, + { + "apiVersions": [ + "2023-04-01-preview", + "2023-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Global" + ], + "resourceType": "tenantActivityLogAlerts" + } + ] + }, + { + "namespace": "Microsoft.AnalysisServices", + "resourceTypes": [ + { + "apiVersions": [ + "2017-08-01-beta", + "2017-08-01", + "2017-07-14", + "2016-05-16" + ], + "defaultApiVersion": "2017-08-01", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2017-08-01-beta", + "2017-08-01", + "2017-07-14", + "2016-05-16" + ], + "defaultApiVersion": "2017-08-01", + "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", + "East US 2 EUAP" + ], + "resourceType": "locations/checkNameAvailability" + }, + { + "apiVersions": [ + "2017-08-01-beta", + "2017-08-01", + "2017-07-14", + "2016-05-16" + ], + "defaultApiVersion": "2017-08-01", + "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", + "East US 2 EUAP" + ], + "resourceType": "locations/operationresults" + }, + { + "apiVersions": [ + "2017-08-01-beta", + "2017-08-01", + "2017-07-14", + "2016-05-16" + ], + "defaultApiVersion": "2017-08-01", + "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", + "East US 2 EUAP" + ], + "resourceType": "locations/operationstatuses" + }, + { + "apiVersions": [ + "2017-08-01-beta", + "2017-08-01", + "2017-07-14", + "2016-05-16" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2", + "West Central US", + "West US 2" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2017-08-01-beta", + "2017-08-01", + "2017-07-14", + "2016-05-16" + ], + "defaultApiVersion": "2017-08-01", + "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", + "East US 2 EUAP" + ], + "resourceType": "servers" + } + ] + }, + { + "namespace": "Microsoft.ApiCenter", + "resourceTypes": [ + { + "apiVersions": [ + "2024-06-01-preview", + "2024-03-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "UK South", + "Central India", + "Australia East", + "Central US EUAP" + ], + "resourceType": "deletedServices" + }, + { + "apiVersions": [ + "2024-06-01-preview", + "2024-03-15-preview", + "2024-03-01", + "2023-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "Central US EUAP" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-06-01-preview", + "2024-03-15-preview", + "2024-03-01", + "2023-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "UK South", + "Central India", + "Australia East", + "Central US EUAP" + ], + "resourceType": "services" + }, + { + "apiVersions": [ + "2024-06-01-preview", + "2024-03-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "UK South", + "Central India", + "Australia East", + "Central US EUAP" + ], + "resourceType": "services/eventGridFilters" + } + ] + }, + { + "namespace": "Microsoft.ApiManagement", + "resourceTypes": [ + { + "apiVersions": [ + "2024-06-01-preview", + "2024-05-01", + "2023-09-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2022-09-01-preview", + "2022-08-01", + "2022-04-01-preview", + "2021-12-01-preview", + "2021-08-01", + "2021-04-01-preview", + "2021-01-01-preview", + "2020-12-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "checkFeedbackRequired" + }, + { + "apiVersions": [ + "2024-06-01-preview", + "2024-05-01", + "2023-09-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2022-09-01-preview", + "2022-08-01", + "2022-04-01-preview", + "2021-12-01-preview", + "2021-08-01", + "2021-04-01-preview", + "2021-01-01-preview", + "2020-12-01", + "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" + ], + "defaultApiVersion": "2021-08-01", + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Spain Central", + "Mexico Central", + "Israel Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2015-09-15", + "2014-02-14" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "checkServiceNameAvailability" + }, + { + "apiVersions": [ + "2024-06-01-preview", + "2024-05-01", + "2023-09-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2022-09-01-preview", + "2022-08-01", + "2022-04-01-preview", + "2021-12-01-preview", + "2021-08-01", + "2021-01-01-preview", + "2020-12-01", + "2020-06-01-preview" + ], + "defaultApiVersion": "2021-08-01", + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Spain Central", + "Mexico Central", + "Israel Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "deletedServices" + }, + { + "apiVersions": [ + "2024-06-01-preview", + "2024-05-01", + "2023-09-01-preview" + ], + "defaultApiVersion": "2023-09-01-preview", + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Spain Central", + "Mexico Central", + "Israel Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "gateways" + }, + { + "apiVersions": [ + "2024-06-01-preview", + "2024-05-01", + "2023-09-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2022-09-01-preview", + "2022-08-01", + "2022-04-01-preview", + "2021-12-01-preview", + "2021-08-01", + "2021-04-01-preview", + "2021-01-01-preview", + "2020-12-01" + ], + "defaultApiVersion": "2021-08-01", + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Spain Central", + "Mexico Central", + "Israel Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "getDomainOwnershipIdentifier" + }, + { + "apiVersions": [ + "2024-06-01-preview", + "2024-05-01", + "2023-09-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2022-09-01-preview", + "2022-08-01", + "2022-04-01-preview", + "2021-12-01-preview", + "2021-08-01", + "2021-04-01-preview", + "2021-01-01-preview", + "2020-12-01", + "2020-06-01-preview" + ], + "defaultApiVersion": "2021-08-01", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-06-01-preview", + "2024-05-01", + "2023-09-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2022-09-01-preview", + "2022-08-01", + "2022-04-01-preview", + "2021-12-01-preview", + "2021-08-01", + "2021-01-01-preview", + "2020-12-01", + "2020-06-01-preview" + ], + "defaultApiVersion": "2021-08-01", + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Spain Central", + "Mexico Central", + "Israel Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/deletedServices" + }, + { + "apiVersions": [ + "2024-06-01-preview", + "2024-05-01", + "2023-09-01-preview", + "2023-05-01-preview" + ], + "defaultApiVersion": "2023-05-01-preview", + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Spain Central", + "Mexico Central", + "Israel Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2024-06-01-preview", + "2024-05-01", + "2023-09-01-preview", + "2023-05-01-preview" + ], + "defaultApiVersion": "2023-09-01-preview", + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Spain Central", + "Mexico Central", + "Israel Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/operationsStatuses" + }, + { + "apiVersions": [ + "2024-06-01-preview", + "2024-05-01", + "2023-09-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2022-09-01-preview", + "2022-08-01", + "2022-04-01-preview", + "2021-12-01-preview", + "2021-08-01", + "2021-04-01-preview", + "2021-01-01-preview", + "2020-12-01", + "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" + ], + "defaultApiVersion": "2022-08-01", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-06-01-preview", + "2024-05-01", + "2023-09-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2022-09-01-preview", + "2022-08-01", + "2022-04-01-preview", + "2021-12-01-preview", + "2021-08-01", + "2021-04-01-preview", + "2021-01-01-preview", + "2020-12-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "reportFeedback" + }, + { + "apiVersions": [ + "2024-06-01-preview", + "2024-05-01", + "2023-09-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2022-09-01-preview", + "2022-08-01", + "2022-04-01-preview", + "2021-12-01-preview", + "2021-08-01", + "2021-04-01-preview", + "2021-01-01-preview", + "2020-12-01", + "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" + ], + "defaultApiVersion": "2021-08-01", + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Spain Central", + "Mexico Central", + "Israel Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "service" + }, + { + "apiVersions": [ + "2023-05-01-preview", + "2023-03-01-preview", + "2022-09-01-preview", + "2022-08-01", + "2022-04-01-preview", + "2021-12-01-preview", + "2021-08-01", + "2021-01-01-preview" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Spain Central", + "Mexico Central", + "Israel Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "service/eventGridFilters" + }, + { + "apiVersions": [ + "2015-09-15", + "2014-02-14" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "validateServiceName" + } + ] + }, + { + "namespace": "Microsoft.App", + "resourceTypes": [ + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-02-02-preview", + "2023-11-02-preview", + "2023-08-01-preview" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "West US 2", + "Southeast Asia", + "Sweden Central", + "Canada Central", + "West Europe", + "North Europe", + "East US", + "East US 2", + "East Asia", + "Australia East", + "Germany West Central", + "Japan East", + "UK South", + "West US", + "Central US", + "North Central US", + "South Central US", + "Korea Central", + "Brazil South", + "West US 3", + "France Central", + "South Africa North", + "Norway East", + "Switzerland North", + "UAE North", + "Canada East", + "West Central US", + "UK West", + "Central India", + "Italy North", + "Poland Central", + "South India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "builders" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-02-02-preview", + "2023-11-02-preview", + "2023-08-01-preview" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "West US 2", + "Southeast Asia", + "Sweden Central", + "Canada Central", + "West Europe", + "North Europe", + "East US", + "East US 2", + "East Asia", + "Australia East", + "Germany West Central", + "Japan East", + "UK South", + "West US", + "Central US", + "North Central US", + "South Central US", + "Korea Central", + "Brazil South", + "West US 3", + "France Central", + "South Africa North", + "Norway East", + "Switzerland North", + "UAE North", + "Canada East", + "West Central US", + "UK West", + "Central India", + "Italy North", + "Poland Central", + "South India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "builders/builds" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-03-01", + "2024-02-02-preview", + "2023-11-02-preview", + "2023-08-01-preview", + "2023-05-02-preview", + "2023-05-01", + "2023-04-01-preview", + "2022-11-01-preview", + "2022-10-01", + "2022-06-01-preview" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "North Central US", + "East US", + "East Asia", + "West Europe", + "Southeast Asia", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "connectedEnvironments" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-03-01", + "2024-02-02-preview", + "2023-11-02-preview", + "2023-08-01-preview", + "2023-05-02-preview", + "2023-05-01", + "2023-04-01-preview", + "2022-11-01-preview", + "2022-10-01", + "2022-06-01-preview" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "North Central US", + "East US", + "East Asia", + "West Europe", + "Southeast Asia", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "connectedEnvironments/certificates" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-03-01", + "2024-02-02-preview", + "2023-11-02-preview", + "2023-08-01-preview", + "2023-05-02-preview", + "2023-05-01", + "2023-04-01-preview", + "2022-11-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-03-01" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "West US 2", + "Southeast Asia", + "Sweden Central", + "Canada Central", + "West Europe", + "North Europe", + "East US", + "East US 2", + "East Asia", + "Australia East", + "Germany West Central", + "Japan East", + "UK South", + "West US", + "Central US", + "North Central US", + "South Central US", + "Korea Central", + "Brazil South", + "West US 3", + "France Central", + "South Africa North", + "Norway East", + "Switzerland North", + "UAE North", + "Canada East", + "West Central US", + "UK West", + "Central India", + "Italy North", + "Poland Central", + "South India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "containerApps" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-02-02-preview", + "2023-11-02-preview" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "West US 2", + "Southeast Asia", + "Sweden Central", + "Canada Central", + "West Europe", + "North Europe", + "East US", + "East US 2", + "East Asia", + "Australia East", + "Germany West Central", + "Japan East", + "UK South", + "West US", + "Central US", + "North Central US", + "South Central US", + "Korea Central", + "Brazil South", + "West US 3", + "France Central", + "South Africa North", + "Norway East", + "Switzerland North", + "UAE North", + "Canada East", + "West Central US", + "UK West", + "Central India", + "Italy North", + "Poland Central", + "South India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "containerApps/privateEndpointConnectionProxies" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-02-02-preview", + "2023-11-02-preview", + "2023-08-01-preview" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "West US 2", + "Southeast Asia", + "Sweden Central", + "Canada Central", + "West Europe", + "North Europe", + "East US", + "East US 2", + "East Asia", + "Australia East", + "Germany West Central", + "Japan East", + "UK South", + "West US", + "Central US", + "North Central US", + "South Central US", + "Korea Central", + "Brazil South", + "West US 3", + "France Central", + "South Africa North", + "Norway East", + "Switzerland North", + "UAE North", + "Canada East", + "West Central US", + "UK West", + "Central India", + "Italy North", + "Poland Central", + "South India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "containerApps/resiliencyPolicies" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-02-02-preview" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "West Central US", + "West US 2", + "Southeast Asia", + "Sweden Central", + "Canada Central", + "West Europe", + "North Europe", + "East US", + "East US 2", + "East Asia", + "Australia East", + "Germany West Central", + "Japan East", + "UK South", + "West US", + "Central US", + "North Central US", + "South Central US", + "Korea Central", + "Brazil South", + "West US 3", + "France Central", + "South Africa North", + "Norway East", + "Switzerland North", + "UAE North", + "Canada East", + "UK West", + "Central India", + "Italy North", + "Poland Central", + "South India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "functions" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-03-01", + "2024-02-02-preview", + "2023-11-02-preview", + "2023-08-01-preview", + "2023-05-02-preview" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "West US 2", + "Southeast Asia", + "Sweden Central", + "Canada Central", + "West Europe", + "North Europe", + "East US", + "East US 2", + "East Asia", + "Australia East", + "Germany West Central", + "Japan East", + "UK South", + "West US", + "Central US", + "North Central US", + "South Central US", + "Korea Central", + "Brazil South", + "West US 3", + "France Central", + "South Africa North", + "Norway East", + "Switzerland North", + "UAE North", + "Canada East", + "West Central US", + "UK West", + "Central India", + "Italy North", + "Poland Central", + "South India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "getCustomDomainVerificationId" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-03-01", + "2024-02-02-preview", + "2023-11-02-preview", + "2023-08-01-preview", + "2023-05-02-preview", + "2023-05-01", + "2023-04-01-preview", + "2022-11-01-preview" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "West US 2", + "Southeast Asia", + "Sweden Central", + "Canada Central", + "West Europe", + "North Europe", + "East US", + "East US 2", + "East Asia", + "Australia East", + "Germany West Central", + "Japan East", + "UK South", + "West US", + "Central US", + "North Central US", + "South Central US", + "Korea Central", + "Brazil South", + "West US 3", + "France Central", + "South Africa North", + "Norway East", + "Switzerland North", + "UAE North", + "Canada East", + "West Central US", + "UK West", + "Central India", + "Italy North", + "Poland Central", + "South India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "jobs" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-03-01", + "2024-02-02-preview", + "2023-11-02-preview", + "2023-08-01-preview", + "2023-05-02-preview", + "2023-05-01", + "2023-04-01-preview", + "2022-11-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-03-01" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-02-02-preview", + "2023-11-02-preview", + "2023-08-01-preview" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "West US 2", + "Southeast Asia", + "Sweden Central", + "Canada Central", + "West Europe", + "North Europe", + "East US", + "East US 2", + "East Asia", + "Australia East", + "Germany West Central", + "Japan East", + "UK South", + "West US", + "Central US", + "North Central US", + "South Central US", + "Korea Central", + "Brazil South", + "West US 3", + "France Central", + "South Africa North", + "Norway East", + "Switzerland North", + "UAE North", + "Canada East", + "West Central US", + "UK West", + "Central India", + "Italy North", + "Poland Central", + "South India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/OperationResults" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-02-02-preview", + "2023-11-02-preview", + "2023-08-01-preview" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "West US 2", + "Southeast Asia", + "Sweden Central", + "Canada Central", + "West Europe", + "North Europe", + "East US", + "East US 2", + "East Asia", + "Australia East", + "Germany West Central", + "Japan East", + "UK South", + "West US", + "Central US", + "North Central US", + "South Central US", + "Korea Central", + "Brazil South", + "West US 3", + "France Central", + "South Africa North", + "Norway East", + "Switzerland North", + "UAE North", + "Canada East", + "West Central US", + "UK West", + "Central India", + "Italy North", + "Poland Central", + "South India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/OperationStatuses" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-03-01", + "2024-02-02-preview", + "2023-11-02-preview", + "2023-08-01-preview", + "2023-05-02-preview", + "2023-05-01", + "2023-04-01-preview", + "2022-11-01-preview", + "2022-10-01", + "2022-06-01-preview" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "West US 2", + "Southeast Asia", + "Sweden Central", + "Canada Central", + "West Europe", + "North Europe", + "East US", + "East US 2", + "East Asia", + "Australia East", + "Germany West Central", + "Japan East", + "UK South", + "West US", + "Central US", + "North Central US", + "South Central US", + "Korea Central", + "Brazil South", + "West US 3", + "France Central", + "South Africa North", + "Norway East", + "Switzerland North", + "UAE North", + "Canada East", + "West Central US", + "UK West", + "Central India", + "Italy North", + "Poland Central", + "South India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/availableManagedEnvironmentsWorkloadProfileTypes" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-03-01", + "2024-02-02-preview", + "2023-11-02-preview", + "2023-08-01-preview", + "2023-05-02-preview", + "2023-05-01", + "2023-04-01-preview", + "2022-11-01-preview", + "2022-10-01", + "2022-06-01-preview" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "West US 2", + "Southeast Asia", + "Sweden Central", + "Canada Central", + "West Europe", + "North Europe", + "East US", + "East US 2", + "East Asia", + "Australia East", + "Germany West Central", + "Japan East", + "UK South", + "West US", + "Central US", + "North Central US", + "South Central US", + "Korea Central", + "Brazil South", + "West US 3", + "France Central", + "South Africa North", + "Norway East", + "Switzerland North", + "UAE North", + "Canada East", + "West Central US", + "UK West", + "Central India", + "Italy North", + "Poland Central", + "South India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/billingMeters" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-03-01", + "2024-02-02-preview", + "2023-11-02-preview", + "2023-08-01-preview", + "2023-05-02-preview", + "2023-05-01", + "2023-04-01-preview", + "2022-11-01-preview", + "2022-10-01", + "2022-06-01-preview" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "North Central US", + "East US", + "East Asia", + "West Europe", + "Southeast Asia", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/connectedEnvironmentOperationResults" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-03-01", + "2024-02-02-preview", + "2023-11-02-preview", + "2023-08-01-preview", + "2023-05-02-preview", + "2023-05-01", + "2023-04-01-preview", + "2022-11-01-preview", + "2022-10-01", + "2022-06-01-preview" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "North Central US", + "East US", + "East Asia", + "West Europe", + "Southeast Asia", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/connectedEnvironmentOperationStatuses" + }, + { + "apiVersions": [ + "2024-10-02-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "East US", + "East Asia", + "West Europe", + "Southeast Asia", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/connectedOperationResults" + }, + { + "apiVersions": [ + "2024-10-02-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "East US", + "East Asia", + "West Europe", + "Southeast Asia", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/connectedOperationStatuses" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-03-01", + "2024-02-02-preview", + "2023-11-02-preview", + "2023-08-01-preview", + "2023-05-02-preview", + "2023-05-01", + "2023-04-01-preview", + "2022-11-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-03-01" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "West US 2", + "Southeast Asia", + "Sweden Central", + "Canada Central", + "West Europe", + "North Europe", + "East US", + "East US 2", + "East Asia", + "Australia East", + "Germany West Central", + "Japan East", + "UK South", + "West US", + "Central US", + "North Central US", + "South Central US", + "Korea Central", + "Brazil South", + "West US 3", + "France Central", + "South Africa North", + "Norway East", + "Switzerland North", + "UAE North", + "Canada East", + "West Central US", + "UK West", + "Central India", + "Italy North", + "Poland Central", + "South India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/containerappOperationResults" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-03-01", + "2024-02-02-preview", + "2023-11-02-preview", + "2023-08-01-preview", + "2023-05-02-preview", + "2023-05-01", + "2023-04-01-preview", + "2022-11-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-03-01" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "West US 2", + "Southeast Asia", + "Sweden Central", + "Canada Central", + "West Europe", + "North Europe", + "East US", + "East US 2", + "East Asia", + "Australia East", + "Germany West Central", + "Japan East", + "UK South", + "West US", + "Central US", + "North Central US", + "South Central US", + "Korea Central", + "Brazil South", + "West US 3", + "France Central", + "South Africa North", + "Norway East", + "Switzerland North", + "UAE North", + "Canada East", + "West Central US", + "UK West", + "Central India", + "Italy North", + "Poland Central", + "South India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/containerappOperationStatuses" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-03-01", + "2024-02-02-preview", + "2023-11-02-preview", + "2023-08-01-preview", + "2023-05-02-preview", + "2023-05-01", + "2023-04-01-preview", + "2022-11-01-preview" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "West US 2", + "Southeast Asia", + "Sweden Central", + "Canada Central", + "West Europe", + "North Europe", + "East US", + "East US 2", + "East Asia", + "Australia East", + "Germany West Central", + "Japan East", + "UK South", + "West US", + "Central US", + "North Central US", + "South Central US", + "Korea Central", + "Brazil South", + "West US 3", + "France Central", + "South Africa North", + "Norway East", + "Switzerland North", + "UAE North", + "Canada East", + "West Central US", + "UK West", + "Central India", + "Italy North", + "Poland Central", + "South India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/containerappsjobOperationResults" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-03-01", + "2024-02-02-preview", + "2023-11-02-preview", + "2023-08-01-preview", + "2023-05-02-preview", + "2023-05-01", + "2023-04-01-preview", + "2022-11-01-preview" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "West US 2", + "Southeast Asia", + "Sweden Central", + "Canada Central", + "West Europe", + "North Europe", + "East US", + "East US 2", + "East Asia", + "Australia East", + "Germany West Central", + "Japan East", + "UK South", + "West US", + "Central US", + "North Central US", + "South Central US", + "Korea Central", + "Brazil South", + "West US 3", + "France Central", + "South Africa North", + "Norway East", + "Switzerland North", + "UAE North", + "Canada East", + "West Central US", + "UK West", + "Central India", + "Italy North", + "Poland Central", + "South India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/containerappsjobOperationStatuses" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-03-01", + "2024-02-02-preview", + "2023-11-02-preview", + "2023-08-01-preview", + "2023-05-02-preview", + "2023-05-01", + "2023-04-01-preview", + "2022-11-01-preview" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "West US 2", + "Southeast Asia", + "Sweden Central", + "Canada Central", + "West Europe", + "North Europe", + "East US", + "East US 2", + "East Asia", + "Australia East", + "Germany West Central", + "Japan East", + "UK South", + "West US", + "Central US", + "North Central US", + "South Central US", + "Korea Central", + "Brazil South", + "West US 3", + "France Central", + "South Africa North", + "Norway East", + "Switzerland North", + "UAE North", + "Canada East", + "West Central US", + "UK West", + "Central India", + "Italy North", + "Poland Central", + "South India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedCertificateOperationStatuses" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-03-01", + "2024-02-02-preview", + "2023-11-02-preview", + "2023-08-01-preview", + "2023-05-02-preview", + "2023-05-01", + "2023-04-01-preview", + "2022-11-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-03-01" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "West US 2", + "Southeast Asia", + "Sweden Central", + "Canada Central", + "West Europe", + "North Europe", + "East US", + "East US 2", + "East Asia", + "Australia East", + "Germany West Central", + "Japan East", + "UK South", + "West US", + "Central US", + "North Central US", + "South Central US", + "Korea Central", + "Brazil South", + "West US 3", + "France Central", + "South Africa North", + "Norway East", + "Switzerland North", + "UAE North", + "Canada East", + "West Central US", + "UK West", + "Central India", + "Italy North", + "Poland Central", + "South India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedEnvironmentOperationResults" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-03-01", + "2024-02-02-preview", + "2023-11-02-preview", + "2023-08-01-preview", + "2023-05-02-preview", + "2023-05-01", + "2023-04-01-preview", + "2022-11-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-03-01" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "West US 2", + "Southeast Asia", + "Sweden Central", + "Canada Central", + "West Europe", + "North Europe", + "East US", + "East US 2", + "East Asia", + "Australia East", + "Germany West Central", + "Japan East", + "UK South", + "West US", + "Central US", + "North Central US", + "South Central US", + "Korea Central", + "Brazil South", + "West US 3", + "France Central", + "South Africa North", + "Norway East", + "Switzerland North", + "UAE North", + "Canada East", + "West Central US", + "UK West", + "Central India", + "Italy North", + "Poland Central", + "South India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedEnvironmentOperationStatuses" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-03-01", + "2024-02-02-preview", + "2023-11-02-preview", + "2023-08-01-preview", + "2023-05-02-preview", + "2023-05-01", + "2023-04-01-preview", + "2022-11-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-03-01" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "West US 2", + "Southeast Asia", + "Sweden Central", + "Canada Central", + "West Europe", + "North Europe", + "East US", + "East US 2", + "East Asia", + "Australia East", + "Germany West Central", + "Japan East", + "UK South", + "West US", + "Central US", + "North Central US", + "South Central US", + "Korea Central", + "Brazil South", + "West US 3", + "France Central", + "South Africa North", + "Norway East", + "Switzerland North", + "UAE North", + "Canada East", + "West Central US", + "UK West", + "Central India", + "Italy North", + "Poland Central", + "South India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/sourceControlOperationResults" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-03-01", + "2024-02-02-preview", + "2023-11-02-preview", + "2023-08-01-preview", + "2023-05-02-preview", + "2023-05-01", + "2023-04-01-preview", + "2022-11-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-03-01" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "West US 2", + "Southeast Asia", + "Sweden Central", + "Canada Central", + "West Europe", + "North Europe", + "East US", + "East US 2", + "East Asia", + "Australia East", + "Germany West Central", + "Japan East", + "UK South", + "West US", + "Central US", + "North Central US", + "South Central US", + "Korea Central", + "Brazil South", + "West US 3", + "France Central", + "South Africa North", + "Norway East", + "Switzerland North", + "UAE North", + "Canada East", + "West Central US", + "UK West", + "Central India", + "Italy North", + "Poland Central", + "South India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/sourceControlOperationStatuses" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-03-01", + "2024-02-02-preview", + "2023-11-02-preview", + "2023-08-01-preview", + "2023-05-02-preview" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "West US 2", + "Southeast Asia", + "Sweden Central", + "Canada Central", + "West Europe", + "North Europe", + "East US", + "East US 2", + "East Asia", + "Australia East", + "Germany West Central", + "Japan East", + "UK South", + "West US", + "Central US", + "North Central US", + "South Central US", + "Korea Central", + "Brazil South", + "West US 3", + "France Central", + "South Africa North", + "Norway East", + "Switzerland North", + "UAE North", + "Canada East", + "West Central US", + "UK West", + "Central India", + "Italy North", + "Poland Central", + "South India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/usages" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-02-02-preview" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "West Europe", + "East US", + "East Asia", + "North Central US", + "Southeast Asia", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "logicApps" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-03-01", + "2024-02-02-preview", + "2023-11-02-preview", + "2023-08-01-preview", + "2023-05-02-preview", + "2023-05-01", + "2023-04-01-preview", + "2022-11-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-03-01" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "West US 2", + "Southeast Asia", + "Sweden Central", + "Canada Central", + "West Europe", + "North Europe", + "East US", + "East US 2", + "East Asia", + "Australia East", + "Germany West Central", + "Japan East", + "UK South", + "West US", + "Central US", + "North Central US", + "South Central US", + "Korea Central", + "Brazil South", + "West US 3", + "France Central", + "South Africa North", + "Norway East", + "Switzerland North", + "UAE North", + "Canada East", + "West Central US", + "UK West", + "Central India", + "Italy North", + "Poland Central", + "South India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "managedEnvironments" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-03-01", + "2024-02-02-preview", + "2023-11-02-preview", + "2023-08-01-preview", + "2023-05-02-preview", + "2023-05-01", + "2023-04-01-preview", + "2022-11-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-03-01" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "West US 2", + "Southeast Asia", + "Sweden Central", + "Canada Central", + "West Europe", + "North Europe", + "East US", + "East US 2", + "East Asia", + "Australia East", + "Germany West Central", + "Japan East", + "UK South", + "West US", + "Central US", + "North Central US", + "South Central US", + "Korea Central", + "Brazil South", + "West US 3", + "France Central", + "South Africa North", + "Norway East", + "Switzerland North", + "UAE North", + "Canada East", + "West Central US", + "UK West", + "Central India", + "Italy North", + "Poland Central", + "South India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "managedEnvironments/certificates" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-03-01", + "2024-02-02-preview", + "2023-11-02-preview", + "2023-08-01-preview", + "2023-05-02-preview", + "2023-05-01", + "2023-04-01-preview", + "2022-11-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-03-01" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "West US 2", + "Southeast Asia", + "Sweden Central", + "Canada Central", + "West Europe", + "North Europe", + "East US", + "East US 2", + "East Asia", + "Australia East", + "Germany West Central", + "Japan East", + "UK South", + "West US", + "Central US", + "North Central US", + "South Central US", + "Korea Central", + "Brazil South", + "West US 3", + "France Central", + "South Africa North", + "Norway East", + "Switzerland North", + "UAE North", + "Canada East", + "West Central US", + "UK West", + "Central India", + "Italy North", + "Poland Central", + "South India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "managedEnvironments/daprComponents" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-02-02-preview", + "2023-11-02-preview", + "2023-08-01-preview" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "West US 2", + "Southeast Asia", + "Sweden Central", + "Canada Central", + "West Europe", + "North Europe", + "East US", + "East US 2", + "East Asia", + "Australia East", + "Germany West Central", + "Japan East", + "UK South", + "West US", + "Central US", + "North Central US", + "South Central US", + "Korea Central", + "Brazil South", + "West US 3", + "France Central", + "South Africa North", + "Norway East", + "Switzerland North", + "UAE North", + "Canada East", + "West Central US", + "UK West", + "Central India", + "Italy North", + "Poland Central", + "South India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "managedEnvironments/daprComponents/resiliencyPolicies" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-02-02-preview", + "2023-11-02-preview" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "West US 2", + "Southeast Asia", + "Sweden Central", + "Canada Central", + "West Europe", + "North Europe", + "East US", + "East US 2", + "East Asia", + "Australia East", + "Germany West Central", + "Japan East", + "UK South", + "West US", + "Central US", + "North Central US", + "South Central US", + "Korea Central", + "Brazil South", + "West US 3", + "France Central", + "South Africa North", + "Norway East", + "Switzerland North", + "UAE North", + "Canada East", + "West Central US", + "UK West", + "Central India", + "Italy North", + "Poland Central", + "South India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "managedEnvironments/dotNetComponents" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-02-02-preview", + "2023-11-02-preview" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "West US 2", + "Southeast Asia", + "Sweden Central", + "Canada Central", + "West Europe", + "North Europe", + "East US", + "East US 2", + "East Asia", + "Australia East", + "Germany West Central", + "Japan East", + "UK South", + "West US", + "Central US", + "North Central US", + "South Central US", + "Korea Central", + "Brazil South", + "West US 3", + "France Central", + "South Africa North", + "Norway East", + "Switzerland North", + "UAE North", + "Canada East", + "West Central US", + "UK West", + "Central India", + "Italy North", + "Poland Central", + "South India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "managedEnvironments/javaComponents" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-03-01", + "2024-02-02-preview", + "2023-11-02-preview", + "2023-08-01-preview", + "2023-05-02-preview", + "2023-05-01", + "2023-04-01-preview", + "2022-11-01-preview" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "West US 2", + "Southeast Asia", + "Sweden Central", + "Canada Central", + "West Europe", + "North Europe", + "East US", + "East US 2", + "East Asia", + "Australia East", + "Germany West Central", + "Japan East", + "UK South", + "West US", + "Central US", + "North Central US", + "South Central US", + "Korea Central", + "Brazil South", + "West US 3", + "France Central", + "South Africa North", + "Norway East", + "Switzerland North", + "UAE North", + "Canada East", + "West Central US", + "UK West", + "Central India", + "Italy North", + "Poland Central", + "South India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "managedEnvironments/managedCertificates" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-02-02-preview", + "2023-11-02-preview" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "West US 2", + "Southeast Asia", + "Sweden Central", + "Canada Central", + "West Europe", + "North Europe", + "East US", + "East US 2", + "East Asia", + "Australia East", + "Germany West Central", + "Japan East", + "UK South", + "West US", + "Central US", + "North Central US", + "South Central US", + "Korea Central", + "Brazil South", + "West US 3", + "France Central", + "South Africa North", + "Norway East", + "Switzerland North", + "UAE North", + "Canada East", + "West Central US", + "UK West", + "Central India", + "Italy North", + "Poland Central", + "South India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "managedEnvironments/privateEndpointConnectionProxies" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-03-01", + "2024-02-02-preview", + "2023-11-02-preview", + "2023-08-01-preview", + "2023-05-02-preview", + "2023-05-01", + "2023-04-01-preview", + "2023-02-01", + "2022-11-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-03-01" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "East Asia", + "North Central US", + "West Europe" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-10-02-preview", + "2024-08-02-preview", + "2024-02-02-preview", + "2023-11-02-preview", + "2023-08-01-preview" + ], + "defaultApiVersion": "2024-10-02-preview", + "locations": [ + "West US 2", + "North Europe", + "East US", + "East Asia", + "North Central US", + "Germany West Central", + "Poland Central", + "Italy North", + "Switzerland North", + "Sweden Central", + "Norway East", + "Japan East", + "Australia East", + "West Central US", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "sessionPools" + }, + { + "apiVersions": [ + "2023-11-02-preview" + ], + "defaultApiVersion": "2023-11-02-preview", + "locations": [ + "Central US", + "East Asia", + "West Europe", + "East US 2 EUAP" + ], + "resourceType": "spaces" + } + ] + }, + { + "namespace": "Microsoft.AppAssessment", + "resourceTypes": [ + { + "apiVersions": [ + "2020-09-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2020-09-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "West Central US" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2020-09-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "West Central US" + ], + "resourceType": "Locations/osVersions" + }, + { + "apiVersions": [ + "2020-09-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "migrateProjects" + }, + { + "apiVersions": [ + "2020-09-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "migrateProjects/assessments" + }, + { + "apiVersions": [ + "2020-09-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "migrateProjects/assessments/assessedApplications" + }, + { + "apiVersions": [ + "2020-09-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "migrateProjects/assessments/assessedApplications/machines" + }, + { + "apiVersions": [ + "2020-09-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "migrateProjects/assessments/assessedMachines" + }, + { + "apiVersions": [ + "2020-09-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "migrateProjects/assessments/assessedMachines/applications" + }, + { + "apiVersions": [ + "2020-09-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "migrateProjects/assessments/machinesToAssess" + }, + { + "apiVersions": [ + "2020-09-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "migrateProjects/sites" + }, + { + "apiVersions": [ + "2020-09-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "migrateProjects/sites/applianceConfigurations" + }, + { + "apiVersions": [ + "2020-09-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "migrateProjects/sites/machines" + }, + { + "apiVersions": [ + "2020-09-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.AppComplianceAutomation", + "resourceTypes": [ + { + "apiVersions": [ + "2024-06-27", + "2023-02-15-preview" + ], + "defaultApiVersion": "2024-06-27", + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2024-06-27", + "2023-02-15-preview" + ], + "defaultApiVersion": "2024-06-27", + "locations": [], + "resourceType": "getCollectionCount" + }, + { + "apiVersions": [ + "2024-06-27", + "2023-02-15-preview" + ], + "defaultApiVersion": "2024-06-27", + "locations": [], + "resourceType": "getOverviewStatus" + }, + { + "apiVersions": [ + "2024-06-27", + "2023-02-15-preview" + ], + "defaultApiVersion": "2024-06-27", + "locations": [], + "resourceType": "listInUseStorageAccounts" + }, + { + "apiVersions": [ + "2024-06-27", + "2023-02-15-preview", + "2022-11-16-preview", + "2022-05-10-privatepreview" + ], + "defaultApiVersion": "2024-06-27", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-06-27", + "2023-02-15-preview", + "2022-11-16-preview", + "2022-05-10-privatepreview" + ], + "defaultApiVersion": "2024-06-27", + "locations": [ + "West US 3" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-06-27", + "2023-02-15-preview" + ], + "defaultApiVersion": "2024-06-27", + "locations": [], + "resourceType": "onboard" + }, + { + "apiVersions": [ + "2024-06-27", + "2023-02-15-preview", + "2022-11-16-preview", + "2022-05-10-privatepreview", + "2022-05-10-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-06-27", + "2023-02-15-preview", + "2022-11-16-preview", + "2022-05-10-privatepreview", + "2022-05-10-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "reports" + }, + { + "apiVersions": [ + "2024-06-27", + "2023-02-15-preview" + ], + "defaultApiVersion": "2024-06-27", + "locations": [], + "resourceType": "reports/evidences" + }, + { + "apiVersions": [ + "2024-06-27", + "2023-02-15-preview" + ], + "defaultApiVersion": "2024-06-27", + "locations": [], + "resourceType": "reports/scopingConfigurations" + }, + { + "apiVersions": [ + "2024-06-27", + "2023-02-15-preview", + "2022-11-16-preview", + "2022-05-10-privatepreview", + "2022-05-10-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "reports/snapshots" + }, + { + "apiVersions": [ + "2024-06-27", + "2023-02-15-preview" + ], + "defaultApiVersion": "2024-06-27", + "locations": [], + "resourceType": "reports/webhooks" + }, + { + "apiVersions": [ + "2024-06-27", + "2023-02-15-preview" + ], + "defaultApiVersion": "2024-06-27", + "locations": [], + "resourceType": "triggerEvaluation" + } + ] + }, + { + "namespace": "Microsoft.AppConfiguration", + "resourceTypes": [ + { + "apiVersions": [ + "2024-05-01", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-03-01", + "2022-05-01", + "2022-03-01-preview", + "2021-10-01-preview", + "2021-03-01-preview", + "2020-07-01-preview", + "2020-06-01", + "2019-11-01-preview", + "2019-10-01", + "2019-02-01-preview" + ], + "defaultApiVersion": null, + "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", + "Switzerland North", + "Germany West Central", + "UAE North", + "Norway East", + "South Africa North", + "UK West", + "Japan West", + "West US 3", + "Brazil Southeast", + "Sweden Central", + "South India", + "Qatar Central", + "Switzerland West", + "Canada East", + "Norway West", + "Australia Central 2", + "France South", + "Korea South", + "Germany North", + "Poland Central", + "Australia Central", + "Italy North", + "Israel Central", + "South Africa West", + "Mexico Central", + "Spain Central", + "UAE Central", + "New Zealand North", + "East US 2 EUAP" + ], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2024-05-01", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-03-01", + "2022-05-01", + "2022-03-01-preview", + "2021-10-01-preview", + "2021-03-01-preview", + "2020-07-01-preview", + "2020-06-01", + "2019-11-01-preview", + "2019-10-01", + "2019-02-01-preview" + ], + "defaultApiVersion": "2019-10-01", + "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", + "Switzerland North", + "Germany West Central", + "UAE North", + "Norway East", + "South Africa North", + "UK West", + "Japan West", + "West US 3", + "Brazil Southeast", + "Sweden Central", + "Switzerland West", + "Qatar Central", + "South India", + "Poland Central", + "Canada East", + "Norway West", + "Australia Central", + "Australia Central 2", + "France South", + "Korea South", + "Germany North", + "Italy North", + "Israel Central", + "South Africa West", + "Mexico Central", + "Spain Central", + "New Zealand North", + "UAE Central", + "East US 2 EUAP" + ], + "resourceType": "configurationStores" + }, + { + "apiVersions": [ + "2024-05-01", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-03-01", + "2022-05-01", + "2022-03-01-preview", + "2021-10-01-preview", + "2021-03-01-preview", + "2020-07-01-preview", + "2020-06-01", + "2019-11-01-preview", + "2019-10-01", + "2019-02-01-preview" + ], + "defaultApiVersion": null, + "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", + "Switzerland North", + "Germany West Central", + "UAE North", + "Norway East", + "South Africa North", + "UK West", + "Japan West", + "West US 3", + "Brazil Southeast", + "Sweden Central", + "Switzerland West", + "Qatar Central", + "South India", + "Poland Central", + "Canada East", + "Norway West", + "Australia Central", + "Australia Central 2", + "France South", + "Korea South", + "Germany North", + "Italy North", + "Israel Central", + "South Africa West", + "Mexico Central", + "Spain Central", + "New Zealand North", + "UAE Central", + "East US 2 EUAP" + ], + "resourceType": "configurationStores/eventGridFilters" + }, + { + "apiVersions": [ + "2024-05-01", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-03-01", + "2022-05-01", + "2022-03-01-preview", + "2021-10-01-preview", + "2021-03-01-preview", + "2020-07-01-preview" + ], + "defaultApiVersion": null, + "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", + "Switzerland North", + "Germany West Central", + "UAE North", + "Norway East", + "South Africa North", + "UK West", + "Japan West", + "West US 3", + "Brazil Southeast", + "Sweden Central", + "Switzerland West", + "Qatar Central", + "South India", + "Poland Central", + "Canada East", + "Norway West", + "Australia Central", + "Australia Central 2", + "France South", + "Korea South", + "Germany North", + "Italy North", + "Israel Central", + "South Africa West", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP" + ], + "resourceType": "configurationStores/keyValues" + }, + { + "apiVersions": [ + "2024-05-01", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-03-01", + "2022-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Switzerland North", + "Germany West Central", + "UAE North", + "Norway East", + "South Africa North", + "UK West", + "Japan West", + "West US 3", + "Brazil Southeast", + "Sweden Central", + "Switzerland West", + "Qatar Central", + "South India", + "Poland Central", + "Canada East", + "Norway West", + "Australia Central", + "Australia Central 2", + "France South", + "Korea South", + "Germany North", + "Italy North", + "Israel Central", + "South Africa West", + "Mexico Central", + "Spain Central", + "New Zealand North", + "UAE Central", + "East US 2 EUAP" + ], + "resourceType": "configurationStores/replicas" + }, + { + "apiVersions": [ + "2024-05-01", + "2023-09-01-preview", + "2023-08-01-preview" + ], + "defaultApiVersion": null, + "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", + "Switzerland North", + "Germany West Central", + "UAE North", + "Norway East", + "South Africa North", + "UK West", + "Japan West", + "West US 3", + "Brazil Southeast", + "Sweden Central", + "Switzerland West", + "Qatar Central", + "South India", + "Poland Central", + "Canada East", + "Norway West", + "Australia Central", + "Australia Central 2", + "France South", + "Korea South", + "Germany North", + "Italy North", + "Israel Central", + "South Africa West", + "Mexico Central", + "Spain Central", + "New Zealand North", + "UAE Central", + "East US 2 EUAP" + ], + "resourceType": "configurationStores/snapshots" + }, + { + "apiVersions": [ + "2024-05-01", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-03-01", + "2022-05-01", + "2022-03-01-preview", + "2021-10-01-preview" + ], + "defaultApiVersion": null, + "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", + "Switzerland North", + "Germany West Central", + "UAE North", + "Norway East", + "South Africa North", + "UK West", + "Japan West", + "West US 3", + "Brazil Southeast", + "Sweden Central", + "Switzerland West", + "Qatar Central", + "South India", + "Poland Central", + "Canada East", + "Norway West", + "Australia Central", + "Australia Central 2", + "France South", + "Korea South", + "Germany North", + "Italy North", + "Israel Central", + "South Africa West", + "Mexico Central", + "Spain Central", + "New Zealand North", + "UAE Central", + "East US 2 EUAP" + ], + "resourceType": "deletedConfigurationStores" + }, + { + "apiVersions": [ + "2024-05-01", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-03-01", + "2022-05-01", + "2022-03-01-preview", + "2021-10-01-preview", + "2021-03-01-preview", + "2020-07-01-preview", + "2020-06-01", + "2019-11-01-preview", + "2019-10-01", + "2019-02-01-preview" + ], + "defaultApiVersion": null, + "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", + "Switzerland North", + "Germany West Central", + "UAE North", + "Norway East", + "South Africa North", + "UK West", + "Japan West", + "West US 3", + "Brazil Southeast", + "Sweden Central", + "South India", + "Qatar Central", + "Switzerland West", + "Canada East", + "Norway West", + "Australia Central 2", + "France South", + "Korea South", + "Germany North", + "Poland Central", + "Australia Central", + "Italy North", + "Israel Central", + "South Africa West", + "Mexico Central", + "Spain Central", + "UAE Central", + "New Zealand North", + "East US 2 EUAP" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-05-01", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-03-01", + "2022-05-01", + "2022-03-01-preview", + "2021-10-01-preview" + ], + "defaultApiVersion": null, + "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", + "Switzerland North", + "Germany West Central", + "UAE North", + "Norway East", + "South Africa North", + "UK West", + "Japan West", + "West US 3", + "Brazil Southeast", + "Sweden Central", + "Switzerland West", + "Qatar Central", + "South India", + "Poland Central", + "Canada East", + "Norway West", + "Australia Central", + "Australia Central 2", + "France South", + "Korea South", + "Germany North", + "Italy North", + "Israel Central", + "South Africa West", + "Mexico Central", + "Spain Central", + "New Zealand North", + "UAE Central", + "East US 2 EUAP" + ], + "resourceType": "locations/checkNameAvailability" + }, + { + "apiVersions": [ + "2024-05-01", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-03-01", + "2022-05-01", + "2022-03-01-preview", + "2021-10-01-preview" + ], + "defaultApiVersion": null, + "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", + "Switzerland North", + "Germany West Central", + "UAE North", + "Norway East", + "South Africa North", + "UK West", + "Japan West", + "West US 3", + "Brazil Southeast", + "Sweden Central", + "Switzerland West", + "Qatar Central", + "South India", + "Poland Central", + "Canada East", + "Norway West", + "Australia Central", + "Australia Central 2", + "France South", + "Korea South", + "Germany North", + "Italy North", + "Israel Central", + "South Africa West", + "Mexico Central", + "Spain Central", + "New Zealand North", + "UAE Central", + "East US 2 EUAP" + ], + "resourceType": "locations/deletedConfigurationStores" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2023-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US EUAP" + ], + "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable" + }, + { + "apiVersions": [ + "2024-05-01", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-03-01", + "2022-05-01", + "2022-03-01-preview", + "2021-10-01-preview", + "2021-03-01-preview", + "2020-07-01-preview", + "2020-06-01", + "2019-11-01-preview", + "2019-10-01", + "2019-02-01-preview" + ], + "defaultApiVersion": null, + "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", + "Switzerland North", + "Germany West Central", + "UAE North", + "Norway East", + "South Africa North", + "UK West", + "Japan West", + "West US 3", + "Brazil Southeast", + "Sweden Central", + "Switzerland West", + "Qatar Central", + "South India", + "Poland Central", + "Canada East", + "Norway West", + "Australia Central", + "Australia Central 2", + "France South", + "Korea South", + "Germany North", + "Italy North", + "Israel Central", + "South Africa West", + "Mexico Central", + "Spain Central", + "New Zealand North", + "UAE Central", + "East US 2 EUAP" + ], + "resourceType": "locations/operationsStatus" + }, + { + "apiVersions": [ + "2024-05-01", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-03-01", + "2022-05-01", + "2022-03-01-preview", + "2021-10-01-preview", + "2021-03-01-preview", + "2020-07-01-preview", + "2020-06-01", + "2019-11-01-preview", + "2019-10-01", + "2019-02-01-preview" + ], + "defaultApiVersion": null, + "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", + "Switzerland North", + "Germany West Central", + "UAE North", + "Norway East", + "South Africa North", + "UK West", + "Japan West", + "West US 3", + "Brazil Southeast", + "Sweden Central", + "South India", + "Qatar Central", + "Switzerland West", + "Canada East", + "Norway West", + "Australia Central 2", + "France South", + "Korea South", + "Germany North", + "Poland Central", + "Australia Central", + "Italy North", + "Israel Central", + "South Africa West", + "Mexico Central", + "Spain Central", + "UAE Central", + "New Zealand North", + "East US 2 EUAP" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.AppPlatform", + "resourceTypes": [ + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01-preview", + "2023-12-01", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-11-01-preview", + "2022-09-01-preview", + "2022-05-01-preview", + "2022-04-01", + "2022-03-01-preview", + "2022-01-01-preview", + "2021-09-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2020-07-01" + ], + "defaultApiVersion": "2024-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", + "Canada Central", + "North Central US", + "West US", + "UAE North", + "Central India", + "Korea Central", + "East Asia", + "Japan East", + "South Africa North", + "West US 3", + "Brazil South", + "France Central", + "Switzerland North", + "Germany West Central", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Italy North" + ], + "resourceType": "Spring" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01-preview", + "2023-12-01", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-11-01-preview", + "2022-09-01-preview", + "2022-05-01-preview", + "2022-04-01", + "2022-03-01-preview", + "2022-01-01-preview", + "2021-09-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2020-07-01" + ], + "defaultApiVersion": "2024-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", + "Canada Central", + "North Central US", + "West US", + "UAE North", + "Central India", + "Korea Central", + "East Asia", + "Japan East", + "South Africa North", + "West US 3", + "Brazil South", + "France Central", + "Switzerland North", + "Germany West Central", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Italy North" + ], + "resourceType": "Spring/apps" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01-preview", + "2023-12-01", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-11-01-preview", + "2022-09-01-preview", + "2022-05-01-preview", + "2022-04-01", + "2022-03-01-preview", + "2022-01-01-preview", + "2021-09-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2020-07-01" + ], + "defaultApiVersion": "2024-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", + "Canada Central", + "North Central US", + "West US", + "UAE North", + "Central India", + "Korea Central", + "East Asia", + "Japan East", + "South Africa North", + "West US 3", + "Brazil South", + "France Central", + "Switzerland North", + "Germany West Central", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Italy North" + ], + "resourceType": "Spring/apps/deployments" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01-preview", + "2023-12-01", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-11-01-preview", + "2022-09-01-preview", + "2022-05-01-preview", + "2022-04-01", + "2022-03-01-preview", + "2022-01-01-preview", + "2021-09-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2020-07-01" + ], + "defaultApiVersion": "2024-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", + "Canada Central", + "North Central US", + "West US", + "UAE North", + "Central India", + "Korea Central", + "East Asia", + "Japan East", + "South Africa North", + "West US 3", + "Brazil South", + "France Central", + "Switzerland North", + "Germany West Central", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Italy North" + ], + "resourceType": "Spring/apps/deployments/operationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01-preview", + "2023-12-01", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-11-01-preview", + "2022-09-01-preview", + "2022-05-01-preview", + "2022-04-01", + "2022-03-01-preview", + "2022-01-01-preview", + "2021-09-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2020-07-01" + ], + "defaultApiVersion": "2024-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", + "Canada Central", + "North Central US", + "West US", + "UAE North", + "Central India", + "Korea Central", + "East Asia", + "Japan East", + "South Africa North", + "West US 3", + "Brazil South", + "France Central", + "Switzerland North", + "Germany West Central", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Italy North" + ], + "resourceType": "Spring/apps/deployments/operationStatuses" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01-preview", + "2023-12-01", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-11-01-preview", + "2022-09-01-preview", + "2022-05-01-preview", + "2022-04-01", + "2022-03-01-preview", + "2022-01-01-preview", + "2021-09-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2020-07-01" + ], + "defaultApiVersion": "2024-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", + "Canada Central", + "North Central US", + "West US", + "UAE North", + "Central India", + "Korea Central", + "East Asia", + "Japan East", + "South Africa North", + "West US 3", + "Brazil South", + "France Central", + "Switzerland North", + "Germany West Central", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Italy North" + ], + "resourceType": "Spring/apps/domains" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01-preview", + "2023-12-01", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-11-01-preview", + "2022-09-01-preview", + "2022-05-01-preview", + "2022-04-01", + "2022-03-01-preview", + "2022-01-01-preview", + "2021-09-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2020-07-01" + ], + "defaultApiVersion": "2024-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", + "Canada Central", + "North Central US", + "West US", + "UAE North", + "Central India", + "Korea Central", + "East Asia", + "Japan East", + "South Africa North", + "West US 3", + "Brazil South", + "France Central", + "Switzerland North", + "Germany West Central", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Italy North" + ], + "resourceType": "Spring/apps/domains/operationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01-preview", + "2023-12-01", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-11-01-preview", + "2022-09-01-preview", + "2022-05-01-preview", + "2022-04-01", + "2022-03-01-preview", + "2022-01-01-preview", + "2021-09-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2020-07-01" + ], + "defaultApiVersion": "2024-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", + "Canada Central", + "North Central US", + "West US", + "UAE North", + "Central India", + "Korea Central", + "East Asia", + "Japan East", + "South Africa North", + "West US 3", + "Brazil South", + "France Central", + "Switzerland North", + "Germany West Central", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Italy North" + ], + "resourceType": "Spring/apps/domains/operationStatuses" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01-preview", + "2023-12-01", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-11-01-preview", + "2022-09-01-preview", + "2022-05-01-preview", + "2022-04-01", + "2022-03-01-preview", + "2022-01-01-preview", + "2021-09-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2020-07-01" + ], + "defaultApiVersion": "2024-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", + "Canada Central", + "North Central US", + "West US", + "UAE North", + "Central India", + "Korea Central", + "East Asia", + "Japan East", + "South Africa North", + "West US 3", + "Brazil South", + "France Central", + "Switzerland North", + "Germany West Central", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Italy North" + ], + "resourceType": "Spring/apps/operationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01-preview", + "2023-12-01", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-11-01-preview", + "2022-09-01-preview", + "2022-05-01-preview", + "2022-04-01", + "2022-03-01-preview", + "2022-01-01-preview", + "2021-09-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2020-07-01" + ], + "defaultApiVersion": "2024-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", + "Canada Central", + "North Central US", + "West US", + "UAE North", + "Central India", + "Korea Central", + "East Asia", + "Japan East", + "South Africa North", + "West US 3", + "Brazil South", + "France Central", + "Switzerland North", + "Germany West Central", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Italy North" + ], + "resourceType": "Spring/apps/operationStatuses" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01-preview", + "2023-12-01", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-11-01-preview", + "2022-09-01-preview", + "2022-05-01-preview", + "2022-04-01", + "2022-03-01-preview", + "2022-01-01-preview", + "2021-09-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2020-07-01" + ], + "defaultApiVersion": "2024-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", + "Canada Central", + "North Central US", + "West US", + "UAE North", + "Central India", + "Korea Central", + "East Asia", + "Japan East", + "South Africa North", + "West US 3", + "Brazil South", + "France Central", + "Switzerland North", + "Germany West Central", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Italy North" + ], + "resourceType": "Spring/configServers" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01-preview", + "2023-12-01", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-11-01-preview", + "2022-09-01-preview", + "2022-05-01-preview", + "2022-04-01", + "2022-03-01-preview", + "2022-01-01-preview", + "2021-09-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2020-07-01" + ], + "defaultApiVersion": "2024-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", + "Canada Central", + "North Central US", + "West US", + "UAE North", + "Central India", + "Korea Central", + "East Asia", + "Japan East", + "South Africa North", + "West US 3", + "Brazil South", + "France Central", + "Switzerland North", + "Germany West Central", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Italy North" + ], + "resourceType": "Spring/configServers/operationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01-preview", + "2023-12-01", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-11-01-preview", + "2022-09-01-preview", + "2022-05-01-preview", + "2022-04-01", + "2022-03-01-preview", + "2022-01-01-preview", + "2021-09-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2020-07-01" + ], + "defaultApiVersion": "2024-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", + "Canada Central", + "North Central US", + "West US", + "UAE North", + "Central India", + "Korea Central", + "East Asia", + "Japan East", + "South Africa North", + "West US 3", + "Brazil South", + "France Central", + "Switzerland North", + "Germany West Central", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Italy North" + ], + "resourceType": "Spring/configServers/operationStatuses" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01-preview", + "2023-12-01", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-11-01-preview", + "2022-09-01-preview", + "2022-05-01-preview", + "2022-04-01", + "2022-03-01-preview", + "2022-01-01-preview", + "2021-09-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2020-07-01" + ], + "defaultApiVersion": "2024-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", + "Canada Central", + "North Central US", + "West US", + "UAE North", + "Central India", + "Korea Central", + "East Asia", + "Japan East", + "South Africa North", + "West US 3", + "Brazil South", + "France Central", + "Switzerland North", + "Germany West Central", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Italy North" + ], + "resourceType": "Spring/eurekaServers" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01-preview", + "2023-12-01", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-11-01-preview", + "2022-09-01-preview", + "2022-05-01-preview", + "2022-04-01", + "2022-03-01-preview", + "2022-01-01-preview", + "2021-09-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2020-07-01" + ], + "defaultApiVersion": "2024-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", + "Canada Central", + "North Central US", + "West US", + "UAE North", + "Central India", + "Korea Central", + "East Asia", + "Japan East", + "South Africa North", + "West US 3", + "Brazil South", + "France Central", + "Switzerland North", + "Germany West Central", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Italy North" + ], + "resourceType": "Spring/eurekaServers/operationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01-preview", + "2023-12-01", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-11-01-preview", + "2022-09-01-preview", + "2022-05-01-preview", + "2022-04-01", + "2022-03-01-preview", + "2022-01-01-preview", + "2021-09-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2020-07-01" + ], + "defaultApiVersion": "2024-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", + "Canada Central", + "North Central US", + "West US", + "UAE North", + "Central India", + "Korea Central", + "East Asia", + "Japan East", + "South Africa North", + "West US 3", + "Brazil South", + "France Central", + "Switzerland North", + "Germany West Central", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Italy North" + ], + "resourceType": "Spring/eurekaServers/operationStatuses" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01-preview", + "2023-12-01", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-11-01-preview", + "2022-09-01-preview", + "2022-05-01-preview", + "2022-04-01", + "2022-03-01-preview", + "2022-01-01-preview", + "2021-09-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2020-07-01" + ], + "defaultApiVersion": "2024-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", + "Canada Central", + "North Central US", + "West US", + "UAE North", + "Central India", + "Korea Central", + "East Asia", + "Japan East", + "South Africa North", + "West US 3", + "Brazil South", + "France Central", + "Switzerland North", + "Germany West Central", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Italy North" + ], + "resourceType": "Spring/operationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01-preview", + "2023-12-01", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-11-01-preview", + "2022-09-01-preview", + "2022-05-01-preview", + "2022-04-01", + "2022-03-01-preview", + "2022-01-01-preview", + "2021-09-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2020-07-01" + ], + "defaultApiVersion": "2024-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", + "Canada Central", + "North Central US", + "West US", + "UAE North", + "Central India", + "Korea Central", + "East Asia", + "Japan East", + "South Africa North", + "West US 3", + "Brazil South", + "France Central", + "Switzerland North", + "Germany West Central", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Italy North" + ], + "resourceType": "Spring/operationStatuses" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01-preview", + "2023-12-01", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-11-01-preview", + "2022-09-01-preview", + "2022-05-01-preview", + "2022-04-01", + "2022-03-01-preview", + "2022-01-01-preview", + "2021-09-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2020-07-01" + ], + "defaultApiVersion": "2024-05-01-preview", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01-preview", + "2023-12-01", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-11-01-preview", + "2022-09-01-preview", + "2022-05-01-preview", + "2022-04-01", + "2022-03-01-preview", + "2022-01-01-preview", + "2021-09-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2020-07-01" + ], + "defaultApiVersion": "2024-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", + "Canada Central", + "North Central US", + "West US", + "UAE North", + "Central India", + "Korea Central", + "East Asia", + "Japan East", + "South Africa North", + "West US 3", + "Brazil South", + "France Central", + "Switzerland North", + "Germany West Central", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Italy North" + ], + "resourceType": "locations/checkNameAvailability" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01-preview", + "2023-12-01", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-11-01-preview", + "2022-09-01-preview", + "2022-05-01-preview", + "2022-04-01", + "2022-03-01-preview", + "2022-01-01-preview", + "2021-09-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2020-07-01" + ], + "defaultApiVersion": "2024-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", + "Canada Central", + "North Central US", + "West US", + "UAE North", + "Central India", + "Korea Central", + "East Asia", + "Japan East", + "South Africa North", + "West US 3", + "Brazil South", + "France Central", + "Switzerland North", + "Germany West Central", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Italy North" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01-preview", + "2023-12-01", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-11-01-preview", + "2022-09-01-preview", + "2022-05-01-preview", + "2022-04-01", + "2022-03-01-preview", + "2022-01-01-preview", + "2021-09-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2020-07-01" + ], + "defaultApiVersion": "2024-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", + "Canada Central", + "North Central US", + "West US", + "UAE North", + "Central India", + "Korea Central", + "East Asia", + "Japan East", + "South Africa North", + "West US 3", + "Brazil South", + "France Central", + "Switzerland North", + "Germany West Central", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Italy North" + ], + "resourceType": "locations/operationStatus" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01-preview", + "2023-12-01", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-11-01-preview", + "2022-09-01-preview", + "2022-05-01-preview", + "2022-04-01", + "2022-03-01-preview", + "2022-01-01-preview", + "2021-09-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2020-07-01" + ], + "defaultApiVersion": "2024-05-01-preview", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01-preview", + "2023-12-01", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-05-01-preview", + "2022-04-01", + "2022-03-01-preview", + "2022-01-01-preview", + "2021-09-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2020-07-01" + ], + "defaultApiVersion": "2024-05-01-preview", + "locations": [], + "resourceType": "runtimeVersions" + } + ] + }, + { + "namespace": "Microsoft.AppSecurity", + "resourceTypes": [ + { + "apiVersions": [ + "2023-02-06-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2023-02-06-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operationStatuses" + } + ] + }, + { + "namespace": "Microsoft.Attestation", + "resourceTypes": [ + { + "apiVersions": [ + "2021-06-01-preview", + "2021-06-01", + "2020-10-01", + "2018-09-01-preview", + "2018-09-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2", + "Central US", + "UK South", + "East US", + "Canada Central", + "Brazil South", + "Brazil Southeast", + "South Africa North", + "South Africa West", + "UAE North", + "UAE Central", + "Canada East", + "UK West", + "West US", + "North Europe", + "West Europe", + "Southeast Asia", + "East Asia", + "South Central US", + "North Central US", + "West Central US", + "Australia East", + "Australia Southeast", + "Japan East", + "Japan West", + "Switzerland North", + "Switzerland West", + "Italy North", + "Central India", + "South India", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "Mexico Central", + "Norway East", + "Norway West", + "Sweden Central", + "West US 2", + "Germany West Central", + "Germany North", + "West US 3", + "Korea Central", + "Korea South", + "Poland Central", + "Israel Central", + "Spain Central", + "West India", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "attestationProviders" + }, + { + "apiVersions": [ + "2021-06-01-preview", + "2021-06-01", + "2020-10-01", + "2018-09-01-preview", + "2018-09-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2", + "Central US", + "UK South", + "East US", + "Canada Central", + "Brazil South", + "Brazil Southeast", + "South Africa North", + "South Africa West", + "UAE North", + "UAE Central", + "Canada East", + "UK West", + "West US", + "North Europe", + "West Europe", + "Southeast Asia", + "East Asia", + "South Central US", + "North Central US", + "West Central US", + "Australia East", + "Australia Southeast", + "Japan East", + "Japan West", + "Switzerland North", + "Switzerland West", + "Italy North", + "Central India", + "South India", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "Mexico Central", + "Norway East", + "Norway West", + "Sweden Central", + "West US 2", + "Germany West Central", + "Germany North", + "West US 3", + "Korea Central", + "Korea South", + "Poland Central", + "Israel Central", + "Spain Central", + "West India", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "defaultProviders" + }, + { + "apiVersions": [ + "2021-06-01-preview", + "2021-06-01", + "2020-10-01", + "2018-09-01-preview", + "2018-09-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2021-06-01-preview", + "2021-06-01", + "2020-10-01", + "2018-09-01-preview", + "2018-09-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2", + "Central US", + "UK South", + "East US", + "Canada Central", + "Brazil South", + "Brazil Southeast", + "South Africa North", + "South Africa West", + "UAE North", + "UAE Central", + "Canada East", + "UK West", + "West US", + "North Europe", + "West Europe", + "Southeast Asia", + "East Asia", + "South Central US", + "North Central US", + "West Central US", + "Australia East", + "Australia Southeast", + "Japan East", + "Japan West", + "Switzerland North", + "Switzerland West", + "Italy North", + "Central India", + "South India", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "Mexico Central", + "Norway East", + "Norway West", + "Sweden Central", + "West US 2", + "Germany West Central", + "Germany North", + "West US 3", + "Korea Central", + "Korea South", + "Poland Central", + "Israel Central", + "Spain Central", + "West India", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/defaultProvider" + }, + { + "apiVersions": [ + "2023-03-01-preview", + "2021-06-01-preview", + "2021-06-01", + "2020-10-01", + "2018-09-01-preview", + "2018-09-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.Authorization", + "resourceTypes": [ + { + "apiVersions": [ + "2023-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "EnablePrivateLinkNetworkAccess" + }, + { + "apiVersions": [ + "2024-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "MigrateRbac" + }, + { + "apiVersions": [ + "2024-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "MigrateRbac/OperationStatuses" + }, + { + "apiVersions": [ + "2021-11-16-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "accessReviewHistoryDefinitions" + }, + { + "apiVersions": [ + "2021-12-01-preview", + "2021-07-01-preview", + "2021-03-01-preview", + "2018-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "accessReviewScheduleDefinitions" + }, + { + "apiVersions": [ + "2021-12-01-preview", + "2021-07-01-preview", + "2021-03-01-preview", + "2018-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "accessReviewScheduleSettings" + }, + { + "apiVersions": [ + "2018-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "batchResourceCheckAccess" + }, + { + "apiVersions": [ + "2018-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "checkAccess" + }, + { + "apiVersions": [ + "2015-07-01", + "2015-06-01", + "2015-05-01-preview", + "2014-10-01-preview", + "2014-07-01-preview", + "2014-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "classicAdministrators" + }, + { + "apiVersions": [ + "2020-09-01", + "2020-03-01-preview", + "2018-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "dataAliases" + }, + { + "apiVersions": [ + "2020-09-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "dataPolicyManifests" + }, + { + "apiVersions": [ + "2022-04-01", + "2019-03-01-preview", + "2018-07-01-preview", + "2018-07-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "denyAssignments" + }, + { + "apiVersions": [ + "2017-04-01-preview" + ], + "defaultApiVersion": "2017-04-01-preview", + "locations": [], + "resourceType": "diagnosticSettings" + }, + { + "apiVersions": [ + "2017-04-01-preview" + ], + "defaultApiVersion": "2017-04-01-preview", + "locations": [], + "resourceType": "diagnosticSettingsCategories" + }, + { + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "elevateAccess" + }, + { + "apiVersions": [ + "2020-10-01-preview", + "2020-10-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "eligibleChildResources" + }, + { + "apiVersions": [ + "2019-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "findOrphanRoleAssignments" + }, + { + "apiVersions": [ + "2023-04-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "listPolicyDefinitionVersions" + }, + { + "apiVersions": [ + "2023-04-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "listPolicySetDefinitionVersions" + }, + { + "apiVersions": [ + "2020-05-01", + "2017-04-01", + "2016-09-01", + "2015-06-01", + "2015-05-01-preview", + "2015-01-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locks" + }, + { + "apiVersions": [ + "2020-05-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operationStatus" + }, + { + "apiVersions": [ + "2017-05-01", + "2016-07-01", + "2015-07-01", + "2015-01-01", + "2014-10-01-preview", + "2014-06-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2022-04-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "permissions" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-04-01", + "2022-06-01", + "2021-06-01", + "2020-09-01", + "2020-08-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "policyAssignments" + }, + { + "apiVersions": [ + "2023-04-01", + "2021-06-01", + "2020-09-01", + "2020-08-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "policyDefinitions" + }, + { + "apiVersions": [ + "2023-04-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "policyDefinitions/versions" + }, + { + "apiVersions": [ + "2022-07-01-preview", + "2020-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "policyExemptions" + }, + { + "apiVersions": [ + "2023-04-01", + "2021-06-01", + "2020-09-01", + "2020-08-01", + "2020-03-01", + "2019-09-01", + "2019-06-01", + "2019-01-01", + "2018-05-01", + "2018-03-01", + "2017-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "policySetDefinitions" + }, + { + "apiVersions": [ + "2023-04-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "policySetDefinitions/versions" + }, + { + "apiVersions": [ + "2023-02-01", + "2023-01-01", + "2020-05-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "privateLinkAssociations" + }, + { + "apiVersions": [ + "2022-04-01", + "2018-07-01", + "2018-01-01-preview", + "2017-05-01", + "2016-07-01", + "2015-07-01-preview", + "2015-07-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "providerOperations" + }, + { + "apiVersions": [ + "2020-05-01" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "resourceManagementPrivateLinks" + }, + { + "apiVersions": [ + "2021-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "roleAssignmentApprovals" + }, + { + "apiVersions": [ + "2020-10-01-preview", + "2020-10-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "roleAssignmentScheduleInstances" + }, + { + "apiVersions": [ + "2022-04-01-preview", + "2020-10-01-preview", + "2020-10-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "roleAssignmentScheduleRequests" + }, + { + "apiVersions": [ + "2020-10-01-preview", + "2020-10-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "roleAssignmentSchedules" + }, + { + "apiVersions": [ + "2022-04-01", + "2022-01-01-preview", + "2021-04-01-preview", + "2020-10-01-preview", + "2020-08-01-preview", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "roleAssignments" + }, + { + "apiVersions": [ + "2019-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "roleAssignmentsUsageMetrics" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2022-05-01-preview", + "2022-04-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "roleDefinitions" + }, + { + "apiVersions": [ + "2020-10-01-preview", + "2020-10-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "roleEligibilityScheduleInstances" + }, + { + "apiVersions": [ + "2022-04-01-preview", + "2020-10-01-preview", + "2020-10-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "roleEligibilityScheduleRequests" + }, + { + "apiVersions": [ + "2020-10-01-preview", + "2020-10-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "roleEligibilitySchedules" + }, + { + "apiVersions": [ + "2022-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "roleManagementAlertConfigurations" + }, + { + "apiVersions": [ + "2022-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "roleManagementAlertDefinitions" + }, + { + "apiVersions": [ + "2022-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "roleManagementAlertOperations" + }, + { + "apiVersions": [ + "2022-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "roleManagementAlerts" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-02-01-preview", + "2020-10-01-preview", + "2020-10-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "roleManagementPolicies" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-02-01-preview", + "2020-10-01-preview", + "2020-10-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "roleManagementPolicyAssignments" + } + ] + }, + { + "namespace": "Microsoft.Automanage", + "resourceTypes": [ + { + "apiVersions": [ + "2022-05-04", + "2021-04-30-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "bestPractices" + }, + { + "apiVersions": [ + "2022-05-04", + "2021-04-30-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "bestPractices/versions" + }, + { + "apiVersions": [ + "2022-05-04", + "2021-04-30-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "East US", + "East US 2", + "South Central US", + "West US", + "West US 2", + "West Central US", + "North Europe", + "West Europe", + "Canada Central", + "Japan East", + "UK South", + "Australia Southeast", + "Australia East", + "Southeast Asia", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "configurationProfileAssignments" + }, + { + "apiVersions": [ + "2022-05-04", + "2021-04-30-preview" + ], + "defaultApiVersion": "2022-05-04", + "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", + "Japan East", + "UK South", + "Australia Southeast", + "Australia East", + "Southeast Asia", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "configurationProfiles" + }, + { + "apiVersions": [ + "2022-05-04", + "2021-04-30-preview" + ], + "defaultApiVersion": "2021-04-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", + "Japan East", + "UK South", + "Australia Southeast", + "Australia East", + "Southeast Asia", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "configurationProfiles/versions" + }, + { + "apiVersions": [ + "2023-04-01-preview", + "2023-03-31-preview", + "2022-06-01-preview", + "2022-05-04", + "2022-03-30-preview", + "2021-04-30-preview" + ], + "defaultApiVersion": "2022-05-04", + "locations": [ + "Central US", + "East US 2", + "East US", + "North Central US", + "South Central US", + "West US 2", + "West Central US", + "West US", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2022-05-04", + "2021-04-30-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "servicePrincipals" + } + ] + }, + { + "namespace": "Microsoft.Automation", + "resourceTypes": [ + { + "apiVersions": [ + "2023-11-01", + "2023-05-15-preview", + "2022-08-08", + "2022-02-22", + "2022-01-31", + "2021-06-22", + "2021-04-01", + "2020-01-13-preview", + "2019-06-01", + "2018-06-30", + "2018-01-15", + "2017-05-15-preview", + "2015-10-31", + "2015-01-01-preview" + ], + "defaultApiVersion": "2018-06-30", + "locations": [ + "Japan East", + "East US 2", + "West Europe", + "South Africa North", + "UK West", + "Switzerland North", + "Brazil Southeast", + "Norway East", + "Germany West Central", + "UAE North", + "Switzerland West", + "Japan West", + "UAE Central", + "Australia Central 2", + "South India", + "France South", + "Norway West", + "West US 3", + "Sweden Central", + "Korea South", + "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", + "Qatar Central", + "South Africa West", + "Poland Central", + "Israel Central", + "Germany North", + "Italy North", + "Canada East", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "automationAccounts" + }, + { + "apiVersions": [ + "2023-11-01", + "2023-05-15-preview", + "2021-06-22", + "2021-04-01", + "2020-01-13-preview", + "2019-06-01", + "2018-06-30", + "2018-01-15", + "2017-05-15-preview", + "2015-10-31", + "2015-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Japan East", + "East US 2", + "West Europe", + "South Africa North", + "UK West", + "Switzerland North", + "Brazil Southeast", + "Norway East", + "Germany West Central", + "UAE North", + "Switzerland West", + "Japan West", + "UAE Central", + "Australia Central 2", + "South India", + "France South", + "Norway West", + "West US 3", + "Sweden Central", + "Korea South", + "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", + "Qatar Central", + "South Africa West", + "Poland Central", + "Israel Central", + "Germany North", + "Italy North", + "Canada East", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "automationAccounts/agentRegistrationInformation" + }, + { + "apiVersions": [ + "2023-11-01", + "2023-05-15-preview", + "2022-08-08", + "2020-01-13-preview", + "2019-06-01", + "2018-06-30", + "2018-01-15", + "2017-05-15-preview", + "2015-10-31", + "2015-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Japan East", + "East US 2", + "West Europe", + "South Africa North", + "West US", + "Central US", + "UK West", + "Switzerland North", + "Brazil Southeast", + "Norway East", + "Germany West Central", + "UAE North", + "Switzerland West", + "Japan West", + "UAE Central", + "Australia Central 2", + "South India", + "France South", + "Norway West", + "West US 3", + "Sweden Central", + "Korea South", + "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", + "Qatar Central", + "South Africa West", + "Poland Central", + "Israel Central", + "Germany North", + "Italy North", + "Canada East", + "East US 2 EUAP" + ], + "resourceType": "automationAccounts/configurations" + }, + { + "apiVersions": [ + "2023-11-01", + "2023-05-15-preview", + "2022-08-08", + "2022-02-22", + "2021-06-22", + "2021-04-01", + "2020-01-13-preview", + "2019-06-01", + "2018-06-30", + "2018-01-15", + "2017-05-15-preview", + "2015-10-31", + "2015-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Japan East", + "East US 2", + "West Europe", + "South Africa North", + "UK West", + "Switzerland North", + "Brazil Southeast", + "Norway East", + "Germany West Central", + "UAE North", + "Switzerland West", + "Japan West", + "UAE Central", + "Australia Central 2", + "South India", + "France South", + "Norway West", + "West US 3", + "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", + "Sweden Central", + "Korea South", + "Qatar Central", + "South Africa West", + "Poland Central", + "Israel Central", + "Germany North", + "Italy North", + "Canada East", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "automationAccounts/hybridRunbookWorkerGroups" + }, + { + "apiVersions": [ + "2023-11-01", + "2023-05-15-preview", + "2022-08-08", + "2021-06-22" + ], + "defaultApiVersion": null, + "locations": [ + "Japan East", + "East US 2", + "West Europe", + "South Africa North", + "UK West", + "Switzerland North", + "Brazil Southeast", + "Norway East", + "Germany West Central", + "UAE North", + "Switzerland West", + "Japan West", + "UAE Central", + "Australia Central 2", + "South India", + "France South", + "Norway West", + "West US 3", + "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", + "Sweden Central", + "Korea South", + "Qatar Central", + "South Africa West", + "Poland Central", + "Israel Central", + "Germany North", + "Italy North", + "Canada East", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "automationAccounts/hybridRunbookWorkerGroups/hybridRunbookWorkers" + }, + { + "apiVersions": [ + "2023-11-01", + "2023-05-15-preview", + "2022-08-08", + "2020-01-13-preview", + "2019-06-01", + "2018-06-30", + "2018-01-15", + "2017-05-15-preview", + "2015-10-31", + "2015-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Japan East", + "East US 2", + "West Europe", + "South Africa North", + "UK West", + "Switzerland North", + "Brazil Southeast", + "Norway East", + "Germany West Central", + "UAE North", + "Switzerland West", + "Japan West", + "UAE Central", + "Australia Central 2", + "South India", + "France South", + "Norway West", + "West US 3", + "Korea South", + "Sweden Central", + "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", + "Qatar Central", + "South Africa West", + "Poland Central", + "Israel Central", + "Germany North", + "Italy North", + "Canada East", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "automationAccounts/jobs" + }, + { + "apiVersions": [ + "2023-11-01", + "2023-05-15-preview", + "2021-06-22", + "2020-01-13-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Japan East", + "East US 2", + "West Europe", + "South Africa North", + "UK West", + "Switzerland North", + "Brazil Southeast", + "Norway East", + "Germany West Central", + "UAE North", + "Switzerland West", + "Japan West", + "UAE Central", + "Australia Central 2", + "South India", + "France South", + "Norway West", + "West US 3", + "Sweden Central", + "Korea South", + "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", + "Qatar Central", + "South Africa West", + "Poland Central", + "Israel Central", + "Germany North", + "Italy North", + "Canada East", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "automationAccounts/privateEndpointConnectionProxies" + }, + { + "apiVersions": [ + "2023-11-01", + "2023-05-15-preview", + "2021-06-22", + "2020-01-13-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Japan East", + "East US 2", + "West Europe", + "South Africa North", + "UK West", + "Switzerland North", + "Brazil Southeast", + "Norway East", + "Germany West Central", + "UAE North", + "Switzerland West", + "Japan West", + "UAE Central", + "Australia Central 2", + "South India", + "France South", + "Norway West", + "West US 3", + "Sweden Central", + "Korea South", + "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", + "Qatar Central", + "South Africa West", + "Poland Central", + "Israel Central", + "Germany North", + "Italy North", + "Canada East", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "automationAccounts/privateEndpointConnections" + }, + { + "apiVersions": [ + "2023-11-01", + "2023-05-15-preview", + "2021-06-22", + "2020-01-13-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Japan East", + "East US 2", + "West Europe", + "South Africa North", + "UK West", + "Switzerland North", + "Brazil Southeast", + "Norway East", + "Germany West Central", + "UAE North", + "Switzerland West", + "Japan West", + "UAE Central", + "Australia Central 2", + "South India", + "France South", + "Norway West", + "West US 3", + "Sweden Central", + "Korea South", + "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", + "Qatar Central", + "South Africa West", + "Poland Central", + "Israel Central", + "Germany North", + "Italy North", + "Canada East", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "automationAccounts/privateLinkResources" + }, + { + "apiVersions": [ + "2023-11-01", + "2023-05-15-preview", + "2022-08-08", + "2022-06-30-preview", + "2020-01-13-preview", + "2019-06-01", + "2018-06-30", + "2018-01-15", + "2017-05-15-preview", + "2015-10-31", + "2015-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Japan East", + "East US 2", + "West Europe", + "South Africa North", + "UK West", + "Switzerland North", + "Brazil Southeast", + "Norway East", + "Germany West Central", + "UAE North", + "Switzerland West", + "Japan West", + "UAE Central", + "Australia Central 2", + "South India", + "France South", + "Norway West", + "West US 3", + "Sweden Central", + "Korea South", + "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", + "Qatar Central", + "South Africa West", + "Poland Central", + "Israel Central", + "Germany North", + "Italy North", + "Canada East", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "automationAccounts/runbooks" + }, + { + "apiVersions": [ + "2022-06-30-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "West Central US", + "South Africa North", + "Japan East", + "Australia Southeast", + "North Europe", + "East US" + ], + "resourceType": "automationAccounts/runtimes" + }, + { + "apiVersions": [ + "2023-11-01", + "2023-05-15-preview", + "2022-08-08", + "2020-01-13-preview", + "2019-06-01", + "2018-06-30", + "2018-01-15", + "2017-05-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Japan East", + "East US 2", + "West Europe", + "South Africa North", + "UK West", + "Switzerland North", + "Brazil Southeast", + "Norway East", + "Germany West Central", + "UAE North", + "Switzerland West", + "Japan West", + "UAE Central", + "Australia Central 2", + "South India", + "France South", + "Norway West", + "West US 3", + "Korea South", + "Sweden Central", + "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", + "Qatar Central", + "South Africa West", + "Poland Central", + "Israel Central", + "Germany North", + "Italy North", + "Canada East", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "automationAccounts/softwareUpdateConfigurationMachineRuns" + }, + { + "apiVersions": [ + "2023-11-01", + "2023-05-15-preview", + "2022-08-08", + "2020-01-13-preview", + "2019-06-01", + "2018-06-30", + "2018-01-15", + "2017-05-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Japan East", + "East US 2", + "West Europe", + "South Africa North", + "UK West", + "Switzerland North", + "Brazil Southeast", + "Norway East", + "Germany West Central", + "UAE North", + "Switzerland West", + "Japan West", + "UAE Central", + "Australia Central 2", + "South India", + "France South", + "Norway West", + "West US 3", + "Korea South", + "Sweden Central", + "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", + "Qatar Central", + "South Africa West", + "Poland Central", + "Israel Central", + "Germany North", + "Italy North", + "Canada East", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "automationAccounts/softwareUpdateConfigurationRuns" + }, + { + "apiVersions": [ + "2023-11-01", + "2023-05-15-preview", + "2020-01-13-preview", + "2019-06-01", + "2018-06-30", + "2018-01-15", + "2017-05-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Japan East", + "East US 2", + "West Europe", + "South Africa North", + "UK West", + "Switzerland North", + "Brazil Southeast", + "Norway East", + "Germany West Central", + "UAE North", + "Switzerland West", + "Japan West", + "UAE Central", + "Australia Central 2", + "South India", + "France South", + "Norway West", + "West US 3", + "Korea South", + "Sweden Central", + "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", + "Qatar Central", + "South Africa West", + "Poland Central", + "Israel Central", + "Germany North", + "Italy North", + "Canada East", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "automationAccounts/softwareUpdateConfigurations" + }, + { + "apiVersions": [ + "2023-11-01", + "2023-05-15-preview", + "2018-06-30", + "2018-01-15", + "2017-05-15-preview", + "2015-10-31", + "2015-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Japan East", + "East US 2", + "West Europe", + "South Africa North", + "UK West", + "Switzerland North", + "Brazil Southeast", + "Norway East", + "Germany West Central", + "UAE North", + "Switzerland West", + "Japan West", + "UAE Central", + "Australia Central 2", + "South India", + "France South", + "Norway West", + "Sweden Central", + "West US 3", + "Korea South", + "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", + "Qatar Central", + "South Africa West", + "Poland Central", + "Israel Central", + "Germany North", + "Italy North", + "Canada East", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "automationAccounts/webhooks" + }, + { + "apiVersions": [ + "2023-11-01", + "2023-05-15-preview", + "2022-01-31" + ], + "defaultApiVersion": "2022-01-31", + "locations": [ + "Japan East", + "East US 2", + "West Europe", + "South Africa North", + "UK West", + "Switzerland North", + "Brazil Southeast", + "Norway East", + "Germany West Central", + "UAE North", + "Switzerland West", + "Japan West", + "UAE Central", + "Australia Central 2", + "South India", + "France South", + "Norway West", + "West US 3", + "Sweden Central", + "Korea South", + "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", + "Qatar Central", + "South Africa West", + "Poland Central", + "Israel Central", + "Germany North", + "Italy North", + "Canada East", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "deletedAutomationAccounts" + }, + { + "apiVersions": [ + "2024-08-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [ + "Japan East", + "East US 2", + "West Europe", + "South Africa North", + "UK West", + "Switzerland North", + "Brazil Southeast", + "Norway East", + "Germany West Central", + "UAE North", + "Switzerland West", + "Japan West", + "UAE Central", + "Australia Central 2", + "South India", + "France South", + "Norway West", + "West US 3", + "Sweden Central", + "Korea South", + "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", + "Qatar Central", + "South Africa West", + "Poland Central", + "Israel Central", + "Germany North", + "Italy North", + "Canada East", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-08-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [ + "Japan East", + "East US 2", + "West Europe", + "South Africa North", + "UK West", + "Switzerland North", + "Brazil Southeast", + "Norway East", + "Germany West Central", + "UAE North", + "Switzerland West", + "Japan West", + "UAE Central", + "Australia Central 2", + "South India", + "France South", + "Norway West", + "West US 3", + "Sweden Central", + "Korea South", + "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", + "Qatar Central", + "South Africa West", + "Poland Central", + "Israel Central", + "Germany North", + "Italy North", + "Canada East", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/usages" + }, + { + "apiVersions": [ + "2023-11-01", + "2023-05-15-preview", + "2020-01-13-preview", + "2019-06-01", + "2018-06-30", + "2018-01-15", + "2017-05-15-preview", + "2015-10-31", + "2015-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.AwsConnector", + "resourceTypes": [ + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "accessAnalyzerAnalyzers" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "acmCertificateSummaries" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "apiGatewayRestApis" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "apiGatewayStages" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "appSyncGraphQLApis" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South" + ], + "resourceType": "applicationAutoScalingScalableTargets" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "autoScalingAutoScalingGroups" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "cloudFormationStackSets" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "cloudFormationStacks" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "cloudFrontDistributions" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "cloudTrailTrails" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "cloudWatchAlarms" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "codeBuildProjects" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "codeBuildSourceCredentialsInfos" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "configServiceConfigurationRecorderStatuses" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "configServiceConfigurationRecorders" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "configServiceDeliveryChannels" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South" + ], + "resourceType": "databaseMigrationServiceReplicationInstances" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "daxClusters" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "dynamoDBContinuousBackupsDescriptions" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "dynamoDBTables" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "ec2AccountAttributes" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South" + ], + "resourceType": "ec2Addresses" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "ec2FlowLogs" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "ec2Images" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South" + ], + "resourceType": "ec2InstanceStatuses" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "ec2Instances" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "ec2Ipams" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "ec2KeyPairs" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "ec2NetworkAcls" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "ec2NetworkInterfaces" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "ec2RouteTables" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "ec2SecurityGroups" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "ec2Snapshots" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "ec2Subnets" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "ec2VPCEndpoints" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "ec2VPCPeeringConnections" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "ec2VPCs" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "ec2Volumes" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "ecrImageDetails" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "ecrRepositories" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "ecsClusters" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "ecsServices" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "ecsTaskDefinitions" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "efsFileSystems" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "efsMountTargets" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "eksClusters" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "eksNodegroups" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "elasticBeanstalkApplications" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "elasticBeanstalkConfigurationTemplates" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "elasticBeanstalkEnvironments" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "elasticLoadBalancingV2Listeners" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "elasticLoadBalancingV2LoadBalancers" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "elasticLoadBalancingV2TargetGroups" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "elasticLoadBalancingV2TargetHealthDescriptions" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South" + ], + "resourceType": "elasticsearchDomains" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "emrClusters" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "guardDutyDetectors" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "iamAccessKeyLastUseds" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "iamAccessKeyMetaData" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "iamGroups" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "iamInstanceProfiles" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "iamMFADevices" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South" + ], + "resourceType": "iamManagedPolicies" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "iamPasswordPolicies" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "iamPolicyVersions" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "iamRoles" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "iamServerCertificates" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South" + ], + "resourceType": "iamUserPolicies" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "iamVirtualMFADevices" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "kmsAliases" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "kmsKeys" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "lambdaFunctionCodeLocations" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "lambdaFunctions" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South" + ], + "resourceType": "licenseManagerLicenses" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "lightsailBuckets" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "lightsailInstances" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "logsLogGroups" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "logsLogStreams" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "logsMetricFilters" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "logsSubscriptionFilters" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "macie2JobSummaries" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "macieAllowLists" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "networkFirewallFirewallPolicies" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "networkFirewallFirewalls" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "networkFirewallRuleGroups" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "openSearchDomainStatuses" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South" + ], + "resourceType": "openSearchServiceDomains" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "organizationsAccounts" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "organizationsOrganizations" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South" + ], + "resourceType": "rdsDBClusters" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "rdsDBInstances" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "rdsDBSnapshotAttributesResults" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "rdsDBSnapshots" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "rdsEventSubscriptions" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "rdsExportTasks" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "redshiftClusterParameterGroups" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "redshiftClusters" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "route53DomainsDomainSummaries" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "route53HostedZones" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "route53ResourceRecordSets" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "s3AccessControlPolicies" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "s3AccessPoints" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "s3BucketPolicies" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "s3Buckets" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "s3ControlMultiRegionAccessPointPolicyDocuments" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "sageMakerApps" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South" + ], + "resourceType": "sageMakerDevices" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South" + ], + "resourceType": "sageMakerImages" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "sageMakerNotebookInstanceSummaries" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "secretsManagerResourcePolicies" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "secretsManagerSecrets" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "snsSubscriptions" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "snsTopics" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "sqsQueues" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "ssmInstanceInformations" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "ssmParameters" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South" + ], + "resourceType": "ssmResourceComplianceSummaryItems" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "wafWebACLSummaries" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South" + ], + "resourceType": "wafv2IPSets" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South", + "West Central US" + ], + "resourceType": "wafv2LoggingConfigurations" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [ + "East US", + "Brazil South", + "Australia East", + "Southeast Asia", + "West Europe", + "UK South" + ], + "resourceType": "wafv2WebACLAssociations" + } + ] + }, + { + "namespace": "Microsoft.AzureActiveDirectory", + "resourceTypes": [ + { + "apiVersions": [ + "2023-05-17-preview", + "2023-01-18-preview", + "2022-03-01-preview", + "2021-04-01-preview", + "2021-04-01", + "2020-05-01-preview", + "2019-01-01-privatepreview", + "2019-01-01-preview", + "2017-01-30", + "2016-12-13-preview", + "2016-02-10-privatepreview" + ], + "defaultApiVersion": "2017-01-30", + "locations": [ + "Global", + "United States", + "Europe", + "Asia Pacific", + "Australia", + "Japan" + ], + "resourceType": "b2cDirectories" + }, + { + "apiVersions": [ + "2023-05-17-preview", + "2023-01-18-preview", + "2022-03-01-preview", + "2021-04-01-preview", + "2021-04-01", + "2020-05-01-preview", + "2016-02-10-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "Global", + "United States", + "Europe", + "Asia Pacific", + "Australia", + "Japan" + ], + "resourceType": "b2ctenants" + }, + { + "apiVersions": [ + "2023-05-17-preview", + "2023-01-18-preview", + "2022-03-01-preview", + "2021-04-01-preview", + "2021-04-01", + "2020-05-01-preview", + "2019-01-01-privatepreview", + "2019-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Global", + "United States", + "Europe", + "Asia Pacific", + "Australia", + "Japan" + ], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2023-05-17-preview", + "2023-01-18-preview", + "2022-03-01-preview" + ], + "defaultApiVersion": "2022-03-01-preview", + "locations": [ + "Global", + "United States", + "Europe", + "Asia Pacific", + "Australia", + "Japan" + ], + "resourceType": "ciamDirectories" + }, + { + "apiVersions": [ + "2023-05-17-preview", + "2023-01-18-preview", + "2022-03-01-preview", + "2021-04-01-preview", + "2021-04-01", + "2020-05-01-preview" + ], + "defaultApiVersion": "2020-05-01-preview", + "locations": [ + "Global", + "United States", + "Europe", + "Asia Pacific", + "Australia", + "Japan" + ], + "resourceType": "guestUsages" + }, + { + "apiVersions": [ + "2023-05-17-preview" + ], + "defaultApiVersion": "2023-05-17-preview", + "locations": [ + "Global", + "United States", + "Europe", + "Asia Pacific", + "Australia", + "Japan" + ], + "resourceType": "operationStatuses" + }, + { + "apiVersions": [ + "2023-05-17-preview", + "2023-01-18-preview", + "2022-03-01-preview", + "2021-04-01-preview", + "2021-04-01", + "2020-05-01-preview", + "2019-01-01-privatepreview", + "2019-01-01-preview", + "2017-01-30", + "2016-12-13-preview", + "2016-02-10-privatepreview" + ], + "defaultApiVersion": "2017-01-30", + "locations": [ + "Global", + "United States", + "Europe", + "Asia Pacific", + "Australia", + "Japan" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.AzureArcData", + "resourceTypes": [ + { + "apiVersions": [ + "2023-09-01-preview", + "2023-05-16-preview", + "2023-01-15-preview", + "2022-06-15-preview", + "2022-03-01-preview", + "2021-11-01", + "2021-08-01", + "2021-07-01-preview" + ], + "defaultApiVersion": "2023-01-15-preview", + "locations": [ + "UK West", + "Sweden Central", + "Norway East", + "Japan East", + "Australia East", + "Korea Central", + "UK South", + "Canada Central", + "France Central", + "East US 2", + "East US", + "Central US", + "West US 2", + "North Europe", + "West US 3", + "South Central US", + "North Central US", + "West US", + "Southeast Asia", + "West Europe", + "West Central US", + "Central India", + "Switzerland North", + "Canada East", + "Brazil South", + "South Africa North", + "UAE North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "DataControllers" + }, + { + "apiVersions": [ + "2023-09-01-preview", + "2023-05-16-preview", + "2023-01-15-preview", + "2022-06-15-preview", + "2022-03-01-preview" + ], + "defaultApiVersion": "2023-01-15-preview", + "locations": [ + "UK West", + "Sweden Central", + "Norway East", + "Japan East", + "Australia East", + "Korea Central", + "UK South", + "Canada Central", + "France Central", + "East US 2", + "East US", + "Central US", + "West US 2", + "North Europe", + "West US 3", + "South Central US", + "North Central US", + "West US", + "Southeast Asia", + "West Europe", + "West Central US", + "Central India", + "Switzerland North", + "Canada East", + "Brazil South", + "South Africa North", + "UAE North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "DataControllers/ActiveDirectoryConnectors" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-05-01-preview", + "2024-04-01-preview", + "2024-03-01-preview", + "2024-02-01-preview", + "2024-01-01", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-05-16-preview", + "2023-01-15-preview", + "2022-06-15-preview", + "2022-03-01-preview", + "2021-11-01", + "2021-08-01", + "2021-07-01-preview" + ], + "defaultApiVersion": "2024-01-01", + "locations": [], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-05-01-preview", + "2024-04-01-preview", + "2024-03-01-preview", + "2024-02-01-preview", + "2024-01-01", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-05-16-preview", + "2023-01-15-preview", + "2022-06-15-preview", + "2022-03-01-preview", + "2021-11-01", + "2021-08-01", + "2021-07-01-preview" + ], + "defaultApiVersion": "2024-01-01", + "locations": [ + "Japan East", + "Australia East", + "Korea Central", + "UK South", + "France Central", + "East US 2", + "Central US", + "Central US EUAP", + "West US 2", + "East Asia", + "East US", + "East US 2 EUAP", + "North Europe", + "Southeast Asia", + "West Europe", + "West US", + "West US 3", + "South Central US", + "North Central US", + "Canada Central", + "West Central US", + "Central India", + "Switzerland North", + "Canada East", + "Brazil South", + "South Africa North", + "UAE North", + "UK West", + "Sweden Central", + "Norway East", + "Germany West Central", + "Italy North", + "Japan West" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-05-01-preview", + "2024-04-01-preview", + "2024-03-01-preview", + "2024-02-01-preview", + "2024-01-01", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-05-16-preview", + "2023-01-15-preview", + "2022-06-15-preview", + "2022-03-01-preview", + "2021-11-01", + "2021-08-01", + "2021-07-01-preview" + ], + "defaultApiVersion": "2024-01-01", + "locations": [], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2023-09-01-preview", + "2023-05-16-preview", + "2023-01-15-preview", + "2022-06-15-preview", + "2022-03-01-preview", + "2021-07-01-preview" + ], + "defaultApiVersion": "2023-01-15-preview", + "locations": [ + "UK West", + "Sweden Central", + "Norway East", + "Australia East", + "UK South", + "Canada Central", + "France Central", + "East US 2", + "West US 2", + "East US", + "Southeast Asia", + "West Europe", + "North Europe", + "West US 3", + "South Central US", + "North Central US", + "West US", + "Japan East", + "Korea Central", + "Central US", + "West Central US", + "Central India", + "Switzerland North", + "Canada East", + "South Africa North", + "UAE North", + "Brazil South", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "PostgresInstances" + }, + { + "apiVersions": [ + "2023-09-01-preview", + "2023-05-16-preview", + "2023-01-15-preview", + "2022-06-15-preview", + "2022-03-01-preview", + "2021-11-01", + "2021-08-01", + "2021-07-01-preview" + ], + "defaultApiVersion": "2023-01-15-preview", + "locations": [ + "UK West", + "Sweden Central", + "Norway East", + "Australia East", + "UK South", + "Canada Central", + "France Central", + "East US 2", + "West US 2", + "East US", + "Southeast Asia", + "West Europe", + "North Europe", + "West US 3", + "South Central US", + "North Central US", + "West US", + "Japan East", + "Korea Central", + "Central US", + "West Central US", + "Central India", + "Switzerland North", + "Canada East", + "Brazil South", + "South Africa North", + "UAE North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "SqlManagedInstances" + }, + { + "apiVersions": [ + "2023-09-01-preview", + "2023-05-16-preview", + "2023-01-15-preview" + ], + "defaultApiVersion": "2023-01-15-preview", + "locations": [ + "UK West", + "Sweden Central", + "Norway East", + "Australia East", + "UK South", + "Canada Central", + "France Central", + "East US 2", + "West US 2", + "East US", + "Southeast Asia", + "West Europe", + "North Europe", + "West US 3", + "South Central US", + "North Central US", + "West US", + "Japan East", + "Korea Central", + "Central US", + "West Central US", + "Central India", + "Switzerland North", + "Canada East", + "Brazil South", + "South Africa North", + "UAE North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "SqlManagedInstances/FailoverGroups" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-05-01-preview" + ], + "defaultApiVersion": "2024-05-01-preview", + "locations": [ + "Japan East", + "Australia East", + "Korea Central", + "UK South", + "France Central", + "East US 2", + "Central US", + "West US 2", + "East US", + "North Europe", + "Southeast Asia", + "West Europe", + "West US", + "West US 3", + "South Central US", + "North Central US", + "Canada Central", + "West Central US", + "Central India", + "Switzerland North", + "Canada East", + "Brazil South", + "South Africa North", + "UAE North", + "UK West", + "Sweden Central", + "Norway East", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "SqlServerEsuLicenses" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-05-01-preview", + "2024-04-01-preview", + "2024-03-01-preview", + "2024-02-01-preview", + "2024-01-01", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-05-16-preview", + "2023-01-15-preview", + "2022-06-15-preview", + "2022-03-01-preview", + "2021-11-01", + "2021-08-01", + "2021-07-01-preview" + ], + "defaultApiVersion": "2024-05-01-preview", + "locations": [ + "Japan East", + "Australia East", + "Korea Central", + "UK South", + "France Central", + "East US 2", + "Central US", + "West US 2", + "East US", + "North Europe", + "Southeast Asia", + "West Europe", + "West US", + "West US 3", + "South Central US", + "North Central US", + "Canada Central", + "West Central US", + "Central India", + "Switzerland North", + "Canada East", + "Brazil South", + "South Africa North", + "UAE North", + "UK West", + "Sweden Central", + "Norway East", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "SqlServerInstances" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-05-01-preview", + "2024-04-01-preview", + "2024-03-01-preview", + "2024-02-01-preview", + "2024-01-01", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-05-16-preview" + ], + "defaultApiVersion": "2024-05-01-preview", + "locations": [ + "Japan East", + "Australia East", + "Korea Central", + "UK South", + "France Central", + "East US 2", + "Central US", + "West US 2", + "East US", + "North Europe", + "Southeast Asia", + "West Europe", + "West US", + "West US 3", + "South Central US", + "North Central US", + "Canada Central", + "West Central US", + "Central India", + "Switzerland North", + "Canada East", + "Brazil South", + "South Africa North", + "UAE North", + "UK West", + "Sweden Central", + "Norway East", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "SqlServerInstances/AvailabilityGroups" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-05-01-preview", + "2024-04-01-preview", + "2024-03-01-preview", + "2024-02-01-preview", + "2024-01-01", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-05-16-preview", + "2023-01-15-preview", + "2022-06-15-preview" + ], + "defaultApiVersion": "2024-05-01-preview", + "locations": [ + "Japan East", + "Australia East", + "Korea Central", + "UK South", + "France Central", + "East US 2", + "Central US", + "West US 2", + "East US", + "North Europe", + "Southeast Asia", + "West Europe", + "West US", + "West US 3", + "South Central US", + "North Central US", + "Canada Central", + "West Central US", + "Central India", + "Switzerland North", + "Canada East", + "Brazil South", + "South Africa North", + "UAE North", + "UK West", + "Sweden Central", + "Norway East", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "SqlServerInstances/Databases" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-05-01-preview", + "2024-04-01-preview", + "2024-03-01-preview" + ], + "defaultApiVersion": "2024-05-01-preview", + "locations": [ + "Japan East", + "Australia East", + "Korea Central", + "UK South", + "France Central", + "East US 2", + "Central US", + "West US 2", + "East US", + "North Europe", + "Southeast Asia", + "West Europe", + "West US", + "West US 3", + "South Central US", + "North Central US", + "Canada Central", + "West Central US", + "Central India", + "Switzerland North", + "Canada East", + "Brazil South", + "South Africa North", + "UAE North", + "UK West", + "Sweden Central", + "Norway East", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "SqlServerLicenses" + } + ] + }, + { + "namespace": "Microsoft.AzureBusinessContinuity", + "resourceTypes": [ + { + "apiVersions": [ + "2024-03-01-preview" + ], + "defaultApiVersion": "2024-03-01-preview", + "locations": [], + "resourceType": "deletedUnifiedProtectedItems" + }, + { + "apiVersions": [ + "2024-03-01-preview" + ], + "defaultApiVersion": "2024-03-01-preview", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-03-01-preview" + ], + "defaultApiVersion": "2024-03-01-preview", + "locations": [], + "resourceType": "unifiedProtectedItems" + } + ] + }, + { + "namespace": "Microsoft.AzureDataTransfer", + "resourceTypes": [ + { + "apiVersions": [ + "2024-05-07", + "2024-01-25", + "2023-10-11-preview", + "2023-06-28", + "2022-12-13-preview" + ], + "defaultApiVersion": "2024-05-07", + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2" + ], + "resourceType": "connections" + }, + { + "apiVersions": [ + "2024-05-07", + "2024-01-25", + "2023-10-11-preview", + "2023-06-28", + "2022-12-13-preview" + ], + "defaultApiVersion": "2024-05-07", + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2" + ], + "resourceType": "connections/flows" + }, + { + "apiVersions": [ + "2024-05-07", + "2024-01-25", + "2023-10-11-preview" + ], + "defaultApiVersion": "2024-05-07", + "locations": [], + "resourceType": "listApprovedSchemas" + }, + { + "apiVersions": [ + "2024-05-07", + "2024-01-25", + "2023-10-11-preview", + "2023-06-28", + "2022-12-13-preview" + ], + "defaultApiVersion": "2024-05-07", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-05-07", + "2024-01-25", + "2023-10-11-preview", + "2023-06-28", + "2022-12-13-preview" + ], + "defaultApiVersion": "2024-05-07", + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-05-07", + "2024-01-25", + "2023-10-11-preview", + "2023-06-28", + "2022-12-13-preview" + ], + "defaultApiVersion": "2024-05-07", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-05-07", + "2024-01-25", + "2023-10-11-preview", + "2023-06-28", + "2022-12-13-preview" + ], + "defaultApiVersion": "2024-05-07", + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2" + ], + "resourceType": "pipelines" + }, + { + "apiVersions": [ + "2024-05-07", + "2024-01-25", + "2023-10-11-preview" + ], + "defaultApiVersion": "2024-05-07", + "locations": [], + "resourceType": "validateSchema" + } + ] + }, + { + "namespace": "Microsoft.AzureFleet", + "resourceTypes": [ + { + "apiVersions": [ + "2024-11-01", + "2024-05-01-preview", + "2023-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2", + "East US", + "West US 3", + "West US 2", + "West US", + "Central US", + "UK South", + "West Central US", + "East Asia", + "North Europe", + "North Central US", + "Canada Central", + "Brazil South", + "UK West", + "West India", + "Australia East", + "Japan East", + "Korea South", + "Germany West Central", + "Norway East", + "Sweden Central", + "Qatar Central", + "Canada East", + "Central India", + "South India", + "Australia Southeast", + "Japan West", + "Korea Central", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "West Europe", + "South Central US", + "Southeast Asia", + "Poland Central", + "Israel Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "fleets" + }, + { + "apiVersions": [ + "2024-11-01", + "2024-05-01-preview", + "2023-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-11-01", + "2024-05-01-preview", + "2023-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2", + "East US", + "West US 3", + "West US 2", + "West US", + "Central US", + "UK South", + "West Central US", + "East Asia", + "North Europe", + "North Central US", + "Canada Central", + "Brazil South", + "UK West", + "West India", + "Australia East", + "Japan East", + "Korea South", + "Germany West Central", + "Norway East", + "Sweden Central", + "Qatar Central", + "Canada East", + "Central India", + "South India", + "Australia Southeast", + "Japan West", + "Korea Central", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "West Europe", + "South Central US", + "Southeast Asia", + "Poland Central", + "Israel Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/operations" + }, + { + "apiVersions": [ + "2024-11-01", + "2024-05-01-preview", + "2023-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2", + "East US", + "West US 3", + "West US 2", + "West US", + "Central US", + "UK South", + "West Central US", + "East Asia", + "North Europe", + "North Central US", + "Canada Central", + "Brazil South", + "UK West", + "West India", + "Australia East", + "Japan East", + "Korea South", + "Germany West Central", + "Norway East", + "Sweden Central", + "Qatar Central", + "Canada East", + "Central India", + "South India", + "Australia Southeast", + "Japan West", + "Korea Central", + "France Central", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "West Europe", + "South Central US", + "Southeast Asia", + "Poland Central", + "Israel Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.AzureImageTestingForLinux", + "resourceTypes": [ + { + "apiVersions": [ + "2023-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2023-08-01-preview" + ], + "defaultApiVersion": "2023-08-01-preview", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "jobTemplates" + }, + { + "apiVersions": [ + "2023-08-01-preview" + ], + "defaultApiVersion": "2023-08-01-preview", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "jobs" + }, + { + "apiVersions": [ + "2023-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-08-01-preview" + ], + "defaultApiVersion": "2023-08-01-preview", + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.AzureLargeInstance", + "resourceTypes": [ + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-10", + "2023-07-20-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "azureLargeInstances" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-10", + "2023-07-20-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Germany West Central", + "West US", + "West US 2", + "East US", + "East US 2", + "South Central US", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "azureLargeStorageInstances" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-10", + "2023-07-20-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-10", + "2023-07-20-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Germany West Central", + "West US", + "West US 2", + "East US", + "East US 2", + "South Central US", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/operationsStatus" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-10", + "2023-07-20-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Germany West Central", + "West US", + "West US 2", + "East US", + "East US 2", + "South Central US", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.AzurePlaywrightService", + "resourceTypes": [ + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2024-02-01-preview", + "2023-10-01-preview", + "2023-06-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "West US 3", + "West Europe", + "East Asia", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "accounts" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2024-02-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "West US 3", + "West Europe", + "East Asia", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "accounts/quotas" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2024-02-01-preview", + "2023-10-01-preview", + "2023-06-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2024-02-01-preview", + "2023-10-01-preview", + "2023-06-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2024-02-01-preview", + "2023-10-01-preview", + "2023-06-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "West Europe", + "West US 3", + "East Asia", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2024-02-01-preview", + "2023-10-01-preview", + "2023-06-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "East US", + "West US 3", + "West Europe", + "East Asia", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/quotas" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2024-02-01-preview", + "2023-10-01-preview", + "2023-06-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2024-02-01-preview", + "2023-10-01-preview", + "2023-06-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [], + "resourceType": "registeredSubscriptions" + } + ] + }, + { + "namespace": "Microsoft.AzureScan", + "resourceTypes": [ + { + "apiVersions": [ + "2022-05-17-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2022-05-17-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2022-05-17-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2022-05-17-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US EUAP", + "North Europe", + "West Europe", + "East US", + "West US" + ], + "resourceType": "locations/OperationStatuses" + }, + { + "apiVersions": [ + "2022-05-17-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Europe", + "West Europe", + "East US", + "West US" + ], + "resourceType": "scanningAccounts" + } + ] + }, + { + "namespace": "Microsoft.AzureSphere", + "resourceTypes": [ + { + "apiVersions": [ + "2024-04-01", + "2022-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "catalogs" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "catalogs/certificates" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "catalogs/images" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "catalogs/products" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "catalogs/products/devicegroups" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "catalogs/products/devicegroups/deployments" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "catalogs/products/devicegroups/devices" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "East US 2", + "West US", + "West US 2" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.AzureStack", + "resourceTypes": [ + { + "apiVersions": [ + "2022-06-01", + "2017-06-01" + ], + "defaultApiVersion": null, + "locations": [ + "Global" + ], + "resourceType": "cloudManifestFiles" + }, + { + "apiVersions": [ + "2022-06-01" + ], + "defaultApiVersion": null, + "locations": [ + "Global" + ], + "resourceType": "generateDeploymentLicense" + }, + { + "apiVersions": [ + "2020-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "Southeast Asia" + ], + "resourceType": "linkedSubscriptions" + }, + { + "apiVersions": [ + "2022-06-01", + "2017-06-01" + ], + "defaultApiVersion": null, + "locations": [ + "Global" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2022-06-01", + "2020-06-01-preview", + "2017-06-01" + ], + "defaultApiVersion": null, + "locations": [ + "Global" + ], + "resourceType": "registrations" + }, + { + "apiVersions": [ + "2022-06-01", + "2017-06-01" + ], + "defaultApiVersion": null, + "locations": [ + "Global" + ], + "resourceType": "registrations/customerSubscriptions" + }, + { + "apiVersions": [ + "2022-06-01", + "2017-06-01", + "2016-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "Global" + ], + "resourceType": "registrations/products" + } + ] + }, + { + "namespace": "Microsoft.AzureStackHCI", + "resourceTypes": [ + { + "apiVersions": [ + "2024-09-01-preview", + "2024-04-01", + "2024-02-15-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-08-01-preview", + "2023-08-01", + "2023-06-01", + "2023-03-01", + "2023-02-01", + "2022-12-01", + "2022-10-01", + "2022-09-01", + "2022-05-01", + "2022-03-01", + "2022-01-01", + "2021-09-01", + "2021-01-01-preview", + "2020-10-01" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "South Central US", + "East US", + "West Europe", + "Southeast Asia", + "Canada Central", + "Japan East", + "Central India" + ], + "resourceType": "clusters" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-04-01", + "2024-02-15-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-08-01-preview", + "2023-08-01", + "2023-06-01", + "2023-03-01", + "2023-02-01", + "2022-12-01", + "2022-10-01", + "2022-09-01", + "2022-05-01", + "2022-03-01", + "2022-01-01", + "2021-09-01", + "2021-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "South Central US", + "East US", + "West Europe", + "Southeast Asia", + "Canada Central", + "Japan East", + "Central India" + ], + "resourceType": "clusters/arcSettings" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-04-01", + "2024-02-15-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-08-01-preview", + "2023-08-01", + "2023-06-01", + "2023-03-01", + "2023-02-01", + "2022-12-01", + "2022-10-01", + "2022-09-01", + "2022-05-01", + "2022-03-01", + "2022-01-01", + "2021-09-01", + "2021-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "South Central US", + "East US", + "West Europe", + "Southeast Asia", + "Canada Central", + "Japan East", + "Central India" + ], + "resourceType": "clusters/arcSettings/extensions" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-04-01", + "2024-02-15-preview", + "2024-01-01", + "2023-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "East US", + "Australia East", + "West Europe", + "Southeast Asia", + "Canada Central", + "Japan East", + "Central India" + ], + "resourceType": "clusters/deploymentSettings" + }, + { + "apiVersions": [ + "2022-04-01-preview" + ], + "defaultApiVersion": "2022-04-01-preview", + "locations": [ + "Australia East", + "East US", + "West Europe", + "Southeast Asia", + "Canada Central", + "South Central US", + "Japan East", + "Central India" + ], + "resourceType": "clusters/offers" + }, + { + "apiVersions": [ + "2022-04-01-preview" + ], + "defaultApiVersion": "2022-04-01-preview", + "locations": [ + "Australia East", + "East US", + "West Europe", + "Southeast Asia", + "Canada Central", + "South Central US", + "Japan East", + "Central India" + ], + "resourceType": "clusters/publishers" + }, + { + "apiVersions": [ + "2022-04-01-preview" + ], + "defaultApiVersion": "2022-04-01-preview", + "locations": [ + "Australia East", + "East US", + "West Europe", + "Southeast Asia", + "Canada Central", + "South Central US", + "Japan East", + "Central India" + ], + "resourceType": "clusters/publishers/offers" + }, + { + "apiVersions": [ + "2022-04-01-preview" + ], + "defaultApiVersion": "2022-04-01-preview", + "locations": [ + "Australia East", + "East US", + "West Europe", + "Southeast Asia", + "Canada Central", + "South Central US", + "Japan East", + "Central India" + ], + "resourceType": "clusters/publishers/offers/skus" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-04-01", + "2024-02-15-preview", + "2024-01-01", + "2023-11-01-preview" + ], + "defaultApiVersion": "2024-04-01", + "locations": [ + "South Central US", + "East US", + "Australia East", + "West Europe", + "Southeast Asia", + "Canada Central", + "Japan East", + "Central India" + ], + "resourceType": "clusters/securitySettings" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-04-01", + "2024-02-15-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-08-01-preview", + "2023-08-01", + "2023-06-01", + "2023-03-01", + "2023-02-01", + "2022-12-15-preview", + "2022-12-01", + "2022-10-01", + "2022-08-01-preview" + ], + "defaultApiVersion": "2024-04-01", + "locations": [ + "Australia East", + "South Central US", + "East US", + "West Europe", + "Southeast Asia", + "Canada Central", + "Japan East", + "Central India" + ], + "resourceType": "clusters/updateSummaries" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-04-01", + "2024-02-15-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-08-01-preview", + "2023-08-01", + "2023-06-01", + "2023-03-01", + "2023-02-01", + "2022-12-15-preview", + "2022-12-01", + "2022-10-01", + "2022-08-01-preview" + ], + "defaultApiVersion": "2024-04-01", + "locations": [ + "Australia East", + "South Central US", + "East US", + "West Europe", + "Southeast Asia", + "Canada Central", + "Japan East", + "Central India" + ], + "resourceType": "clusters/updates" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-04-01", + "2024-02-15-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-08-01-preview", + "2023-08-01", + "2023-06-01", + "2023-03-01", + "2023-02-01", + "2022-12-15-preview", + "2022-12-01", + "2022-10-01", + "2022-08-01-preview" + ], + "defaultApiVersion": "2024-04-01", + "locations": [ + "Australia East", + "South Central US", + "East US", + "West Europe", + "Southeast Asia", + "Canada Central", + "Japan East", + "Central India" + ], + "resourceType": "clusters/updates/updateRuns" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-04-01", + "2024-02-15-preview", + "2024-01-01", + "2023-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "East US", + "Australia East", + "West Europe", + "Southeast Asia", + "Canada Central", + "Japan East", + "Central India" + ], + "resourceType": "edgeDevices" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-05-01-preview", + "2024-02-01-preview", + "2024-01-01", + "2023-09-01-preview", + "2023-07-01-preview", + "2022-12-15-preview", + "2021-09-01-preview", + "2021-07-01-preview", + "2020-11-01-preview" + ], + "defaultApiVersion": "2024-01-01", + "locations": [ + "East US", + "West Europe", + "Southeast Asia", + "Australia East", + "Canada Central", + "South Central US", + "Central India", + "Japan East" + ], + "resourceType": "galleryImages" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-08-01-preview", + "2024-07-15-preview", + "2024-07-01-preview", + "2024-05-01-preview", + "2024-04-01", + "2024-02-15-preview", + "2024-02-01-preview", + "2024-01-15-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-08-01", + "2023-07-01-preview", + "2023-06-01", + "2023-03-01", + "2023-02-01", + "2022-12-15-preview", + "2022-12-01", + "2022-10-01", + "2022-09-01", + "2022-08-01-preview", + "2022-05-01", + "2022-03-01", + "2022-01-01", + "2021-09-01-preview", + "2021-09-01", + "2021-07-01-preview", + "2021-01-01-preview", + "2020-11-01-preview", + "2020-10-01" + ], + "defaultApiVersion": "2024-04-01", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-05-01-preview", + "2024-04-01", + "2024-02-15-preview", + "2024-02-01-preview", + "2024-01-15-preview", + "2024-01-01", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-08-01", + "2023-07-01-preview", + "2023-06-01", + "2023-03-01", + "2023-02-01", + "2022-12-15-preview", + "2022-12-01", + "2022-11-01-preview", + "2022-10-01", + "2022-09-01", + "2022-08-01-preview", + "2022-05-01", + "2022-03-01", + "2022-01-01", + "2021-09-01-preview", + "2021-09-01", + "2021-07-01-preview", + "2021-01-01-preview", + "2020-10-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2 EUAP", + "West Europe", + "Southeast Asia", + "Central US EUAP", + "Central US", + "Japan East", + "North Europe", + "Australia East", + "East US 2", + "South Central US", + "Canada Central", + "Central India", + "West US 2" + ], + "resourceType": "locations/operationstatuses" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-05-01-preview", + "2024-02-01-preview", + "2024-01-01", + "2023-09-01-preview" + ], + "defaultApiVersion": "2024-01-01", + "locations": [ + "East US", + "Canada Central", + "South Central US", + "Central India", + "Japan East", + "West Europe", + "Southeast Asia", + "Australia East" + ], + "resourceType": "logicalNetworks" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-05-01-preview", + "2024-02-01-preview", + "2024-01-01", + "2023-09-01-preview", + "2023-07-01-preview", + "2022-12-15-preview", + "2021-09-01-preview" + ], + "defaultApiVersion": "2024-01-01", + "locations": [ + "East US", + "West Europe", + "Southeast Asia", + "Australia East", + "South Central US", + "Central India", + "Japan East", + "Canada Central" + ], + "resourceType": "marketplaceGalleryImages" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-05-01-preview", + "2024-02-01-preview", + "2024-01-01", + "2023-09-01-preview", + "2023-07-01-preview", + "2022-12-15-preview", + "2021-09-01-preview", + "2021-07-01-preview", + "2020-11-01-preview" + ], + "defaultApiVersion": "2024-01-01", + "locations": [ + "East US", + "West Europe", + "Southeast Asia", + "Australia East", + "Canada Central", + "South Central US", + "Japan East", + "Central India" + ], + "resourceType": "networkInterfaces" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-05-01-preview", + "2024-02-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [ + "East US", + "West Europe", + "Southeast Asia", + "Australia East", + "Canada Central", + "South Central US", + "Central India", + "Japan East" + ], + "resourceType": "networkSecurityGroups" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-05-01-preview", + "2024-02-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [ + "East US", + "West Europe", + "Southeast Asia", + "Australia East", + "Canada Central", + "South Central US", + "Central India", + "Japan East" + ], + "resourceType": "networkSecurityGroups/securityRules" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-08-01-preview", + "2024-07-15-preview", + "2024-07-01-preview", + "2024-05-01-preview", + "2024-04-01", + "2024-02-15-preview", + "2024-02-01-preview", + "2024-01-15-preview", + "2024-01-01", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-08-01", + "2023-07-01-preview", + "2023-06-01", + "2023-03-01", + "2023-02-01", + "2022-12-15-preview", + "2022-12-01", + "2022-10-01", + "2022-09-01", + "2022-08-01-preview", + "2022-05-01", + "2022-03-01", + "2022-01-01", + "2021-09-01-preview", + "2021-09-01", + "2021-07-01-preview", + "2021-01-01-preview", + "2020-11-01-preview", + "2020-10-01", + "2020-03-01-preview" + ], + "defaultApiVersion": "2024-04-01", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-04-01", + "2024-01-01", + "2023-11-01-preview", + "2023-08-01-preview", + "2023-08-01", + "2023-06-01", + "2023-03-01", + "2023-02-01", + "2022-12-01", + "2022-10-01", + "2022-09-01" + ], + "defaultApiVersion": "2024-04-01", + "locations": [], + "resourceType": "registeredSubscriptions" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-05-01-preview", + "2024-02-01-preview", + "2024-01-01", + "2023-09-01-preview", + "2023-07-01-preview", + "2022-12-15-preview", + "2021-09-01-preview" + ], + "defaultApiVersion": "2024-01-01", + "locations": [ + "East US", + "West Europe", + "Southeast Asia", + "Australia East", + "Canada Central", + "South Central US", + "Japan East", + "Central India" + ], + "resourceType": "storageContainers" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-05-01-preview", + "2024-02-01-preview", + "2024-01-01", + "2023-09-01-preview", + "2023-07-01-preview", + "2022-12-15-preview", + "2021-09-01-preview", + "2021-07-01-preview", + "2020-11-01-preview" + ], + "defaultApiVersion": "2024-01-01", + "locations": [ + "East US", + "West Europe", + "Southeast Asia", + "Australia East", + "Canada Central", + "South Central US", + "Japan East", + "Central India" + ], + "resourceType": "virtualHardDisks" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-05-01-preview", + "2024-02-01-preview", + "2024-01-01", + "2023-09-01-preview", + "2023-07-01-preview" + ], + "defaultApiVersion": "2024-01-01", + "locations": [ + "East US", + "West Europe", + "Southeast Asia", + "Australia East", + "Canada Central", + "South Central US", + "Japan East", + "Central India" + ], + "resourceType": "virtualMachineInstances" + }, + { + "apiVersions": [ + "2022-12-15-preview", + "2021-09-01-preview", + "2021-07-01-preview", + "2020-11-01-preview" + ], + "defaultApiVersion": "2022-12-15-preview", + "locations": [ + "East US", + "West Europe", + "Southeast Asia", + "Australia East", + "Canada Central", + "South Central US", + "Japan East", + "Central India" + ], + "resourceType": "virtualMachines" + }, + { + "apiVersions": [ + "2022-12-15-preview", + "2021-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "Southeast Asia" + ], + "resourceType": "virtualMachines/extensions" + }, + { + "apiVersions": [ + "2022-12-15-preview", + "2021-09-01-preview" + ], + "defaultApiVersion": "2022-12-15-preview", + "locations": [ + "East US", + "West Europe", + "Southeast Asia", + "Australia East", + "Canada Central", + "South Central US", + "Central India", + "Japan East" + ], + "resourceType": "virtualMachines/hybrididentitymetadata" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2022-12-15-preview", + "2021-09-01-preview", + "2021-07-01-preview", + "2020-11-01-preview" + ], + "defaultApiVersion": "2023-07-01-preview", + "locations": [ + "East US", + "West Europe", + "Southeast Asia", + "Australia East", + "Canada Central", + "South Central US", + "Japan East", + "Central India" + ], + "resourceType": "virtualNetworks" + } + ] + }, + { + "namespace": "Microsoft.BackupSolutions", + "resourceTypes": [ + { + "apiVersions": [], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "East US", + "West Europe", + "East US 2 EUAP" + ], + "resourceType": "VMwareApplications" + }, + { + "apiVersions": [ + "2022-08-01-preview", + "2022-04-01-preview", + "2021-07-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "East US", + "West Europe", + "East US 2 EUAP" + ], + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.BareMetal", + "resourceTypes": [ + { + "apiVersions": [ + "2023-12-01" + ], + "defaultApiVersion": "2023-12-01", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany North", + "Germany West Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "bareMetalConnections" + }, + { + "apiVersions": [ + "2024-02-01" + ], + "defaultApiVersion": "2024-02-01", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Europe", + "North Central US", + "Norway East", + "Norway West", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Europe", + "West India", + "West Central US", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "bareMetalInventoryBase" + }, + { + "apiVersions": [ + "2023-12-01", + "2021-06-01-preview", + "2020-10-01-preview", + "2018-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-12-01", + "2021-06-01-preview", + "2020-10-01-preview", + "2018-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "Norway East", + "North Europe", + "Norway West", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Europe", + "West Central US", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-06-01-preview", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Europe", + "North Central US", + "Norway East", + "Norway West", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Europe", + "West India", + "West Central US", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/updateRoutesOnVirtualNetwork" + }, + { + "apiVersions": [ + "2023-12-01", + "2018-09-01-preview" + ], + "defaultApiVersion": "2018-09-01-preview", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-02-01" + ], + "defaultApiVersion": "2024-02-01", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Europe", + "North Central US", + "Norway East", + "Norway West", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Europe", + "West India", + "West Central US", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "sdnApplianceInventory" + }, + { + "apiVersions": [ + "2021-06-01-preview", + "2020-10-01-preview", + "2018-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "South Africa North", + "South Central US", + "East US", + "West US", + "UK South", + "Australia East", + "North Europe", + "Southeast Asia", + "Canada Central", + "East US 2", + "West US 2", + "West US 3", + "Japan East", + "UK West", + "Spain Central" + ], + "resourceType": "utilization" + } + ] + }, + { + "namespace": "Microsoft.BareMetalInfrastructure", + "resourceTypes": [ + { + "apiVersions": [ + "2024-08-01-preview", + "2023-11-01-preview", + "2023-08-04-preview", + "2023-04-06", + "2021-08-09", + "2020-08-06-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Germany West Central", + "West US", + "West US 2", + "East US", + "East US 2", + "South Central US", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "bareMetalInstances" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-08-04-preview", + "2023-04-06" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [ + "Germany West Central", + "West US", + "West US 2", + "East US", + "East US 2", + "South Central US", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "bareMetalStorageInstances" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2023-11-01-preview", + "2023-08-04-preview", + "2023-04-06", + "2021-08-09", + "2020-08-06-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2023-11-01-preview", + "2023-08-04-preview", + "2020-08-06-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Germany West Central", + "West US", + "West US 2", + "East US", + "East US 2", + "South Central US", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/operationsStatus" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2023-11-01-preview", + "2023-08-04-preview", + "2023-04-06", + "2021-08-09", + "2020-08-06-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Germany West Central", + "West US", + "West US 2", + "East US", + "East US 2", + "South Central US", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.Batch", + "resourceTypes": [ + { + "apiVersions": [ + "2024-07-01", + "2024-03-01-privatepreview", + "2024-02-01", + "2023-11-01", + "2023-05-01", + "2022-10-01", + "2022-06-01", + "2022-01-01", + "2021-06-01", + "2021-01-01", + "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" + ], + "defaultApiVersion": "2024-07-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", + "Brazil Southeast", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "batchAccounts" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01-privatepreview", + "2024-02-01", + "2023-11-01", + "2023-05-01", + "2022-10-01", + "2022-06-01", + "2022-01-01", + "2021-06-01", + "2021-01-01", + "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" + ], + "defaultApiVersion": null, + "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", + "Brazil Southeast", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "batchAccounts/certificateOperationResults" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01-privatepreview", + "2024-02-01", + "2023-11-01", + "2023-05-01", + "2022-10-01", + "2022-06-01", + "2022-01-01", + "2021-06-01", + "2021-01-01", + "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" + ], + "defaultApiVersion": null, + "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", + "Brazil Southeast", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "batchAccounts/certificates" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01-privatepreview", + "2024-02-01", + "2023-11-01", + "2023-05-01", + "2022-10-01", + "2022-06-01", + "2022-01-01" + ], + "defaultApiVersion": "2024-07-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", + "Brazil Southeast", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "batchAccounts/detectors" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01-privatepreview" + ], + "defaultApiVersion": null, + "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", + "Brazil Southeast", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "batchAccounts/networkSecurityPerimeterConfigurationOperationResults" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01-privatepreview", + "2024-02-01", + "2023-11-01", + "2023-05-01", + "2022-10-01", + "2022-06-01", + "2022-01-01", + "2021-06-01", + "2021-01-01", + "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" + ], + "defaultApiVersion": null, + "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", + "Brazil Southeast", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "batchAccounts/operationResults" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01-privatepreview", + "2024-02-01", + "2023-11-01", + "2023-05-01", + "2022-10-01", + "2022-06-01", + "2022-01-01", + "2021-06-01", + "2021-01-01", + "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" + ], + "defaultApiVersion": null, + "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", + "Brazil Southeast", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "batchAccounts/poolOperationResults" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01-privatepreview", + "2024-02-01", + "2023-11-01", + "2023-05-01", + "2022-10-01", + "2022-06-01", + "2022-01-01", + "2021-06-01", + "2021-01-01", + "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" + ], + "defaultApiVersion": "2024-07-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", + "Brazil Southeast", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "batchAccounts/pools" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01-privatepreview", + "2024-02-01", + "2023-11-01", + "2023-05-01", + "2022-10-01", + "2022-06-01", + "2022-01-01", + "2021-06-01", + "2021-01-01", + "2020-09-01", + "2020-05-01", + "2020-03-01-preview", + "2020-03-01" + ], + "defaultApiVersion": null, + "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", + "Brazil Southeast", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "batchAccounts/privateEndpointConnectionProxyResults" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01-privatepreview", + "2024-02-01", + "2023-11-01", + "2023-05-01", + "2022-10-01", + "2022-06-01", + "2022-01-01", + "2021-06-01", + "2021-01-01", + "2020-09-01", + "2020-05-01", + "2020-03-01-preview", + "2020-03-01" + ], + "defaultApiVersion": null, + "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", + "Brazil Southeast", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "batchAccounts/privateEndpointConnectionResults" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01-privatepreview", + "2024-02-01", + "2023-11-01", + "2023-05-01", + "2022-10-01", + "2022-06-01", + "2022-01-01", + "2021-06-01", + "2021-01-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01-privatepreview", + "2024-02-01", + "2023-11-01", + "2023-05-01", + "2022-10-01", + "2022-06-01", + "2022-01-01", + "2021-06-01", + "2021-01-01", + "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" + ], + "defaultApiVersion": null, + "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", + "Brazil Southeast", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/accountOperationResults" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01-privatepreview", + "2024-02-01", + "2023-11-01", + "2023-05-01", + "2022-10-01", + "2022-06-01", + "2022-01-01", + "2021-06-01", + "2021-01-01", + "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" + ], + "defaultApiVersion": "2024-07-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", + "Brazil Southeast", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/checkNameAvailability" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01-privatepreview", + "2024-02-01", + "2023-11-01", + "2023-05-01", + "2022-10-01", + "2022-06-01", + "2022-01-01", + "2021-06-01" + ], + "defaultApiVersion": "2024-07-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", + "Brazil Southeast", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/cloudServiceSkus" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01-privatepreview" + ], + "defaultApiVersion": "2024-07-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", + "Brazil Southeast", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01-privatepreview", + "2024-02-01", + "2023-11-01", + "2023-05-01", + "2022-10-01", + "2022-06-01", + "2022-01-01", + "2021-06-01", + "2021-01-01", + "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" + ], + "defaultApiVersion": null, + "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", + "Brazil Southeast", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/quotas" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01-privatepreview", + "2024-02-01", + "2023-11-01", + "2023-05-01", + "2022-10-01", + "2022-06-01", + "2022-01-01", + "2021-06-01" + ], + "defaultApiVersion": "2024-07-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", + "Brazil Southeast", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/virtualMachineSkus" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01-privatepreview", + "2024-02-01", + "2023-11-01", + "2023-05-01", + "2022-10-01", + "2022-06-01", + "2022-01-01", + "2021-06-01", + "2021-01-01", + "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" + ], + "defaultApiVersion": null, + "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", + "Brazil Southeast", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.Billing", + "resourceTypes": [ + { + "apiVersions": [ + "2024-04-01", + "2022-10-01-privatepreview", + "2020-12-15-privatepreview", + "2020-11-01-privatepreview", + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview", + "2018-06-30", + "2018-05-31" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts" + }, + { + "apiVersions": [ + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/BillingProfiles/patchOperations" + }, + { + "apiVersions": [ + "2022-10-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/addresses" + }, + { + "apiVersions": [ + "2024-04-01", + "2020-11-01-privatepreview", + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/agreements" + }, + { + "apiVersions": [ + "2022-10-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/alertPreferences" + }, + { + "apiVersions": [ + "2022-10-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/alerts" + }, + { + "apiVersions": [ + "2020-12-15-privatepreview", + "2020-12-15-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/appliedReservationOrders" + }, + { + "apiVersions": [ + "2024-04-01", + "2020-11-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/associatedTenants" + }, + { + "apiVersions": [ + "2024-04-01", + "2020-11-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/availableBalance" + }, + { + "apiVersions": [ + "2022-10-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingPeriods" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-10-01-privatepreview", + "2020-12-15-privatepreview", + "2020-05-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingPermissions" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-10-01-privatepreview", + "2020-12-15-privatepreview", + "2020-11-01-privatepreview", + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles" + }, + { + "apiVersions": [ + "2022-10-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/alertPreferences" + }, + { + "apiVersions": [ + "2022-10-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/alerts" + }, + { + "apiVersions": [ + "2024-04-01", + "2020-11-01-privatepreview", + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/availableBalance" + }, + { + "apiVersions": [ + "2022-10-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/billingPeriods" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-10-01-privatepreview", + "2020-12-15-privatepreview", + "2020-05-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/billingPermissions" + }, + { + "apiVersions": [ + "2024-04-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/billingRequests" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-10-01-privatepreview", + "2020-12-15-privatepreview", + "2020-05-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/billingRoleAssignments" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-10-01-privatepreview", + "2020-12-15-privatepreview", + "2020-05-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/billingRoleDefinitions" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-01", + "2022-10-01-privatepreview", + "2020-12-15-privatepreview", + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/billingSubscriptions" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-10-01-privatepreview", + "2020-12-15-privatepreview", + "2020-05-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/createBillingRoleAssignment" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-10-01-privatepreview", + "2020-05-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/customers" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-10-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/customers/billingPermissions" + }, + { + "apiVersions": [ + "2024-04-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/customers/billingRequests" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-10-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/customers/billingRoleAssignments" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-10-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/customers/billingRoleDefinitions" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/customers/billingSubscriptions" + }, + { + "apiVersions": [ + "2024-04-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/customers/policies" + }, + { + "apiVersions": [ + "2024-04-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/customers/transactions" + }, + { + "apiVersions": [ + "2022-10-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/departments" + }, + { + "apiVersions": [ + "2022-10-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/departments/billingPeriods" + }, + { + "apiVersions": [ + "2022-10-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/departments/billingPermissions" + }, + { + "apiVersions": [ + "2022-10-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/departments/billingRoleAssignments" + }, + { + "apiVersions": [ + "2022-10-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/departments/billingRoleDefinitions" + }, + { + "apiVersions": [ + "2022-10-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/departments/billingSubscriptions" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2022-10-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/departments/enrollmentAccounts" + }, + { + "apiVersions": [ + "2022-10-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/departments/enrollmentAccounts/billingPeriods" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2022-10-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/enrollmentAccounts" + }, + { + "apiVersions": [ + "2022-10-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/enrollmentAccounts/billingPeriods" + }, + { + "apiVersions": [ + "2022-10-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/enrollmentAccounts/billingPermissions" + }, + { + "apiVersions": [ + "2022-10-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/enrollmentAccounts/billingSubscriptions" + }, + { + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/instructions" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-10-01-privatepreview", + "2020-12-15-privatepreview", + "2020-11-01-privatepreview", + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/invoiceSections" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-10-01-privatepreview", + "2020-12-15-privatepreview", + "2020-05-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/invoiceSections/billingPermissions" + }, + { + "apiVersions": [ + "2024-04-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/invoiceSections/billingRequests" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-10-01-privatepreview", + "2020-12-15-privatepreview", + "2020-05-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/invoiceSections/billingRoleAssignments" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-10-01-privatepreview", + "2020-12-15-privatepreview", + "2020-05-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/invoiceSections/billingRoleDefinitions" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-01", + "2020-05-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/invoiceSections/billingSubscriptions" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-10-01-privatepreview", + "2020-12-15-privatepreview", + "2020-05-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/invoiceSections/createBillingRoleAssignment" + }, + { + "apiVersions": [ + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/invoiceSections/initiateTransfer" + }, + { + "apiVersions": [ + "2024-04-01", + "2020-05-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/invoiceSections/products" + }, + { + "apiVersions": [ + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/invoiceSections/products/transfer" + }, + { + "apiVersions": [ + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/invoiceSections/products/updateAutoRenew" + }, + { + "apiVersions": [ + "2024-04-01", + "2020-11-01-privatepreview", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/invoiceSections/transactions" + }, + { + "apiVersions": [ + "2024-04-01", + "2020-11-01-privatepreview", + "2020-05-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/invoiceSections/transfers" + }, + { + "apiVersions": [ + "2020-11-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/invoiceSections/validateDeleteInvoiceSectionEligibility" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-10-01-privatepreview", + "2020-11-01-privatepreview", + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/invoices" + }, + { + "apiVersions": [ + "2024-04-01", + "2020-11-01-privatepreview", + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/invoices/operationResults" + }, + { + "apiVersions": [ + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/invoices/pricesheet" + }, + { + "apiVersions": [ + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/invoices/transactions" + }, + { + "apiVersions": [ + "2022-10-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/notificationContacts" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-10-01-privatepreview", + "2021-10-01", + "2020-11-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/paymentMethodLinks" + }, + { + "apiVersions": [ + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/paymentMethods" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-10-01-privatepreview", + "2020-11-01-privatepreview", + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/policies" + }, + { + "apiVersions": [ + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/pricesheet" + }, + { + "apiVersions": [ + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/pricesheetDownloadOperations" + }, + { + "apiVersions": [ + "2024-04-01", + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/products" + }, + { + "apiVersions": [ + "2024-04-01-beta", + "2024-04-01", + "2023-04-01-beta", + "2022-10-01-privatepreview", + "2022-10-01-beta", + "2020-11-01-privatepreview", + "2020-11-01-beta", + "2020-05-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/reservations" + }, + { + "apiVersions": [ + "2024-04-01", + "2020-11-01-privatepreview", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/transactions" + }, + { + "apiVersions": [ + "2020-11-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/validateDeleteBillingProfileEligibility" + }, + { + "apiVersions": [ + "2022-10-01-privatepreview", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfiles/validateDetachPaymentMethodEligibility" + }, + { + "apiVersions": [ + "2022-10-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingProfilesSummaries" + }, + { + "apiVersions": [ + "2024-04-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingRequests" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-10-01-privatepreview", + "2020-12-15-privatepreview", + "2020-05-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingRoleAssignments" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-10-01-privatepreview", + "2020-12-15-privatepreview", + "2020-05-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingRoleDefinitions" + }, + { + "apiVersions": [ + "2024-04-01", + "2021-10-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingSubscriptionAliases" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-01", + "2022-10-01-privatepreview", + "2021-10-01", + "2020-12-15-privatepreview", + "2020-11-01-privatepreview", + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingSubscriptions" + }, + { + "apiVersions": [ + "2022-10-01-privatepreview", + "2020-12-15-privatepreview", + "2020-12-15-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingSubscriptions/elevateRole" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-10-01-privatepreview", + "2020-11-01-privatepreview", + "2020-05-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingSubscriptions/invoices" + }, + { + "apiVersions": [ + "2024-04-01", + "2020-11-01-privatepreview", + "2020-05-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingSubscriptions/invoices/operationResults" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-10-01-privatepreview", + "2021-10-01", + "2020-12-15-privatepreview", + "2020-11-01-privatepreview", + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingSubscriptions/operationResults" + }, + { + "apiVersions": [ + "2022-10-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/billingSubscriptions/policies" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-10-01-privatepreview", + "2020-12-15-privatepreview", + "2020-05-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/createBillingRoleAssignment" + }, + { + "apiVersions": [ + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/createInvoiceSectionOperations" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-10-01-privatepreview", + "2020-12-15-privatepreview", + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/customers" + }, + { + "apiVersions": [ + "2024-04-01", + "2020-12-15-privatepreview", + "2020-05-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/customers/billingPermissions" + }, + { + "apiVersions": [ + "2020-12-15-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/customers/billingRoleAssignments" + }, + { + "apiVersions": [ + "2020-12-15-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/customers/billingRoleDefinitions" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-01", + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/customers/billingSubscriptions" + }, + { + "apiVersions": [ + "2020-12-15-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/customers/createBillingRoleAssignment" + }, + { + "apiVersions": [ + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/customers/initiateTransfer" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-10-01-privatepreview", + "2020-11-01-privatepreview", + "2020-05-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/customers/policies" + }, + { + "apiVersions": [ + "2024-04-01", + "2020-05-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/customers/products" + }, + { + "apiVersions": [ + "2020-11-01-privatepreview", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/customers/transactions" + }, + { + "apiVersions": [ + "2020-11-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/customers/transferSupportedAccounts" + }, + { + "apiVersions": [ + "2020-11-01-privatepreview", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/customers/transfers" + }, + { + "apiVersions": [ + "2024-04-01", + "2020-12-15-privatepreview", + "2019-10-01-preview", + "2018-06-30" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/departments" + }, + { + "apiVersions": [ + "2022-10-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/departments/billingPeriods" + }, + { + "apiVersions": [ + "2024-04-01", + "2020-12-15-privatepreview", + "2020-05-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/departments/billingPermissions" + }, + { + "apiVersions": [ + "2024-04-01", + "2020-12-15-privatepreview", + "2020-05-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/departments/billingRoleAssignments" + }, + { + "apiVersions": [ + "2024-04-01", + "2020-12-15-privatepreview", + "2020-05-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/departments/billingRoleDefinitions" + }, + { + "apiVersions": [ + "2020-12-15-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/departments/billingSubscriptions" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-01", + "2020-12-15-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/departments/enrollmentAccounts" + }, + { + "apiVersions": [ + "2022-10-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/departments/enrollmentAccounts/billingPeriods" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-01", + "2020-12-15-privatepreview", + "2019-10-01-preview", + "2018-06-30" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/enrollmentAccounts" + }, + { + "apiVersions": [ + "2020-12-15-privatepreview", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/enrollmentAccounts/activationStatus" + }, + { + "apiVersions": [ + "2022-10-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/enrollmentAccounts/billingPeriods" + }, + { + "apiVersions": [ + "2024-04-01", + "2020-12-15-privatepreview", + "2020-05-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/enrollmentAccounts/billingPermissions" + }, + { + "apiVersions": [ + "2024-04-01", + "2020-12-15-privatepreview", + "2020-05-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/enrollmentAccounts/billingRoleAssignments" + }, + { + "apiVersions": [ + "2024-04-01", + "2020-12-15-privatepreview", + "2020-05-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/enrollmentAccounts/billingRoleDefinitions" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-01", + "2020-12-15-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/enrollmentAccounts/billingSubscriptions" + }, + { + "apiVersions": [ + "2022-10-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/incentiveSchedules" + }, + { + "apiVersions": [ + "2022-10-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/incentiveSchedules/milestones" + }, + { + "apiVersions": [ + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/invoiceSections" + }, + { + "apiVersions": [ + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/invoiceSections/billingSubscriptionMoveOperations" + }, + { + "apiVersions": [ + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/invoiceSections/billingSubscriptions" + }, + { + "apiVersions": [ + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/invoiceSections/billingSubscriptions/transfer" + }, + { + "apiVersions": [ + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/invoiceSections/elevate" + }, + { + "apiVersions": [ + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/invoiceSections/initiateTransfer" + }, + { + "apiVersions": [ + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/invoiceSections/patchOperations" + }, + { + "apiVersions": [ + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/invoiceSections/productMoveOperations" + }, + { + "apiVersions": [ + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/invoiceSections/productTransfersResults" + }, + { + "apiVersions": [ + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/invoiceSections/products" + }, + { + "apiVersions": [ + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/invoiceSections/products/transfer" + }, + { + "apiVersions": [ + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/invoiceSections/products/updateAutoRenew" + }, + { + "apiVersions": [ + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/invoiceSections/transactions" + }, + { + "apiVersions": [ + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/invoiceSections/transfers" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-10-01-privatepreview", + "2020-11-01-privatepreview", + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/invoices" + }, + { + "apiVersions": [ + "2024-04-01", + "2020-11-01-privatepreview", + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/invoices/operationResults" + }, + { + "apiVersions": [ + "2020-11-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/invoices/summary" + }, + { + "apiVersions": [ + "2024-04-01", + "2020-11-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/invoices/transactionSummary" + }, + { + "apiVersions": [ + "2024-04-01", + "2020-11-01-privatepreview", + "2020-05-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/invoices/transactions" + }, + { + "apiVersions": [ + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/lineOfCredit" + }, + { + "apiVersions": [ + "2024-04-01", + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/listInvoiceSectionsWithCreateSubscriptionPermission" + }, + { + "apiVersions": [ + "2022-10-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/listProductRecommendations" + }, + { + "apiVersions": [ + "2024-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/migrations" + }, + { + "apiVersions": [ + "2020-12-15-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/notificationContacts" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-10-01-privatepreview", + "2021-10-01", + "2020-12-15-privatepreview", + "2020-11-01-privatepreview", + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/operationResults" + }, + { + "apiVersions": [ + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/patchOperations" + }, + { + "apiVersions": [ + "2020-12-15-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/payNow" + }, + { + "apiVersions": [ + "2020-12-15-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/payableOverage" + }, + { + "apiVersions": [ + "2024-04-01", + "2021-10-01", + "2020-11-01-privatepreview", + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/paymentMethods" + }, + { + "apiVersions": [ + "2020-11-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/permissionRequests" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-10-01-privatepreview", + "2020-11-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/policies" + }, + { + "apiVersions": [ + "2022-10-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/previewAgreements" + }, + { + "apiVersions": [ + "2024-04-01", + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/products" + }, + { + "apiVersions": [ + "2020-11-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/promotionalCredits" + }, + { + "apiVersions": [ + "2024-04-01-beta", + "2024-04-01", + "2023-04-01-beta", + "2022-10-01-privatepreview", + "2022-10-01-beta", + "2020-11-01-privatepreview", + "2020-11-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/reservationOrders" + }, + { + "apiVersions": [ + "2024-04-01-beta", + "2024-04-01", + "2023-04-01-beta", + "2022-10-01-privatepreview", + "2022-10-01-beta", + "2020-11-01-privatepreview", + "2020-11-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/reservationOrders/reservations" + }, + { + "apiVersions": [ + "2024-04-01-beta", + "2024-04-01", + "2023-04-01-beta", + "2022-10-01-privatepreview", + "2022-10-01-beta", + "2020-11-01-privatepreview", + "2020-11-01-beta", + "2020-05-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/reservations" + }, + { + "apiVersions": [ + "2024-04-01-beta", + "2024-04-01", + "2023-04-01-beta", + "2022-10-01-privatepreview", + "2022-10-01-beta", + "2020-12-15-privatepreview", + "2020-12-15-beta", + "2020-11-01-privatepreview", + "2020-11-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/savingsPlanOrders" + }, + { + "apiVersions": [ + "2024-04-01-beta", + "2024-04-01", + "2023-04-01-beta", + "2022-10-01-privatepreview", + "2022-10-01-beta", + "2020-12-15-privatepreview", + "2020-12-15-beta", + "2020-11-01-privatepreview", + "2020-11-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/savingsPlanOrders/savingsPlans" + }, + { + "apiVersions": [ + "2024-04-01-beta", + "2024-04-01", + "2023-04-01-beta", + "2022-10-01-privatepreview", + "2022-10-01-beta", + "2020-12-15-privatepreview", + "2020-12-15-beta", + "2020-11-01-privatepreview", + "2020-11-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/savingsPlans" + }, + { + "apiVersions": [ + "2022-10-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/signAgreement" + }, + { + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingAccounts/transactions" + }, + { + "apiVersions": [ + "2018-03-01-preview", + "2017-04-24-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingPeriods" + }, + { + "apiVersions": [ + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingPermissions" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-01", + "2020-11-01-privatepreview", + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingProperty" + }, + { + "apiVersions": [ + "2024-04-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingRequests" + }, + { + "apiVersions": [ + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingRoleAssignments" + }, + { + "apiVersions": [ + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "billingRoleDefinitions" + }, + { + "apiVersions": [ + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "createBillingRoleAssignment" + }, + { + "apiVersions": [ + "2018-06-30", + "2018-05-31" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "departments" + }, + { + "apiVersions": [ + "2018-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "enrollmentAccounts" + }, + { + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview", + "2018-03-01-preview", + "2017-04-24-preview", + "2017-02-27-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "invoices" + }, + { + "apiVersions": [ + "2024-04-01", + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operationResults" + }, + { + "apiVersions": [ + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operationStatus" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-10-01-privatepreview", + "2020-11-01-privatepreview", + "2020-09-01-preview", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-10-01-privatepreview", + "2021-10-01", + "2020-11-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "paymentMethods" + }, + { + "apiVersions": [ + "2020-11-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "permissionRequests" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-10-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "policies" + }, + { + "apiVersions": [ + "2020-11-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "promotionalCredits" + }, + { + "apiVersions": [ + "2024-04-01", + "2022-10-01-privatepreview", + "2020-11-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "promotionalCredits/operationResults" + }, + { + "apiVersions": [ + "2020-11-01-preview", + "2020-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "promotions" + }, + { + "apiVersions": [ + "2020-11-01-preview", + "2020-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "promotions/checkeligibility" + }, + { + "apiVersions": [ + "2024-04-01", + "2020-11-01-privatepreview", + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "transfers" + }, + { + "apiVersions": [ + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "transfers/acceptTransfer" + }, + { + "apiVersions": [ + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "transfers/declineTransfer" + }, + { + "apiVersions": [ + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "transfers/operationStatus" + }, + { + "apiVersions": [ + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "transfers/validateTransfer" + }, + { + "apiVersions": [ + "2024-04-01", + "2020-05-01", + "2019-10-01-preview", + "2018-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "validateAddress" + } + ] + }, + { + "namespace": "Microsoft.BillingBenefits", + "resourceTypes": [ + { + "apiVersions": [ + "2022-11-01-beta", + "2022-11-01", + "2022-06-02-privatepreview", + "2022-06-02-beta", + "2021-07-01-privatepreview", + "2021-07-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "calculateMigrationCost" + }, + { + "apiVersions": [ + "2023-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "credits" + }, + { + "apiVersions": [ + "2023-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "credits/sources" + }, + { + "apiVersions": [ + "2023-07-01-beta" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "incentiveSchedules" + }, + { + "apiVersions": [ + "2023-07-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "incentiveSchedules/milestones" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-11-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "listSellerResources" + }, + { + "apiVersions": [ + "2023-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "maccs" + }, + { + "apiVersions": [ + "2023-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "maccs/contributors" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-11-01-beta", + "2023-07-01-preview", + "2023-07-01-beta", + "2022-11-01-beta", + "2022-11-01", + "2022-06-02-privatepreview", + "2022-06-02-beta", + "2021-07-01-privatepreview", + "2021-07-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operationResults" + }, + { + "apiVersions": [ + "2022-11-01-beta", + "2022-11-01", + "2021-07-01-privatepreview", + "2021-07-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01-beta", + "2022-11-01-beta", + "2022-11-01", + "2022-06-02-privatepreview", + "2022-06-02-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "reservationOrderAliases" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01-beta", + "2022-11-01-beta", + "2022-11-01", + "2022-06-02-privatepreview", + "2022-06-02-beta", + "2021-07-01-privatepreview", + "2021-07-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "savingsPlanOrderAliases" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01-beta", + "2022-11-01-beta", + "2022-11-01", + "2022-06-02-privatepreview", + "2022-06-02-beta", + "2021-07-01-privatepreview", + "2021-07-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "savingsPlanOrders" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "savingsPlanOrders/return" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01-beta", + "2022-11-01-beta", + "2022-11-01", + "2022-06-02-privatepreview", + "2022-06-02-beta", + "2021-07-01-privatepreview", + "2021-07-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "savingsPlanOrders/savingsPlans" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01-beta", + "2022-11-01-beta", + "2022-11-01", + "2022-06-02-privatepreview", + "2022-06-02-beta", + "2021-07-01-privatepreview", + "2021-07-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "savingsPlans" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-11-01-beta", + "2023-07-01-preview", + "2023-07-01-beta", + "2022-11-01-beta", + "2022-11-01", + "2022-06-02-privatepreview", + "2022-06-02-beta", + "2021-07-01-privatepreview", + "2021-07-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "validate" + } + ] + }, + { + "namespace": "Microsoft.Bing", + "resourceTypes": [ + { + "apiVersions": [ + "2020-06-10" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "accounts" + }, + { + "apiVersions": [ + "2020-06-10" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "accounts/skus" + }, + { + "apiVersions": [ + "2020-06-10" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "accounts/usages" + }, + { + "apiVersions": [ + "2020-06-10" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2020-06-10" + ], + "defaultApiVersion": null, + "locations": [ + "West US", + "East US", + "West Europe", + "Southeast Asia" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2020-06-10" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2020-06-10" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "registeredSubscriptions" + } + ] + }, + { + "namespace": "Microsoft.BlockchainTokens", + "resourceTypes": [ + { + "apiVersions": [ + "2019-07-19-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US" + ], + "resourceType": "Operations" + } + ] + }, + { + "namespace": "Microsoft.Blueprint", + "resourceTypes": [ + { + "apiVersions": [ + "2018-11-01-preview", + "2018-11-01-alpha", + "2017-11-11-preview", + "2017-11-11-alpha" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "blueprintAssignments" + }, + { + "apiVersions": [ + "2018-11-01-preview", + "2018-11-01-alpha" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "blueprintAssignments/assignmentOperations" + }, + { + "apiVersions": [ + "2017-11-11-preview", + "2017-11-11-alpha" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "blueprintAssignments/operations" + }, + { + "apiVersions": [ + "2018-11-01-preview", + "2018-11-01-alpha", + "2017-11-11-preview", + "2017-11-11-alpha" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "blueprints" + }, + { + "apiVersions": [ + "2018-11-01-preview", + "2018-11-01-alpha", + "2017-11-11-preview", + "2017-11-11-alpha" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "blueprints/artifacts" + }, + { + "apiVersions": [ + "2018-11-01-preview", + "2018-11-01-alpha", + "2017-11-11-preview", + "2017-11-11-alpha" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "blueprints/versions" + }, + { + "apiVersions": [ + "2018-11-01-preview", + "2018-11-01-alpha", + "2017-11-11-preview", + "2017-11-11-alpha" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "blueprints/versions/artifacts" + }, + { + "apiVersions": [ + "2018-11-01-preview", + "2018-11-01-alpha", + "2017-11-11-preview", + "2017-11-11-alpha" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.BotService", + "resourceTypes": [ + { + "apiVersions": [ + "2023-09-15-preview", + "2022-09-15", + "2022-06-15-preview", + "2021-05-01-preview", + "2021-03-01", + "2020-06-02", + "2018-07-12", + "2017-12-01" + ], + "defaultApiVersion": "2021-03-01", + "locations": [ + "Global", + "West Europe", + "West US", + "Central India" + ], + "resourceType": "botServices" + }, + { + "apiVersions": [ + "2023-09-15-preview", + "2022-09-15", + "2022-06-15-preview", + "2021-05-01-preview", + "2021-03-01", + "2020-06-02", + "2018-07-12", + "2017-12-01" + ], + "defaultApiVersion": "2021-03-01", + "locations": [ + "Global", + "West Europe", + "West US", + "Central India" + ], + "resourceType": "botServices/channels" + }, + { + "apiVersions": [ + "2023-09-15-preview", + "2022-09-15", + "2022-06-15-preview", + "2021-05-01-preview", + "2021-03-01", + "2020-06-02", + "2018-07-12", + "2017-12-01" + ], + "defaultApiVersion": "2021-03-01", + "locations": [ + "Global", + "West Europe", + "West US", + "Central India" + ], + "resourceType": "botServices/connections" + }, + { + "apiVersions": [ + "2023-09-15-preview", + "2022-09-15", + "2022-06-15-preview", + "2021-05-01-preview", + "2021-03-01" + ], + "defaultApiVersion": "2021-03-01", + "locations": [ + "Global", + "West Europe", + "West US", + "Central India" + ], + "resourceType": "botServices/privateEndpointConnectionProxies" + }, + { + "apiVersions": [ + "2023-09-15-preview", + "2022-09-15", + "2022-06-15-preview", + "2021-05-01-preview", + "2021-03-01" + ], + "defaultApiVersion": "2021-03-01", + "locations": [ + "Global", + "West Europe", + "West US", + "Central India" + ], + "resourceType": "botServices/privateEndpointConnections" + }, + { + "apiVersions": [ + "2023-09-15-preview", + "2022-09-15", + "2022-06-15-preview", + "2021-05-01-preview", + "2021-03-01" + ], + "defaultApiVersion": "2021-03-01", + "locations": [ + "Global", + "West Europe", + "West US", + "Central India" + ], + "resourceType": "botServices/privateLinkResources" + }, + { + "apiVersions": [ + "2023-09-15-preview", + "2022-09-15", + "2022-06-15-preview", + "2021-05-01-preview", + "2021-03-01", + "2020-06-02", + "2018-07-12", + "2017-12-01" + ], + "defaultApiVersion": "2021-03-01", + "locations": [ + "Global" + ], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2023-09-15-preview", + "2022-09-15", + "2022-06-15-preview", + "2021-05-01-preview", + "2021-03-01" + ], + "defaultApiVersion": "2021-03-01", + "locations": [ + "Global" + ], + "resourceType": "hostSettings" + }, + { + "apiVersions": [ + "2023-09-15-preview", + "2022-09-15", + "2022-06-15-preview", + "2021-05-01-preview", + "2021-03-01", + "2020-06-02", + "2018-07-12", + "2017-12-01" + ], + "defaultApiVersion": "2021-03-01", + "locations": [ + "Global" + ], + "resourceType": "listAuthServiceProviders" + }, + { + "apiVersions": [ + "2023-09-15-preview", + "2022-09-15", + "2022-06-15-preview" + ], + "defaultApiVersion": "2022-06-15-preview", + "locations": [ + "Global" + ], + "resourceType": "listQnAMakerEndpointKeys" + }, + { + "apiVersions": [ + "2023-09-15-preview", + "2022-09-15", + "2022-06-15-preview", + "2021-05-01-preview", + "2021-03-01", + "2020-06-02", + "2018-07-12", + "2017-12-01" + ], + "defaultApiVersion": "2021-03-01", + "locations": [ + "Global" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-09-15-preview", + "2022-09-15", + "2022-06-15-preview", + "2021-05-01-preview", + "2021-03-01", + "2020-06-02", + "2018-07-12", + "2017-12-01" + ], + "defaultApiVersion": "2021-03-01", + "locations": [ + "Global", + "West Europe", + "West US", + "Central India" + ], + "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable" + }, + { + "apiVersions": [ + "2023-09-15-preview", + "2022-09-15", + "2022-06-15-preview", + "2021-05-01-preview", + "2021-03-01" + ], + "defaultApiVersion": "2021-03-01", + "locations": [ + "Global" + ], + "resourceType": "operationResults" + }, + { + "apiVersions": [ + "2023-09-15-preview", + "2022-09-15", + "2022-06-15-preview", + "2021-05-01-preview", + "2021-03-01", + "2020-06-02", + "2018-07-12", + "2017-12-01" + ], + "defaultApiVersion": "2021-03-01", + "locations": [ + "Global" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.Cache", + "resourceTypes": [ + { + "apiVersions": [ + "2024-11-01", + "2024-04-01-preview", + "2024-03-01", + "2023-08-01", + "2023-05-01-preview", + "2023-04-01", + "2022-06-01", + "2022-05-01", + "2021-06-01", + "2020-12-01", + "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" + ], + "defaultApiVersion": "2024-11-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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "Redis" + }, + { + "apiVersions": [ + "2024-11-01", + "2024-04-01-preview", + "2024-03-01", + "2023-08-01", + "2023-05-01-preview", + "2023-04-01", + "2022-06-01", + "2022-05-01", + "2021-06-01", + "2020-12-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "Redis/EventGridFilters" + }, + { + "apiVersions": [ + "2024-11-01", + "2024-04-01-preview", + "2024-03-01", + "2023-08-01", + "2023-05-01-preview", + "2023-04-01", + "2022-06-01", + "2022-05-01", + "2021-06-01", + "2020-12-01", + "2020-06-01", + "2019-07-01" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "Redis/privateEndpointConnectionProxies" + }, + { + "apiVersions": [ + "2024-11-01", + "2024-04-01-preview", + "2024-03-01", + "2023-08-01", + "2023-05-01-preview", + "2023-04-01", + "2022-06-01", + "2022-05-01", + "2021-06-01", + "2020-12-01", + "2020-06-01", + "2019-07-01" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "Redis/privateEndpointConnectionProxies/validate" + }, + { + "apiVersions": [ + "2024-11-01", + "2024-04-01-preview", + "2024-03-01", + "2023-08-01", + "2023-05-01-preview", + "2023-04-01", + "2022-06-01", + "2022-05-01", + "2021-06-01", + "2020-12-01", + "2020-06-01", + "2019-07-01" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "Redis/privateEndpointConnections" + }, + { + "apiVersions": [ + "2024-11-01", + "2024-04-01-preview", + "2024-03-01", + "2023-08-01", + "2023-05-01-preview", + "2023-04-01", + "2022-06-01", + "2022-05-01", + "2021-06-01", + "2020-12-01", + "2020-06-01", + "2019-07-01" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "Redis/privateLinkResources" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-06-01-preview", + "2024-03-01-preview", + "2024-02-01", + "2023-11-01", + "2023-10-01-preview", + "2023-07-01", + "2023-03-01-preview", + "2022-11-01-preview", + "2022-01-01", + "2021-08-01", + "2021-03-01", + "2021-02-01-preview", + "2020-10-01-preview", + "2020-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "Sweden Central", + "West Europe", + "West US", + "East US 2", + "West US 2", + "West US 3", + "North Central US", + "South Central US", + "UK South", + "Southeast Asia", + "Australia East", + "North Europe", + "Central US", + "Central India", + "West Central US", + "Canada Central", + "Brazil South", + "Japan East", + "East Asia", + "Germany West Central", + "Central US EUAP" + ], + "resourceType": "RedisEnterprise/privateEndpointConnectionProxies" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-06-01-preview", + "2024-03-01-preview", + "2024-02-01", + "2023-11-01", + "2023-10-01-preview", + "2023-07-01", + "2023-03-01-preview", + "2022-11-01-preview", + "2022-01-01", + "2021-08-01", + "2021-03-01", + "2021-02-01-preview", + "2020-10-01-preview", + "2020-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "Sweden Central", + "West Europe", + "West US", + "East US 2", + "West US 2", + "West US 3", + "North Central US", + "South Central US", + "UK South", + "Southeast Asia", + "Australia East", + "North Europe", + "Central US", + "Central India", + "West Central US", + "Canada Central", + "Brazil South", + "Japan East", + "East Asia", + "Germany West Central", + "Central US EUAP" + ], + "resourceType": "RedisEnterprise/privateEndpointConnectionProxies/operationresults" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-06-01-preview", + "2024-03-01-preview", + "2024-02-01", + "2023-11-01", + "2023-10-01-preview", + "2023-07-01", + "2023-03-01-preview", + "2022-11-01-preview", + "2022-01-01", + "2021-08-01", + "2021-03-01", + "2021-02-01-preview", + "2020-10-01-preview", + "2020-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "Sweden Central", + "West Europe", + "West US", + "East US 2", + "West US 2", + "West US 3", + "North Central US", + "South Central US", + "UK South", + "Southeast Asia", + "Australia East", + "North Europe", + "Central US", + "Central India", + "West Central US", + "Canada Central", + "Brazil South", + "Japan East", + "East Asia", + "Germany West Central", + "Central US EUAP" + ], + "resourceType": "RedisEnterprise/privateEndpointConnectionProxies/validate" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-06-01-preview", + "2024-03-01-preview", + "2024-02-01", + "2023-11-01", + "2023-10-01-preview", + "2023-07-01", + "2023-03-01-preview", + "2022-11-01-preview", + "2022-01-01", + "2021-08-01", + "2021-03-01", + "2021-02-01-preview", + "2020-10-01-preview", + "2020-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "Sweden Central", + "West Europe", + "West US", + "East US 2", + "West US 2", + "West US 3", + "North Central US", + "South Central US", + "UK South", + "Southeast Asia", + "Australia East", + "North Europe", + "Central US", + "Central India", + "West Central US", + "Canada Central", + "Brazil South", + "Japan East", + "East Asia", + "Germany West Central", + "Central US EUAP" + ], + "resourceType": "RedisEnterprise/privateEndpointConnections" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-06-01-preview", + "2024-03-01-preview", + "2024-02-01", + "2023-11-01", + "2023-10-01-preview", + "2023-07-01", + "2023-03-01-preview", + "2022-11-01-preview", + "2022-01-01", + "2021-08-01", + "2021-03-01", + "2021-02-01-preview", + "2020-10-01-preview", + "2020-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "Sweden Central", + "West Europe", + "West US", + "East US 2", + "West US 2", + "West US 3", + "North Central US", + "South Central US", + "UK South", + "Southeast Asia", + "Australia East", + "North Europe", + "Central US", + "Central India", + "West Central US", + "Canada Central", + "Brazil South", + "Japan East", + "East Asia", + "Germany West Central", + "Central US EUAP" + ], + "resourceType": "RedisEnterprise/privateEndpointConnections/operationresults" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-06-01-preview", + "2024-03-01-preview", + "2024-02-01", + "2023-11-01", + "2023-10-01-preview", + "2023-07-01", + "2023-03-01-preview", + "2022-11-01-preview", + "2022-01-01", + "2021-08-01", + "2021-03-01", + "2021-02-01-preview", + "2020-10-01-preview", + "2020-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "Sweden Central", + "West Europe", + "West US", + "East US 2", + "West US 2", + "West US 3", + "North Central US", + "South Central US", + "UK South", + "Southeast Asia", + "Australia East", + "North Europe", + "Central US", + "Central India", + "West Central US", + "Canada Central", + "Brazil South", + "Japan East", + "East Asia", + "Germany West Central", + "Central US EUAP" + ], + "resourceType": "RedisEnterprise/privateLinkResources" + }, + { + "apiVersions": [ + "2024-11-01", + "2024-04-01-preview", + "2024-03-01", + "2023-08-01", + "2023-05-01-preview", + "2023-04-01", + "2022-06-01", + "2022-05-01", + "2021-06-01", + "2020-12-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2024-11-01", + "2024-09-01-preview", + "2024-06-01-preview", + "2024-04-01-preview", + "2024-03-01-preview", + "2024-03-01", + "2024-02-01", + "2023-11-01", + "2023-10-01-preview", + "2023-08-01", + "2023-07-01", + "2023-05-01-preview", + "2023-04-01", + "2023-03-01-preview", + "2022-11-01-preview", + "2022-06-01", + "2022-05-01", + "2022-01-01", + "2021-08-01", + "2021-06-01", + "2021-03-01", + "2021-02-01-preview", + "2020-12-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-11-01", + "2024-04-01-preview", + "2024-03-01", + "2023-08-01", + "2023-05-01-preview", + "2023-04-01", + "2022-06-01", + "2022-05-01", + "2021-06-01", + "2020-12-01", + "2020-06-01", + "2019-07-01" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/asyncOperations" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-06-01-preview", + "2024-03-01-preview", + "2024-02-01", + "2023-11-01", + "2023-10-01-preview", + "2023-07-01", + "2023-03-01-preview", + "2022-11-01-preview", + "2022-01-01", + "2021-08-01", + "2021-03-01", + "2021-02-01-preview", + "2020-10-01-preview", + "2020-04-01-preview" + ], + "defaultApiVersion": "2022-01-01", + "locations": [ + "East US", + "Sweden Central", + "West Europe", + "West US", + "East US 2", + "West US 2", + "West US 3", + "North Central US", + "South Central US", + "UK South", + "Southeast Asia", + "Australia East", + "North Europe", + "Central US", + "Central India", + "West Central US", + "Canada Central", + "Brazil South", + "Japan East", + "East Asia", + "Germany West Central", + "Central US EUAP" + ], + "resourceType": "locations/checkNameAvailability" + }, + { + "apiVersions": [ + "2024-11-01", + "2024-04-01-preview", + "2024-03-01", + "2023-08-01", + "2023-05-01-preview", + "2023-04-01", + "2022-06-01", + "2022-05-01", + "2021-06-01", + "2020-12-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-06-01-preview", + "2024-03-01-preview", + "2024-02-01", + "2023-11-01", + "2023-10-01-preview", + "2023-07-01", + "2023-03-01-preview", + "2022-11-01-preview", + "2022-01-01", + "2021-08-01", + "2021-03-01", + "2021-02-01-preview", + "2020-10-01-preview", + "2020-04-01-preview" + ], + "defaultApiVersion": "2021-03-01", + "locations": [ + "East US", + "Sweden Central", + "West Europe", + "West US", + "East US 2", + "West US 2", + "West US 3", + "North Central US", + "South Central US", + "UK South", + "Southeast Asia", + "Australia East", + "North Europe", + "Central US", + "Central India", + "West Central US", + "Canada Central", + "Brazil South", + "Japan East", + "East Asia", + "Germany West Central", + "Central US EUAP" + ], + "resourceType": "locations/operationsStatus" + }, + { + "apiVersions": [ + "2024-11-01", + "2024-09-01-preview", + "2024-06-01-preview", + "2024-04-01-preview", + "2024-03-01-preview", + "2024-03-01", + "2024-02-01", + "2023-11-01", + "2023-10-01-preview", + "2023-08-01", + "2023-07-01", + "2023-05-01-preview", + "2023-04-01", + "2023-03-01-preview", + "2022-11-01-preview", + "2022-06-01", + "2022-05-01", + "2021-06-01", + "2021-03-01", + "2021-02-01-preview", + "2020-12-01", + "2020-10-01-preview", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-06-01-preview", + "2024-03-01-preview", + "2024-02-01", + "2023-11-01", + "2023-10-01-preview", + "2023-07-01", + "2023-03-01-preview", + "2022-11-01-preview", + "2022-01-01", + "2021-08-01", + "2021-03-01", + "2021-02-01-preview", + "2020-10-01-preview", + "2020-04-01-preview" + ], + "defaultApiVersion": "2022-01-01", + "locations": [ + "East US", + "Sweden Central", + "West Europe", + "West US", + "East US 2", + "West US 2", + "West US 3", + "North Central US", + "South Central US", + "UK South", + "Southeast Asia", + "Australia East", + "North Europe", + "Central US", + "Central India", + "West Central US", + "Canada Central", + "Brazil South", + "Japan East", + "East Asia", + "Germany West Central", + "Central US EUAP" + ], + "resourceType": "redisEnterprise" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-06-01-preview", + "2024-03-01-preview", + "2024-02-01", + "2023-11-01", + "2023-10-01-preview", + "2023-07-01", + "2023-03-01-preview", + "2022-11-01-preview", + "2022-01-01", + "2021-08-01", + "2021-03-01", + "2021-02-01-preview", + "2020-10-01-preview", + "2020-04-01-preview" + ], + "defaultApiVersion": "2022-01-01", + "locations": [ + "East US", + "Sweden Central", + "West Europe", + "West US", + "East US 2", + "West US 2", + "West US 3", + "North Central US", + "South Central US", + "UK South", + "Southeast Asia", + "Australia East", + "North Europe", + "Central US", + "Central India", + "West Central US", + "Canada Central", + "Brazil South", + "Japan East", + "East Asia", + "Germany West Central", + "Central US EUAP" + ], + "resourceType": "redisEnterprise/databases" + } + ] + }, + { + "namespace": "Microsoft.Capacity", + "resourceTypes": [ + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01-beta", + "2022-11-01-beta", + "2022-11-01", + "2022-06-02-privatepreview", + "2022-06-02-beta", + "2022-03-01-beta", + "2022-03-01", + "2021-07-01-beta", + "2021-07-01", + "2020-10-01-preview", + "2020-10-01-beta", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "appliedReservations" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01-beta", + "2022-11-01-beta", + "2022-11-01", + "2022-06-02-privatepreview", + "2022-06-02-beta", + "2022-03-01-beta", + "2022-03-01", + "2022-02-16-privatepreview", + "2022-02-16-beta", + "2021-07-01-beta", + "2021-07-01", + "2020-10-01-preview", + "2020-10-01-beta", + "2019-04-01-beta", + "2019-04-01", + "2018-06-01-beta", + "2018-06-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "calculateExchange" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01-beta", + "2022-11-01-beta", + "2022-11-01", + "2022-06-02-privatepreview", + "2022-06-02-beta", + "2022-03-01-beta", + "2022-03-01", + "2021-07-01-beta", + "2021-07-01", + "2020-10-01-preview", + "2020-10-01-beta", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "calculatePrice" + }, + { + "apiVersions": [ + "2019-06-01-privatepreview", + "2019-06-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "calculatePurchasePrice" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01-beta", + "2022-11-01-beta", + "2022-11-01", + "2022-06-02-privatepreview", + "2022-06-02-beta", + "2022-03-01-beta", + "2022-03-01", + "2021-07-01-beta", + "2021-07-01", + "2021-03-01-privatepreview", + "2021-03-01-beta", + "2020-10-01-preview", + "2020-10-01-beta", + "2019-04-01-beta", + "2019-04-01", + "2018-06-01-beta", + "2018-06-01", + "2017-11-01-beta", + "2017-11-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "catalogs" + }, + { + "apiVersions": [ + "2021-03-01-privatepreview", + "2021-03-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "checkBenefitScopes" + }, + { + "apiVersions": [ + "2020-10-01-preview", + "2020-10-01-beta", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "checkOffers" + }, + { + "apiVersions": [ + "2019-06-01-privatepreview", + "2019-06-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "checkPurchaseStatus" + }, + { + "apiVersions": [ + "2020-10-01-preview", + "2020-10-01-beta", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "checkScopes" + }, + { + "apiVersions": [ + "2019-04-01-beta", + "2019-04-01", + "2018-06-01-beta", + "2018-06-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "commercialReservationOrders" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01-beta", + "2022-11-01-beta", + "2022-11-01", + "2022-06-02-privatepreview", + "2022-06-02-beta", + "2022-03-01-beta", + "2022-03-01", + "2022-02-16-privatepreview", + "2022-02-16-beta", + "2021-07-01-beta", + "2021-07-01", + "2020-10-01-preview", + "2020-10-01-beta", + "2020-06-01-beta", + "2019-04-01-beta", + "2019-04-01", + "2018-06-01-beta", + "2018-06-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "exchange" + }, + { + "apiVersions": [ + "2021-01-01-privatepreview", + "2021-01-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "listSkus" + }, + { + "apiVersions": [ + "2019-04-01-beta", + "2019-04-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "listbenefits" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01-beta", + "2022-11-01-beta", + "2022-11-01", + "2022-06-02-privatepreview", + "2022-06-02-beta", + "2022-03-01-beta", + "2022-03-01", + "2022-02-16-privatepreview", + "2022-02-16-beta", + "2021-07-01-beta", + "2021-07-01", + "2020-10-01-preview", + "2020-10-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operationResults" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01-beta", + "2022-11-01-beta", + "2022-11-01", + "2022-06-02-privatepreview", + "2022-06-02-beta", + "2022-03-01-beta", + "2022-03-01", + "2021-07-01-beta", + "2021-07-01", + "2020-10-01-preview", + "2020-10-01-beta", + "2019-04-01-beta", + "2019-04-01", + "2018-06-01-beta", + "2018-06-01", + "2017-11-01-beta", + "2017-11-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2020-06-01-beta", + "2020-06-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "ownReservations" + }, + { + "apiVersions": [ + "2019-06-01-privatepreview", + "2019-06-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "placePurchaseOrder" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01-beta", + "2022-11-01-beta", + "2022-11-01", + "2022-06-02-privatepreview", + "2022-06-02-beta", + "2022-03-01-beta", + "2022-03-01", + "2021-07-01-beta", + "2021-07-01", + "2020-11-15-preview", + "2020-11-15-beta", + "2020-10-01-preview", + "2020-10-01-beta", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "reservationOrders" + }, + { + "apiVersions": [ + "2020-10-01-preview", + "2020-10-01-beta", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "reservationOrders/availableScopes" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01-beta", + "2022-11-01-beta", + "2022-11-01", + "2022-06-02-privatepreview", + "2022-06-02-beta", + "2022-03-01-beta", + "2022-03-01", + "2020-10-01-preview", + "2020-10-01-beta", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "reservationOrders/calculateRefund" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01-beta", + "2022-11-01-beta", + "2022-11-01", + "2022-06-02-privatepreview", + "2022-06-02-beta", + "2022-03-01-beta", + "2022-03-01", + "2022-02-16-privatepreview", + "2022-02-16-beta", + "2021-07-01", + "2020-11-15-preview", + "2020-11-15-beta", + "2020-11-15" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "reservationOrders/changeDirectory" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01-beta", + "2022-11-01-beta", + "2022-11-01", + "2022-06-02-privatepreview", + "2022-06-02-beta", + "2022-03-01-beta", + "2022-03-01", + "2021-07-01-beta", + "2021-07-01", + "2020-10-01-preview", + "2020-10-01-beta", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "reservationOrders/merge" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01-beta", + "2022-11-01-beta", + "2022-11-01", + "2022-06-02-privatepreview", + "2022-06-02-beta", + "2022-03-01-beta", + "2022-03-01", + "2021-07-01-beta", + "2021-07-01", + "2021-03-01-privatepreview", + "2021-03-01-beta", + "2020-10-01-preview", + "2020-10-01-beta", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "reservationOrders/reservations" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01-beta", + "2022-11-01-beta", + "2022-11-01", + "2022-06-02-privatepreview", + "2022-06-02-beta", + "2022-03-01-beta", + "2022-03-01", + "2021-07-01-beta", + "2021-07-01", + "2019-04-01-beta", + "2019-04-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "reservationOrders/reservations/availableScopes" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01-beta", + "2022-11-01-beta", + "2022-11-01", + "2022-06-02-privatepreview", + "2022-06-02-beta", + "2022-03-01-beta", + "2022-03-01", + "2021-07-01-beta", + "2021-07-01", + "2020-10-01-preview", + "2020-10-01-beta", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "reservationOrders/reservations/revisions" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01-beta", + "2022-11-01-beta", + "2022-11-01", + "2022-06-02-privatepreview", + "2022-06-02-beta", + "2022-03-01-beta", + "2022-03-01", + "2020-10-01-preview", + "2020-10-01-beta", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "reservationOrders/return" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01-beta", + "2022-11-01-beta", + "2022-11-01", + "2022-06-02-privatepreview", + "2022-06-02-beta", + "2022-03-01-beta", + "2022-03-01", + "2021-07-01-beta", + "2021-07-01", + "2020-10-01-preview", + "2020-10-01-beta", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "reservationOrders/split" + }, + { + "apiVersions": [ + "2020-10-01-preview", + "2020-10-01-beta", + "2019-04-01-beta", + "2019-04-01", + "2018-06-01-beta", + "2018-06-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "reservationOrders/swap" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01-beta", + "2022-11-01-beta", + "2022-11-01", + "2022-06-02-privatepreview", + "2022-06-02-beta", + "2022-03-01-beta", + "2022-03-01", + "2021-07-01-beta", + "2021-07-01", + "2020-10-01-preview", + "2020-10-01-beta", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "reservations" + }, + { + "apiVersions": [ + "2020-10-25", + "2019-07-19-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "resourceProviders" + }, + { + "apiVersions": [ + "2020-10-25", + "2019-07-19-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "resourceProviders/locations" + }, + { + "apiVersions": [ + "2020-10-25", + "2019-07-19-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "resourceProviders/locations/serviceLimits" + }, + { + "apiVersions": [ + "2020-10-25", + "2019-07-19-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "resourceProviders/locations/serviceLimitsRequests" + }, + { + "apiVersions": [ + "2019-04-01", + "2018-06-01", + "2017-11-01" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US" + ], + "resourceType": "resources" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01-beta", + "2022-11-01-beta", + "2022-11-01", + "2022-06-02-privatepreview", + "2022-06-02-beta", + "2020-10-01-preview", + "2020-10-01-beta", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "validateReservationOrder" + } + ] + }, + { + "namespace": "Microsoft.CapacityAllocation", + "resourceTypes": [ + { + "apiVersions": [ + "2024-05-01-preview" + ], + "defaultApiVersion": "2024-05-01-preview", + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.Carbon", + "resourceTypes": [ + { + "apiVersions": [ + "2023-04-01-preview" + ], + "defaultApiVersion": "2023-04-01-preview", + "locations": [], + "resourceType": "carbonEmissionReports" + }, + { + "apiVersions": [ + "2023-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2023-04-01-preview" + ], + "defaultApiVersion": "2023-04-01-preview", + "locations": [], + "resourceType": "queryCarbonEmissionDataAvailableDateRange" + } + ] + }, + { + "namespace": "Microsoft.Cdn", + "resourceTypes": [ + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01", + "2020-04-15", + "2019-06-15-preview" + ], + "defaultApiVersion": "2024-09-01", + "locations": [], + "resourceType": "CdnWebApplicationFirewallManagedRuleSets" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01", + "2020-04-15", + "2019-06-15-preview" + ], + "defaultApiVersion": "2024-09-01", + "locations": [ + "global" + ], + "resourceType": "CdnWebApplicationFirewallPolicies" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview" + ], + "defaultApiVersion": "2024-09-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" + ], + "resourceType": "canMigrate" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01" + ], + "defaultApiVersion": "2024-09-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" + ], + "resourceType": "checkEndpointNameAvailability" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": "2024-09-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" + ], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": "2024-09-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" + ], + "resourceType": "checkResourceUsage" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": "2024-09-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" + ], + "resourceType": "edgenodes" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview" + ], + "defaultApiVersion": "2024-09-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" + ], + "resourceType": "migrate" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": "2024-09-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" + ], + "resourceType": "operationresults" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01", + "2020-04-15", + "2019-06-15-preview" + ], + "defaultApiVersion": "2024-09-01", + "locations": [ + "global" + ], + "resourceType": "operationresults/cdnwebapplicationfirewallpolicyresults" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": "2024-09-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" + ], + "resourceType": "operationresults/profileresults" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01" + ], + "defaultApiVersion": "2024-09-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" + ], + "resourceType": "operationresults/profileresults/afdendpointresults" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01" + ], + "defaultApiVersion": "2024-09-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" + ], + "resourceType": "operationresults/profileresults/afdendpointresults/routeresults" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01" + ], + "defaultApiVersion": "2024-09-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" + ], + "resourceType": "operationresults/profileresults/customdomainresults" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": "2024-09-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" + ], + "resourceType": "operationresults/profileresults/endpointresults" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": "2024-09-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" + ], + "resourceType": "operationresults/profileresults/endpointresults/customdomainresults" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01", + "2020-04-15", + "2020-03-31", + "2019-12-31" + ], + "defaultApiVersion": "2024-09-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", + "Central US EUAP" + ], + "resourceType": "operationresults/profileresults/endpointresults/origingroupresults" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": "2024-09-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" + ], + "resourceType": "operationresults/profileresults/endpointresults/originresults" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01" + ], + "defaultApiVersion": "2024-09-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" + ], + "resourceType": "operationresults/profileresults/origingroupresults" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01" + ], + "defaultApiVersion": "2024-09-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" + ], + "resourceType": "operationresults/profileresults/origingroupresults/originresults" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2022-01-01-preview" + ], + "defaultApiVersion": "2024-09-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" + ], + "resourceType": "operationresults/profileresults/policyresults" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01" + ], + "defaultApiVersion": "2024-09-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", + "Central US EUAP" + ], + "resourceType": "operationresults/profileresults/rulesetresults" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01" + ], + "defaultApiVersion": "2024-09-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" + ], + "resourceType": "operationresults/profileresults/rulesetresults/ruleresults" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01" + ], + "defaultApiVersion": "2024-09-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" + ], + "resourceType": "operationresults/profileresults/secretresults" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01" + ], + "defaultApiVersion": "2024-09-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" + ], + "resourceType": "operationresults/profileresults/securitypolicyresults" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": "2024-09-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" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": "2024-09-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", + "Central US EUAP" + ], + "resourceType": "profiles" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01" + ], + "defaultApiVersion": "2024-09-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" + ], + "resourceType": "profiles/afdendpoints" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01" + ], + "defaultApiVersion": "2024-09-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" + ], + "resourceType": "profiles/afdendpoints/routes" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01" + ], + "defaultApiVersion": "2024-09-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" + ], + "resourceType": "profiles/customdomains" + }, + { + "apiVersions": [ + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-06-01-preview", + "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" + ], + "resourceType": "profiles/deploymentversions" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": "2024-09-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", + "Central US EUAP" + ], + "resourceType": "profiles/endpoints" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": "2024-09-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", + "Central US EUAP" + ], + "resourceType": "profiles/endpoints/customdomains" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01", + "2020-04-15", + "2020-03-31", + "2019-12-31" + ], + "defaultApiVersion": "2024-09-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", + "Central US EUAP" + ], + "resourceType": "profiles/endpoints/origingroups" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": "2024-09-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", + "Central US EUAP" + ], + "resourceType": "profiles/endpoints/origins" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-01-01-preview", + "2023-07-01-preview" + ], + "defaultApiVersion": "2023-07-01-preview", + "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" + ], + "resourceType": "profiles/keygroups" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview" + ], + "defaultApiVersion": "2024-09-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" + ], + "resourceType": "profiles/networkpolicies" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01" + ], + "defaultApiVersion": "2024-09-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" + ], + "resourceType": "profiles/origingroups" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01" + ], + "defaultApiVersion": "2024-09-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" + ], + "resourceType": "profiles/origingroups/origins" + }, + { + "apiVersions": [ + "2022-01-01-preview" + ], + "defaultApiVersion": "2022-01-01-preview", + "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" + ], + "resourceType": "profiles/policies" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01" + ], + "defaultApiVersion": "2024-09-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" + ], + "resourceType": "profiles/rulesets" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01" + ], + "defaultApiVersion": "2024-09-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" + ], + "resourceType": "profiles/rulesets/rules" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01" + ], + "defaultApiVersion": "2024-09-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" + ], + "resourceType": "profiles/secrets" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01" + ], + "defaultApiVersion": "2024-09-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" + ], + "resourceType": "profiles/securitypolicies" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": "2024-09-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" + ], + "resourceType": "validateProbe" + }, + { + "apiVersions": [ + "2024-09-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2024-01-01-preview", + "2023-07-01-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-05-01-preview", + "2021-06-01", + "2020-09-01" + ], + "defaultApiVersion": "2024-09-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" + ], + "resourceType": "validateSecret" + } + ] + }, + { + "namespace": "Microsoft.CertificateRegistration", + "resourceTypes": [ + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "2020-06-01", + "2019-08-01", + "2018-02-01", + "2015-08-01" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "certificateOrders" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "2020-06-01", + "2019-08-01", + "2018-02-01", + "2015-08-01" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "certificateOrders/certificates" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "2020-06-01", + "2019-08-01", + "2018-02-01", + "2015-08-01" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "2020-06-01", + "2019-08-01", + "2018-02-01", + "2015-08-01" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "validateCertificateRegistrationInformation" + } + ] + }, + { + "namespace": "Microsoft.Certify", + "resourceTypes": [ + { + "apiVersions": [ + "2023-11-22-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2023-11-22-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "testSuites" + }, + { + "apiVersions": [ + "2023-11-22-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "validationJobs" + } + ] + }, + { + "namespace": "Microsoft.ChangeAnalysis", + "resourceTypes": [ + { + "apiVersions": [ + "2021-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "changeSnapshots" + }, + { + "apiVersions": [ + "2021-04-01-preview", + "2021-04-01", + "2020-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "changes" + }, + { + "apiVersions": [ + "2021-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "computeChanges" + }, + { + "apiVersions": [ + "2020-04-01-preview", + "2019-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2021-04-01-preview", + "2021-04-01", + "2020-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "resourceChanges" + } + ] + }, + { + "namespace": "Microsoft.Chaos", + "resourceTypes": [ + { + "apiVersions": [ + "2024-03-22-preview", + "2024-01-01", + "2023-11-01", + "2023-10-27-preview", + "2023-09-01-preview", + "2023-04-15-preview", + "2023-04-01-preview", + "2022-10-01-preview", + "2022-07-01-preview", + "2021-09-15-preview" + ], + "defaultApiVersion": "2024-01-01", + "locations": [ + "West Central US", + "East US", + "West US", + "Central US", + "UK South", + "West Europe", + "Japan East", + "North Central US", + "East US 2", + "Australia East", + "Brazil South", + "Sweden Central", + "Southeast Asia", + "East US 2 EUAP" + ], + "resourceType": "experiments" + }, + { + "apiVersions": [ + "2024-03-22-preview", + "2024-01-01", + "2023-11-01", + "2023-10-27-preview", + "2023-09-01-preview", + "2023-04-15-preview", + "2023-04-01-preview", + "2022-10-01-preview", + "2022-07-01-preview", + "2021-09-15-preview" + ], + "defaultApiVersion": "2022-10-01-preview", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-03-22-preview", + "2024-01-01", + "2023-12-01-preview", + "2023-11-01", + "2023-10-27-preview", + "2023-09-01-preview" + ], + "defaultApiVersion": "2024-01-01", + "locations": [ + "West Central US", + "East US", + "Central US", + "West US 3", + "UK South", + "West US", + "North Europe", + "West Europe", + "Japan East", + "North Central US", + "East US 2", + "Australia East", + "East Asia", + "Brazil South", + "Sweden Central", + "West US 2", + "Southeast Asia", + "Canada Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2024-03-22-preview", + "2024-01-01", + "2023-12-01-preview", + "2023-11-01", + "2023-10-27-preview", + "2023-09-01-preview" + ], + "defaultApiVersion": "2024-01-01", + "locations": [ + "West Central US", + "East US", + "Central US", + "West US 3", + "UK South", + "West US", + "North Europe", + "West Europe", + "Japan East", + "North Central US", + "East US 2", + "Australia East", + "East Asia", + "Brazil South", + "Sweden Central", + "West US 2", + "Southeast Asia", + "Canada Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-03-22-preview", + "2024-01-01", + "2023-11-01", + "2023-10-27-preview", + "2023-09-01-preview", + "2023-04-15-preview", + "2023-04-01-preview", + "2022-10-01-preview", + "2022-07-01-preview", + "2021-09-15-preview" + ], + "defaultApiVersion": "2024-01-01", + "locations": [ + "West Central US", + "East US", + "Central US", + "West US 3", + "UK South", + "West US", + "North Europe", + "West Europe", + "Japan East", + "North Central US", + "East US 2", + "Australia East", + "East Asia", + "Brazil South", + "Sweden Central", + "West US 2", + "Southeast Asia", + "Canada Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/targetTypes" + }, + { + "apiVersions": [ + "2024-03-22-preview", + "2024-01-01", + "2023-11-01", + "2023-10-27-preview", + "2023-09-01-preview", + "2023-04-15-preview", + "2023-04-01-preview", + "2022-10-01-preview", + "2022-07-01-preview", + "2021-09-15-preview", + "2021-08-11-preview", + "2021-07-05-preview", + "2021-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-03-22-preview", + "2023-10-27-preview" + ], + "defaultApiVersion": "2023-10-27-preview", + "locations": [ + "West Central US", + "East US", + "Central US", + "West US 3", + "UK South", + "West US", + "North Europe", + "West Europe", + "Japan East", + "North Central US", + "East US 2", + "Australia East", + "East Asia", + "Brazil South", + "Sweden Central", + "West US 2", + "Southeast Asia", + "Canada Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "privateAccesses" + }, + { + "apiVersions": [ + "2024-03-22-preview", + "2024-01-01", + "2023-11-01", + "2023-10-27-preview", + "2023-09-01-preview", + "2023-04-15-preview", + "2023-04-01-preview", + "2022-10-01-preview", + "2022-07-01-preview", + "2021-09-15-preview" + ], + "defaultApiVersion": "2024-01-01", + "locations": [ + "West Central US", + "East US", + "Central US", + "West US 3", + "UK South", + "West US", + "North Europe", + "West Europe", + "Japan East", + "North Central US", + "East US 2", + "Australia East", + "East Asia", + "Brazil South", + "Sweden Central", + "West US 2", + "Southeast Asia", + "Canada Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "targets" + } + ] + }, + { + "namespace": "Microsoft.ClassicCompute", + "resourceTypes": [ + { + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01", + "2015-06-01", + "2014-06-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "capabilities" + }, + { + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01", + "2015-06-01", + "2014-06-01", + "2014-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "checkDomainNameAvailability" + }, + { + "apiVersions": [ + "2021-02-01", + "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" + ], + "defaultApiVersion": "2014-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", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Qatar Central", + "Sweden Central", + "Israel Central", + "Poland Central", + "Italy North", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "domainNames" + }, + { + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01", + "2015-06-01", + "2014-06-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "domainNames/capabilities" + }, + { + "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" + ], + "defaultApiVersion": "2014-06-01", + "locations": [], + "resourceType": "domainNames/internalLoadBalancers" + }, + { + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01", + "2015-06-01", + "2014-06-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "domainNames/serviceCertificates" + }, + { + "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" + ], + "defaultApiVersion": null, + "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", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Norway East", + "West US 3", + "Qatar Central", + "Sweden Central", + "Israel Central", + "Poland Central", + "Italy North", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Germany West Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "domainNames/slots" + }, + { + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01", + "2015-06-01", + "2014-06-01", + "2014-01-01" + ], + "defaultApiVersion": null, + "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", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Qatar Central", + "Sweden Central", + "Israel Central", + "Poland Central", + "Italy North", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "domainNames/slots/roles" + }, + { + "apiVersions": [ + "2014-04-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "domainNames/slots/roles/metricDefinitions" + }, + { + "apiVersions": [ + "2014-04-01" + ], + "defaultApiVersion": null, + "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", + "Korea Central", + "Korea South", + "France Central", + "West US 3", + "Mexico Central", + "Sweden Central", + "Qatar Central", + "Israel Central", + "Poland Central", + "Italy North", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "domainNames/slots/roles/metrics" + }, + { + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "moveSubscriptionResources" + }, + { + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01", + "2015-06-01", + "2014-06-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "operatingSystemFamilies" + }, + { + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01", + "2015-06-01", + "2014-06-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "operatingSystems" + }, + { + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "operationStatuses" + }, + { + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01", + "2015-06-01", + "2014-06-01", + "2014-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "quotas" + }, + { + "apiVersions": [], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "resourceTypes" + }, + { + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "validateSubscriptionMoveAvailability" + }, + { + "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" + ], + "defaultApiVersion": "2014-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", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Qatar Central", + "Sweden Central", + "Israel Central", + "Poland Central", + "Italy North", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "virtualMachines" + }, + { + "apiVersions": [ + "2014-04-01" + ], + "defaultApiVersion": null, + "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 3", + "Qatar Central", + "Sweden Central", + "Israel Central", + "Poland Central", + "Italy North", + "Spain Central", + "Mexico Central", + "West US", + "Central US", + "South Central US", + "Japan East", + "Japan West", + "East Asia", + "Southeast Asia", + "Australia East", + "Australia Southeast", + "New Zealand North", + "West US 2", + "West Central US", + "South India", + "Central India", + "West India", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "virtualMachines/diagnosticSettings" + }, + { + "apiVersions": [ + "2014-04-01" + ], + "defaultApiVersion": null, + "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", + "Qatar Central", + "Sweden Central", + "Israel Central", + "Poland Central", + "Italy North", + "Spain Central", + "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", + "West US 3", + "Mexico Central", + "New Zealand North", + "South India", + "Central India", + "West India", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "virtualMachines/metricDefinitions" + }, + { + "apiVersions": [ + "2014-04-01" + ], + "defaultApiVersion": null, + "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", + "Korea Central", + "Korea South", + "France Central", + "West US 3", + "Mexico Central", + "Sweden Central", + "Qatar Central", + "Israel Central", + "Poland Central", + "Italy North", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "virtualMachines/metrics" + } + ] + }, + { + "namespace": "Microsoft.ClassicInfrastructureMigrate", + "resourceTypes": [ + { + "apiVersions": [ + "2015-06-15" + ], + "defaultApiVersion": null, + "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", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "classicInfrastructureResources" + } + ] + }, + { + "namespace": "Microsoft.ClassicNetwork", + "resourceTypes": [ + { + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01", + "2015-06-01", + "2014-06-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "capabilities" + }, + { + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01", + "2015-06-01", + "2014-06-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "expressRouteCrossConnections" + }, + { + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-10-01", + "2015-06-01", + "2014-06-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "expressRouteCrossConnections/peerings" + }, + { + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01", + "2014-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "gatewaySupportedDevices" + }, + { + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01" + ], + "defaultApiVersion": "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", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "New Zealand North", + "Australia Central", + "Germany West Central", + "West US 3", + "Mexico Central", + "Norway East", + "Sweden Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "networkSecurityGroups" + }, + { + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01", + "2014-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "quotas" + }, + { + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01", + "2014-01-01" + ], + "defaultApiVersion": "2014-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", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "New Zealand North", + "Australia Central", + "Germany West Central", + "Norway East", + "West US 3", + "Mexico Central", + "Sweden Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "reservedIps" + }, + { + "apiVersions": [ + "2017-11-15", + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01", + "2014-01-01" + ], + "defaultApiVersion": "2014-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", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "New Zealand North", + "Australia Central", + "Germany West Central", + "Norway East", + "West US 3", + "Mexico Central", + "Sweden Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "virtualNetworks" + }, + { + "apiVersions": [ + "2016-11-01" + ], + "defaultApiVersion": null, + "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", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "virtualNetworks/remoteVirtualNetworkPeeringProxies" + }, + { + "apiVersions": [ + "2016-11-01" + ], + "defaultApiVersion": null, + "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", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "virtualNetworks/virtualNetworkPeerings" + } + ] + }, + { + "namespace": "Microsoft.ClassicStorage", + "resourceTypes": [ + { + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "capabilities" + }, + { + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01", + "2014-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "checkStorageAccountAvailability" + }, + { + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "disks" + }, + { + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "images" + }, + { + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "osImages" + }, + { + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "osPlatformImages" + }, + { + "apiVersions": [], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "publicImages" + }, + { + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01", + "2014-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "quotas" + }, + { + "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" + ], + "defaultApiVersion": "2014-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", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Qatar Central", + "Sweden Central", + "Israel Central", + "Poland Central", + "Italy North", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "storageAccounts" + }, + { + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "storageAccounts/blobServices" + }, + { + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "storageAccounts/fileServices" + }, + { + "apiVersions": [ + "2014-04-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "storageAccounts/metricDefinitions" + }, + { + "apiVersions": [ + "2014-04-01" + ], + "defaultApiVersion": null, + "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", + "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", + "West US 3", + "Mexico Central", + "Sweden Central", + "Qatar Central", + "Israel Central", + "Poland Central", + "Italy North", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "storageAccounts/metrics" + }, + { + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "storageAccounts/queueServices" + }, + { + "apiVersions": [ + "2014-04-01" + ], + "defaultApiVersion": null, + "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", + "West US 2", + "West Central US", + "Sweden Central", + "New Zealand North", + "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", + "West US 3", + "Qatar Central", + "Israel Central", + "Poland Central", + "Italy North", + "Spain Central", + "Mexico Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "storageAccounts/services" + }, + { + "apiVersions": [ + "2014-04-01" + ], + "defaultApiVersion": null, + "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", + "West US 2", + "West Central US", + "Sweden Central", + "New Zealand North", + "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", + "West US 3", + "Qatar Central", + "Israel Central", + "Poland Central", + "Italy North", + "Spain Central", + "Mexico Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "storageAccounts/services/diagnosticSettings" + }, + { + "apiVersions": [ + "2014-04-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "storageAccounts/services/metricDefinitions" + }, + { + "apiVersions": [ + "2014-04-01" + ], + "defaultApiVersion": null, + "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", + "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", + "West US 3", + "Mexico Central", + "Sweden Central", + "Qatar Central", + "Israel Central", + "Poland Central", + "Italy North", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "storageAccounts/services/metrics" + }, + { + "apiVersions": [ + "2016-11-01", + "2016-04-01", + "2015-12-01", + "2015-06-01", + "2014-06-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "storageAccounts/tableServices" + }, + { + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "storageAccounts/vmImages" + }, + { + "apiVersions": [ + "2016-11-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "vmImages" + } + ] + }, + { + "namespace": "Microsoft.ClassicSubscription", + "resourceTypes": [ + { + "apiVersions": [ + "2017-09-01", + "2017-06-01" + ], + "defaultApiVersion": "2017-06-01", + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.CleanRoom", + "resourceTypes": [ + { + "apiVersions": [ + "2022-12-31-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2022-12-31-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US", + "East US 2 EUAP" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2022-12-31-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Operations" + } + ] + }, + { + "namespace": "Microsoft.CloudDevicePlatform", + "resourceTypes": [ + { + "apiVersions": [ + "2024-06-01-preview", + "2024-05-01-preview" + ], + "defaultApiVersion": "2024-06-01-preview", + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.CloudHealth", + "resourceTypes": [ + { + "apiVersions": [ + "2023-10-01-preview" + ], + "defaultApiVersion": "2023-10-01-preview", + "locations": [], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2023-10-01-preview" + ], + "defaultApiVersion": "2023-10-01-preview", + "locations": [ + "UK South", + "East US", + "East US 2" + ], + "resourceType": "Locations/operationstatuses" + }, + { + "apiVersions": [ + "2023-10-01-preview" + ], + "defaultApiVersion": "2023-10-01-preview", + "locations": [], + "resourceType": "Operations" + } + ] + }, + { + "namespace": "Microsoft.CloudShell", + "resourceTypes": [ + { + "apiVersions": [ + "2023-02-01-preview", + "2020-04-01-preview", + "2018-10-01", + "2017-12-01-preview", + "2017-08-01-preview", + "2017-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.CloudTest", + "resourceTypes": [ + { + "apiVersions": [ + "2024-07-05-preview", + "2020-05-07" + ], + "defaultApiVersion": "2024-07-05-preview", + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "South India", + "Southeast Asia", + "West US", + "West US 2", + "Brazil South", + "Brazil Southeast", + "Central India", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany North", + "Germany West Central", + "North Europe", + "Norway East", + "Norway West", + "South Africa North", + "South Africa West", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Europe", + "West India", + "Canada Central", + "Canada East", + "Central US", + "North Central US", + "South Central US", + "West Central US", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "accounts" + }, + { + "apiVersions": [ + "2024-07-05-preview" + ], + "defaultApiVersion": "2024-07-05-preview", + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "South India", + "Southeast Asia", + "West US", + "West US 2", + "Brazil South", + "Brazil Southeast", + "Central India", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany North", + "Germany West Central", + "North Europe", + "Norway East", + "Norway West", + "South Africa North", + "South Africa West", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Europe", + "West India", + "Canada Central", + "Canada East", + "Central US", + "North Central US", + "South Central US", + "West Central US", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "buildcaches" + }, + { + "apiVersions": [ + "2024-07-05-preview", + "2020-05-07" + ], + "defaultApiVersion": "2024-07-05-preview", + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "South India", + "Southeast Asia", + "West US", + "West US 2", + "Brazil South", + "Brazil Southeast", + "Central India", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany North", + "Germany West Central", + "North Europe", + "Norway East", + "Norway West", + "South Africa North", + "South Africa West", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Europe", + "West India", + "Canada Central", + "Canada East", + "Central US", + "North Central US", + "South Central US", + "West Central US", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "hostedpools" + }, + { + "apiVersions": [ + "2024-07-05-preview", + "2020-05-07" + ], + "defaultApiVersion": "2024-07-05-preview", + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "South India", + "Southeast Asia", + "West US", + "West US 2", + "Brazil South", + "Brazil Southeast", + "Central India", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany North", + "Germany West Central", + "North Europe", + "Norway East", + "Norway West", + "South Africa North", + "South Africa West", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Europe", + "West India", + "Canada Central", + "Canada East", + "Central US", + "North Central US", + "South Central US", + "West Central US", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "images" + }, + { + "apiVersions": [ + "2024-07-05-preview", + "2020-05-07" + ], + "defaultApiVersion": "2024-07-05-preview", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-07-05-preview", + "2020-05-07" + ], + "defaultApiVersion": "2024-07-05-preview", + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "South India", + "Southeast Asia", + "West US", + "West US 2", + "Brazil South", + "Brazil Southeast", + "Central India", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany North", + "Germany West Central", + "North Europe", + "Norway East", + "Norway West", + "South Africa North", + "South Africa West", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Europe", + "West India", + "Canada Central", + "Canada East", + "Central US", + "North Central US", + "South Central US", + "West Central US", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/operations" + }, + { + "apiVersions": [ + "2024-07-05-preview", + "2020-05-07" + ], + "defaultApiVersion": "2024-07-05-preview", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-07-05-preview", + "2020-05-07" + ], + "defaultApiVersion": "2024-07-05-preview", + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "South India", + "Southeast Asia", + "West US", + "West US 2", + "Brazil South", + "Brazil Southeast", + "Central India", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany North", + "Germany West Central", + "North Europe", + "Norway East", + "Norway West", + "South Africa North", + "South Africa West", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Europe", + "West India", + "Canada Central", + "Canada East", + "Central US", + "North Central US", + "South Central US", + "West Central US", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "pools" + } + ] + }, + { + "namespace": "Microsoft.CodeSigning", + "resourceTypes": [ + { + "apiVersions": [ + "2024-09-30-preview", + "2024-02-05-preview", + "2023-04-30-preview", + "2020-12-14-preview" + ], + "defaultApiVersion": "2024-09-30-preview", + "locations": [], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2024-09-30-preview", + "2024-02-05-preview", + "2023-04-30-preview", + "2020-12-14-preview" + ], + "defaultApiVersion": "2024-09-30-preview", + "locations": [ + "Central US EUAP", + "West Central US", + "West US 2", + "North Europe", + "West Europe", + "East US", + "West US", + "West US 3" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2024-09-30-preview", + "2024-02-05-preview", + "2023-04-30-preview", + "2020-12-14-preview" + ], + "defaultApiVersion": "2024-09-30-preview", + "locations": [], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2024-09-30-preview", + "2024-02-05-preview", + "2023-04-30-preview", + "2020-12-14-preview" + ], + "defaultApiVersion": "2024-09-30-preview", + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2024-09-30-preview", + "2024-02-05-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "West US 2", + "North Europe", + "West Europe", + "East US", + "West US", + "West US 3", + "Central US EUAP" + ], + "resourceType": "codeSigningAccounts" + }, + { + "apiVersions": [ + "2024-09-30-preview", + "2024-02-05-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "West US 2", + "North Europe", + "West Europe", + "East US", + "West US", + "West US 3", + "Central US EUAP" + ], + "resourceType": "codeSigningAccounts/certificateProfiles" + } + ] + }, + { + "namespace": "Microsoft.CognitiveServices", + "resourceTypes": [ + { + "apiVersions": [ + "2024-10-01", + "2024-06-01-preview", + "2024-04-01-preview", + "2023-10-01-preview", + "2023-06-01-preview", + "2023-05-01", + "2022-12-01", + "2022-10-01", + "2022-03-01", + "2021-10-01", + "2021-04-30", + "2017-04-18", + "2016-02-01-preview" + ], + "defaultApiVersion": "2022-12-01", + "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", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Norway East", + "West US 3", + "Qatar Central", + "Canada East", + "Poland central", + "South India", + "Italy North", + "Spain Central", + "UK West", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "accounts" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-06-01-preview", + "2024-04-01-preview", + "2023-10-01-preview", + "2023-06-01-preview", + "2023-05-01", + "2022-12-01", + "2022-10-01", + "2022-03-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Norway East", + "West US 3", + "Qatar Central", + "Canada East", + "Poland central", + "South India", + "Italy North", + "Spain Central", + "UK West", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "accounts/encryptionScopes" + }, + { + "apiVersions": [ + "2021-10-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Norway East", + "West US 3", + "Qatar Central", + "Canada East", + "Poland central", + "South India", + "Italy North", + "Spain Central", + "UK West", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "accounts/networkSecurityPerimeterAssociationProxies" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-06-01-preview", + "2024-04-01-preview", + "2023-10-01-preview", + "2023-06-01-preview", + "2023-05-01", + "2022-12-01", + "2022-10-01", + "2022-03-01", + "2021-10-01", + "2021-04-30", + "2017-04-18" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Norway East", + "West US 3", + "Qatar Central", + "Canada East", + "Poland central", + "South India", + "Italy North", + "Spain Central", + "UK West", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "accounts/privateEndpointConnectionProxies" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-06-01-preview", + "2024-04-01-preview", + "2023-10-01-preview", + "2023-06-01-preview", + "2023-05-01", + "2022-12-01", + "2022-10-01", + "2022-03-01", + "2021-10-01", + "2021-04-30", + "2017-04-18" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Norway East", + "West US 3", + "Qatar Central", + "Canada East", + "Poland central", + "South India", + "Italy North", + "Spain Central", + "UK West", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "accounts/privateEndpointConnections" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-06-01-preview", + "2024-04-01-preview", + "2023-10-01-preview", + "2023-06-01-preview", + "2023-05-01", + "2022-12-01", + "2022-10-01", + "2022-03-01", + "2021-10-01", + "2021-04-30", + "2017-04-18" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Norway East", + "West US 3", + "Qatar Central", + "Canada East", + "Poland central", + "South India", + "Italy North", + "Spain Central", + "UK West", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "accounts/privateLinkResources" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-06-01-preview", + "2024-04-01-preview", + "2023-10-01-preview", + "2023-06-01-preview", + "2023-05-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Norway East", + "West US 3", + "Qatar Central", + "Canada East", + "Poland central", + "South India", + "Italy North", + "Spain Central", + "UK West", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "attestationDefinitions" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-06-01-preview", + "2024-04-01-preview", + "2023-10-01-preview", + "2023-06-01-preview", + "2023-05-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Norway East", + "West US 3", + "Qatar Central", + "Canada East", + "Poland central", + "South India", + "Italy North", + "Spain Central", + "UK West", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "attestations" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-06-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", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Norway East", + "West US 3", + "Qatar Central", + "Canada East", + "Poland central", + "South India", + "Italy North", + "Spain Central", + "UK West", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "calculateModelCapacity" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-06-01-preview", + "2024-04-01-preview", + "2023-10-01-preview", + "2023-06-01-preview", + "2023-05-01", + "2022-12-01", + "2022-10-01", + "2022-03-01", + "2021-10-01", + "2021-04-30", + "2017-04-18", + "2016-02-01-preview" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Norway East", + "West US 3", + "Qatar Central", + "Canada East", + "Poland central", + "South India", + "Italy North", + "Spain Central", + "UK West", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "checkDomainAvailability" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-06-01-preview", + "2024-04-01-preview", + "2023-10-01-preview", + "2023-06-01-preview", + "2023-05-01", + "2022-12-01" + ], + "defaultApiVersion": "2022-12-01", + "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", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Norway East", + "West US 3", + "Qatar Central", + "Canada East", + "Poland central", + "South India", + "Italy North", + "Spain Central", + "UK West", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "commitmentPlans" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-06-01-preview", + "2024-04-01-preview", + "2023-10-01-preview", + "2023-06-01-preview", + "2023-05-01", + "2022-12-01", + "2022-10-01", + "2022-03-01", + "2021-10-01", + "2021-04-30" + ], + "defaultApiVersion": "2022-12-01", + "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", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Norway East", + "West US 3", + "Qatar Central", + "Canada East", + "Poland central", + "South India", + "Italy North", + "Spain Central", + "UK West", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "deletedAccounts" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-06-01-preview", + "2024-04-01-preview", + "2023-10-01-preview", + "2023-06-01-preview", + "2023-05-01", + "2022-12-01", + "2022-10-01", + "2022-03-01", + "2021-10-01", + "2021-04-30", + "2017-04-18", + "2016-02-01-preview" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Norway East", + "West US 3", + "Qatar Central", + "Canada East", + "Poland central", + "South India", + "Italy North", + "Spain Central", + "UK West", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-06-01-preview", + "2024-04-01-preview", + "2023-10-01-preview", + "2023-06-01-preview", + "2023-05-01", + "2022-12-01", + "2022-10-01", + "2022-03-01", + "2021-10-01", + "2021-04-30", + "2017-04-18", + "2016-02-01-preview" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Norway East", + "West US 3", + "Qatar Central", + "Canada East", + "Poland central", + "South India", + "Italy North", + "Spain Central", + "UK West", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/checkSkuAvailability" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-06-01-preview", + "2024-04-01-preview", + "2023-10-01-preview", + "2023-06-01-preview", + "2023-05-01", + "2022-12-01", + "2022-10-01", + "2022-03-01", + "2021-10-01" + ], + "defaultApiVersion": "2021-10-01", + "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", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Norway East", + "West US 3", + "Qatar Central", + "Canada East", + "Poland central", + "South India", + "Italy North", + "Spain Central", + "UK West", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/commitmentTiers" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-06-01-preview", + "2024-04-01-preview", + "2023-10-01-preview", + "2023-06-01-preview", + "2023-05-01", + "2022-12-01", + "2022-10-01", + "2022-03-01", + "2021-10-01", + "2021-04-30", + "2017-04-18", + "2016-02-01-preview" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Norway East", + "West US 3", + "Qatar Central", + "Canada East", + "Poland central", + "South India", + "Italy North", + "Spain Central", + "UK West", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/deleteVirtualNetworkOrSubnets" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-06-01-preview", + "2024-04-01-preview" + ], + "defaultApiVersion": "2024-04-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", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Norway East", + "West US 3", + "Qatar Central", + "Canada East", + "Poland central", + "South India", + "Italy North", + "Spain Central", + "UK West", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/modelCapacities" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-06-01-preview", + "2024-04-01-preview", + "2023-10-01-preview", + "2023-06-01-preview", + "2023-05-01" + ], + "defaultApiVersion": "2023-05-01", + "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", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Norway East", + "West US 3", + "Qatar Central", + "Canada East", + "Poland central", + "South India", + "Italy North", + "Spain Central", + "UK West", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/models" + }, + { + "apiVersions": [ + "2021-10-01" + ], + "defaultApiVersion": null, + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/networkSecurityPerimeterProxies" + }, + { + "apiVersions": [ + "2021-10-01" + ], + "defaultApiVersion": null, + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/networkSecurityPerimeterProxies/profileProxies" + }, + { + "apiVersions": [ + "2021-10-01" + ], + "defaultApiVersion": null, + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/networkSecurityPerimeterProxies/profileProxies/accessRuleProxies" + }, + { + "apiVersions": [ + "2021-10-01" + ], + "defaultApiVersion": "2021-10-01", + "locations": [ + "Global", + "Australia East", + "Brazil South", + "Central US EUAP", + "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", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Norway East", + "West US 3", + "East US 2 EUAP", + "Qatar Central", + "Canada East", + "Poland central", + "South India", + "Italy North", + "Spain Central", + "UK West" + ], + "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-06-01-preview", + "2024-04-01-preview", + "2023-10-01-preview", + "2023-06-01-preview", + "2023-05-01", + "2022-12-01", + "2022-10-01", + "2022-03-01", + "2021-10-01", + "2021-04-30", + "2017-04-18", + "2016-02-01-preview" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Norway East", + "West US 3", + "Qatar Central", + "Canada East", + "Poland central", + "South India", + "Italy North", + "Spain Central", + "UK West", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-06-01-preview", + "2024-04-01-preview", + "2023-10-01-preview", + "2023-06-01-preview" + ], + "defaultApiVersion": "2023-06-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", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Norway East", + "West US 3", + "Qatar Central", + "Canada East", + "Poland central", + "South India", + "Italy North", + "Spain Central", + "UK West", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/raiContentFilters" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-06-01-preview", + "2024-04-01-preview", + "2023-10-01-preview", + "2023-06-01-preview", + "2023-05-01", + "2022-12-01", + "2022-10-01", + "2022-03-01", + "2021-10-01", + "2021-04-30" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Norway East", + "West US 3", + "Qatar Central", + "Canada East", + "Poland central", + "South India", + "Italy North", + "Spain Central", + "UK West", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/resourceGroups" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-06-01-preview", + "2024-04-01-preview", + "2023-10-01-preview", + "2023-06-01-preview", + "2023-05-01", + "2022-12-01", + "2022-10-01", + "2022-03-01", + "2021-10-01", + "2021-04-30" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Norway East", + "West US 3", + "Qatar Central", + "Canada East", + "Poland central", + "South India", + "Italy North", + "Spain Central", + "UK West", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/resourceGroups/deletedAccounts" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-06-01-preview", + "2024-04-01-preview", + "2023-10-01-preview", + "2023-06-01-preview", + "2023-05-01" + ], + "defaultApiVersion": "2023-05-01", + "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", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Norway East", + "West US 3", + "Qatar Central", + "Canada East", + "Poland central", + "South India", + "Italy North", + "Spain Central", + "UK West", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/usages" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-06-01-preview", + "2024-04-01-preview" + ], + "defaultApiVersion": "2024-04-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", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Norway East", + "West US 3", + "Qatar Central", + "Canada East", + "Poland central", + "South India", + "Italy North", + "Spain Central", + "UK West", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "modelCapacities" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-06-01-preview", + "2024-04-01-preview", + "2023-10-01-preview", + "2023-06-01-preview", + "2023-05-01", + "2022-12-01", + "2022-10-01", + "2022-03-01", + "2021-10-01", + "2021-04-30", + "2017-04-18", + "2016-02-01-preview" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Norway East", + "West US 3", + "Qatar Central", + "Canada East", + "Poland central", + "South India", + "Italy North", + "Spain Central", + "UK West", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.Commerce", + "resourceTypes": [ + { + "apiVersions": [ + "2016-08-31-preview", + "2015-06-01-preview", + "2015-05-15" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "RateCard" + }, + { + "apiVersions": [ + "2015-06-01-preview", + "2015-03-31" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "UsageAggregates" + }, + { + "apiVersions": [ + "2015-06-01-preview", + "2015-03-31" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.Communication", + "resourceTypes": [ + { + "apiVersions": [ + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-03-31", + "2023-03-01-preview", + "2022-10-01-preview", + "2022-07-01-preview", + "2021-10-01-preview", + "2020-08-20" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "CheckNameAvailability" + }, + { + "apiVersions": [ + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-03-31", + "2023-03-01-preview", + "2022-10-01-preview", + "2022-07-01-preview", + "2022-03-29-preview", + "2021-10-01-preview", + "2020-08-20" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "CommunicationServices" + }, + { + "apiVersions": [ + "2021-09-09-privatepreview", + "2020-08-20" + ], + "defaultApiVersion": "2020-08-20", + "locations": [ + "global" + ], + "resourceType": "CommunicationServices/eventGridFilters" + }, + { + "apiVersions": [ + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-03-31", + "2023-03-01-preview", + "2022-10-01-preview", + "2022-07-01-preview", + "2021-10-01-preview" + ], + "defaultApiVersion": "2023-03-01-preview", + "locations": [ + "global" + ], + "resourceType": "EmailServices" + }, + { + "apiVersions": [ + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-03-31", + "2023-03-01-preview", + "2022-10-01-preview", + "2022-07-01-preview", + "2021-10-01-preview" + ], + "defaultApiVersion": "2023-03-01-preview", + "locations": [ + "global" + ], + "resourceType": "EmailServices/Domains" + }, + { + "apiVersions": [ + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-03-31", + "2023-03-01-preview" + ], + "defaultApiVersion": "2023-03-01-preview", + "locations": [ + "global" + ], + "resourceType": "EmailServices/Domains/SenderUsernames" + }, + { + "apiVersions": [ + "2023-06-01-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [ + "global" + ], + "resourceType": "EmailServices/Domains/SuppressionLists" + }, + { + "apiVersions": [ + "2023-06-01-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [ + "global" + ], + "resourceType": "EmailServices/Domains/SuppressionLists/SuppressionListAddresses" + }, + { + "apiVersions": [ + "2023-11-21-preview", + "2023-11-06-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-03-31", + "2023-03-01-preview", + "2022-10-01-preview", + "2022-07-01-preview", + "2022-03-29-preview", + "2021-10-01-preview", + "2020-08-20" + ], + "defaultApiVersion": "2023-04-01", + "locations": [], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2023-11-21-preview", + "2023-11-06-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-03-31", + "2023-03-01-preview", + "2022-10-01-preview", + "2022-07-01-preview", + "2022-03-29-preview", + "2021-10-01-preview", + "2020-08-20" + ], + "defaultApiVersion": "2023-04-01", + "locations": [ + "West US 2" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2023-11-21-preview", + "2023-11-06-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-03-31", + "2023-03-01-preview", + "2022-10-01-preview", + "2022-07-01-preview", + "2022-03-29-preview", + "2021-10-01-preview", + "2020-08-20" + ], + "defaultApiVersion": "2023-04-01", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-03-31", + "2023-03-01-preview", + "2022-10-01-preview", + "2022-07-01-preview", + "2021-10-01-preview", + "2020-08-20" + ], + "defaultApiVersion": "2020-08-20", + "locations": [], + "resourceType": "registeredSubscriptions" + } + ] + }, + { + "namespace": "Microsoft.Community", + "resourceTypes": [ + { + "apiVersions": [ + "2023-11-01", + "2023-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2023-11-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "North Europe", + "Australia East", + "UK South", + "Sweden Central", + "West US 3", + "East US 2" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2023-11-01", + "2023-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2023-11-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "North Europe", + "Australia East", + "UK South", + "Sweden Central", + "West US 3", + "East US 2" + ], + "resourceType": "communityTrainings" + } + ] + }, + { + "namespace": "Microsoft.CompositeSolutions", + "resourceTypes": [ + { + "apiVersions": [ + "2024-03-01-preview" + ], + "defaultApiVersion": "2024-03-01-preview", + "locations": [ + "global" + ], + "resourceType": "locations/operations" + } + ] + }, + { + "namespace": "Microsoft.Compute", + "resourceTypes": [ + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-10-01", + "2018-06-01", + "2018-04-01", + "2017-12-01", + "2017-03-30", + "2016-08-30", + "2016-04-30-preview", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "availabilitySets" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "capacityReservationGroups" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "capacityReservationGroups/capacityReservations" + }, + { + "apiVersions": [ + "2022-09-04", + "2022-04-04", + "2021-03-01", + "2020-10-01-preview" + ], + "defaultApiVersion": "2021-03-01", + "locations": [ + "Southeast Asia", + "East US 2", + "Central US", + "West Europe", + "East US", + "North Central US", + "South Central US", + "West US", + "North Europe", + "East Asia", + "Brazil South", + "West US 2", + "West Central US", + "UK West", + "UK South", + "Japan East", + "Japan West", + "Canada Central", + "Canada East", + "Central India", + "South India", + "Australia East", + "Australia Southeast", + "Korea Central", + "Korea South", + "West India", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "cloudServices" + }, + { + "apiVersions": [ + "2021-03-01", + "2020-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Southeast Asia", + "East US 2", + "Central US", + "West Europe", + "East US", + "North Central US", + "South Central US", + "West US", + "North Europe", + "East Asia", + "Brazil South", + "West US 2", + "West Central US", + "UK West", + "UK South", + "Japan East", + "Japan West", + "Canada Central", + "Canada East", + "Central India", + "South India", + "Australia East", + "Australia Southeast", + "Korea Central", + "Korea South", + "West India", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "cloudServices/networkInterfaces" + }, + { + "apiVersions": [ + "2021-03-01", + "2020-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Southeast Asia", + "East US 2", + "Central US", + "West Europe", + "East US", + "North Central US", + "South Central US", + "West US", + "North Europe", + "East Asia", + "Brazil South", + "West US 2", + "West Central US", + "UK West", + "UK South", + "Japan East", + "Japan West", + "Canada Central", + "Canada East", + "Central India", + "South India", + "Australia East", + "Australia Southeast", + "Korea Central", + "Korea South", + "West India", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "cloudServices/publicIPAddresses" + }, + { + "apiVersions": [ + "2022-09-04", + "2022-04-04", + "2021-03-01", + "2020-10-01-preview" + ], + "defaultApiVersion": "2021-03-01", + "locations": [ + "Southeast Asia", + "East US 2", + "Central US", + "West Europe", + "East US", + "North Central US", + "South Central US", + "West US", + "North Europe", + "East Asia", + "Brazil South", + "West US 2", + "West Central US", + "UK West", + "UK South", + "Japan East", + "Japan West", + "Canada Central", + "Canada East", + "Central India", + "South India", + "Australia East", + "Australia Southeast", + "Korea Central", + "Korea South", + "West India", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "cloudServices/roleInstances" + }, + { + "apiVersions": [ + "2021-03-01", + "2020-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Southeast Asia", + "East US 2", + "Central US", + "West Europe", + "East US", + "North Central US", + "South Central US", + "West US", + "North Europe", + "East Asia", + "Brazil South", + "West US 2", + "West Central US", + "UK West", + "UK South", + "Japan East", + "Japan West", + "Canada Central", + "Canada East", + "Central India", + "South India", + "Australia East", + "Australia Southeast", + "Korea Central", + "Korea South", + "West India", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "cloudServices/roleInstances/networkInterfaces" + }, + { + "apiVersions": [ + "2022-09-04", + "2022-04-04", + "2021-03-01", + "2020-10-01-preview" + ], + "defaultApiVersion": "2021-03-01", + "locations": [ + "Southeast Asia", + "East US 2", + "Central US", + "West Europe", + "East US", + "North Central US", + "South Central US", + "West US", + "North Europe", + "East Asia", + "Brazil South", + "West US 2", + "West Central US", + "UK West", + "UK South", + "Japan East", + "Japan West", + "Canada Central", + "Canada East", + "Central India", + "South India", + "Australia East", + "Australia Southeast", + "Korea Central", + "Korea South", + "West India", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "cloudServices/roles" + }, + { + "apiVersions": [ + "2024-03-02", + "2023-10-02", + "2023-04-02", + "2023-01-02", + "2022-07-02", + "2022-03-02", + "2021-12-01", + "2021-08-01", + "2021-04-01", + "2020-12-01", + "2020-09-30", + "2020-06-30", + "2020-05-01" + ], + "defaultApiVersion": "2022-03-02", + "locations": [ + "Southeast Asia", + "East US 2", + "Central US", + "West Europe", + "East US", + "North Central US", + "South Central US", + "West US", + "North Europe", + "East Asia", + "Brazil South", + "West US 2", + "West Central US", + "UK West", + "UK South", + "Japan East", + "Japan West", + "Canada Central", + "Canada East", + "Central India", + "South India", + "Australia East", + "Australia Southeast", + "Korea Central", + "Korea South", + "West India", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "diskAccesses" + }, + { + "apiVersions": [ + "2024-03-02", + "2023-10-02", + "2023-04-02", + "2023-01-02", + "2022-07-02", + "2022-03-02", + "2021-12-01", + "2021-08-01", + "2021-04-01", + "2020-12-01", + "2020-09-30", + "2020-06-30", + "2020-05-01", + "2019-11-01", + "2019-07-01" + ], + "defaultApiVersion": "2022-03-02", + "locations": [ + "Southeast Asia", + "East US 2", + "Central US", + "West Europe", + "East US", + "North Central US", + "South Central US", + "West US", + "North Europe", + "East Asia", + "Brazil South", + "West US 2", + "West Central US", + "UK West", + "UK South", + "Japan East", + "Japan West", + "Canada Central", + "Canada East", + "Central India", + "South India", + "Australia East", + "Australia Southeast", + "Korea Central", + "Korea South", + "West India", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "diskEncryptionSets" + }, + { + "apiVersions": [ + "2024-03-02", + "2023-10-02", + "2023-04-02", + "2023-01-02", + "2022-07-02", + "2022-03-02", + "2021-12-01", + "2021-08-01", + "2021-04-01", + "2020-12-01", + "2020-09-30", + "2020-06-30", + "2020-05-01", + "2019-11-01", + "2019-07-01", + "2019-03-01", + "2018-09-30", + "2018-06-01", + "2018-04-01", + "2017-03-30", + "2016-04-30-preview" + ], + "defaultApiVersion": "2022-03-02", + "locations": [ + "Southeast Asia", + "East US 2", + "Central US", + "West Europe", + "East US", + "North Central US", + "South Central US", + "West US", + "North Europe", + "East Asia", + "Brazil South", + "West US 2", + "West Central US", + "UK West", + "UK South", + "Japan East", + "Japan West", + "Canada Central", + "Canada East", + "Central India", + "South India", + "Australia East", + "Australia Southeast", + "Korea Central", + "Korea South", + "West India", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "disks" + }, + { + "apiVersions": [ + "2024-03-03", + "2023-07-03", + "2022-08-03", + "2022-03-03", + "2022-01-03", + "2021-10-01", + "2021-07-01", + "2021-03-01", + "2020-09-30", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-06-01" + ], + "defaultApiVersion": "2023-07-03", + "locations": [ + "West Central US", + "South Central US", + "East US 2", + "Southeast Asia", + "West Europe", + "West US", + "East US", + "Canada Central", + "North Europe", + "North Central US", + "Brazil South", + "UK West", + "West India", + "East Asia", + "Australia East", + "Japan East", + "Korea South", + "West US 2", + "Canada East", + "UK South", + "Central India", + "South India", + "Australia Southeast", + "Japan West", + "Korea Central", + "France Central", + "Central US", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "galleries" + }, + { + "apiVersions": [ + "2024-03-03", + "2023-07-03", + "2022-08-03", + "2022-03-03", + "2022-01-03", + "2021-10-01", + "2021-07-01", + "2021-03-01", + "2020-09-30", + "2019-12-01", + "2019-07-01", + "2019-03-01" + ], + "defaultApiVersion": "2022-03-03", + "locations": [ + "West Central US", + "South Central US", + "East US 2", + "Southeast Asia", + "West Europe", + "West US", + "East US", + "Canada Central", + "North Europe", + "North Central US", + "Brazil South", + "UK West", + "West India", + "East Asia", + "Australia East", + "Japan East", + "Korea South", + "West US 2", + "Canada East", + "UK South", + "Central India", + "South India", + "Australia Southeast", + "Japan West", + "Korea Central", + "France Central", + "Central US", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "galleries/applications" + }, + { + "apiVersions": [ + "2024-03-03", + "2023-07-03", + "2022-08-03", + "2022-03-03", + "2022-01-03", + "2021-10-01", + "2021-07-01", + "2021-03-01", + "2020-09-30", + "2019-12-01", + "2019-07-01", + "2019-03-01" + ], + "defaultApiVersion": "2022-03-03", + "locations": [ + "West Central US", + "South Central US", + "East US 2", + "Southeast Asia", + "West Europe", + "West US", + "East US", + "Canada Central", + "North Europe", + "North Central US", + "Brazil South", + "UK West", + "West India", + "East Asia", + "Australia East", + "Japan East", + "Korea South", + "West US 2", + "Canada East", + "UK South", + "Central India", + "South India", + "Australia Southeast", + "Japan West", + "Korea Central", + "France Central", + "Central US", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "galleries/applications/versions" + }, + { + "apiVersions": [ + "2024-03-03", + "2023-07-03", + "2022-08-03", + "2022-03-03", + "2022-01-03", + "2021-10-01", + "2021-07-01", + "2021-03-01", + "2020-09-30", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-06-01" + ], + "defaultApiVersion": "2022-03-03", + "locations": [ + "West Central US", + "South Central US", + "East US 2", + "Southeast Asia", + "West Europe", + "West US", + "East US", + "Canada Central", + "North Europe", + "North Central US", + "Brazil South", + "UK West", + "West India", + "East Asia", + "Australia East", + "Japan East", + "Korea South", + "West US 2", + "Canada East", + "UK South", + "Central India", + "South India", + "Australia Southeast", + "Japan West", + "Korea Central", + "France Central", + "Central US", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "galleries/images" + }, + { + "apiVersions": [ + "2024-03-03", + "2023-07-03", + "2022-08-03", + "2022-03-03", + "2022-01-03", + "2021-10-01", + "2021-07-01", + "2021-03-01", + "2020-09-30", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-06-01" + ], + "defaultApiVersion": "2022-03-03", + "locations": [ + "West Central US", + "South Central US", + "East US 2", + "Southeast Asia", + "West Europe", + "West US", + "East US", + "Canada Central", + "North Europe", + "North Central US", + "Brazil South", + "UK West", + "West India", + "East Asia", + "Australia East", + "Japan East", + "Korea South", + "West US 2", + "Canada East", + "UK South", + "Central India", + "South India", + "Australia Southeast", + "Japan West", + "Korea Central", + "France Central", + "Central US", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "galleries/images/versions" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-10-01" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "Central US", + "East US 2", + "West Europe", + "Southeast Asia", + "France Central", + "North Europe", + "West US 2", + "East US", + "UK South", + "Japan East", + "Japan West", + "East Asia", + "North Central US", + "South Central US", + "Canada East", + "Korea Central", + "Brazil South", + "UK West", + "Canada Central", + "West US", + "West Central US", + "Central India", + "South India", + "Australia Southeast", + "Korea South", + "West India", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "Australia East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "hostGroups" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-10-01" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "Central US", + "East US 2", + "West Europe", + "Southeast Asia", + "France Central", + "North Europe", + "West US 2", + "East US", + "UK South", + "Japan East", + "Japan West", + "East Asia", + "North Central US", + "South Central US", + "Canada East", + "Korea Central", + "Brazil South", + "UK West", + "Canada Central", + "West US", + "West Central US", + "Central India", + "South India", + "Australia Southeast", + "Korea South", + "West India", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "Australia East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "hostGroups/hosts" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-10-01", + "2018-06-01", + "2018-04-01", + "2017-12-01", + "2017-03-30", + "2016-08-30", + "2016-04-30-preview" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "Southeast Asia", + "East US 2", + "Central US", + "West Europe", + "East US", + "North Central US", + "South Central US", + "West US", + "North Europe", + "East Asia", + "Brazil South", + "West US 2", + "West Central US", + "UK West", + "UK South", + "Japan East", + "Japan West", + "Canada Central", + "Canada East", + "Central India", + "South India", + "Australia East", + "Australia Southeast", + "Korea Central", + "Korea South", + "West India", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "images" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-10-01", + "2018-06-01", + "2018-04-01", + "2017-12-01", + "2017-03-30", + "2016-08-30", + "2016-04-30-preview", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2017-10-15-preview" + ], + "defaultApiVersion": null, + "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", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/artifactPublishers" + }, + { + "apiVersions": [ + "2024-03-03", + "2023-07-03", + "2022-08-03", + "2022-03-03", + "2022-01-03", + "2021-10-01", + "2021-07-01", + "2021-03-01", + "2020-09-30", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-06-01", + "2017-10-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "South Central US", + "East US 2", + "Southeast Asia", + "West Europe", + "West US", + "East US", + "Canada Central", + "North Europe", + "North Central US", + "Brazil South", + "UK West", + "West India", + "East Asia", + "Australia East", + "Japan East", + "Korea South", + "West US 2", + "Canada East", + "UK South", + "Central India", + "South India", + "Australia Southeast", + "Japan West", + "Korea Central", + "France Central", + "Central US", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/capsoperations" + }, + { + "apiVersions": [ + "2022-09-04", + "2022-04-04", + "2021-03-01" + ], + "defaultApiVersion": "2021-03-01", + "locations": [ + "Southeast Asia", + "East US 2", + "Central US", + "West Europe", + "East US", + "North Central US", + "South Central US", + "West US", + "North Europe", + "East Asia", + "Brazil South", + "West US 2", + "West Central US", + "UK West", + "UK South", + "Japan East", + "Japan West", + "Canada Central", + "Canada East", + "Central India", + "South India", + "Australia East", + "Australia Southeast", + "Korea Central", + "Korea South", + "West India", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/cloudServiceOsFamilies" + }, + { + "apiVersions": [ + "2022-09-04", + "2022-04-04", + "2021-03-01" + ], + "defaultApiVersion": "2021-03-01", + "locations": [ + "Southeast Asia", + "East US 2", + "Central US", + "West Europe", + "East US", + "North Central US", + "South Central US", + "West US", + "North Europe", + "East Asia", + "Brazil South", + "West US 2", + "West Central US", + "UK West", + "UK South", + "Japan East", + "Japan West", + "Canada Central", + "Canada East", + "Central India", + "South India", + "Australia East", + "Australia Southeast", + "Korea Central", + "Korea South", + "West India", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/cloudServiceOsVersions" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-03", + "2024-03-01", + "2023-09-01", + "2023-07-03", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-03", + "2022-08-01", + "2022-03-03", + "2022-03-01", + "2022-01-03", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-09-30", + "2020-06-01", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-10-01", + "2018-06-01", + "2018-04-01", + "2017-12-01", + "2017-03-30", + "2016-08-30", + "2016-04-30-preview", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/communityGalleries" + }, + { + "apiVersions": [ + "2022-09-04", + "2022-04-04", + "2021-03-01", + "2020-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Southeast Asia", + "East US 2", + "Central US", + "West Europe", + "East US", + "North Central US", + "South Central US", + "West US", + "North Europe", + "East Asia", + "Brazil South", + "West US 2", + "West Central US", + "UK West", + "UK South", + "Japan East", + "Japan West", + "Canada Central", + "Canada East", + "Central India", + "South India", + "Australia East", + "Australia Southeast", + "Korea Central", + "Korea South", + "West India", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/csoperations" + }, + { + "apiVersions": [ + "2024-06-01-preview", + "2024-03-01-preview", + "2021-06-01-preview" + ], + "defaultApiVersion": "2024-06-01-preview", + "locations": [ + "West Central US", + "Southeast Asia", + "East US 2", + "East US", + "South Central US", + "West Europe", + "North Europe", + "West US 2", + "UK South", + "Australia East", + "South India", + "Central India", + "West India", + "Korea Central", + "Korea South", + "Japan West", + "Japan East", + "East Asia", + "Canada Central", + "Canada East", + "South Africa North", + "South Africa West", + "Central US", + "West US 3", + "West US", + "UK West", + "France Central", + "UAE North", + "UAE Central", + "Israel Central", + "Spain Central", + "Qatar Central", + "France South", + "Australia Central", + "Australia Southeast", + "Australia Central 2", + "New Zealand North", + "Switzerland North", + "Germany West Central", + "Norway East", + "Switzerland West", + "Germany North", + "Norway West", + "Italy North", + "Poland Central", + "Sweden Central", + "North Central US", + "Brazil South", + "Mexico Central", + "Brazil Southeast", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/diagnosticOperations" + }, + { + "apiVersions": [ + "2024-06-01-preview", + "2024-03-01-preview", + "2021-06-01-preview" + ], + "defaultApiVersion": "2024-06-01-preview", + "locations": [ + "West Central US", + "Southeast Asia", + "East US 2", + "East US", + "South Central US", + "West Europe", + "North Europe", + "West US 2", + "UK South", + "Australia East", + "South India", + "Central India", + "West India", + "Korea Central", + "Korea South", + "Japan West", + "Japan East", + "East Asia", + "Canada Central", + "Canada East", + "South Africa North", + "South Africa West", + "Central US", + "West US 3", + "West US", + "UK West", + "France Central", + "UAE North", + "UAE Central", + "Israel Central", + "Spain Central", + "Qatar Central", + "France South", + "Australia Central", + "Australia Southeast", + "Australia Central 2", + "New Zealand North", + "Switzerland North", + "Germany West Central", + "Norway East", + "Switzerland West", + "Germany North", + "Norway West", + "Italy North", + "Poland Central", + "Sweden Central", + "North Central US", + "Brazil South", + "Mexico Central", + "Brazil Southeast", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/diagnostics" + }, + { + "apiVersions": [ + "2024-03-02", + "2023-10-02", + "2023-04-02", + "2023-01-02", + "2022-07-02", + "2022-03-02", + "2021-12-01", + "2021-08-01", + "2021-04-01", + "2020-12-01", + "2020-09-30", + "2020-06-30", + "2020-05-01", + "2019-11-01", + "2019-07-01", + "2019-03-01", + "2018-09-30", + "2018-06-01", + "2018-04-01", + "2017-03-30", + "2016-04-30-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Southeast Asia", + "East US 2", + "Central US", + "West Europe", + "East US", + "North Central US", + "South Central US", + "West US", + "North Europe", + "East Asia", + "Brazil South", + "West US 2", + "West Central US", + "UK West", + "UK South", + "Japan East", + "Japan West", + "Canada Central", + "Canada East", + "Central India", + "South India", + "Australia East", + "Australia Southeast", + "Korea Central", + "Korea South", + "West India", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/diskoperations" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations/edgeZones" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/edgeZones/publishers" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/edgeZones/vmimages" + }, + { + "apiVersions": [ + "2024-03-03", + "2023-07-03", + "2022-08-03", + "2022-03-03", + "2022-01-03", + "2021-10-01", + "2021-07-01", + "2021-03-01", + "2020-09-30", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-06-01" + ], + "defaultApiVersion": "2022-03-03", + "locations": [ + "West Central US", + "South Central US", + "East US 2", + "Southeast Asia", + "West Europe", + "West US", + "East US", + "Canada Central", + "North Europe", + "North Central US", + "Brazil South", + "UK West", + "West India", + "East Asia", + "Australia East", + "Japan East", + "Korea South", + "West US 2", + "Canada East", + "UK South", + "Central India", + "South India", + "Australia Southeast", + "Japan West", + "Korea Central", + "France Central", + "Central US", + "Australia Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/galleries" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-10-01", + "2018-06-01", + "2018-04-01", + "2017-12-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/logAnalytics" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-10-01", + "2018-06-01", + "2018-04-01", + "2017-12-01", + "2017-10-30-preview", + "2017-03-30", + "2016-08-30", + "2016-04-30-preview", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/operations" + }, + { + "apiVersions": [ + "2024-06-01-preview", + "2024-03-01-preview", + "2021-06-01-preview" + ], + "defaultApiVersion": "2024-06-01-preview", + "locations": [ + "West Central US", + "Southeast Asia", + "East US 2", + "East US", + "South Central US", + "West Europe", + "North Europe", + "West US 2", + "UK South", + "Australia East", + "South India", + "Central India", + "West India", + "Korea Central", + "Korea South", + "Japan West", + "Japan East", + "East Asia", + "Canada Central", + "Canada East", + "South Africa North", + "South Africa West", + "Central US", + "West US 3", + "West US", + "UK West", + "France Central", + "UAE North", + "UAE Central", + "Israel Central", + "Spain Central", + "Qatar Central", + "France South", + "Australia Central", + "Australia Southeast", + "Australia Central 2", + "New Zealand North", + "Switzerland North", + "Germany West Central", + "Norway East", + "Switzerland West", + "Germany North", + "Norway West", + "Italy North", + "Poland Central", + "Sweden Central", + "North Central US", + "Brazil South", + "Mexico Central", + "Brazil Southeast", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/placementRecommendations" + }, + { + "apiVersions": [ + "2024-06-01-preview", + "2024-03-01-preview", + "2021-06-01-preview" + ], + "defaultApiVersion": "2024-06-01-preview", + "locations": [ + "West Central US", + "Southeast Asia", + "East US 2", + "East US", + "South Central US", + "West Europe", + "North Europe", + "West US 2", + "UK South", + "Australia East", + "South India", + "Central India", + "West India", + "Korea Central", + "Korea South", + "Japan West", + "Japan East", + "East Asia", + "Canada Central", + "Canada East", + "South Africa North", + "South Africa West", + "Central US", + "West US 3", + "West US", + "UK West", + "France Central", + "UAE North", + "UAE Central", + "Israel Central", + "Spain Central", + "Qatar Central", + "France South", + "Australia Central", + "Australia Southeast", + "Australia Central 2", + "New Zealand North", + "Switzerland North", + "Germany West Central", + "Norway East", + "Switzerland West", + "Germany North", + "Norway West", + "Italy North", + "Poland Central", + "Sweden Central", + "North Central US", + "Brazil South", + "Mexico Central", + "Brazil Southeast", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/placementScores" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-03", + "2024-03-01", + "2023-09-01", + "2023-07-03", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-03", + "2022-08-01", + "2022-03-03", + "2022-03-01", + "2022-01-03", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-09-30", + "2020-06-01", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-10-01", + "2018-06-01", + "2018-04-01", + "2017-12-01", + "2017-03-30", + "2016-08-30", + "2016-04-30-preview", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/publishers" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/recommendations" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-10-01", + "2018-06-01", + "2018-04-01", + "2017-12-01", + "2017-03-30" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/runCommands" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-03", + "2024-03-01", + "2023-09-01", + "2023-07-03", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-03", + "2022-08-01", + "2022-03-03", + "2022-03-01", + "2022-01-03", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-09-30", + "2020-06-01", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-10-01", + "2018-06-01", + "2018-04-01", + "2017-12-01", + "2017-03-30", + "2016-08-30", + "2016-04-30-preview", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/sharedGalleries" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/spotEvictionRates" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/spotPriceHistory" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-10-01", + "2018-06-01", + "2018-04-01", + "2017-12-01", + "2017-03-30", + "2016-08-30", + "2016-04-30-preview", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "East US", + "West US", + "Central US", + "North Central US", + "South Central US", + "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", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "UK South", + "East Asia", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/usages" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-10-01", + "2018-06-01", + "2018-04-01", + "2017-12-01", + "2017-03-30", + "2016-08-30" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/virtualMachineScaleSets" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-10-01", + "2018-06-01", + "2018-04-01", + "2017-12-01", + "2017-03-30", + "2016-08-30" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/virtualMachines" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-10-01", + "2018-06-01", + "2018-04-01", + "2017-12-01", + "2017-03-30", + "2016-08-30", + "2016-04-30-preview", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/vmSizes" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-10-01", + "2018-06-01", + "2018-04-01", + "2017-12-01", + "2017-03-30", + "2016-08-30", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-03-03", + "2023-07-03" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "West Europe" + ], + "resourceType": "payloadGroups" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-10-01", + "2018-06-01", + "2018-04-01" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "proximityPlacementGroups" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-10-01", + "2018-06-01", + "2018-04-01", + "2017-12-01", + "2017-03-30" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "Southeast Asia", + "East US 2", + "Central US", + "West Europe", + "East US", + "North Central US", + "South Central US", + "West US", + "North Europe", + "East Asia", + "Brazil South", + "West US 2", + "West Central US", + "UK West", + "UK South", + "Japan East", + "Japan West", + "Canada Central", + "Canada East", + "Central India", + "South India", + "Australia East", + "Australia Southeast", + "Korea Central", + "Korea South", + "West India", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "restorePointCollections" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-10-01", + "2018-06-01", + "2018-04-01", + "2017-12-01", + "2017-03-30" + ], + "defaultApiVersion": null, + "locations": [ + "Southeast Asia", + "East US 2", + "Central US", + "West Europe", + "East US", + "North Central US", + "South Central US", + "West US", + "North Europe", + "East Asia", + "Brazil South", + "West US 2", + "West Central US", + "UK West", + "UK South", + "Japan East", + "Japan West", + "Canada Central", + "Canada East", + "Central India", + "South India", + "Australia East", + "Australia Southeast", + "Korea Central", + "Korea South", + "West India", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "restorePointCollections/restorePoints" + }, + { + "apiVersions": [ + "2024-03-02", + "2023-10-02", + "2023-04-02", + "2023-01-02", + "2022-07-02", + "2022-03-02", + "2021-12-01", + "2021-08-01", + "2021-04-01", + "2020-12-01", + "2020-09-30" + ], + "defaultApiVersion": "2022-03-02", + "locations": [ + "Southeast Asia", + "East US 2", + "Central US", + "West Europe", + "East US", + "North Central US", + "South Central US", + "West US", + "North Europe", + "East Asia", + "Brazil South", + "West US 2", + "West Central US", + "UK West", + "UK South", + "Japan East", + "Japan West", + "Canada Central", + "Canada East", + "Central India", + "South India", + "Australia East", + "Australia Southeast", + "Korea Central", + "Korea South", + "West India", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "restorePointCollections/restorePoints/diskRestorePoints" + }, + { + "apiVersions": [ + "2017-10-15-preview" + ], + "defaultApiVersion": "2017-10-15-preview", + "locations": [ + "West Central US", + "South Central US", + "East US 2", + "Southeast Asia", + "West Europe", + "West US", + "East US", + "Canada Central", + "North Europe", + "North Central US", + "Brazil South", + "UK West", + "West India", + "East Asia", + "Australia East", + "Japan East", + "Korea South", + "West US 2", + "Canada East", + "UK South", + "Central India", + "South India", + "Australia Southeast", + "Japan West", + "Korea Central", + "France Central", + "Central US", + "Australia Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "sharedVMImages" + }, + { + "apiVersions": [ + "2017-10-15-preview" + ], + "defaultApiVersion": "2017-10-15-preview", + "locations": [ + "West Central US", + "South Central US", + "East US 2", + "Southeast Asia", + "West Europe", + "West US", + "East US", + "Canada Central", + "North Europe", + "North Central US", + "Brazil South", + "UK West", + "West India", + "East Asia", + "Australia East", + "Japan East", + "Korea South", + "West US 2", + "Canada East", + "UK South", + "Central India", + "South India", + "Australia Southeast", + "Japan West", + "Korea Central", + "France Central", + "Central US", + "Australia Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "sharedVMImages/versions" + }, + { + "apiVersions": [ + "2024-03-02", + "2023-10-02", + "2023-04-02", + "2023-01-02", + "2022-07-02", + "2022-03-02", + "2021-12-01", + "2021-08-01", + "2021-04-01", + "2020-12-01", + "2020-09-30", + "2020-06-30", + "2020-05-01", + "2019-11-01", + "2019-07-01", + "2019-03-01", + "2018-09-30", + "2018-06-01", + "2018-04-01", + "2017-03-30", + "2016-04-30-preview" + ], + "defaultApiVersion": "2022-03-02", + "locations": [ + "Southeast Asia", + "East US 2", + "Central US", + "West Europe", + "East US", + "North Central US", + "South Central US", + "West US", + "North Europe", + "East Asia", + "Brazil South", + "West US 2", + "West Central US", + "UK West", + "UK South", + "Japan East", + "Japan West", + "Canada Central", + "Canada East", + "Central India", + "South India", + "Australia East", + "Australia Southeast", + "Korea Central", + "Korea South", + "West India", + "France Central", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "snapshots" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01", + "2019-12-01" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "sshPublicKeys" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-10-01", + "2018-06-01", + "2018-04-01", + "2017-12-01", + "2017-10-30-preview", + "2017-03-30", + "2016-08-30", + "2016-04-30-preview", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "virtualMachineScaleSets" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "virtualMachineScaleSets/applications" + }, + { + "apiVersions": [ + "2024-03-02", + "2023-10-02", + "2023-04-02", + "2023-01-02", + "2022-07-02", + "2022-03-02", + "2021-12-01", + "2021-08-01", + "2021-04-01", + "2020-12-01", + "2020-09-30", + "2020-06-30", + "2020-05-01", + "2019-11-01", + "2019-07-01", + "2019-03-01", + "2018-09-30", + "2018-06-01", + "2018-04-01", + "2017-03-30", + "2016-04-30-preview" + ], + "defaultApiVersion": "2022-03-02", + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "virtualMachineScaleSets/disks" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-10-01", + "2018-06-01", + "2018-04-01", + "2017-12-01", + "2017-10-30-preview", + "2017-03-30", + "2016-08-30", + "2016-04-30-preview", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview" + ], + "defaultApiVersion": "2015-06-15", + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "virtualMachineScaleSets/extensions" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-10-01", + "2018-06-01", + "2018-04-01", + "2017-12-01", + "2017-03-30", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-04-30-preview", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "virtualMachineScaleSets/networkInterfaces" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-10-01", + "2018-06-01", + "2018-04-01", + "2017-12-01", + "2017-03-30" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "virtualMachineScaleSets/publicIPAddresses" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-10-01", + "2018-06-01", + "2018-04-01", + "2017-12-01", + "2017-10-30-preview", + "2017-03-30", + "2016-08-30", + "2016-04-30-preview", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "virtualMachineScaleSets/virtualMachines" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-10-01", + "2018-06-01", + "2018-04-01", + "2017-12-01", + "2017-10-30-preview", + "2017-03-30", + "2016-08-30", + "2016-04-30-preview", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "virtualMachineScaleSets/virtualMachines/extensions" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-10-01", + "2018-06-01", + "2018-04-01", + "2017-12-01", + "2017-03-30", + "2016-09-01", + "2016-08-01", + "2016-07-01", + "2016-06-01", + "2016-04-30-preview", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "virtualMachineScaleSets/virtualMachines/networkInterfaces" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-10-01", + "2018-06-01", + "2018-04-01", + "2017-12-01", + "2017-03-30", + "2016-08-30", + "2016-04-30-preview", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "virtualMachines" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "virtualMachines/VMApplications" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01", + "2019-12-01", + "2019-07-01", + "2019-03-01", + "2018-10-01", + "2018-06-01", + "2018-04-01", + "2017-12-01", + "2017-03-30", + "2016-08-30", + "2016-04-30-preview", + "2016-03-30", + "2015-06-15", + "2015-05-01-preview" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "virtualMachines/extensions" + }, + { + "apiVersions": [ + "2014-04-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Israel Central", + "Poland Central", + "Italy North", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "virtualMachines/metricDefinitions" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-03-01", + "2023-09-01", + "2023-07-01", + "2023-03-01", + "2022-11-01", + "2022-08-01", + "2022-03-01", + "2021-11-01", + "2021-07-01", + "2021-04-01", + "2021-03-01", + "2020-12-01", + "2020-06-01", + "2019-12-01" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "East US", + "East US 2", + "West US", + "Central US", + "North Central US", + "South Central US", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Australia Central", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "virtualMachines/runCommands" + } + ] + }, + { + "namespace": "Microsoft.ComputeSchedule", + "resourceTypes": [ + { + "apiVersions": [ + "2024-08-15-preview", + "2024-08-01-preview", + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-08-15-preview", + "locations": [], + "resourceType": "location" + }, + { + "apiVersions": [ + "2024-08-15-preview", + "2024-08-01-preview", + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-08-15-preview", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-08-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Spain Central", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/OperationStatuses" + }, + { + "apiVersions": [ + "2024-08-15-preview", + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-08-15-preview", + "locations": [ + "North Central US", + "East US 2 EUAP" + ], + "resourceType": "locations/notifications" + }, + { + "apiVersions": [ + "2024-08-15-preview", + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-08-15-preview", + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Spain Central", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/regionalNotifications" + }, + { + "apiVersions": [ + "2024-08-15-preview", + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-08-15-preview", + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Spain Central", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/virtualMachinesCancelOperations" + }, + { + "apiVersions": [ + "2024-08-15-preview", + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-08-15-preview", + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Spain Central", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/virtualMachinesExecuteDeallocate" + }, + { + "apiVersions": [ + "2024-08-15-preview", + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-08-15-preview", + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Spain Central", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/virtualMachinesExecuteHibernate" + }, + { + "apiVersions": [ + "2024-08-15-preview", + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-08-15-preview", + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Spain Central", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/virtualMachinesExecuteStart" + }, + { + "apiVersions": [ + "2024-08-15-preview", + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-08-15-preview", + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Spain Central", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/virtualMachinesGetOperationErrors" + }, + { + "apiVersions": [ + "2024-08-15-preview", + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-08-15-preview", + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Spain Central", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/virtualMachinesGetOperationStatus" + }, + { + "apiVersions": [ + "2024-08-15-preview", + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-08-15-preview", + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Spain Central", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/virtualMachinesSubmitDeallocate" + }, + { + "apiVersions": [ + "2024-08-15-preview", + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-08-15-preview", + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Spain Central", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/virtualMachinesSubmitHibernate" + }, + { + "apiVersions": [ + "2024-08-15-preview", + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-08-15-preview", + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Spain Central", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/virtualMachinesSubmitStart" + }, + { + "apiVersions": [ + "2024-08-15-preview", + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-08-15-preview", + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.ConfidentialLedger", + "resourceTypes": [ + { + "apiVersions": [ + "2023-06-28-preview", + "2023-01-26-preview", + "2022-09-08-preview", + "2022-05-13", + "2021-05-13-preview", + "2020-12-01-preview" + ], + "defaultApiVersion": "2022-05-13", + "locations": [ + "East US", + "South Central US", + "West Europe", + "Australia East", + "Southeast Asia", + "East US 2 EUAP" + ], + "resourceType": "Ledgers" + }, + { + "apiVersions": [ + "2023-06-28-preview", + "2023-01-26-preview", + "2022-09-08-preview", + "2022-05-13", + "2021-05-13-preview", + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2022-05-13", + "2021-05-13-preview", + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Locations/operations" + }, + { + "apiVersions": [ + "2023-06-28-preview", + "2023-01-26-preview", + "2022-09-08-preview", + "2022-05-13", + "2021-05-13-preview", + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "East US", + "South Central US", + "West Europe", + "Australia East", + "Southeast Asia" + ], + "resourceType": "Locations/operationstatuses" + }, + { + "apiVersions": [ + "2023-06-28-preview", + "2023-01-26-preview", + "2022-09-08-preview" + ], + "defaultApiVersion": "2023-06-28-preview", + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "ManagedCCFs" + }, + { + "apiVersions": [ + "2023-06-28-preview", + "2023-01-26-preview", + "2022-09-08-preview", + "2022-05-13", + "2021-05-13-preview", + "2020-12-01-preview" + ], + "defaultApiVersion": "2022-05-13", + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2023-06-28-preview", + "2023-01-26-preview", + "2022-09-08-preview", + "2022-05-13", + "2021-05-13-preview", + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.Confluent", + "resourceTypes": [ + { + "apiVersions": [ + "2024-07-01-preview", + "2024-03-20-preview", + "2024-02-13", + "2024-02-05-preview", + "2024-01-12-preview", + "2023-10-03-preview", + "2023-08-22", + "2023-07-11-preview", + "2023-02-09-preview", + "2022-10-07-preview", + "2022-07-21-preview", + "2022-04-10-preview", + "2021-12-01", + "2021-09-01-preview", + "2021-03-01-preview", + "2020-03-01-preview", + "2020-03-01" + ], + "defaultApiVersion": "2024-02-13", + "locations": [], + "resourceType": "agreements" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-03-20-preview", + "2024-02-13", + "2024-02-05-preview", + "2024-01-12-preview", + "2023-10-03-preview", + "2023-08-22", + "2023-07-11-preview", + "2023-02-09-preview", + "2022-10-07-preview", + "2022-07-21-preview", + "2022-04-10-preview", + "2021-12-01", + "2021-09-01-preview", + "2021-03-01-preview", + "2020-03-01-preview", + "2020-03-01" + ], + "defaultApiVersion": "2024-02-13", + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-03-20-preview", + "2024-02-13", + "2024-02-05-preview", + "2024-01-12-preview", + "2023-10-03-preview", + "2023-08-22", + "2023-07-11-preview", + "2023-02-09-preview", + "2022-10-07-preview", + "2022-07-21-preview", + "2022-04-10-preview", + "2021-12-01", + "2021-09-01-preview", + "2021-03-01-preview", + "2020-03-01-preview", + "2020-03-01" + ], + "defaultApiVersion": "2024-02-13", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-03-20-preview", + "2024-02-13", + "2024-02-05-preview", + "2024-01-12-preview", + "2023-10-03-preview", + "2023-08-22", + "2023-07-11-preview", + "2023-02-09-preview", + "2022-10-07-preview", + "2022-07-21-preview", + "2022-04-10-preview", + "2021-12-01", + "2021-09-01-preview", + "2021-03-01-preview", + "2020-03-01-preview", + "2020-03-01" + ], + "defaultApiVersion": "2024-02-13", + "locations": [ + "West US 2", + "West US 3", + "East US 2 EUAP", + "West Central US", + "Australia East", + "Japan East", + "South Africa North", + "Brazil South", + "Germany West Central", + "Sweden Central", + "Switzerland North", + "Norway East", + "South Central US", + "France Central", + "Canada Central", + "East US", + "UK South", + "West Europe", + "Central US", + "East US 2", + "North Europe", + "Southeast Asia", + "East Asia", + "Central India", + "Korea Central", + "Qatar Central", + "UAE North", + "Italy North", + "Central US EUAP" + ], + "resourceType": "locations/OperationStatuses" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-03-20-preview", + "2024-02-13", + "2024-02-05-preview", + "2024-01-12-preview", + "2023-10-03-preview", + "2023-08-22", + "2023-07-11-preview", + "2023-02-09-preview", + "2022-10-07-preview", + "2022-07-21-preview", + "2022-04-10-preview", + "2021-12-01", + "2021-09-01-preview", + "2021-03-01-preview", + "2020-03-01-preview", + "2020-03-01" + ], + "defaultApiVersion": "2024-02-13", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-03-20-preview", + "2024-02-13", + "2024-02-05-preview", + "2024-01-12-preview", + "2023-10-03-preview", + "2023-08-22", + "2023-07-11-preview", + "2023-02-09-preview", + "2022-10-07-preview", + "2022-07-21-preview", + "2022-04-10-preview", + "2021-12-01", + "2021-09-01-preview", + "2021-03-01-preview", + "2020-03-01-preview", + "2020-03-01" + ], + "defaultApiVersion": "2024-02-13", + "locations": [ + "West US 2", + "Italy North", + "West US 3", + "South Central US", + "Brazil South", + "West Central US", + "Australia East", + "Japan East", + "Switzerland North", + "France Central", + "Canada Central", + "East US", + "UK South", + "West Europe", + "South Africa North", + "Germany West Central", + "Central US", + "East US 2", + "North Europe", + "Sweden Central", + "Norway East", + "Southeast Asia", + "East Asia", + "Central India", + "Korea Central", + "Qatar Central", + "UAE North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "organizations" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-03-20-preview", + "2024-02-13", + "2024-02-05-preview", + "2024-01-12-preview", + "2023-10-03-preview" + ], + "defaultApiVersion": "2024-02-13", + "locations": [ + "West US 2", + "West US 3", + "South Central US", + "Brazil South", + "West Central US", + "Australia East", + "Japan East", + "France Central", + "Canada Central", + "East US", + "UK South", + "West Europe", + "South Africa North", + "Germany West Central", + "Central US", + "East US 2", + "North Europe", + "Sweden Central", + "Switzerland North", + "Norway East", + "Southeast Asia", + "East Asia", + "Central India", + "Korea Central", + "Qatar Central", + "UAE North", + "Italy North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "organizations/access" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-03-20-preview", + "2024-02-13", + "2024-02-05-preview", + "2024-01-12-preview", + "2023-10-03-preview" + ], + "defaultApiVersion": "2024-02-13", + "locations": [ + "West US 2", + "West US 3", + "South Central US", + "Brazil South", + "West Central US", + "Australia East", + "Japan East", + "France Central", + "Canada Central", + "East US", + "UK South", + "West Europe", + "South Africa North", + "Germany West Central", + "Central US", + "East US 2", + "North Europe", + "Sweden Central", + "Switzerland North", + "Norway East", + "Southeast Asia", + "East Asia", + "Central India", + "Korea Central", + "Qatar Central", + "UAE North", + "Italy North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "organizations/access/deleteRoleBinding" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-03-20-preview", + "2024-02-13", + "2024-02-05-preview", + "2024-01-12-preview" + ], + "defaultApiVersion": "2024-02-13", + "locations": [ + "West US 2", + "West US 3", + "South Central US", + "Brazil South", + "West Central US", + "Australia East", + "Japan East", + "France Central", + "Canada Central", + "East US", + "UK South", + "West Europe", + "South Africa North", + "Germany West Central", + "Central US", + "East US 2", + "North Europe", + "Sweden Central", + "Switzerland North", + "Norway East", + "Southeast Asia", + "East Asia", + "Central India", + "Korea Central", + "Qatar Central", + "UAE North", + "Italy North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "organizations/apiKeys" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-03-20-preview", + "2024-02-13", + "2024-02-05-preview", + "2024-01-12-preview" + ], + "defaultApiVersion": "2024-02-13", + "locations": [ + "West US 2", + "West US 3", + "South Central US", + "Brazil South", + "West Central US", + "Australia East", + "Japan East", + "France Central", + "Canada Central", + "East US", + "UK South", + "West Europe", + "South Africa North", + "Germany West Central", + "Central US", + "East US 2", + "North Europe", + "Sweden Central", + "Switzerland North", + "Norway East", + "Southeast Asia", + "East Asia", + "Central India", + "Korea Central", + "Qatar Central", + "UAE North", + "Italy North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "organizations/environments" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-03-20-preview", + "2024-02-13", + "2024-02-05-preview", + "2024-01-12-preview" + ], + "defaultApiVersion": "2024-02-13", + "locations": [ + "West US 2", + "West US 3", + "South Central US", + "Brazil South", + "West Central US", + "Australia East", + "Japan East", + "France Central", + "Canada Central", + "East US", + "UK South", + "West Europe", + "South Africa North", + "Germany West Central", + "Central US", + "East US 2", + "North Europe", + "Sweden Central", + "Switzerland North", + "Norway East", + "Southeast Asia", + "East Asia", + "Central India", + "Korea Central", + "Qatar Central", + "UAE North", + "Italy North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "organizations/environments/clusters" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-03-20-preview" + ], + "defaultApiVersion": "2024-03-20-preview", + "locations": [ + "West US 2", + "Italy North", + "West US 3", + "South Central US", + "Brazil South", + "West Central US", + "Australia East", + "Japan East", + "France Central", + "Canada Central", + "East US", + "UK South", + "West Europe", + "South Africa North", + "Germany West Central", + "Central US", + "East US 2", + "North Europe", + "Sweden Central", + "Switzerland North", + "Norway East", + "Southeast Asia", + "East Asia", + "Central India", + "Korea Central", + "Qatar Central", + "UAE North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "organizations/environments/clusters/connectors" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-03-20-preview", + "2024-02-13", + "2024-02-05-preview", + "2024-01-12-preview" + ], + "defaultApiVersion": "2024-02-13", + "locations": [ + "West US 2", + "West US 3", + "South Central US", + "Brazil South", + "West Central US", + "Australia East", + "Japan East", + "France Central", + "Canada Central", + "East US", + "UK South", + "West Europe", + "South Africa North", + "Germany West Central", + "Central US", + "East US 2", + "North Europe", + "Sweden Central", + "Switzerland North", + "Norway East", + "Southeast Asia", + "East Asia", + "Central India", + "Korea Central", + "Qatar Central", + "UAE North", + "Italy North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "organizations/environments/clusters/createAPIKey" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-03-20-preview" + ], + "defaultApiVersion": "2024-03-20-preview", + "locations": [ + "West US 2", + "West US 3", + "South Central US", + "Brazil South", + "West Central US", + "Australia East", + "Japan East", + "France Central", + "Canada Central", + "East US", + "UK South", + "West Europe", + "South Africa North", + "Germany West Central", + "Central US", + "East US 2", + "North Europe", + "Sweden Central", + "Switzerland North", + "Italy North", + "Norway East", + "Southeast Asia", + "East Asia", + "Central India", + "Korea Central", + "Qatar Central", + "UAE North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "organizations/environments/clusters/topics" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-03-20-preview", + "2024-02-13", + "2024-02-05-preview", + "2024-01-12-preview" + ], + "defaultApiVersion": "2024-02-13", + "locations": [ + "West US 2", + "West US 3", + "South Central US", + "Brazil South", + "West Central US", + "Australia East", + "Japan East", + "France Central", + "Canada Central", + "East US", + "UK South", + "West Europe", + "South Africa North", + "Germany West Central", + "Central US", + "East US 2", + "North Europe", + "Sweden Central", + "Switzerland North", + "Italy North", + "Norway East", + "Southeast Asia", + "East Asia", + "Central India", + "Korea Central", + "Qatar Central", + "UAE North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "organizations/environments/schemaRegistryClusters" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-03-20-preview", + "2024-02-13", + "2024-02-05-preview", + "2024-01-12-preview" + ], + "defaultApiVersion": "2024-02-13", + "locations": [ + "West US 2", + "West US 3", + "South Central US", + "Brazil South", + "West Central US", + "Australia East", + "Japan East", + "France Central", + "Canada Central", + "East US", + "UK South", + "West Europe", + "South Africa North", + "Germany West Central", + "Central US", + "East US 2", + "North Europe", + "Sweden Central", + "Switzerland North", + "Norway East", + "Southeast Asia", + "East Asia", + "Central India", + "Korea Central", + "Qatar Central", + "UAE North", + "Italy North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "organizations/listRegions" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-03-20-preview", + "2024-02-13", + "2024-02-05-preview", + "2024-01-12-preview", + "2023-10-03-preview", + "2023-08-22", + "2023-07-11-preview", + "2023-02-09-preview", + "2022-10-07-preview", + "2022-07-21-preview", + "2022-04-10-preview", + "2021-12-01", + "2021-09-01-preview", + "2021-03-01-preview" + ], + "defaultApiVersion": "2024-02-13", + "locations": [], + "resourceType": "validations" + } + ] + }, + { + "namespace": "Microsoft.ConnectedCache", + "resourceTypes": [ + { + "apiVersions": [ + "2023-05-01-preview", + "2023-04-01-preview", + "2022-03-21-preview" + ], + "defaultApiVersion": "2023-05-01-preview", + "locations": [], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2021-09-15-preview", + "2019-12-04-preview" + ], + "defaultApiVersion": "2021-09-15-preview", + "locations": [ + "West US", + "East US", + "West Central US" + ], + "resourceType": "cacheNodes" + }, + { + "apiVersions": [ + "2021-09-15-preview" + ], + "defaultApiVersion": "2021-09-15-preview", + "locations": [ + "West US", + "East US", + "West Central US" + ], + "resourceType": "enterpriseCustomers" + }, + { + "apiVersions": [ + "2023-05-01-preview", + "2023-04-01-preview" + ], + "defaultApiVersion": "2023-05-01-preview", + "locations": [ + "West US", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "enterpriseMccCustomers" + }, + { + "apiVersions": [ + "2023-05-01-preview", + "2023-04-01-preview" + ], + "defaultApiVersion": "2023-05-01-preview", + "locations": [ + "West US", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "enterpriseMccCustomers/enterpriseMccCacheNodes" + }, + { + "apiVersions": [ + "2023-05-01-preview", + "2023-04-01-preview", + "2022-03-21-preview" + ], + "defaultApiVersion": "2023-05-01-preview", + "locations": [ + "West US", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "ispCustomers" + }, + { + "apiVersions": [ + "2023-05-01-preview", + "2023-04-01-preview", + "2022-03-21-preview" + ], + "defaultApiVersion": "2023-05-01-preview", + "locations": [ + "West US", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "ispCustomers/ispCacheNodes" + }, + { + "apiVersions": [ + "2023-05-01-preview", + "2023-04-01-preview", + "2022-03-21-preview" + ], + "defaultApiVersion": "2023-05-01-preview", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-05-01-preview", + "2023-04-01-preview", + "2022-03-21-preview" + ], + "defaultApiVersion": "2023-05-01-preview", + "locations": [ + "West US", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "locations/operationstatuses" + }, + { + "apiVersions": [ + "2023-05-01-preview", + "2023-04-01-preview", + "2022-03-21-preview" + ], + "defaultApiVersion": "2023-05-01-preview", + "locations": [], + "resourceType": "registeredSubscriptions" + } + ] + }, + { + "namespace": "Microsoft.ConnectedCredentials", + "resourceTypes": [ + { + "apiVersions": [ + "2023-06-12-preview" + ], + "defaultApiVersion": "2023-06-12-preview", + "locations": [ + "Southeast Asia", + "Korea Central", + "Japan East", + "Central US", + "West US 2", + "West Europe", + "North Europe", + "UK South", + "UK West", + "Canada Central", + "Australia East", + "France Central", + "Central India", + "Brazil South", + "UAE North", + "South Africa North", + "Switzerland North", + "Norway East", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "credentials" + }, + { + "apiVersions": [ + "2023-06-12-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-06-12-preview" + ], + "defaultApiVersion": "2023-06-12-preview", + "locations": [ + "Korea Central", + "Southeast Asia", + "Japan East", + "Central US", + "West US 2", + "West Europe", + "North Europe", + "UK South", + "Canada Central", + "Australia East", + "France Central", + "Central India", + "Brazil South", + "UAE North", + "South Africa North", + "Switzerland North", + "Norway East", + "UK West", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2023-06-12-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.ConnectedVMwarevSphere", + "resourceTypes": [ + { + "apiVersions": [ + "2022-01-10-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "Locations/updateCenterOperationResults" + }, + { + "apiVersions": [ + "2022-07-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "Locations/upgradeExtensionsOperationResults" + }, + { + "apiVersions": [ + "2023-12-01", + "2023-10-01", + "2023-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "Australia East", + "Canada Central", + "Southeast Asia", + "UK South", + "North Europe", + "South Central US", + "East US 2", + "West US 2", + "West US 3", + "Sweden Central", + "North Central US", + "Japan East", + "UK West", + "Central India", + "East Asia", + "Central US", + "East US 2 EUAP" + ], + "resourceType": "VCenters" + }, + { + "apiVersions": [ + "2022-01-10-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "VirtualMachines/AssessPatches" + }, + { + "apiVersions": [ + "2022-01-10-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "VirtualMachines/InstallPatches" + }, + { + "apiVersions": [ + "2023-12-01", + "2023-10-01", + "2023-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "Australia East", + "Canada Central", + "Southeast Asia", + "UK South", + "North Europe", + "South Central US", + "East US 2", + "West US 2", + "West US 3", + "Sweden Central", + "North Central US", + "Japan East", + "UK West", + "Central India", + "East Asia", + "Central US", + "East US 2 EUAP" + ], + "resourceType": "clusters" + }, + { + "apiVersions": [ + "2023-12-01", + "2023-10-01", + "2023-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "Australia East", + "Canada Central", + "Southeast Asia", + "UK South", + "North Europe", + "South Central US", + "East US 2", + "West US 2", + "West US 3", + "Sweden Central", + "North Central US", + "Japan East", + "UK West", + "Central India", + "East Asia", + "Central US", + "East US 2 EUAP" + ], + "resourceType": "datastores" + }, + { + "apiVersions": [ + "2023-12-01", + "2023-10-01", + "2023-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "Australia East", + "Canada Central", + "Southeast Asia", + "UK South", + "North Europe", + "South Central US", + "East US 2", + "West US 2", + "West US 3", + "Sweden Central", + "North Central US", + "Japan East", + "UK West", + "Central India", + "East Asia", + "Central US", + "East US 2 EUAP" + ], + "resourceType": "hosts" + }, + { + "apiVersions": [ + "2023-12-01", + "2023-10-01", + "2023-03-01-preview", + "2022-07-15-preview", + "2022-01-10-preview", + "2020-10-01-preview" + ], + "defaultApiVersion": "2023-12-01", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-12-01", + "2023-10-01", + "2023-03-01-preview", + "2022-07-15-preview", + "2022-01-10-preview", + "2020-10-01-preview" + ], + "defaultApiVersion": "2023-12-01", + "locations": [ + "East US", + "East US 2 EUAP", + "West Europe", + "Australia East", + "Canada Central", + "Southeast Asia", + "UK South", + "North Europe", + "South Central US", + "East US 2", + "West US 2", + "West US 3", + "Sweden Central", + "North Central US", + "Japan East", + "UK West", + "Central India", + "East Asia", + "Switzerland North", + "Switzerland West", + "Central US" + ], + "resourceType": "locations/operationstatuses" + }, + { + "apiVersions": [ + "2023-12-01", + "2023-10-01", + "2023-03-01-preview", + "2022-07-15-preview", + "2022-01-10-preview", + "2020-10-01-preview" + ], + "defaultApiVersion": "2023-12-01", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2023-12-01", + "2023-10-01", + "2023-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "Australia East", + "Canada Central", + "Southeast Asia", + "UK South", + "North Europe", + "South Central US", + "East US 2", + "West US 2", + "West US 3", + "Sweden Central", + "North Central US", + "Japan East", + "UK West", + "Central India", + "East Asia", + "Central US", + "East US 2 EUAP" + ], + "resourceType": "resourcepools" + }, + { + "apiVersions": [ + "2023-12-01", + "2023-10-01", + "2023-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "Australia East", + "Canada Central", + "Southeast Asia", + "UK South", + "North Europe", + "South Central US", + "East US 2", + "West US 2", + "West US 3", + "Sweden Central", + "North Central US", + "Japan East", + "UK West", + "Central India", + "East Asia", + "Central US", + "East US 2 EUAP" + ], + "resourceType": "vcenters/inventoryitems" + }, + { + "apiVersions": [ + "2023-12-01", + "2023-10-01", + "2023-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "Australia East", + "Canada Central", + "Southeast Asia", + "UK South", + "North Europe", + "South Central US", + "East US 2", + "West US 2", + "West US 3", + "Sweden Central", + "North Central US", + "Japan East", + "UK West", + "Central India", + "East Asia", + "Central US", + "East US 2 EUAP" + ], + "resourceType": "virtualmachineinstances" + }, + { + "apiVersions": [ + "2023-03-01-preview", + "2022-07-15-preview", + "2022-01-10-preview", + "2020-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "Australia East", + "Canada Central", + "Southeast Asia", + "UK South", + "North Europe", + "East US 2", + "West US 2", + "West US 3", + "East US 2 EUAP" + ], + "resourceType": "virtualmachines" + }, + { + "apiVersions": [ + "2023-03-01-preview", + "2022-07-15-preview", + "2022-01-10-preview", + "2020-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "Australia East", + "Canada Central", + "Southeast Asia", + "UK South", + "North Europe", + "East US 2", + "West US 2", + "West US 3", + "East US 2 EUAP" + ], + "resourceType": "virtualmachines/extensions" + }, + { + "apiVersions": [ + "2023-03-01-preview", + "2022-07-15-preview", + "2022-01-10-preview", + "2020-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "Australia East", + "Canada Central", + "Southeast Asia", + "UK South", + "North Europe", + "East US 2", + "West US 2", + "West US 3", + "East US 2 EUAP" + ], + "resourceType": "virtualmachines/guestagents" + }, + { + "apiVersions": [ + "2023-03-01-preview", + "2022-07-15-preview", + "2022-01-10-preview", + "2020-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "Australia East", + "Canada Central", + "Southeast Asia", + "UK South", + "North Europe", + "East US 2", + "West US 2", + "West US 3", + "East US 2 EUAP" + ], + "resourceType": "virtualmachines/hybrididentitymetadata" + }, + { + "apiVersions": [ + "2022-07-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "virtualmachines/upgradeextensions" + }, + { + "apiVersions": [ + "2023-12-01", + "2023-10-01", + "2023-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "Australia East", + "Canada Central", + "Southeast Asia", + "UK South", + "North Europe", + "South Central US", + "East US 2", + "West US 2", + "West US 3", + "Sweden Central", + "North Central US", + "Japan East", + "UK West", + "Central India", + "East Asia", + "Central US", + "East US 2 EUAP" + ], + "resourceType": "virtualmachinetemplates" + }, + { + "apiVersions": [ + "2023-12-01", + "2023-10-01", + "2023-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "Australia East", + "Canada Central", + "Southeast Asia", + "UK South", + "North Europe", + "South Central US", + "East US 2", + "West US 2", + "West US 3", + "Sweden Central", + "North Central US", + "Japan East", + "UK West", + "Central India", + "East Asia", + "Central US", + "East US 2 EUAP" + ], + "resourceType": "virtualnetworks" + } + ] + }, + { + "namespace": "Microsoft.ConnectedVehicle", + "resourceTypes": [ + { + "apiVersions": [ + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US 2", + "West Europe", + "East US", + "North Europe" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "registeredSubscriptions" + } + ] + }, + { + "namespace": "Microsoft.Consumption", + "resourceTypes": [ + { + "apiVersions": [ + "2024-08-01", + "2023-11-01", + "2023-05-01", + "2023-03-01", + "2021-10-01", + "2019-10-01", + "2019-05-01", + "2019-01-01", + "2018-10-01", + "2018-08-31", + "2018-06-30" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "AggregatedCost" + }, + { + "apiVersions": [ + "2024-08-01", + "2023-11-01", + "2023-05-01", + "2023-03-01", + "2022-09-01", + "2021-10-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Balances" + }, + { + "apiVersions": [ + "2024-08-01", + "2023-11-01", + "2023-05-01", + "2023-03-01", + "2021-10-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Budgets" + }, + { + "apiVersions": [ + "2024-08-01", + "2023-11-01", + "2023-05-01", + "2023-03-01", + "2021-10-01", + "2019-10-01", + "2019-05-01-preview", + "2019-05-01", + "2019-01-01", + "2018-11-01-preview", + "2018-10-01", + "2018-08-31" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Charges" + }, + { + "apiVersions": [ + "2024-08-01", + "2023-11-01", + "2023-05-01", + "2023-03-01", + "2021-10-01", + "2019-11-01", + "2019-10-01", + "2019-05-01", + "2018-10-01", + "2018-08-31", + "2018-06-30", + "2018-05-31", + "2018-03-31" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "CostTags" + }, + { + "apiVersions": [ + "2024-08-01", + "2023-11-01", + "2023-05-01", + "2023-03-01", + "2019-10-01", + "2019-05-01", + "2019-01-01", + "2018-10-01", + "2018-08-31", + "2018-06-30", + "2018-05-31" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Forecasts" + }, + { + "apiVersions": [ + "2024-08-01", + "2023-11-01", + "2023-05-01", + "2023-03-01", + "2021-10-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Marketplaces" + }, + { + "apiVersions": [ + "2024-08-01", + "2023-11-01", + "2023-05-01", + "2023-03-01", + "2022-06-01", + "2021-10-01", + "2021-01-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "OperationResults" + }, + { + "apiVersions": [ + "2024-08-01", + "2023-11-01", + "2023-05-01", + "2023-03-01", + "2022-09-01", + "2022-06-01", + "2021-10-01", + "2021-01-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "OperationStatus" + }, + { + "apiVersions": [ + "2024-08-01", + "2023-11-01", + "2023-05-01", + "2023-03-01", + "2022-06-01", + "2021-10-01", + "2019-10-01", + "2019-05-01", + "2019-01-01", + "2018-11-01-preview", + "2018-10-01", + "2018-08-31", + "2018-08-01-preview", + "2018-06-30", + "2018-05-31", + "2018-03-31", + "2018-01-31", + "2017-11-30", + "2017-06-30-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2024-08-01", + "2023-11-01", + "2023-05-01", + "2023-03-01", + "2022-06-01", + "2021-10-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Pricesheets" + }, + { + "apiVersions": [ + "2024-08-01", + "2023-11-01", + "2023-05-01", + "2023-03-01", + "2021-10-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "ReservationDetails" + }, + { + "apiVersions": [ + "2024-08-01", + "2023-11-01", + "2023-05-01", + "2023-03-01", + "2021-10-01", + "2019-10-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "ReservationRecommendationDetails" + }, + { + "apiVersions": [ + "2024-08-01", + "2023-11-01", + "2023-05-01", + "2023-03-01", + "2021-10-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "ReservationRecommendations" + }, + { + "apiVersions": [ + "2024-08-01", + "2023-11-01", + "2023-05-01", + "2023-03-01", + "2021-10-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "ReservationSummaries" + }, + { + "apiVersions": [ + "2024-08-01", + "2023-11-01", + "2023-05-01", + "2023-03-01", + "2021-10-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "ReservationTransactions" + }, + { + "apiVersions": [ + "2024-08-01", + "2023-11-01", + "2023-05-01", + "2023-03-01", + "2021-10-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Tags" + }, + { + "apiVersions": [ + "2024-08-01", + "2023-11-01", + "2023-05-01", + "2023-03-01", + "2021-10-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Terms" + }, + { + "apiVersions": [ + "2024-08-01", + "2023-11-01", + "2023-05-01", + "2023-03-01", + "2021-10-01", + "2021-01-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "UsageDetails" + }, + { + "apiVersions": [ + "2024-08-01", + "2023-11-01", + "2023-05-01", + "2023-03-01", + "2021-10-01", + "2021-05-01", + "2019-10-01", + "2018-11-01-preview", + "2018-10-01", + "2018-08-31" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "credits" + }, + { + "apiVersions": [ + "2024-08-01", + "2023-11-01", + "2023-05-01", + "2023-03-01", + "2021-10-01", + "2021-05-01", + "2019-10-01", + "2018-11-01-preview", + "2018-10-01", + "2018-08-31" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "events" + }, + { + "apiVersions": [ + "2024-08-01", + "2023-11-01", + "2023-05-01", + "2023-03-01", + "2021-10-01", + "2021-05-01", + "2019-10-01", + "2018-11-01-preview", + "2018-10-01", + "2018-08-31" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "lots" + }, + { + "apiVersions": [ + "2024-08-01", + "2023-11-01", + "2023-05-01", + "2023-03-01", + "2021-10-01", + "2019-10-01", + "2018-10-01", + "2018-08-31" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "products" + }, + { + "apiVersions": [ + "2024-08-01", + "2023-11-01", + "2023-05-01", + "2023-03-01", + "2021-10-01", + "2019-10-01", + "2019-05-01", + "2019-01-01", + "2018-10-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "tenants" + } + ] + }, + { + "namespace": "Microsoft.ContainerInstance", + "resourceTypes": [ + { + "apiVersions": [ + "2024-09-01-preview", + "2024-05-01-preview", + "2023-05-15-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-04-01-preview" + ], + "defaultApiVersion": null, + "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 North", + "Germany West Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "Southeast Asia", + "South India", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "containerGroupProfiles" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01-preview", + "2024-05-01-preview", + "2023-05-15-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-09-01", + "2022-04-01-preview", + "2021-10-01", + "2021-09-01", + "2021-07-01", + "2021-03-01", + "2020-11-01", + "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" + ], + "defaultApiVersion": null, + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "containerGroups" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01-preview", + "2024-05-01-preview", + "2023-05-15-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-09-01", + "2022-04-01-preview", + "2021-10-01", + "2021-09-01", + "2021-07-01", + "2021-03-01", + "2020-11-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01-preview", + "2024-05-01-preview", + "2023-05-15-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-09-01", + "2022-04-01-preview", + "2021-10-01", + "2021-09-01", + "2021-07-01", + "2021-03-01", + "2020-11-01", + "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" + ], + "defaultApiVersion": null, + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "locations/cachedImages" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01-preview", + "2024-05-01-preview", + "2023-05-15-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-09-01", + "2022-04-01-preview", + "2021-10-01", + "2021-09-01", + "2021-07-01", + "2021-03-01", + "2020-11-01", + "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" + ], + "defaultApiVersion": null, + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "locations/capabilities" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01-preview", + "2024-05-01-preview", + "2023-05-15-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-09-01", + "2022-04-01-preview", + "2021-10-01", + "2021-09-01", + "2021-07-01", + "2021-03-01", + "2020-11-01", + "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" + ], + "defaultApiVersion": null, + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "locations/deleteVirtualNetworkOrSubnets" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01-preview", + "2024-05-01-preview", + "2023-05-15-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-09-01", + "2022-04-01-preview", + "2021-10-01", + "2021-09-01", + "2021-07-01", + "2021-03-01", + "2020-11-01", + "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" + ], + "defaultApiVersion": null, + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "locations/operationresults" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01-preview", + "2024-05-01-preview", + "2023-05-15-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-09-01", + "2022-04-01-preview", + "2021-10-01", + "2021-09-01", + "2021-07-01", + "2021-03-01", + "2020-11-01", + "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" + ], + "defaultApiVersion": null, + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "locations/operations" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01-preview", + "2024-05-01-preview", + "2023-05-15-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-09-01", + "2022-04-01-preview", + "2021-10-01", + "2021-09-01", + "2021-07-01", + "2021-03-01", + "2020-11-01", + "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" + ], + "defaultApiVersion": null, + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "locations/usages" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01-preview", + "2024-05-01-preview", + "2023-05-15-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-09-01", + "2022-04-01-preview", + "2021-10-01", + "2021-09-01", + "2021-07-01", + "2021-03-01", + "2020-11-01", + "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" + ], + "defaultApiVersion": null, + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "locations/validateDeleteVirtualNetworkOrSubnets" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01-preview", + "2024-05-01-preview", + "2023-05-15-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-09-01", + "2022-04-01-preview", + "2021-10-01", + "2021-09-01", + "2021-07-01", + "2021-03-01", + "2020-11-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01-preview", + "2024-05-01-preview", + "2023-05-15-preview", + "2023-05-01", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-09-01", + "2022-04-01-preview", + "2021-10-01", + "2021-09-01", + "2021-07-01", + "2021-03-01", + "2020-11-01", + "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" + ], + "defaultApiVersion": null, + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "serviceAssociationLinks" + } + ] + }, + { + "namespace": "Microsoft.ContainerRegistry", + "resourceTypes": [ + { + "apiVersions": [ + "2023-11-01-preview", + "2023-08-01-preview", + "2023-07-01", + "2023-06-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-02-01-preview", + "2021-12-01-preview", + "2021-09-01", + "2021-08-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2019-12-01-preview", + "2019-05-01", + "2017-10-01", + "2017-03-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central", + "Qatar Central", + "Australia Central 2", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-08-01-preview", + "2023-07-01", + "2023-06-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-02-01-preview", + "2021-12-01-preview", + "2021-09-01", + "2021-08-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2019-12-01-preview", + "2019-05-01-preview", + "2019-05-01", + "2017-10-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central", + "Qatar Central", + "Australia Central 2", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2017-10-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US" + ], + "resourceType": "locations/authorize" + }, + { + "apiVersions": [ + "2019-05-01", + "2017-10-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/deleteVirtualNetworkOrSubnets" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-08-01-preview", + "2023-07-01", + "2023-06-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-02-01-preview", + "2021-12-01-preview", + "2021-09-01", + "2021-08-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2019-12-01-preview", + "2019-05-01-preview", + "2019-05-01", + "2017-10-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-08-01-preview", + "2023-07-01", + "2023-06-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-02-01-preview", + "2021-12-01-preview", + "2021-09-01", + "2021-08-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2019-12-01-preview", + "2019-05-01", + "2017-10-01", + "2017-03-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-08-01-preview", + "2023-07-01", + "2023-06-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-02-01-preview", + "2021-12-01-preview", + "2021-09-01", + "2021-08-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2019-12-01-preview", + "2019-05-01", + "2017-10-01", + "2017-03-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "registries" + }, + { + "apiVersions": [ + "2019-06-01-preview" + ], + "defaultApiVersion": "2019-06-01-preview", + "locations": [ + "East US", + "West Europe", + "West US 2", + "South Central US", + "Australia East", + "Canada Central", + "Central US", + "East Asia", + "East US 2", + "North Europe", + "France Central", + "Switzerland North", + "East US 2 EUAP" + ], + "resourceType": "registries/agentPools" + }, + { + "apiVersions": [ + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "West US 2", + "South Central US", + "Australia East", + "Canada Central", + "Central US", + "East Asia", + "East US 2", + "North Europe", + "France Central", + "Switzerland North", + "East US 2 EUAP" + ], + "resourceType": "registries/agentPools/listQueueStatus" + }, + { + "apiVersions": [ + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "West US 2", + "South Central US", + "Australia East", + "Canada Central", + "Central US", + "East Asia", + "East US 2", + "North Europe", + "France Central", + "Switzerland North", + "East US 2 EUAP" + ], + "resourceType": "registries/agentPoolsOperationResults" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-08-01-preview", + "2023-07-01", + "2023-06-01-preview", + "2023-01-01-preview" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "registries/cacheRules" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-01-01-preview", + "2022-02-01-preview", + "2021-12-01-preview", + "2021-08-01-preview", + "2021-06-01-preview", + "2020-11-01-preview" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "registries/connectedRegistries" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-01-01-preview", + "2022-02-01-preview", + "2021-12-01-preview", + "2021-08-01-preview", + "2021-06-01-preview", + "2020-11-01-preview" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "registries/connectedRegistries/deactivate" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-08-01-preview", + "2023-07-01", + "2023-06-01-preview", + "2023-01-01-preview" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "registries/credentialSets" + }, + { + "apiVersions": [ + "2023-07-01", + "2022-12-01", + "2019-05-01", + "2017-10-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "registries/eventGridFilters" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-01-01-preview", + "2022-02-01-preview", + "2021-12-01-preview", + "2021-08-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2019-12-01-preview" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "registries/exportPipelines" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-08-01-preview", + "2023-07-01", + "2023-06-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-02-01-preview", + "2021-12-01-preview", + "2021-08-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2019-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "registries/generateCredentials" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-08-01-preview", + "2023-07-01", + "2023-06-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-02-01-preview", + "2021-12-01-preview", + "2021-09-01", + "2021-08-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2019-12-01-preview", + "2019-05-01", + "2017-10-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "registries/importImage" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-01-01-preview", + "2022-02-01-preview", + "2021-12-01-preview", + "2021-08-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2019-12-01-preview" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "registries/importPipelines" + }, + { + "apiVersions": [ + "2019-06-01-preview", + "2019-04-01", + "2018-09-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP" + ], + "resourceType": "registries/listBuildSourceUploadUrl" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-08-01-preview", + "2023-07-01", + "2023-06-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-02-01-preview", + "2021-12-01-preview", + "2021-09-01", + "2021-08-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2019-12-01-preview", + "2019-05-01", + "2017-10-01", + "2017-03-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "registries/listCredentials" + }, + { + "apiVersions": [ + "2017-10-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "registries/listPolicies" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-08-01-preview", + "2023-07-01", + "2023-06-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-02-01-preview", + "2021-12-01-preview", + "2021-09-01", + "2021-08-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2019-12-01-preview", + "2019-05-01", + "2017-10-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "registries/listUsages" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-01-01-preview", + "2022-02-01-preview", + "2021-12-01-preview", + "2021-08-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2019-12-01-preview" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "registries/pipelineRuns" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-08-01-preview", + "2023-07-01", + "2023-06-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-02-01-preview", + "2021-12-01-preview", + "2021-09-01", + "2021-08-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2019-12-01-preview" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "registries/privateEndpointConnectionProxies" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-08-01-preview", + "2023-07-01", + "2023-06-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-02-01-preview", + "2021-12-01-preview", + "2021-09-01", + "2021-08-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2019-12-01-preview" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "registries/privateEndpointConnectionProxies/validate" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-08-01-preview", + "2023-07-01", + "2023-06-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-02-01-preview", + "2021-12-01-preview", + "2021-09-01", + "2021-08-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2019-12-01-preview" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "registries/privateEndpointConnections" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-08-01-preview", + "2023-07-01", + "2023-06-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-02-01-preview", + "2021-12-01-preview", + "2021-09-01", + "2021-08-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2019-12-01-preview" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "registries/privateLinkResources" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-08-01-preview", + "2023-07-01", + "2023-06-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-02-01-preview", + "2021-12-01-preview", + "2021-09-01", + "2021-08-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2019-12-01-preview", + "2019-05-01", + "2017-10-01", + "2017-03-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "registries/regenerateCredential" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-08-01-preview", + "2023-07-01", + "2023-06-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-02-01-preview", + "2021-12-01-preview", + "2021-09-01", + "2021-08-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2019-12-01-preview", + "2019-05-01", + "2017-10-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "registries/replications" + }, + { + "apiVersions": [ + "2019-06-01-preview", + "2019-04-01", + "2018-09-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP" + ], + "resourceType": "registries/runs" + }, + { + "apiVersions": [ + "2019-06-01-preview", + "2019-04-01", + "2018-09-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP" + ], + "resourceType": "registries/runs/cancel" + }, + { + "apiVersions": [ + "2019-06-01-preview", + "2019-04-01", + "2018-09-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP" + ], + "resourceType": "registries/runs/listLogSasUrl" + }, + { + "apiVersions": [ + "2019-06-01-preview", + "2019-04-01", + "2018-09-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP" + ], + "resourceType": "registries/scheduleRun" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-08-01-preview", + "2023-07-01", + "2023-06-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-02-01-preview", + "2021-12-01-preview", + "2021-08-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2019-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "registries/scopeMaps" + }, + { + "apiVersions": [ + "2019-06-01-preview" + ], + "defaultApiVersion": "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP" + ], + "resourceType": "registries/taskRuns" + }, + { + "apiVersions": [ + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP" + ], + "resourceType": "registries/taskRuns/listDetails" + }, + { + "apiVersions": [ + "2019-06-01-preview", + "2019-04-01", + "2018-09-01" + ], + "defaultApiVersion": "2019-04-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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP" + ], + "resourceType": "registries/tasks" + }, + { + "apiVersions": [ + "2019-06-01-preview", + "2019-04-01", + "2018-09-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP" + ], + "resourceType": "registries/tasks/listDetails" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-08-01-preview", + "2023-07-01", + "2023-06-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-02-01-preview", + "2021-12-01-preview", + "2021-08-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2019-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "registries/tokens" + }, + { + "apiVersions": [ + "2017-10-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "registries/updatePolicies" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-08-01-preview", + "2023-07-01", + "2023-06-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-02-01-preview", + "2021-12-01-preview", + "2021-09-01", + "2021-08-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2019-12-01-preview", + "2019-05-01", + "2017-10-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "registries/webhooks" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-08-01-preview", + "2023-07-01", + "2023-06-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-02-01-preview", + "2021-12-01-preview", + "2021-09-01", + "2021-08-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2019-12-01-preview", + "2019-05-01", + "2017-10-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "registries/webhooks/getCallbackConfig" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-08-01-preview", + "2023-07-01", + "2023-06-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-02-01-preview", + "2021-12-01-preview", + "2021-09-01", + "2021-08-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2019-12-01-preview", + "2019-05-01", + "2017-10-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "registries/webhooks/listEvents" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-08-01-preview", + "2023-07-01", + "2023-06-01-preview", + "2023-01-01-preview", + "2022-12-01", + "2022-02-01-preview", + "2021-12-01-preview", + "2021-09-01", + "2021-08-01-preview", + "2021-06-01-preview", + "2020-11-01-preview", + "2019-12-01-preview", + "2019-05-01", + "2017-10-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Korea South", + "West US 3", + "Norway West", + "Sweden Central", + "Australia Central 2", + "Australia Central", + "Qatar Central", + "Germany North", + "Poland Central", + "France South", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "registries/webhooks/ping" + } + ] + }, + { + "namespace": "Microsoft.ContainerService", + "resourceTypes": [ + { + "apiVersions": [ + "2024-09-02-preview", + "2024-09-01", + "2024-08-02-preview", + "2024-08-01", + "2024-07-02-preview", + "2024-07-01", + "2024-06-02-preview", + "2024-06-01", + "2024-05-02-preview", + "2024-05-01", + "2024-04-02-preview", + "2024-03-02-preview", + "2024-02-02-preview", + "2024-02-01", + "2024-01-02-preview", + "2024-01-01", + "2023-11-02-preview", + "2023-11-01", + "2023-10-02-preview", + "2023-10-01", + "2023-09-02-preview", + "2023-09-01", + "2023-08-02-preview", + "2023-08-01", + "2023-07-02-preview", + "2023-07-01", + "2023-06-02-preview", + "2023-06-01", + "2023-05-02-preview", + "2023-05-01", + "2023-04-02-preview", + "2023-04-01", + "2023-03-02-preview", + "2023-03-01", + "2023-02-02-preview", + "2023-02-01", + "2023-01-02-preview", + "2023-01-01", + "2022-11-02-preview", + "2022-11-01", + "2022-10-02-preview", + "2022-09-02-preview", + "2022-09-01", + "2022-08-03-preview", + "2022-08-02-preview", + "2022-08-01", + "2022-07-02-preview", + "2022-07-01", + "2022-06-01", + "2022-04-01", + "2022-03-01", + "2022-02-01", + "2022-01-01", + "2021-10-01", + "2021-09-01", + "2021-08-01", + "2021-07-01", + "2021-05-01", + "2021-03-01", + "2021-02-01" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "ManagedClusters/eventGridFilters" + }, + { + "apiVersions": [ + "2024-05-02-preview", + "2024-04-01", + "2024-02-02-preview", + "2023-10-15", + "2023-08-15-preview", + "2023-06-15-preview", + "2023-03-15-preview", + "2022-09-02-preview", + "2022-07-02-preview", + "2022-06-02-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "fleetMemberships" + }, + { + "apiVersions": [ + "2024-05-02-preview", + "2024-04-01", + "2024-02-02-preview", + "2023-10-15", + "2023-08-15-preview", + "2023-06-15-preview", + "2023-03-15-preview", + "2022-09-02-preview", + "2022-07-02-preview", + "2022-06-02-preview" + ], + "defaultApiVersion": "2023-08-15-preview", + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "fleets" + }, + { + "apiVersions": [ + "2024-05-02-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "fleets/autoUpgradeProfiles" + }, + { + "apiVersions": [ + "2024-05-02-preview", + "2024-04-01", + "2024-02-02-preview", + "2023-10-15", + "2023-08-15-preview", + "2023-06-15-preview", + "2023-03-15-preview", + "2022-09-02-preview", + "2022-07-02-preview", + "2022-06-02-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "fleets/members" + }, + { + "apiVersions": [ + "2024-05-02-preview", + "2024-04-01", + "2024-02-02-preview", + "2023-10-15", + "2023-08-15-preview", + "2023-06-15-preview", + "2023-03-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "fleets/updateRuns" + }, + { + "apiVersions": [ + "2024-05-02-preview", + "2024-04-01", + "2024-02-02-preview", + "2023-10-15", + "2023-08-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "fleets/updateStrategies" + }, + { + "apiVersions": [ + "2017-08-31", + "2017-01-31", + "2016-09-30", + "2016-03-30", + "2015-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-01-02-preview", + "2023-11-02-preview", + "2023-10-02-preview", + "2023-09-02-preview", + "2023-08-02-preview", + "2023-07-02-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/guardrailsVersions" + }, + { + "apiVersions": [ + "2024-09-02-preview", + "2024-09-01", + "2024-08-02-preview", + "2024-08-01", + "2024-07-02-preview", + "2024-07-01", + "2024-06-02-preview", + "2024-06-01", + "2024-05-02-preview", + "2024-05-01", + "2024-04-02-preview", + "2024-03-02-preview", + "2024-02-02-preview", + "2024-02-01", + "2024-01-02-preview", + "2024-01-01", + "2023-11-02-preview", + "2023-11-01", + "2023-10-02-preview", + "2023-10-01", + "2023-09-02-preview", + "2023-09-01", + "2023-08-02-preview", + "2023-08-01", + "2023-07-02-preview", + "2023-07-01", + "2023-06-02-preview", + "2023-06-01", + "2023-05-02-preview", + "2023-05-01", + "2023-04-02-preview", + "2023-04-01", + "2023-03-02-preview", + "2023-03-01" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/kubernetesVersions" + }, + { + "apiVersions": [ + "2024-09-02-preview", + "2024-09-01", + "2024-08-02-preview", + "2024-08-01", + "2024-07-02-preview", + "2024-07-01", + "2024-06-02-preview", + "2024-06-01", + "2024-05-02-preview", + "2024-05-01", + "2024-04-02-preview", + "2024-03-02-preview", + "2024-02-02-preview", + "2024-02-01", + "2024-01-02-preview", + "2024-01-01", + "2023-11-02-preview", + "2023-11-01", + "2023-10-02-preview", + "2023-10-01", + "2023-09-02-preview", + "2023-09-01", + "2023-08-02-preview", + "2023-08-01", + "2023-07-02-preview", + "2023-06-02-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/meshRevisionProfiles" + }, + { + "apiVersions": [ + "2024-09-02-preview", + "2024-08-02-preview", + "2024-07-02-preview", + "2024-06-02-preview", + "2024-05-02-preview", + "2024-04-02-preview", + "2024-03-02-preview", + "2024-02-02-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/nodeImageVersions" + }, + { + "apiVersions": [ + "2024-09-02-preview", + "2024-08-02-preview", + "2024-07-02-preview", + "2024-06-02-preview", + "2024-05-02-preview", + "2024-04-02-preview", + "2024-03-02-preview", + "2024-02-02-preview", + "2024-01-02-preview", + "2023-11-02-preview", + "2023-10-02-preview", + "2023-09-02-preview", + "2023-08-02-preview", + "2023-07-02-preview", + "2023-06-02-preview", + "2023-05-02-preview", + "2023-04-02-preview", + "2023-03-02-preview", + "2023-02-02-preview", + "2023-01-02-preview", + "2022-11-02-preview", + "2022-10-02-preview", + "2022-09-02-preview", + "2022-08-03-preview", + "2022-08-02-preview", + "2022-07-02-preview", + "2022-03-01" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Brazil Southeast", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "Central US EUAP", + "East Asia", + "East US", + "East US 2", + "East US 2 EUAP", + "France Central", + "France South", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable" + }, + { + "apiVersions": [ + "2024-09-02-preview", + "2024-09-01", + "2024-08-02-preview", + "2024-08-01", + "2024-07-02-preview", + "2024-07-01", + "2024-06-02-preview", + "2024-06-01", + "2024-05-02-preview", + "2024-05-01", + "2024-04-02-preview", + "2024-03-02-preview", + "2024-02-02-preview", + "2024-02-01", + "2024-01-02-preview", + "2024-01-01", + "2023-11-02-preview", + "2023-11-01", + "2023-10-02-preview", + "2023-10-01", + "2023-09-02-preview", + "2023-09-01", + "2023-08-02-preview", + "2023-08-01", + "2023-07-02-preview", + "2023-07-01", + "2023-06-02-preview", + "2023-06-01", + "2023-05-02-preview", + "2023-05-01", + "2023-04-02-preview", + "2023-04-01", + "2023-03-02-preview", + "2023-03-01", + "2023-02-02-preview", + "2023-02-01", + "2023-01-02-preview", + "2023-01-01", + "2022-11-02-preview", + "2022-11-01", + "2022-10-02-preview", + "2022-09-02-preview", + "2022-09-01", + "2022-08-03-preview", + "2022-08-02-preview", + "2022-08-01", + "2022-07-02-preview", + "2022-07-01", + "2022-06-01", + "2022-04-01", + "2022-03-01", + "2022-02-01", + "2022-01-01", + "2021-10-01", + "2021-09-01", + "2021-08-01", + "2021-07-01", + "2021-05-01", + "2021-03-01", + "2021-02-01", + "2020-12-01", + "2020-11-01", + "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-03-31", + "2017-08-31", + "2016-03-30" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/operationresults" + }, + { + "apiVersions": [ + "2024-09-02-preview", + "2024-09-01", + "2024-08-02-preview", + "2024-08-01", + "2024-07-02-preview", + "2024-07-01", + "2024-06-02-preview", + "2024-06-01", + "2024-05-02-preview", + "2024-05-01", + "2024-04-02-preview", + "2024-03-02-preview", + "2024-02-02-preview", + "2024-02-01", + "2024-01-02-preview", + "2024-01-01", + "2023-11-02-preview", + "2023-11-01", + "2023-10-02-preview", + "2023-10-01", + "2023-09-02-preview", + "2023-09-01", + "2023-08-02-preview", + "2023-08-01", + "2023-07-02-preview", + "2023-07-01", + "2023-06-02-preview", + "2023-06-01", + "2023-05-02-preview", + "2023-05-01", + "2023-04-02-preview", + "2023-04-01", + "2023-03-02-preview", + "2023-03-01", + "2023-02-02-preview", + "2023-02-01", + "2023-01-02-preview", + "2023-01-01", + "2022-11-02-preview", + "2022-11-01", + "2022-10-02-preview", + "2022-09-02-preview", + "2022-09-01", + "2022-08-03-preview", + "2022-08-02-preview", + "2022-08-01", + "2022-07-02-preview", + "2022-07-01", + "2022-06-01", + "2022-04-01", + "2022-03-01", + "2022-02-01", + "2022-01-01", + "2021-10-01", + "2021-09-01", + "2021-08-01", + "2021-07-01", + "2021-05-01", + "2021-03-01", + "2021-02-01", + "2020-12-01", + "2020-11-01", + "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-03-31", + "2017-08-31", + "2016-03-30" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/operations" + }, + { + "apiVersions": [ + "2023-11-02-preview", + "2023-11-01", + "2023-10-02-preview", + "2023-10-01", + "2023-09-02-preview", + "2023-09-01", + "2023-08-02-preview", + "2023-08-01", + "2023-07-02-preview", + "2023-07-01", + "2023-06-02-preview", + "2023-06-01", + "2023-05-02-preview", + "2023-05-01", + "2023-04-02-preview", + "2023-04-01", + "2023-03-02-preview", + "2023-03-01", + "2023-02-02-preview", + "2023-02-01", + "2023-01-02-preview", + "2023-01-01", + "2022-11-02-preview", + "2022-11-01", + "2022-10-02-preview", + "2022-09-02-preview", + "2022-09-01", + "2022-08-03-preview", + "2022-08-02-preview", + "2022-08-01", + "2022-07-02-preview", + "2022-07-01", + "2022-06-01", + "2022-04-01", + "2022-03-01", + "2022-02-01", + "2022-01-01", + "2021-10-01", + "2021-09-01", + "2021-08-01", + "2021-07-01", + "2021-05-01", + "2021-03-01", + "2021-02-01", + "2020-12-01", + "2020-11-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/orchestrators" + }, + { + "apiVersions": [ + "2024-04-02-preview", + "2024-03-02-preview", + "2024-02-02-preview", + "2024-02-01", + "2024-01-02-preview", + "2024-01-01", + "2023-11-02-preview", + "2023-11-01", + "2023-10-02-preview", + "2023-10-01", + "2023-09-02-preview", + "2023-09-01", + "2023-08-02-preview", + "2023-08-01", + "2023-07-02-preview", + "2023-07-01", + "2023-06-02-preview", + "2023-06-01", + "2023-05-02-preview", + "2023-05-01", + "2023-04-02-preview", + "2023-04-01", + "2023-03-02-preview", + "2023-03-01", + "2023-02-02-preview", + "2023-02-01", + "2023-01-02-preview", + "2023-01-01", + "2022-11-02-preview", + "2022-11-01", + "2022-10-02-preview", + "2022-09-02-preview", + "2022-09-01", + "2022-08-03-preview", + "2022-08-02-preview", + "2022-08-01", + "2022-07-02-preview", + "2022-07-01", + "2022-06-01", + "2022-04-01", + "2022-03-01", + "2022-02-01", + "2022-01-01", + "2021-10-01", + "2021-09-01", + "2021-08-01", + "2021-07-01", + "2021-05-01", + "2021-03-01" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/osOptions" + }, + { + "apiVersions": [ + "2024-09-02-preview", + "2024-08-02-preview", + "2024-07-02-preview", + "2024-06-02-preview", + "2024-05-02-preview", + "2024-04-02-preview", + "2024-03-02-preview", + "2024-02-02-preview", + "2024-01-02-preview", + "2023-11-02-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/safeguardsVersions" + }, + { + "apiVersions": [ + "2024-09-02-preview", + "2024-09-01", + "2024-08-02-preview", + "2024-08-01", + "2024-07-02-preview", + "2024-07-01", + "2024-06-02-preview", + "2024-06-01", + "2024-05-02-preview", + "2024-05-01", + "2024-04-02-preview", + "2024-03-02-preview", + "2024-02-02-preview", + "2024-02-01", + "2024-01-02-preview", + "2024-01-01", + "2023-11-02-preview", + "2023-11-01", + "2023-10-02-preview", + "2023-10-01", + "2023-09-02-preview", + "2023-09-01", + "2023-08-02-preview", + "2023-07-02-preview", + "2023-06-02-preview", + "2023-05-02-preview", + "2023-04-02-preview", + "2023-03-02-preview", + "2023-02-02-preview", + "2023-01-02-preview", + "2022-11-02-preview", + "2022-10-02-preview", + "2022-09-02-preview", + "2022-08-03-preview", + "2022-08-02-preview", + "2022-07-02-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/trustedAccessRoles" + }, + { + "apiVersions": [ + "2024-09-02-preview", + "2024-09-01", + "2024-08-02-preview", + "2024-08-01", + "2024-07-02-preview", + "2024-07-01", + "2024-06-02-preview", + "2024-06-01", + "2024-05-02-preview", + "2024-05-01", + "2024-04-02-preview", + "2024-03-02-preview", + "2024-02-02-preview", + "2024-02-01", + "2024-01-02-preview", + "2024-01-01", + "2023-11-02-preview", + "2023-11-01", + "2023-10-02-preview", + "2023-10-01" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/usages" + }, + { + "apiVersions": [ + "2024-09-02-preview", + "2024-09-01", + "2024-08-02-preview", + "2024-08-01", + "2024-07-02-preview", + "2024-07-01", + "2024-06-02-preview", + "2024-06-01", + "2024-05-02-preview", + "2024-05-01", + "2024-04-02-preview", + "2024-03-02-preview", + "2024-02-02-preview", + "2024-02-01", + "2024-01-02-preview", + "2024-01-01", + "2023-11-02-preview", + "2023-11-01", + "2023-10-02-preview", + "2023-10-01", + "2023-09-02-preview", + "2023-09-01", + "2023-08-02-preview", + "2023-08-01", + "2023-07-02-preview", + "2023-07-01", + "2023-06-02-preview", + "2023-06-01", + "2023-05-02-preview", + "2023-05-01", + "2023-04-02-preview", + "2023-04-01", + "2023-03-02-preview", + "2023-03-01", + "2023-02-02-preview", + "2023-02-01", + "2023-01-02-preview", + "2023-01-01", + "2022-11-02-preview", + "2022-11-01", + "2022-10-02-preview", + "2022-09-02-preview", + "2022-09-01", + "2022-08-03-preview", + "2022-08-02-preview", + "2022-08-01", + "2022-07-02-preview", + "2022-07-01", + "2022-06-01", + "2022-04-01", + "2022-03-01", + "2022-02-01", + "2022-01-01", + "2021-10-01", + "2021-09-01", + "2021-08-01", + "2021-07-01", + "2021-05-01", + "2021-03-01", + "2021-02-01", + "2020-12-01", + "2020-11-01", + "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-03-31", + "2017-08-31" + ], + "defaultApiVersion": "2023-08-01", + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "managedClusters" + }, + { + "apiVersions": [ + "2024-09-02-preview", + "2024-08-02-preview", + "2024-07-02-preview", + "2024-06-02-preview", + "2024-05-02-preview", + "2024-04-02-preview", + "2024-03-02-preview", + "2024-02-02-preview", + "2024-01-02-preview", + "2023-11-02-preview", + "2023-10-02-preview", + "2023-09-02-preview", + "2023-08-02-preview", + "2023-07-02-preview", + "2023-06-02-preview", + "2023-05-02-preview", + "2023-04-02-preview", + "2023-03-02-preview", + "2023-02-02-preview", + "2023-01-02-preview", + "2022-11-02-preview", + "2022-10-02-preview", + "2022-09-02-preview", + "2022-08-03-preview", + "2022-08-02-preview", + "2022-07-02-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "managedclustersnapshots" + }, + { + "apiVersions": [ + "2024-09-02-preview", + "2024-09-01", + "2024-08-02-preview", + "2024-08-01", + "2024-07-02-preview", + "2024-07-01", + "2024-06-02-preview", + "2024-06-01", + "2024-05-02-preview", + "2024-05-01", + "2024-04-02-preview", + "2024-03-02-preview", + "2024-02-02-preview", + "2024-02-01", + "2024-01-02-preview", + "2024-01-01", + "2023-11-02-preview", + "2023-11-01", + "2023-10-02-preview", + "2023-10-01", + "2023-09-02-preview", + "2023-09-01", + "2023-08-02-preview", + "2023-08-01", + "2023-07-02-preview", + "2023-07-01", + "2023-06-02-preview", + "2023-06-01", + "2023-05-02-preview", + "2023-05-01", + "2023-04-02-preview", + "2023-04-01", + "2023-03-02-preview", + "2023-03-01", + "2023-02-02-preview", + "2023-02-01", + "2023-01-02-preview", + "2023-01-01", + "2022-11-02-preview", + "2022-11-01", + "2022-10-02-preview", + "2022-09-02-preview", + "2022-09-01", + "2022-08-03-preview", + "2022-08-02-preview", + "2022-08-01", + "2022-07-02-preview", + "2022-07-01", + "2022-06-01", + "2022-04-01", + "2022-03-01", + "2022-02-01", + "2022-01-01", + "2021-10-01", + "2021-09-01", + "2021-08-01", + "2021-07-01", + "2021-05-01", + "2021-03-01", + "2021-02-01", + "2020-12-01", + "2020-11-01", + "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-10-31", + "2018-03-31", + "2017-08-31", + "2017-07-01", + "2017-01-31", + "2016-09-30", + "2016-03-30", + "2015-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-09-02-preview", + "2024-09-01", + "2024-08-02-preview", + "2024-08-01", + "2024-07-02-preview", + "2024-07-01", + "2024-06-02-preview", + "2024-06-01", + "2024-05-02-preview", + "2024-05-01", + "2024-04-02-preview", + "2024-03-02-preview", + "2024-02-02-preview", + "2024-02-01", + "2024-01-02-preview", + "2024-01-01", + "2023-11-02-preview", + "2023-11-01", + "2023-10-02-preview", + "2023-10-01", + "2023-09-02-preview", + "2023-09-01", + "2023-08-02-preview", + "2023-08-01", + "2023-07-02-preview", + "2023-07-01", + "2023-06-02-preview", + "2023-06-01", + "2023-05-02-preview", + "2023-05-01", + "2023-04-02-preview", + "2023-04-01", + "2023-03-02-preview", + "2023-03-01", + "2023-02-02-preview", + "2023-02-01", + "2023-01-02-preview", + "2023-01-01", + "2022-11-02-preview", + "2022-11-01", + "2022-10-02-preview", + "2022-09-02-preview", + "2022-09-01", + "2022-08-03-preview", + "2022-08-02-preview", + "2022-08-01", + "2022-07-02-preview", + "2022-07-01", + "2022-06-01", + "2022-04-01", + "2022-03-01", + "2022-02-01", + "2022-01-01", + "2021-10-01", + "2021-09-01", + "2021-08-01" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "snapshots" + } + ] + }, + { + "namespace": "Microsoft.CostManagement", + "resourceTypes": [ + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01", + "2021-10-01", + "2019-10-01", + "2018-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Alerts" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01", + "2021-11-15-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "BenefitRecommendations" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01", + "2021-11-15-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "BenefitUtilizationSummaries" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-03-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "BenefitUtilizationSummariesOperationResults" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-03-01", + "2018-03-31" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "BillingAccounts" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01-preview", + "2022-10-01", + "2021-10-01", + "2019-10-01", + "2019-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Budgets" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-07-01-preview", + "2023-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "CalculateCost" + }, + { + "apiVersions": [ + "2019-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "CheckConnectorEligibility" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01", + "2022-06-01-preview", + "2022-04-01-preview", + "2020-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "CheckNameAvailability" + }, + { + "apiVersions": [ + "2019-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "CloudConnectors" + }, + { + "apiVersions": [ + "2018-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US" + ], + "resourceType": "Connectors" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01", + "2022-05-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "CostDetailsOperationResults" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-03-01", + "2018-03-31" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Departments" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01", + "2021-10-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Dimensions" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-03-01", + "2018-03-31" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "EnrollmentAccounts" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01", + "2021-10-01", + "2021-01-01", + "2020-12-01-preview", + "2020-06-01", + "2020-05-01-preview", + "2019-11-01", + "2019-10-01", + "2019-09-01", + "2019-01-01-preview", + "2019-01-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Exports" + }, + { + "apiVersions": [ + "2019-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "ExternalBillingAccounts" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01", + "2021-10-01", + "2019-10-01", + "2018-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "ExternalBillingAccounts/Alerts" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01", + "2021-10-01", + "2019-11-01", + "2019-10-01", + "2019-05-01-preview", + "2019-04-01-preview", + "2019-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "ExternalBillingAccounts/Dimensions" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01", + "2021-10-01", + "2019-11-01", + "2019-10-01", + "2019-05-01-preview", + "2019-04-01-preview", + "2019-03-01-preview", + "2018-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "ExternalBillingAccounts/Forecast" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01", + "2021-10-01", + "2019-11-01", + "2019-10-01", + "2019-05-01-preview", + "2019-04-01-preview", + "2019-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "ExternalBillingAccounts/Query" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-03-01", + "2019-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "ExternalSubscriptions" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01", + "2021-10-01", + "2019-10-01", + "2018-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "ExternalSubscriptions/Alerts" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01", + "2021-10-01", + "2019-11-01", + "2019-10-01", + "2019-05-01-preview", + "2019-04-01-preview", + "2019-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "ExternalSubscriptions/Dimensions" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01", + "2021-10-01", + "2019-11-01", + "2019-10-01", + "2019-05-01-preview", + "2019-04-01-preview", + "2019-03-01-preview", + "2018-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "ExternalSubscriptions/Forecast" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01", + "2021-10-01", + "2019-11-01", + "2019-10-01", + "2019-05-01-preview", + "2019-04-01-preview", + "2019-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "ExternalSubscriptions/Query" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01", + "2021-10-01", + "2019-11-01", + "2019-10-01", + "2019-05-01-preview", + "2019-04-01-preview", + "2019-03-01-preview", + "2018-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Forecast" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-03-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "GenerateBenefitUtilizationSummariesReport" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01", + "2022-05-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "GenerateCostDetailsReport" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01", + "2021-10-01", + "2021-01-01", + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "GenerateDetailedCostReport" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01", + "2021-10-01", + "2019-11-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "GenerateReservationDetailsReport" + }, + { + "apiVersions": [ + "2020-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Insights" + }, + { + "apiVersions": [ + "2022-10-05-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "MarkupRules" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01", + "2022-06-01", + "2022-04-01-preview", + "2022-02-01-preview", + "2021-10-01", + "2021-01-01", + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "OperationResults" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01", + "2022-06-01", + "2022-04-01-preview", + "2022-02-01-preview", + "2021-10-01", + "2021-01-01", + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "OperationStatus" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01", + "2022-06-01", + "2022-04-01-preview", + "2022-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Pricesheets" + }, + { + "apiVersions": [ + "2024-08-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01", + "2022-06-01", + "2022-04-01-preview", + "2022-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "PricesheetsOperationResults" + }, + { + "apiVersions": [ + "2024-08-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01", + "2022-06-01", + "2022-04-01-preview", + "2022-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "PricesheetsOperationStatus" + }, + { + "apiVersions": [ + "2021-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Publish" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01", + "2021-10-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Query" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2018-05-31" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Reportconfigs" + }, + { + "apiVersions": [ + "2018-12-01-preview", + "2018-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Reports" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01", + "2021-10-01", + "2019-11-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "ReservationDetailsOperationResults" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01", + "2022-06-01-preview", + "2022-04-01-preview", + "2020-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "ScheduledActions" + }, + { + "apiVersions": [ + "2023-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "SendMessage" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01-preview", + "2022-10-01", + "2021-10-01", + "2019-11-01", + "2019-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Settings" + }, + { + "apiVersions": [ + "2023-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "StartConversation" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01", + "2021-10-01", + "2019-11-01", + "2019-10-01", + "2019-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Views" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01", + "2022-03-01", + "2021-11-15-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "calculatePrice" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2020-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "costAllocationRules" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01", + "2022-09-30", + "2022-03-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "fetchMarketplacePrices" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01", + "2022-03-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "fetchMicrosoftPrices" + }, + { + "apiVersions": [ + "2023-04-01-preview", + "2021-11-15-preview", + "2020-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "fetchPrices" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-08-01", + "2023-07-01-preview", + "2023-04-01-preview", + "2023-03-01", + "2022-10-01", + "2021-10-01", + "2019-10-01", + "2019-01-01", + "2018-10-01", + "2018-08-31", + "2018-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2019-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "register" + } + ] + }, + { + "namespace": "Microsoft.CostManagementExports", + "resourceTypes": [ + { + "apiVersions": [ + "2019-04-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Operations" + } + ] + }, + { + "namespace": "Microsoft.CustomProviders", + "resourceTypes": [ + { + "apiVersions": [ + "2018-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "associations" + }, + { + "apiVersions": [ + "2018-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2018-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Australia Southeast", + "East US", + "West US 2", + "West Europe", + "North Europe", + "Canada Central", + "Canada East", + "East US 2 EUAP" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2018-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Australia Southeast", + "East US", + "West US 2", + "West Europe", + "North Europe", + "Canada Central", + "Canada East", + "East US 2 EUAP" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2018-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2018-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Australia Southeast", + "East US", + "West US 2", + "West Europe", + "North Europe", + "Canada Central", + "Canada East", + "East US 2 EUAP" + ], + "resourceType": "resourceProviders" + }, + { + "apiVersions": [ + "2018-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Australia Southeast", + "East US", + "West US 2", + "West Europe", + "North Europe", + "Canada Central", + "Canada East", + "East US 2 EUAP" + ], + "resourceType": "resourceProviders/operationResults" + }, + { + "apiVersions": [ + "2018-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Australia Southeast", + "East US", + "West US 2", + "West Europe", + "North Europe", + "Canada Central", + "Canada East", + "East US 2 EUAP" + ], + "resourceType": "resourceProviders/operationStatuses" + } + ] + }, + { + "namespace": "Microsoft.CustomerLockbox", + "resourceTypes": [ + { + "apiVersions": [ + "2018-02-28-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "DisableLockbox" + }, + { + "apiVersions": [ + "2018-02-28-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "EnableLockbox" + }, + { + "apiVersions": [ + "2018-02-28-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "TenantOptedIn" + }, + { + "apiVersions": [ + "2018-02-28-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2018-02-28-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "requests" + } + ] + }, + { + "namespace": "Microsoft.D365CustomerInsights", + "resourceTypes": [ + { + "apiVersions": [ + "2020-06-10-preview" + ], + "defaultApiVersion": "2020-06-10-preview", + "locations": [ + "East US 2" + ], + "resourceType": "instances" + }, + { + "apiVersions": [ + "2020-06-10-privatepreview", + "2020-06-10-preview", + "2020-06-10-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.DBforMariaDB", + "resourceTypes": [ + { + "apiVersions": [ + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/azureAsyncOperation" + }, + { + "apiVersions": [ + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/performanceTiers" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/privateEndpointConnectionAzureAsyncOperation" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/privateEndpointConnectionOperationResults" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/privateEndpointConnectionProxyAzureAsyncOperation" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/privateEndpointConnectionProxyOperationResults" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/recommendedActionSessionsAzureAsyncOperation" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/recommendedActionSessionsOperationResults" + }, + { + "apiVersions": [ + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/securityAlertPoliciesAzureAsyncOperation" + }, + { + "apiVersions": [ + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/securityAlertPoliciesOperationResults" + }, + { + "apiVersions": [ + "2020-01-01-privatepreview", + "2020-01-01-preview", + "2020-01-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/serverKeyAzureAsyncOperation" + }, + { + "apiVersions": [ + "2020-01-01-privatepreview", + "2020-01-01-preview", + "2020-01-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/serverKeyOperationResults" + }, + { + "apiVersions": [ + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/advisors" + }, + { + "apiVersions": [ + "2020-01-01-privatepreview", + "2020-01-01-preview", + "2020-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/keys" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/privateEndpointConnectionProxies" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/privateEndpointConnections" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/privateLinkResources" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/queryTexts" + }, + { + "apiVersions": [ + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/recoverableServers" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/resetQueryPerformanceInsightData" + }, + { + "apiVersions": [ + "2020-01-01-privatepreview", + "2020-01-01-preview", + "2020-01-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/start" + }, + { + "apiVersions": [ + "2020-01-01-privatepreview", + "2020-01-01-preview", + "2020-01-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/stop" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/topQueryStatistics" + }, + { + "apiVersions": [ + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/virtualNetworkRules" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/waitStatistics" + } + ] + }, + { + "namespace": "Microsoft.DBforMySQL", + "resourceTypes": [ + { + "apiVersions": [ + "2022-06-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Norway East", + "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", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "assessForMigration" + }, + { + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2024-10-30", + "2024-10-01-preview", + "2024-06-30", + "2024-06-01-preview", + "2024-02-28", + "2024-02-01-preview", + "2023-12-30", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-06-30", + "2023-06-01-preview", + "2022-09-30-privatepreview", + "2022-09-30-preview", + "2022-06-01-privatepreview", + "2022-06-01-preview", + "2022-01-01", + "2021-12-01-preview", + "2021-05-01-preview", + "2021-05-01", + "2020-07-01-privatepreview", + "2020-07-01-preview" + ], + "defaultApiVersion": "2023-10-01-preview", + "locations": [ + "Australia Central", + "Australia Southeast", + "Canada East", + "East Asia", + "East US 2", + "Germany North", + "Germany West Central", + "Central India", + "South India", + "Japan West", + "Korea South", + "North Central US", + "Norway East", + "Norway West", + "Sweden Central", + "UAE North", + "UK West", + "West Central US", + "West US", + "West US 2", + "West US 3", + "Brazil South", + "Brazil Southeast", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "Southeast Asia", + "North Europe", + "Australia East", + "Japan East", + "Korea Central", + "UK South", + "West Europe", + "Canada Central", + "Central US", + "East US", + "Switzerland North", + "Switzerland West", + "South Central US", + "Poland Central", + "Italy North", + "Israel Central", + "UAE Central", + "Spain Central", + "Mexico Central", + "Qatar Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "flexibleServers" + }, + { + "apiVersions": [ + "2024-10-30", + "2024-10-01-preview", + "2024-06-30", + "2024-06-01-preview", + "2024-02-28", + "2024-02-01-preview", + "2023-12-30", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-06-30", + "2023-06-01-preview", + "2022-09-30-privatepreview", + "2022-09-30-preview", + "2022-06-01-privatepreview", + "2022-06-01-preview", + "2022-01-01", + "2021-12-01-preview", + "2021-05-01-preview", + "2021-05-01", + "2020-07-01-privatepreview", + "2020-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Norway East", + "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", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "getPrivateDnsZoneSuffix" + }, + { + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/administratorAzureAsyncOperation" + }, + { + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/administratorOperationResults" + }, + { + "apiVersions": [], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Germany North", + "Norway West", + "Brazil Southeast", + "Switzerland West", + "Poland Central", + "Italy North", + "Israel Central", + "UAE Central", + "Spain Central", + "Mexico Central", + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/azureAsyncOperation" + }, + { + "apiVersions": [ + "2024-10-30", + "2024-10-01-preview", + "2024-06-30", + "2024-06-01-preview", + "2024-02-28", + "2024-02-01-preview", + "2023-12-30", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-06-30", + "2023-06-01-preview", + "2022-09-30-privatepreview", + "2022-09-30-preview", + "2022-06-01-privatepreview", + "2022-06-01-preview", + "2022-01-01", + "2021-12-01-preview", + "2021-05-01-preview", + "2021-05-01", + "2020-07-01-privatepreview", + "2020-07-01-preview" + ], + "defaultApiVersion": "2023-10-01-preview", + "locations": [ + "Australia Central", + "Australia Southeast", + "Canada East", + "East Asia", + "East US 2", + "Germany North", + "Germany West Central", + "Central India", + "South India", + "Japan West", + "Korea South", + "North Central US", + "Norway East", + "Norway West", + "Sweden Central", + "UAE North", + "UK West", + "West Central US", + "West US", + "West US 2", + "West US 3", + "Brazil South", + "Brazil Southeast", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "Southeast Asia", + "North Europe", + "Australia East", + "Japan East", + "Korea Central", + "UK South", + "West Europe", + "Canada Central", + "Central US", + "East US", + "Switzerland North", + "Switzerland West", + "South Central US", + "Poland Central", + "Italy North", + "Israel Central", + "UAE Central", + "Spain Central", + "Mexico Central", + "Qatar Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/capabilities" + }, + { + "apiVersions": [ + "2024-10-30", + "2024-10-01-preview", + "2024-06-30", + "2024-06-01-preview", + "2024-02-28", + "2024-02-01-preview", + "2023-12-30", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-06-30", + "2023-06-01-preview" + ], + "defaultApiVersion": "2023-10-01-preview", + "locations": [ + "Australia Central", + "Australia Southeast", + "Canada East", + "East Asia", + "East US 2", + "Germany North", + "Germany West Central", + "Central India", + "South India", + "Japan West", + "Korea South", + "North Central US", + "Norway East", + "Norway West", + "Sweden Central", + "UAE North", + "UK West", + "West Central US", + "West US", + "West US 2", + "West US 3", + "Brazil South", + "Brazil Southeast", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "Southeast Asia", + "North Europe", + "Australia East", + "Japan East", + "Korea Central", + "UK South", + "West Europe", + "Canada Central", + "Central US", + "East US", + "Switzerland North", + "Switzerland West", + "South Central US", + "Poland Central", + "Italy North", + "UAE Central", + "Spain Central", + "Mexico Central", + "Israel Central", + "Qatar Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/capabilitySets" + }, + { + "apiVersions": [ + "2024-10-30", + "2024-10-01-preview", + "2024-06-30", + "2024-06-01-preview", + "2024-02-28", + "2024-02-01-preview", + "2023-12-30", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-06-30", + "2023-06-01-preview", + "2022-09-30-privatepreview", + "2022-09-30-preview", + "2022-06-01-privatepreview", + "2022-06-01-preview", + "2022-01-01", + "2021-12-01-preview", + "2021-05-01-preview", + "2021-05-01" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Australia Central", + "Australia Southeast", + "Brazil South", + "Brazil Southeast", + "Canada Central", + "Canada East", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany North", + "Germany West Central", + "Central India", + "South India", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Sweden Central", + "South Africa North", + "South Africa West", + "South Central US", + "Southeast Asia", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK West", + "UK South", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Poland Central", + "Italy North", + "Israel Central", + "UAE Central", + "Spain Central", + "Mexico Central", + "Qatar Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/checkNameAvailability" + }, + { + "apiVersions": [ + "2024-10-30", + "2024-10-01-preview", + "2024-06-30", + "2024-06-01-preview", + "2024-02-28", + "2024-02-01-preview", + "2023-12-30", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-06-30", + "2023-06-01-preview", + "2022-09-30-privatepreview", + "2022-09-30-preview", + "2022-06-01-privatepreview", + "2022-06-01-preview", + "2022-01-01", + "2021-12-01-preview", + "2021-05-01-preview", + "2021-05-01", + "2020-07-01-privatepreview", + "2020-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Southeast", + "Canada East", + "East Asia", + "East US 2", + "Germany North", + "Germany West Central", + "Central India", + "South India", + "Japan West", + "Korea South", + "North Central US", + "Norway East", + "Norway West", + "Sweden Central", + "UAE North", + "UK West", + "West Central US", + "West US", + "West US 2", + "West US 3", + "Brazil South", + "Brazil Southeast", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "Southeast Asia", + "North Europe", + "Australia East", + "Japan East", + "Korea Central", + "UK South", + "West Europe", + "Canada Central", + "Central US", + "East US", + "Switzerland North", + "Switzerland West", + "South Central US", + "Poland Central", + "Italy North", + "Israel Central", + "UAE Central", + "Spain Central", + "Mexico Central", + "Qatar Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/checkVirtualNetworkSubnetUsage" + }, + { + "apiVersions": [ + "2024-10-30", + "2024-10-01-preview", + "2024-06-30", + "2024-06-01-preview", + "2024-02-28", + "2024-02-01-preview", + "2023-12-30", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-06-30", + "2023-06-01-preview", + "2022-09-30-privatepreview", + "2022-09-30-preview", + "2022-06-01-preview", + "2022-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Southeast", + "Canada East", + "East Asia", + "East US 2", + "Germany North", + "Germany West Central", + "Central India", + "South India", + "Japan West", + "Korea South", + "North Central US", + "Norway East", + "Norway West", + "Sweden Central", + "UAE North", + "UK West", + "West Central US", + "West US", + "West US 2", + "West US 3", + "Brazil South", + "Brazil Southeast", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "Southeast Asia", + "North Europe", + "Australia East", + "Japan East", + "Korea Central", + "UK South", + "West Europe", + "Canada Central", + "Central US", + "East US", + "Switzerland North", + "Switzerland West", + "South Central US", + "Poland Central", + "Italy North", + "Israel Central", + "UAE Central", + "Spain Central", + "Mexico Central", + "Qatar Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/listMigrations" + }, + { + "apiVersions": [ + "2024-10-30", + "2024-10-01-preview", + "2024-06-30", + "2024-06-01-preview", + "2024-02-28", + "2024-02-01-preview", + "2023-12-30", + "2023-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Southeast", + "Canada East", + "East Asia", + "East US 2", + "Germany North", + "Germany West Central", + "Central India", + "South India", + "Japan West", + "Korea South", + "North Central US", + "Norway East", + "Norway West", + "Sweden Central", + "UAE North", + "UK West", + "West Central US", + "West US", + "West US 2", + "West US 3", + "Brazil South", + "Brazil Southeast", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "Southeast Asia", + "North Europe", + "Australia East", + "Japan East", + "Korea Central", + "UK South", + "West Europe", + "Canada Central", + "Central US", + "East US", + "Switzerland North", + "Switzerland West", + "South Central US", + "Poland Central", + "Italy North", + "Israel Central", + "UAE Central", + "Spain Central", + "Mexico Central", + "Qatar Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/operationProgress" + }, + { + "apiVersions": [], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Germany North", + "Norway West", + "Brazil Southeast", + "Switzerland West", + "Poland Central", + "Italy North", + "Israel Central", + "UAE Central", + "Spain Central", + "Mexico Central", + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/performanceTiers" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/privateEndpointConnectionAzureAsyncOperation" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/privateEndpointConnectionOperationResults" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/privateEndpointConnectionProxyAzureAsyncOperation" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/privateEndpointConnectionProxyOperationResults" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/recommendedActionSessionsAzureAsyncOperation" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/recommendedActionSessionsOperationResults" + }, + { + "apiVersions": [ + "2017-12-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/securityAlertPoliciesAzureAsyncOperation" + }, + { + "apiVersions": [ + "2017-12-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/securityAlertPoliciesOperationResults" + }, + { + "apiVersions": [ + "2020-01-01-privatepreview", + "2020-01-01-preview", + "2020-01-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/serverKeyAzureAsyncOperation" + }, + { + "apiVersions": [ + "2020-01-01-privatepreview", + "2020-01-01-preview", + "2020-01-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/serverKeyOperationResults" + }, + { + "apiVersions": [ + "2024-10-30", + "2024-10-01-preview", + "2024-06-30", + "2024-06-01-preview", + "2024-02-28", + "2024-02-01-preview", + "2023-12-30", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-06-30", + "2023-06-01-preview", + "2022-09-30-privatepreview", + "2022-09-30-preview", + "2022-06-01-preview", + "2022-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Southeast", + "Canada East", + "East Asia", + "East US 2", + "Germany North", + "Germany West Central", + "Central India", + "South India", + "Japan West", + "Korea South", + "North Central US", + "Norway East", + "Norway West", + "Sweden Central", + "UAE North", + "UK West", + "West Central US", + "West US", + "West US 2", + "West US 3", + "Brazil South", + "Brazil Southeast", + "France Central", + "France South", + "South Africa North", + "South Africa West", + "Southeast Asia", + "North Europe", + "Australia East", + "Japan East", + "Korea Central", + "UK South", + "West Europe", + "Canada Central", + "Central US", + "East US", + "Switzerland North", + "Switzerland West", + "South Central US", + "Poland Central", + "Italy North", + "Israel Central", + "UAE Central", + "Spain Central", + "Mexico Central", + "Qatar Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/updateMigration" + }, + { + "apiVersions": [ + "2024-10-30", + "2024-10-01-preview", + "2024-06-30", + "2024-06-01-preview", + "2024-02-28", + "2024-02-01-preview", + "2023-12-30", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-06-30", + "2023-06-01-preview", + "2022-09-30-privatepreview", + "2022-09-30-preview", + "2022-06-01-privatepreview", + "2022-06-01-preview", + "2022-01-01", + "2021-12-01-preview", + "2021-05-01-preview", + "2021-05-01", + "2017-12-01-preview", + "2017-12-01" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Brazil Southeast", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "Central US EUAP", + "East Asia", + "East US 2", + "East US 2 EUAP", + "East US", + "France Central", + "France South", + "Germany North", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2020-01-01-privatepreview", + "2020-01-01-preview", + "2020-01-01", + "2017-12-01-preview", + "2017-12-01" + ], + "defaultApiVersion": "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/advisors" + }, + { + "apiVersions": [ + "2020-01-01-privatepreview", + "2020-01-01-preview", + "2020-01-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/keys" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/privateEndpointConnectionProxies" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/privateEndpointConnections" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/privateLinkResources" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/queryTexts" + }, + { + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/recoverableServers" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/resetQueryPerformanceInsightData" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/topQueryStatistics" + }, + { + "apiVersions": [ + "2020-01-01-privatepreview", + "2020-01-01-preview", + "2020-01-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/upgrade" + }, + { + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/virtualNetworkRules" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/waitStatistics" + } + ] + }, + { + "namespace": "Microsoft.DBforPostgreSQL", + "resourceTypes": [ + { + "apiVersions": [ + "2023-03-02-preview", + "2022-11-08", + "2020-10-05-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2", + "East US", + "North Europe", + "Southeast Asia", + "West Europe", + "West US 2", + "North Central US", + "Canada Central", + "Australia East", + "UK South", + "Japan East", + "Central US", + "Korea Central", + "Central India", + "East Asia", + "France Central", + "Switzerland North", + "Switzerland West", + "Sweden Central", + "Qatar Central", + "Australia Central", + "Australia Southeast", + "Canada East", + "South India", + "Brazil South", + "Germany West Central", + "Japan West", + "West Central US", + "West US", + "South Central US", + "West US 3", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "availableEngineVersions" + }, + { + "apiVersions": [ + "2024-11-01-preview", + "2024-08-01", + "2024-05-01-privatepreview", + "2024-03-01-privatepreview", + "2023-12-01-preview", + "2023-06-01-preview", + "2023-03-01-preview", + "2022-12-01", + "2022-11-01-preview", + "2022-05-01-privatepreview", + "2022-05-01-preview", + "2022-03-08-privatepreview", + "2022-03-08-preview", + "2022-01-20-preview", + "2021-06-01-preview", + "2021-06-01", + "2020-11-05-preview", + "2020-02-14-privatepreview", + "2020-02-14-preview" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Qatar Central", + "Poland Central", + "Brazil Southeast", + "Germany North", + "Israel Central", + "Italy North", + "Mexico Central", + "Norway West", + "Spain Central", + "UAE Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2024-11-01-preview", + "2024-08-01", + "2024-05-01-privatepreview", + "2024-03-01-privatepreview", + "2023-12-01-preview", + "2023-06-01-preview", + "2023-03-01-preview", + "2023-01-01-privatepreview", + "2022-12-01", + "2022-11-01-preview", + "2022-05-01-privatepreview", + "2022-05-01-preview", + "2022-03-08-privatepreview", + "2022-03-08-preview", + "2022-01-20-preview", + "2021-06-01-preview", + "2021-06-01", + "2020-02-14-privatepreview", + "2020-02-14-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Australia Central", + "Australia Southeast", + "Brazil South", + "Canada East", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany West Central", + "Korea Central", + "Korea South", + "Japan East", + "Israel Central", + "Italy North", + "Mexico Central", + "Japan West", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Switzerland North", + "Switzerland West", + "Sweden Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West US", + "West US 2", + "West US 3", + "West Europe", + "East US 2 EUAP" + ], + "resourceType": "flexibleServers" + }, + { + "apiVersions": [ + "2024-11-01-preview", + "2024-08-01", + "2024-05-01-privatepreview", + "2024-03-01-privatepreview", + "2023-12-01-preview", + "2023-06-01-preview", + "2023-03-01-preview", + "2023-01-01-privatepreview", + "2022-12-01", + "2022-11-01-preview", + "2022-05-01-privatepreview", + "2022-05-01-preview", + "2022-03-08-privatepreview", + "2022-03-08-preview", + "2022-01-20-preview", + "2021-06-01-preview", + "2021-06-01", + "2020-02-14-privatepreview", + "2020-02-14-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Australia Central", + "Australia Southeast", + "Brazil South", + "Canada East", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany West Central", + "Korea Central", + "Korea South", + "Japan East", + "Israel Central", + "Italy North", + "Mexico Central", + "Japan West", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Switzerland North", + "Switzerland West", + "Sweden Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West US", + "West US 2", + "West US 3", + "West Europe", + "East US 2 EUAP" + ], + "resourceType": "flexibleServers/migrations" + }, + { + "apiVersions": [], + "defaultApiVersion": null, + "locations": [ + "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", + "North Europe", + "North Central US", + "Norway East", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "Switzerland West", + "Sweden Central", + "UAE North", + "UK South", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "getPrivateDnsZoneSuffix" + }, + { + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/administratorAzureAsyncOperation" + }, + { + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/administratorOperationResults" + }, + { + "apiVersions": [], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central", + "Poland Central", + "Qatar Central", + "Switzerland West", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/azureAsyncOperation" + }, + { + "apiVersions": [ + "2024-11-01-preview", + "2024-08-01", + "2024-05-01-privatepreview", + "2024-03-01-privatepreview", + "2023-12-01-preview", + "2023-06-01-preview", + "2023-03-01-preview", + "2022-12-01", + "2022-11-01-preview", + "2022-05-01-privatepreview", + "2022-05-01-preview", + "2022-03-08-privatepreview", + "2022-03-08-preview", + "2022-01-20-preview", + "2021-06-01-preview", + "2021-06-01", + "2020-02-14-privatepreview", + "2020-02-14-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Australia Central", + "Australia Southeast", + "Brazil South", + "Canada East", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "Spain Central", + "South Central US", + "Southeast Asia", + "South India", + "Switzerland North", + "Switzerland West", + "Sweden Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "East US 2 EUAP" + ], + "resourceType": "locations/capabilities" + }, + { + "apiVersions": [ + "2024-11-01-preview", + "2024-08-01", + "2024-05-01-privatepreview", + "2024-03-01-privatepreview", + "2023-12-01-preview", + "2023-06-01-preview", + "2023-03-01-preview", + "2022-12-01", + "2022-11-01-preview", + "2022-05-01-privatepreview", + "2022-05-01-preview", + "2022-03-08-privatepreview", + "2022-03-08-preview", + "2022-01-20-preview", + "2021-06-01-preview", + "2021-06-01", + "2020-02-14-privatepreview", + "2020-02-14-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Australia Central", + "Australia Southeast", + "Brazil South", + "Canada East", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany West Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Switzerland North", + "Switzerland West", + "Sweden Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "East US 2 EUAP" + ], + "resourceType": "locations/checkNameAvailability" + }, + { + "apiVersions": [ + "2024-11-01-preview", + "2024-08-01", + "2024-05-01-privatepreview", + "2024-03-01-privatepreview", + "2023-12-01-preview", + "2023-06-01-preview", + "2023-03-01-preview", + "2022-12-01", + "2022-11-01-preview", + "2022-05-01-privatepreview", + "2022-05-01-preview", + "2022-03-08-preview", + "2021-06-01-preview", + "2021-06-01", + "2020-02-14-privatepreview", + "2020-02-14-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Australia Central", + "Australia Southeast", + "Brazil South", + "Canada East", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany West Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Switzerland North", + "Switzerland West", + "Sweden Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "East US 2 EUAP" + ], + "resourceType": "locations/checkVirtualNetworkSubnetUsage" + }, + { + "apiVersions": [ + "2024-11-01-preview", + "2024-08-01", + "2024-03-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Australia Central", + "Australia Southeast", + "Brazil South", + "Canada East", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "Spain Central", + "South Central US", + "Southeast Asia", + "South India", + "Switzerland North", + "Switzerland West", + "Sweden Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "East US 2 EUAP" + ], + "resourceType": "locations/getAutoMigrationFreeSlots" + }, + { + "apiVersions": [ + "2022-03-08-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "East US", + "East US 2", + "North Central US", + "North Europe", + "South Central US", + "West Central US", + "West US", + "West US 2", + "West US 3", + "East US 2 EUAP" + ], + "resourceType": "locations/getCachedServerName" + }, + { + "apiVersions": [ + "2024-11-01-preview", + "2024-08-01", + "2024-03-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Australia Central", + "Australia Southeast", + "Brazil South", + "Canada East", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "Spain Central", + "South Central US", + "Southeast Asia", + "South India", + "Switzerland North", + "Switzerland West", + "Sweden Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "East US 2 EUAP" + ], + "resourceType": "locations/getLatestAutoMigrationSchedule" + }, + { + "apiVersions": [], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central", + "Qatar Central", + "Switzerland West", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/performanceTiers" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/privateEndpointConnectionAzureAsyncOperation" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/privateEndpointConnectionOperationResults" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/privateEndpointConnectionProxyAzureAsyncOperation" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/privateEndpointConnectionProxyOperationResults" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/recommendedActionSessionsAzureAsyncOperation" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/recommendedActionSessionsOperationResults" + }, + { + "apiVersions": [ + "2024-11-01-preview", + "2024-08-01", + "2024-05-01-privatepreview", + "2024-03-01-privatepreview", + "2023-12-01-preview", + "2023-06-01-preview", + "2023-03-01-preview", + "2022-12-01", + "2022-11-01-preview", + "2022-05-01-privatepreview", + "2022-05-01-preview", + "2022-03-08-privatepreview", + "2022-03-08-preview", + "2022-01-20-preview", + "2021-06-01-preview", + "2021-06-01", + "2020-02-14-privatepreview", + "2020-02-14-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Australia Central", + "Australia Southeast", + "Brazil South", + "Canada East", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "Spain Central", + "South Central US", + "Southeast Asia", + "South India", + "Switzerland North", + "Switzerland West", + "Sweden Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "East US 2 EUAP" + ], + "resourceType": "locations/resourceType" + }, + { + "apiVersions": [ + "2017-12-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/securityAlertPoliciesAzureAsyncOperation" + }, + { + "apiVersions": [ + "2017-12-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/securityAlertPoliciesOperationResults" + }, + { + "apiVersions": [ + "2020-01-01-privatepreview", + "2020-01-01-preview", + "2020-01-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/serverKeyAzureAsyncOperation" + }, + { + "apiVersions": [ + "2020-01-01-privatepreview", + "2020-01-01-preview", + "2020-01-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/serverKeyOperationResults" + }, + { + "apiVersions": [ + "2024-11-01-preview", + "2024-08-01", + "2024-03-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Australia Central", + "Australia Southeast", + "Brazil South", + "Canada East", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "France South", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "Spain Central", + "South Central US", + "Southeast Asia", + "South India", + "Switzerland North", + "Switzerland West", + "Sweden Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "East US 2 EUAP" + ], + "resourceType": "locations/updateAutoMigrationSchedule" + }, + { + "apiVersions": [ + "2024-11-01-preview", + "2024-08-01", + "2024-05-01-privatepreview", + "2024-03-01-privatepreview", + "2023-12-01-preview", + "2023-06-01-preview", + "2023-03-01-preview", + "2022-12-01", + "2022-11-01-preview", + "2022-05-01-privatepreview", + "2022-05-01-preview", + "2022-03-08-preview", + "2022-01-20-preview", + "2021-06-01-preview", + "2021-06-01" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Brazil Southeast", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "Central US EUAP", + "East Asia", + "East US 2", + "East US 2 EUAP", + "East US", + "France Central", + "France South", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2023-03-02-preview", + "2022-11-08", + "2020-10-05-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2", + "East US", + "North Central US", + "Canada Central", + "Australia East", + "UK South", + "West Europe", + "Southeast Asia", + "West US 2", + "France Central", + "Switzerland North", + "Switzerland West", + "Sweden Central", + "Qatar Central", + "Australia Central", + "Canada East", + "South India", + "Poland Central", + "Brazil South", + "North Europe", + "Japan East", + "Central US", + "Korea Central", + "Central India", + "East Asia", + "Germany West Central", + "Japan West", + "West Central US", + "West US", + "South Central US", + "West US 3", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "serverGroupsv2" + }, + { + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/advisors" + }, + { + "apiVersions": [ + "2020-01-01-privatepreview", + "2020-01-01-preview", + "2020-01-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/keys" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/privateEndpointConnectionProxies" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/privateEndpointConnections" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/privateLinkResources" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/queryTexts" + }, + { + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/recoverableServers" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/resetQueryPerformanceInsightData" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/topQueryStatistics" + }, + { + "apiVersions": [ + "2017-12-01-preview", + "2017-12-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/virtualNetworkRules" + }, + { + "apiVersions": [ + "2018-06-01-privatepreview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/waitStatistics" + } + ] + }, + { + "namespace": "Microsoft.Dashboard", + "resourceTypes": [ + { + "apiVersions": [ + "2024-10-01", + "2023-10-01-preview", + "2023-09-01", + "2022-10-01-preview", + "2022-08-01", + "2022-05-01-preview", + "2021-09-01-preview" + ], + "defaultApiVersion": "2024-10-01", + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2024-10-01", + "2023-10-01-preview", + "2023-09-01", + "2022-10-01-preview", + "2022-08-01", + "2022-05-01-preview", + "2021-09-01-preview" + ], + "defaultApiVersion": "2024-10-01", + "locations": [ + "South Central US", + "West Central US", + "West Europe", + "East US", + "East US 2", + "North Europe", + "UK South", + "Australia East", + "Sweden Central", + "West US", + "West US 2", + "West US 3", + "Central US", + "Southeast Asia", + "Canada Central", + "Central India", + "East Asia", + "UAE North", + "Japan East", + "France Central", + "Brazil South", + "Norway East", + "Germany West Central", + "Italy North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "grafana" + }, + { + "apiVersions": [ + "2024-10-01", + "2023-10-01-preview" + ], + "defaultApiVersion": "2024-10-01", + "locations": [ + "South Central US", + "West Central US", + "West Europe", + "East US", + "East US 2", + "North Europe", + "UK South", + "Australia East", + "Sweden Central", + "West US", + "West US 2", + "West US 3", + "Central US", + "Southeast Asia", + "Canada Central", + "Central India", + "East Asia", + "UAE North", + "Japan East", + "France Central", + "Brazil South", + "Norway East", + "Germany West Central", + "Italy North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "grafana/integrationFabrics" + }, + { + "apiVersions": [ + "2024-10-01", + "2023-10-01-preview", + "2023-09-01", + "2022-10-01-preview" + ], + "defaultApiVersion": "2024-10-01", + "locations": [ + "South Central US", + "West Central US", + "West Europe", + "East US", + "East US 2", + "North Europe", + "UK South", + "Australia East", + "Sweden Central", + "West US", + "West US 2", + "West US 3", + "Central US", + "Southeast Asia", + "Canada Central", + "Central India", + "East Asia", + "UAE North", + "Japan East", + "France Central", + "Brazil South", + "Norway East", + "Germany West Central", + "Italy North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "grafana/managedPrivateEndpoints" + }, + { + "apiVersions": [ + "2024-10-01", + "2023-10-01-preview", + "2023-09-01", + "2022-10-01-preview", + "2022-08-01", + "2022-05-01-preview" + ], + "defaultApiVersion": "2024-10-01", + "locations": [ + "South Central US", + "West Central US", + "West Europe", + "North Europe", + "UK South", + "East US", + "East US 2", + "Australia East", + "Sweden Central", + "West US", + "West US 2", + "West US 3", + "Central US", + "Southeast Asia", + "Canada Central", + "Central India", + "East Asia", + "UAE North", + "Japan East", + "France Central", + "Brazil South", + "Norway East", + "Germany West Central", + "Italy North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "grafana/privateEndpointConnections" + }, + { + "apiVersions": [ + "2024-10-01", + "2023-10-01-preview", + "2023-09-01", + "2022-10-01-preview", + "2022-08-01", + "2022-05-01-preview" + ], + "defaultApiVersion": "2024-10-01", + "locations": [ + "South Central US", + "West Central US", + "West Europe", + "North Europe", + "UK South", + "East US", + "East US 2", + "Australia East", + "Sweden Central", + "West US", + "West US 2", + "West US 3", + "Central US", + "Southeast Asia", + "Canada Central", + "Central India", + "East Asia", + "UAE North", + "Japan East", + "France Central", + "Brazil South", + "Norway East", + "Germany West Central", + "Italy North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "grafana/privateLinkResources" + }, + { + "apiVersions": [ + "2024-10-01", + "2023-10-01-preview", + "2023-09-01", + "2022-10-01-preview", + "2022-08-01", + "2022-05-01-preview", + "2021-09-01-preview" + ], + "defaultApiVersion": "2024-10-01", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-10-01", + "2023-10-01-preview", + "2023-09-01", + "2022-10-01-preview", + "2022-08-01", + "2022-05-01-preview", + "2021-09-01-preview" + ], + "defaultApiVersion": "2024-10-01", + "locations": [], + "resourceType": "locations/checkNameAvailability" + }, + { + "apiVersions": [ + "2024-10-01", + "2023-10-01-preview", + "2023-09-01", + "2022-10-01-preview", + "2022-08-01", + "2022-05-01-preview", + "2021-09-01-preview" + ], + "defaultApiVersion": "2024-10-01", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "South Central US", + "West Europe", + "North Europe", + "UK South", + "East US", + "East US 2", + "West Central US", + "Australia East", + "Sweden Central", + "West US", + "West US 2", + "West US 3", + "Central US", + "Southeast Asia", + "Canada Central", + "Central India", + "East Asia", + "UAE North", + "Japan East", + "France Central", + "Brazil South", + "Norway East", + "Germany West Central", + "Italy North", + "Korea Central" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-10-01", + "2023-10-01-preview", + "2023-09-01", + "2022-10-01-preview", + "2022-08-01", + "2022-05-01-preview", + "2021-09-01-preview" + ], + "defaultApiVersion": "2024-10-01", + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.DataBox", + "resourceTypes": [ + { + "apiVersions": [ + "2024-03-01-preview", + "2024-02-01-preview", + "2023-12-01", + "2023-03-01", + "2022-12-01", + "2022-10-01", + "2022-09-01", + "2022-02-01", + "2021-12-01", + "2021-08-01-preview", + "2021-05-01", + "2021-03-01", + "2020-11-01", + "2020-04-01", + "2019-09-01", + "2018-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "West US", + "West Europe", + "Southeast Asia", + "East Asia", + "South India", + "Australia East", + "Canada Central", + "Korea Central", + "Japan East", + "South Africa North", + "Brazil South", + "UAE Central", + "UK South", + "Switzerland North", + "Norway West", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "jobs" + }, + { + "apiVersions": [ + "2024-03-01-preview", + "2024-02-01-preview", + "2023-12-01", + "2023-03-01", + "2022-12-01", + "2022-10-01", + "2022-09-01" + ], + "defaultApiVersion": null, + "locations": [ + "West US", + "West Europe", + "Southeast Asia", + "East Asia", + "South India", + "Australia East", + "Canada Central", + "Korea Central", + "Japan East", + "South Africa North", + "Brazil South", + "UAE Central", + "UK South", + "Switzerland North", + "Norway West", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "jobs/eventGridFilters" + }, + { + "apiVersions": [ + "2024-03-01-preview", + "2024-02-01-preview", + "2023-12-01", + "2023-03-01", + "2022-12-01", + "2022-10-01", + "2022-09-01", + "2022-02-01", + "2021-12-01", + "2021-08-01-preview", + "2021-05-01", + "2021-03-01", + "2020-11-01", + "2020-04-01", + "2019-09-01", + "2018-01-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-03-01-preview", + "2024-02-01-preview", + "2023-12-01", + "2023-03-01", + "2022-12-01", + "2022-10-01", + "2022-09-01", + "2022-02-01", + "2021-12-01", + "2021-08-01-preview", + "2021-05-01", + "2021-03-01", + "2020-11-01", + "2020-04-01", + "2019-09-01", + "2018-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "West US", + "West Europe", + "Southeast Asia", + "East Asia", + "South India", + "Australia East", + "Canada Central", + "Korea Central", + "Japan East", + "South Africa North", + "Brazil South", + "UAE Central", + "UK South", + "Switzerland North", + "Norway West", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/availableSkus" + }, + { + "apiVersions": [ + "2024-03-01-preview", + "2024-02-01-preview", + "2023-12-01", + "2023-03-01", + "2022-12-01", + "2022-10-01", + "2022-09-01", + "2022-02-01", + "2021-12-01", + "2021-08-01-preview", + "2021-05-01", + "2021-03-01", + "2020-11-01", + "2020-04-01", + "2019-09-01", + "2018-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "West US", + "West Europe", + "Southeast Asia", + "East Asia", + "South India", + "Australia East", + "Canada Central", + "Korea Central", + "Japan East", + "South Africa North", + "Brazil South", + "UAE Central", + "UK South", + "Switzerland North", + "Norway West", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/checkNameAvailability" + }, + { + "apiVersions": [ + "2024-03-01-preview", + "2024-02-01-preview", + "2023-12-01", + "2023-03-01", + "2022-12-01", + "2022-10-01", + "2022-09-01", + "2022-02-01", + "2021-12-01", + "2021-08-01-preview", + "2021-05-01", + "2021-03-01", + "2020-11-01", + "2020-04-01", + "2019-09-01", + "2018-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "West US", + "West Europe", + "Southeast Asia", + "East Asia", + "South India", + "Australia East", + "Canada Central", + "Korea Central", + "Japan East", + "South Africa North", + "Brazil South", + "UAE Central", + "UK South", + "Switzerland North", + "Norway West", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/operationresults" + }, + { + "apiVersions": [ + "2024-03-01-preview", + "2024-02-01-preview", + "2023-12-01", + "2023-03-01", + "2022-12-01", + "2022-10-01", + "2022-09-01", + "2022-02-01", + "2021-12-01", + "2021-08-01-preview", + "2021-05-01", + "2021-03-01", + "2020-11-01", + "2020-04-01", + "2019-09-01", + "2018-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "West US", + "West Europe", + "Southeast Asia", + "East Asia", + "South India", + "Australia East", + "Canada Central", + "Korea Central", + "Japan East", + "South Africa North", + "Brazil South", + "UAE Central", + "UK South", + "Switzerland North", + "Norway West", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/regionConfiguration" + }, + { + "apiVersions": [ + "2024-03-01-preview", + "2024-02-01-preview", + "2023-12-01", + "2023-03-01", + "2022-12-01", + "2022-10-01", + "2022-09-01", + "2022-02-01", + "2021-12-01", + "2021-08-01-preview", + "2021-05-01", + "2021-03-01", + "2020-11-01", + "2020-04-01", + "2019-09-01", + "2018-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "West US", + "West Europe", + "Southeast Asia", + "East Asia", + "South India", + "Australia East", + "Canada Central", + "Korea Central", + "Japan East", + "South Africa North", + "Brazil South", + "UAE Central", + "UK South", + "Switzerland North", + "Norway West", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/validateAddress" + }, + { + "apiVersions": [ + "2024-03-01-preview", + "2024-02-01-preview", + "2023-12-01", + "2023-03-01", + "2022-12-01", + "2022-10-01", + "2022-09-01", + "2022-02-01", + "2021-12-01", + "2021-08-01-preview", + "2021-05-01", + "2021-03-01", + "2020-11-01", + "2020-04-01", + "2019-09-01", + "2018-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "West US", + "West Europe", + "Southeast Asia", + "East Asia", + "South India", + "Australia East", + "Canada Central", + "Korea Central", + "Japan East", + "South Africa North", + "Brazil South", + "UAE Central", + "UK South", + "Switzerland North", + "Norway West", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/validateInputs" + }, + { + "apiVersions": [ + "2024-03-01-preview", + "2024-02-01-preview", + "2023-12-01", + "2023-03-01", + "2022-12-01", + "2022-10-01", + "2022-09-01", + "2022-02-01", + "2021-12-01", + "2021-08-01-preview", + "2021-05-01", + "2021-03-01", + "2020-11-01", + "2020-04-01", + "2019-09-01", + "2018-01-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.DataBoxEdge", + "resourceTypes": [ + { + "apiVersions": [ + "2023-07-01", + "2023-02-01", + "2023-01-01-preview", + "2022-12-01-preview", + "2022-04-01-preview", + "2022-03-01", + "2021-06-01-preview", + "2021-06-01", + "2021-02-01-preview", + "2021-02-01", + "2020-12-01", + "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" + ], + "defaultApiVersion": "2021-06-01", + "locations": [ + "East US", + "West Europe", + "Southeast Asia", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "DataBoxEdgeDevices" + }, + { + "apiVersions": [ + "2023-07-01", + "2023-02-01", + "2023-01-01-preview", + "2022-12-01-preview", + "2022-04-01-preview", + "2022-03-01", + "2021-06-01-preview", + "2021-06-01", + "2021-02-01-preview", + "2021-02-01", + "2020-12-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "Southeast Asia", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "DataBoxEdgeDevices/checkNameAvailability" + }, + { + "apiVersions": [ + "2021-02-01-preview", + "2020-09-01-preview", + "2020-09-01", + "2020-07-01-preview", + "2020-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "availableSkus" + }, + { + "apiVersions": [ + "2023-07-01", + "2023-02-01", + "2023-01-01-preview", + "2022-12-01-preview", + "2022-04-01-preview", + "2022-03-01", + "2021-06-01-preview", + "2021-06-01", + "2021-02-01-preview", + "2021-02-01", + "2020-12-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.DataFactory", + "resourceTypes": [ + { + "apiVersions": [ + "2018-06-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "CheckNameAvailability" + }, + { + "apiVersions": [ + "2018-06-01", + "2017-09-01-preview" + ], + "defaultApiVersion": "2018-06-01", + "locations": [ + "East US", + "East US 2", + "Central US", + "South Central US", + "Japan East", + "Canada Central", + "Australia East", + "Switzerland North", + "Germany West Central", + "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", + "South India", + "Canada East", + "UK West", + "Japan West", + "Norway East", + "UAE North", + "West US 3", + "Switzerland West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "France South", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "factories" + }, + { + "apiVersions": [ + "2018-06-01", + "2017-09-01-preview" + ], + "defaultApiVersion": "2018-06-01", + "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", + "Switzerland North", + "Germany West Central", + "Canada Central", + "West Central US", + "North Europe", + "UK South", + "West Europe", + "Southeast Asia", + "East Asia", + "North Central US", + "South Africa North", + "Australia Southeast", + "South India", + "Canada East", + "UK West", + "Japan West", + "Norway East", + "UAE North", + "West US 3", + "Switzerland West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "France South", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "factories/integrationRuntimes" + }, + { + "apiVersions": [ + "2018-06-01", + "2017-09-01-preview" + ], + "defaultApiVersion": "2018-06-01", + "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", + "Switzerland North", + "Germany West Central", + "Canada Central", + "West Central US", + "North Europe", + "UK South", + "West Europe", + "Southeast Asia", + "East Asia", + "North Central US", + "South Africa North", + "Australia Southeast", + "South India", + "Canada East", + "UK West", + "Japan West", + "Norway East", + "UAE North", + "West US 3", + "Switzerland West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "France South", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "factories/privateEndpointConnectionProxies" + }, + { + "apiVersions": [ + "2018-06-01", + "2017-09-01-preview" + ], + "defaultApiVersion": "2018-06-01", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2018-06-01", + "2017-09-01-preview" + ], + "defaultApiVersion": "2018-06-01", + "locations": [ + "East US", + "East US 2", + "West US 2", + "West US", + "Central US", + "South Central US", + "Japan East", + "Australia East", + "Switzerland North", + "Germany West Central", + "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", + "South India", + "Canada East", + "UK West", + "Japan West", + "Norway East", + "UAE North", + "West US 3", + "Switzerland West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "France South", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/configureFactoryRepo" + }, + { + "apiVersions": [ + "2018-06-01" + ], + "defaultApiVersion": "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", + "Switzerland North", + "Germany West Central", + "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", + "South India", + "Canada East", + "UK West", + "Japan West", + "Norway East", + "UAE North", + "West US 3", + "Switzerland West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "France South", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/getFeatureValue" + }, + { + "apiVersions": [ + "2018-06-01", + "2017-09-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West US", + "North Europe", + "West Central US" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.DataLakeAnalytics", + "resourceTypes": [ + { + "apiVersions": [ + "2019-11-01-preview", + "2016-11-01", + "2015-10-01-preview" + ], + "defaultApiVersion": "2016-11-01", + "locations": [ + "East US 2", + "North Europe", + "Central US", + "West Europe" + ], + "resourceType": "accounts" + }, + { + "apiVersions": [ + "2019-11-01-preview", + "2016-11-01", + "2015-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2", + "North Europe", + "Central US", + "West Europe" + ], + "resourceType": "accounts/dataLakeStoreAccounts" + }, + { + "apiVersions": [ + "2019-11-01-preview", + "2016-11-01", + "2015-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2", + "North Europe", + "Central US", + "West Europe" + ], + "resourceType": "accounts/storageAccounts" + }, + { + "apiVersions": [ + "2019-11-01-preview", + "2016-11-01", + "2015-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2", + "North Europe", + "Central US", + "West Europe" + ], + "resourceType": "accounts/storageAccounts/containers" + }, + { + "apiVersions": [ + "2019-11-01-preview", + "2016-11-01", + "2015-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2", + "North Europe", + "Central US", + "West Europe" + ], + "resourceType": "accounts/storageAccounts/containers/listSasTokens" + }, + { + "apiVersions": [ + "2019-11-01-preview", + "2016-11-01", + "2015-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2019-11-01-preview", + "2016-11-01", + "2015-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations/capability" + }, + { + "apiVersions": [ + "2019-11-01-preview", + "2016-11-01", + "2015-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations/checkNameAvailability" + }, + { + "apiVersions": [ + "2019-11-01-preview", + "2016-11-01", + "2015-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations/operationresults" + }, + { + "apiVersions": [ + "2019-11-01-preview", + "2016-11-01", + "2015-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.DataLakeStore", + "resourceTypes": [ + { + "apiVersions": [ + "2016-11-01", + "2015-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2016-11-01", + "2015-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations/capability" + }, + { + "apiVersions": [ + "2016-11-01", + "2015-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations/checkNameAvailability" + }, + { + "apiVersions": [ + "2016-11-01", + "2015-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations/deleteVirtualNetworkOrSubnets" + }, + { + "apiVersions": [ + "2016-11-01", + "2015-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations/operationresults" + }, + { + "apiVersions": [ + "2016-11-01", + "2015-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations/usages" + }, + { + "apiVersions": [ + "2016-11-01", + "2015-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.DataMigration", + "resourceTypes": [ + { + "apiVersions": [ + "2023-07-15-preview", + "2022-03-30-preview", + "2022-01-30-preview", + "2021-10-30-preview", + "2020-09-01-preview" + ], + "defaultApiVersion": "2023-07-15-preview", + "locations": [ + "East US 2", + "East US", + "Canada Central", + "Central US", + "Canada East", + "West Europe", + "Australia East", + "Australia Southeast", + "France Central", + "Central India", + "South India", + "Japan East", + "South Central US", + "Southeast Asia", + "UK South", + "West US", + "West US 2", + "Australia Central", + "Australia Central 2", + "Brazil South", + "Brazil Southeast", + "East Asia", + "France South", + "Germany North", + "Germany West Central", + "West India", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "South Africa North", + "South Africa West", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK West", + "West Central US", + "West US 3", + "Qatar Central", + "Italy North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "DatabaseMigrations" + }, + { + "apiVersions": [ + "2023-07-15-preview", + "2022-03-30-preview", + "2022-01-30-preview", + "2021-10-30-preview", + "2020-09-01-preview" + ], + "defaultApiVersion": "2023-07-15-preview", + "locations": [ + "East US 2", + "East US", + "Canada Central", + "Central US", + "Canada East", + "West Europe", + "Australia East", + "Australia Southeast", + "France Central", + "Central India", + "South India", + "Japan East", + "South Central US", + "Southeast Asia", + "UK South", + "West US", + "West US 2", + "Australia Central", + "Australia Central 2", + "Brazil South", + "Brazil Southeast", + "East Asia", + "France South", + "Germany North", + "Germany West Central", + "West India", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "South Africa North", + "South Africa West", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK West", + "West Central US", + "West US 3", + "Qatar Central", + "Italy North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "Locations/OperationTypes" + }, + { + "apiVersions": [ + "2023-07-15-preview", + "2022-03-30-preview", + "2022-01-30-preview", + "2021-10-30-preview", + "2020-09-01-preview" + ], + "defaultApiVersion": "2023-07-15-preview", + "locations": [ + "East US 2", + "East US", + "Canada Central", + "Central US", + "Canada East", + "West Europe", + "Australia East", + "Australia Southeast", + "France Central", + "Central India", + "South India", + "Japan East", + "South Central US", + "Southeast Asia", + "UK South", + "West US", + "West US 2", + "Australia Central", + "Australia Central 2", + "Brazil South", + "Brazil Southeast", + "East Asia", + "France South", + "Germany North", + "Germany West Central", + "West India", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "South Africa North", + "South Africa West", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK West", + "West Central US", + "West US 3", + "Qatar Central", + "Italy North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "Locations/sqlMigrationServiceOperationResults" + }, + { + "apiVersions": [ + "2023-07-15-preview", + "2022-03-30-preview", + "2022-01-30-preview", + "2021-10-30-preview", + "2020-09-01-preview" + ], + "defaultApiVersion": "2023-07-15-preview", + "locations": [ + "East US 2", + "East US", + "Canada Central", + "Central US", + "Canada East", + "West Europe", + "Australia East", + "Australia Southeast", + "France Central", + "Central India", + "South India", + "Japan East", + "South Central US", + "Southeast Asia", + "UK South", + "West US", + "West US 2", + "Australia Central", + "Australia Central 2", + "Brazil South", + "Brazil Southeast", + "East Asia", + "France South", + "Germany North", + "Germany West Central", + "West India", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "South Africa North", + "South Africa West", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK West", + "West Central US", + "West US 3", + "Qatar Central", + "Italy North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "SqlMigrationServices" + }, + { + "apiVersions": [ + "2023-07-15-preview", + "2022-03-30-preview", + "2022-01-30-preview", + "2021-10-30-preview", + "2021-06-30", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-07-15-preview", + "2022-03-30-preview", + "2022-01-30-preview", + "2021-10-30-preview", + "2021-06-30", + "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" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Switzerland North", + "Germany West Central" + ], + "resourceType": "locations/checkNameAvailability" + }, + { + "apiVersions": [ + "2023-07-15-preview" + ], + "defaultApiVersion": "2023-07-15-preview", + "locations": [ + "East US 2", + "East US", + "Canada Central", + "Central US", + "Canada East", + "West Europe", + "Australia East", + "Australia Southeast", + "France Central", + "Central India", + "South India", + "Japan East", + "South Central US", + "Southeast Asia", + "UK South", + "West US", + "West US 2", + "Australia Central", + "Australia Central 2", + "Brazil South", + "Brazil Southeast", + "East Asia", + "France South", + "Germany North", + "Germany West Central", + "West India", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "South Africa North", + "South Africa West", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK West", + "West Central US", + "West US 3", + "Qatar Central", + "Italy North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/migrationServiceOperationResults" + }, + { + "apiVersions": [ + "2023-07-15-preview", + "2022-03-30-preview", + "2022-01-30-preview", + "2021-10-30-preview", + "2021-06-30", + "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" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Switzerland North", + "Germany West Central" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2023-07-15-preview", + "2022-03-30-preview", + "2022-01-30-preview", + "2021-10-30-preview", + "2021-06-30", + "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" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Switzerland North", + "Germany West Central" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2023-07-15-preview" + ], + "defaultApiVersion": "2023-07-15-preview", + "locations": [ + "East US 2", + "East US", + "Canada Central", + "Central US", + "Canada East", + "West Europe", + "Australia East", + "Australia Southeast", + "France Central", + "Central India", + "South India", + "Japan East", + "South Central US", + "Southeast Asia", + "UK South", + "West US", + "West US 2", + "Australia Central", + "Australia Central 2", + "Brazil South", + "Brazil Southeast", + "East Asia", + "France South", + "Germany North", + "Germany West Central", + "West India", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "South Africa North", + "South Africa West", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK West", + "West Central US", + "West US 3", + "Qatar Central", + "Italy North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "migrationServices" + }, + { + "apiVersions": [ + "2023-07-15-preview", + "2022-03-30-preview", + "2022-01-30-preview", + "2021-10-30-preview", + "2020-09-01-preview" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Switzerland North", + "Germany West Central", + "East US 2 EUAP", + "Central US EUAP", + "Australia Central", + "Australia Central 2", + "Brazil Southeast", + "France South", + "Germany North", + "Norway West", + "South Africa West", + "Sweden Central", + "Switzerland West", + "UAE Central", + "West US 3", + "Qatar Central", + "Italy North" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2023-07-15-preview", + "2022-03-30-preview", + "2022-01-30-preview", + "2021-10-30-preview", + "2021-06-30", + "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" + ], + "defaultApiVersion": "2023-07-15-preview", + "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", + "Norway East", + "Switzerland North", + "Germany West Central" + ], + "resourceType": "services" + }, + { + "apiVersions": [ + "2023-07-15-preview", + "2022-03-30-preview", + "2022-01-30-preview", + "2021-10-30-preview", + "2021-06-30", + "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" + ], + "defaultApiVersion": "2023-07-15-preview", + "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", + "Norway East", + "Switzerland North", + "Germany West Central" + ], + "resourceType": "services/projects" + } + ] + }, + { + "namespace": "Microsoft.DataProtection", + "resourceTypes": [ + { + "apiVersions": [ + "2024-04-01", + "2024-03-01", + "2024-02-01-preview", + "2023-12-01", + "2023-11-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-05-01", + "2023-04-01-preview", + "2023-01-01", + "2022-12-01", + "2022-11-01-preview", + "2022-10-01-preview", + "2022-09-01-preview", + "2022-05-01", + "2022-04-01", + "2022-03-01", + "2022-02-01-preview", + "2022-01-01", + "2021-12-01-preview", + "2021-10-01-preview", + "2021-07-01", + "2021-06-01-preview", + "2021-02-01-preview", + "2021-01-01", + "2020-01-01-alpha" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "East US", + "East US 2", + "West US", + "UK South", + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central US", + "East Asia", + "France Central", + "Germany West Central", + "Central India", + "South India", + "West India", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK West", + "West Central US", + "West Europe", + "West US 2", + "West US 3", + "Sweden Central", + "Qatar Central", + "Israel Central", + "Italy North", + "Poland Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "BackupVaults" + }, + { + "apiVersions": [ + "2024-04-01", + "2024-03-01", + "2024-02-01-preview", + "2023-12-01", + "2023-11-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-05-01", + "2023-04-01-preview", + "2023-01-01", + "2022-12-01", + "2022-11-01-preview", + "2022-10-01-preview", + "2022-09-01-preview", + "2022-05-01", + "2022-04-01", + "2022-03-01", + "2022-02-01-preview", + "2022-01-01", + "2021-12-01-preview", + "2021-10-01-preview", + "2021-07-01", + "2021-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2", + "North Europe", + "Southeast Asia", + "West Central US", + "South Central US", + "East US", + "West US", + "UK South", + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central US", + "East Asia", + "France Central", + "Germany West Central", + "Central India", + "South India", + "West India", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "Norway East", + "South Africa North", + "Switzerland North", + "UAE North", + "UK West", + "West Europe", + "West US 2", + "West US 3", + "Sweden Central", + "Qatar Central", + "Israel Central", + "Italy North", + "Poland Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "ResourceGuards" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2022-11-01-preview", + "2022-10-01-preview", + "2022-09-01-preview", + "2022-03-31-preview" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "East US", + "East US 2", + "West US", + "UK South", + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central US", + "East Asia", + "France Central", + "Germany West Central", + "Central India", + "South India", + "West India", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK West", + "West Central US", + "West Europe", + "West US 2", + "West US 3", + "Sweden Central", + "Qatar Central", + "Israel Central", + "Italy North", + "Poland Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "backupInstances" + }, + { + "apiVersions": [ + "2024-04-01", + "2024-03-01", + "2024-02-01-preview", + "2023-12-01", + "2023-11-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-05-01", + "2023-04-01-preview", + "2023-01-01", + "2022-12-01", + "2022-11-01-preview", + "2022-10-01-preview", + "2022-09-01-preview", + "2022-05-01", + "2022-04-01", + "2022-03-01", + "2022-02-01-preview", + "2022-01-01", + "2021-12-01-preview", + "2021-10-01-preview", + "2021-07-01", + "2021-06-01-preview", + "2021-02-01-preview", + "2021-01-01", + "2020-01-01-alpha" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-04-01", + "2024-03-01", + "2024-02-01-preview", + "2023-12-01", + "2023-11-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-05-01", + "2023-04-01-preview", + "2023-01-01", + "2022-12-01", + "2022-11-01-preview", + "2022-10-01-preview", + "2022-09-01-preview", + "2022-05-01", + "2022-04-01", + "2022-03-01", + "2022-02-01-preview", + "2022-01-01", + "2021-12-01-preview", + "2021-10-01-preview", + "2021-07-01", + "2021-06-01-preview", + "2021-02-01-preview", + "2021-01-01", + "2020-01-01-alpha" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "East US", + "East US 2", + "West US", + "UK South", + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central US", + "East Asia", + "France Central", + "Germany West Central", + "Central India", + "South India", + "West India", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK West", + "West Central US", + "West Europe", + "West US 2", + "West US 3", + "Sweden Central", + "Qatar Central", + "Israel Central", + "Italy North", + "Poland Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/checkFeatureSupport" + }, + { + "apiVersions": [ + "2024-04-01", + "2024-03-01", + "2024-02-01-preview", + "2023-12-01", + "2023-11-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-05-01", + "2023-04-01-preview", + "2023-01-01", + "2022-12-01", + "2022-11-01-preview", + "2022-10-01-preview", + "2022-09-01-preview", + "2022-05-01", + "2022-04-01", + "2022-03-01", + "2022-02-01-preview", + "2022-01-01", + "2021-12-01-preview", + "2021-10-01-preview", + "2021-07-01", + "2021-06-01-preview", + "2021-02-01-preview", + "2021-01-01", + "2020-01-01-alpha" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "East US", + "East US 2", + "West US", + "UK South", + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central US", + "East Asia", + "France Central", + "Germany West Central", + "Central India", + "South India", + "West India", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK West", + "West Central US", + "West Europe", + "West US 2", + "West US 3", + "Sweden Central", + "Qatar Central", + "Israel Central", + "Italy North", + "Poland Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/checkNameAvailability" + }, + { + "apiVersions": [ + "2024-04-01", + "2024-03-01", + "2024-02-01-preview", + "2023-12-01", + "2023-11-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "East US", + "East US 2", + "West US", + "UK South", + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central US", + "East Asia", + "France Central", + "Germany West Central", + "Central India", + "South India", + "West India", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK West", + "West Central US", + "West Europe", + "West US 2", + "West US 3", + "Sweden Central", + "Qatar Central", + "Israel Central", + "Italy North", + "Poland Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/crossRegionRestore" + }, + { + "apiVersions": [ + "2024-04-01", + "2024-03-01", + "2024-02-01-preview", + "2023-12-01", + "2023-11-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "East US", + "East US 2", + "West US", + "UK South", + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central US", + "East Asia", + "France Central", + "Germany West Central", + "Central India", + "South India", + "West India", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK West", + "West Central US", + "West Europe", + "West US 2", + "West US 3", + "Sweden Central", + "Qatar Central", + "Israel Central", + "Italy North", + "Poland Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/fetchCrossRegionRestoreJob" + }, + { + "apiVersions": [ + "2024-04-01", + "2024-03-01", + "2024-02-01-preview", + "2023-12-01", + "2023-11-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "East US", + "East US 2", + "West US", + "UK South", + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central US", + "East Asia", + "France Central", + "Germany West Central", + "Central India", + "South India", + "West India", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK West", + "West Central US", + "West Europe", + "West US 2", + "West US 3", + "Sweden Central", + "Qatar Central", + "Israel Central", + "Italy North", + "Poland Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/fetchCrossRegionRestoreJobs" + }, + { + "apiVersions": [ + "2024-04-01", + "2024-03-01", + "2024-02-01-preview", + "2023-12-01", + "2023-11-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "East US", + "East US 2", + "West US", + "UK South", + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central US", + "East Asia", + "France Central", + "Germany West Central", + "Central India", + "South India", + "West India", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK West", + "West Central US", + "West Europe", + "West US 2", + "West US 3", + "Sweden Central", + "Qatar Central", + "Israel Central", + "Italy North", + "Poland Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/fetchSecondaryRecoveryPoints" + }, + { + "apiVersions": [ + "2024-04-01", + "2024-03-01", + "2024-02-01-preview", + "2023-12-01", + "2023-11-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-05-01", + "2023-04-01-preview", + "2023-01-01", + "2022-12-01", + "2022-11-01-preview", + "2022-10-01-preview", + "2022-09-01-preview", + "2022-05-01", + "2022-04-01", + "2022-03-01", + "2022-02-01-preview", + "2022-01-01", + "2021-12-01-preview", + "2021-10-01-preview", + "2021-07-01", + "2021-06-01-preview", + "2021-02-01-preview", + "2021-01-01", + "2020-01-01-alpha" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "East US", + "East US 2", + "West US", + "UK South", + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central US", + "East Asia", + "France Central", + "Germany West Central", + "Central India", + "South India", + "West India", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK West", + "West Central US", + "West Europe", + "West US 2", + "West US 3", + "Sweden Central", + "Qatar Central", + "Israel Central", + "Italy North", + "Poland Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2024-04-01", + "2024-03-01", + "2024-02-01-preview", + "2023-12-01", + "2023-11-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-05-01", + "2023-04-01-preview", + "2023-01-01", + "2022-12-01", + "2022-11-01-preview", + "2022-10-01-preview", + "2022-09-01-preview", + "2022-05-01", + "2022-04-01", + "2022-03-01", + "2022-02-01-preview", + "2022-01-01", + "2021-12-01-preview", + "2021-10-01-preview", + "2021-07-01", + "2021-06-01-preview", + "2021-02-01-preview", + "2021-01-01", + "2020-01-01-alpha" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "East US", + "East US 2", + "West US", + "UK South", + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central US", + "East Asia", + "France Central", + "Germany West Central", + "Central India", + "South India", + "West India", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK West", + "West Central US", + "West Europe", + "West US 2", + "West US 3", + "Sweden Central", + "Qatar Central", + "Israel Central", + "Italy North", + "Poland Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/operationStatus" + }, + { + "apiVersions": [ + "2024-04-01", + "2024-03-01", + "2024-02-01-preview", + "2023-12-01", + "2023-11-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "East US", + "East US 2", + "West US", + "UK South", + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central US", + "East Asia", + "France Central", + "Germany West Central", + "Central India", + "South India", + "West India", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK West", + "West Central US", + "West Europe", + "West US 2", + "West US 3", + "Sweden Central", + "Qatar Central", + "Israel Central", + "Italy North", + "Poland Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/validateCrossRegionRestore" + }, + { + "apiVersions": [ + "2024-04-01", + "2024-03-01", + "2024-02-01-preview", + "2023-12-01", + "2023-11-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-05-01", + "2023-04-01-preview", + "2023-01-01", + "2022-12-01", + "2022-11-01-preview", + "2022-10-01-preview", + "2022-09-01-preview", + "2022-05-01", + "2022-04-01", + "2022-03-01", + "2022-02-01-preview", + "2022-01-01", + "2021-12-01-preview", + "2021-10-01-preview", + "2021-07-01", + "2021-06-01-preview", + "2021-02-01-preview", + "2021-01-01", + "2020-01-01-alpha" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.DataReplication", + "resourceTypes": [ + { + "apiVersions": [ + "2021-02-16-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Europe", + "Central US EUAP" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2021-02-16-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Europe", + "East US", + "Canada Central", + "Central US", + "East Asia", + "Southeast Asia", + "North Europe", + "West Central US", + "West US 2", + "Central US EUAP" + ], + "resourceType": "replicationFabrics" + }, + { + "apiVersions": [ + "2021-02-16-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Europe", + "East US", + "Canada Central", + "Central US", + "East Asia", + "Southeast Asia", + "North Europe", + "West Central US", + "West US 2", + "Central US EUAP" + ], + "resourceType": "replicationVaults" + } + ] + }, + { + "namespace": "Microsoft.DataShare", + "resourceTypes": [ + { + "apiVersions": [ + "2021-08-01", + "2020-09-01", + "2019-11-01" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "North Europe", + "South Africa North", + "South Central US", + "Southeast Asia", + "UK South", + "West Europe", + "West US", + "West US 2", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "accounts" + }, + { + "apiVersions": [ + "2021-08-01", + "2020-09-01", + "2019-11-01" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "North Europe", + "South Africa North", + "South Central US", + "Southeast Asia", + "UK South", + "West Europe", + "West US", + "West US 2", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "accounts/shares" + }, + { + "apiVersions": [ + "2021-08-01", + "2020-09-01", + "2019-11-01" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "North Europe", + "South Africa North", + "South Central US", + "Southeast Asia", + "UK South", + "West Europe", + "West US", + "West US 2", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "accounts/shares/datasets" + }, + { + "apiVersions": [ + "2021-08-01", + "2020-09-01", + "2019-11-01" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "North Europe", + "South Africa North", + "South Central US", + "Southeast Asia", + "UK South", + "West Europe", + "West US", + "West US 2", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "accounts/shares/invitations" + }, + { + "apiVersions": [ + "2021-08-01", + "2020-09-01", + "2019-11-01" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "North Europe", + "South Africa North", + "South Central US", + "Southeast Asia", + "UK South", + "West Europe", + "West US", + "West US 2", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "accounts/shares/providersharesubscriptions" + }, + { + "apiVersions": [ + "2021-08-01", + "2020-09-01", + "2019-11-01" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "North Europe", + "South Africa North", + "South Central US", + "Southeast Asia", + "UK South", + "West Europe", + "West US", + "West US 2", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "accounts/shares/synchronizationSettings" + }, + { + "apiVersions": [ + "2021-08-01", + "2020-09-01", + "2019-11-01" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "North Europe", + "South Africa North", + "South Central US", + "Southeast Asia", + "UK South", + "West Europe", + "West US", + "West US 2", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "accounts/sharesubscriptions" + }, + { + "apiVersions": [ + "2021-08-01", + "2020-09-01", + "2019-11-01" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "North Europe", + "South Africa North", + "South Central US", + "Southeast Asia", + "UK South", + "West Europe", + "West US", + "West US 2", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "accounts/sharesubscriptions/consumerSourceDataSets" + }, + { + "apiVersions": [ + "2021-08-01", + "2020-09-01", + "2019-11-01" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "North Europe", + "South Africa North", + "South Central US", + "Southeast Asia", + "UK South", + "West Europe", + "West US", + "West US 2", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "accounts/sharesubscriptions/datasetmappings" + }, + { + "apiVersions": [ + "2021-08-01", + "2020-09-01", + "2019-11-01" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "North Europe", + "South Africa North", + "South Central US", + "Southeast Asia", + "UK South", + "West Europe", + "West US", + "West US 2", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "accounts/sharesubscriptions/triggers" + }, + { + "apiVersions": [ + "2018-11-01-alpha" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Canada Central", + "Central India", + "East Asia", + "East US", + "East US 2", + "North Europe", + "South Africa North", + "Southeast Asia", + "UK South", + "West Central US", + "West US 2", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "listinvitations" + }, + { + "apiVersions": [ + "2021-08-01", + "2020-10-01-preview", + "2020-09-01", + "2019-11-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2", + "Central US EUAP" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2018-11-01-alpha" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "North Europe", + "South Africa North", + "South Central US", + "Southeast Asia", + "UK South", + "West Central US", + "West Europe", + "West US", + "West US 2", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/activateEmail" + }, + { + "apiVersions": [ + "2018-11-01-alpha" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "North Europe", + "South Africa North", + "South Central US", + "Southeast Asia", + "UK South", + "West Central US", + "West Europe", + "West US", + "West US 2", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/consumerInvitations" + }, + { + "apiVersions": [ + "2021-08-01", + "2020-09-01", + "2019-11-01" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "North Europe", + "South Africa North", + "South Central US", + "Southeast Asia", + "UK South", + "West Central US", + "West Europe", + "West US", + "West US 2", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2018-11-01-alpha" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "North Europe", + "South Africa North", + "South Central US", + "Southeast Asia", + "UK South", + "West Central US", + "West Europe", + "West US", + "West US 2", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/registerEmail" + }, + { + "apiVersions": [ + "2018-11-01-alpha" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "North Europe", + "South Africa North", + "South Central US", + "Southeast Asia", + "UK South", + "West Central US", + "West Europe", + "West US", + "West US 2", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/rejectInvitation" + }, + { + "apiVersions": [ + "2021-08-01", + "2020-10-01-preview", + "2020-09-01", + "2019-11-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.DatabaseFleetManager", + "resourceTypes": [ + { + "apiVersions": [ + "2023-08-01-preview", + "2021-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "fleets" + }, + { + "apiVersions": [ + "2023-08-01-preview", + "2021-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "fleets/authorizedPrincipals" + }, + { + "apiVersions": [ + "2023-08-01-preview", + "2021-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "fleets/firewallRules" + }, + { + "apiVersions": [ + "2023-08-01-preview", + "2021-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "fleets/fleetspaces" + }, + { + "apiVersions": [ + "2023-08-01-preview", + "2021-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "fleets/fleetspaces/databases" + }, + { + "apiVersions": [ + "2023-08-01-preview", + "2021-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "fleets/tiers" + }, + { + "apiVersions": [ + "2023-08-01-preview", + "2021-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-08-01-preview", + "2021-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/operationTypes" + }, + { + "apiVersions": [ + "2023-08-01-preview", + "2021-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/operationTypes/operationResults" + }, + { + "apiVersions": [ + "2023-08-01-preview", + "2021-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/routedOperationResults" + }, + { + "apiVersions": [ + "2023-08-01-preview", + "2021-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US EUAP", + "East Asia", + "East US", + "East US 2", + "East US 2 EUAP", + "France Central", + "Germany West Central", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.DatabaseWatcher", + "resourceTypes": [ + { + "apiVersions": [ + "2024-10-01-preview", + "2024-07-19-preview", + "2023-09-01-preview" + ], + "defaultApiVersion": "2024-07-19-preview", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-07-19-preview", + "2023-09-01-preview" + ], + "defaultApiVersion": "2024-07-19-preview", + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Canada Central", + "Canada East", + "Central US", + "East US", + "East US 2", + "Germany West Central", + "Japan West", + "Korea Central", + "North Central US", + "North Europe", + "Southeast Asia", + "Sweden Central", + "UK South", + "West Europe", + "West US" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-07-19-preview", + "2023-09-01-preview" + ], + "defaultApiVersion": "2024-07-19-preview", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-07-19-preview", + "2023-09-01-preview" + ], + "defaultApiVersion": "2024-07-19-preview", + "locations": [ + "Australia Central", + "Australia Southeast", + "Australia East", + "Canada Central", + "Canada East", + "Central US", + "East US", + "East US 2", + "Germany West Central", + "Japan West", + "Korea Central", + "North Central US", + "North Europe", + "Sweden Central", + "Southeast Asia", + "UK South", + "West Europe", + "West US" + ], + "resourceType": "watchers" + }, + { + "apiVersions": [ + "2024-07-19-preview" + ], + "defaultApiVersion": "2024-07-19-preview", + "locations": [ + "Australia Central", + "Australia Southeast", + "Australia East", + "Canada Central", + "Canada East", + "Central US", + "East US", + "East US 2", + "Germany West Central", + "Japan West", + "Korea Central", + "North Central US", + "North Europe", + "Sweden Central", + "Southeast Asia", + "UK South", + "West Europe", + "West US" + ], + "resourceType": "watchers/alertRuleResources" + }, + { + "apiVersions": [ + "2024-07-19-preview", + "2023-09-01-preview" + ], + "defaultApiVersion": "2024-07-19-preview", + "locations": [ + "Australia Central", + "Australia Southeast", + "Australia East", + "Canada Central", + "Canada East", + "Central US", + "East US", + "East US 2", + "Germany West Central", + "Japan West", + "Korea Central", + "North Central US", + "North Europe", + "Sweden Central", + "Southeast Asia", + "UK South", + "West Europe", + "West US" + ], + "resourceType": "watchers/sharedPrivateLinkResources" + }, + { + "apiVersions": [ + "2024-07-19-preview", + "2023-09-01-preview" + ], + "defaultApiVersion": "2024-07-19-preview", + "locations": [ + "Australia Central", + "Australia Southeast", + "Australia East", + "Canada Central", + "Canada East", + "Central US", + "East US", + "East US 2", + "Germany West Central", + "Japan West", + "Korea Central", + "North Central US", + "North Europe", + "Sweden Central", + "Southeast Asia", + "UK South", + "West Europe", + "West US" + ], + "resourceType": "watchers/targets" + } + ] + }, + { + "namespace": "Microsoft.Databricks", + "resourceTypes": [ + { + "apiVersions": [ + "2024-09-01-preview", + "2024-05-01", + "2023-05-01", + "2022-10-01-preview", + "2022-04-01-preview" + ], + "defaultApiVersion": "2024-05-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", + "South Africa North", + "Brazil South", + "Switzerland North", + "France Central", + "UAE North", + "Norway East", + "Germany West Central", + "Switzerland West", + "Sweden Central", + "Qatar Central", + "West Central US", + "West US 3", + "Mexico Central" + ], + "resourceType": "accessConnectors" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-05-01", + "2024-02-01-preview", + "2023-09-15-preview", + "2023-02-01", + "2022-04-01-preview", + "2021-04-01-preview", + "2018-04-01", + "2018-03-15", + "2018-03-01" + ], + "defaultApiVersion": null, + "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", + "South Africa North", + "UAE North", + "Brazil South", + "France Central", + "Switzerland North", + "Norway East", + "Germany West Central", + "Switzerland West", + "Sweden Central", + "Qatar Central", + "West Central US", + "West US 3", + "Mexico Central" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-05-01", + "2024-02-01-preview", + "2023-09-15-preview", + "2023-02-01", + "2022-04-01-preview", + "2021-04-01-preview", + "2018-04-01" + ], + "defaultApiVersion": null, + "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", + "South Africa North", + "Brazil South", + "Switzerland North", + "France Central", + "UAE North", + "Norway East", + "Germany West Central", + "Switzerland West", + "Sweden Central", + "Qatar Central", + "West Central US", + "West US 3", + "Mexico Central" + ], + "resourceType": "locations/getNetworkPolicies" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-05-01", + "2024-02-01-preview", + "2023-09-15-preview", + "2023-02-01", + "2022-04-01-preview", + "2021-04-01-preview", + "2018-04-01" + ], + "defaultApiVersion": null, + "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", + "South Africa North", + "Brazil South", + "Switzerland North", + "France Central", + "UAE North", + "Norway East", + "Germany West Central", + "Switzerland West", + "Sweden Central", + "Qatar Central", + "West Central US", + "West US 3", + "Mexico Central" + ], + "resourceType": "locations/operationstatuses" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-05-01", + "2024-02-01-preview", + "2023-09-15-preview", + "2023-02-01", + "2022-04-01-preview", + "2021-04-01-preview", + "2018-04-01", + "2018-03-15", + "2018-03-01" + ], + "defaultApiVersion": null, + "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", + "South Africa North", + "UAE North", + "Brazil South", + "France Central", + "Switzerland North", + "Norway East", + "Germany West Central", + "Switzerland West", + "Sweden Central", + "Qatar Central", + "West Central US", + "West US 3", + "Mexico Central" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-05-01", + "2024-02-01-preview", + "2023-09-15-preview", + "2023-02-01", + "2022-04-01-preview", + "2021-04-01-preview", + "2018-04-01" + ], + "defaultApiVersion": null, + "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", + "South Africa North", + "Brazil South", + "Switzerland North", + "France Central", + "UAE North", + "Norway East", + "Germany West Central", + "Switzerland West", + "Sweden Central", + "Qatar Central", + "West Central US", + "West US 3", + "Mexico Central" + ], + "resourceType": "workspaces" + }, + { + "apiVersions": [ + "2018-04-01" + ], + "defaultApiVersion": null, + "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", + "South Africa North", + "UAE North", + "Brazil South", + "France Central", + "Switzerland North", + "Norway East", + "Germany West Central", + "Switzerland West", + "Sweden Central", + "Qatar Central", + "West Central US", + "West US 3", + "Mexico Central" + ], + "resourceType": "workspaces/dbWorkspaces" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-05-01", + "2024-02-01-preview", + "2023-09-15-preview", + "2023-02-01", + "2022-04-01-preview", + "2021-04-01-preview", + "2018-04-01" + ], + "defaultApiVersion": null, + "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", + "South Africa North", + "UAE North", + "Brazil South", + "France Central", + "Switzerland North", + "Norway East", + "Germany West Central", + "Switzerland West", + "Sweden Central", + "Qatar Central", + "West Central US", + "West US 3", + "Mexico Central" + ], + "resourceType": "workspaces/virtualNetworkPeerings" + } + ] + }, + { + "namespace": "Microsoft.Datadog", + "resourceTypes": [ + { + "apiVersions": [ + "2023-10-20", + "2023-07-07", + "2023-01-01", + "2022-08-01", + "2022-06-01", + "2021-03-01", + "2020-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "agreements" + }, + { + "apiVersions": [ + "2023-10-20", + "2023-07-07", + "2023-01-01", + "2022-08-01", + "2022-06-01", + "2021-03-01", + "2020-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-10-20", + "2023-07-07", + "2023-01-01", + "2022-08-01", + "2022-06-01", + "2021-03-01", + "2020-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US 2", + "UK South", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-08-01", + "2022-06-01", + "2021-03-01", + "2020-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "monitoredSubscriptions" + }, + { + "apiVersions": [ + "2023-10-20", + "2023-07-07", + "2023-01-01", + "2022-08-01", + "2022-06-01", + "2021-03-01", + "2020-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US 2", + "Central US EUAP", + "East US 2 EUAP", + "UK South" + ], + "resourceType": "monitors" + }, + { + "apiVersions": [ + "2023-10-20", + "2023-07-07", + "2023-01-01", + "2022-08-01", + "2022-06-01", + "2021-03-01", + "2020-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "UK South", + "West US 2", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "monitors/getDefaultKey" + }, + { + "apiVersions": [ + "2023-10-20", + "2023-07-07", + "2023-01-01", + "2022-08-01", + "2022-06-01", + "2021-03-01", + "2020-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "UK South", + "West US 2", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "monitors/listApiKeys" + }, + { + "apiVersions": [ + "2023-10-20", + "2023-07-07", + "2023-01-01", + "2022-08-01", + "2022-06-01", + "2021-03-01", + "2020-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "UK South", + "West US 2", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "monitors/listHosts" + }, + { + "apiVersions": [ + "2023-10-20", + "2023-07-07", + "2023-01-01", + "2022-08-01", + "2022-06-01", + "2021-03-01", + "2020-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "UK South", + "West US 2", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "monitors/listLinkedResources" + }, + { + "apiVersions": [ + "2023-10-20", + "2023-07-07", + "2023-01-01", + "2022-08-01", + "2022-06-01", + "2021-03-01", + "2020-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "UK South", + "West US 2", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "monitors/listMonitoredResources" + }, + { + "apiVersions": [ + "2023-10-20", + "2023-07-07", + "2023-01-01", + "2022-08-01", + "2022-06-01", + "2021-03-01", + "2020-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US 2", + "Central US EUAP", + "East US 2 EUAP", + "UK South" + ], + "resourceType": "monitors/monitoredSubscriptions" + }, + { + "apiVersions": [ + "2023-10-20", + "2023-07-07", + "2023-01-01", + "2022-08-01", + "2022-06-01", + "2021-03-01", + "2020-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "UK South", + "West US 2", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "monitors/refreshSetPasswordLink" + }, + { + "apiVersions": [ + "2023-10-20", + "2023-07-07", + "2023-01-01", + "2022-08-01", + "2022-06-01", + "2021-03-01", + "2020-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "UK South", + "West US 2", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "monitors/setDefaultKey" + }, + { + "apiVersions": [ + "2023-10-20", + "2023-07-07", + "2023-01-01", + "2022-08-01", + "2022-06-01", + "2021-03-01", + "2020-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US 2", + "Central US EUAP", + "East US 2 EUAP", + "UK South" + ], + "resourceType": "monitors/singleSignOnConfigurations" + }, + { + "apiVersions": [ + "2023-10-20", + "2023-07-07", + "2023-01-01", + "2022-08-01", + "2022-06-01", + "2021-03-01", + "2020-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US 2", + "Central US EUAP", + "East US 2 EUAP", + "UK South" + ], + "resourceType": "monitors/tagRules" + }, + { + "apiVersions": [ + "2023-10-20", + "2023-07-07", + "2023-01-01", + "2022-08-01", + "2022-06-01", + "2021-03-01", + "2020-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2023-10-20", + "2023-07-07", + "2023-01-01", + "2022-08-01", + "2022-06-01", + "2021-03-01", + "2020-02-01-preview" + ], + "defaultApiVersion": "2023-07-07", + "locations": [], + "resourceType": "registeredSubscriptions" + }, + { + "apiVersions": [ + "2023-10-20", + "2023-07-07", + "2023-01-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "subscriptionStatuses" + } + ] + }, + { + "namespace": "Microsoft.DelegatedNetwork", + "resourceTypes": [ + { + "apiVersions": [ + "2023-06-27-preview", + "2023-05-18-preview", + "2021-03-15", + "2020-08-08-preview" + ], + "defaultApiVersion": "2021-03-15", + "locations": [ + "East US 2 Euap", + "Central US Euap" + ], + "resourceType": "controller" + }, + { + "apiVersions": [ + "2023-06-27-preview", + "2023-05-18-preview", + "2021-03-15", + "2020-08-08-preview" + ], + "defaultApiVersion": "2021-03-15", + "locations": [ + "East US 2 Euap", + "Central US Euap" + ], + "resourceType": "delegatedSubnets" + }, + { + "apiVersions": [ + "2023-06-27-preview", + "2023-05-18-preview", + "2021-03-15", + "2020-08-08-preview" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2023-06-27-preview", + "2023-05-18-preview", + "2021-03-15", + "2020-08-08-preview" + ], + "defaultApiVersion": "2021-03-15", + "locations": [ + "East US 2 Euap", + "Central US Euap" + ], + "resourceType": "orchestrators" + } + ] + }, + { + "namespace": "Microsoft.DependencyMap", + "resourceTypes": [ + { + "apiVersions": [ + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-06-01-preview", + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-06-01-preview", + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "maps" + }, + { + "apiVersions": [ + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-06-01-preview", + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "maps/discoverySources" + } + ] + }, + { + "namespace": "Microsoft.DesktopVirtualization", + "resourceTypes": [ + { + "apiVersions": [ + "2024-08-08-preview", + "2024-04-08-preview", + "2024-04-03", + "2024-03-06-preview", + "2024-01-16-preview", + "2023-12-25-privatepreview", + "2023-11-29-privatepreview", + "2023-11-01-preview", + "2023-10-09-privatepreview", + "2023-10-04-preview", + "2023-09-05", + "2023-07-07-preview", + "2023-03-21-privatepreview", + "2023-03-03-privatepreview", + "2022-12-09-privatepreview", + "2022-10-14-preview", + "2022-09-09", + "2022-09-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "Central India", + "UK South", + "UK West", + "Japan East", + "Japan West", + "Australia East", + "Canada East", + "Canada Central", + "North Europe", + "West Europe", + "South Africa North", + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "North Central US", + "South Central US", + "West Central US", + "Central US" + ], + "resourceType": "appattachpackages" + }, + { + "apiVersions": [ + "2024-08-08-preview", + "2024-04-08-preview", + "2024-04-03", + "2024-03-06-preview", + "2024-01-16-preview", + "2023-12-25-privatepreview", + "2023-11-29-privatepreview", + "2023-11-01-preview", + "2023-10-09-privatepreview", + "2023-10-04-preview", + "2023-09-05", + "2023-07-07-preview", + "2023-03-21-privatepreview", + "2023-03-03-privatepreview", + "2022-12-09-privatepreview", + "2022-10-14-preview", + "2022-09-09", + "2022-09-01-privatepreview", + "2022-08-09-privatepreview", + "2022-04-01-preview", + "2022-02-10-preview", + "2022-01-12-privatepreview", + "2021-09-03-preview", + "2021-07-12", + "2021-05-13-preview", + "2021-04-01-preview", + "2021-03-09-preview", + "2021-02-01-preview", + "2021-01-14-preview", + "2020-11-10-preview", + "2020-11-02-preview", + "2020-10-19-preview", + "2020-09-21-preview", + "2019-12-10-preview", + "2019-09-24-preview", + "2019-01-23-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central India", + "UK South", + "UK West", + "Japan East", + "Japan West", + "Australia East", + "Canada East", + "Canada Central", + "North Europe", + "West Europe", + "South Africa North", + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "North Central US", + "South Central US", + "West Central US", + "Central US" + ], + "resourceType": "applicationgroups" + }, + { + "apiVersions": [ + "2024-08-08-preview", + "2024-04-08-preview", + "2024-04-03", + "2024-03-06-preview", + "2024-01-16-preview", + "2023-12-25-privatepreview", + "2023-11-29-privatepreview", + "2023-11-01-preview", + "2023-10-09-privatepreview", + "2023-10-04-preview", + "2023-09-05", + "2023-07-07-preview", + "2023-03-21-privatepreview", + "2023-03-03-privatepreview", + "2022-12-09-privatepreview", + "2022-10-14-preview", + "2022-09-09", + "2022-09-01-privatepreview", + "2022-08-09-privatepreview", + "2022-04-01-preview", + "2022-02-10-preview", + "2022-01-12-privatepreview", + "2021-09-03-preview", + "2021-07-12", + "2021-05-13-preview", + "2021-04-01-preview", + "2021-03-09-preview", + "2021-02-01-preview", + "2021-01-14-preview", + "2020-11-10-preview", + "2020-11-02-preview", + "2020-10-19-preview", + "2020-09-21-preview", + "2019-12-10-preview", + "2019-09-24-preview", + "2019-01-23-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central India", + "UK South", + "UK West", + "Japan East", + "Japan West", + "Australia East", + "Canada East", + "Canada Central", + "North Europe", + "West Europe", + "South Africa North", + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "North Central US", + "South Central US", + "West Central US", + "Central US" + ], + "resourceType": "applicationgroups/applications" + }, + { + "apiVersions": [ + "2024-08-08-preview", + "2024-04-08-preview", + "2024-04-03", + "2024-03-06-preview", + "2024-01-16-preview", + "2023-12-25-privatepreview", + "2023-11-29-privatepreview", + "2023-11-01-preview", + "2023-10-09-privatepreview", + "2023-10-04-preview", + "2023-09-05", + "2023-07-07-preview", + "2023-03-21-privatepreview", + "2023-03-03-privatepreview", + "2022-12-09-privatepreview", + "2022-10-14-preview", + "2022-09-09", + "2022-09-01-privatepreview", + "2022-08-09-privatepreview", + "2022-04-01-preview", + "2022-02-10-preview", + "2022-01-12-privatepreview", + "2021-09-03-preview", + "2021-07-12", + "2021-05-13-preview", + "2021-04-01-preview", + "2021-03-09-preview", + "2021-02-01-preview", + "2021-01-14-preview", + "2020-11-10-preview", + "2020-11-02-preview", + "2020-10-19-preview", + "2020-09-21-preview", + "2019-12-10-preview", + "2019-09-24-preview", + "2019-01-23-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central India", + "UK South", + "UK West", + "Japan East", + "Japan West", + "Australia East", + "Canada East", + "Canada Central", + "North Europe", + "West Europe", + "South Africa North", + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "North Central US", + "South Central US", + "West Central US", + "Central US" + ], + "resourceType": "applicationgroups/desktops" + }, + { + "apiVersions": [ + "2024-08-08-preview", + "2024-04-08-preview", + "2024-04-03", + "2024-03-06-preview", + "2024-01-16-preview", + "2023-12-25-privatepreview", + "2023-11-29-privatepreview", + "2023-11-01-preview", + "2023-10-09-privatepreview", + "2023-10-04-preview", + "2023-09-05", + "2023-07-07-preview", + "2023-03-21-privatepreview", + "2023-03-03-privatepreview", + "2022-12-09-privatepreview", + "2022-10-14-preview", + "2022-09-09", + "2022-09-01-privatepreview", + "2022-08-09-privatepreview", + "2022-04-01-preview", + "2022-02-10-preview", + "2022-01-12-privatepreview", + "2021-09-03-preview", + "2021-07-12", + "2021-05-13-preview", + "2021-04-01-preview", + "2021-03-09-preview", + "2021-02-01-preview", + "2021-01-14-preview", + "2020-11-10-preview", + "2020-11-02-preview", + "2020-10-19-preview", + "2020-09-21-preview", + "2019-12-10-preview", + "2019-09-24-preview", + "2019-01-23-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central India", + "UK South", + "UK West", + "Japan East", + "Japan West", + "Australia East", + "Canada East", + "Canada Central", + "North Europe", + "West Europe", + "South Africa North", + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "North Central US", + "South Central US", + "West Central US", + "Central US" + ], + "resourceType": "applicationgroups/startmenuitems" + }, + { + "apiVersions": [ + "2023-10-09-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "Central India", + "UK South", + "UK West", + "Japan East", + "Japan West", + "Australia East", + "Canada East", + "Canada Central", + "North Europe", + "West Europe", + "South Africa North", + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "North Central US", + "South Central US", + "West Central US", + "Central US" + ], + "resourceType": "connectionpolicies" + }, + { + "apiVersions": [ + "2024-08-08-preview", + "2024-04-08-preview", + "2024-04-03", + "2024-03-06-preview", + "2024-01-16-preview", + "2023-12-25-privatepreview", + "2023-11-29-privatepreview", + "2023-11-01-preview", + "2023-10-09-privatepreview", + "2023-10-04-preview", + "2023-09-05", + "2023-07-07-preview", + "2023-03-21-privatepreview", + "2023-03-03-privatepreview", + "2022-12-09-privatepreview", + "2022-10-14-preview", + "2022-09-09", + "2022-09-01-privatepreview", + "2022-08-09-privatepreview", + "2022-04-01-preview", + "2022-02-10-preview", + "2022-01-12-privatepreview", + "2021-09-03-preview", + "2021-07-12", + "2021-05-13-preview", + "2021-04-01-preview", + "2021-03-09-preview", + "2021-02-01-preview", + "2021-01-14-preview", + "2020-11-10-preview", + "2020-11-02-preview", + "2020-10-19-preview", + "2020-09-21-preview", + "2019-12-10-preview", + "2019-09-24-preview", + "2019-01-23-preview" + ], + "defaultApiVersion": "2022-01-12-privatepreview", + "locations": [ + "Central India", + "UK South", + "UK West", + "Japan East", + "Japan West", + "Australia East", + "Canada East", + "Canada Central", + "North Europe", + "West Europe", + "South Africa North", + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "North Central US", + "South Central US", + "West Central US", + "Central US" + ], + "resourceType": "hostpools" + }, + { + "apiVersions": [ + "2024-08-08-preview", + "2024-04-08-preview", + "2024-04-03", + "2024-03-06-preview", + "2024-01-16-preview", + "2023-12-25-privatepreview", + "2023-11-29-privatepreview", + "2023-11-01-preview", + "2023-10-09-privatepreview", + "2023-10-04-preview", + "2023-09-05", + "2023-07-07-preview", + "2023-03-21-privatepreview", + "2023-03-03-privatepreview", + "2022-12-09-privatepreview", + "2022-10-14-preview", + "2022-09-09", + "2022-09-01-privatepreview", + "2022-08-09-privatepreview", + "2022-04-01-preview", + "2022-02-10-preview", + "2022-01-12-privatepreview", + "2021-09-03-preview", + "2021-07-12", + "2021-05-13-preview", + "2021-04-01-preview", + "2021-03-09-preview", + "2021-02-01-preview", + "2021-01-14-preview", + "2020-11-10-preview", + "2020-11-02-preview", + "2020-10-19-preview", + "2020-09-21-preview", + "2019-12-10-preview", + "2019-09-24-preview", + "2019-01-23-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central India", + "UK South", + "UK West", + "Japan East", + "Japan West", + "Australia East", + "Canada East", + "Canada Central", + "North Europe", + "West Europe", + "South Africa North", + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "North Central US", + "South Central US", + "West Central US", + "Central US" + ], + "resourceType": "hostpools/msixpackages" + }, + { + "apiVersions": [ + "2024-08-08-preview", + "2024-04-08-preview", + "2024-04-03", + "2024-03-06-preview", + "2024-01-16-preview", + "2023-12-25-privatepreview", + "2023-11-29-privatepreview", + "2023-11-01-preview", + "2023-10-09-privatepreview", + "2023-10-04-preview", + "2023-09-05", + "2023-07-07-preview", + "2023-03-21-privatepreview", + "2023-03-03-privatepreview", + "2022-12-09-privatepreview", + "2022-10-14-preview", + "2022-09-09", + "2022-09-01-privatepreview", + "2022-08-09-privatepreview", + "2022-04-01-preview", + "2022-02-10-preview", + "2022-01-12-privatepreview", + "2021-09-03-preview", + "2021-07-12", + "2021-05-13-preview", + "2021-04-01-preview", + "2021-03-09-preview", + "2021-02-01-preview", + "2021-01-14-preview", + "2020-11-10-preview", + "2020-11-02-preview", + "2020-10-19-preview", + "2020-09-21-preview", + "2019-12-10-preview", + "2019-09-24-preview", + "2019-01-23-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central India", + "UK South", + "UK West", + "Japan East", + "Japan West", + "Australia East", + "Canada East", + "Canada Central", + "North Europe", + "West Europe", + "South Africa North", + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "North Central US", + "South Central US", + "West Central US", + "Central US" + ], + "resourceType": "hostpools/sessionhosts" + }, + { + "apiVersions": [ + "2024-08-08-preview", + "2024-04-08-preview", + "2024-04-03", + "2024-03-06-preview", + "2024-01-16-preview", + "2023-12-25-privatepreview", + "2023-11-29-privatepreview", + "2023-11-01-preview", + "2023-10-09-privatepreview", + "2023-10-04-preview", + "2023-09-05", + "2023-07-07-preview", + "2023-03-21-privatepreview", + "2023-03-03-privatepreview", + "2022-12-09-privatepreview", + "2022-10-14-preview", + "2022-09-09", + "2022-09-01-privatepreview", + "2022-08-09-privatepreview", + "2022-04-01-preview", + "2022-02-10-preview", + "2022-01-12-privatepreview", + "2021-09-03-preview", + "2021-07-12", + "2021-05-13-preview", + "2021-04-01-preview", + "2021-03-09-preview", + "2021-02-01-preview", + "2021-01-14-preview", + "2020-11-10-preview", + "2020-11-02-preview", + "2020-10-19-preview", + "2020-09-21-preview", + "2019-12-10-preview", + "2019-09-24-preview", + "2019-01-23-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central India", + "UK South", + "UK West", + "Japan East", + "Japan West", + "Australia East", + "Canada East", + "Canada Central", + "North Europe", + "West Europe", + "South Africa North", + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "North Central US", + "South Central US", + "West Central US", + "Central US" + ], + "resourceType": "hostpools/sessionhosts/usersessions" + }, + { + "apiVersions": [ + "2024-08-08-preview", + "2024-04-08-preview", + "2024-04-03", + "2024-03-06-preview", + "2024-01-16-preview", + "2023-12-25-privatepreview", + "2023-11-29-privatepreview", + "2023-11-01-preview", + "2023-10-09-privatepreview", + "2023-10-04-preview", + "2023-09-05", + "2023-07-07-preview", + "2023-03-21-privatepreview", + "2023-03-03-privatepreview", + "2022-12-09-privatepreview", + "2022-10-14-preview", + "2022-09-09", + "2022-09-01-privatepreview", + "2022-08-09-privatepreview", + "2022-04-01-preview", + "2022-02-10-preview", + "2022-01-12-privatepreview", + "2021-09-03-preview", + "2021-07-12", + "2021-05-13-preview", + "2021-04-01-preview", + "2021-03-09-preview", + "2021-02-01-preview", + "2021-01-14-preview", + "2020-11-10-preview", + "2020-11-02-preview", + "2020-10-19-preview", + "2020-09-21-preview", + "2019-12-10-preview", + "2019-09-24-preview", + "2019-01-23-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central India", + "UK South", + "UK West", + "Japan East", + "Japan West", + "Australia East", + "Canada East", + "Canada Central", + "North Europe", + "West Europe", + "South Africa North", + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "North Central US", + "South Central US", + "West Central US", + "Central US" + ], + "resourceType": "hostpools/usersessions" + }, + { + "apiVersions": [ + "2024-09-10", + "2024-09-01-privatepreview", + "2024-08-08-preview", + "2024-07-15-privatepreview", + "2024-04-08-preview", + "2024-04-03", + "2024-03-06-preview", + "2024-01-16-preview", + "2023-12-25-privatepreview", + "2023-11-29-privatepreview", + "2023-11-01-preview", + "2023-10-09-privatepreview", + "2023-10-04-preview", + "2023-09-05", + "2023-07-07-preview", + "2023-05-18-privatepreview", + "2023-05-15-privatepreview", + "2023-04-06-preview", + "2023-03-30-privatepreview", + "2023-03-21-privatepreview", + "2023-03-03-privatepreview", + "2023-01-30-preview", + "2023-01-28-privatepreview", + "2022-12-09-privatepreview", + "2022-10-14-preview", + "2022-09-09", + "2022-09-01-privatepreview", + "2022-08-09-privatepreview", + "2022-07-05-preview", + "2022-04-01-preview", + "2022-02-10-preview", + "2022-01-12-privatepreview", + "2021-09-17-privatepreview", + "2021-09-03-preview", + "2021-08-04-preview", + "2021-07-12", + "2021-05-13-preview", + "2021-04-01-preview", + "2021-03-09-preview", + "2021-02-01-preview", + "2021-01-14-preview", + "2020-11-10-preview", + "2020-11-02-preview", + "2020-10-19-preview", + "2020-09-21-preview", + "2019-12-10-preview", + "2019-09-24-preview", + "2019-01-23-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-08-08-preview", + "2024-04-08-preview", + "2024-04-03", + "2024-03-06-preview", + "2024-01-16-preview", + "2023-12-25-privatepreview", + "2023-11-29-privatepreview", + "2023-11-01-preview", + "2023-10-09-privatepreview", + "2023-10-04-preview", + "2023-09-05", + "2023-07-07-preview", + "2023-03-21-privatepreview", + "2023-03-03-privatepreview", + "2022-12-09-privatepreview", + "2022-10-14-preview", + "2022-09-09", + "2022-09-01-privatepreview", + "2022-08-09-privatepreview", + "2022-04-01-preview", + "2022-02-10-preview", + "2022-01-12-privatepreview", + "2021-09-03-preview", + "2021-07-12", + "2021-05-13-preview", + "2021-04-01-preview", + "2021-03-09-preview", + "2021-02-01-preview", + "2021-01-14-preview", + "2020-11-10-preview", + "2020-11-02-preview", + "2020-10-19-preview", + "2020-09-21-preview", + "2019-12-10-preview", + "2019-09-24-preview", + "2019-01-23-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central India", + "UK South", + "UK West", + "Japan East", + "Japan West", + "Australia East", + "Canada East", + "Canada Central", + "North Europe", + "West Europe", + "South Africa North", + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "North Central US", + "South Central US", + "West Central US", + "Central US" + ], + "resourceType": "scalingplans" + }, + { + "apiVersions": [ + "2024-08-08-preview", + "2024-04-08-preview", + "2024-04-03", + "2024-03-06-preview", + "2024-01-16-preview", + "2023-12-25-privatepreview", + "2023-11-29-privatepreview", + "2023-11-01-preview", + "2023-10-09-privatepreview", + "2023-10-04-preview", + "2023-09-05", + "2023-07-07-preview", + "2023-03-21-privatepreview", + "2023-03-03-privatepreview", + "2022-12-09-privatepreview", + "2022-10-14-preview", + "2022-09-09", + "2022-09-01-privatepreview", + "2022-08-09-privatepreview", + "2022-04-01-preview", + "2022-02-10-preview", + "2022-01-12-privatepreview", + "2021-09-03-preview", + "2021-07-12", + "2021-05-13-preview", + "2021-04-01-preview", + "2021-03-09-preview", + "2021-02-01-preview", + "2021-01-14-preview", + "2020-11-10-preview", + "2020-11-02-preview", + "2020-10-19-preview", + "2020-09-21-preview", + "2019-12-10-preview", + "2019-09-24-preview", + "2019-01-23-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central India", + "UK South", + "UK West", + "Japan East", + "Japan West", + "Australia East", + "Canada East", + "Canada Central", + "North Europe", + "West Europe", + "South Africa North", + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "North Central US", + "South Central US", + "West Central US", + "Central US" + ], + "resourceType": "workspaces" + } + ] + }, + { + "namespace": "Microsoft.DevCenter", + "resourceTypes": [ + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01", + "2023-01-01-preview", + "2022-11-11-preview", + "2022-10-12-preview", + "2022-09-01-preview", + "2022-08-01-preview" + ], + "defaultApiVersion": "2024-02-01", + "locations": [], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01", + "2023-01-01-preview", + "2022-11-11-preview", + "2022-10-12-preview", + "2022-09-01-preview", + "2022-08-01-preview" + ], + "defaultApiVersion": "2024-02-01", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central US", + "West Europe", + "Germany West Central", + "Italy North", + "Japan East", + "UK South", + "East US", + "East US 2", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "Sweden Central", + "West US 3", + "Central India", + "East Asia", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01" + ], + "defaultApiVersion": "2024-02-01", + "locations": [ + "global" + ], + "resourceType": "Locations/usages" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01", + "2023-01-01-preview", + "2022-11-11-preview" + ], + "defaultApiVersion": "2024-02-01", + "locations": [ + "global" + ], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2023-11-01-preview" + ], + "defaultApiVersion": "2024-02-01", + "locations": [ + "global" + ], + "resourceType": "checkScopedNameAvailability" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01", + "2023-01-01-preview", + "2022-11-11-preview", + "2022-10-12-preview", + "2022-09-01-preview", + "2022-08-01-preview" + ], + "defaultApiVersion": "2024-02-01", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central US", + "West Europe", + "Germany West Central", + "Italy North", + "Japan East", + "UK South", + "East US", + "East US 2", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "Sweden Central", + "West US 3", + "Central India", + "East Asia", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "devcenters" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01", + "2023-01-01-preview", + "2022-11-11-preview", + "2022-10-12-preview", + "2022-09-01-preview", + "2022-08-01-preview" + ], + "defaultApiVersion": "2024-02-01", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central US", + "West Europe", + "Germany West Central", + "Italy North", + "Japan East", + "UK South", + "East US", + "East US 2", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "Sweden Central", + "West US 3", + "Central India", + "East Asia", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "devcenters/attachednetworks" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01", + "2023-01-01-preview", + "2022-11-11-preview", + "2022-10-12-preview", + "2022-09-01-preview", + "2022-08-01-preview" + ], + "defaultApiVersion": "2024-02-01", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central US", + "West Europe", + "Germany West Central", + "Italy North", + "Japan East", + "UK South", + "East US", + "East US 2", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "Sweden Central", + "West US 3", + "Central India", + "East Asia", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "devcenters/catalogs" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-06-01-preview" + ], + "defaultApiVersion": "2023-11-01-preview", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central US", + "West Europe", + "Germany West Central", + "Italy North", + "Japan East", + "UK South", + "East US", + "East US 2", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "Sweden Central", + "West US 3", + "Central India", + "East Asia", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "devcenters/catalogs/devboxdefinitions" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview" + ], + "defaultApiVersion": "2024-02-01", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central US", + "West Europe", + "Germany West Central", + "Italy North", + "Japan East", + "UK South", + "East US", + "East US 2", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "Sweden Central", + "West US 3", + "Central India", + "East Asia", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "devcenters/catalogs/environmentDefinitions" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-05-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview" + ], + "defaultApiVersion": "2024-10-01-preview", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central US", + "West Europe", + "Germany West Central", + "Italy North", + "Japan East", + "UK South", + "East US", + "East US 2", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "Sweden Central", + "West US 3", + "Central India", + "East Asia", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "devcenters/catalogs/tasks" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview" + ], + "defaultApiVersion": "2024-10-01-preview", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central US", + "West Europe", + "Germany West Central", + "Italy North", + "Japan East", + "UK South", + "East US", + "East US 2", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "Sweden Central", + "West US 3", + "Central India", + "East Asia", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "devcenters/curationprofiles" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01", + "2023-01-01-preview", + "2022-11-11-preview", + "2022-10-12-preview", + "2022-09-01-preview", + "2022-08-01-preview" + ], + "defaultApiVersion": "2024-02-01", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central US", + "West Europe", + "Germany West Central", + "Italy North", + "Japan East", + "UK South", + "East US", + "East US 2", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "Sweden Central", + "West US 3", + "Central India", + "East Asia", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "devcenters/devboxdefinitions" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01", + "2023-01-01-preview", + "2022-11-11-preview", + "2022-10-12-preview", + "2022-09-01-preview", + "2022-08-01-preview" + ], + "defaultApiVersion": "2024-02-01", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central US", + "West Europe", + "Germany West Central", + "Italy North", + "Japan East", + "UK South", + "East US", + "East US 2", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "Sweden Central", + "West US 3", + "Central India", + "East Asia", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "devcenters/environmentTypes" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01", + "2023-01-01-preview", + "2022-11-11-preview", + "2022-10-12-preview", + "2022-09-01-preview", + "2022-08-01-preview" + ], + "defaultApiVersion": "2024-02-01", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central US", + "West Europe", + "Germany West Central", + "Italy North", + "Japan East", + "UK South", + "East US", + "East US 2", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "Sweden Central", + "West US 3", + "Central India", + "East Asia", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "devcenters/galleries" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01", + "2023-01-01-preview", + "2022-11-11-preview", + "2022-10-12-preview", + "2022-09-01-preview", + "2022-08-01-preview" + ], + "defaultApiVersion": "2024-02-01", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central US", + "West Europe", + "Germany West Central", + "Italy North", + "Japan East", + "UK South", + "East US", + "East US 2", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "Sweden Central", + "West US 3", + "Central India", + "East Asia", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "devcenters/galleries/images" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01", + "2023-01-01-preview", + "2022-11-11-preview", + "2022-10-12-preview", + "2022-09-01-preview", + "2022-08-01-preview" + ], + "defaultApiVersion": "2024-02-01", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central US", + "West Europe", + "Germany West Central", + "Italy North", + "Japan East", + "UK South", + "East US", + "East US 2", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "Sweden Central", + "West US 3", + "Central India", + "East Asia", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "devcenters/galleries/images/versions" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01", + "2023-01-01-preview", + "2022-11-11-preview", + "2022-10-12-preview", + "2022-09-01-preview", + "2022-08-01-preview" + ], + "defaultApiVersion": "2024-02-01", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central US", + "West Europe", + "Germany West Central", + "Italy North", + "Japan East", + "UK South", + "East US", + "East US 2", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "Sweden Central", + "West US 3", + "Central India", + "East Asia", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "devcenters/images" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01", + "2023-01-01-preview", + "2022-11-11-preview", + "2022-10-12-preview", + "2022-09-01-preview", + "2022-08-01-preview" + ], + "defaultApiVersion": "2024-02-01", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central US", + "West Europe", + "Germany West Central", + "Italy North", + "Japan East", + "UK South", + "East US", + "East US 2", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "Sweden Central", + "West US 3", + "Central India", + "East Asia", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "networkconnections" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01", + "2023-01-01-preview", + "2022-11-11-preview", + "2022-10-12-preview", + "2022-09-01-preview", + "2022-08-01-preview" + ], + "defaultApiVersion": "2024-02-01", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central US", + "West Europe", + "Germany West Central", + "Italy North", + "Japan East", + "UK South", + "East US", + "East US 2", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "Sweden Central", + "West US 3", + "Central India", + "East Asia", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "networkconnections/healthchecks" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01", + "2023-01-01-preview" + ], + "defaultApiVersion": "2024-02-01", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central US", + "West Europe", + "Germany West Central", + "Italy North", + "Japan East", + "UK South", + "East US", + "East US 2", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "Sweden Central", + "West US 3", + "Central India", + "East Asia", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "networkconnections/outboundNetworkDependenciesEndpoints" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01", + "2023-01-01-preview", + "2022-11-11-preview", + "2022-10-12-preview", + "2022-09-01-preview", + "2022-08-01-preview" + ], + "defaultApiVersion": "2024-02-01", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01", + "2023-01-01-preview", + "2022-11-11-preview", + "2022-10-12-preview", + "2022-09-01-preview", + "2022-08-01-preview" + ], + "defaultApiVersion": "2024-02-01", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central US", + "West Europe", + "Germany West Central", + "Italy North", + "Japan East", + "UK South", + "East US", + "East US 2", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "Sweden Central", + "West US 3", + "Central India", + "East Asia", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "projects" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01", + "2023-01-01-preview", + "2022-11-11-preview", + "2022-10-12-preview", + "2022-09-01-preview" + ], + "defaultApiVersion": "2024-02-01", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central US", + "West Europe", + "Germany West Central", + "Italy North", + "Japan East", + "UK South", + "East US", + "East US 2", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "Sweden Central", + "West US 3", + "Central India", + "East Asia", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "projects/allowedEnvironmentTypes" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01", + "2023-01-01-preview", + "2022-11-11-preview", + "2022-10-12-preview", + "2022-09-01-preview", + "2022-08-01-preview" + ], + "defaultApiVersion": "2024-02-01", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central US", + "West Europe", + "Germany West Central", + "Italy North", + "Japan East", + "UK South", + "East US", + "East US 2", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "Sweden Central", + "West US 3", + "Central India", + "East Asia", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "projects/attachednetworks" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2023-11-01-preview" + ], + "defaultApiVersion": "2024-02-01", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central US", + "West Europe", + "Germany West Central", + "Italy North", + "Japan East", + "UK South", + "East US", + "East US 2", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "Sweden Central", + "West US 3", + "Central India", + "East Asia", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "projects/catalogs" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2023-11-01-preview" + ], + "defaultApiVersion": "2024-02-01", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central US", + "West Europe", + "Germany West Central", + "Italy North", + "Japan East", + "UK South", + "East US", + "East US 2", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "Sweden Central", + "West US 3", + "Central India", + "East Asia", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "projects/catalogs/environmentDefinitions" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-10-01-preview", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central US", + "West Europe", + "Germany West Central", + "Italy North", + "Japan East", + "UK South", + "East US", + "East US 2", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "Sweden Central", + "West US 3", + "Central India", + "East Asia", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "projects/catalogs/imagedefinitions" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview" + ], + "defaultApiVersion": "2024-10-01-preview", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central US", + "West Europe", + "Germany West Central", + "Italy North", + "Japan East", + "UK South", + "East US", + "East US 2", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "Sweden Central", + "West US 3", + "Central India", + "East Asia", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "projects/catalogs/imagedefinitions/builds" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01", + "2023-01-01-preview", + "2022-11-11-preview", + "2022-10-12-preview", + "2022-09-01-preview", + "2022-08-01-preview" + ], + "defaultApiVersion": "2024-02-01", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central US", + "West Europe", + "Germany West Central", + "Italy North", + "Japan East", + "UK South", + "East US", + "East US 2", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "Sweden Central", + "West US 3", + "Central India", + "East Asia", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "projects/devboxdefinitions" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01", + "2023-01-01-preview", + "2022-11-11-preview", + "2022-10-12-preview", + "2022-09-01-preview", + "2022-08-01-preview" + ], + "defaultApiVersion": "2024-02-01", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central US", + "West Europe", + "Germany West Central", + "Italy North", + "Japan East", + "UK South", + "East US", + "East US 2", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "Sweden Central", + "West US 3", + "Central India", + "East Asia", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "projects/environmentTypes" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-10-01-preview", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central US", + "West Europe", + "Germany West Central", + "Italy North", + "Japan East", + "UK South", + "East US", + "East US 2", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "Sweden Central", + "West US 3", + "Central India", + "East Asia", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "projects/images" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-10-01-preview", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central US", + "West Europe", + "Germany West Central", + "Italy North", + "Japan East", + "UK South", + "East US", + "East US 2", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "Sweden Central", + "West US 3", + "Central India", + "East Asia", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "projects/images/versions" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-10-01-preview", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central US", + "West Europe", + "Germany West Central", + "Italy North", + "Japan East", + "UK South", + "East US", + "East US 2", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "Sweden Central", + "West US 3", + "Central India", + "East Asia", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "projects/listskus" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01", + "2023-01-01-preview", + "2022-11-11-preview", + "2022-10-12-preview", + "2022-09-01-preview", + "2022-08-01-preview" + ], + "defaultApiVersion": "2024-02-01", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central US", + "West Europe", + "Germany West Central", + "Italy North", + "Japan East", + "UK South", + "East US", + "East US 2", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "Sweden Central", + "West US 3", + "Central India", + "East Asia", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "projects/pools" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-02-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01", + "2023-01-01-preview", + "2022-11-11-preview", + "2022-10-12-preview", + "2022-09-01-preview", + "2022-08-01-preview" + ], + "defaultApiVersion": "2024-02-01", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central US", + "West Europe", + "Germany West Central", + "Italy North", + "Japan East", + "UK South", + "East US", + "East US 2", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "Sweden Central", + "West US 3", + "Central India", + "East Asia", + "North Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "projects/pools/schedules" + } + ] + }, + { + "namespace": "Microsoft.DevHub", + "resourceTypes": [ + { + "apiVersions": [ + "2024-05-01-preview" + ], + "defaultApiVersion": "2024-05-01-preview", + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "iacProfiles" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01", + "2022-10-11-preview", + "2022-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01", + "2022-10-11-preview" + ], + "defaultApiVersion": "2022-10-11-preview", + "locations": [ + "West Central US", + "UK South", + "East US", + "Australia Central", + "Australia East", + "Brazil South", + "Canada Central", + "Central India", + "East Asia", + "East US 2", + "France Central", + "Japan East", + "Korea Central", + "North Central US", + "North Europe", + "Norway East", + "Qatar Central", + "South Africa North", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK West", + "West US 2", + "Australia Central 2", + "Australia Southeast", + "Brazil Southeast", + "Canada East", + "Central US", + "France South", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Mexico Central", + "New Zealand North", + "Poland Central", + "South Africa West", + "Spain Central", + "Japan West", + "Korea South", + "Norway West", + "South Central US", + "Southeast Asia", + "South India", + "Switzerland West", + "UAE Central", + "West Europe", + "West US", + "West US 3", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/generatePreviewArtifacts" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01", + "2022-10-11-preview", + "2022-04-01-preview" + ], + "defaultApiVersion": "2022-04-01-preview", + "locations": [ + "West Central US", + "UK South", + "East US", + "Australia Central", + "Australia East", + "Brazil South", + "Canada Central", + "Central India", + "East Asia", + "East US 2", + "France Central", + "Japan East", + "Korea Central", + "North Central US", + "North Europe", + "Norway East", + "Qatar Central", + "South Africa North", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK West", + "West US 2", + "Australia Central 2", + "Australia Southeast", + "Brazil Southeast", + "Canada East", + "Central US", + "France South", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Mexico Central", + "New Zealand North", + "Poland Central", + "South Africa West", + "Spain Central", + "Japan West", + "Korea South", + "Norway West", + "South Central US", + "Southeast Asia", + "South India", + "Switzerland West", + "UAE Central", + "West Europe", + "West US", + "West US 3", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/githuboauth" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01", + "2022-10-11-preview", + "2022-04-01-preview" + ], + "defaultApiVersion": "2022-04-01-preview", + "locations": [ + "East US" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01", + "2022-10-11-preview", + "2022-04-01-preview" + ], + "defaultApiVersion": "2022-04-01-preview", + "locations": [ + "West Central US", + "UK South", + "East US", + "Australia Central", + "Australia East", + "Brazil South", + "Canada Central", + "Central India", + "East Asia", + "East US 2", + "France Central", + "Japan East", + "Korea Central", + "North Central US", + "North Europe", + "Norway East", + "Qatar Central", + "South Africa North", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK West", + "West US 2", + "Australia Central 2", + "Australia Southeast", + "Brazil Southeast", + "Canada East", + "Central US", + "France South", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Mexico Central", + "New Zealand North", + "Poland Central", + "South Africa West", + "Spain Central", + "Japan West", + "Korea South", + "Norway West", + "South Central US", + "Southeast Asia", + "South India", + "Switzerland West", + "UAE Central", + "West Europe", + "West US", + "West US 3", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "workflows" + } + ] + }, + { + "namespace": "Microsoft.DevOpsInfrastructure", + "resourceTypes": [ + { + "apiVersions": [ + "2024-10-19", + "2024-04-04-preview", + "2024-03-26-preview", + "2023-12-13-preview", + "2023-10-30-preview" + ], + "defaultApiVersion": "2024-10-19", + "locations": [], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2024-10-19", + "2024-04-04-preview", + "2024-03-26-preview", + "2023-12-13-preview", + "2023-10-30-preview" + ], + "defaultApiVersion": "2024-10-19", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "Germany West Central", + "Italy North", + "Japan East", + "Korea Central", + "North Central US", + "North Europe", + "Norway East", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "West Central US", + "West Europe", + "West US 2", + "West US 3", + "West US", + "East US 2 EUAP" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2024-10-19", + "2024-04-04-preview", + "2024-03-26-preview" + ], + "defaultApiVersion": "2024-10-19", + "locations": [], + "resourceType": "Locations/Skus" + }, + { + "apiVersions": [ + "2024-04-04-preview" + ], + "defaultApiVersion": "2024-04-04-preview", + "locations": [ + "global" + ], + "resourceType": "Locations/Usages" + }, + { + "apiVersions": [ + "2024-10-19", + "2024-04-04-preview", + "2024-03-26-preview", + "2023-12-13-preview", + "2023-10-30-preview" + ], + "defaultApiVersion": "2024-10-19", + "locations": [], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2024-03-26-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Resources" + }, + { + "apiVersions": [ + "2024-03-26-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Skus" + }, + { + "apiVersions": [ + "2024-10-19", + "2024-04-04-preview" + ], + "defaultApiVersion": "2024-10-19", + "locations": [], + "resourceType": "images" + }, + { + "apiVersions": [ + "2024-10-19", + "2024-04-04-preview" + ], + "defaultApiVersion": "2024-10-19", + "locations": [], + "resourceType": "images/versions" + }, + { + "apiVersions": [ + "2024-10-19", + "2024-04-04-preview", + "2024-03-26-preview", + "2023-12-13-preview", + "2023-10-30-preview" + ], + "defaultApiVersion": "2024-10-19", + "locations": [ + "Australia East", + "Japan East", + "Korea Central", + "Southeast Asia", + "West US", + "West US 2", + "West US 3", + "Brazil South", + "Central India", + "East Asia", + "East US", + "East US 2", + "Canada Central", + "Central US", + "North Central US", + "South Central US", + "West Central US", + "Germany West Central", + "Italy North", + "North Europe", + "Norway East", + "West Europe", + "UAE North", + "UK South", + "Sweden Central", + "Switzerland North", + "East US 2 EUAP" + ], + "resourceType": "pools" + }, + { + "apiVersions": [ + "2024-10-19", + "2024-04-04-preview", + "2024-03-26-preview" + ], + "defaultApiVersion": "2024-10-19", + "locations": [], + "resourceType": "pools/Resources" + } + ] + }, + { + "namespace": "Microsoft.DevTestLab", + "resourceTypes": [ + { + "apiVersions": [ + "2018-10-15-preview", + "2018-09-15", + "2017-04-26-preview", + "2016-05-15", + "2015-05-21-preview" + ], + "defaultApiVersion": "2018-10-15-preview", + "locations": [ + "West Central US", + "South Central US", + "Central US", + "Australia Central", + "Australia Southeast", + "Brazil Southeast", + "Canada Central", + "Central India", + "East Asia", + "East US", + "France Central", + "Japan East", + "Korea Central", + "North Europe", + "Qatar Central", + "South Africa North", + "Switzerland North", + "UAE North", + "UK West", + "West India", + "Australia Central 2", + "Australia East", + "Brazil South", + "Canada East", + "East US 2", + "France South", + "Germany West Central", + "Japan West", + "Korea South", + "North Central US", + "Norway East", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland West", + "UK South", + "West Europe", + "West US", + "West US 2", + "West US 3", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "labs" + }, + { + "apiVersions": [ + "2015-05-21-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Southeast Asia", + "East US", + "West US", + "West Europe", + "East Asia", + "East US 2", + "Japan East", + "Japan West", + "Central US" + ], + "resourceType": "labs/environments" + }, + { + "apiVersions": [ + "2018-10-15-preview", + "2018-09-15", + "2017-04-26-preview", + "2016-05-15" + ], + "defaultApiVersion": "2016-05-15", + "locations": [ + "West Central US", + "South Central US", + "Central US", + "Australia Central", + "Australia Southeast", + "Brazil Southeast", + "Canada Central", + "Central India", + "East Asia", + "East US", + "France Central", + "Japan East", + "Korea Central", + "North Europe", + "Qatar Central", + "South Africa North", + "Switzerland North", + "UAE North", + "UK West", + "West India", + "Australia Central 2", + "Australia East", + "Brazil South", + "Canada East", + "East US 2", + "France South", + "Germany West Central", + "Japan West", + "Korea South", + "North Central US", + "Norway East", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland West", + "UK South", + "West Europe", + "West US", + "West US 2", + "West US 3", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "labs/serviceRunners" + }, + { + "apiVersions": [ + "2018-10-15-preview", + "2018-09-15", + "2017-04-26-preview", + "2016-05-15", + "2015-05-21-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "South Central US", + "Central US", + "Australia Central", + "Australia Southeast", + "Brazil Southeast", + "Canada Central", + "Central India", + "East Asia", + "East US", + "France Central", + "Japan East", + "Korea Central", + "North Europe", + "Qatar Central", + "South Africa North", + "Switzerland North", + "UAE North", + "UK West", + "West India", + "Australia Central 2", + "Australia East", + "Brazil South", + "Canada East", + "East US 2", + "France South", + "Germany West Central", + "Japan West", + "Korea South", + "North Central US", + "Norway East", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland West", + "UK South", + "West Europe", + "West US", + "West US 2", + "West US 3", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "labs/virtualMachines" + }, + { + "apiVersions": [ + "2018-10-15-preview", + "2018-09-15", + "2017-04-26-preview", + "2016-05-15", + "2015-05-21-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2018-10-15-preview", + "2018-09-15", + "2017-04-26-preview", + "2016-05-15", + "2015-05-21-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "South Central US", + "Central US", + "Australia Central", + "Australia Southeast", + "Brazil Southeast", + "Canada Central", + "Central India", + "East Asia", + "East US", + "France Central", + "Japan East", + "Korea Central", + "North Europe", + "Qatar Central", + "South Africa North", + "Switzerland North", + "UAE North", + "UK West", + "West India", + "Australia Central 2", + "Australia East", + "Brazil South", + "Canada East", + "East US 2", + "France South", + "Germany West Central", + "Japan West", + "Korea South", + "North Central US", + "Norway East", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland West", + "UK South", + "West Europe", + "West US", + "West US 2", + "West US 3", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/operations" + }, + { + "apiVersions": [ + "2018-10-15-preview", + "2018-09-15", + "2017-04-26-preview", + "2016-05-15", + "2015-05-21-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2018-10-15-preview", + "2018-09-15", + "2017-04-26-preview", + "2016-05-15", + "2015-05-21-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "South Central US", + "Central US", + "Australia Central", + "Australia Southeast", + "Brazil Southeast", + "Canada Central", + "Central India", + "East Asia", + "East US", + "France Central", + "Japan East", + "Korea Central", + "North Europe", + "Qatar Central", + "South Africa North", + "Switzerland North", + "UAE North", + "UK West", + "West India", + "Australia Central 2", + "Australia East", + "Brazil South", + "Canada East", + "East US 2", + "France South", + "Germany West Central", + "Japan West", + "Korea South", + "North Central US", + "Norway East", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland West", + "UK South", + "West Europe", + "West US", + "West US 2", + "West US 3", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "schedules" + } + ] + }, + { + "namespace": "Microsoft.DevelopmentWindows365", + "resourceTypes": [ + { + "apiVersions": [ + "2023-11-01-preview" + ], + "defaultApiVersion": "2023-11-01-preview", + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.DeviceOnboarding", + "resourceTypes": [ + { + "apiVersions": [ + "2024-11-01-preview" + ], + "defaultApiVersion": "2024-11-01-preview", + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "deviceStates" + }, + { + "apiVersions": [ + "2024-11-01-preview" + ], + "defaultApiVersion": "2024-11-01-preview", + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-11-01-preview" + ], + "defaultApiVersion": "2024-11-01-preview", + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "onboardingServices" + }, + { + "apiVersions": [ + "2024-11-01-preview" + ], + "defaultApiVersion": "2024-11-01-preview", + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "onboardingServices/policies" + } + ] + }, + { + "namespace": "Microsoft.DeviceRegistry", + "resourceTypes": [ + { + "apiVersions": [ + "2024-11-01", + "2024-09-01-preview", + "2023-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2", + "West US 3", + "West Europe", + "East US", + "North Europe", + "West US", + "West US 2", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "assetEndpointProfiles" + }, + { + "apiVersions": [ + "2024-11-01", + "2024-09-01-preview", + "2023-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2", + "West US 3", + "West Europe", + "East US", + "North Europe", + "West US", + "West US 2", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "assets" + }, + { + "apiVersions": [ + "2024-11-01", + "2024-09-01-preview", + "2024-07-01-preview" + ], + "defaultApiVersion": "2024-11-01", + "locations": [ + "global" + ], + "resourceType": "billingContainers" + }, + { + "apiVersions": [ + "2024-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2", + "West US 3", + "West Europe", + "East US", + "North Europe", + "West US", + "West US 2", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "discoveredAssetEndpointProfiles" + }, + { + "apiVersions": [ + "2024-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2", + "West US 3", + "West Europe", + "East US", + "North Europe", + "West US", + "West US 2", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "discoveredAssets" + }, + { + "apiVersions": [ + "2024-11-01", + "2024-09-01-preview", + "2024-07-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-06-21-preview", + "2022-05-21-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-11-01", + "2024-09-01-preview", + "2023-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2", + "West US 3", + "West Europe", + "East US", + "North Europe", + "West US", + "West US 2", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-11-01", + "2024-09-01-preview", + "2024-07-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-06-21-preview", + "2022-05-21-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operationStatuses" + }, + { + "apiVersions": [ + "2024-11-01", + "2024-09-01-preview", + "2024-07-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-06-21-preview", + "2022-05-21-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2", + "West US 3", + "West Europe", + "East US", + "North Europe", + "West US", + "West US 2", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "schemaRegistries" + }, + { + "apiVersions": [ + "2024-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2", + "West US 3", + "West Europe", + "East US", + "North Europe", + "West US", + "West US 2", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "schemaRegistries/schemas" + }, + { + "apiVersions": [ + "2024-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2", + "West US 3", + "West Europe", + "East US", + "North Europe", + "West US", + "West US 2", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "schemaRegistries/schemas/schemaVersions" + } + ] + }, + { + "namespace": "Microsoft.DeviceUpdate", + "resourceTypes": [ + { + "apiVersions": [ + "2023-07-01", + "2022-12-01-preview", + "2022-10-01", + "2022-04-01-preview", + "2020-03-01-preview" + ], + "defaultApiVersion": "2023-07-01", + "locations": [ + "West US 2", + "North Europe", + "Southeast Asia", + "Australia East", + "East US", + "East US 2", + "South Central US", + "Sweden Central", + "UK South", + "West Europe", + "West US 3", + "East US 2 EUAP" + ], + "resourceType": "accounts" + }, + { + "apiVersions": [ + "2023-07-01", + "2022-12-01-preview", + "2022-10-01", + "2022-04-01-preview", + "2020-03-01-preview" + ], + "defaultApiVersion": "2023-07-01", + "locations": [ + "West US 2", + "North Europe", + "Southeast Asia", + "Australia East", + "East US", + "East US 2", + "South Central US", + "Sweden Central", + "UK South", + "West Europe", + "West US 3", + "East US 2 EUAP" + ], + "resourceType": "accounts/instances" + }, + { + "apiVersions": [ + "2023-07-01", + "2022-12-01-preview", + "2022-10-01", + "2022-04-01-preview", + "2020-03-01-preview" + ], + "defaultApiVersion": "2023-07-01", + "locations": [ + "West US 2", + "North Europe", + "Southeast Asia", + "Australia East", + "East US", + "East US 2", + "South Central US", + "Sweden Central", + "UK South", + "West Europe", + "West US 3", + "East US 2 EUAP" + ], + "resourceType": "accounts/privateEndpointConnectionProxies" + }, + { + "apiVersions": [ + "2023-07-01", + "2022-12-01-preview", + "2022-10-01", + "2022-04-01-preview", + "2020-03-01-preview" + ], + "defaultApiVersion": "2023-07-01", + "locations": [ + "West US 2", + "North Europe", + "Southeast Asia", + "East US", + "East US 2", + "South Central US", + "Sweden Central", + "UK South", + "West Europe", + "West US 3", + "East US 2 EUAP" + ], + "resourceType": "accounts/privateEndpointConnections" + }, + { + "apiVersions": [ + "2023-07-01", + "2022-12-01-preview", + "2022-10-01", + "2022-04-01-preview", + "2020-03-01-preview" + ], + "defaultApiVersion": "2023-07-01", + "locations": [ + "West US 2", + "North Europe", + "Southeast Asia", + "Australia East", + "East US", + "East US 2", + "South Central US", + "Sweden Central", + "UK South", + "West Europe", + "West US 3", + "East US 2 EUAP" + ], + "resourceType": "accounts/privateLinkResources" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-04-01-preview", + "2023-07-01", + "2022-12-01-preview", + "2022-10-01", + "2022-04-01-preview", + "2020-03-01-preview" + ], + "defaultApiVersion": "2023-07-01", + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-04-01-preview", + "2023-07-01", + "2022-12-01-preview", + "2022-10-01", + "2022-04-01-preview", + "2020-03-01-preview" + ], + "defaultApiVersion": "2023-07-01", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-04-01-preview", + "2023-07-01", + "2022-12-01-preview", + "2022-10-01", + "2022-04-01-preview", + "2020-03-01-preview" + ], + "defaultApiVersion": "2023-07-01", + "locations": [ + "West US 2", + "North Europe", + "Southeast Asia", + "Australia East", + "East US", + "East US 2", + "South Central US", + "Sweden Central", + "UK South", + "West Europe", + "West US 3", + "East US 2 EUAP" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-04-01-preview", + "2023-07-01", + "2022-12-01-preview", + "2022-10-01", + "2022-04-01-preview", + "2020-03-01-preview" + ], + "defaultApiVersion": "2023-07-01", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-04-01-preview", + "2023-07-01", + "2022-12-01-preview", + "2022-10-01", + "2022-04-01-preview", + "2020-03-01-preview" + ], + "defaultApiVersion": "2023-07-01", + "locations": [], + "resourceType": "registeredSubscriptions" + } + ] + }, + { + "namespace": "Microsoft.Devices", + "resourceTypes": [ + { + "apiVersions": [ + "2023-06-30-preview", + "2023-06-30", + "2022-04-30-preview", + "2021-07-02-preview", + "2021-07-02", + "2021-07-01-preview", + "2021-07-01", + "2021-03-31", + "2021-03-03-preview", + "2020-08-31-preview", + "2020-08-31", + "2020-08-01", + "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", + "2018-01-22", + "2017-07-01", + "2017-01-19", + "2016-02-03", + "2015-08-15-preview" + ], + "defaultApiVersion": "2021-07-02", + "locations": [ + "West US", + "Australia Central 2", + "Australia Southeast", + "Canada East", + "Central US", + "East US", + "Germany West Central", + "Korea South", + "Japan West", + "South India", + "South Africa West", + "UAE North", + "Southeast Asia", + "West Europe", + "Norway West", + "West US 3", + "Norway East", + "UK South", + "South Central US", + "Australia Central", + "Australia East", + "Brazil South", + "Canada Central", + "Central India", + "East Asia", + "France Central", + "Germany North", + "Japan East", + "Korea Central", + "North Europe", + "South Africa North", + "UAE Central", + "UK West", + "West US 2", + "West Central US", + "North Central US", + "East US 2", + "Qatar Central", + "Switzerland North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "IotHubs" + }, + { + "apiVersions": [ + "2018-07-31", + "2018-01-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US", + "Australia Central 2", + "Australia Southeast", + "Canada East", + "Central US", + "East US", + "Germany West Central", + "Korea South", + "Japan West", + "South India", + "South Africa West", + "UAE North", + "Southeast Asia", + "West Europe", + "Norway West", + "West US 3", + "Norway East", + "UK South", + "South Central US", + "Australia Central", + "Australia East", + "Brazil South", + "Canada Central", + "Central India", + "East Asia", + "France Central", + "Germany North", + "Japan East", + "Korea Central", + "North Europe", + "South Africa North", + "UAE Central", + "UK West", + "West US 2", + "West Central US", + "North Central US", + "East US 2", + "Qatar Central", + "Switzerland North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "IotHubs/eventGridFilters" + }, + { + "apiVersions": [ + "2023-06-30-preview", + "2023-06-30", + "2022-04-30-preview", + "2021-07-02-preview", + "2021-07-02", + "2021-07-01-preview", + "2021-07-01", + "2021-03-31", + "2021-03-03-preview", + "2020-08-31-preview", + "2020-08-31", + "2020-08-01", + "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", + "2018-01-22", + "2017-07-01", + "2017-01-19", + "2016-02-03", + "2015-08-15-preview" + ], + "defaultApiVersion": "2020-01-01", + "locations": [ + "West US", + "Australia Central 2", + "Australia Southeast", + "Canada East", + "Central US", + "East US", + "Germany West Central", + "Korea South", + "Japan West", + "South India", + "South Africa West", + "UAE North", + "Southeast Asia", + "West Europe", + "Norway West", + "West US 3", + "Norway East", + "UK South", + "South Central US", + "Australia Central", + "Australia East", + "Brazil South", + "Canada Central", + "Central India", + "East Asia", + "France Central", + "Germany North", + "Japan East", + "Korea Central", + "North Europe", + "South Africa North", + "UAE Central", + "UK West", + "West US 2", + "West Central US", + "North Central US", + "East US 2", + "Qatar Central", + "Switzerland North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "IotHubs/failover" + }, + { + "apiVersions": [ + "2019-09-01" + ], + "defaultApiVersion": null, + "locations": [ + "West US", + "Australia Central 2", + "Australia Southeast", + "Canada East", + "Central US", + "East US", + "Germany West Central", + "Korea South", + "Japan West", + "South India", + "South Africa West", + "UAE North", + "Southeast Asia", + "West Europe", + "Norway West", + "West US 3", + "Norway East", + "UK South", + "South Central US", + "Australia Central", + "Australia East", + "Brazil South", + "Canada Central", + "Central India", + "East Asia", + "France Central", + "Germany North", + "Japan East", + "Korea Central", + "North Europe", + "South Africa North", + "UAE Central", + "UK West", + "West US 2", + "West Central US", + "North Central US", + "East US 2", + "Qatar Central", + "Switzerland North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "IotHubs/securitySettings" + }, + { + "apiVersions": [ + "2023-03-01-preview", + "2022-12-12", + "2022-02-05", + "2021-10-15", + "2020-03-01", + "2020-01-01", + "2018-01-22", + "2017-11-15", + "2017-08-21-preview" + ], + "defaultApiVersion": "2023-03-01-preview", + "locations": [ + "West US", + "Australia Central 2", + "Australia Southeast", + "Canada East", + "Central US", + "East US", + "France South", + "Korea South", + "Japan West", + "South India", + "Southeast Asia", + "West Europe", + "UK South", + "South Central US", + "Australia Central", + "Australia East", + "Brazil South", + "Canada Central", + "Central India", + "East Asia", + "France Central", + "Japan East", + "Korea Central", + "North Europe", + "UK West", + "West US 2", + "West Central US", + "North Central US", + "East US 2", + "West US 3", + "Germany West Central", + "UAE North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "ProvisioningServices" + }, + { + "apiVersions": [ + "2023-06-30-preview", + "2023-06-30", + "2022-04-30-preview", + "2021-07-15-preview", + "2021-07-02-preview", + "2021-07-02", + "2021-07-01-preview", + "2021-07-01", + "2021-03-31", + "2021-03-03-preview", + "2021-02-01-preview", + "2020-08-31-preview", + "2020-08-31", + "2020-08-01", + "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" + ], + "defaultApiVersion": "2018-04-01", + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2023-03-01-preview", + "2022-12-12", + "2022-02-05", + "2021-10-15", + "2020-03-01", + "2020-01-01", + "2018-01-22", + "2017-11-15", + "2017-08-21-preview" + ], + "defaultApiVersion": "2022-12-12", + "locations": [], + "resourceType": "checkProvisioningServiceNameAvailability" + }, + { + "apiVersions": [ + "2023-06-30-preview", + "2023-06-30", + "2022-04-30-preview", + "2021-07-02-preview", + "2021-07-02", + "2021-07-01-preview", + "2021-07-01", + "2021-03-31", + "2021-03-03-preview", + "2021-02-01-preview", + "2020-08-31-preview", + "2020-08-31", + "2020-08-01", + "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" + ], + "defaultApiVersion": "2018-04-01", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-07-15-preview" + ], + "defaultApiVersion": "2023-07-15-preview", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable" + }, + { + "apiVersions": [ + "2023-06-30-preview", + "2023-06-30", + "2022-04-30-preview", + "2021-07-02-preview", + "2021-07-02", + "2021-07-01-preview", + "2021-07-01", + "2021-03-31", + "2021-03-03-preview", + "2020-08-31-preview", + "2020-08-31", + "2020-08-01", + "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", + "2018-01-22", + "2017-07-01", + "2017-01-19", + "2016-02-03", + "2015-08-15-preview" + ], + "defaultApiVersion": "2018-04-01", + "locations": [ + "West US", + "Australia Central 2", + "Australia Southeast", + "Canada East", + "Central US", + "East US", + "Germany West Central", + "Korea South", + "Japan West", + "South India", + "South Africa West", + "UAE North", + "Southeast Asia", + "West Europe", + "Norway West", + "West US 3", + "Norway EAST", + "UK South", + "South Central US", + "Australia Central", + "Australia East", + "Brazil South", + "Canada Central", + "Central India", + "East Asia", + "France Central", + "Germany North", + "Japan East", + "Korea Central", + "North Europe", + "South Africa North", + "UAE Central", + "UK West", + "West US 2", + "West Central US", + "North Central US", + "East US 2", + "Qatar Central", + "Switzerland North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2023-03-01-preview", + "2022-12-12", + "2022-02-05", + "2021-10-15", + "2020-03-01", + "2020-01-01", + "2018-01-22", + "2017-11-15", + "2017-08-21-preview" + ], + "defaultApiVersion": "2022-12-12", + "locations": [ + "West US", + "Australia Central 2", + "Australia Southeast", + "Canada East", + "Central US", + "East US", + "France South", + "Korea South", + "Japan West", + "South India", + "Southeast Asia", + "West Europe", + "UK South", + "South Central US", + "Australia Central", + "Australia East", + "Brazil South", + "Canada Central", + "Central India", + "East Asia", + "France Central", + "Japan East", + "Korea Central", + "North Europe", + "UK West", + "West US 2", + "West Central US", + "North Central US", + "East US 2", + "West US 3", + "Germany West Central", + "UAE North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/provisioningServiceOperationResults" + }, + { + "apiVersions": [ + "2023-06-30-preview", + "2023-06-30", + "2022-04-30-preview", + "2021-07-02-preview", + "2021-07-02", + "2021-07-01-preview", + "2021-07-01", + "2021-03-31", + "2021-03-03-preview", + "2021-02-01-preview", + "2020-08-31-preview", + "2020-08-31", + "2020-08-01", + "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" + ], + "defaultApiVersion": "2018-04-01", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2023-03-01-preview", + "2022-12-12", + "2022-02-05", + "2021-10-15", + "2020-09-01-preview", + "2020-03-01", + "2020-01-01", + "2018-01-22", + "2017-11-15", + "2017-08-21-preview" + ], + "defaultApiVersion": "2022-12-12", + "locations": [], + "resourceType": "provisioningServiceOperationResults" + }, + { + "apiVersions": [ + "2023-06-30-preview", + "2023-06-30", + "2022-04-30-preview", + "2021-07-02-preview", + "2021-07-02", + "2021-07-01-preview", + "2021-07-01", + "2021-03-31", + "2021-03-03-preview", + "2021-02-01-preview", + "2020-08-31-preview", + "2020-08-31", + "2020-08-01", + "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" + ], + "defaultApiVersion": "2018-04-01", + "locations": [], + "resourceType": "usages" + } + ] + }, + { + "namespace": "Microsoft.Diagnostics", + "resourceTypes": [ + { + "apiVersions": [ + "2020-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "apollo" + }, + { + "apiVersions": [ + "2020-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "azureKB" + }, + { + "apiVersions": [ + "2020-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2020-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "discoverSolutions" + }, + { + "apiVersions": [ + "2020-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "insights" + }, + { + "apiVersions": [ + "2020-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operationResults" + }, + { + "apiVersions": [ + "2020-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2020-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "solutions" + } + ] + }, + { + "namespace": "Microsoft.DigitalTwins", + "resourceTypes": [ + { + "apiVersions": [ + "2023-01-31", + "2022-10-31", + "2022-05-31", + "2021-06-30-preview", + "2020-12-01", + "2020-10-31", + "2020-03-01-preview" + ], + "defaultApiVersion": "2022-10-31", + "locations": [ + "West Central US", + "West US 2", + "North Europe", + "Australia East", + "West Europe", + "East US", + "South Central US", + "Southeast Asia", + "UK South", + "East US 2", + "West US 3", + "Japan East", + "Korea Central", + "Qatar Central" + ], + "resourceType": "digitalTwinsInstances" + }, + { + "apiVersions": [ + "2023-01-31", + "2022-10-31", + "2022-05-31", + "2021-06-30-preview", + "2020-12-01", + "2020-10-31", + "2020-03-01-preview" + ], + "defaultApiVersion": "2022-10-31", + "locations": [ + "West Central US", + "West US 2", + "North Europe", + "Australia East", + "West Europe", + "East US", + "South Central US", + "Southeast Asia", + "UK South", + "East US 2", + "West US 3", + "Japan East", + "Korea Central", + "Qatar Central" + ], + "resourceType": "digitalTwinsInstances/endpoints" + }, + { + "apiVersions": [ + "2023-01-31", + "2022-10-31", + "2022-05-31", + "2021-06-30-preview", + "2020-12-01", + "2020-10-31", + "2020-03-01-preview" + ], + "defaultApiVersion": "2022-10-31", + "locations": [ + "West Central US", + "West US 2", + "North Europe", + "Australia East", + "West Europe", + "East US", + "South Central US", + "Southeast Asia", + "UK South", + "East US 2", + "West US 3", + "Japan East", + "Korea Central", + "Qatar Central" + ], + "resourceType": "digitalTwinsInstances/operationResults" + }, + { + "apiVersions": [ + "2023-01-31", + "2022-10-31", + "2022-05-31", + "2021-06-30-preview" + ], + "defaultApiVersion": "2023-01-31", + "locations": [ + "West Central US", + "West US 2", + "North Europe", + "Australia East", + "West Europe", + "East US", + "South Central US", + "Southeast Asia", + "UK South", + "East US 2", + "West US 3", + "Japan East", + "Korea Central", + "Qatar Central" + ], + "resourceType": "digitalTwinsInstances/timeSeriesDatabaseConnections" + }, + { + "apiVersions": [ + "2023-01-31", + "2022-10-31", + "2022-05-31", + "2021-06-30-preview", + "2020-12-01", + "2020-10-31", + "2020-03-01-preview" + ], + "defaultApiVersion": "2022-10-31", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-01-31", + "2022-10-31", + "2022-05-31", + "2021-06-30-preview", + "2020-12-01", + "2020-10-31", + "2020-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "West US 2", + "North Europe", + "Australia East", + "West Europe", + "East US", + "South Central US", + "Southeast Asia", + "UK South", + "East US 2", + "West US 3", + "Japan East", + "Korea Central", + "Qatar Central" + ], + "resourceType": "locations/checkNameAvailability" + }, + { + "apiVersions": [ + "2023-01-31", + "2022-10-31", + "2022-05-31", + "2021-06-30-preview", + "2020-12-01", + "2020-10-31", + "2020-03-01-preview" + ], + "defaultApiVersion": "2022-10-31", + "locations": [ + "West Central US", + "West US 2", + "North Europe", + "Australia East", + "West Europe", + "East US", + "South Central US", + "Southeast Asia", + "UK South", + "East US 2", + "West US 3", + "Japan East", + "Korea Central", + "Qatar Central" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2023-01-31", + "2022-10-31", + "2022-05-31", + "2021-06-30-preview", + "2020-12-01", + "2020-10-31", + "2020-03-01-preview" + ], + "defaultApiVersion": "2022-10-31", + "locations": [ + "West Central US", + "West US 2", + "North Europe", + "Australia East", + "West Europe", + "East US", + "South Central US", + "Southeast Asia", + "UK South", + "East US 2", + "West US 3", + "Japan East", + "Korea Central", + "Qatar Central" + ], + "resourceType": "locations/operationsStatuses" + }, + { + "apiVersions": [ + "2023-01-31", + "2022-10-31", + "2022-05-31", + "2021-06-30-preview", + "2020-12-01", + "2020-10-31", + "2020-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.DocumentDB", + "resourceTypes": [ + { + "apiVersions": [ + "2024-12-01-preview", + "2024-11-15", + "2024-09-01-preview", + "2024-08-15", + "2024-05-15-preview", + "2024-05-15", + "2024-02-15-preview", + "2023-11-15-preview", + "2023-11-15", + "2023-09-15-preview", + "2023-09-15", + "2023-04-15", + "2023-03-15-preview", + "2023-03-15", + "2023-03-01-preview", + "2022-11-15-preview", + "2022-11-15", + "2022-08-15-preview", + "2022-08-15", + "2022-05-15-preview", + "2022-05-15", + "2022-02-15-preview", + "2021-11-15-preview", + "2021-10-15-preview", + "2021-10-15", + "2021-07-01-preview", + "2021-05-01-preview", + "2021-04-01-preview", + "2021-03-01-preview" + ], + "defaultApiVersion": "2021-10-15", + "locations": [ + "West Central US", + "North Central US", + "Central US", + "Brazil South", + "Canada Central", + "West US 2", + "East US 2", + "France Central", + "Japan East", + "Southeast Asia", + "Central India", + "South Africa North", + "Switzerland North", + "UAE North", + "UK West", + "North Europe", + "West Europe", + "Norway East", + "Korea Central", + "Australia East", + "Canada East", + "East Asia", + "Germany West Central", + "UK South", + "Australia Central", + "Australia Southeast", + "Japan West", + "Korea South", + "South India", + "West India", + "West US", + "South Central US", + "East US", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "cassandraClusters" + }, + { + "apiVersions": [ + "2024-12-01-preview", + "2024-11-15", + "2024-09-01-preview", + "2024-08-15", + "2024-05-15-preview", + "2024-05-15", + "2024-02-15-preview", + "2023-11-15-preview", + "2023-11-15", + "2023-09-15-preview", + "2023-09-15", + "2023-04-15", + "2023-03-15-preview", + "2023-03-15", + "2023-03-01-preview", + "2022-11-15-preview", + "2022-11-15", + "2022-08-15-preview", + "2022-08-15", + "2022-05-15-preview", + "2022-05-15", + "2022-02-15-preview", + "2021-11-15-preview", + "2021-10-15-preview", + "2021-10-15", + "2021-07-01-preview", + "2021-06-15", + "2021-05-15", + "2021-05-01-preview", + "2021-04-15", + "2021-04-01-preview", + "2021-03-15", + "2021-03-01-preview", + "2021-01-15", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "databaseAccountNames" + }, + { + "apiVersions": [ + "2024-12-01-preview", + "2024-11-15", + "2024-09-01-preview", + "2024-08-15", + "2024-05-15-preview", + "2024-05-15", + "2024-02-15-preview", + "2023-11-15-preview", + "2023-11-15", + "2023-09-15-preview", + "2023-09-15", + "2023-04-15", + "2023-03-15-preview", + "2023-03-15", + "2023-03-01-preview", + "2022-11-15-preview", + "2022-11-15", + "2022-08-15-preview", + "2022-08-15", + "2022-05-15-preview", + "2022-05-15", + "2022-02-15-preview", + "2021-11-15-preview", + "2021-10-15-preview", + "2021-10-15", + "2021-07-01-preview", + "2021-06-15", + "2021-05-15", + "2021-05-01-preview", + "2021-04-15", + "2021-04-01-preview", + "2021-03-15", + "2021-03-01-preview", + "2021-01-15", + "2020-09-01", + "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" + ], + "defaultApiVersion": "2024-05-15-preview", + "locations": [ + "West Central US", + "North Central US", + "Central US", + "Brazil South", + "Canada Central", + "West US 2", + "East US 2", + "France Central", + "Japan East", + "Southeast Asia", + "Central India", + "South Africa North", + "Switzerland North", + "UAE North", + "UK West", + "North Europe", + "West Europe", + "Norway East", + "Korea Central", + "Australia East", + "Canada East", + "East Asia", + "Germany West Central", + "UK South", + "Australia Central", + "Australia Southeast", + "Japan West", + "Korea South", + "South India", + "West India", + "West US", + "South Central US", + "East US", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "databaseAccounts" + }, + { + "apiVersions": [ + "2024-12-01-preview", + "2024-11-15", + "2024-09-01-preview", + "2024-08-15", + "2024-05-15-preview", + "2024-05-15", + "2024-02-15-preview", + "2023-11-15-preview", + "2023-11-15", + "2023-09-15-preview", + "2023-09-15", + "2023-04-15", + "2023-03-15-preview", + "2023-03-15", + "2023-03-01-preview", + "2022-11-15-preview", + "2022-11-15", + "2022-08-15-preview", + "2022-08-15", + "2022-05-15-preview", + "2022-05-15", + "2022-02-15-preview", + "2021-11-15-preview", + "2021-10-15-preview", + "2021-10-15", + "2021-07-01-preview", + "2021-05-01-preview", + "2021-04-01-preview", + "2021-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "North Central US", + "Central US", + "Brazil South", + "Canada Central", + "West US 2", + "East US 2", + "France Central", + "Japan East", + "Southeast Asia", + "Central India", + "South Africa North", + "Switzerland North", + "UAE North", + "UK West", + "North Europe", + "West Europe", + "Norway East", + "Korea Central", + "Australia East", + "Canada East", + "East Asia", + "Germany West Central", + "UK South", + "Australia Central", + "Australia Southeast", + "Japan West", + "Korea South", + "South India", + "West India", + "West US", + "South Central US", + "East US", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "databaseAccounts/encryptionScopes" + }, + { + "apiVersions": [ + "2024-12-01-preview" + ], + "defaultApiVersion": "2024-12-01-preview", + "locations": [ + "West Central US", + "North Central US", + "Central US", + "Brazil South", + "Canada Central", + "West US 2", + "East US 2", + "France Central", + "Japan East", + "Southeast Asia", + "Central India", + "South Africa North", + "Switzerland North", + "UAE North", + "UK West", + "North Europe", + "West Europe", + "Norway East", + "Korea Central", + "Australia East", + "Canada East", + "East Asia", + "Germany West Central", + "UK South", + "Australia Central", + "Australia Southeast", + "Japan West", + "Korea South", + "South India", + "West India", + "West US", + "South Central US", + "East US", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "garnetClusters" + }, + { + "apiVersions": [ + "2024-12-01-preview", + "2024-11-15", + "2024-09-01-preview", + "2024-08-15", + "2024-05-15-preview", + "2024-05-15", + "2024-02-15-preview", + "2023-11-15-preview", + "2023-11-15", + "2023-09-15-preview", + "2023-09-15", + "2023-04-15", + "2023-03-15-preview", + "2023-03-15", + "2023-03-01-preview", + "2022-11-15-preview", + "2022-11-15", + "2022-08-15-preview", + "2022-08-15", + "2022-05-15-preview", + "2022-05-15", + "2022-02-15-preview", + "2021-11-15-preview", + "2021-10-15-preview", + "2021-10-15", + "2021-07-01-preview", + "2021-06-15", + "2021-05-15", + "2021-05-01-preview", + "2021-04-15", + "2021-04-01-preview", + "2021-03-15", + "2021-03-01-preview", + "2021-01-15", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-07-01", + "2024-06-01-preview", + "2024-03-01-preview", + "2024-02-15-preview", + "2023-11-15-preview", + "2023-09-15-preview", + "2023-03-15-preview", + "2023-03-01-preview", + "2022-10-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "Australia East", + "West US 2", + "East US 2", + "North Europe", + "Canada Central", + "Central US", + "South Central US", + "Southeast Asia", + "Brazil South", + "UK South", + "Central India", + "East Asia", + "France Central", + "Japan East", + "UAE North", + "South India", + "West US", + "Sweden Central" + ], + "resourceType": "locations/checkMongoClusterNameAvailability" + }, + { + "apiVersions": [ + "2024-12-01-preview", + "2024-11-15", + "2024-09-01-preview", + "2024-08-15", + "2024-05-15-preview", + "2024-05-15", + "2024-02-15-preview", + "2023-11-15-preview", + "2023-11-15", + "2023-09-15-preview", + "2023-09-15", + "2023-04-15", + "2023-03-15-preview", + "2023-03-15", + "2023-03-01-preview", + "2022-11-15-preview", + "2022-11-15", + "2022-08-15-preview", + "2022-08-15", + "2022-05-15-preview", + "2022-05-15", + "2022-02-15-preview", + "2021-11-15-preview", + "2021-10-15-preview", + "2021-10-15", + "2021-07-01-preview", + "2021-06-15", + "2021-05-15", + "2021-05-01-preview", + "2021-04-15", + "2021-04-01-preview", + "2021-03-15", + "2021-03-01-preview", + "2021-01-15", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "North Central US", + "Central US", + "Brazil South", + "Canada Central", + "West US 2", + "East US 2", + "France Central", + "Japan East", + "Southeast Asia", + "Central India", + "South Africa North", + "Switzerland North", + "UAE North", + "UK West", + "North Europe", + "West Europe", + "Norway East", + "Korea Central", + "Australia East", + "Canada East", + "East Asia", + "Germany West Central", + "UK South", + "Australia Central", + "Australia Southeast", + "Japan West", + "Korea South", + "South India", + "West India", + "West US", + "South Central US", + "East US", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/deleteVirtualNetworkOrSubnets" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-07-01", + "2024-06-01-preview", + "2024-03-01-preview", + "2024-02-15-preview", + "2023-11-15-preview", + "2023-09-15-preview", + "2023-03-15-preview", + "2023-03-01-preview", + "2022-10-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "Australia East", + "West US 2", + "East US 2", + "North Europe", + "Canada Central", + "Central US", + "South Central US", + "Southeast Asia", + "Brazil South", + "UK South", + "Central India", + "East Asia", + "France Central", + "Japan East", + "UAE North", + "South India", + "West US", + "Sweden Central" + ], + "resourceType": "locations/mongoClusterAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-07-01", + "2024-06-01-preview", + "2024-03-01-preview", + "2024-02-15-preview", + "2023-11-15-preview", + "2023-09-15-preview", + "2023-03-15-preview", + "2023-03-01-preview", + "2022-10-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "Australia East", + "West US 2", + "East US 2", + "North Europe", + "Canada Central", + "Central US", + "South Central US", + "Southeast Asia", + "Brazil South", + "UK South", + "Central India", + "East Asia", + "France Central", + "Japan East", + "UAE North", + "South India", + "West US", + "Sweden Central" + ], + "resourceType": "locations/mongoClusterOperationResults" + }, + { + "apiVersions": [ + "2024-12-01-preview", + "2024-11-15", + "2024-09-01-preview", + "2024-08-15", + "2024-05-15-preview", + "2024-05-15", + "2024-02-15-preview", + "2023-11-15-preview", + "2023-11-15", + "2023-09-15-preview", + "2023-09-15", + "2023-04-15", + "2023-03-15-preview", + "2023-03-15", + "2023-03-01-preview", + "2022-11-15-preview", + "2022-11-15", + "2022-08-15-preview", + "2022-08-15" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "North Central US", + "Central US", + "Brazil South", + "Canada Central", + "West US 2", + "East US 2", + "France Central", + "Japan East", + "Southeast Asia", + "Central India", + "South Africa North", + "Switzerland North", + "UAE North", + "UK West", + "North Europe", + "West Europe", + "Norway East", + "Korea Central", + "Australia East", + "Canada East", + "East Asia", + "Germany West Central", + "UK South", + "Australia Central", + "Australia Southeast", + "Japan West", + "Korea South", + "South India", + "West India", + "West US", + "South Central US", + "East US", + "France South", + "Australia Central 2", + "UAE Central", + "West US 3", + "Brazil SouthEast", + "Germany North", + "Switzerland West", + "South Africa West", + "Norway West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable" + }, + { + "apiVersions": [ + "2024-12-01-preview", + "2024-11-15", + "2024-09-01-preview", + "2024-08-15", + "2024-05-15-preview", + "2024-05-15", + "2024-02-15-preview", + "2023-11-15-preview", + "2023-11-15", + "2023-09-15-preview", + "2023-09-15", + "2023-04-15", + "2023-03-15-preview", + "2023-03-15", + "2023-03-01-preview", + "2022-11-15-preview", + "2022-11-15", + "2022-08-15-preview", + "2022-08-15", + "2022-05-15-preview", + "2022-05-15", + "2022-02-15-preview", + "2021-11-15-preview", + "2021-10-15-preview", + "2021-10-15", + "2021-07-01-preview", + "2021-06-15", + "2021-05-15", + "2021-05-01-preview", + "2021-04-15", + "2021-04-01-preview", + "2021-03-15", + "2021-03-01-preview", + "2021-01-15", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "North Central US", + "Central US", + "Brazil South", + "Canada Central", + "West US 2", + "East US 2", + "France Central", + "Japan East", + "Southeast Asia", + "Central India", + "South Africa North", + "Switzerland North", + "UAE North", + "UK West", + "North Europe", + "West Europe", + "Norway East", + "Korea Central", + "Australia East", + "Canada East", + "East Asia", + "Germany West Central", + "UK South", + "Australia Central", + "Australia Southeast", + "Japan West", + "Korea South", + "South India", + "West India", + "West US", + "South Central US", + "East US", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2024-12-01-preview", + "2024-11-15", + "2024-09-01-preview", + "2024-08-15", + "2024-05-15-preview", + "2024-05-15", + "2024-02-15-preview", + "2023-11-15-preview", + "2023-11-15", + "2023-09-15-preview", + "2023-09-15", + "2023-04-15", + "2023-03-15-preview", + "2023-03-15", + "2023-03-01-preview", + "2022-11-15-preview", + "2022-11-15", + "2022-08-15-preview", + "2022-08-15", + "2022-05-15-preview", + "2022-05-15", + "2022-02-15-preview", + "2021-11-15-preview", + "2021-10-15-preview", + "2021-10-15", + "2021-07-01-preview", + "2021-06-15", + "2021-05-15", + "2021-05-01-preview", + "2021-04-15", + "2021-04-01-preview", + "2021-03-15", + "2021-03-01-preview", + "2021-01-15", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "North Central US", + "Central US", + "Brazil South", + "Canada Central", + "West US 2", + "East US 2", + "France Central", + "Japan East", + "Southeast Asia", + "Central India", + "South Africa North", + "Switzerland North", + "UAE North", + "UK West", + "North Europe", + "West Europe", + "Norway East", + "Korea Central", + "Australia East", + "Canada East", + "East Asia", + "Germany West Central", + "UK South", + "Australia Central", + "Australia Southeast", + "Japan West", + "Korea South", + "South India", + "West India", + "West US", + "South Central US", + "East US", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/operationsStatus" + }, + { + "apiVersions": [ + "2024-12-01-preview", + "2024-11-15", + "2024-09-01-preview", + "2024-08-15", + "2024-05-15-preview", + "2024-05-15", + "2024-02-15-preview", + "2023-11-15-preview", + "2023-11-15", + "2023-09-15-preview", + "2023-09-15", + "2023-04-15", + "2023-03-15-preview", + "2023-03-15", + "2023-03-01-preview", + "2022-11-15-preview", + "2022-11-15", + "2022-08-15-preview", + "2022-08-15", + "2022-05-15-preview", + "2022-05-15", + "2022-02-15-preview", + "2021-11-15-preview", + "2021-10-15-preview", + "2021-10-15", + "2021-07-01-preview", + "2021-06-15", + "2021-05-01-preview", + "2021-04-01-preview", + "2021-03-01-preview", + "2020-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "North Central US", + "Central US", + "Brazil South", + "Canada Central", + "West US 2", + "East US 2", + "France Central", + "Japan East", + "Southeast Asia", + "Central India", + "South Africa North", + "Switzerland North", + "UAE North", + "UK West", + "North Europe", + "West Europe", + "Norway East", + "Korea Central", + "Australia East", + "Canada East", + "East Asia", + "Germany West Central", + "UK South", + "Australia Central", + "Australia Southeast", + "Japan West", + "Korea South", + "South India", + "West India", + "West US", + "South Central US", + "East US", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/restorableDatabaseAccounts" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-07-01", + "2024-06-01-preview", + "2024-03-01-preview", + "2024-02-15-preview", + "2023-11-15-preview", + "2023-09-15-preview", + "2023-03-15-preview", + "2023-03-01-preview", + "2022-10-15-preview" + ], + "defaultApiVersion": "2023-03-01-preview", + "locations": [ + "East US", + "West Europe", + "Australia East", + "West US 2", + "East US 2", + "North Europe", + "Canada Central", + "Central US", + "South Central US", + "Southeast Asia", + "Brazil South", + "UK South", + "Central India", + "East Asia", + "France Central", + "Japan East", + "UAE North", + "South India", + "West US", + "Sweden Central" + ], + "resourceType": "mongoClusters" + }, + { + "apiVersions": [ + "2024-12-01-preview", + "2024-11-15", + "2024-09-01-preview", + "2024-08-15", + "2024-05-15-preview", + "2024-05-15", + "2024-02-15-preview", + "2023-11-15-preview", + "2023-11-15", + "2023-09-15-preview", + "2023-09-15", + "2023-04-15", + "2023-03-15-preview", + "2023-03-15", + "2023-03-01-preview", + "2022-11-15-preview", + "2022-11-15", + "2022-08-15-preview", + "2022-08-15", + "2022-05-15-preview", + "2022-05-15", + "2022-02-15-preview", + "2021-11-15-preview", + "2021-10-15-preview", + "2021-10-15", + "2021-07-01-preview", + "2021-06-15", + "2021-05-15", + "2021-05-01-preview", + "2021-04-15", + "2021-04-01-preview", + "2021-03-15", + "2021-03-01-preview", + "2021-01-15", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operationResults" + }, + { + "apiVersions": [ + "2024-12-01-preview", + "2024-11-15", + "2024-10-01-preview", + "2024-09-01-preview", + "2024-08-15", + "2024-07-01", + "2024-06-01-preview", + "2024-05-15-preview", + "2024-05-15", + "2024-03-01-preview", + "2024-02-15-preview", + "2023-11-15-preview", + "2023-11-15", + "2023-09-15-preview", + "2023-09-15", + "2023-04-15", + "2023-03-15-preview", + "2023-03-15", + "2023-03-01-preview", + "2022-11-15-preview", + "2022-11-15", + "2022-08-15-preview", + "2022-08-15", + "2022-05-15-preview", + "2022-05-15", + "2022-02-15-preview", + "2021-11-15-preview", + "2021-10-15-preview", + "2021-10-15", + "2021-07-01-preview", + "2021-06-15", + "2021-05-15", + "2021-05-01-preview", + "2021-04-15", + "2021-04-01-preview", + "2021-03-15", + "2021-03-01-preview", + "2021-01-15", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-12-01-preview", + "2024-11-15", + "2024-09-01-preview", + "2024-08-15", + "2024-05-15-preview", + "2024-05-15", + "2024-02-15-preview", + "2023-11-15-preview", + "2023-11-15", + "2023-09-15-preview", + "2023-09-15", + "2023-04-15", + "2023-03-15-preview", + "2023-03-15", + "2023-03-01-preview", + "2022-11-15-preview", + "2022-11-15", + "2022-08-15-preview", + "2022-08-15", + "2022-05-15-preview", + "2022-05-15", + "2022-02-15-preview", + "2021-11-15-preview", + "2021-10-15-preview", + "2021-10-15", + "2021-07-01-preview", + "2021-06-15", + "2021-05-15", + "2021-05-01-preview", + "2021-04-15", + "2021-04-01-preview", + "2021-03-15", + "2021-03-01-preview", + "2021-01-15", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operationsStatus" + }, + { + "apiVersions": [ + "2024-12-01-preview", + "2024-11-15", + "2024-09-01-preview", + "2024-08-15", + "2024-05-15-preview", + "2024-05-15", + "2024-02-15-preview", + "2023-11-15-preview", + "2023-11-15", + "2023-09-15-preview", + "2023-09-15", + "2023-04-15", + "2023-03-15-preview", + "2023-03-15", + "2023-03-01-preview", + "2022-11-15-preview", + "2022-11-15", + "2022-08-15-preview", + "2022-08-15", + "2022-05-15-preview", + "2022-05-15", + "2022-02-15-preview", + "2021-11-15-preview", + "2021-10-15-preview", + "2021-10-15", + "2021-07-01-preview", + "2021-06-15", + "2021-05-01-preview", + "2021-04-01-preview", + "2021-03-01-preview", + "2020-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "North Central US", + "Central US", + "Brazil South", + "Canada Central", + "West US 2", + "East US 2", + "France Central", + "Japan East", + "Southeast Asia", + "Central India", + "South Africa North", + "Switzerland North", + "UAE North", + "UK West", + "North Europe", + "West Europe", + "Norway East", + "Korea Central", + "Australia East", + "Canada East", + "East Asia", + "Germany West Central", + "UK South", + "Australia Central", + "Australia Southeast", + "Japan West", + "Korea South", + "South India", + "West India", + "West US", + "South Central US", + "East US", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "restorableDatabaseAccounts" + }, + { + "apiVersions": [ + "2024-02-15-preview", + "2023-11-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "North Central US", + "Central US", + "Brazil South", + "Canada Central", + "West US 2", + "East US 2", + "France Central", + "Japan East", + "Southeast Asia", + "Central India", + "South Africa North", + "Switzerland North", + "UAE North", + "UK West", + "North Europe", + "West Europe", + "Norway East", + "Korea Central", + "Australia East", + "Canada East", + "East Asia", + "Germany West Central", + "UK South", + "Australia Central", + "Australia Southeast", + "Japan West", + "Korea South", + "South India", + "West India", + "West US", + "South Central US", + "East US", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "throughputPools" + }, + { + "apiVersions": [ + "2024-02-15-preview", + "2023-11-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "North Central US", + "Central US", + "Brazil South", + "Canada Central", + "West US 2", + "East US 2", + "France Central", + "Japan East", + "Southeast Asia", + "Central India", + "South Africa North", + "Switzerland North", + "UAE North", + "UK West", + "North Europe", + "West Europe", + "Norway East", + "Korea Central", + "Australia East", + "Canada East", + "East Asia", + "Germany West Central", + "UK South", + "Australia Central", + "Australia Southeast", + "Japan West", + "Korea South", + "South India", + "West India", + "West US", + "South Central US", + "East US", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "throughputPools/throughputPoolAccounts" + } + ] + }, + { + "namespace": "Microsoft.DomainRegistration", + "resourceTypes": [ + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "2020-06-01", + "2019-08-01", + "2018-02-01", + "2015-04-01", + "2015-02-01" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "checkDomainAvailability" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "2020-06-01", + "2019-08-01", + "2018-02-01", + "2015-04-01", + "2015-02-01" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "domains" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "2020-06-01", + "2019-08-01", + "2018-02-01", + "2015-04-01", + "2015-02-01" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "domains/domainOwnershipIdentifiers" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "2020-06-01", + "2019-08-01", + "2018-02-01", + "2015-04-01", + "2015-02-01" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "generateSsoRequest" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "2020-06-01", + "2019-08-01", + "2018-02-01", + "2015-04-01", + "2015-02-01" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "listDomainRecommendations" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "2020-06-01", + "2019-08-01", + "2018-02-01", + "2015-04-01", + "2015-02-01" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "2020-06-01", + "2019-08-01", + "2018-02-01", + "2015-04-01", + "2015-02-01" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "topLevelDomains" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "2020-06-01", + "2019-08-01", + "2018-02-01", + "2015-04-01", + "2015-02-01" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "validateDomainRegistrationInformation" + } + ] + }, + { + "namespace": "Microsoft.DurableTask", + "resourceTypes": [ + { + "apiVersions": [ + "2024-10-01-preview", + "2024-02-01-preview" + ], + "defaultApiVersion": "2024-10-01-preview", + "locations": [], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-02-01-preview" + ], + "defaultApiVersion": "2024-10-01-preview", + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.Easm", + "resourceTypes": [ + { + "apiVersions": [ + "2023-04-01-preview", + "2022-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2023-04-01-preview", + "2022-04-01-preview" + ], + "defaultApiVersion": "2023-04-01-preview", + "locations": [ + "South Central US", + "West US 3", + "East US", + "East Asia", + "Sweden Central", + "Australia East", + "Japan East", + "West Europe", + "North Europe", + "Switzerland North", + "Canada Central", + "Central US", + "Norway East", + "France Central" + ], + "resourceType": "workspaces" + }, + { + "apiVersions": [ + "2023-04-01-preview", + "2022-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "West US 3", + "East US", + "East Asia", + "Sweden Central", + "Australia East", + "Japan East", + "West Europe", + "North Europe", + "Switzerland North", + "Canada Central", + "Central US", + "Norway East", + "France Central" + ], + "resourceType": "workspaces/labels" + }, + { + "apiVersions": [ + "2023-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "West US 3", + "East US", + "East Asia", + "Sweden Central", + "Australia East", + "Japan East", + "West Europe", + "North Europe", + "Switzerland North", + "Canada Central", + "Central US", + "Norway East", + "France Central" + ], + "resourceType": "workspaces/tasks" + } + ] + }, + { + "namespace": "Microsoft.Edge", + "resourceTypes": [ + { + "apiVersions": [ + "2023-08-01-preview" + ], + "defaultApiVersion": "2023-08-01-preview", + "locations": [], + "resourceType": "SiteAwareResourceTypes" + }, + { + "apiVersions": [ + "2024-02-01-preview", + "2023-07-01-preview", + "2023-06-01-preview" + ], + "defaultApiVersion": "2024-02-01-preview", + "locations": [], + "resourceType": "Sites" + }, + { + "apiVersions": [ + "2024-02-01-preview" + ], + "defaultApiVersion": "2024-02-01-preview", + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "Winfields" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "capabilityLists" + }, + { + "apiVersions": [ + "2024-09-01-preview" + ], + "defaultApiVersion": "2024-09-01-preview", + "locations": [], + "resourceType": "configurationReferences" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-09-01-preview", + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "configurations" + }, + { + "apiVersions": [ + "2024-09-01-preview" + ], + "defaultApiVersion": "2024-09-01-preview", + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "configurations/arcGatewayConfigurations" + }, + { + "apiVersions": [ + "2024-09-01-preview" + ], + "defaultApiVersion": "2024-09-01-preview", + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "configurations/connectivityConfigurations" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-09-01-preview", + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "configurations/dynamicConfigurations" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-09-01-preview", + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "configurations/dynamicConfigurations/versions" + }, + { + "apiVersions": [ + "2024-09-01-preview" + ], + "defaultApiVersion": "2024-09-01-preview", + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "configurations/networkConfigurations" + }, + { + "apiVersions": [ + "2024-09-01-preview" + ], + "defaultApiVersion": "2024-09-01-preview", + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "configurations/securityConfigurations" + }, + { + "apiVersions": [ + "2024-09-01-preview" + ], + "defaultApiVersion": "2024-09-01-preview", + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "configurations/timeServerConfigurations" + }, + { + "apiVersions": [ + "2023-07-01-preview" + ], + "defaultApiVersion": "2023-07-01-preview", + "locations": [ + "Brazil South", + "South Africa North", + "Qatar Central", + "Poland Central", + "Southeast Asia", + "Japan East", + "East Asia", + "Korea Central", + "Central India", + "Australia East", + "Australia Southeast", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "Germany West Central", + "Switzerland North", + "Sweden Central", + "Norway East", + "East US", + "East US 2", + "Central US", + "South Central US", + "North Central US", + "West US", + "West US 2", + "West US 3", + "West Central US", + "Canada Central", + "Canada East", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "connectivityStatuses" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "deploymentTargets" + }, + { + "apiVersions": [ + "2024-08-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "hierarchyLists" + }, + { + "apiVersions": [ + "2023-07-01-preview" + ], + "defaultApiVersion": "2023-07-01-preview", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-07-01-preview" + ], + "defaultApiVersion": "2023-07-01-preview", + "locations": [ + "East US", + "East US 2", + "Central US", + "South Central US", + "North Central US", + "West US 2", + "West US", + "West US 3", + "West Central US", + "Brazil South", + "Canada Central", + "Canada East", + "Japan East", + "Southeast Asia", + "Australia East", + "Central India", + "East Asia", + "Korea Central", + "South Africa North", + "Australia Southeast", + "Qatar Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "Germany West Central", + "Switzerland North", + "Sweden Central", + "Norway East", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2023-07-01-preview" + ], + "defaultApiVersion": "2023-07-01-preview", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2023-07-01-preview" + ], + "defaultApiVersion": "2023-07-01-preview", + "locations": [], + "resourceType": "registeredSubscriptions" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [], + "resourceType": "schemaReferences" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "schemas" + }, + { + "apiVersions": [ + "2024-08-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "schemas/dynamicSchemas" + }, + { + "apiVersions": [ + "2024-08-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "schemas/dynamicSchemas/versions" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "schemas/versions" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "solutionBindings" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "solutionBindings/solutionBindingConfigurations" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "solutionBindings/solutionInstances" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "solutions" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "solutions/versions" + }, + { + "apiVersions": [ + "2023-07-01-preview" + ], + "defaultApiVersion": "2023-07-01-preview", + "locations": [ + "East US", + "East US 2", + "Central US", + "South Central US", + "North Central US", + "West US 2", + "West US", + "West US 3", + "West Central US", + "Brazil South", + "Canada Central", + "Canada East", + "Japan East", + "Southeast Asia", + "Australia East", + "Central India", + "East Asia", + "Korea Central", + "South Africa North", + "Australia Southeast", + "Qatar Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "Germany West Central", + "Switzerland North", + "Sweden Central", + "Norway East", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "updates" + } + ] + }, + { + "namespace": "Microsoft.EdgeManagement", + "resourceTypes": [ + { + "apiVersions": [ + "2023-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.EdgeMarketplace", + "resourceTypes": [ + { + "apiVersions": [ + "2023-08-01-preview", + "2023-08-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-08-01-preview", + "2023-08-01" + ], + "defaultApiVersion": null, + "locations": [ + "West US", + "West Europe" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2023-08-01-preview", + "2023-08-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "offers" + }, + { + "apiVersions": [ + "2023-08-01-preview", + "2023-08-01", + "2023-06-01-preview", + "2023-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2023-08-01-preview", + "2023-08-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "publishers" + } + ] + }, + { + "namespace": "Microsoft.EdgeOrder", + "resourceTypes": [ + { + "apiVersions": [ + "2024-07-01-preview", + "2024-02-01", + "2023-05-01-preview", + "2022-05-01-preview", + "2021-12-01" + ], + "defaultApiVersion": null, + "locations": [ + "West Europe", + "East US", + "Southeast Asia", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "addresses" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-02-01", + "2023-05-01-preview", + "2022-05-01-preview", + "2021-12-01" + ], + "defaultApiVersion": null, + "locations": [ + "West Europe", + "East US", + "Southeast Asia", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "listConfigurations" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-02-01", + "2023-05-01-preview", + "2022-05-01-preview", + "2021-12-01" + ], + "defaultApiVersion": null, + "locations": [ + "West Europe", + "East US", + "Southeast Asia", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "listProductFamilies" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-02-01", + "2023-05-01-preview", + "2022-05-01-preview", + "2021-12-01" + ], + "defaultApiVersion": null, + "locations": [ + "West Europe", + "East US 2 EUAP" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Europe", + "East US", + "Southeast Asia" + ], + "resourceType": "locations/hciCatalog" + }, + { + "apiVersions": [ + "2023-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Europe", + "East US", + "Southeast Asia" + ], + "resourceType": "locations/hciCatalog/platforms" + }, + { + "apiVersions": [ + "2023-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Europe", + "East US", + "Southeast Asia" + ], + "resourceType": "locations/hciCatalog/projects" + }, + { + "apiVersions": [ + "2023-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Europe", + "East US", + "Southeast Asia" + ], + "resourceType": "locations/hciCatalog/vendors" + }, + { + "apiVersions": [ + "2023-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US" + ], + "resourceType": "locations/hciFlightCatalog" + }, + { + "apiVersions": [ + "2023-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US" + ], + "resourceType": "locations/hciFlightCatalog/platforms" + }, + { + "apiVersions": [ + "2023-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US" + ], + "resourceType": "locations/hciFlightCatalog/projects" + }, + { + "apiVersions": [ + "2023-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US" + ], + "resourceType": "locations/hciFlightCatalog/vendors" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-02-01", + "2023-05-01-preview", + "2022-05-01-preview", + "2021-12-01" + ], + "defaultApiVersion": null, + "locations": [ + "West Europe", + "East US", + "Southeast Asia", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/operationresults" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-02-01", + "2023-05-01-preview", + "2022-05-01-preview", + "2021-12-01" + ], + "defaultApiVersion": null, + "locations": [ + "West Europe", + "East US", + "Southeast Asia", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/orders" + }, + { + "apiVersions": [ + "2024-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Europe", + "East US", + "Southeast Asia", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/validateInputs" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-02-01", + "2023-05-01-preview", + "2022-05-01-preview", + "2021-12-01" + ], + "defaultApiVersion": null, + "locations": [ + "West Europe", + "East US", + "Southeast Asia", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-02-01", + "2023-05-01-preview", + "2022-05-01-preview", + "2021-12-01" + ], + "defaultApiVersion": "2024-02-01", + "locations": [ + "West Europe", + "East US", + "Southeast Asia", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "orderItems" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-02-01", + "2023-05-01-preview", + "2022-05-01-preview", + "2021-12-01" + ], + "defaultApiVersion": null, + "locations": [ + "West Europe", + "East US", + "Southeast Asia", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "orders" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-02-01", + "2023-05-01-preview", + "2022-05-01-preview", + "2021-12-01" + ], + "defaultApiVersion": null, + "locations": [ + "West Europe", + "East US", + "Southeast Asia", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "productFamiliesMetadata" + } + ] + }, + { + "namespace": "Microsoft.EdgeOrderPartner", + "resourceTypes": [ + { + "apiVersions": [ + "2022-07-01-preview", + "2021-12-01", + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Europe", + "East US", + "Southeast Asia", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.EdgeZones", + "resourceTypes": [ + { + "apiVersions": [ + "2024-04-01-preview" + ], + "defaultApiVersion": "2024-04-01-preview", + "locations": [], + "resourceType": "extendedZones" + }, + { + "apiVersions": [ + "2024-04-01-preview" + ], + "defaultApiVersion": "2024-04-01-preview", + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.Elastic", + "resourceTypes": [ + { + "apiVersions": [ + "2024-10-01-preview", + "2024-06-15-preview", + "2024-05-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-07-01-preview", + "2023-06-15-preview", + "2023-06-01", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-09-01-preview", + "2022-07-01-preview", + "2022-05-05-preview", + "2021-10-01-preview", + "2021-09-01-preview", + "2020-07-01-preview", + "2020-07-01" + ], + "defaultApiVersion": "2024-03-01", + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-06-15-preview", + "2024-05-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-07-01-preview", + "2023-06-15-preview", + "2023-06-01", + "2023-05-01-preview", + "2023-02-01-preview" + ], + "defaultApiVersion": "2024-03-01", + "locations": [], + "resourceType": "elasticVersions" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-06-15-preview", + "2024-05-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-07-01-preview", + "2023-06-15-preview" + ], + "defaultApiVersion": "2024-03-01", + "locations": [], + "resourceType": "getElasticOrganizationToAzureSubscriptionMapping" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-06-15-preview", + "2024-05-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-07-01-preview", + "2023-06-15-preview", + "2023-06-01", + "2023-05-01-preview", + "2023-02-01-preview" + ], + "defaultApiVersion": "2024-03-01", + "locations": [], + "resourceType": "getOrganizationApiKey" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-06-15-preview", + "2024-05-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-07-01-preview", + "2023-06-15-preview", + "2023-06-01", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-09-01-preview", + "2022-07-01-preview", + "2022-05-05-preview", + "2021-10-01-preview", + "2021-09-01-preview", + "2020-07-01-preview", + "2020-07-01" + ], + "defaultApiVersion": "2024-03-01", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-06-15-preview", + "2024-05-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-07-01-preview", + "2023-06-15-preview", + "2023-06-01", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-09-01-preview", + "2022-07-01-preview", + "2022-05-05-preview", + "2021-10-01-preview", + "2021-09-01-preview", + "2020-07-01-preview", + "2020-07-01" + ], + "defaultApiVersion": "2024-03-01", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West US 2", + "UK South", + "East US", + "East US 2", + "West Europe", + "France Central", + "Central US", + "South Central US", + "Japan East", + "Southeast Asia", + "Australia East", + "North Europe", + "Canada Central", + "Brazil South", + "South Africa North", + "Central India" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-06-15-preview", + "2024-05-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-07-01-preview", + "2023-06-15-preview", + "2023-06-01", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-09-01-preview", + "2022-07-01-preview", + "2022-05-05-preview", + "2021-10-01-preview", + "2021-09-01-preview", + "2020-07-01-preview", + "2020-07-01" + ], + "defaultApiVersion": "2024-03-01", + "locations": [ + "West US 2", + "UK South", + "East US", + "East US 2", + "West Europe", + "France Central", + "Central US", + "South Central US", + "Japan East", + "Southeast Asia", + "Australia East", + "North Europe", + "Canada Central", + "Brazil South", + "South Africa North", + "Central India", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "monitors" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-06-15-preview", + "2024-05-01-preview" + ], + "defaultApiVersion": "2024-10-01-preview", + "locations": [ + "West US 2", + "UK South", + "East US", + "East US 2", + "West Europe", + "France Central", + "Central US", + "South Central US", + "Japan East", + "Southeast Asia", + "Australia East", + "North Europe", + "Canada Central", + "Brazil South", + "South Africa North", + "Central India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "monitors/monitoredSubscriptions" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-06-15-preview", + "2024-05-01-preview", + "2024-03-01", + "2024-01-01-preview" + ], + "defaultApiVersion": "2024-03-01", + "locations": [ + "West US 2", + "UK South", + "East US", + "East US 2", + "West Europe", + "France Central", + "Central US", + "South Central US", + "Japan East", + "Southeast Asia", + "Australia East", + "North Europe", + "Canada Central", + "Brazil South", + "South Africa North", + "Central India", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "monitors/openAIIntegrations" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-06-15-preview", + "2024-05-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-07-01-preview", + "2023-06-15-preview", + "2023-06-01", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-09-01-preview", + "2022-07-01-preview", + "2022-05-05-preview", + "2021-10-01-preview", + "2021-09-01-preview", + "2020-07-01-preview", + "2020-07-01" + ], + "defaultApiVersion": "2024-03-01", + "locations": [ + "West US 2", + "UK South", + "East US", + "East US 2", + "West Europe", + "France Central", + "Central US", + "South Central US", + "Japan East", + "Southeast Asia", + "Australia East", + "North Europe", + "Canada Central", + "Brazil South", + "South Africa North", + "Central India", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "monitors/tagRules" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-06-15-preview", + "2024-05-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-07-01-preview", + "2023-06-15-preview", + "2023-06-01", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-09-01-preview", + "2022-07-01-preview", + "2022-05-05-preview", + "2021-10-01-preview", + "2021-09-01-preview", + "2020-07-01-preview", + "2020-07-01" + ], + "defaultApiVersion": "2024-03-01", + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.ElasticSan", + "resourceTypes": [ + { + "apiVersions": [ + "2024-06-01-preview", + "2024-05-01", + "2023-01-01", + "2022-12-01-preview", + "2021-11-20-preview" + ], + "defaultApiVersion": "2022-12-01-preview", + "locations": [ + "France Central", + "Southeast Asia", + "West US 2", + "UK South", + "Australia East", + "North Europe", + "West US 3", + "Sweden Central", + "South Central US", + "East US", + "East US 2", + "West Europe", + "Brazil South", + "East Asia", + "South Africa North", + "Canada Central", + "Germany West Central", + "Japan East", + "Switzerland North", + "Central US", + "Korea Central", + "Norway East", + "UAE North", + "Central India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "elasticSans" + }, + { + "apiVersions": [ + "2024-06-01-preview", + "2024-05-01", + "2023-01-01", + "2022-12-01-preview", + "2021-11-20-preview" + ], + "defaultApiVersion": "2023-01-01", + "locations": [ + "France Central", + "Southeast Asia", + "West US 2", + "UK South", + "Australia East", + "North Europe", + "West US 3", + "Sweden Central", + "South Central US", + "East US", + "East US 2", + "West Europe", + "Brazil South", + "East Asia", + "South Africa North", + "Canada Central", + "Germany West Central", + "Japan East", + "Switzerland North", + "Central US", + "Korea Central", + "Norway East", + "UAE North", + "Central India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "elasticSans/volumeGroups" + }, + { + "apiVersions": [ + "2024-06-01-preview", + "2021-11-20-preview" + ], + "defaultApiVersion": "2021-11-20-preview", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-06-01-preview", + "2024-05-01", + "2023-01-01", + "2022-12-01-preview", + "2021-11-20-preview" + ], + "defaultApiVersion": "2021-11-20-preview", + "locations": [ + "France Central", + "Southeast Asia", + "West US 2", + "UK South", + "Australia East", + "North Europe", + "West US 3", + "Sweden Central", + "South Central US", + "East US", + "East US 2", + "West Europe", + "Brazil South", + "East Asia", + "South Africa North", + "Canada Central", + "Germany West Central", + "Japan East", + "Switzerland North", + "Central US", + "Korea Central", + "Norway East", + "UAE North", + "Central India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/asyncoperations" + }, + { + "apiVersions": [ + "2024-06-01-preview", + "2024-05-01", + "2023-01-01", + "2022-12-01-preview", + "2021-11-20-preview" + ], + "defaultApiVersion": "2021-11-20-preview", + "locations": [ + "France Central", + "Southeast Asia", + "West US 2", + "UK South", + "Australia East", + "North Europe", + "West US 3", + "Sweden Central", + "South Central US", + "East US", + "East US 2", + "West Europe", + "Brazil South", + "East Asia", + "South Africa North", + "Canada Central", + "Germany West Central", + "Japan East", + "Switzerland North", + "Central US", + "Korea Central", + "Norway East", + "UAE North", + "Central India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.EnterpriseSupport", + "resourceTypes": [ + { + "apiVersions": [ + "2023-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2023-05-01-preview" + ], + "defaultApiVersion": "2023-05-01-preview", + "locations": [ + "global" + ], + "resourceType": "enterpriseSupports" + }, + { + "apiVersions": [ + "2023-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "operationStatuses" + }, + { + "apiVersions": [ + "2023-05-01-preview" + ], + "defaultApiVersion": "2023-05-01-preview", + "locations": [ + "global" + ], + "resourceType": "validate" + } + ] + }, + { + "namespace": "Microsoft.EntitlementManagement", + "resourceTypes": [ + { + "apiVersions": [ + "2023-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "Operations" + } + ] + }, + { + "namespace": "Microsoft.EventGrid", + "resourceTypes": [ + { + "apiVersions": [ + "2024-12-15-preview", + "2024-06-01-preview", + "2023-12-15-preview", + "2023-06-01-preview", + "2022-06-15", + "2021-12-01", + "2021-10-15-preview", + "2021-06-01-preview", + "2020-10-15-preview", + "2020-06-01", + "2020-04-01-preview", + "2020-01-01-preview", + "2019-06-01", + "2019-02-01-preview", + "2018-09-15-preview" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Norway East", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "domains" + }, + { + "apiVersions": [ + "2024-12-15-preview", + "2024-06-01-preview", + "2023-12-15-preview", + "2023-06-01-preview", + "2022-06-15", + "2021-12-01", + "2021-10-15-preview", + "2021-06-01-preview", + "2020-10-15-preview", + "2020-06-01", + "2020-04-01-preview", + "2020-01-01-preview", + "2019-06-01", + "2019-02-01-preview", + "2018-09-15-preview" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Norway East", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "domains/topics" + }, + { + "apiVersions": [ + "2024-12-15-preview", + "2024-06-01-preview", + "2023-12-15-preview", + "2023-06-01-preview", + "2022-06-15", + "2021-12-01", + "2021-10-15-preview", + "2021-06-01-preview", + "2020-10-15-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Norway East", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "eventSubscriptions" + }, + { + "apiVersions": [ + "2024-12-15-preview", + "2024-06-01-preview", + "2023-12-15-preview", + "2023-06-01-preview", + "2022-06-15", + "2021-12-01", + "2021-10-15-preview", + "2021-06-01-preview", + "2020-10-15-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Norway East", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "extensionTopics" + }, + { + "apiVersions": [ + "2024-12-15-preview", + "2024-06-01-preview", + "2023-12-15-preview", + "2023-06-01-preview", + "2022-06-15", + "2021-12-01", + "2021-10-15-preview", + "2021-06-01-preview", + "2020-10-15-preview", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-12-15-preview", + "2024-06-01-preview", + "2023-12-15-preview", + "2023-06-01-preview", + "2022-06-15", + "2021-12-01", + "2021-10-15-preview", + "2021-06-01-preview", + "2020-10-15-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/eventSubscriptions" + }, + { + "apiVersions": [ + "2024-12-15-preview", + "2024-06-01-preview", + "2023-12-15-preview", + "2023-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West US 2", + "East US", + "West US", + "Central US", + "East US 2", + "West Central US", + "Australia East", + "Australia Southeast", + "Australia Central", + "Australia Central 2", + "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", + "France South", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "South Africa North", + "South Africa West", + "UAE North", + "UAE Central", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "Norway East", + "West US 3", + "Sweden Central", + "Norway West", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North" + ], + "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable" + }, + { + "apiVersions": [ + "2024-06-01-preview", + "2023-12-15-preview", + "2023-06-01-preview", + "2022-06-15", + "2021-12-01", + "2021-10-15-preview", + "2021-06-01-preview", + "2020-10-15-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Norway East", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2024-12-15-preview", + "2024-06-01-preview", + "2023-12-15-preview", + "2023-06-01-preview", + "2022-06-15", + "2021-12-01", + "2021-10-15-preview", + "2021-06-01-preview", + "2020-10-15-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Norway East", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/operationsStatus" + }, + { + "apiVersions": [ + "2024-12-15-preview", + "2024-06-01-preview", + "2023-12-15-preview", + "2023-06-01-preview", + "2022-06-15", + "2021-12-01", + "2021-10-15-preview", + "2021-06-01-preview", + "2020-10-15-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Norway East", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/topicTypes" + }, + { + "apiVersions": [ + "2024-12-15-preview", + "2024-06-01-preview", + "2023-12-15-preview", + "2023-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2", + "West US 3", + "North Europe", + "West Europe", + "Southeast Asia", + "East Asia", + "South Central US", + "UAE North", + "East US", + "Central US", + "West US 2", + "UK South", + "Italy North", + "Australia Southeast", + "Brazil South", + "UK West", + "North Central US", + "Central India", + "Japan East", + "France Central", + "Canada Central", + "Australia East", + "Japan West", + "Canada East", + "South India", + "Korea Central", + "Korea South", + "Switzerland North", + "Germany West Central", + "Norway East", + "Sweden Central", + "Poland Central", + "Israel Central", + "West US", + "Spain Central", + "Mexico Central", + "South Africa North", + "Australia Central", + "West Central US", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces" + }, + { + "apiVersions": [ + "2024-12-15-preview", + "2024-06-01-preview", + "2023-12-15-preview", + "2023-06-01-preview", + "2022-06-15", + "2021-12-01", + "2021-10-15-preview", + "2021-06-01-preview", + "2020-10-15-preview", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operationResults" + }, + { + "apiVersions": [ + "2022-06-15", + "2021-12-01", + "2021-10-15-preview", + "2021-06-01-preview", + "2020-10-15-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Norway East", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-12-15-preview", + "2024-06-01-preview", + "2023-12-15-preview", + "2023-06-01-preview", + "2022-10-15-preview", + "2022-06-15", + "2021-12-01", + "2021-10-15-preview", + "2021-06-01-preview", + "2020-10-15-preview", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operationsStatus" + }, + { + "apiVersions": [ + "2024-12-15-preview", + "2024-06-01-preview", + "2023-12-15-preview", + "2023-06-01-preview", + "2022-10-15-preview", + "2022-06-15", + "2021-10-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Global" + ], + "resourceType": "partnerConfigurations" + }, + { + "apiVersions": [ + "2024-12-15-preview", + "2024-06-01-preview", + "2023-12-15-preview", + "2023-06-01-preview", + "2021-10-15-preview" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Norway East", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "partnerDestinations" + }, + { + "apiVersions": [ + "2024-12-15-preview", + "2024-06-01-preview", + "2023-12-15-preview", + "2023-06-01-preview", + "2022-06-15", + "2021-10-15-preview", + "2021-06-01-preview", + "2020-04-01-preview" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Norway East", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "partnerNamespaces" + }, + { + "apiVersions": [ + "2024-12-15-preview", + "2024-06-01-preview", + "2023-12-15-preview", + "2023-06-01-preview", + "2022-06-15", + "2021-10-15-preview" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Norway East", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "partnerNamespaces/channels" + }, + { + "apiVersions": [ + "2021-10-15-preview", + "2021-06-01-preview", + "2020-10-15-preview", + "2020-04-01-preview" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Norway East", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "partnerNamespaces/eventChannels" + }, + { + "apiVersions": [ + "2024-12-15-preview", + "2024-06-01-preview", + "2023-12-15-preview", + "2023-06-01-preview", + "2022-10-15-preview", + "2022-06-15", + "2021-10-15-preview", + "2021-06-01-preview", + "2020-10-15-preview", + "2020-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Global" + ], + "resourceType": "partnerRegistrations" + }, + { + "apiVersions": [ + "2024-12-15-preview", + "2024-06-01-preview", + "2023-12-15-preview", + "2023-06-01-preview", + "2022-06-15", + "2021-10-15-preview", + "2021-06-01-preview", + "2020-10-15-preview", + "2020-04-01-preview" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Norway East", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "partnerTopics" + }, + { + "apiVersions": [ + "2024-12-15-preview", + "2024-06-01-preview", + "2023-12-15-preview", + "2023-06-01-preview", + "2022-06-15", + "2021-10-15-preview", + "2021-06-01-preview", + "2020-10-15-preview", + "2020-04-01-preview" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Norway East", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "partnerTopics/eventSubscriptions" + }, + { + "apiVersions": [ + "2024-12-15-preview", + "2024-06-01-preview", + "2023-12-15-preview", + "2023-06-01-preview", + "2022-06-15", + "2021-12-01", + "2021-10-15-preview", + "2021-06-01-preview", + "2020-10-15-preview", + "2020-04-01-preview" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Norway East", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "systemTopics" + }, + { + "apiVersions": [ + "2024-12-15-preview", + "2024-06-01-preview", + "2023-12-15-preview", + "2023-06-01-preview", + "2022-06-15", + "2021-12-01", + "2021-10-15-preview", + "2021-06-01-preview", + "2020-10-15-preview", + "2020-04-01-preview" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Norway East", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "systemTopics/eventSubscriptions" + }, + { + "apiVersions": [ + "2024-12-15-preview", + "2024-06-01-preview", + "2023-12-15-preview", + "2023-06-01-preview", + "2022-06-15", + "2021-12-01", + "2021-10-15-preview", + "2021-06-01-preview", + "2020-10-15-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Norway East", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "topicTypes" + }, + { + "apiVersions": [ + "2024-12-15-preview", + "2024-06-01-preview", + "2023-12-15-preview", + "2023-06-01-preview", + "2022-06-15", + "2021-12-01", + "2021-10-15-preview", + "2021-06-01-preview", + "2020-10-15-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Norway East", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "topics" + }, + { + "apiVersions": [ + "2024-12-15-preview", + "2024-06-01-preview", + "2023-12-15-preview", + "2023-06-01-preview", + "2022-06-15", + "2021-10-15-preview" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Norway East", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "verifiedPartners" + } + ] + }, + { + "namespace": "Microsoft.EventHub", + "resourceTypes": [ + { + "apiVersions": [ + "2018-01-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "availableClusterRegions" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2015-08-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "checkNamespaceAvailability" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2018-01-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "clusters" + }, + { + "apiVersions": [ + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", + "2017-04-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/clusterOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", + "2017-04-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/deleteVirtualNetworkOrSubnets" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/namespaceOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Brazil SouthEast", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "Central US EUAP", + "East Asia", + "East US", + "East US 2", + "East US 2 EUAP", + "France Central", + "France South", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable" + }, + { + "apiVersions": [ + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations/operationStatus" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "defaultApiVersion": "2017-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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/applicationGroups" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/authorizationrules" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", + "2017-04-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/disasterrecoveryconfigs" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/disasterrecoveryconfigs/checkNameAvailability" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/eventhubs" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/eventhubs/authorizationrules" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/eventhubs/consumergroups" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/hoboConfigurations" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/networkSecurityPerimeterAssociationProxies" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/networkSecurityPerimeterConfigurations" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", + "2017-04-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/networkrulesets" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/privateEndpointConnectionProxies" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/privateEndpointConnections" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "sku" + } + ] + }, + { + "namespace": "Microsoft.Experimentation", + "resourceTypes": [ + { + "apiVersions": [ + "2024-11-30-preview", + "2023-09-30-preview", + "2021-11-01-preview" + ], + "defaultApiVersion": "2024-11-30-preview", + "locations": [], + "resourceType": "Operations" + } + ] + }, + { + "namespace": "Microsoft.ExtendedLocation", + "resourceTypes": [ + { + "apiVersions": [ + "2021-08-31-preview", + "2021-08-15", + "2021-03-15-preview" + ], + "defaultApiVersion": "2021-08-15", + "locations": [ + "East US", + "West Europe", + "North Europe", + "France Central", + "Southeast Asia", + "Australia East", + "East US 2", + "West US 2", + "UK South", + "Central US", + "West Central US", + "West US", + "North Central US", + "South Central US", + "Korea Central", + "Japan East", + "East Asia", + "West US 3", + "Canada Central", + "Canada East", + "Switzerland North", + "Sweden Central", + "South Africa North", + "UAE North", + "Brazil South", + "Central India", + "UK West", + "South India", + "Norway East", + "Australia Southeast", + "Italy North", + "Qatar Central", + "Germany West Central", + "East US 2 EUAP" + ], + "resourceType": "customLocations" + }, + { + "apiVersions": [ + "2021-08-31-preview", + "2021-08-15", + "2021-03-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "North Europe", + "France Central", + "Southeast Asia", + "Australia East", + "East US 2", + "West US 2", + "UK South", + "Central US", + "West Central US", + "West US", + "North Central US", + "South Central US", + "Korea Central", + "Japan East", + "East Asia", + "West US 3", + "Canada Central", + "Canada East", + "Switzerland North", + "Sweden Central", + "South Africa North", + "UAE North", + "Brazil South", + "Central India", + "UK West", + "South India", + "Norway East", + "Australia Southeast", + "Italy North", + "Qatar Central", + "Germany West Central", + "East US 2 EUAP" + ], + "resourceType": "customLocations/enabledResourceTypes" + }, + { + "apiVersions": [ + "2021-08-31-preview" + ], + "defaultApiVersion": "2021-08-31-preview", + "locations": [ + "East US", + "West Europe", + "North Europe", + "France Central", + "Southeast Asia", + "Australia East", + "East US 2", + "West US 2", + "UK South", + "Central US", + "West Central US", + "West US", + "North Central US", + "South Central US", + "Korea Central", + "Japan East", + "East Asia", + "West US 3", + "Canada Central", + "Canada East", + "Switzerland North", + "Sweden Central", + "South Africa North", + "UAE North", + "Brazil South", + "Central India", + "UK West", + "South India", + "Norway East", + "Australia Southeast", + "Italy North", + "Qatar Central", + "Germany West Central", + "East US 2 EUAP" + ], + "resourceType": "customLocations/resourceSyncRules" + }, + { + "apiVersions": [ + "2021-03-15-preview", + "2020-07-15-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2021-03-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "North Europe", + "France Central", + "Southeast Asia", + "Australia East", + "East US 2", + "West US 2", + "UK South", + "Central US", + "West Central US", + "West US", + "North Central US", + "South Central US", + "Korea Central", + "Japan East", + "East Asia", + "West US 3", + "Canada Central", + "Canada East", + "Switzerland North", + "Sweden Central", + "South Africa North", + "UAE North", + "Brazil South", + "Central India", + "UK West", + "South India", + "Norway East", + "Australia Southeast", + "Italy North", + "Qatar Central", + "Germany West Central", + "East US 2 Euap" + ], + "resourceType": "locations/operationresults" + }, + { + "apiVersions": [ + "2021-03-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "North Europe", + "France Central", + "Southeast Asia", + "Australia East", + "East US 2", + "West US 2", + "UK South", + "Central US", + "West Central US", + "West US", + "North Central US", + "South Central US", + "Korea Central", + "Japan East", + "East Asia", + "West US 3", + "Canada Central", + "Canada East", + "Switzerland North", + "Sweden Central", + "South Africa North", + "UAE North", + "Brazil South", + "Central India", + "UK West", + "South India", + "Norway East", + "Australia Southeast", + "Italy North", + "Qatar Central", + "Germany West Central", + "East US 2 Euap" + ], + "resourceType": "locations/operationsstatus" + }, + { + "apiVersions": [ + "2021-08-31-preview", + "2021-08-15", + "2021-03-15-preview", + "2020-07-15-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.Fabric", + "resourceTypes": [ + { + "apiVersions": [ + "2023-11-01", + "2022-07-01-preview" + ], + "defaultApiVersion": "2022-07-01-preview", + "locations": [ + "West Central US", + "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 North", + "Germany West Central", + "West India", + "Italy North", + "Mexico Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "Spain Central", + "Israel Central", + "Poland Central", + "South Africa North", + "South Africa West", + "South Central US", + "Southeast Asia", + "South India", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "capacities" + }, + { + "apiVersions": [ + "2023-11-01", + "2022-07-01-preview" + ], + "defaultApiVersion": "2022-07-01-preview", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-11-01", + "2022-07-01-preview" + ], + "defaultApiVersion": "2022-07-01-preview", + "locations": [ + "West Central US", + "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 North", + "Germany West Central", + "West India", + "Italy North", + "Mexico Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "Spain Central", + "Israel Central", + "Poland Central", + "South Africa North", + "South Africa West", + "South Central US", + "Southeast Asia", + "South India", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "locations/checkNameAvailability" + }, + { + "apiVersions": [ + "2023-11-01", + "2022-07-01-preview" + ], + "defaultApiVersion": "2022-07-01-preview", + "locations": [ + "West Central US", + "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 North", + "Germany West Central", + "West India", + "Italy North", + "Mexico Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "Spain Central", + "Israel Central", + "Poland Central", + "South Africa North", + "South Africa West", + "South Central US", + "Southeast Asia", + "South India", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "locations/operationresults" + }, + { + "apiVersions": [ + "2023-11-01", + "2022-07-01-preview" + ], + "defaultApiVersion": "2022-07-01-preview", + "locations": [ + "West Central US", + "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 North", + "Germany West Central", + "West India", + "Italy North", + "Mexico Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "Spain Central", + "Israel Central", + "Poland Central", + "South Africa North", + "South Africa West", + "South Central US", + "Southeast Asia", + "South India", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "locations/operationstatuses" + }, + { + "apiVersions": [ + "2023-11-01", + "2022-07-01-preview" + ], + "defaultApiVersion": "2022-07-01-preview", + "locations": [ + "West Central US", + "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 North", + "Germany West Central", + "West India", + "Italy North", + "Mexico Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "Spain Central", + "Israel Central", + "Poland Central", + "South Africa North", + "South Africa West", + "South Central US", + "Southeast Asia", + "South India", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "locations/usages" + }, + { + "apiVersions": [ + "2023-11-01", + "2022-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-06-01" + ], + "defaultApiVersion": "2024-06-01", + "locations": [ + "global" + ], + "resourceType": "privateLinkServicesForFabric/operationResults" + } + ] + }, + { + "namespace": "Microsoft.FairfieldGardens", + "resourceTypes": [ + { + "apiVersions": [ + "2023-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "DeviceProvisioningStates" + }, + { + "apiVersions": [ + "2023-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "ProvisioningResources" + }, + { + "apiVersions": [ + "2023-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "ProvisioningResources/ProvisioningPolicies" + }, + { + "apiVersions": [ + "2023-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "locations/operationStatuses" + } + ] + }, + { + "namespace": "Microsoft.Falcon", + "resourceTypes": [ + { + "apiVersions": [ + "2020-01-20-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US" + ], + "resourceType": "namespaces" + } + ] + }, + { + "namespace": "Microsoft.Features", + "resourceTypes": [ + { + "apiVersions": [ + "2021-07-01", + "2020-09-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "featureConfigurations" + }, + { + "apiVersions": [ + "2021-07-01", + "2020-09-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "featureProviderNamespaces" + }, + { + "apiVersions": [ + "2021-07-01", + "2020-09-01", + "2020-01-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "featureProviders" + }, + { + "apiVersions": [ + "2021-07-01", + "2015-12-01", + "2014-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "features" + }, + { + "apiVersions": [ + "2021-07-01", + "2015-12-01", + "2014-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2021-07-01", + "2015-12-01", + "2014-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "providers" + }, + { + "apiVersions": [ + "2021-07-01", + "2020-09-01", + "2020-01-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "subscriptionFeatureRegistrations" + } + ] + }, + { + "namespace": "Microsoft.FluidRelay", + "resourceTypes": [ + { + "apiVersions": [ + "2021-08-30-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2021-08-30-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US 2", + "Southeast Asia", + "West Europe" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2022-06-01", + "2022-05-26", + "2022-05-11", + "2022-04-21", + "2022-02-15", + "2021-03-12-preview", + "2021-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2022-06-01", + "2022-05-26", + "2022-05-11", + "2022-04-21", + "2022-04-03", + "2022-02-23-preview", + "2022-02-16-preview", + "2022-02-15", + "2021-09-10-preview", + "2021-08-30-preview", + "2021-06-15-preview", + "2021-03-12-preview" + ], + "defaultApiVersion": "2022-06-01", + "locations": [ + "East US", + "East US 2", + "South Central US", + "West US 2", + "West US 3", + "Central US", + "Australia East", + "Southeast Asia", + "Japan East", + "Canada Central", + "Central India", + "Korea Central", + "South Africa North", + "Brazil South", + "East Asia", + "UAE North", + "North Europe", + "Sweden Central", + "UK South", + "West Europe", + "France Central", + "Switzerland North", + "Norway East", + "Germany West Central" + ], + "resourceType": "fluidRelayServers" + }, + { + "apiVersions": [ + "2022-06-01", + "2022-05-26", + "2022-05-11", + "2022-04-21", + "2022-02-15", + "2021-09-10-preview", + "2021-08-30-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "South Central US", + "West US 2", + "West US 3", + "Central US", + "Australia East", + "Southeast Asia", + "Japan East", + "Canada Central", + "Central India", + "Korea Central", + "South Africa North", + "Brazil South", + "East Asia", + "UAE North", + "North Europe", + "Sweden Central", + "UK South", + "West Europe", + "France Central", + "Switzerland North", + "Norway East", + "Germany West Central" + ], + "resourceType": "fluidRelayServers/fluidRelayContainers" + } + ] + }, + { + "namespace": "Microsoft.GraphServices", + "resourceTypes": [ + { + "apiVersions": [ + "2023-04-13", + "2022-09-22-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2023-04-13", + "2022-09-22-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2023-04-13", + "2022-09-22-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2023-04-13", + "2022-09-22-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "RegisteredSubscriptions" + }, + { + "apiVersions": [ + "2023-04-13", + "2022-09-22-preview" + ], + "defaultApiVersion": "2023-04-13", + "locations": [ + "global" + ], + "resourceType": "accounts" + } + ] + }, + { + "namespace": "Microsoft.GuestConfiguration", + "resourceTypes": [ + { + "apiVersions": [ + "2024-04-05", + "2022-01-25", + "2021-01-25", + "2020-06-25", + "2018-11-20", + "2018-06-30-preview", + "2018-01-20-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "guestConfigurationAssignments" + }, + { + "apiVersions": [ + "2024-04-05", + "2022-01-25", + "2021-01-25", + "2020-06-25", + "2018-11-20", + "2018-06-30-preview", + "2018-01-20-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.HDInsight", + "resourceTypes": [ + { + "apiVersions": [ + "2024-08-01-preview", + "2023-08-15-preview", + "2023-04-15-preview", + "2021-06-01", + "2018-06-01-preview", + "2015-03-01-preview" + ], + "defaultApiVersion": "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" + ], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-11-01-preview", + "2023-06-01-preview", + "2021-09-15-preview" + ], + "defaultApiVersion": "2023-11-01-preview", + "locations": [ + "East US", + "East US 2", + "West US 2", + "West US 3", + "West Europe", + "Central India", + "Canada Central", + "Korea Central", + "UK South", + "East Asia", + "East US 2 EUAP", + "West US", + "Japan East", + "Australia East", + "North Europe", + "Brazil South", + "Norway East", + "Switzerland North", + "France Central", + "Germany North", + "Central US", + "Sweden Central", + "South Central US", + "Southeast Asia", + "Australia Southeast", + "South Africa North", + "UAE North" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-11-01-preview", + "2023-06-01-preview", + "2021-09-15-preview" + ], + "defaultApiVersion": "2024-05-01-preview", + "locations": [ + "East US", + "West US 2", + "West US 3", + "East US 2", + "West Europe", + "Central India", + "Korea Central", + "UK South", + "East Asia", + "West US", + "Japan East", + "Australia East", + "Canada Central", + "North Europe", + "Brazil South", + "Norway East", + "Switzerland North", + "France Central", + "Germany North", + "Central US", + "South Central US", + "Southeast Asia", + "East US 2 EUAP" + ], + "resourceType": "Locations/availableclusterpoolversions" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-11-01-preview", + "2023-06-01-preview", + "2021-09-15-preview" + ], + "defaultApiVersion": "2024-05-01-preview", + "locations": [ + "East US", + "West US 2", + "West US 3", + "East US 2", + "West Europe", + "Central India", + "Korea Central", + "UK South", + "East Asia", + "West US", + "Japan East", + "Australia East", + "Canada Central", + "North Europe", + "Brazil South", + "Norway East", + "Switzerland North", + "France Central", + "Germany North", + "Central US", + "South Central US", + "Southeast Asia", + "East US 2 EUAP" + ], + "resourceType": "Locations/availableclusterversions" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-11-01-preview", + "2023-06-01-preview", + "2021-09-15-preview" + ], + "defaultApiVersion": "2024-05-01-preview", + "locations": [ + "East US", + "West US 2", + "West US 3", + "East US 2", + "West Europe", + "Central India", + "Korea Central", + "UK South", + "East Asia", + "West US", + "Japan East", + "Australia East", + "Canada Central", + "North Europe", + "Brazil South", + "Norway East", + "Switzerland North", + "France Central", + "Germany North", + "Central US", + "South Central US", + "Southeast Asia", + "East US 2 EUAP" + ], + "resourceType": "Locations/clusterofferingversions" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-11-01-preview", + "2023-06-01-preview", + "2021-09-15-preview" + ], + "defaultApiVersion": "2024-05-01-preview", + "locations": [ + "East US", + "West US 2", + "East US 2", + "West Europe", + "Korea Central", + "UK South", + "West US 3", + "Central India", + "East Asia", + "West US", + "Japan East", + "Australia East", + "Canada Central", + "North Europe", + "Brazil South", + "Norway East", + "Switzerland North", + "France Central", + "Germany North", + "Central US", + "South Central US", + "Southeast Asia", + "East US 2 EUAP" + ], + "resourceType": "clusterpools" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-11-01-preview" + ], + "defaultApiVersion": "2024-05-01-preview", + "locations": [ + "West US 2", + "West US 3", + "East US 2", + "East US", + "West Europe", + "Central India", + "Korea Central", + "UK South", + "East Asia", + "West US", + "Japan East", + "Australia East", + "Canada Central", + "North Europe", + "Brazil South", + "Norway East", + "Switzerland North", + "France Central", + "Germany North", + "Central US", + "South Central US", + "Southeast Asia", + "East US 2 EUAP" + ], + "resourceType": "clusterpools/availableupgrades" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-11-01-preview", + "2023-06-01-preview", + "2021-09-15-preview" + ], + "defaultApiVersion": "2024-05-01-preview", + "locations": [ + "East US", + "West US 2", + "West US 3", + "East US 2", + "Central India", + "Korea Central", + "UK South", + "West Europe", + "East Asia", + "West US", + "Japan East", + "Australia East", + "Canada Central", + "North Europe", + "Brazil South", + "Norway East", + "Switzerland North", + "France Central", + "Germany North", + "Central US", + "South Central US", + "Southeast Asia", + "East US 2 EUAP" + ], + "resourceType": "clusterpools/clusters" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-11-01-preview" + ], + "defaultApiVersion": "2024-05-01-preview", + "locations": [ + "West US 2", + "West US 3", + "East US 2", + "East US", + "West Europe", + "Central India", + "Korea Central", + "UK South", + "East Asia", + "West US", + "Japan East", + "Australia East", + "Canada Central", + "North Europe", + "Brazil South", + "Norway East", + "Switzerland North", + "France Central", + "Germany North", + "Central US", + "South Central US", + "Southeast Asia", + "East US 2 EUAP" + ], + "resourceType": "clusterpools/clusters/availableupgrades" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-11-01-preview", + "2023-06-01-preview", + "2021-09-15-preview" + ], + "defaultApiVersion": "2024-05-01-preview", + "locations": [ + "West US 2", + "West US 3", + "East US 2", + "East US", + "West Europe", + "Central India", + "Korea Central", + "UK South", + "East Asia", + "West US", + "Japan East", + "Australia East", + "Canada Central", + "North Europe", + "Brazil South", + "Norway East", + "Switzerland North", + "France Central", + "Germany North", + "Central US", + "South Central US", + "Southeast Asia", + "East US 2 EUAP" + ], + "resourceType": "clusterpools/clusters/instanceViews" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-11-01-preview", + "2023-06-01-preview", + "2021-09-15-preview" + ], + "defaultApiVersion": "2024-05-01-preview", + "locations": [ + "West US 2", + "West US 3", + "East US 2", + "East US", + "West Europe", + "Central India", + "Korea Central", + "UK South", + "East Asia", + "West US", + "Japan East", + "Australia East", + "Canada Central", + "North Europe", + "Brazil South", + "Norway East", + "Switzerland North", + "France Central", + "Germany North", + "Central US", + "South Central US", + "Southeast Asia", + "East US 2 EUAP" + ], + "resourceType": "clusterpools/clusters/jobs" + }, + { + "apiVersions": [ + "2024-05-01-preview" + ], + "defaultApiVersion": "2024-05-01-preview", + "locations": [ + "West US 2", + "West US 3", + "East US 2", + "East US", + "West Europe", + "Central India", + "Korea Central", + "UK South", + "East Asia", + "West US", + "Japan East", + "Australia East", + "Canada Central", + "North Europe", + "Brazil South", + "Norway East", + "Switzerland North", + "France Central", + "Germany North", + "Central US", + "South Central US", + "Southeast Asia", + "East US 2 EUAP" + ], + "resourceType": "clusterpools/clusters/libraries" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-11-01-preview", + "2023-06-01-preview", + "2021-09-15-preview" + ], + "defaultApiVersion": "2024-05-01-preview", + "locations": [ + "East US", + "West US 2", + "West US 3", + "East US 2", + "West Europe", + "Central India", + "Korea Central", + "UK South", + "East Asia", + "West US", + "Japan East", + "Australia East", + "Canada Central", + "North Europe", + "Brazil South", + "Norway East", + "Switzerland North", + "France Central", + "Germany North", + "Central US", + "South Central US", + "Southeast Asia", + "East US 2 EUAP" + ], + "resourceType": "clusterpools/clusters/serviceConfigs" + }, + { + "apiVersions": [ + "2024-05-01-preview" + ], + "defaultApiVersion": "2024-05-01-preview", + "locations": [ + "West US 2", + "West US 3", + "East US 2", + "East US", + "West Europe", + "Central India", + "Korea Central", + "UK South", + "East Asia", + "West US", + "Japan East", + "Australia East", + "Canada Central", + "North Europe", + "Brazil South", + "Norway East", + "Switzerland North", + "France Central", + "Germany North", + "Central US", + "South Central US", + "Southeast Asia", + "East US 2 EUAP" + ], + "resourceType": "clusterpools/clusters/upgradehistories" + }, + { + "apiVersions": [ + "2024-05-01-preview" + ], + "defaultApiVersion": "2024-05-01-preview", + "locations": [ + "West US 2", + "West US 3", + "East US 2", + "East US", + "West Europe", + "Central India", + "Korea Central", + "UK South", + "East Asia", + "West US", + "Japan East", + "Australia East", + "Canada Central", + "North Europe", + "Brazil South", + "Norway East", + "Switzerland North", + "France Central", + "Germany North", + "Central US", + "South Central US", + "Southeast Asia", + "East US 2 EUAP" + ], + "resourceType": "clusterpools/upgradehistories" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2023-08-15-preview", + "2023-04-15-preview", + "2021-06-01", + "2018-06-01-preview", + "2015-03-01-preview" + ], + "defaultApiVersion": "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", + "Australia Central", + "UAE North", + "UAE Central", + "Switzerland North", + "Switzerland West", + "South Africa North", + "Germany West Central", + "Brazil Southeast", + "Norway East", + "West US 3", + "Sweden Central", + "Germany North", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP" + ], + "resourceType": "clusters" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2023-08-15-preview", + "2023-04-15-preview", + "2021-06-01", + "2018-06-01-preview", + "2015-03-01-preview" + ], + "defaultApiVersion": "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", + "Australia Central", + "UAE North", + "UAE Central", + "Switzerland North", + "Switzerland West", + "South Africa North", + "Germany West Central", + "Brazil Southeast", + "Norway East", + "West US 3", + "Sweden Central", + "Germany North", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP" + ], + "resourceType": "clusters/applications" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2023-08-15-preview", + "2023-04-15-preview", + "2021-06-01", + "2018-06-01-preview", + "2015-03-01-preview" + ], + "defaultApiVersion": "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", + "Australia Central", + "UAE North", + "UAE Central", + "Switzerland North", + "Switzerland West", + "South Africa North", + "Germany West Central", + "Brazil Southeast", + "Norway East", + "West US 3", + "Sweden Central", + "Germany North", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP" + ], + "resourceType": "clusters/operationresults" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2023-08-15-preview", + "2023-04-15-preview", + "2021-06-01", + "2018-06-01-preview", + "2015-03-01-preview" + ], + "defaultApiVersion": "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", + "Australia Central", + "UAE North", + "UAE Central", + "Switzerland North", + "Switzerland West", + "South Africa North", + "Germany West Central", + "Brazil Southeast", + "Norway East", + "West US 3", + "Sweden Central", + "Germany North", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP" + ], + "resourceType": "locations/azureasyncoperations" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2023-08-15-preview", + "2023-04-15-preview", + "2021-06-01", + "2018-06-01-preview", + "2015-03-01-preview" + ], + "defaultApiVersion": "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", + "Australia Central", + "UAE North", + "UAE Central", + "Switzerland North", + "Switzerland West", + "South Africa North", + "Germany West Central", + "Brazil Southeast", + "Norway East", + "West US 3", + "Sweden Central", + "Germany North", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP" + ], + "resourceType": "locations/billingSpecs" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2023-08-15-preview", + "2023-04-15-preview", + "2021-06-01", + "2018-06-01-preview", + "2015-03-01-preview" + ], + "defaultApiVersion": "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", + "Australia Central", + "UAE North", + "UAE Central", + "Switzerland North", + "Switzerland West", + "South Africa North", + "Germany West Central", + "Brazil Southeast", + "Norway East", + "West US 3", + "Sweden Central", + "Germany North", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP" + ], + "resourceType": "locations/capabilities" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2023-08-15-preview", + "2023-04-15-preview", + "2021-06-01", + "2018-06-01-preview", + "2015-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East Asia", + "Southeast Asia", + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "West Europe", + "Japan East", + "Japan West", + "Australia East", + "Australia Southeast", + "Brazil South", + "Central India", + "Korea Central", + "UK South", + "Canada Central", + "Norway East", + "Switzerland North", + "France Central", + "Germany North", + "Sweden Central", + "South Africa North", + "UAE North", + "East US 2 EUAP" + ], + "resourceType": "locations/checkNameAvailability" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2023-08-15-preview", + "2023-04-15-preview", + "2021-06-01", + "2018-06-01-preview", + "2015-03-01-preview" + ], + "defaultApiVersion": "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", + "Australia Central", + "UAE North", + "UAE Central", + "Switzerland North", + "Switzerland West", + "South Africa North", + "Germany West Central", + "Brazil Southeast", + "Norway East", + "West US 3", + "Sweden Central", + "Germany North", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP" + ], + "resourceType": "locations/operationresults" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2023-08-15-preview", + "2023-04-15-preview", + "2021-06-01", + "2018-06-01-preview", + "2015-03-01-preview" + ], + "defaultApiVersion": "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", + "Australia Central", + "UAE North", + "UAE Central", + "Switzerland North", + "Switzerland West", + "South Africa North", + "Germany West Central", + "Brazil Southeast", + "Norway East", + "West US 3", + "Sweden Central", + "Germany North", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP" + ], + "resourceType": "locations/usages" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2023-08-15-preview", + "2023-04-15-preview", + "2021-06-01", + "2018-06-01-preview", + "2015-03-01-preview" + ], + "defaultApiVersion": "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", + "Australia Central", + "UAE North", + "UAE Central", + "Switzerland North", + "Switzerland West", + "South Africa North", + "Germany West Central", + "Brazil Southeast", + "Norway East", + "West US 3", + "Sweden Central", + "Germany North", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP" + ], + "resourceType": "locations/validateCreateRequest" + }, + { + "apiVersions": [ + "2023-06-01-preview", + "2021-09-15-preview" + ], + "defaultApiVersion": "2023-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", + "Central India" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.HanaOnAzure", + "resourceTypes": [ + { + "apiVersions": [ + "2017-11-03-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Germany West Central", + "West US", + "West US 2", + "East US", + "East US 2", + "South Central US" + ], + "resourceType": "hanaInstances" + }, + { + "apiVersions": [ + "2017-11-03-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2017-11-03-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Germany West Central", + "West US", + "West US 2", + "East US", + "East US 2", + "South Central US" + ], + "resourceType": "locations/operations" + }, + { + "apiVersions": [ + "2017-11-03-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Germany West Central", + "West US", + "West US 2", + "East US", + "East US 2", + "South Central US" + ], + "resourceType": "locations/operationsStatus" + }, + { + "apiVersions": [ + "2017-11-03-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Germany West Central", + "West US", + "West US 2", + "East US", + "East US 2", + "South Central US" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.Hardware", + "resourceTypes": [ + { + "apiVersions": [ + "2023-02-22-preview" + ], + "defaultApiVersion": "2023-02-22-preview", + "locations": [ + "global" + ], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2023-07-12-preview" + ], + "defaultApiVersion": "2023-07-12-preview", + "locations": [ + "global" + ], + "resourceType": "orderPreview" + }, + { + "apiVersions": [ + "2023-07-12-preview" + ], + "defaultApiVersion": "2023-07-12-preview", + "locations": [ + "West Central US", + "West US 2", + "East US", + "West US" + ], + "resourceType": "orders" + }, + { + "apiVersions": [ + "2023-07-12-preview" + ], + "defaultApiVersion": "2023-07-12-preview", + "locations": [], + "resourceType": "registeredSubscriptions" + } + ] + }, + { + "namespace": "Microsoft.HardwareSecurityModules", + "resourceTypes": [ + { + "apiVersions": [ + "2024-06-30-preview", + "2022-08-31-preview" + ], + "defaultApiVersion": "2024-06-30-preview", + "locations": [ + "UK West" + ], + "resourceType": "cloudHsmClusters" + }, + { + "apiVersions": [ + "2021-11-30", + "2018-10-31-preview", + "2018-10-31" + ], + "defaultApiVersion": "2018-10-31", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-06-30-preview", + "2022-08-31-preview" + ], + "defaultApiVersion": "2024-06-30-preview", + "locations": [ + "UK West" + ], + "resourceType": "locations/cloudHsmOperationResults" + }, + { + "apiVersions": [ + "2024-06-30-preview", + "2022-08-31-preview", + "2021-11-30", + "2018-10-31-preview", + "2018-10-31" + ], + "defaultApiVersion": "2024-06-30-preview", + "locations": [ + "West Central US", + "East US", + "East US 2", + "South Central US", + "Central US", + "West US", + "East Asia", + "Southeast Asia", + "North Europe", + "West Europe", + "Canada Central", + "UK South", + "UK West", + "Australia East", + "Australia Southeast", + "West US 2", + "South India", + "Central India", + "Japan East", + "Japan West", + "Switzerland North", + "Switzerland West", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.HealthBot", + "resourceTypes": [ + { + "apiVersions": [ + "2024-02-01", + "2023-05-01", + "2022-08-08", + "2021-08-24", + "2021-06-10", + "2020-12-08" + ], + "defaultApiVersion": "2024-02-01", + "locations": [], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2024-02-01", + "2023-05-01", + "2022-08-08", + "2021-08-24", + "2021-06-10", + "2020-12-08" + ], + "defaultApiVersion": "2024-02-01", + "locations": [ + "East US", + "West Europe", + "East US 2", + "West US 2", + "South Central US", + "UK South", + "North Europe", + "Southeast Asia", + "Australia East", + "East US 2 EUAP", + "Central India", + "West Central US", + "UAE North" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2024-02-01", + "2023-05-01", + "2022-08-08", + "2021-08-24", + "2021-06-10", + "2020-12-08" + ], + "defaultApiVersion": "2024-02-01", + "locations": [], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2024-02-01", + "2023-05-01", + "2022-08-08", + "2021-08-24", + "2021-06-10", + "2020-12-08" + ], + "defaultApiVersion": "2024-02-01", + "locations": [ + "East US", + "West Europe", + "East US 2", + "West US 2", + "South Central US", + "UK South", + "North Europe", + "Southeast Asia", + "Australia East", + "Central India", + "West Central US", + "UAE North", + "East US 2 EUAP" + ], + "resourceType": "healthBots" + } + ] + }, + { + "namespace": "Microsoft.HealthDataAIServices", + "resourceTypes": [ + { + "apiVersions": [ + "2024-09-20", + "2024-02-28-preview" + ], + "defaultApiVersion": "2024-09-20", + "locations": [ + "East US", + "East US 2", + "West US 2", + "West US 3", + "South Central US", + "Canada Central", + "UK South", + "East US 2 EUAP" + ], + "resourceType": "deidServices" + }, + { + "apiVersions": [ + "2024-09-20", + "2024-02-28-preview" + ], + "defaultApiVersion": "2024-09-20", + "locations": [ + "East US", + "East US 2", + "West US 2", + "West US 3", + "South Central US", + "Canada Central", + "UK South", + "East US 2 EUAP" + ], + "resourceType": "deidServices/privateEndpointConnections" + }, + { + "apiVersions": [ + "2024-09-20", + "2024-02-28-preview" + ], + "defaultApiVersion": "2024-09-20", + "locations": [ + "East US", + "East US 2", + "West US 2", + "West US 3", + "South Central US", + "UK South", + "Canada Central", + "East US 2 EUAP" + ], + "resourceType": "deidServices/privateLinkResources" + }, + { + "apiVersions": [ + "2024-09-20", + "2024-02-28-preview" + ], + "defaultApiVersion": "2024-09-20", + "locations": [ + "global" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-09-20", + "2024-02-28-preview" + ], + "defaultApiVersion": "2024-09-20", + "locations": [ + "Central US", + "Canada Central", + "UK South", + "East US", + "East US 2", + "West US 2", + "West US 3", + "South Central US", + "East US 2 EUAP" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-09-20", + "2024-02-28-preview" + ], + "defaultApiVersion": "2024-09-20", + "locations": [ + "global" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.HealthModel", + "resourceTypes": [ + { + "apiVersions": [ + "2022-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Operations" + } + ] + }, + { + "namespace": "Microsoft.HealthcareApis", + "resourceTypes": [ + { + "apiVersions": [ + "2024-03-31", + "2024-03-01", + "2023-12-01", + "2023-11-01-preview", + "2023-11-01", + "2023-10-15-preview", + "2023-09-06", + "2023-06-01-preview", + "2023-02-28", + "2022-12-01", + "2022-06-01", + "2022-05-15", + "2022-01-31-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-03-31-preview", + "2021-01-11", + "2020-03-30", + "2020-03-15", + "2019-09-16", + "2018-08-20-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2024-03-31", + "2024-03-01", + "2023-12-01", + "2023-11-01-preview", + "2023-11-01", + "2023-10-15-preview", + "2023-09-06", + "2023-06-01-preview", + "2023-02-28", + "2022-12-01", + "2022-06-01", + "2022-05-15", + "2022-01-31-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-11", + "2020-03-30", + "2020-03-15", + "2019-09-16", + "2018-08-20-preview" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "Canada Central", + "South Africa North", + "Switzerland North", + "Central India", + "West US 3", + "Korea Central", + "Sweden Central", + "France Central", + "Qatar Central" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-03-31", + "2024-03-01", + "2023-12-01", + "2023-11-01-preview", + "2023-11-01", + "2023-10-15-preview", + "2023-09-06", + "2023-06-01-preview", + "2023-02-28", + "2022-12-01", + "2022-06-01", + "2022-05-15", + "2022-01-31-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-11", + "2020-05-01-preview", + "2020-03-30", + "2020-03-15", + "2019-09-16", + "2018-08-20-preview" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "Canada Central", + "South Africa North", + "Switzerland North", + "Central India", + "West US 3", + "Korea Central", + "Sweden Central", + "France Central", + "Qatar Central" + ], + "resourceType": "locations/operationresults" + }, + { + "apiVersions": [ + "2024-03-31", + "2024-03-01", + "2023-12-01", + "2023-11-01-preview", + "2023-11-01", + "2023-10-15-preview", + "2023-09-06", + "2023-06-01-preview", + "2023-02-28", + "2022-12-01", + "2022-06-01", + "2022-05-15", + "2022-01-31-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-11", + "2020-03-30", + "2020-03-15", + "2019-09-16", + "2018-08-20-preview" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "Canada Central", + "South Africa North", + "Switzerland North", + "Central India", + "West US 3", + "Korea Central", + "Sweden Central", + "France Central", + "Qatar Central" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-03-31", + "2024-03-01", + "2023-12-01", + "2023-11-01-preview", + "2023-11-01", + "2023-10-15-preview", + "2023-09-06", + "2023-06-01-preview", + "2023-02-28", + "2022-12-01", + "2022-06-01", + "2022-05-15", + "2022-01-31-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-11", + "2020-03-30", + "2020-03-15", + "2019-09-16", + "2018-08-20-preview" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "Canada Central", + "South Africa North", + "Switzerland North", + "Central India", + "West US 3", + "Sweden Central", + "Korea Central", + "France Central" + ], + "resourceType": "services" + }, + { + "apiVersions": [ + "2020-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "Canada Central", + "South Africa North", + "Switzerland North" + ], + "resourceType": "services/iomtconnectors" + }, + { + "apiVersions": [ + "2020-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "Canada Central", + "South Africa North", + "Switzerland North" + ], + "resourceType": "services/iomtconnectors/connections" + }, + { + "apiVersions": [ + "2020-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "Canada Central", + "South Africa North", + "Switzerland North" + ], + "resourceType": "services/iomtconnectors/mappings" + }, + { + "apiVersions": [ + "2024-03-31", + "2024-03-01", + "2023-12-01", + "2023-11-01-preview", + "2023-11-01", + "2023-10-15-preview", + "2023-09-06", + "2023-06-01-preview", + "2023-02-28", + "2022-12-01", + "2022-06-01", + "2022-05-15", + "2022-01-31-preview", + "2021-11-01", + "2021-06-01-preview", + "2020-03-30" + ], + "defaultApiVersion": null, + "locations": [ + "UK West", + "North Central US", + "West US 2", + "Australia East", + "UK South", + "East US", + "West Europe", + "South Central US", + "East US 2", + "North Europe", + "West Central US", + "Japan East", + "Germany West Central", + "Canada Central", + "South Africa North", + "Switzerland North", + "Central India", + "West US 3", + "Southeast Asia", + "Sweden Central", + "Korea Central", + "France Central" + ], + "resourceType": "services/privateEndpointConnectionProxies" + }, + { + "apiVersions": [ + "2024-03-31", + "2024-03-01", + "2023-12-01", + "2023-11-01-preview", + "2023-11-01", + "2023-10-15-preview", + "2023-09-06", + "2023-06-01-preview", + "2023-02-28", + "2022-12-01", + "2022-06-01", + "2022-05-15", + "2022-01-31-preview", + "2021-11-01", + "2021-06-01-preview", + "2020-03-30" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "Canada Central", + "South Africa North", + "Switzerland North", + "Central India", + "West US 3", + "Sweden Central", + "Korea Central", + "France Central" + ], + "resourceType": "services/privateEndpointConnections" + }, + { + "apiVersions": [ + "2024-03-31", + "2024-03-01", + "2023-12-01", + "2023-11-01-preview", + "2023-11-01", + "2023-10-15-preview", + "2023-09-06", + "2023-06-01-preview", + "2023-02-28", + "2022-12-01", + "2022-06-01", + "2022-05-15", + "2022-01-31-preview", + "2021-11-01", + "2021-06-01-preview", + "2020-03-30" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "Canada Central", + "South Africa North", + "Switzerland North", + "Central India", + "West US 3", + "Sweden Central", + "Korea Central", + "France Central" + ], + "resourceType": "services/privateLinkResources" + }, + { + "apiVersions": [ + "2022-01-31-preview" + ], + "defaultApiVersion": null, + "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", + "Germany North", + "Germany West Central", + "Canada Central", + "South Africa North", + "Switzerland North", + "Central India", + "West US 3", + "Korea Central", + "Sweden Central", + "Brazil South", + "East Asia", + "Japan West", + "Qatar Central", + "France Central" + ], + "resourceType": "validateMedtechMappings" + }, + { + "apiVersions": [ + "2024-03-31", + "2024-03-01", + "2023-12-01", + "2023-11-01-preview", + "2023-11-01", + "2023-10-15-preview", + "2023-09-06", + "2023-06-01-preview", + "2023-02-28", + "2022-12-01", + "2022-06-01", + "2022-05-15", + "2022-01-31-preview", + "2021-11-01", + "2021-06-01-preview" + ], + "defaultApiVersion": "2023-12-01", + "locations": [ + "South Central US", + "North Europe", + "West Europe", + "East US", + "East US 2", + "Australia East", + "UK South", + "West US 2", + "Canada Central", + "Switzerland North", + "West US 3", + "Central India", + "Southeast Asia", + "Korea Central", + "Sweden Central", + "North Central US", + "France Central", + "Qatar Central", + "Japan East", + "West Central US", + "Germany West Central" + ], + "resourceType": "workspaces" + }, + { + "apiVersions": [ + "2024-03-31", + "2024-03-01", + "2023-12-01", + "2023-11-01-preview", + "2023-11-01", + "2023-10-15-preview", + "2023-09-06", + "2023-06-01-preview", + "2023-02-28", + "2022-12-01", + "2022-06-01", + "2022-05-15", + "2022-01-31-preview", + "2021-11-01", + "2021-06-01-preview" + ], + "defaultApiVersion": "2023-12-01", + "locations": [ + "South Central US", + "North Europe", + "West Europe", + "East US", + "East US 2", + "Australia East", + "UK South", + "West US 2", + "Canada Central", + "Switzerland North", + "Central India", + "West US 3", + "Southeast Asia", + "Korea Central", + "Sweden Central", + "North Central US", + "France Central", + "Qatar Central", + "Japan East", + "West Central US", + "Germany West Central" + ], + "resourceType": "workspaces/dicomservices" + }, + { + "apiVersions": [ + "2024-03-31", + "2024-03-01", + "2023-12-01", + "2023-11-01-preview", + "2023-11-01", + "2023-10-15-preview", + "2023-09-06", + "2023-06-01-preview", + "2023-04-15-preview", + "2023-02-28", + "2023-02-01-preview", + "2022-12-01", + "2022-11-01-preview", + "2022-10-01-preview", + "2022-06-01", + "2022-05-15", + "2022-01-31-preview", + "2021-11-01", + "2021-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "North Europe", + "West Europe", + "East US", + "East US 2", + "Australia East", + "UK South", + "West US 2", + "Canada Central", + "Switzerland North", + "Central India", + "West US 3", + "Southeast Asia", + "Korea Central", + "Sweden Central", + "North Central US", + "France Central", + "Qatar Central", + "Japan East", + "West Central US", + "Germany West Central" + ], + "resourceType": "workspaces/eventGridFilters" + }, + { + "apiVersions": [ + "2024-03-31", + "2024-03-01", + "2023-12-01", + "2023-11-01-preview", + "2023-11-01", + "2023-10-15-preview", + "2023-09-06", + "2023-06-01-preview", + "2023-02-28", + "2022-12-01", + "2022-06-01", + "2022-05-15", + "2022-01-31-preview", + "2021-11-01", + "2021-06-01-preview" + ], + "defaultApiVersion": "2024-03-31", + "locations": [ + "South Central US", + "North Europe", + "West Europe", + "East US", + "East US 2", + "Australia East", + "UK South", + "West US 2", + "Canada Central", + "Switzerland North", + "Central India", + "West US 3", + "Southeast Asia", + "Korea Central", + "Sweden Central", + "North Central US", + "France Central", + "Qatar Central", + "Japan East", + "West Central US", + "Germany West Central" + ], + "resourceType": "workspaces/fhirservices" + }, + { + "apiVersions": [ + "2024-03-31", + "2024-03-01", + "2023-12-01", + "2023-11-01-preview", + "2023-11-01", + "2023-10-15-preview", + "2023-09-06", + "2023-06-01-preview", + "2023-02-28", + "2022-12-01", + "2022-06-01", + "2022-05-15", + "2022-01-31-preview", + "2021-11-01", + "2021-06-01-preview" + ], + "defaultApiVersion": "2023-12-01", + "locations": [ + "South Central US", + "North Europe", + "West Europe", + "East US", + "East US 2", + "Australia East", + "UK South", + "West US 2", + "Canada Central", + "Switzerland North", + "Central India", + "West US 3", + "Southeast Asia", + "Korea Central", + "Sweden Central", + "North Central US", + "France Central", + "Qatar Central", + "Japan East", + "West Central US", + "Germany West Central" + ], + "resourceType": "workspaces/iotconnectors" + }, + { + "apiVersions": [ + "2024-03-31", + "2024-03-01", + "2023-12-01", + "2023-11-01-preview", + "2023-11-01", + "2023-10-15-preview", + "2023-09-06", + "2023-06-01-preview", + "2023-02-28", + "2022-12-01", + "2022-06-01", + "2022-05-15", + "2022-01-31-preview", + "2021-11-01", + "2021-06-01-preview" + ], + "defaultApiVersion": "2023-12-01", + "locations": [ + "South Central US", + "North Europe", + "West Europe", + "East US", + "East US 2", + "Australia East", + "UK South", + "West US 2", + "Canada Central", + "Switzerland North", + "Central India", + "West US 3", + "Southeast Asia", + "Korea Central", + "Sweden Central", + "North Central US", + "France Central", + "Qatar Central", + "Japan East", + "West Central US", + "Germany West Central" + ], + "resourceType": "workspaces/iotconnectors/fhirdestinations" + }, + { + "apiVersions": [ + "2024-03-31", + "2024-03-01", + "2023-12-01", + "2023-11-01-preview", + "2023-11-01", + "2023-10-15-preview", + "2023-09-06", + "2023-06-01-preview", + "2023-02-28", + "2022-12-01", + "2022-06-01", + "2022-05-15", + "2022-01-31-preview", + "2021-11-01", + "2021-03-31-preview" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "North Europe", + "West Europe", + "East US", + "East US 2", + "Australia East", + "UK South", + "West US 2", + "Canada Central", + "Switzerland North", + "Central India", + "West US 3", + "Southeast Asia", + "Korea Central", + "Sweden Central", + "North Central US", + "France Central", + "Qatar Central", + "Japan East", + "West Central US", + "Germany West Central" + ], + "resourceType": "workspaces/privateEndpointConnectionProxies" + }, + { + "apiVersions": [ + "2024-03-31", + "2024-03-01", + "2023-12-01", + "2023-11-01-preview", + "2023-11-01", + "2023-10-15-preview", + "2023-09-06", + "2023-06-01-preview", + "2023-02-28", + "2022-12-01", + "2022-06-01", + "2022-05-15", + "2022-01-31-preview", + "2021-11-01", + "2021-03-31-preview" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "North Europe", + "West Europe", + "East US", + "East US 2", + "Australia East", + "UK South", + "West US 2", + "Canada Central", + "Switzerland North", + "Central India", + "West US 3", + "Southeast Asia", + "Korea Central", + "Sweden Central", + "North Central US", + "France Central", + "Qatar Central", + "Japan East", + "West Central US", + "Germany West Central" + ], + "resourceType": "workspaces/privateEndpointConnections" + }, + { + "apiVersions": [ + "2024-03-31", + "2024-03-01", + "2023-12-01", + "2023-11-01-preview", + "2023-11-01", + "2023-10-15-preview", + "2023-09-06", + "2023-06-01-preview", + "2023-02-28", + "2022-12-01", + "2022-06-01", + "2022-05-15", + "2022-01-31-preview", + "2021-11-01", + "2021-03-31-preview" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "North Europe", + "West Europe", + "East US", + "East US 2", + "Australia East", + "UK South", + "West US 2", + "Canada Central", + "Switzerland North", + "Central India", + "West US 3", + "Southeast Asia", + "Korea Central", + "Sweden Central", + "North Central US", + "France Central", + "Qatar Central", + "Japan East", + "West Central US", + "Germany West Central" + ], + "resourceType": "workspaces/privateLinkResources" + } + ] + }, + { + "namespace": "Microsoft.Help", + "resourceTypes": [ + { + "apiVersions": [ + "2024-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "SelfHelp" + }, + { + "apiVersions": [ + "2024-03-01-preview", + "2023-09-01-preview", + "2023-06-01", + "2023-03-23-preview", + "2023-03-03-preview", + "2023-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2024-03-01-preview", + "2023-09-01-preview", + "2023-06-01", + "2023-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "diagnostics" + }, + { + "apiVersions": [ + "2024-03-01-preview", + "2023-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "discoverSolutions" + }, + { + "apiVersions": [ + "2024-03-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-06-01", + "2023-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "discoverySolutions" + }, + { + "apiVersions": [ + "2024-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "monitorInsights" + }, + { + "apiVersions": [ + "2025-03-01-preview", + "2024-09-01-preview", + "2024-03-01-preview", + "2023-09-01-preview", + "2023-06-01", + "2023-03-03-preview", + "2023-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operationResults" + }, + { + "apiVersions": [ + "2025-03-01-preview", + "2024-09-01-preview", + "2024-03-01-preview", + "2023-09-01-preview", + "2023-06-01", + "2023-03-23-preview", + "2023-03-03-preview", + "2023-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "plugins" + }, + { + "apiVersions": [ + "2024-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "simplifiedSolutions" + }, + { + "apiVersions": [ + "2025-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "smartDiagnostics" + }, + { + "apiVersions": [ + "2024-03-01-preview", + "2023-09-01-preview", + "2023-03-03-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "solutions" + }, + { + "apiVersions": [ + "2024-03-01-preview", + "2023-09-01-preview", + "2023-03-23-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "troubleshooters" + } + ] + }, + { + "namespace": "Microsoft.HybridCloud", + "resourceTypes": [ + { + "apiVersions": [ + "2023-01-01-preview" + ], + "defaultApiVersion": "2023-01-01-preview", + "locations": [ + "West Central US", + "West US", + "North Europe", + "West Europe", + "Korea Central", + "East US 2", + "UK South", + "Central India", + "Brazil South", + "Qatar Central", + "Australia Central", + "South Africa North", + "Japan East", + "East US", + "West US 2", + "West India", + "UAE North", + "UK West", + "East Asia", + "Southeast Asia", + "Canada East", + "West US 3", + "Central US", + "France Central", + "Switzerland North", + "Australia Southeast", + "Poland Central", + "Korea South", + "Sweden Central", + "Japan West", + "South India", + "Norway East", + "Australia East", + "Germany West Central", + "South Central US", + "Canada Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "cloudConnections" + }, + { + "apiVersions": [ + "2023-01-01-preview" + ], + "defaultApiVersion": "2023-01-01-preview", + "locations": [ + "West Central US", + "West US", + "North Europe", + "West Europe", + "Korea Central", + "East US 2", + "UK South", + "Central India", + "Brazil South", + "Qatar Central", + "Australia Central", + "South Africa North", + "Japan East", + "East US", + "West US 2", + "West India", + "UAE North", + "UK West", + "East Asia", + "Southeast Asia", + "Canada East", + "West US 3", + "Central US", + "France Central", + "Switzerland North", + "Australia Southeast", + "Poland Central", + "Korea South", + "Sweden Central", + "Japan West", + "South India", + "Norway East", + "Australia East", + "Germany West Central", + "South Central US", + "Canada Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "cloudConnectors" + } + ] + }, + { + "namespace": "Microsoft.HybridCompute", + "resourceTypes": [ + { + "apiVersions": [ + "2024-07-31-preview", + "2024-07-10", + "2024-05-20-preview", + "2024-03-31-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "West US 2", + "West Europe", + "Southeast Asia", + "East US", + "Australia East", + "South Central US", + "East US 2", + "North Europe", + "France Central", + "Japan East", + "UK South", + "East Asia", + "Canada Central", + "Korea Central", + "North Central US", + "West US", + "West US 3", + "Central US", + "Germany West Central", + "Brazil South", + "UAE North", + "Switzerland North", + "UK West", + "Central India", + "Canada East", + "South Africa North", + "Sweden Central", + "Australia Southeast", + "Norway East", + "Italy North", + "South India", + "Israel Central", + "japan west" + ], + "resourceType": "gateways" + }, + { + "apiVersions": [ + "2024-07-31-preview", + "2024-07-10", + "2024-05-20-preview", + "2024-03-31-preview", + "2023-10-03-preview", + "2023-06-20-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "West US 2", + "West Europe", + "Southeast Asia", + "East US", + "Australia East", + "South Central US", + "East US 2", + "North Europe", + "France Central", + "Japan East", + "UK South", + "East Asia", + "Canada Central", + "Korea Central", + "North Central US", + "West US", + "West US 3", + "Central US", + "UK West", + "Germany West Central", + "Brazil South", + "Switzerland North", + "UAE North", + "Central India", + "Canada East", + "South Africa North", + "Sweden Central", + "Australia Southeast", + "Norway East", + "Italy North", + "South India", + "Israel Central", + "japan west", + "Qatar Central" + ], + "resourceType": "licenses" + }, + { + "apiVersions": [ + "2024-07-31-preview", + "2024-07-10", + "2024-05-20-preview", + "2024-03-31-preview", + "2023-10-03-preview", + "2023-06-20-preview", + "2023-04-25-preview", + "2023-03-15-preview", + "2022-12-27-preview", + "2022-12-27", + "2022-11-10", + "2022-08-11-preview", + "2022-05-10-preview", + "2022-03-10", + "2021-12-10-preview", + "2021-06-10-preview", + "2021-05-20", + "2021-05-17-preview", + "2021-04-22-preview", + "2021-03-25-preview", + "2021-01-28-preview", + "2020-08-15-preview", + "2020-08-02", + "2020-07-30-preview", + "2020-03-11-preview", + "2019-12-12", + "2019-08-02-preview" + ], + "defaultApiVersion": "2023-10-03-preview", + "locations": [ + "West Europe" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-07-31-preview", + "2024-07-10", + "2024-05-20-preview", + "2024-03-31-preview", + "2023-10-03-preview" + ], + "defaultApiVersion": "2023-10-03-preview", + "locations": [ + "West Central US", + "West US 2", + "West Europe", + "Southeast Asia", + "East US", + "Australia East", + "South Central US", + "East US 2", + "North Europe", + "France Central", + "Japan East", + "UK South", + "East Asia", + "Canada Central", + "Korea Central", + "North Central US", + "West US", + "West US 3", + "Central US", + "Germany West Central", + "Brazil South", + "UAE North", + "Switzerland North", + "UK West", + "Central India", + "Canada East", + "South Africa North", + "Sweden Central", + "Australia Southeast", + "Norway East", + "Italy North", + "South India", + "japan west", + "Qatar Central" + ], + "resourceType": "locations/notifyExtension" + }, + { + "apiVersions": [ + "2024-07-31-preview", + "2024-07-10", + "2024-05-20-preview", + "2024-03-31-preview", + "2023-10-03-preview" + ], + "defaultApiVersion": "2023-10-03-preview", + "locations": [ + "East US 2 EUAP", + "West Central US", + "West US 2", + "West Europe", + "Southeast Asia", + "East US", + "Australia East", + "South Central US", + "East US 2", + "North Europe", + "France Central", + "Japan East", + "UK South", + "East Asia", + "Canada Central", + "Central US EUAP", + "Korea Central", + "North Central US", + "West US", + "West US 3", + "Central US", + "Germany West Central", + "Brazil South", + "UAE North", + "Switzerland North", + "UK West", + "Central India", + "Canada East", + "South Africa North", + "Sweden Central", + "Australia Southeast", + "Norway East", + "Italy North", + "South India", + "Israel Central", + "japan west", + "Qatar Central" + ], + "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable" + }, + { + "apiVersions": [ + "2024-07-31-preview", + "2024-07-10", + "2024-05-20-preview", + "2024-03-31-preview", + "2023-10-03-preview" + ], + "defaultApiVersion": "2023-10-03-preview", + "locations": [ + "West Central US", + "West US 2", + "West Europe", + "Southeast Asia", + "East US", + "Australia East", + "South Central US", + "East US 2", + "North Europe", + "France Central", + "Japan East", + "UK South", + "East Asia", + "Canada Central", + "Korea Central", + "North Central US", + "West US", + "West US 3", + "Central US", + "Germany West Central", + "Brazil South", + "UAE North", + "Switzerland North", + "UK West", + "Central India", + "Canada East", + "South Africa North", + "Sweden Central", + "Australia Southeast", + "Norway East", + "Italy North", + "South India", + "japan west", + "Qatar Central" + ], + "resourceType": "locations/notifyRunCommand" + }, + { + "apiVersions": [ + "2024-07-31-preview", + "2024-07-10", + "2024-05-20-preview", + "2024-03-31-preview", + "2023-10-03-preview", + "2023-06-20-preview", + "2023-04-25-preview", + "2023-03-15-preview", + "2022-12-27-preview", + "2022-12-27", + "2022-11-10", + "2022-08-11-preview", + "2022-05-10-preview", + "2022-03-10", + "2021-12-10-preview", + "2021-06-10-preview", + "2021-05-20", + "2021-05-17-preview", + "2021-04-22-preview", + "2021-03-25-preview", + "2021-01-28-preview", + "2020-08-15-preview", + "2020-08-02", + "2020-07-30-preview", + "2020-03-11-preview", + "2019-12-12", + "2019-08-02-preview" + ], + "defaultApiVersion": "2023-10-03-preview", + "locations": [ + "West Central US", + "West Europe", + "West US 2", + "Southeast Asia", + "East US", + "Australia East", + "South Central US", + "East US 2", + "North Europe", + "France Central", + "Japan East", + "UK South", + "East Asia", + "Canada Central", + "Korea Central", + "North Central US", + "West US", + "West US 3", + "Central US", + "UK West", + "Germany West Central", + "Brazil South", + "Switzerland North", + "UAE North", + "Central India", + "Canada East", + "South Africa North", + "Sweden Central", + "Australia Southeast", + "Norway East", + "Italy North", + "South India", + "Israel Central", + "japan west", + "Qatar Central" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2024-07-31-preview", + "2024-07-10", + "2024-05-20-preview", + "2024-03-31-preview", + "2023-10-03-preview", + "2023-06-20-preview", + "2023-04-25-preview", + "2023-03-15-preview", + "2022-12-27-preview", + "2022-12-27", + "2022-11-10", + "2022-08-11-preview", + "2022-05-10-preview", + "2022-03-10", + "2021-12-10-preview", + "2021-06-10-preview", + "2021-05-20", + "2021-05-17-preview", + "2021-04-22-preview", + "2021-03-25-preview", + "2021-01-28-preview", + "2020-08-15-preview", + "2020-08-02", + "2020-07-30-preview", + "2020-03-11-preview", + "2019-12-12", + "2019-08-02-preview" + ], + "defaultApiVersion": "2023-10-03-preview", + "locations": [ + "West Central US", + "West Europe", + "West US 2", + "Southeast Asia", + "East US", + "Australia East", + "South Central US", + "East US 2", + "North Europe", + "France Central", + "Japan East", + "UK South", + "East Asia", + "Canada Central", + "Korea Central", + "North Central US", + "West US", + "West US 3", + "Central US", + "UK West", + "Germany West Central", + "Brazil South", + "Switzerland North", + "UAE North", + "Central India", + "Canada East", + "South Africa North", + "Sweden Central", + "Australia Southeast", + "Norway East", + "Italy North", + "South India", + "Israel Central", + "japan west", + "Qatar Central" + ], + "resourceType": "locations/operationStatus" + }, + { + "apiVersions": [ + "2024-07-31-preview", + "2024-07-10", + "2024-05-20-preview", + "2024-03-31-preview", + "2023-10-03-preview", + "2023-06-20-preview", + "2023-04-25-preview", + "2023-03-15-preview", + "2022-12-27-preview", + "2022-12-27", + "2022-11-10", + "2022-08-11-preview", + "2022-05-10-preview", + "2022-03-10", + "2021-12-10-preview", + "2021-06-10-preview", + "2021-05-20", + "2021-05-17-preview", + "2021-04-22-preview", + "2021-03-25-preview", + "2021-01-28-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "West US 2", + "West Europe", + "Southeast Asia", + "East US", + "Australia East", + "South Central US", + "East US 2", + "North Europe", + "France Central", + "Japan East", + "UK South", + "East Asia", + "Canada Central", + "Korea Central", + "North Central US", + "West US", + "West US 3", + "Central US", + "Germany West Central", + "Brazil South", + "Switzerland North", + "UAE North", + "UK West", + "Central India", + "Canada East", + "South Africa North", + "Sweden Central", + "Australia Southeast", + "Norway East", + "Italy North", + "South India", + "Israel Central", + "japan west", + "Qatar Central" + ], + "resourceType": "locations/privateLinkScopes" + }, + { + "apiVersions": [ + "2024-07-31-preview", + "2024-07-10", + "2024-05-20-preview", + "2024-03-31-preview", + "2023-10-03-preview", + "2023-06-20-preview", + "2023-04-25-preview", + "2023-03-15-preview", + "2022-12-27-preview", + "2022-12-27", + "2022-11-10", + "2022-08-11-preview" + ], + "defaultApiVersion": "2023-03-15-preview", + "locations": [ + "West Central US", + "West Europe", + "West US 2", + "Southeast Asia", + "East US", + "Australia East", + "South Central US", + "East US 2", + "North Europe", + "France Central", + "Japan East", + "UK South", + "East Asia", + "Canada Central", + "Korea Central", + "North Central US", + "West US", + "West US 3", + "Central US", + "UK West", + "Germany West Central", + "Brazil South", + "Switzerland North", + "UAE North", + "Central India", + "Canada East", + "South Africa North", + "Sweden Central", + "Australia Southeast", + "Norway East", + "Italy North", + "South India", + "Israel Central", + "japan west", + "Qatar Central" + ], + "resourceType": "locations/publishers" + }, + { + "apiVersions": [ + "2024-07-31-preview", + "2024-07-10", + "2024-05-20-preview", + "2024-03-31-preview", + "2023-10-03-preview", + "2023-06-20-preview", + "2023-04-25-preview", + "2023-03-15-preview", + "2022-12-27-preview", + "2022-12-27", + "2022-11-10", + "2022-08-11-preview" + ], + "defaultApiVersion": "2023-10-03-preview", + "locations": [ + "West Central US", + "West Europe", + "West US 2", + "Southeast Asia", + "East US", + "Australia East", + "South Central US", + "East US 2", + "North Europe", + "France Central", + "Japan East", + "UK South", + "East Asia", + "Canada Central", + "Korea Central", + "North Central US", + "West US", + "West US 3", + "Central US", + "UK West", + "Germany West Central", + "Brazil South", + "Switzerland North", + "UAE North", + "Central India", + "Canada East", + "South Africa North", + "Sweden Central", + "Australia Southeast", + "Norway East", + "Italy North", + "South India", + "Israel Central", + "japan west", + "Qatar Central" + ], + "resourceType": "locations/publishers/extensionTypes" + }, + { + "apiVersions": [ + "2024-07-31-preview", + "2024-07-10", + "2024-05-20-preview", + "2024-03-31-preview", + "2023-10-03-preview", + "2023-06-20-preview", + "2023-04-25-preview", + "2023-03-15-preview", + "2022-12-27-preview", + "2022-12-27", + "2022-11-10", + "2022-08-11-preview" + ], + "defaultApiVersion": "2023-10-03-preview", + "locations": [ + "West Central US", + "West Europe", + "West US 2", + "Southeast Asia", + "East US", + "Australia East", + "South Central US", + "East US 2", + "North Europe", + "France Central", + "Japan East", + "UK South", + "East Asia", + "Canada Central", + "Korea Central", + "North Central US", + "West US", + "West US 3", + "Central US", + "UK West", + "Germany West Central", + "Brazil South", + "Switzerland North", + "UAE North", + "Central India", + "Canada East", + "South Africa North", + "Sweden Central", + "Australia Southeast", + "Norway East", + "Italy North", + "South India", + "Israel Central", + "japan west", + "Qatar Central" + ], + "resourceType": "locations/publishers/extensionTypes/versions" + }, + { + "apiVersions": [ + "2024-07-31-preview", + "2024-07-10", + "2024-05-20-preview", + "2024-03-31-preview", + "2023-10-03-preview", + "2023-06-20-preview", + "2023-04-25-preview", + "2023-03-15-preview", + "2022-12-27-preview", + "2022-12-27", + "2022-11-10", + "2022-08-11-preview", + "2022-05-10-preview", + "2022-03-10", + "2021-12-10-preview", + "2021-06-10-preview", + "2021-05-20", + "2021-05-17-preview", + "2021-04-22-preview", + "2021-03-25-preview", + "2021-01-28-preview", + "2020-08-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US 2", + "West Europe", + "Southeast Asia", + "East US", + "West Central US", + "South Central US", + "North Europe", + "UK South", + "Australia East", + "East US 2", + "japan East", + "Canada Central", + "West US", + "North Central US", + "France Central", + "Korea Central", + "UK West", + "West US 3", + "East Asia", + "Brazil South", + "Central US", + "Switzerland North", + "South Africa North", + "Central India", + "Sweden Central", + "Canada East", + "Australia Southeast", + "Norway East", + "UAE North", + "Germany West Central", + "Italy North" + ], + "resourceType": "locations/updateCenterOperationResults" + }, + { + "apiVersions": [ + "2024-07-31-preview", + "2024-07-10", + "2024-05-20-preview", + "2024-03-31-preview", + "2023-10-03-preview", + "2023-06-20-preview", + "2023-04-25-preview", + "2023-03-15-preview", + "2022-12-27-preview", + "2022-12-27", + "2022-11-10", + "2022-08-11-preview", + "2022-05-10-preview", + "2022-03-10", + "2021-12-10-preview", + "2021-06-10-preview", + "2021-05-20", + "2021-05-17-preview", + "2021-04-22-preview", + "2021-03-25-preview", + "2021-01-28-preview", + "2020-08-15-preview", + "2020-08-02", + "2020-07-30-preview", + "2020-03-11-preview", + "2019-12-12", + "2019-08-02-preview", + "2019-03-18-preview" + ], + "defaultApiVersion": "2023-10-03-preview", + "locations": [ + "West Central US", + "West US 2", + "West Europe", + "Southeast Asia", + "East US", + "Australia East", + "South Central US", + "East US 2", + "North Europe", + "France Central", + "Japan East", + "UK South", + "East Asia", + "Canada Central", + "Korea Central", + "North Central US", + "West US", + "West US 3", + "Central US", + "UK West", + "Germany West Central", + "Brazil South", + "Switzerland North", + "UAE North", + "Central India", + "Canada East", + "South Africa North", + "Sweden Central", + "Australia Southeast", + "Norway East", + "Italy North", + "South India", + "Israel Central", + "japan west", + "Qatar Central" + ], + "resourceType": "machines" + }, + { + "apiVersions": [ + "2024-07-31-preview", + "2024-07-10", + "2024-05-20-preview", + "2024-03-31-preview", + "2023-10-03-preview", + "2023-06-20-preview", + "2023-04-25-preview", + "2023-03-15-preview", + "2022-12-27-preview", + "2022-12-27", + "2022-11-10", + "2022-08-11-preview", + "2022-05-10-preview", + "2022-03-10", + "2021-12-10-preview", + "2021-06-10-preview", + "2021-05-20", + "2021-05-17-preview", + "2021-04-22-preview", + "2021-03-25-preview", + "2021-01-28-preview", + "2020-08-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US 2", + "West Europe", + "Southeast Asia", + "East US", + "West Central US", + "South Central US", + "North Europe", + "UK South", + "Australia East", + "East US 2", + "Japan East", + "Canada Central", + "West US", + "North Central US", + "France Central", + "Korea Central", + "UK West", + "West US 3", + "East Asia", + "Brazil South", + "Central US", + "Switzerland North", + "South Africa North", + "Central India", + "Sweden Central", + "Canada East", + "Australia Southeast", + "Norway East", + "UAE North", + "Germany West Central", + "Italy North" + ], + "resourceType": "machines/assessPatches" + }, + { + "apiVersions": [ + "2024-07-31-preview", + "2024-07-10", + "2024-05-20-preview", + "2024-03-31-preview", + "2023-10-03-preview", + "2023-06-20-preview", + "2023-04-25-preview", + "2023-03-15-preview", + "2022-12-27-preview", + "2022-12-27", + "2022-11-10", + "2022-08-11-preview", + "2022-05-10-preview", + "2022-03-10", + "2021-12-10-preview", + "2021-06-10-preview", + "2021-05-20", + "2021-05-17-preview", + "2021-04-22-preview", + "2021-03-25-preview", + "2021-01-28-preview", + "2020-08-15-preview", + "2020-08-02", + "2020-07-30-preview", + "2020-03-11-preview", + "2019-12-12", + "2019-08-02-preview" + ], + "defaultApiVersion": "2023-10-03-preview", + "locations": [ + "West Central US", + "West Europe", + "West US 2", + "Southeast Asia", + "East US", + "Australia East", + "South Central US", + "East US 2", + "North Europe", + "France Central", + "Japan East", + "UK South", + "East Asia", + "Canada Central", + "Korea Central", + "North Central US", + "West US", + "West US 3", + "Central US", + "UK West", + "Germany West Central", + "Brazil South", + "Switzerland North", + "UAE North", + "Central India", + "Canada East", + "South Africa North", + "Sweden Central", + "Australia Southeast", + "Norway East", + "Italy North", + "South India", + "Israel Central", + "japan west", + "Qatar Central" + ], + "resourceType": "machines/extensions" + }, + { + "apiVersions": [ + "2024-07-31-preview", + "2024-07-10", + "2024-05-20-preview", + "2024-03-31-preview", + "2023-10-03-preview", + "2023-06-20-preview", + "2023-04-25-preview", + "2023-03-15-preview", + "2022-12-27" + ], + "defaultApiVersion": "2023-10-03-preview", + "locations": [ + "West Central US", + "West Europe", + "West US 2", + "Southeast Asia", + "East US", + "Australia East", + "South Central US", + "East US 2", + "North Europe", + "France Central", + "Japan East", + "UK South", + "East Asia", + "Canada Central", + "Korea Central", + "North Central US", + "West US", + "West US 3", + "Central US", + "UK West", + "Germany West Central", + "Brazil South", + "Switzerland North", + "UAE North", + "Central India", + "Canada East", + "South Africa North", + "Sweden Central", + "Australia Southeast", + "Norway East", + "Italy North", + "South India", + "Israel Central", + "japan west", + "Qatar Central" + ], + "resourceType": "machines/hybridIdentityMetadata" + }, + { + "apiVersions": [ + "2024-07-31-preview", + "2024-07-10", + "2024-05-20-preview", + "2024-03-31-preview", + "2023-10-03-preview", + "2023-06-20-preview", + "2023-04-25-preview", + "2023-03-15-preview", + "2022-12-27-preview", + "2022-12-27", + "2022-11-10", + "2022-08-11-preview", + "2022-05-10-preview", + "2022-03-10", + "2021-12-10-preview", + "2021-06-10-preview", + "2021-05-20", + "2021-05-17-preview", + "2021-04-22-preview", + "2021-03-25-preview", + "2021-01-28-preview", + "2020-08-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US 2", + "West Europe", + "Southeast Asia", + "East US", + "West Central US", + "South Central US", + "North Europe", + "UK South", + "Australia East", + "East US 2", + "Japan East", + "Canada Central", + "West US", + "North Central US", + "France Central", + "Korea Central", + "UK West", + "West US 3", + "East Asia", + "Brazil South", + "Central US", + "Switzerland North", + "South Africa North", + "Central India", + "Sweden Central", + "Canada East", + "Australia Southeast", + "Norway East", + "UAE North", + "Germany West Central", + "Italy North" + ], + "resourceType": "machines/installPatches" + }, + { + "apiVersions": [ + "2024-07-31-preview", + "2024-07-10", + "2024-05-20-preview", + "2024-03-31-preview", + "2023-10-03-preview", + "2023-06-20-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "West US 2", + "West Europe", + "Southeast Asia", + "East US", + "Australia East", + "South Central US", + "East US 2", + "North Europe", + "France Central", + "Japan East", + "UK South", + "East Asia", + "Canada Central", + "Korea Central", + "North Central US", + "West US", + "West US 3", + "Central US", + "UK West", + "Germany West Central", + "Brazil South", + "Switzerland North", + "UAE North", + "Central India", + "Canada East", + "South Africa North", + "Sweden Central", + "Australia Southeast", + "Norway East", + "Italy North", + "South India", + "Israel Central", + "japan west", + "Qatar Central" + ], + "resourceType": "machines/licenseProfiles" + }, + { + "apiVersions": [ + "2024-07-31-preview", + "2024-07-10", + "2024-05-20-preview", + "2024-03-31-preview", + "2023-10-03-preview", + "2023-06-20-preview", + "2023-04-25-preview", + "2023-03-15-preview", + "2022-12-27-preview", + "2022-12-27", + "2022-11-10", + "2022-08-11-preview", + "2022-05-10-preview", + "2022-03-10", + "2021-12-10-preview", + "2021-06-10-preview", + "2021-05-20", + "2021-05-17-preview", + "2021-04-22-preview", + "2021-03-25-preview", + "2021-01-28-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "West US 2", + "West Europe", + "Southeast Asia", + "East US", + "Australia East", + "South Central US", + "East US 2", + "North Europe", + "France Central", + "Japan East", + "UK South", + "East Asia", + "Canada Central", + "Korea Central", + "North Central US", + "West US", + "West US 3", + "Central US", + "UK West", + "Germany West Central", + "Brazil South", + "Switzerland North", + "UAE North", + "Central India", + "Canada East", + "South Africa North", + "Sweden Central", + "Australia Southeast", + "Norway East", + "Italy North", + "South India", + "Israel Central", + "japan west", + "Qatar Central" + ], + "resourceType": "machines/privateLinkScopes" + }, + { + "apiVersions": [ + "2024-07-31-preview", + "2024-07-10", + "2024-05-20-preview", + "2024-03-31-preview", + "2023-10-03-preview", + "2023-06-20-preview", + "2023-04-25-preview" + ], + "defaultApiVersion": "2023-10-03-preview", + "locations": [ + "West Central US", + "West US 2", + "West Europe", + "East US", + "Southeast Asia", + "Australia East", + "South Central US", + "East US 2", + "North Europe", + "France Central", + "Japan East", + "UK South", + "East Asia", + "Canada Central", + "Korea Central", + "North Central US", + "West US", + "West US 3", + "Central US", + "UK West", + "Germany West Central", + "Brazil South", + "Switzerland North", + "UAE North", + "Central India", + "Canada East", + "South Africa North", + "Sweden Central", + "Australia Southeast", + "Norway East", + "Italy North", + "South India", + "Israel Central" + ], + "resourceType": "machines/runcommands" + }, + { + "apiVersions": [ + "2024-07-31-preview", + "2024-07-10", + "2024-05-20-preview", + "2024-03-31-preview", + "2023-10-03-preview" + ], + "defaultApiVersion": "2023-10-03-preview", + "locations": [ + "Israel Central", + "japan west", + "Qatar Central" + ], + "resourceType": "networkConfigurations" + }, + { + "apiVersions": [ + "2024-07-31-preview", + "2024-07-10", + "2024-05-20-preview", + "2024-03-31-preview", + "2023-10-03-preview", + "2023-06-20-preview", + "2023-04-25-preview", + "2023-03-15-preview", + "2022-12-27-preview", + "2022-12-27", + "2022-11-10", + "2022-08-11-preview", + "2022-05-10-preview", + "2022-03-10", + "2021-12-10-preview", + "2021-06-10-preview", + "2021-05-20", + "2021-05-17-preview", + "2021-04-22-preview", + "2021-03-25-preview", + "2021-01-28-preview", + "2020-08-15-preview", + "2020-08-02", + "2020-07-30-preview", + "2020-03-11-preview", + "2019-12-12", + "2019-08-02-preview", + "2019-03-18-preview" + ], + "defaultApiVersion": "2023-10-03-preview", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-07-31-preview", + "2024-07-10", + "2024-05-20-preview", + "2024-03-31-preview", + "2023-10-03-preview", + "2023-06-20-preview", + "2023-04-25-preview", + "2023-03-15-preview" + ], + "defaultApiVersion": "2023-10-03-preview", + "locations": [ + "West Europe" + ], + "resourceType": "osType" + }, + { + "apiVersions": [ + "2024-07-31-preview", + "2024-07-10", + "2024-05-20-preview", + "2024-03-31-preview", + "2023-10-03-preview", + "2023-06-20-preview", + "2023-04-25-preview", + "2023-03-15-preview" + ], + "defaultApiVersion": "2023-03-15-preview", + "locations": [], + "resourceType": "osType/agentVersions" + }, + { + "apiVersions": [ + "2024-07-31-preview", + "2024-07-10", + "2024-05-20-preview", + "2024-03-31-preview", + "2023-10-03-preview", + "2023-06-20-preview", + "2023-04-25-preview", + "2023-03-15-preview" + ], + "defaultApiVersion": "2023-10-03-preview", + "locations": [], + "resourceType": "osType/agentVersions/latest" + }, + { + "apiVersions": [ + "2024-07-31-preview", + "2024-07-10", + "2024-05-20-preview", + "2024-03-31-preview", + "2023-10-03-preview", + "2023-06-20-preview", + "2023-04-25-preview", + "2023-03-15-preview", + "2022-12-27-preview", + "2022-12-27", + "2022-11-10", + "2022-08-11-preview", + "2022-05-10-preview", + "2022-03-10", + "2021-12-10-preview", + "2021-06-10-preview", + "2021-05-20", + "2021-05-17-preview", + "2021-04-22-preview", + "2021-03-25-preview", + "2021-01-28-preview", + "2020-08-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "West US 2", + "West Europe", + "Southeast Asia", + "East US", + "Australia East", + "South Central US", + "East US 2", + "North Europe", + "France Central", + "Japan East", + "UK South", + "East Asia", + "Canada Central", + "Korea Central", + "North Central US", + "West US", + "West US 3", + "Central US", + "Germany West Central", + "Brazil South", + "UAE North", + "Switzerland North", + "UK West", + "Central India", + "Canada East", + "South Africa North", + "Sweden Central", + "Australia Southeast", + "Norway East", + "Italy North", + "South India", + "Israel Central", + "japan west", + "Qatar Central" + ], + "resourceType": "privateLinkScopes" + }, + { + "apiVersions": [ + "2024-07-31-preview", + "2024-07-10", + "2024-05-20-preview", + "2024-03-31-preview", + "2023-10-03-preview" + ], + "defaultApiVersion": "2023-10-03-preview", + "locations": [ + "West Central US", + "West US 2", + "West Europe", + "Southeast Asia", + "East US", + "Australia East", + "South Central US", + "East US 2", + "North Europe", + "France Central", + "Japan East", + "UK South", + "East Asia", + "Canada Central", + "Korea Central", + "North Central US", + "West US", + "West US 3", + "Central US", + "Germany West Central", + "Brazil South", + "UAE North", + "Switzerland North", + "UK West", + "Central India", + "Canada East", + "South Africa North", + "Sweden Central", + "Australia Southeast", + "Norway East", + "Italy North", + "South India", + "Israel Central", + "japan west", + "Qatar Central" + ], + "resourceType": "privateLinkScopes/networkSecurityPerimeterAssociationProxies" + }, + { + "apiVersions": [ + "2024-07-31-preview", + "2024-07-10", + "2024-05-20-preview", + "2024-03-31-preview", + "2023-10-03-preview" + ], + "defaultApiVersion": "2023-10-03-preview", + "locations": [ + "Israel Central", + "japan west", + "Qatar Central" + ], + "resourceType": "privateLinkScopes/networkSecurityPerimeterConfigurations" + }, + { + "apiVersions": [ + "2024-07-31-preview", + "2024-07-10", + "2024-05-20-preview", + "2024-03-31-preview", + "2023-10-03-preview", + "2023-06-20-preview", + "2023-04-25-preview", + "2023-03-15-preview", + "2022-12-27-preview", + "2022-12-27", + "2022-11-10", + "2022-08-11-preview", + "2022-05-10-preview", + "2022-03-10", + "2021-12-10-preview", + "2021-06-10-preview", + "2021-05-20", + "2021-05-17-preview", + "2021-04-22-preview", + "2021-03-25-preview", + "2021-01-28-preview", + "2020-08-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "West US 2", + "West Europe", + "Southeast Asia", + "East US", + "Australia East", + "South Central US", + "East US 2", + "North Europe", + "France Central", + "Japan East", + "UK South", + "East Asia", + "Canada Central", + "Korea Central", + "North Central US", + "West US", + "West US 3", + "Central US", + "Germany West Central", + "Brazil South", + "Switzerland North", + "UAE North", + "UK West", + "Central India", + "Canada East", + "South Africa North", + "Sweden Central", + "Australia Southeast", + "Norway East", + "Italy North", + "South India", + "Israel Central", + "japan west", + "Qatar Central" + ], + "resourceType": "privateLinkScopes/privateEndpointConnectionProxies" + }, + { + "apiVersions": [ + "2024-07-31-preview", + "2024-07-10", + "2024-05-20-preview", + "2024-03-31-preview", + "2023-10-03-preview", + "2023-06-20-preview", + "2023-04-25-preview", + "2023-03-15-preview", + "2022-12-27-preview", + "2022-12-27", + "2022-11-10", + "2022-08-11-preview", + "2022-05-10-preview", + "2022-03-10", + "2021-12-10-preview", + "2021-06-10-preview", + "2021-05-20", + "2021-05-17-preview", + "2021-04-22-preview", + "2021-03-25-preview", + "2021-01-28-preview", + "2020-08-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "West US 2", + "West Europe", + "Southeast Asia", + "East US", + "Australia East", + "South Central US", + "East US 2", + "North Europe", + "France Central", + "Japan East", + "UK South", + "East Asia", + "Canada Central", + "Korea Central", + "North Central US", + "West US", + "West US 3", + "Central US", + "Germany West Central", + "Brazil South", + "Switzerland North", + "UAE North", + "UK West", + "Central India", + "Canada East", + "South Africa North", + "Sweden Central", + "Australia Southeast", + "Norway East", + "Italy North", + "South India", + "Israel Central", + "japan west", + "Qatar Central" + ], + "resourceType": "privateLinkScopes/privateEndpointConnections" + }, + { + "apiVersions": [ + "2024-07-31-preview", + "2024-07-10", + "2024-05-20-preview", + "2024-03-31-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "West US 2", + "West Europe", + "Southeast Asia", + "East US", + "Australia East", + "South Central US", + "East US 2", + "North Europe", + "France Central", + "Japan East", + "UK South", + "East Asia", + "Canada Central", + "Korea Central", + "North Central US", + "West US", + "West US 3", + "Central US", + "Germany West Central", + "Brazil South", + "UAE North", + "Switzerland North", + "UK West", + "Central India", + "Canada East", + "South Africa North", + "Sweden Central", + "Australia Southeast", + "Norway East", + "Italy North", + "South India", + "Israel Central", + "japan west", + "Qatar Central" + ], + "resourceType": "settings" + }, + { + "apiVersions": [ + "2024-07-31-preview", + "2024-07-10", + "2024-05-20-preview", + "2024-03-31-preview", + "2023-10-03-preview", + "2023-06-20-preview" + ], + "defaultApiVersion": "2023-10-03-preview", + "locations": [], + "resourceType": "validateLicense" + } + ] + }, + { + "namespace": "Microsoft.HybridConnectivity", + "resourceTypes": [ + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-04-01-preview", + "2023-03-15", + "2022-05-01-preview", + "2021-10-06-preview", + "2021-10-01-privatepreview", + "2021-07-08-privatepreview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-03-15", + "2022-05-01-preview", + "2021-10-06-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Sweden Central", + "East US", + "East US 2", + "West US 2", + "Southeast Asia", + "West Europe", + "North Europe", + "West Central US", + "South Central US", + "UK South", + "Australia East", + "France Central", + "West US", + "Central US", + "North Central US", + "Japan East", + "East Asia", + "Korea Central", + "West US 3", + "Canada Central", + "Canada East", + "UK West", + "Brazil South", + "South Africa North", + "Central India", + "Switzerland North", + "UAE North", + "Norway East", + "Australia Southeast", + "South India", + "Germany West Central", + "Italy North", + "Japan West", + "Israel Central", + "Qatar Central" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview", + "2023-04-01-preview", + "2023-03-15", + "2022-05-01-preview", + "2021-10-06-preview", + "2021-10-01-privatepreview", + "2021-07-08-privatepreview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2023-03-15", + "2022-05-01-preview", + "2021-10-06-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US 2", + "Southeast Asia", + "West Europe", + "North Europe", + "West Central US", + "South Central US", + "UK South", + "Australia East", + "France Central", + "West US", + "Central US", + "North Central US", + "Japan East", + "East Asia", + "Korea Central", + "West US 3", + "Sweden Central", + "Canada Central", + "Canada East", + "UK West", + "Brazil South", + "Switzerland North", + "South Africa North", + "Central India", + "UAE North", + "Norway East", + "Australia Southeast", + "South India", + "Italy North", + "Germany West Central", + "Japan West", + "Israel Central", + "Qatar Central" + ], + "resourceType": "endpoints" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-12-01", + "locations": [ + "global" + ], + "resourceType": "generateAwsTemplate" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "West Europe", + "Canada Central", + "East US", + "West US 2", + "South Central US", + "UK South", + "East US 2", + "North Europe", + "West US 3", + "Sweden Central", + "Southeast Asia", + "Australia East" + ], + "resourceType": "publicCloudConnectors" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "West Europe", + "Canada Central", + "East US", + "West US 2", + "South Central US", + "UK South", + "East US 2", + "North Europe", + "West US 3", + "Sweden Central", + "Southeast Asia", + "Australia East" + ], + "resourceType": "solutionConfigurations" + }, + { + "apiVersions": [ + "2024-12-01", + "2024-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "solutionTypes" + } + ] + }, + { + "namespace": "Microsoft.HybridContainerService", + "resourceTypes": [ + { + "apiVersions": [ + "2024-09-01-preview", + "2024-01-01", + "2023-11-15-preview", + "2023-11-01", + "2022-09-01-preview", + "2022-05-01-preview", + "2022-01-01-preview", + "2021-09-01-preview", + "2021-08-01-preview" + ], + "defaultApiVersion": "2024-01-01", + "locations": [], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-01-01", + "2023-11-15-preview", + "2023-11-01", + "2022-09-01-preview", + "2022-05-01-preview", + "2022-01-01-preview", + "2021-09-01-preview", + "2021-08-01-preview" + ], + "defaultApiVersion": "2024-01-01", + "locations": [ + "East US 2 EUAP", + "East US", + "West Europe", + "West US 3", + "South Central US", + "Southeast Asia", + "Australia East", + "Central India", + "Japan East", + "Canada Central" + ], + "resourceType": "Locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-01-01", + "2023-11-15-preview", + "2023-11-01", + "2022-09-01-preview", + "2022-05-01-preview", + "2022-01-01-preview", + "2021-09-01-preview", + "2021-08-01-preview" + ], + "defaultApiVersion": "2024-01-01", + "locations": [], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-11-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West US 3", + "South Central US", + "West Europe", + "Southeast Asia", + "Australia East", + "Central India", + "Canada Central", + "Japan East" + ], + "resourceType": "kubernetesVersions" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-11-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West US 3", + "South Central US", + "West Europe", + "Southeast Asia", + "Australia East", + "Central India", + "Canada Central", + "Japan East" + ], + "resourceType": "provisionedClusterInstances" + }, + { + "apiVersions": [ + "2022-09-01-preview", + "2022-05-01-preview", + "2022-01-01-preview", + "2021-09-01-preview", + "2021-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West US 3", + "South Central US", + "West Europe" + ], + "resourceType": "provisionedClusters" + }, + { + "apiVersions": [ + "2022-09-01-preview", + "2022-05-01-preview", + "2022-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West US 3", + "South Central US", + "West Europe" + ], + "resourceType": "provisionedClusters/agentPools" + }, + { + "apiVersions": [ + "2022-09-01-preview", + "2022-05-01-preview", + "2022-01-01-preview", + "2021-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "West US 3", + "South Central US" + ], + "resourceType": "provisionedClusters/hybridIdentityMetadata" + }, + { + "apiVersions": [ + "2022-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West US 3", + "South Central US", + "West Europe" + ], + "resourceType": "provisionedClusters/upgradeProfiles" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-11-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West US 3", + "South Central US", + "West Europe", + "Southeast Asia", + "Australia East", + "Central India", + "Canada Central", + "Japan East" + ], + "resourceType": "skus" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-11-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West US 3", + "South Central US", + "West Europe", + "Southeast Asia", + "Australia East", + "Central India", + "Canada Central", + "Japan East" + ], + "resourceType": "virtualNetworks" + } + ] + }, + { + "namespace": "Microsoft.HybridNetwork", + "resourceTypes": [ + { + "apiVersions": [ + "2022-01-01-preview", + "2021-05-01", + "2020-01-01-preview" + ], + "defaultApiVersion": "2021-05-01", + "locations": [], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2021-05-01", + "2020-01-01-preview" + ], + "defaultApiVersion": "2021-05-01", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "West Central US", + "Southeast Asia", + "West Europe", + "East US", + "UK South", + "South Central US", + "West US 3", + "Australia East", + "Canada Central", + "West US", + "North Europe" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2024-04-15", + "2024-04-01-preview", + "2023-09-01", + "2023-04-01-preview", + "2023-01-01", + "2022-09-01-preview", + "2022-01-01-preview", + "2021-05-01", + "2020-01-01-preview" + ], + "defaultApiVersion": "2024-04-15", + "locations": [], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2024-04-15", + "2023-09-01" + ], + "defaultApiVersion": null, + "locations": [ + "West Europe", + "Southeast Asia", + "East US", + "UK South", + "West US 3", + "South Central US", + "Australia East", + "Canada Central", + "West US", + "North Europe", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "configurationGroupValues" + }, + { + "apiVersions": [ + "2022-01-01-preview", + "2021-05-01", + "2020-01-01-preview" + ], + "defaultApiVersion": "2021-05-01", + "locations": [ + "West Europe", + "Southeast Asia", + "East US", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "devices" + }, + { + "apiVersions": [ + "2022-01-01-preview", + "2021-05-01", + "2020-01-01-preview" + ], + "defaultApiVersion": "2021-05-01", + "locations": [], + "resourceType": "networkFunctionVendors" + }, + { + "apiVersions": [ + "2024-04-15", + "2023-09-01", + "2023-01-01", + "2022-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Southeast Asia", + "West Europe", + "East US", + "UK South", + "West US 3", + "South Central US", + "Australia East", + "Canada Central", + "West US", + "North Europe", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "networkFunctions/components" + }, + { + "apiVersions": [ + "2024-04-15", + "2023-09-01", + "2023-01-01", + "2022-09-01-preview", + "2022-01-01-preview", + "2021-06-01-privatepreview", + "2021-05-01", + "2020-01-01-preview" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "West Europe", + "Southeast Asia", + "East US", + "UK South", + "West US 3", + "South Central US", + "Australia East", + "Canada Central", + "West US", + "North Europe", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "networkfunctions" + }, + { + "apiVersions": [ + "2023-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "West Europe", + "Southeast Asia", + "East US", + "UK South", + "West US 3", + "South Central US", + "Australia East", + "Canada Central", + "West US", + "North Europe", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "publishers" + }, + { + "apiVersions": [ + "2023-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "West Europe", + "Southeast Asia", + "East US", + "UK South", + "West US 3", + "South Central US", + "Australia East", + "Canada Central", + "West US", + "North Europe", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "publishers/artifactStores" + }, + { + "apiVersions": [ + "2023-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "West Europe", + "Southeast Asia", + "East US", + "UK South", + "West US 3", + "South Central US", + "Australia East", + "Canada Central", + "West US", + "North Europe", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "publishers/artifactStores/artifactManifests" + }, + { + "apiVersions": [ + "2024-04-15", + "2023-09-01" + ], + "defaultApiVersion": null, + "locations": [ + "West Europe", + "Southeast Asia", + "East US", + "UK South", + "West US 3", + "South Central US", + "Australia East", + "Canada Central", + "West US", + "North Europe", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "publishers/artifactstores/artifacts" + }, + { + "apiVersions": [ + "2024-04-15", + "2023-09-01" + ], + "defaultApiVersion": null, + "locations": [ + "West Europe", + "Southeast Asia", + "East US", + "UK South", + "West US 3", + "South Central US", + "Australia East", + "Canada Central", + "West US", + "North Europe", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "publishers/artifactstores/artifactversions" + }, + { + "apiVersions": [ + "2023-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "West Europe", + "Southeast Asia", + "East US", + "UK South", + "West US 3", + "South Central US", + "Australia East", + "Canada Central", + "West US", + "North Europe", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "publishers/networkFunctionDefinitionGroups" + }, + { + "apiVersions": [ + "2023-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "West Europe", + "Southeast Asia", + "East US", + "UK South", + "West US 3", + "South Central US", + "Australia East", + "Canada Central", + "West US", + "North Europe", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "publishers/networkFunctionDefinitionGroups/networkFunctionDefinitionVersions" + }, + { + "apiVersions": [ + "2024-04-15", + "2023-09-01" + ], + "defaultApiVersion": null, + "locations": [ + "West Europe", + "Southeast Asia", + "East US", + "UK South", + "West US 3", + "South Central US", + "Australia East", + "Canada Central", + "West US", + "North Europe", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "siteNetworkServices" + }, + { + "apiVersions": [ + "2024-04-15", + "2023-09-01" + ], + "defaultApiVersion": null, + "locations": [ + "West Europe", + "Southeast Asia", + "East US", + "UK South", + "West US 3", + "South Central US", + "Australia East", + "Canada Central", + "West US", + "North Europe", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "sites" + } + ] + }, + { + "namespace": "Microsoft.Impact", + "resourceTypes": [ + { + "apiVersions": [ + "2023-12-01-preview", + "2023-07-01-preview", + "2023-02-01-preview", + "2022-11-01-preview" + ], + "defaultApiVersion": "2023-12-01-preview", + "locations": [ + "global" + ], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2023-12-01-preview", + "2023-02-01-preview", + "2022-11-01-preview" + ], + "defaultApiVersion": "2023-12-01-preview", + "locations": [ + "global" + ], + "resourceType": "workloadImpacts" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2024-05-01-preview", + "locations": [ + "global" + ], + "resourceType": "workloadImpacts/insights" + } + ] + }, + { + "namespace": "Microsoft.IntegrationSpaces", + "resourceTypes": [ + { + "apiVersions": [ + "2023-11-14-preview" + ], + "defaultApiVersion": null, + "locations": [ + "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 North", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "Spaces" + }, + { + "apiVersions": [ + "2023-11-14-preview" + ], + "defaultApiVersion": null, + "locations": [ + "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 North", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "Spaces/Applications" + }, + { + "apiVersions": [ + "2023-11-14-preview" + ], + "defaultApiVersion": null, + "locations": [ + "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 North", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "Spaces/InfrastructureResources" + }, + { + "apiVersions": [ + "2023-11-14-preview" + ], + "defaultApiVersion": null, + "locations": [ + "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 North", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "Spaces/applications/BusinessProcesses" + }, + { + "apiVersions": [ + "2023-11-14-preview" + ], + "defaultApiVersion": null, + "locations": [ + "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 North", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "Spaces/applications/BusinessProcesses/versions" + }, + { + "apiVersions": [ + "2023-11-14-preview" + ], + "defaultApiVersion": null, + "locations": [ + "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 North", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "Spaces/applications/resources" + }, + { + "apiVersions": [ + "2023-11-14-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-11-14-preview" + ], + "defaultApiVersion": null, + "locations": [ + "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 North", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/OperationStatuses" + }, + { + "apiVersions": [ + "2023-11-14-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.Inventory", + "resourceTypes": [ + { + "apiVersions": [ + "2024-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "subscriptionInternalProperties" + } + ] + }, + { + "namespace": "Microsoft.IoTCentral", + "resourceTypes": [ + { + "apiVersions": [ + "2021-11-01-preview", + "2021-06-01", + "2018-09-01", + "2017-07-01-privatepreview" + ], + "defaultApiVersion": "2021-06-01", + "locations": [ + "Australia East", + "Canada Central", + "Central US", + "East US", + "East US 2", + "Japan East", + "North Europe", + "Southeast Asia", + "South Central US", + "UK South", + "West Central US", + "West Europe", + "West US", + "Asia Pacific", + "Australia", + "Europe", + "Japan", + "UK", + "United States" + ], + "resourceType": "IoTApps" + }, + { + "apiVersions": [ + "2021-11-01-preview", + "2021-06-01", + "2018-09-01" + ], + "defaultApiVersion": "2021-06-01", + "locations": [], + "resourceType": "appTemplates" + }, + { + "apiVersions": [ + "2021-11-01-preview", + "2021-06-01", + "2018-09-01", + "2017-07-01-privatepreview" + ], + "defaultApiVersion": "2021-06-01", + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2021-11-01-preview", + "2021-06-01", + "2018-09-01" + ], + "defaultApiVersion": "2021-06-01", + "locations": [], + "resourceType": "checkSubdomainAvailability" + }, + { + "apiVersions": [ + "2021-11-01-preview" + ], + "defaultApiVersion": "2021-11-01-preview", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2021-11-01-preview" + ], + "defaultApiVersion": "2021-11-01-preview", + "locations": [], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2021-11-01-preview", + "2021-06-01", + "2018-09-01", + "2017-07-01-privatepreview" + ], + "defaultApiVersion": "2021-06-01", + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.IoTFirmwareDefense", + "resourceTypes": [ + { + "apiVersions": [ + "2024-01-10", + "2023-02-08-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-01-10", + "2023-02-08-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-01-10", + "2023-02-08-preview", + "2022-09-15-privatepreview", + "2021-11-10-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-01-10", + "2023-02-08-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe" + ], + "resourceType": "workspaces" + }, + { + "apiVersions": [ + "2024-01-10", + "2023-02-08-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe" + ], + "resourceType": "workspaces/firmwares" + }, + { + "apiVersions": [ + "2024-01-10" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe" + ], + "resourceType": "workspaces/firmwares/binaryHardeningResults" + }, + { + "apiVersions": [ + "2024-01-10" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe" + ], + "resourceType": "workspaces/firmwares/cryptoCertificates" + }, + { + "apiVersions": [ + "2024-01-10" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe" + ], + "resourceType": "workspaces/firmwares/cryptoKeys" + }, + { + "apiVersions": [ + "2024-01-10" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe" + ], + "resourceType": "workspaces/firmwares/cves" + }, + { + "apiVersions": [ + "2024-01-10" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe" + ], + "resourceType": "workspaces/firmwares/passwordHashes" + }, + { + "apiVersions": [ + "2024-01-10" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe" + ], + "resourceType": "workspaces/firmwares/sbomComponents" + }, + { + "apiVersions": [ + "2024-01-10" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe" + ], + "resourceType": "workspaces/firmwares/summaries" + } + ] + }, + { + "namespace": "Microsoft.IoTOperations", + "resourceTypes": [ + { + "apiVersions": [ + "2024-11-01", + "2024-09-15-preview", + "2024-08-15-preview", + "2024-07-01-preview" + ], + "defaultApiVersion": "2024-11-01", + "locations": [ + "East US 2", + "East US", + "West US 2", + "West US", + "West US 3", + "West Europe", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "instances" + }, + { + "apiVersions": [ + "2024-11-01", + "2024-09-15-preview", + "2024-08-15-preview", + "2024-07-01-preview" + ], + "defaultApiVersion": "2024-11-01", + "locations": [ + "East US 2", + "East US", + "West US 2", + "West US", + "West US 3", + "West Europe", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "instances/brokers" + }, + { + "apiVersions": [ + "2024-11-01", + "2024-09-15-preview", + "2024-08-15-preview", + "2024-07-01-preview" + ], + "defaultApiVersion": "2024-11-01", + "locations": [ + "East US 2", + "East US", + "West US 2", + "West US", + "West US 3", + "West Europe", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "instances/brokers/authentications" + }, + { + "apiVersions": [ + "2024-11-01", + "2024-09-15-preview", + "2024-08-15-preview", + "2024-07-01-preview", + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-11-01", + "locations": [ + "East US 2", + "East US", + "West US 2", + "West US", + "West US 3", + "West Europe", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "instances/brokers/authorizations" + }, + { + "apiVersions": [ + "2024-11-01", + "2024-09-15-preview", + "2024-08-15-preview", + "2024-07-01-preview" + ], + "defaultApiVersion": "2024-11-01", + "locations": [ + "East US 2", + "East US", + "West US 2", + "West US", + "West US 3", + "West Europe", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "instances/brokers/listeners" + }, + { + "apiVersions": [ + "2024-11-01", + "2024-09-15-preview", + "2024-08-15-preview", + "2024-07-01-preview" + ], + "defaultApiVersion": "2024-11-01", + "locations": [ + "East US 2", + "East US", + "West US 2", + "West US", + "West US 3", + "West Europe", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "instances/dataflowEndpoints" + }, + { + "apiVersions": [ + "2024-11-01", + "2024-09-15-preview", + "2024-08-15-preview", + "2024-07-01-preview" + ], + "defaultApiVersion": "2024-11-01", + "locations": [ + "East US 2", + "East US", + "West US 2", + "West US", + "West US 3", + "West Europe", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "instances/dataflowProfiles" + }, + { + "apiVersions": [ + "2024-11-01", + "2024-09-15-preview", + "2024-08-15-preview", + "2024-07-01-preview" + ], + "defaultApiVersion": "2024-11-01", + "locations": [ + "East US 2", + "East US", + "West US 2", + "West US", + "West US 3", + "West Europe", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "instances/dataflowProfiles/dataflows" + }, + { + "apiVersions": [ + "2024-11-01", + "2024-09-15-preview", + "2024-08-15-preview", + "2024-07-01-preview" + ], + "defaultApiVersion": "2024-11-01", + "locations": [ + "global" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-11-01", + "2024-09-15-preview", + "2024-08-15-preview", + "2024-07-01-preview" + ], + "defaultApiVersion": "2024-11-01", + "locations": [ + "East US 2", + "East US", + "West US 2", + "West US", + "West US 3", + "West Europe", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-11-01", + "2024-09-15-preview", + "2024-08-15-preview", + "2024-07-01-preview" + ], + "defaultApiVersion": "2024-11-01", + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.IoTOperationsDataProcessor", + "resourceTypes": [ + { + "apiVersions": [ + "2024-02-01-preview", + "2023-10-04-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US 3", + "East US 2", + "East US", + "West US 2", + "West US", + "West Europe", + "North Europe", + "Southeast Asia", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "instances" + }, + { + "apiVersions": [ + "2024-02-01-preview", + "2023-10-04-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US 3", + "East US 2", + "East US", + "West US 2", + "West US", + "West Europe", + "North Europe", + "Southeast Asia", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "instances/datasets" + }, + { + "apiVersions": [ + "2024-02-01-preview", + "2023-10-04-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US 3", + "East US 2", + "East US", + "West US 2", + "West US", + "West Europe", + "North Europe", + "Southeast Asia", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "instances/pipelines" + }, + { + "apiVersions": [ + "2024-02-01-preview", + "2023-10-04-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-02-01-preview", + "2023-10-04-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US 3", + "East US 2", + "East US", + "West US", + "West US 2", + "West Europe", + "North Europe", + "Southeast Asia", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-02-01-preview", + "2023-10-04-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.IoTOperationsMQ", + "resourceTypes": [ + { + "apiVersions": [ + "2023-10-04-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2023-10-04-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "West Europe", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2023-10-04-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2023-10-04-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "West Europe", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "mq" + }, + { + "apiVersions": [ + "2023-10-04-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "West Europe", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "mq/broker" + }, + { + "apiVersions": [ + "2023-10-04-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "West Europe", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "mq/broker/authentication" + }, + { + "apiVersions": [ + "2023-10-04-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "West Europe", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "mq/broker/authorization" + }, + { + "apiVersions": [ + "2023-10-04-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "West Europe", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "mq/broker/listener" + }, + { + "apiVersions": [ + "2023-10-04-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "West Europe", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "mq/dataLakeConnector" + }, + { + "apiVersions": [ + "2023-10-04-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "West Europe", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "mq/dataLakeConnector/topicMap" + }, + { + "apiVersions": [ + "2023-10-04-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "West Europe", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "mq/diagnosticService" + }, + { + "apiVersions": [ + "2023-10-04-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "West Europe", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "mq/kafkaConnector" + }, + { + "apiVersions": [ + "2023-10-04-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "West Europe", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "mq/kafkaConnector/topicMap" + }, + { + "apiVersions": [ + "2023-10-04-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "West Europe", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "mq/mqttBridgeConnector" + }, + { + "apiVersions": [ + "2023-10-04-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "West Europe", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "mq/mqttBridgeConnector/topicMap" + } + ] + }, + { + "namespace": "Microsoft.IoTOperationsOrchestrator", + "resourceTypes": [ + { + "apiVersions": [ + "2023-10-04-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US 3", + "East US 2", + "East US", + "West US 2", + "West US", + "West Europe", + "North Europe", + "Southeast Asia", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "instances" + }, + { + "apiVersions": [ + "2023-10-04-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-10-04-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US 3", + "East US 2", + "East US", + "West US", + "West US 2", + "West Europe", + "North Europe", + "Southeast Asia", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2023-10-04-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2023-10-04-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US 3", + "East US 2", + "East US", + "West US 2", + "West US", + "West Europe", + "North Europe", + "Southeast Asia", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "solutions" + }, + { + "apiVersions": [ + "2023-10-04-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US 3", + "East US 2", + "East US", + "West US 2", + "West US", + "West Europe", + "North Europe", + "Southeast Asia", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "targets" + } + ] + }, + { + "namespace": "Microsoft.IoTSecurity", + "resourceTypes": [ + { + "apiVersions": [ + "2021-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2021-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "alertTypes" + }, + { + "apiVersions": [ + "2023-02-01-preview", + "2021-11-01-preview", + "2021-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "defenderSettings" + }, + { + "apiVersions": [ + "2023-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "licenseSkus" + }, + { + "apiVersions": [ + "2024-06-01-preview", + "2023-02-01-preview", + "2021-09-01-preview", + "2021-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-02-01-preview", + "2021-11-01-preview", + "2021-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe" + ], + "resourceType": "locations/deviceGroups" + }, + { + "apiVersions": [ + "2024-06-01-preview", + "2023-02-01-preview", + "2021-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe" + ], + "resourceType": "locations/deviceGroups/alerts" + }, + { + "apiVersions": [ + "2023-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe" + ], + "resourceType": "locations/deviceGroups/alerts/learn" + }, + { + "apiVersions": [ + "2023-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe" + ], + "resourceType": "locations/deviceGroups/alerts/pcaps" + }, + { + "apiVersions": [ + "2024-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe" + ], + "resourceType": "locations/deviceGroups/alerts/violations" + }, + { + "apiVersions": [ + "2021-11-01-preview", + "2021-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe" + ], + "resourceType": "locations/deviceGroups/devices" + }, + { + "apiVersions": [ + "2021-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe" + ], + "resourceType": "locations/deviceGroups/recommendations" + }, + { + "apiVersions": [ + "2021-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe" + ], + "resourceType": "locations/deviceGroups/vulnerabilities" + }, + { + "apiVersions": [ + "2023-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe" + ], + "resourceType": "locations/endpoints" + }, + { + "apiVersions": [ + "2024-06-01-preview", + "2021-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe" + ], + "resourceType": "locations/sites" + }, + { + "apiVersions": [ + "2024-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe" + ], + "resourceType": "locations/sites/inventoryNetworks" + }, + { + "apiVersions": [ + "2021-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe" + ], + "resourceType": "locations/sites/sensors" + }, + { + "apiVersions": [ + "2021-11-01-preview", + "2021-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "onPremiseSensors" + }, + { + "apiVersions": [ + "2021-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "recommendationTypes" + }, + { + "apiVersions": [ + "2021-09-01-preview", + "2021-02-01-preview" + ], + "defaultApiVersion": null, + "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", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "sensors" + }, + { + "apiVersions": [ + "2023-02-01-preview", + "2021-09-01-preview", + "2021-02-01-preview" + ], + "defaultApiVersion": null, + "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", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "sites" + } + ] + }, + { + "namespace": "Microsoft.KeyVault", + "resourceTypes": [ + { + "apiVersions": [ + "2024-04-01-preview", + "2023-08-01-PREVIEW", + "2023-07-01", + "2023-02-01", + "2022-11-01", + "2022-07-01" + ], + "defaultApiVersion": "2022-11-01", + "locations": [], + "resourceType": "checkMhsmNameAvailability" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-08-01-PREVIEW", + "2023-07-01", + "2023-02-01", + "2022-11-01", + "2022-07-01", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-10-01", + "2021-06-01-preview", + "2021-04-01-preview", + "2020-04-01-preview", + "2019-09-01", + "2018-02-14-preview", + "2018-02-14", + "2016-10-01", + "2015-06-01" + ], + "defaultApiVersion": "2019-09-01", + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-08-01-PREVIEW", + "2023-07-01", + "2023-02-01", + "2022-11-01", + "2022-07-01", + "2022-02-01-preview", + "2021-12-01-preview", + "2021-11-01-preview", + "2021-10-01", + "2021-06-01-preview", + "2021-04-01-preview" + ], + "defaultApiVersion": "2021-04-01-preview", + "locations": [ + "East US 2", + "South Central US", + "North Europe", + "West Europe", + "Canada Central", + "Central US", + "Switzerland North", + "South Africa North", + "UK South", + "SouthEast Asia", + "East Asia", + "Korea Central", + "Australia Central", + "West US", + "East US", + "North Central US", + "West Central US", + "West US 2", + "West US 3", + "Canada East", + "Japan East", + "UAE North", + "Australia East", + "France Central", + "Switzerland West", + "Central India", + "Brazil South", + "Sweden Central", + "Qatar Central", + "South India", + "Poland Central", + "Japan West", + "Norway East", + "Norway West", + "Germany West Central", + "Italy North", + "Israel Central", + "Australia Central 2", + "Brazil Southeast", + "West India", + "Mexico Central", + "Spain Central", + "Australia Southeast", + "France South", + "Germany North", + "Korea South", + "South Africa West", + "UAE Central", + "New Zealand North" + ], + "resourceType": "deletedManagedHSMs" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-08-01-PREVIEW", + "2023-07-01", + "2023-02-01", + "2022-11-01", + "2022-07-01", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-10-01", + "2021-06-01-preview", + "2021-04-01-preview", + "2020-04-01-preview", + "2019-09-01", + "2018-02-14-preview", + "2018-02-14", + "2016-10-01" + ], + "defaultApiVersion": "2019-09-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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "deletedVaults" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-08-01-PREVIEW", + "2023-07-01", + "2023-02-01", + "2022-11-01", + "2022-07-01", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-10-01", + "2021-06-01-preview", + "2021-04-01-preview", + "2020-04-01-preview", + "2019-09-01", + "2018-02-14-preview", + "2018-02-14", + "2016-10-01" + ], + "defaultApiVersion": "2019-09-01", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-08-01-PREVIEW", + "2023-07-01", + "2023-02-01", + "2022-11-01", + "2022-07-01", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-10-01", + "2021-06-01-preview", + "2021-04-01-preview", + "2020-04-01-preview", + "2019-09-01", + "2018-02-14-preview", + "2018-02-14", + "2016-10-01" + ], + "defaultApiVersion": "2019-09-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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/deleteVirtualNetworkOrSubnets" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-08-01-PREVIEW", + "2023-07-01", + "2023-02-01", + "2022-11-01", + "2022-07-01", + "2022-02-01-preview", + "2021-12-01-preview", + "2021-11-01-preview", + "2021-10-01", + "2021-06-01-preview", + "2021-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2", + "South Central US", + "North Europe", + "West Europe", + "Canada Central", + "Central US", + "Switzerland North", + "South Africa North", + "UK South", + "SouthEast Asia", + "East Asia", + "Korea Central", + "Australia Central", + "West US", + "East US", + "North Central US", + "West Central US", + "West US 2", + "West US 3", + "Canada East", + "Japan East", + "UAE North", + "Australia East", + "France Central", + "Switzerland West", + "Central India", + "Brazil South", + "Sweden Central", + "Qatar Central", + "South India", + "Poland Central", + "Japan West", + "Norway East", + "Norway West", + "Germany West Central", + "Italy North", + "Israel Central", + "Australia Central 2", + "Brazil Southeast", + "West India", + "Mexico Central", + "Spain Central", + "Australia Southeast", + "France South", + "Germany North", + "Korea South", + "South Africa West", + "UAE Central", + "New Zealand North" + ], + "resourceType": "locations/deletedManagedHSMs" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-08-01-PREVIEW", + "2023-07-01", + "2023-02-01", + "2022-11-01", + "2022-07-01", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-10-01", + "2021-06-01-preview", + "2021-04-01-preview", + "2020-04-01-preview", + "2019-09-01", + "2018-02-14-preview", + "2018-02-14", + "2016-10-01" + ], + "defaultApiVersion": "2019-09-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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/deletedVaults" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-08-01-PREVIEW", + "2023-07-01", + "2023-02-01", + "2022-11-01", + "2022-07-01", + "2022-02-01-preview", + "2021-12-01-preview", + "2021-11-01-preview", + "2021-10-01", + "2021-06-01-preview", + "2021-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2", + "South Central US", + "North Europe", + "West Europe", + "Canada Central", + "Central US", + "Switzerland North", + "South Africa North", + "UK South", + "SouthEast Asia", + "East Asia", + "Korea Central", + "Australia Central", + "West US", + "East US", + "North Central US", + "West Central US", + "West US 2", + "West US 3", + "Canada East", + "Japan East", + "UAE North", + "Australia East", + "France Central", + "Switzerland West", + "Central India", + "Brazil South", + "Sweden Central", + "Qatar Central", + "South India", + "Poland Central", + "Japan West", + "Norway East", + "Norway West", + "Germany West Central", + "Italy North", + "Israel Central", + "Australia Central 2", + "Brazil Southeast", + "West India", + "Mexico Central", + "Spain Central", + "Australia Southeast", + "France South", + "Germany North", + "Korea South", + "South Africa West", + "UAE Central", + "New Zealand North" + ], + "resourceType": "locations/managedHsmOperationResults" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-08-01-PREVIEW", + "2023-07-01", + "2023-02-01", + "2022-11-01", + "2022-07-01", + "2022-02-01-preview" + ], + "defaultApiVersion": "2022-02-01-preview", + "locations": [ + "North Central US", + "South Central US", + "Central US EUAP", + "East US 2 EUAP", + "West Central US", + "UK South", + "West Europe", + "Australia Central", + "Canada Central", + "Germany West Central", + "East Asia", + "Australia East", + "Japan East", + "East US 2", + "East US", + "France South", + "Korea Central", + "Norway West", + "South Africa West", + "Brazil South", + "South India", + "Sweden Central", + "Switzerland West", + "UAE Central", + "Australia Central 2", + "Central India", + "Central US", + "Germany North", + "Canada East", + "France Central", + "Korea South", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "Australia Southeast", + "Southeast Asia", + "Brazil Southeast", + "Switzerland North", + "UAE North", + "UK West", + "West India", + "Japan West", + "West US 2", + "West US 3", + "West US", + "Mexico Central", + "Israel Central", + "Spain Central", + "North Europe", + "Italy North", + "New Zealand North" + ], + "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-08-01-PREVIEW", + "2023-07-01", + "2023-02-01", + "2022-11-01", + "2022-07-01", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-10-01", + "2021-06-01-preview", + "2021-04-01-preview", + "2020-04-01-preview", + "2019-09-01", + "2018-02-14-preview", + "2018-02-14", + "2016-10-01" + ], + "defaultApiVersion": "2019-09-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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-08-01-PREVIEW", + "2023-07-01", + "2023-02-01", + "2022-11-01", + "2022-07-01", + "2022-02-01-preview", + "2021-12-01-preview", + "2021-11-01-preview", + "2021-10-01", + "2021-06-01-preview", + "2021-04-01-preview", + "2020-04-01-preview" + ], + "defaultApiVersion": "2023-07-01", + "locations": [ + "East US 2", + "South Central US", + "North Europe", + "West Europe", + "Canada Central", + "Central US", + "Switzerland North", + "South Africa North", + "UK South", + "SouthEast Asia", + "East Asia", + "Korea Central", + "Australia Central", + "West US", + "East US", + "North Central US", + "West Central US", + "West US 2", + "West US 3", + "Canada East", + "Japan East", + "UAE North", + "Australia East", + "France Central", + "Switzerland West", + "Central India", + "Brazil South", + "Sweden Central", + "Qatar Central", + "South India", + "Poland Central", + "Japan West", + "Norway East", + "Norway West", + "Germany West Central", + "Italy North", + "Israel Central", + "Australia Central 2", + "Brazil Southeast", + "West India", + "Mexico Central", + "Spain Central", + "Australia Southeast", + "France South", + "Germany North", + "Korea South", + "South Africa West", + "UAE Central", + "New Zealand North" + ], + "resourceType": "managedHSMs" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-08-01-PREVIEW", + "2023-07-01", + "2023-02-01", + "2022-11-01" + ], + "defaultApiVersion": "2022-11-01", + "locations": [ + "East US 2", + "South Central US", + "North Europe", + "West Europe", + "Canada Central", + "Central US", + "Switzerland North", + "South Africa North", + "UK South", + "SouthEast Asia", + "East Asia", + "Korea Central", + "Australia Central", + "West US", + "East US", + "North Central US", + "West Central US", + "West US 2", + "West US 3", + "Canada East", + "Japan East", + "UAE North", + "Australia East", + "France Central", + "Switzerland West", + "Central India", + "Brazil South", + "Sweden Central", + "Qatar Central", + "Poland Central", + "South India", + "Japan West", + "Norway East", + "Norway West", + "Germany West Central", + "Italy North", + "Israel Central", + "Australia Central 2", + "Brazil Southeast", + "West India", + "Mexico Central", + "Spain Central", + "Australia Southeast", + "France South", + "Germany North", + "Korea South", + "South Africa West", + "UAE Central", + "New Zealand North" + ], + "resourceType": "managedHSMs/keys" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-08-01-PREVIEW", + "2023-07-01", + "2023-02-01", + "2022-11-01" + ], + "defaultApiVersion": "2022-11-01", + "locations": [ + "East US 2", + "South Central US", + "North Europe", + "West Europe", + "Canada Central", + "Central US", + "Switzerland North", + "South Africa North", + "UK South", + "SouthEast Asia", + "East Asia", + "Korea Central", + "Australia Central", + "West US", + "East US", + "North Central US", + "West Central US", + "West US 2", + "West US 3", + "Canada East", + "Japan East", + "UAE North", + "Australia East", + "France Central", + "Switzerland West", + "Central India", + "Brazil South", + "Sweden Central", + "Qatar Central", + "Poland Central", + "South India", + "Japan West", + "Norway East", + "Norway West", + "Germany West Central", + "Italy North", + "Israel Central", + "Australia Central 2", + "Brazil Southeast", + "West India", + "Mexico Central", + "Spain Central", + "Australia Southeast", + "France South", + "Germany North", + "Korea South", + "South Africa West", + "UAE Central", + "New Zealand North" + ], + "resourceType": "managedHSMs/keys/versions" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-08-01-PREVIEW", + "2023-07-01", + "2023-02-01", + "2022-11-01", + "2022-07-01", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-10-01", + "2021-06-01-preview", + "2021-04-01-preview", + "2020-04-01-preview", + "2019-09-01", + "2018-02-14-preview", + "2018-02-14", + "2016-10-01", + "2015-06-01", + "2014-12-19-preview" + ], + "defaultApiVersion": "2019-09-01", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-08-01-PREVIEW", + "2023-07-01", + "2023-02-01", + "2022-11-01", + "2022-07-01", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-10-01", + "2021-06-01-preview", + "2021-04-01-preview", + "2020-04-01-preview", + "2019-09-01", + "2018-02-14-preview", + "2018-02-14", + "2016-10-01", + "2015-06-01" + ], + "defaultApiVersion": "2019-09-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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "vaults" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-08-01-PREVIEW", + "2023-07-01", + "2023-02-01", + "2022-11-01", + "2022-07-01", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-10-01", + "2021-06-01-preview", + "2021-04-01-preview", + "2020-04-01-preview", + "2019-09-01", + "2018-02-14-preview", + "2018-02-14", + "2016-10-01", + "2015-06-01" + ], + "defaultApiVersion": "2019-09-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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "vaults/accessPolicies" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-08-01-PREVIEW", + "2023-07-01", + "2023-02-01", + "2022-11-01", + "2022-07-01", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-10-01", + "2021-06-01-preview", + "2021-04-01-preview", + "2020-04-01-preview", + "2019-09-01", + "2018-02-14-preview", + "2018-02-14" + ], + "defaultApiVersion": "2019-09-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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "vaults/eventGridFilters" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-08-01-PREVIEW", + "2023-07-01", + "2023-02-01", + "2022-11-01", + "2022-07-01", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-10-01", + "2021-06-01-preview", + "2021-04-01-preview", + "2020-04-01-preview", + "2019-09-01" + ], + "defaultApiVersion": "2019-09-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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "vaults/keys" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-08-01-PREVIEW", + "2023-07-01", + "2023-02-01", + "2022-11-01", + "2022-07-01", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-10-01", + "2021-06-01-preview", + "2021-04-01-preview", + "2020-04-01-preview", + "2019-09-01" + ], + "defaultApiVersion": "2019-09-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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "vaults/keys/versions" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-08-01-PREVIEW", + "2023-07-01", + "2023-02-01", + "2022-11-01", + "2022-07-01", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-10-01", + "2021-06-01-preview", + "2021-04-01-preview", + "2020-04-01-preview", + "2019-09-01", + "2018-02-14-preview", + "2018-02-14", + "2016-10-01", + "2015-06-01" + ], + "defaultApiVersion": "2019-09-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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "vaults/secrets" + } + ] + }, + { + "namespace": "Microsoft.Kubernetes", + "resourceTypes": [ + { + "apiVersions": [ + "2024-12-01-preview", + "2024-07-15-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-02-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2022-10-01-preview", + "2022-05-01-preview", + "2021-10-01", + "2021-04-01-preview", + "2021-03-01", + "2020-01-01-preview", + "2019-11-01-preview", + "2019-09-01-privatepreview" + ], + "defaultApiVersion": "2024-01-01", + "locations": [], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2024-12-01-preview", + "2024-07-15-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-02-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2022-10-01-preview", + "2022-05-01-preview", + "2021-10-01", + "2021-04-01-preview", + "2021-03-01", + "2020-01-01-preview" + ], + "defaultApiVersion": "2024-01-01", + "locations": [ + "West Europe", + "East US", + "West Central US", + "South Central US", + "Southeast Asia", + "UK South", + "East US 2", + "West US 2", + "Australia East", + "North Europe", + "France Central", + "Central US", + "West US", + "North Central US", + "Korea Central", + "Japan East", + "West US 3", + "East Asia", + "Canada East", + "Canada Central", + "Switzerland North", + "South Africa North", + "Brazil South", + "UAE North", + "Central India", + "Sweden Central", + "Norway East", + "Germany West Central", + "Israel Central", + "South India", + "Italy North", + "UK West", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "connectedClusters" + }, + { + "apiVersions": [ + "2024-12-01-preview", + "2024-07-15-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-02-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2022-10-01-preview", + "2022-05-01-preview", + "2021-10-01", + "2021-04-01-preview", + "2021-03-01", + "2020-01-01-preview" + ], + "defaultApiVersion": "2024-01-01", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-12-01-preview", + "2024-07-15-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-02-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2022-10-01-preview", + "2022-05-01-preview", + "2021-10-01", + "2021-04-01-preview", + "2021-03-01", + "2020-01-01-preview" + ], + "defaultApiVersion": "2024-01-01", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Europe", + "East US", + "West Central US", + "South Central US", + "Southeast Asia", + "UK South", + "East US 2", + "West US 2", + "Australia East", + "Australia Southeast", + "North Europe", + "France Central", + "Central US", + "West US", + "North Central US", + "Korea Central", + "Japan East", + "East Asia", + "West US 3", + "Canada East", + "Canada Central", + "Switzerland North", + "South Africa North", + "Brazil South", + "UAE North", + "Central India", + "Sweden Central", + "Norway East", + "UK West", + "Italy North", + "Germany West Central", + "South India", + "Israel Central", + "Japan West" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-12-01-preview", + "2024-07-15-preview", + "2024-07-01-preview", + "2024-06-01-preview", + "2024-02-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2022-10-01-preview", + "2022-05-01-preview", + "2021-10-01", + "2021-04-01-preview", + "2021-03-01", + "2020-01-01-preview" + ], + "defaultApiVersion": "2024-01-01", + "locations": [], + "resourceType": "registeredSubscriptions" + } + ] + }, + { + "namespace": "Microsoft.KubernetesConfiguration", + "resourceTypes": [ + { + "apiVersions": [ + "2023-05-01-preview", + "2022-01-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US 2", + "East US", + "West Europe", + "West Central US", + "West US 3", + "South Central US", + "East US 2", + "North Europe", + "UK South", + "Southeast Asia", + "Australia East", + "France Central", + "Central US", + "North Central US", + "West US", + "Korea Central", + "East Asia", + "Japan East", + "Canada Central", + "Canada East", + "Norway East", + "Central India", + "South India", + "Australia Southeast", + "Germany West Central", + "Italy North", + "Israel Central", + "Poland Central", + "Switzerland North", + "Sweden Central", + "Japan West", + "Uk West", + "Korea South", + "France South", + "South Africa North", + "Brazil South", + "Uae North", + "Norway West", + "Germany North", + "West India", + "Australia Central", + "Australia Central 2", + "Switzerland West", + "South Africa West", + "Brazil Southeast" + ], + "resourceType": "extensionTypes" + }, + { + "apiVersions": [ + "2023-05-01", + "2022-11-01", + "2022-07-01", + "2022-03-01", + "2020-07-01-preview" + ], + "defaultApiVersion": "2023-05-01", + "locations": [ + "East US", + "West Europe", + "West Central US", + "West US 2", + "West US 3", + "South Central US", + "East US 2", + "North Europe", + "UK South", + "Southeast Asia", + "Australia East", + "France Central", + "Central US", + "North Central US", + "West US", + "Korea Central", + "East Asia", + "Japan East", + "Canada East", + "Canada Central", + "Norway East", + "Germany West Central", + "Italy North", + "Israel Central", + "Poland Central", + "Sweden Central", + "Switzerland North", + "Australia Southeast", + "Central India", + "South India", + "Japan West", + "Uk West", + "France South", + "Korea South", + "South Africa North", + "Brazil South", + "Uae North", + "Norway West", + "Germany North", + "West India", + "Australia Central", + "Australia Central 2", + "Switzerland West", + "South Africa West", + "Brazil Southeast" + ], + "resourceType": "extensions" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-05-01", + "2022-11-01", + "2022-07-01", + "2022-03-01", + "2022-01-01-preview", + "2021-11-01-preview", + "2021-06-01-preview" + ], + "defaultApiVersion": "2023-05-01", + "locations": [ + "East US", + "West Europe", + "West Central US", + "West US 2", + "West US 3", + "South Central US", + "East US 2", + "North Europe", + "UK South", + "Southeast Asia", + "Australia East", + "France Central", + "Central US", + "North Central US", + "West US", + "Korea Central", + "East Asia", + "Japan East", + "Canada East", + "Canada Central", + "Norway East", + "Germany West Central", + "Italy North", + "Israel Central", + "Poland Central", + "Sweden Central", + "Switzerland North", + "Australia Southeast", + "Central India", + "South India", + "Japan West", + "Uk West", + "Korea South", + "France South", + "South Africa North", + "Brazil South", + "Uae North", + "Norway West", + "Germany North", + "West India", + "Australia Central", + "Australia Central 2", + "Switzerland West", + "South Africa West", + "Brazil Southeast" + ], + "resourceType": "fluxConfigurations" + }, + { + "apiVersions": [ + "2023-05-01-preview", + "2022-01-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US 2", + "East US", + "West Europe", + "West Central US", + "West US 3", + "South Central US", + "East US 2", + "North Europe", + "UK South", + "Southeast Asia", + "Australia East", + "France Central", + "Central US", + "North Central US", + "West US", + "Korea Central", + "East Asia", + "Japan East", + "Canada Central", + "Canada East", + "Central India", + "South India", + "Norway East", + "Australia Southeast", + "Germany West Central", + "Italy North", + "Israel Central", + "Poland Central", + "Switzerland North", + "Sweden Central", + "Japan West", + "Uk West", + "Korea South", + "France South", + "South Africa North", + "Brazil South", + "Uae North", + "Norway West", + "Germany North", + "West India", + "Australia Central", + "Australia Central 2", + "Switzerland West", + "South Africa West", + "Brazil Southeast" + ], + "resourceType": "locations/extensionTypes" + }, + { + "apiVersions": [ + "2023-05-01-preview", + "2022-01-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US 2", + "East US", + "West Europe", + "West Central US", + "West US 3", + "South Central US", + "East US 2", + "North Europe", + "UK South", + "Southeast Asia", + "Australia East", + "France Central", + "Central US", + "North Central US", + "West US", + "Korea Central", + "East Asia", + "Japan East", + "Canada Central", + "Canada East", + "Central India", + "Norway East", + "Australia Southeast", + "Germany West Central", + "Italy North", + "Israel Central", + "Poland Central", + "Switzerland North", + "Sweden Central", + "Japan West", + "Uk West", + "Korea South", + "France South", + "South Africa North", + "South India", + "Brazil South", + "Uae North", + "Norway West", + "Germany North", + "West India", + "Australia Central", + "Australia Central 2", + "Switzerland West", + "South Africa West", + "Brazil Southeast" + ], + "resourceType": "locations/extensionTypes/versions" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-05-01-preview", + "2023-05-01", + "2022-11-01", + "2022-03-01", + "2022-01-01-preview", + "2021-12-01-preview", + "2021-11-01-preview", + "2021-09-01", + "2021-06-01-preview", + "2021-05-01-preview", + "2021-03-01", + "2020-10-01-preview", + "2020-07-01-preview", + "2019-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2022-04-02-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "West Central US", + "West US 2", + "West US 3", + "South Central US", + "East US 2", + "North Europe", + "UK South", + "Southeast Asia", + "Australia East", + "France Central", + "Central US", + "North Central US", + "West US", + "Korea Central", + "East Asia", + "Japan East", + "Canada East", + "Canada Central", + "Norway East", + "Germany West Central", + "Italy North", + "Israel Central", + "Poland Central", + "Sweden Central", + "Switzerland North", + "Australia Southeast", + "Central India", + "South India", + "Japan West", + "Uk West", + "Korea South", + "France South", + "South Africa North", + "Brazil South", + "Uae North", + "Norway West", + "Germany North", + "West India", + "Australia Central", + "Australia Central 2", + "Switzerland West", + "South Africa West", + "Brazil Southeast" + ], + "resourceType": "privateLinkScopes" + }, + { + "apiVersions": [ + "2022-04-02-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "West Central US", + "West US 2", + "West US 3", + "South Central US", + "East US 2", + "North Europe", + "UK South", + "Southeast Asia", + "Australia East", + "France Central", + "Central US", + "North Central US", + "West US", + "Korea Central", + "East Asia", + "Japan East", + "Canada East", + "Canada Central", + "Norway East", + "Germany West Central", + "Italy North", + "Israel Central", + "Poland Central", + "Sweden Central", + "Switzerland North", + "Australia Southeast", + "Central India", + "South India", + "Japan West", + "Uk West", + "South Africa North", + "Korea South", + "France South", + "Brazil South", + "Uae North", + "Norway West", + "Germany North", + "West India", + "Australia Central", + "Australia Central 2", + "Switzerland West", + "South Africa West", + "Brazil Southeast" + ], + "resourceType": "privateLinkScopes/privateEndpointConnectionProxies" + }, + { + "apiVersions": [ + "2022-04-02-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "West Central US", + "West US 2", + "West US 3", + "South Central US", + "East US 2", + "North Europe", + "UK South", + "Southeast Asia", + "Australia East", + "France Central", + "Central US", + "North Central US", + "West US", + "Korea Central", + "East Asia", + "Japan East", + "Canada East", + "Canada Central", + "Norway East", + "Germany West Central", + "Italy North", + "Israel Central", + "Poland Central", + "Sweden Central", + "Switzerland North", + "Australia Southeast", + "Central India", + "South India", + "Japan West", + "Uk West", + "France South", + "Korea South", + "South Africa North", + "Brazil South", + "Uae North", + "Norway West", + "Germany North", + "West India", + "Australia Central", + "Australia Central 2", + "Switzerland West", + "South Africa West", + "Brazil Southeast" + ], + "resourceType": "privateLinkScopes/privateEndpointConnections" + }, + { + "apiVersions": [ + "2023-05-01", + "2022-11-01", + "2022-07-01", + "2022-03-01", + "2021-03-01", + "2020-10-01-preview", + "2020-07-01-preview", + "2019-11-01-preview" + ], + "defaultApiVersion": "2023-05-01", + "locations": [ + "East US", + "West Europe", + "West Central US", + "West US 2", + "West US 3", + "South Central US", + "East US 2", + "North Europe", + "UK South", + "Southeast Asia", + "Australia East", + "France Central", + "Central US", + "North Central US", + "West US", + "Korea Central", + "East Asia", + "Japan East", + "Canada East", + "Canada Central", + "Norway East", + "Germany West Central", + "Italy North", + "Israel Central", + "Poland Central", + "Sweden Central", + "Switzerland North", + "Australia Southeast", + "Central India", + "South India", + "Japan West", + "Uk West", + "France South", + "Korea South", + "South Africa North", + "Brazil South", + "Uae North", + "Norway West", + "Germany North", + "West India", + "Australia Central", + "Australia Central 2", + "Switzerland West", + "South Africa West", + "Brazil Southeast" + ], + "resourceType": "sourceControlConfigurations" + } + ] + }, + { + "namespace": "Microsoft.KubernetesRuntime", + "resourceTypes": [ + { + "apiVersions": [ + "2024-08-01", + "2024-05-01-preview", + "2024-03-01", + "2023-10-01-preview" + ], + "defaultApiVersion": "2024-08-01", + "locations": [ + "East US", + "East US 2", + "West US 2", + "West Europe", + "Australia East", + "Central India", + "Southeast Asia", + "South Central US", + "UK South", + "North Europe", + "West US 3", + "Sweden Central", + "Canada Central", + "Japan East", + "East US 2 EUAP" + ], + "resourceType": "bfdProfiles" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-05-01-preview", + "2024-03-01", + "2023-10-01-preview" + ], + "defaultApiVersion": "2024-08-01", + "locations": [ + "East US", + "East US 2", + "West US 2", + "West Europe", + "Australia East", + "Central India", + "Southeast Asia", + "South Central US", + "UK South", + "North Europe", + "West US 3", + "Sweden Central", + "Canada Central", + "Japan East", + "East US 2 EUAP" + ], + "resourceType": "bgpPeers" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-05-01-preview", + "2024-03-01", + "2023-10-01-preview" + ], + "defaultApiVersion": "2024-08-01", + "locations": [ + "East US", + "East US 2", + "West US 2", + "West Europe", + "Australia East", + "Central India", + "Southeast Asia", + "South Central US", + "UK South", + "North Europe", + "West US 3", + "Sweden Central", + "Canada Central", + "Japan East", + "East US 2 EUAP" + ], + "resourceType": "loadBalancers" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-05-01-preview", + "2024-03-01", + "2023-10-01-preview" + ], + "defaultApiVersion": "2024-08-01", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-05-01-preview", + "2024-03-01", + "2023-10-01-preview", + "2019-10-01" + ], + "defaultApiVersion": "2024-08-01", + "locations": [ + "East US", + "East US 2", + "West US 2", + "West Europe", + "Australia East", + "Central India", + "Southeast Asia", + "South Central US", + "UK South", + "North Europe", + "West US 3", + "Sweden Central", + "Canada Central", + "Japan East", + "East US 2 EUAP" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-05-01-preview", + "2024-03-01", + "2023-10-01-preview" + ], + "defaultApiVersion": "2024-08-01", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-05-01-preview", + "2024-03-01", + "2023-10-01-preview" + ], + "defaultApiVersion": "2024-08-01", + "locations": [ + "East US", + "East US 2", + "West US 2", + "West Europe", + "Australia East", + "Central India", + "Southeast Asia", + "South Central US", + "UK South", + "North Europe", + "West US 3", + "Sweden Central", + "Canada Central", + "Japan East", + "East US 2 EUAP" + ], + "resourceType": "services" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-05-01-preview", + "2024-03-01", + "2023-10-01-preview" + ], + "defaultApiVersion": "2024-08-01", + "locations": [ + "East US", + "East US 2", + "West US 2", + "West Europe", + "Australia East", + "Central India", + "Southeast Asia", + "South Central US", + "UK South", + "North Europe", + "West US 3", + "Sweden Central", + "Canada Central", + "Japan East", + "East US 2 EUAP" + ], + "resourceType": "storageClasses" + } + ] + }, + { + "namespace": "Microsoft.Kusto", + "resourceTypes": [ + { + "apiVersions": [ + "2024-04-13", + "2023-08-15", + "2023-05-02", + "2022-12-29", + "2022-11-11", + "2022-07-07", + "2022-02-01", + "2021-08-27", + "2021-01-01", + "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" + ], + "defaultApiVersion": "2021-08-27", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "clusters" + }, + { + "apiVersions": [ + "2024-04-13", + "2023-08-15", + "2023-05-02", + "2022-12-29", + "2022-11-11", + "2022-07-07", + "2022-02-01", + "2021-08-27", + "2021-01-01", + "2020-09-18", + "2020-06-14", + "2020-02-15", + "2019-11-09", + "2019-09-07" + ], + "defaultApiVersion": "2021-08-27", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "clusters/attacheddatabaseconfigurations" + }, + { + "apiVersions": [ + "2024-04-13", + "2023-08-15", + "2023-05-02", + "2022-12-29", + "2022-11-11", + "2022-07-07", + "2022-02-01", + "2021-08-27", + "2021-01-01", + "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" + ], + "defaultApiVersion": "2021-08-27", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "clusters/databases" + }, + { + "apiVersions": [ + "2024-04-13", + "2023-08-15", + "2023-05-02", + "2022-12-29", + "2022-11-11", + "2022-07-07", + "2022-02-01", + "2021-08-27", + "2021-01-01", + "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" + ], + "defaultApiVersion": "2021-08-27", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "clusters/databases/dataconnections" + }, + { + "apiVersions": [ + "2021-01-01", + "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" + ], + "defaultApiVersion": "2020-09-18", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "clusters/databases/eventhubconnections" + }, + { + "apiVersions": [ + "2024-04-13", + "2023-08-15", + "2023-05-02", + "2022-12-29", + "2022-11-11", + "2022-07-07", + "2022-02-01", + "2021-08-27", + "2021-01-01", + "2020-09-18", + "2020-06-14", + "2020-02-15", + "2019-11-09" + ], + "defaultApiVersion": "2021-08-27", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "clusters/databases/principalassignments" + }, + { + "apiVersions": [ + "2024-04-13", + "2023-08-15", + "2023-05-02", + "2022-12-29", + "2022-11-11", + "2022-07-07", + "2022-02-01", + "2021-08-27", + "2021-01-01" + ], + "defaultApiVersion": "2021-08-27", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "clusters/databases/scripts" + }, + { + "apiVersions": [ + "2024-04-13", + "2023-08-15", + "2023-05-02", + "2022-12-29", + "2022-11-11", + "2022-07-07", + "2022-02-01", + "2021-08-27" + ], + "defaultApiVersion": "2021-08-27", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "clusters/managedPrivateEndpoints" + }, + { + "apiVersions": [ + "2024-04-13", + "2023-08-15", + "2023-05-02", + "2022-12-29", + "2022-11-11", + "2022-07-07", + "2022-02-01", + "2021-08-27", + "2021-01-01", + "2020-09-18", + "2020-06-14", + "2020-02-15", + "2019-11-09" + ], + "defaultApiVersion": "2021-08-27", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "clusters/principalassignments" + }, + { + "apiVersions": [ + "2024-04-13", + "2023-08-15" + ], + "defaultApiVersion": "2023-08-15", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "clusters/sandboxCustomImages" + }, + { + "apiVersions": [ + "2024-04-13", + "2023-08-15", + "2023-05-02", + "2022-12-29", + "2022-11-11", + "2022-07-07", + "2022-02-01", + "2021-08-27", + "2021-01-01", + "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" + ], + "defaultApiVersion": "2021-08-27", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-04-13", + "2023-08-15", + "2023-05-02", + "2022-12-29", + "2022-11-11", + "2022-07-07", + "2022-02-01", + "2021-08-27", + "2021-01-01", + "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" + ], + "defaultApiVersion": "2021-08-27", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "locations/checkNameAvailability" + }, + { + "apiVersions": [ + "2024-04-13", + "2023-08-15", + "2023-05-02", + "2022-12-29", + "2022-11-11", + "2022-07-07", + "2022-02-01", + "2021-08-27", + "2021-01-01", + "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" + ], + "defaultApiVersion": "2021-08-27", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2024-04-13", + "2023-08-15", + "2023-05-02", + "2022-12-29", + "2022-11-11" + ], + "defaultApiVersion": "2024-04-13", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "locations/skus" + }, + { + "apiVersions": [ + "2024-04-13", + "2023-08-15", + "2023-05-02", + "2022-12-29", + "2022-11-11", + "2022-07-07", + "2022-02-01", + "2021-08-27", + "2021-01-01", + "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" + ], + "defaultApiVersion": "2021-08-27", + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.LabServices", + "resourceTypes": [ + { + "apiVersions": [ + "2019-01-01-preview", + "2018-10-15", + "2017-12-01-preview" + ], + "defaultApiVersion": null, + "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", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "labaccounts" + }, + { + "apiVersions": [ + "2023-06-07", + "2022-08-01", + "2021-11-15-preview", + "2021-10-01-preview", + "2020-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "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", + "Korea Central", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "East US 2 EUAP" + ], + "resourceType": "labplans" + }, + { + "apiVersions": [ + "2023-06-07", + "2022-08-01", + "2021-11-15-preview", + "2021-10-01-preview", + "2020-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "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", + "Korea Central", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "East US 2 EUAP" + ], + "resourceType": "labs" + }, + { + "apiVersions": [ + "2023-06-07", + "2022-08-01", + "2021-11-15-preview", + "2021-10-01-preview", + "2020-05-01-preview", + "2019-01-01-preview", + "2018-10-15", + "2017-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-06-07", + "2022-08-01", + "2021-11-15-preview", + "2021-10-01-preview", + "2020-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "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", + "Korea Central", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "East US 2 EUAP" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2019-01-01-preview", + "2018-10-15", + "2017-12-01-preview" + ], + "defaultApiVersion": null, + "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", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/operations" + }, + { + "apiVersions": [ + "2023-06-07", + "2022-08-01", + "2021-11-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "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", + "Korea Central", + "North Central US", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "Southeast Asia", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "East US 2 EUAP" + ], + "resourceType": "locations/usages" + }, + { + "apiVersions": [ + "2023-06-07", + "2022-08-01", + "2021-11-15-preview", + "2021-10-01-preview", + "2020-05-01-preview", + "2019-01-01-preview", + "2018-10-15", + "2017-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US", + "South Central US", + "East Asia", + "Japan East", + "East US 2", + "East US", + "UK West", + "West Central US" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2019-01-01-preview", + "2019-01-01-beta", + "2018-10-15", + "2017-12-01-preview", + "2017-12-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "users" + } + ] + }, + { + "namespace": "Microsoft.LoadTestService", + "resourceTypes": [ + { + "apiVersions": [ + "2023-12-01-preview", + "2022-12-01" + ], + "defaultApiVersion": "2022-12-01", + "locations": [], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2023-12-01-preview", + "2022-12-01" + ], + "defaultApiVersion": "2022-12-01", + "locations": [ + "North Europe", + "East Asia", + "Australia East", + "East US", + "East US 2", + "South Central US", + "Sweden Central", + "West US 2", + "West US 3", + "UK South", + "West Europe", + "Canada Central", + "Japan East", + "Brazil South", + "Southeast Asia", + "France Central", + "Germany West Central", + "Central India", + "Central US", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2023-12-01-preview", + "2022-12-01" + ], + "defaultApiVersion": "2022-12-01", + "locations": [ + "East US", + "North Europe", + "West US 2", + "West US 3", + "East Asia", + "Australia East", + "East US 2", + "South Central US", + "Sweden Central", + "UK South", + "West Europe", + "Canada Central", + "Japan East", + "Brazil South", + "Southeast Asia", + "France Central", + "Germany West Central", + "Central India", + "Central US", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "Locations/Quotas" + }, + { + "apiVersions": [ + "2023-12-01-preview", + "2022-12-01" + ], + "defaultApiVersion": "2022-12-01", + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2023-12-01-preview" + ], + "defaultApiVersion": "2023-12-01-preview", + "locations": [ + "East US", + "North Europe", + "West US 2", + "West US 3", + "East Asia", + "Australia East", + "East US 2", + "South Central US", + "Sweden Central", + "UK South", + "West Europe", + "Canada Central", + "Japan East", + "Brazil South", + "Southeast Asia", + "France Central", + "Germany West Central", + "Central India", + "Central US", + "Australia Central", + "Australia Southeast", + "Canada East", + "Italy North", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South India", + "Switzerland North", + "UAE North", + "UK West", + "West Central US", + "West India", + "West US", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "loadTestMappings" + }, + { + "apiVersions": [ + "2023-12-01-preview" + ], + "defaultApiVersion": "2023-12-01-preview", + "locations": [ + "East US", + "North Europe", + "West US 2", + "West US 3", + "East Asia", + "Australia East", + "East US 2", + "South Central US", + "Sweden Central", + "UK South", + "West Europe", + "Canada Central", + "Japan East", + "Brazil South", + "Southeast Asia", + "France Central", + "Germany West Central", + "Central India", + "Central US", + "Australia Central", + "Australia Southeast", + "Canada East", + "Italy North", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South India", + "Switzerland North", + "UAE North", + "UK West", + "West Central US", + "West India", + "West US", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "loadTestProfileMappings" + }, + { + "apiVersions": [ + "2023-12-01-preview", + "2022-12-01" + ], + "defaultApiVersion": "2022-12-01", + "locations": [ + "East US", + "North Europe", + "West US 2", + "West US 3", + "East Asia", + "Australia East", + "East US 2", + "South Central US", + "Sweden Central", + "UK South", + "West Europe", + "Canada Central", + "Japan East", + "Brazil South", + "Southeast Asia", + "France Central", + "Germany West Central", + "Central India", + "Central US", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "loadtests" + }, + { + "apiVersions": [ + "2023-12-01-preview", + "2022-12-01" + ], + "defaultApiVersion": "2022-12-01", + "locations": [ + "East US", + "North Europe", + "West US 2", + "West US 3", + "East Asia", + "Australia East", + "East US 2", + "South Central US", + "Sweden Central", + "UK South", + "West Europe", + "Canada Central", + "Japan East", + "Brazil South", + "Southeast Asia", + "France Central", + "Germany West Central", + "Central India", + "Central US", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "loadtests/outboundNetworkDependenciesEndpoints" + }, + { + "apiVersions": [ + "2023-12-01-preview", + "2022-12-01" + ], + "defaultApiVersion": "2022-12-01", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2023-12-01-preview", + "2022-12-01" + ], + "defaultApiVersion": "2022-12-01", + "locations": [], + "resourceType": "registeredSubscriptions" + } + ] + }, + { + "namespace": "Microsoft.Logic", + "resourceTypes": [ + { + "apiVersions": [ + "2024-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Brazil Southeast", + "Sweden Central", + "Qatar Central", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West US 3", + "West Central US", + "UK South", + "UK West", + "France Central", + "France South", + "Korea Central", + "Korea South", + "South Africa North", + "South Africa West", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany North", + "Germany West Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "businessProcesses" + }, + { + "apiVersions": [ + "2018-04-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "hostingEnvironments" + }, + { + "apiVersions": [ + "2019-05-01", + "2018-07-01-preview", + "2016-06-01", + "2015-08-01-preview" + ], + "defaultApiVersion": null, + "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", + "Brazil Southeast", + "Sweden Central", + "Qatar Central", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West US 3", + "West Central US", + "UK South", + "UK West", + "France Central", + "France South", + "Korea Central", + "South Africa North", + "South Africa West", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany North", + "Germany West Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "integrationAccounts" + }, + { + "apiVersions": [ + "2019-06-01-preview", + "2019-05-01", + "2018-07-01-preview", + "2018-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Canada Central", + "West US 2", + "UK South", + "UK West", + "France Central", + "South Africa North", + "UAE North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "integrationServiceEnvironments" + }, + { + "apiVersions": [ + "2019-06-01-preview", + "2019-05-01", + "2018-07-01-preview" + ], + "defaultApiVersion": null, + "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", + "France Central", + "South Africa North", + "UAE North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "integrationServiceEnvironments/managedApis" + }, + { + "apiVersions": [ + "2018-07-01-preview", + "2018-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "isolatedEnvironments" + }, + { + "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" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-06-01-preview", + "2022-09-01-preview" + ], + "defaultApiVersion": null, + "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", + "Brazil Southeast", + "Qatar Central", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West US 3", + "West Central US", + "UK South", + "UK West", + "France Central", + "France South", + "Korea Central", + "Korea South", + "South Africa North", + "South Africa West", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany North", + "Germany West Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/generateCopilotResponse" + }, + { + "apiVersions": [ + "2022-09-01-preview" + ], + "defaultApiVersion": null, + "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", + "Brazil Southeast", + "Qatar Central", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West US 3", + "West Central US", + "UK South", + "UK West", + "France Central", + "France South", + "Korea Central", + "Korea South", + "South Africa North", + "South Africa West", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany North", + "Germany West Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/validateWorkflowExport" + }, + { + "apiVersions": [ + "2022-09-01-preview" + ], + "defaultApiVersion": null, + "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", + "Brazil Southeast", + "Qatar Central", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West US 3", + "West Central US", + "UK South", + "UK West", + "France Central", + "France South", + "Korea Central", + "Korea South", + "South Africa North", + "South Africa West", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany North", + "Germany West Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/workflowExport" + }, + { + "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" + ], + "defaultApiVersion": null, + "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", + "Brazil Southeast", + "Sweden Central", + "Qatar Central", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West US 3", + "West Central US", + "UK South", + "UK West", + "France Central", + "France South", + "Korea Central", + "Korea South", + "South Africa North", + "South Africa West", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany North", + "Germany West Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/workflows" + }, + { + "apiVersions": [ + "2022-09-01-preview", + "2019-05-01", + "2018-07-01-preview", + "2017-07-01", + "2016-10-01", + "2016-06-01", + "2015-08-01-preview", + "2015-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Sweden Central", + "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", + "Brazil Southeast", + "Qatar Central", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West US 3", + "West Central US", + "UK South", + "UK West", + "France Central", + "France South", + "Korea Central", + "Korea South", + "South Africa North", + "South Africa West", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany North", + "Germany West Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central" + ], + "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" + ], + "defaultApiVersion": null, + "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", + "Brazil Southeast", + "Sweden Central", + "Qatar Central", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada Central", + "Canada East", + "West US 2", + "West US 3", + "West Central US", + "UK South", + "UK West", + "France Central", + "France South", + "Korea Central", + "Korea South", + "South Africa North", + "South Africa West", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany North", + "Germany West Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "workflows" + } + ] + }, + { + "namespace": "Microsoft.Logz", + "resourceTypes": [ + { + "apiVersions": [ + "2022-01-01-preview", + "2020-10-01-preview", + "2020-10-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2022-01-01-preview", + "2020-10-01-preview", + "2020-10-01" + ], + "defaultApiVersion": null, + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "West US 2", + "West Europe" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2022-01-01-preview", + "2020-10-01-preview", + "2020-10-01" + ], + "defaultApiVersion": null, + "locations": [ + "West US 2", + "West Europe", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "monitors" + }, + { + "apiVersions": [ + "2022-01-01-preview", + "2020-10-01-preview", + "2020-10-01" + ], + "defaultApiVersion": null, + "locations": [ + "West US 2", + "West Europe", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "monitors/accounts" + }, + { + "apiVersions": [ + "2022-01-01-preview", + "2020-10-01-preview", + "2020-10-01" + ], + "defaultApiVersion": null, + "locations": [ + "West US 2", + "West Europe", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "monitors/accounts/tagRules" + }, + { + "apiVersions": [ + "2022-01-01-preview", + "2020-10-01-preview", + "2020-10-01" + ], + "defaultApiVersion": null, + "locations": [ + "West US 2", + "West Europe", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "monitors/singleSignOnConfigurations" + }, + { + "apiVersions": [ + "2022-01-01-preview", + "2020-10-01-preview", + "2020-10-01" + ], + "defaultApiVersion": null, + "locations": [ + "West US 2", + "West Europe", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "monitors/tagRules" + }, + { + "apiVersions": [ + "2022-01-01-preview", + "2020-10-01-preview", + "2020-10-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2022-01-01-preview", + "2020-10-01-preview", + "2020-10-01" + ], + "defaultApiVersion": "2020-10-01", + "locations": [], + "resourceType": "registeredSubscriptions" + } + ] + }, + { + "namespace": "Microsoft.MachineLearningServices", + "resourceTypes": [ + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-01-01-preview", + "2023-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "capacityReservationGroups" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-05-01", + "2022-02-01-preview", + "2022-01-01-preview", + "2021-10-01", + "2021-07-01", + "2021-04-01", + "2021-03-01-preview", + "2021-01-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2", + "East US 2 EUAP" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-05-01", + "2022-02-01-preview", + "2022-01-01-preview", + "2021-10-01", + "2021-07-01", + "2021-04-01", + "2021-03-01-preview", + "2021-01-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "locations/computeOperationsStatus" + }, + { + "apiVersions": [ + "2021-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "East US", + "East US 2", + "West Europe", + "Southeast Asia", + "Central US", + "North Central US", + "West US", + "East Asia", + "Japan East", + "Brazil South", + "North Europe", + "Australia East", + "West US 2", + "South Central US", + "Canada Central", + "UK South", + "Central India", + "France Central", + "Korea Central", + "Norway East", + "West US 3", + "Japan West", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/instancetypeseries" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-05-01", + "2022-02-01-preview", + "2021-10-01", + "2021-03-01-preview", + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway East", + "Korea Central", + "North Central US", + "North Europe", + "South Central US", + "Southeast Asia", + "UK South", + "West Central US", + "West Europe", + "West US", + "West US 2", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "locations/mfeOperationResults" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-05-01", + "2022-02-01-preview", + "2021-10-01", + "2021-03-01-preview", + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway East", + "Korea Central", + "North Central US", + "North Europe", + "South Central US", + "Southeast Asia", + "UK South", + "West Central US", + "West Europe", + "West US", + "West US 2", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "locations/mfeOperationsStatus" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-05-01", + "2022-02-01-preview", + "2022-01-01-preview", + "2021-10-01", + "2021-07-01", + "2021-04-01", + "2021-03-01-preview", + "2021-01-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "locations/quotas" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-05-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "Canada Central", + "Central India", + "North Central US", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "locations/registryOperationsStatus" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-05-01", + "2022-02-01-preview", + "2022-01-01-preview", + "2021-10-01", + "2021-07-01", + "2021-04-01", + "2021-03-01-preview", + "2021-01-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "locations/updatequotas" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-05-01", + "2022-02-01-preview", + "2022-01-01-preview", + "2021-10-01", + "2021-07-01", + "2021-04-01", + "2021-03-01-preview", + "2021-01-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "locations/usages" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-05-01", + "2022-02-01-preview", + "2022-01-01-preview", + "2021-10-01", + "2021-07-01", + "2021-04-01", + "2021-03-01-preview", + "2021-01-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "locations/vmsizes" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-05-01", + "2022-02-01-preview", + "2022-01-01-preview", + "2021-10-01", + "2021-07-01", + "2021-04-01", + "2021-03-01-preview", + "2021-01-01", + "2020-09-01-preview", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "locations/workspaceOperationsStatus" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-05-01", + "2022-02-01-preview", + "2022-01-01-preview", + "2021-10-01", + "2021-07-01", + "2021-04-01", + "2021-03-01-preview", + "2021-01-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2", + "East US 2 EUAP" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-05-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "Canada Central", + "Central India", + "North Central US", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "registries" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "registries/codes" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "registries/codes/versions" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "registries/components" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "registries/components/versions" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "registries/data" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "registries/data/versions" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "registries/datareferences" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "registries/datareferences/versions" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "registries/environments" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "registries/environments/versions" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "registries/models" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "registries/models/versions" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-05-01", + "2022-02-01-preview", + "2022-01-01-preview", + "2021-10-01", + "2021-07-01", + "2021-04-01", + "2021-03-01-preview", + "2021-01-01", + "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" + ], + "defaultApiVersion": "2021-01-01", + "locations": [ + "Canada Central", + "Central India", + "North Central US", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-05-01", + "2022-02-01-preview", + "2021-10-01", + "2021-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/batchEndpoints" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-05-01", + "2022-02-01-preview", + "2021-10-01", + "2021-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/batchEndpoints/deployments" + }, + { + "apiVersions": [ + "2024-10-01-preview" + ], + "defaultApiVersion": "2024-10-01-preview", + "locations": [ + "Canada Central", + "Central India", + "North Central US", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway East", + "Japan West", + "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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/capabilityhosts" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-05-01", + "2022-02-01-preview", + "2021-10-01", + "2021-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/codes" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-05-01", + "2022-02-01-preview", + "2021-10-01", + "2021-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/codes/versions" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-05-01", + "2022-02-01-preview", + "2021-10-01" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/components" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-05-01", + "2022-02-01-preview", + "2021-10-01" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/components/versions" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-05-01", + "2022-02-01-preview", + "2022-01-01-preview", + "2021-10-01", + "2021-07-01", + "2021-04-01", + "2021-03-01-preview", + "2021-01-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/computes" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-05-01", + "2022-02-01-preview", + "2021-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/data" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-05-01", + "2022-02-01-preview", + "2021-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/data/versions" + }, + { + "apiVersions": [ + "2021-10-01", + "2020-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/datasets" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-05-01", + "2022-02-01-preview", + "2021-10-01", + "2021-03-01-preview", + "2020-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Canada Central", + "Central India", + "North Central US", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/datastores" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/endpoints" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-05-01", + "2022-02-01-preview", + "2021-10-01", + "2021-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/environments" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-05-01", + "2022-02-01-preview", + "2021-10-01", + "2021-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/environments/versions" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-05-01", + "2022-02-01-preview", + "2022-01-01-preview", + "2021-10-01", + "2021-07-01", + "2021-04-01", + "2021-03-01-preview", + "2021-01-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/eventGridFilters" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/featuresets" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/featuresets/versions" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/featurestoreEntities" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/featurestoreEntities/versions" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-04-01-preview", + "2024-01-01-preview", + "2023-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway East", + "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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/inferencePools" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-04-01-preview", + "2024-01-01-preview", + "2023-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway East", + "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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/inferencePools/endpoints" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-04-01-preview", + "2024-01-01-preview", + "2023-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway East", + "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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/inferencePools/groups" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-05-01", + "2022-02-01-preview", + "2021-10-01", + "2021-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/jobs" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2024-01-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-06-01-preview", + "2021-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/labelingJobs" + }, + { + "apiVersions": [ + "2020-09-01-preview", + "2020-05-15-preview", + "2020-05-01-preview", + "2020-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/linkedServices" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/marketplaceSubscriptions" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-05-01", + "2022-02-01-preview", + "2021-10-01", + "2021-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/models" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-05-01", + "2022-02-01-preview", + "2021-10-01", + "2021-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/models/versions" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-05-01", + "2022-02-01-preview", + "2021-10-01", + "2021-03-01-preview", + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/onlineEndpoints" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-05-01", + "2022-02-01-preview", + "2021-10-01", + "2021-03-01-preview", + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/onlineEndpoints/deployments" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-10-01", + "2022-06-01-preview", + "2022-05-01", + "2022-02-01-preview", + "2021-10-01", + "2021-03-01-preview", + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/onlineEndpoints/deployments/skus" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-10-01", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-04-01-preview", + "2023-04-01", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-10-01-preview", + "2022-10-01", + "2022-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/schedules" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-07-01-preview", + "2024-04-01-preview", + "2024-04-01", + "2024-01-01-preview", + "2023-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "West US 3", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway 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", + "Canada East", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/serverlessEndpoints" + }, + { + "apiVersions": [ + "2020-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Canada Central", + "Central India", + "UK South", + "West US", + "Central US", + "East Asia", + "Japan East", + "Japan West", + "Germany West Central", + "Switzerland North", + "UAE North", + "South Africa North", + "Norway East", + "Canada 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", + "Sweden Central", + "UK West", + "Australia Southeast", + "Qatar Central", + "South India", + "Poland Central", + "Switzerland West", + "Italy North", + "Spain Central", + "Israel Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/services" + } + ] + }, + { + "namespace": "Microsoft.Maintenance", + "resourceTypes": [ + { + "apiVersions": [ + "2024-02-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-04-01", + "2022-11-01-preview", + "2022-07-01-preview", + "2021-09-01-preview", + "2021-05-01", + "2021-04-01-preview", + "2020-07-01-preview", + "2020-04-01", + "2018-10-01", + "2018-06-01-preview", + "2017-04-26", + "2017-01-01", + "2016-01-01" + ], + "defaultApiVersion": null, + "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", + "UAE North", + "UAE Central", + "Germany West Central", + "Germany North", + "Switzerland North", + "Switzerland West", + "Norway West", + "Norway East", + "Brazil Southeast", + "West US 3", + "Sweden Central", + "Poland Central", + "Qatar Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "applyUpdates" + }, + { + "apiVersions": [ + "2024-02-01-preview", + "2022-11-01-preview", + "2022-07-01-preview", + "2021-09-01-preview", + "2021-05-01", + "2021-04-01-preview", + "2020-07-01-preview", + "2020-04-01", + "2018-10-01", + "2018-06-01-preview", + "2017-04-26", + "2017-01-01", + "2016-01-01" + ], + "defaultApiVersion": null, + "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", + "UAE North", + "UAE Central", + "Germany West Central", + "Germany North", + "Switzerland North", + "Switzerland West", + "Norway West", + "Norway East", + "Brazil Southeast", + "West US 3", + "Sweden Central", + "Poland Central", + "Qatar Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central", + "New Zealand North", + "global", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "configurationAssignments" + }, + { + "apiVersions": [ + "2024-02-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-04-01", + "2022-11-01-preview", + "2022-07-01-preview", + "2021-09-01-preview", + "2021-05-01", + "2021-04-01-preview", + "2020-07-01-preview", + "2020-04-01", + "2018-10-01", + "2018-06-01-preview", + "2017-04-26", + "2017-01-01", + "2016-01-01" + ], + "defaultApiVersion": null, + "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", + "UAE North", + "UAE Central", + "Germany West Central", + "Germany North", + "Switzerland North", + "Switzerland West", + "Norway West", + "Norway East", + "Brazil Southeast", + "West US 3", + "Sweden Central", + "Poland Central", + "Qatar Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "maintenanceConfigurations" + }, + { + "apiVersions": [ + "2024-02-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-04-01", + "2022-11-01-preview", + "2022-07-01-preview", + "2021-09-01-preview", + "2021-05-01", + "2021-04-01-preview", + "2020-07-01-preview", + "2020-04-01", + "2018-10-01", + "2018-06-01-preview", + "2017-04-26", + "2017-01-01", + "2016-01-01" + ], + "defaultApiVersion": null, + "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", + "UAE North", + "UAE Central", + "Germany West Central", + "Germany North", + "Switzerland North", + "Switzerland West", + "Norway West", + "Norway East", + "Brazil Southeast", + "West US 3", + "Sweden Central", + "Poland Central", + "Qatar Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "maintenanceConfigurations/eventGridFilters" + }, + { + "apiVersions": [ + "2024-02-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-04-01", + "2022-11-01-preview", + "2022-07-01-preview", + "2021-09-01-preview", + "2021-05-01", + "2021-04-01-preview", + "2020-07-01-preview", + "2020-04-01", + "2018-10-01", + "2018-06-01-preview", + "2017-04-26", + "2017-01-01", + "2016-01-01" + ], + "defaultApiVersion": null, + "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", + "UAE North", + "UAE Central", + "Germany West Central", + "Germany North", + "Switzerland North", + "Switzerland West", + "Norway West", + "Norway East", + "Brazil Southeast", + "West US 3", + "Sweden Central", + "Poland Central", + "Qatar Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-02-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-04-01", + "2022-11-01-preview", + "2022-07-01-preview", + "2021-09-01-preview", + "2021-05-01", + "2021-04-01-preview", + "2020-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "publicMaintenanceConfigurations" + }, + { + "apiVersions": [ + "2024-02-01-preview", + "2023-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "scheduledevents" + }, + { + "apiVersions": [ + "2024-02-01-preview", + "2023-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "scheduledevents/acknowledge" + }, + { + "apiVersions": [ + "2024-02-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-04-01", + "2022-11-01-preview", + "2022-07-01-preview", + "2021-09-01-preview", + "2021-05-01", + "2021-04-01-preview", + "2020-07-01-preview", + "2020-04-01", + "2018-10-01", + "2018-06-01-preview", + "2017-04-26", + "2017-01-01", + "2016-01-01" + ], + "defaultApiVersion": null, + "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", + "UAE North", + "UAE Central", + "Germany West Central", + "Germany North", + "Switzerland North", + "Switzerland West", + "Norway West", + "Norway East", + "Brazil Southeast", + "West US 3", + "Sweden Central", + "Poland Central", + "Qatar Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "updates" + } + ] + }, + { + "namespace": "Microsoft.ManagedIdentity", + "resourceTypes": [ + { + "apiVersions": [ + "2023-07-31-PREVIEW", + "2023-01-31", + "2022-01-31-PREVIEW", + "2021-09-30-PREVIEW", + "2018-11-30", + "2015-08-31-PREVIEW" + ], + "defaultApiVersion": "2023-01-31", + "locations": [ + "Global", + "Asia", + "Australia", + "Brazil", + "Canada", + "Europe", + "France", + "Germany", + "India", + "Japan", + "Korea", + "Norway", + "South Africa", + "Sweden", + "Switzerland", + "UAE", + "UK", + "United States", + "Singapore", + "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", + "Israel Central", + "Italy North", + "Korea Central", + "Korea South", + "North Europe", + "Poland Central", + "Qatar Central", + "West Europe", + "UK West", + "UK South", + "Sweden Central", + "Switzerland West", + "Switzerland North", + "Germany West Central", + "Central US", + "North Central US", + "East US", + "East US 2", + "South Central US", + "West US", + "West US 2", + "West US 3", + "West Central US", + "France Central", + "Norway East", + "Mexico Central", + "Spain Central", + "New Zealand North", + "New Zealand", + "Italy", + "Israel", + "Poland", + "Qatar", + "United States EUAP", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "Identities" + }, + { + "apiVersions": [ + "2023-07-31-PREVIEW", + "2023-01-31", + "2022-01-31-PREVIEW", + "2021-09-30-PREVIEW", + "2018-11-30", + "2015-08-31-PREVIEW" + ], + "defaultApiVersion": "2023-01-31", + "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", + "Israel Central", + "Italy North", + "Southeast Asia", + "Korea Central", + "Korea South", + "North Europe", + "Poland Central", + "Qatar Central", + "West Europe", + "UK West", + "UK South", + "Sweden Central", + "Switzerland West", + "Switzerland North", + "Germany West Central", + "Central US", + "North Central US", + "East US", + "East US 2", + "South Central US", + "West US", + "West US 2", + "West US 3", + "West Central US", + "France Central", + "Norway East", + "Mexico Central", + "Spain Central", + "New Zealand North", + "New Zealand", + "Italy", + "Israel", + "Poland", + "Qatar", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2023-07-31-PREVIEW", + "2023-01-31", + "2022-01-31-PREVIEW", + "2021-09-30-PREVIEW", + "2018-11-30", + "2015-08-31-PREVIEW" + ], + "defaultApiVersion": "2023-01-31", + "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", + "Israel Central", + "Italy North", + "Southeast Asia", + "Korea Central", + "Korea South", + "North Europe", + "Poland Central", + "Qatar Central", + "West Europe", + "UK West", + "UK South", + "Sweden Central", + "Switzerland West", + "Switzerland North", + "Germany West Central", + "Central US", + "North Central US", + "East US", + "East US 2", + "South Central US", + "West US", + "West US 2", + "West US 3", + "West Central US", + "France Central", + "Norway East", + "Mexico Central", + "Spain Central", + "New Zealand North", + "New Zealand", + "Italy", + "Israel", + "Poland", + "Qatar", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "userAssignedIdentities" + }, + { + "apiVersions": [ + "2023-07-31-PREVIEW", + "2023-01-31", + "2022-01-31-PREVIEW" + ], + "defaultApiVersion": "2023-01-31", + "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", + "Israel Central", + "Italy North", + "Southeast Asia", + "Korea Central", + "Korea South", + "North Europe", + "Poland Central", + "Qatar Central", + "West Europe", + "UK West", + "UK South", + "Sweden Central", + "Switzerland West", + "Switzerland North", + "Germany West Central", + "Central US", + "North Central US", + "East US", + "East US 2", + "South Central US", + "West US", + "West US 2", + "West US 3", + "West Central US", + "France Central", + "Norway East", + "Mexico Central", + "Spain Central", + "New Zealand North", + "New Zealand", + "Italy", + "Israel", + "Poland", + "Qatar", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "userAssignedIdentities/federatedIdentityCredentials" + } + ] + }, + { + "namespace": "Microsoft.ManagedNetworkFabric", + "resourceTypes": [ + { + "apiVersions": [ + "2024-02-15-preview", + "2023-06-15" + ], + "defaultApiVersion": "2023-06-15", + "locations": [ + "East US", + "South Central US", + "West US 3", + "Australia East", + "UAE North", + "UK South", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "InternetGateways" + }, + { + "apiVersions": [ + "2024-02-15-preview", + "2023-06-15" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "South Central US", + "West US 3", + "Australia East", + "UAE North", + "UK South", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "IpCommunities" + }, + { + "apiVersions": [ + "2024-02-15-preview", + "2023-06-15" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "South Central US", + "West US 3", + "Australia East", + "UAE North", + "UK South", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "IpExtendedCommunities" + }, + { + "apiVersions": [ + "2024-02-15-preview", + "2023-06-15" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "South Central US", + "West US 3", + "Australia East", + "UAE North", + "UK South", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "L2IsolationDomains" + }, + { + "apiVersions": [ + "2024-02-15-preview", + "2023-06-15" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "South Central US", + "West US 3", + "Australia East", + "UAE North", + "UK South", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "L3IsolationDomains" + }, + { + "apiVersions": [ + "2024-02-15-preview", + "2023-06-15" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "South Central US", + "West US 3", + "Australia East", + "UAE North", + "UK South", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "L3IsolationDomains/externalNetworks" + }, + { + "apiVersions": [ + "2024-02-15-preview", + "2023-06-15" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "South Central US", + "West US 3", + "Australia East", + "UAE North", + "UK South", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "L3IsolationDomains/internalNetworks" + }, + { + "apiVersions": [ + "2024-02-15-preview", + "2023-06-15", + "2023-02-01-preview", + "2022-01-15-privatepreview" + ], + "defaultApiVersion": "2023-06-15", + "locations": [], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2024-02-15-preview", + "2023-06-15" + ], + "defaultApiVersion": null, + "locations": [ + "West US 3", + "South Central US", + "East US", + "Australia East", + "UAE North", + "UK South", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2024-02-15-preview", + "2023-06-15" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "South Central US", + "West US 3", + "Australia East", + "UAE North", + "UK South", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "NetworkDevices" + }, + { + "apiVersions": [ + "2024-02-15-preview", + "2023-06-15" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "South Central US", + "West US 3", + "Australia East", + "UAE North", + "UK South", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "NetworkDevices/NetworkInterfaces" + }, + { + "apiVersions": [ + "2024-02-15-preview", + "2023-06-15" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "South Central US", + "West US 3", + "Australia East", + "UAE North", + "UK South", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "NetworkFabricControllers" + }, + { + "apiVersions": [ + "2024-02-15-preview", + "2023-06-15" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "South Central US", + "West US 3", + "Australia East", + "UAE North", + "UK South", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "NetworkFabrics" + }, + { + "apiVersions": [ + "2024-02-15-preview", + "2023-06-15" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "South Central US", + "West US 3", + "Australia East", + "UAE North", + "UK South", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "NetworkFabrics/NetworkToNetworkInterconnects" + }, + { + "apiVersions": [ + "2024-02-15-preview", + "2023-06-15" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "South Central US", + "West US 3", + "Australia East", + "UAE North", + "UK South", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "NetworkRacks" + }, + { + "apiVersions": [ + "2024-02-15-preview", + "2023-06-15", + "2023-02-01-preview", + "2022-01-15-privatepreview" + ], + "defaultApiVersion": "2023-06-15", + "locations": [], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2024-02-15-preview", + "2023-06-15" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "South Central US", + "West US 3", + "Australia East", + "UAE North", + "UK South", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "RoutePolicies" + }, + { + "apiVersions": [ + "2024-02-15-preview", + "2023-06-15" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "South Central US", + "West US 3", + "Australia East", + "UAE North", + "UK South", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "accesscontrollists" + }, + { + "apiVersions": [ + "2024-02-15-preview", + "2023-06-15" + ], + "defaultApiVersion": "2023-06-15", + "locations": [ + "East US", + "South Central US", + "West US 3", + "Australia East", + "UAE North", + "UK South", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "internetgatewayrules" + }, + { + "apiVersions": [ + "2024-02-15-preview", + "2023-06-15" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "South Central US", + "West US 3", + "Australia East", + "UAE North", + "UK South", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "ipprefixes" + }, + { + "apiVersions": [ + "2024-02-15-preview", + "2023-06-15" + ], + "defaultApiVersion": "2023-06-15", + "locations": [ + "East US", + "South Central US", + "West US 3", + "Australia East", + "UAE North", + "UK South", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "neighborgroups" + }, + { + "apiVersions": [ + "2024-02-15-preview", + "2023-06-15" + ], + "defaultApiVersion": "2023-06-15", + "locations": [ + "East US", + "South Central US", + "West US 3", + "Australia East", + "UAE North", + "UK South", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "networkpacketbrokers" + }, + { + "apiVersions": [ + "2024-02-15-preview", + "2023-06-15" + ], + "defaultApiVersion": "2023-06-15", + "locations": [ + "East US", + "South Central US", + "West US 3", + "Australia East", + "UAE North", + "UK South", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "networktaprules" + }, + { + "apiVersions": [ + "2024-02-15-preview", + "2023-06-15" + ], + "defaultApiVersion": "2023-06-15", + "locations": [ + "East US", + "South Central US", + "West US 3", + "Australia East", + "UAE North", + "UK South", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "networktaps" + } + ] + }, + { + "namespace": "Microsoft.ManagedServices", + "resourceTypes": [ + { + "apiVersions": [ + "2022-10-01", + "2022-01-01-preview", + "2020-02-01-preview", + "2019-09-01", + "2019-06-01", + "2019-04-01-preview", + "2018-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "marketplaceRegistrationDefinitions" + }, + { + "apiVersions": [ + "2022-10-01", + "2022-01-01-preview", + "2020-02-01-preview", + "2019-09-01", + "2019-06-01", + "2019-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operationStatuses" + }, + { + "apiVersions": [ + "2022-10-01", + "2022-01-01-preview", + "2020-02-01-preview", + "2019-09-01", + "2019-06-01", + "2019-04-01-preview", + "2018-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2022-10-01", + "2022-01-01-preview", + "2020-02-01-preview", + "2019-09-01", + "2019-06-01", + "2019-04-01-preview", + "2018-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "registrationAssignments" + }, + { + "apiVersions": [ + "2022-10-01", + "2022-01-01-preview", + "2020-02-01-preview", + "2019-09-01", + "2019-06-01", + "2019-04-01-preview", + "2018-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "registrationDefinitions" + } + ] + }, + { + "namespace": "Microsoft.Management", + "resourceTypes": [ + { + "apiVersions": [ + "2023-04-01", + "2021-04-01", + "2020-10-01", + "2020-05-01", + "2020-02-01", + "2019-11-01", + "2018-03-01-preview", + "2018-03-01-beta", + "2018-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2023-04-01", + "2021-04-01", + "2020-10-01", + "2020-05-01", + "2020-02-01", + "2019-11-01", + "2018-03-01-preview", + "2018-03-01-beta", + "2018-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "getEntities" + }, + { + "apiVersions": [ + "2023-04-01", + "2021-04-01", + "2020-10-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "managementGroups" + }, + { + "apiVersions": [ + "2023-04-01", + "2021-04-01", + "2020-10-01", + "2020-05-01", + "2020-02-01", + "2018-03-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "managementGroups/settings" + }, + { + "apiVersions": [ + "2023-04-01", + "2021-04-01", + "2020-10-01", + "2020-05-01", + "2020-02-01", + "2019-11-01", + "2018-03-01-preview", + "2018-03-01-beta", + "2018-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operationResults" + }, + { + "apiVersions": [ + "2023-04-01", + "2021-04-01", + "2020-10-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operationResults/asyncOperation" + }, + { + "apiVersions": [ + "2023-04-01", + "2021-04-01", + "2020-10-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2017-11-01-preview", + "2017-08-31-preview", + "2017-06-30-preview", + "2017-05-31-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "resources" + }, + { + "apiVersions": [ + "2023-04-01", + "2021-04-01", + "2020-10-01", + "2020-05-01", + "2020-02-01", + "2019-11-01", + "2018-03-01-preview", + "2018-03-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "startTenantBackfill" + }, + { + "apiVersions": [ + "2023-04-01", + "2021-04-01", + "2020-10-01", + "2020-05-01", + "2020-02-01", + "2019-11-01", + "2018-03-01-preview", + "2018-03-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "tenantBackfillStatus" + } + ] + }, + { + "namespace": "Microsoft.ManufacturingPlatform", + "resourceTypes": [ + { + "apiVersions": [ + "2024-02-01-preview", + "2023-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-02-01-preview", + "2023-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.Maps", + "resourceTypes": [ + { + "apiVersions": [ + "2024-07-01-preview", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-08-01-preview", + "2023-06-01", + "2021-12-01-preview", + "2021-07-01-preview", + "2021-02-01", + "2020-02-01-preview", + "2018-05-01", + "2017-01-01-preview" + ], + "defaultApiVersion": "2021-07-01-preview", + "locations": [ + "West Central US", + "Global", + "West US 2", + "East US", + "West Europe", + "North Europe", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "accounts" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-08-01-preview", + "2023-06-01", + "2021-12-01-preview", + "2021-02-01", + "2020-02-01-preview" + ], + "defaultApiVersion": "2021-02-01", + "locations": [ + "North Europe", + "West Europe", + "East US 2", + "West US 2", + "Europe", + "United States", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "accounts/creators" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-08-01-preview", + "2023-06-01", + "2021-12-01-preview", + "2021-07-01-preview", + "2021-02-01", + "2018-05-01" + ], + "defaultApiVersion": "2018-05-01", + "locations": [ + "West Central US", + "West US 2", + "East US", + "West Europe", + "North Europe", + "East US 2 EUAP", + "Central US EUAP", + "Global" + ], + "resourceType": "accounts/eventGridFilters" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-08-01-preview", + "2023-06-01", + "2021-12-01-preview", + "2021-07-01-preview", + "2021-02-01", + "2020-02-01-preview", + "2018-05-01", + "2017-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Global", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.Marketplace", + "resourceTypes": [ + { + "apiVersions": [ + "2018-03-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "listAvailableOffers" + }, + { + "apiVersions": [ + "2022-07-31", + "2021-10-01", + "2021-06-01", + "2018-08-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2022-07-31", + "2021-10-01", + "2021-06-01", + "2018-08-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations/edgeZones" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-07-31", + "2021-10-01", + "2021-06-01", + "2018-08-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations/edgeZones/products" + }, + { + "apiVersions": [ + "2023-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "mysolutions" + }, + { + "apiVersions": [ + "2018-03-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "offerTypes" + }, + { + "apiVersions": [ + "2018-03-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "offerTypes/publishers" + }, + { + "apiVersions": [ + "2018-03-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "offerTypes/publishers/offers" + }, + { + "apiVersions": [ + "2018-03-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "offerTypes/publishers/offers/plans" + }, + { + "apiVersions": [ + "2018-03-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "offerTypes/publishers/offers/plans/agreements" + }, + { + "apiVersions": [ + "2018-03-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "offerTypes/publishers/offers/plans/configs" + }, + { + "apiVersions": [ + "2018-03-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "offerTypes/publishers/offers/plans/configs/importImage" + }, + { + "apiVersions": [ + "2022-12-01-preview", + "2021-10-01", + "2021-06-01", + "2018-08-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "offers" + }, + { + "apiVersions": [ + "2023-03-01-preview", + "2023-01-01-preview", + "2023-01-01", + "2022-09-01", + "2022-07-31", + "2022-03-01", + "2022-02-02", + "2021-12-01", + "2021-10-01", + "2021-06-01", + "2018-08-01-beta", + "2018-03-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2018-08-01-beta", + "2018-03-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "privateStoreClient" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-12-01", + "2021-06-01", + "2020-01-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "privateStores" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-12-01", + "2021-06-01", + "2020-12-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "privateStores/AdminRequestApprovals" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-12-01", + "2021-06-01", + "2020-12-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "privateStores/RequestApprovals" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-09-01", + "2022-03-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "privateStores/anyExistingOffersInTheCollections" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-12-01", + "2021-06-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "privateStores/billingAccounts" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-12-01", + "2021-06-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "privateStores/bulkCollectionsAction" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-12-01", + "2021-06-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "privateStores/collections" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-09-01", + "2022-03-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "privateStores/collections/approveAllItems" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-09-01", + "2022-03-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "privateStores/collections/disableApproveAllItems" + }, + { + "apiVersions": [ + "2023-01-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "privateStores/collections/mapOffersToContexts" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-12-01", + "2021-06-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "privateStores/collections/offers" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-09-01", + "2022-03-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "privateStores/collections/offers/upsertOfferWithMultiContext" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-09-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "privateStores/collections/queryRules" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-09-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "privateStores/collections/setRules" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-12-01", + "2021-06-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "privateStores/collections/transferOffers" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-12-01", + "2021-06-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "privateStores/collectionsToSubscriptionsMapping" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-12-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "privateStores/fetchAllSubscriptionsInTenant" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-12-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "privateStores/listNewPlansNotifications" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-12-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "privateStores/listStopSellOffersPlansNotifications" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-12-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "privateStores/listSubscriptionsContext" + }, + { + "apiVersions": [ + "2021-06-01-beta", + "2020-01-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "privateStores/offers" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-12-01", + "2021-06-01", + "2020-12-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "privateStores/offers/acknowledgeNotification" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-12-01", + "2021-06-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "privateStores/queryApprovedPlans" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-12-01", + "2021-06-01", + "2020-12-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "privateStores/queryNotificationsState" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-12-01", + "2021-06-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "privateStores/queryOffers" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-09-01", + "2022-03-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "privateStores/queryUserOffers" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-09-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "privateStores/queryUserRules" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-12-01", + "2021-06-01", + "2020-12-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "privateStores/requestApprovals/query" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-12-01", + "2021-06-01", + "2020-12-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "privateStores/requestApprovals/withdrawPlan" + }, + { + "apiVersions": [ + "2018-03-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "privategalleryitems" + }, + { + "apiVersions": [ + "2023-01-01-preview", + "2022-12-01-preview", + "2021-10-01", + "2021-06-01", + "2018-08-01-beta" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "products" + }, + { + "apiVersions": [ + "2023-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "products/reviews" + }, + { + "apiVersions": [ + "2023-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "products/reviews/comments" + }, + { + "apiVersions": [ + "2023-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "products/reviews/helpful" + }, + { + "apiVersions": [ + "2023-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "products/usermetadata" + }, + { + "apiVersions": [ + "2019-06-30-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "publishers" + }, + { + "apiVersions": [ + "2019-06-30-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "publishers/offers" + }, + { + "apiVersions": [ + "2019-06-30-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "publishers/offers/amendments" + }, + { + "apiVersions": [ + "2020-01-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "register" + }, + { + "apiVersions": [ + "2023-01-01-preview", + "2022-02-02" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "search" + } + ] + }, + { + "namespace": "Microsoft.MarketplaceNotifications", + "resourceTypes": [ + { + "apiVersions": [ + "2021-03-03" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2021-03-03" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "reviewsnotifications" + } + ] + }, + { + "namespace": "Microsoft.MarketplaceOrdering", + "resourceTypes": [ + { + "apiVersions": [ + "2021-01-01", + "2015-06-01" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "West US" + ], + "resourceType": "agreements" + }, + { + "apiVersions": [ + "2021-01-01", + "2015-06-01" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "West US" + ], + "resourceType": "offertypes" + }, + { + "apiVersions": [ + "2021-01-01", + "2015-06-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.Media", + "resourceTypes": [ + { + "apiVersions": [ + "2015-10-01", + "2015-04-01" + ], + "defaultApiVersion": "2015-10-01", + "locations": [], + "resourceType": "checknameavailability" + }, + { + "apiVersions": [ + "2023-01-01", + "2021-11-01", + "2021-06-01", + "2021-05-01", + "2020-05-01", + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview", + "2016-05-01-preview" + ], + "defaultApiVersion": "2018-07-01", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-01-01", + "2021-11-01", + "2021-06-01", + "2021-05-01", + "2020-05-01", + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview", + "2016-05-01-preview" + ], + "defaultApiVersion": "2020-05-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", + "Norway East", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/checkNameAvailability" + }, + { + "apiVersions": [ + "2023-01-01", + "2021-11-01", + "2021-06-01", + "2021-05-01", + "2020-05-01", + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview", + "2015-10-01", + "2015-04-01" + ], + "defaultApiVersion": "2021-11-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", + "Norway East", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/mediaServicesOperationResults" + }, + { + "apiVersions": [ + "2023-01-01", + "2021-11-01", + "2021-06-01", + "2021-05-01", + "2020-05-01", + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview", + "2015-10-01", + "2015-04-01" + ], + "defaultApiVersion": "2021-11-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", + "Norway East", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/mediaServicesOperationStatuses" + }, + { + "apiVersions": [ + "2023-01-01", + "2021-11-01", + "2021-06-01", + "2021-05-01", + "2020-05-01", + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview", + "2015-10-01", + "2015-04-01" + ], + "defaultApiVersion": "2021-06-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", + "Norway East", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "mediaservices" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-08-01", + "2021-11-01", + "2021-06-01", + "2020-05-01", + "2018-07-01" + ], + "defaultApiVersion": "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", + "Norway East", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "mediaservices/accountFilters" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-08-01", + "2021-11-01", + "2021-06-01", + "2020-05-01", + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview" + ], + "defaultApiVersion": "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", + "Norway East", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "mediaservices/assets" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-08-01", + "2021-11-01", + "2021-06-01", + "2020-05-01", + "2018-07-01" + ], + "defaultApiVersion": "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", + "Norway East", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "mediaservices/assets/assetFilters" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-08-01", + "2021-11-01" + ], + "defaultApiVersion": "2021-11-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", + "Norway East", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "mediaservices/assets/tracks" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-08-01", + "2021-11-01" + ], + "defaultApiVersion": "2021-11-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", + "Norway East", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "mediaservices/assets/tracks/operationResults" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-08-01", + "2021-11-01" + ], + "defaultApiVersion": "2021-11-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", + "Norway East", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "mediaservices/assets/tracks/operationstatuses" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-08-01", + "2021-11-01", + "2021-06-01", + "2020-05-01", + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview" + ], + "defaultApiVersion": "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", + "Norway East", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "mediaservices/contentKeyPolicies" + }, + { + "apiVersions": [ + "2018-02-05" + ], + "defaultApiVersion": "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", + "Norway East", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "mediaservices/eventGridFilters" + }, + { + "apiVersions": [ + "2022-11-01", + "2022-08-01", + "2021-11-01", + "2021-06-01", + "2020-05-01", + "2019-05-01-preview", + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview" + ], + "defaultApiVersion": "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", + "Norway East", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "mediaservices/liveEventOperations" + }, + { + "apiVersions": [ + "2022-11-01", + "2022-08-01", + "2021-11-01", + "2021-06-01", + "2020-05-01", + "2019-05-01-preview", + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview" + ], + "defaultApiVersion": "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", + "Norway East", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "mediaservices/liveEvents" + }, + { + "apiVersions": [ + "2022-11-01", + "2022-08-01", + "2021-11-01", + "2021-06-01", + "2020-05-01", + "2019-05-01-preview", + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview" + ], + "defaultApiVersion": "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", + "Norway East", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "mediaservices/liveEvents/liveOutputs" + }, + { + "apiVersions": [ + "2022-11-01", + "2022-08-01", + "2021-11-01", + "2021-06-01", + "2020-05-01", + "2019-05-01-preview", + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview" + ], + "defaultApiVersion": "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", + "Norway East", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "mediaservices/liveOutputOperations" + }, + { + "apiVersions": [ + "2022-11-01", + "2022-08-01", + "2021-11-01", + "2021-06-01", + "2020-05-01", + "2019-05-01-preview", + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview" + ], + "defaultApiVersion": "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", + "Norway East", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "mediaservices/liveevents/liveoutputs/operationlocations" + }, + { + "apiVersions": [ + "2022-11-01", + "2022-08-01", + "2021-11-01", + "2021-06-01", + "2020-05-01", + "2019-05-01-preview", + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview" + ], + "defaultApiVersion": "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", + "Norway East", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "mediaservices/liveevents/operationlocations" + }, + { + "apiVersions": [ + "2023-01-01", + "2021-11-01", + "2021-06-01", + "2021-05-01", + "2020-05-01" + ], + "defaultApiVersion": "2020-05-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", + "Norway East", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "mediaservices/privateEndpointConnectionOperations" + }, + { + "apiVersions": [ + "2023-01-01", + "2021-11-01", + "2021-06-01", + "2021-05-01", + "2020-05-01" + ], + "defaultApiVersion": "2020-05-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", + "Norway East", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "mediaservices/privateEndpointConnectionProxies" + }, + { + "apiVersions": [ + "2023-01-01", + "2021-11-01", + "2021-06-01", + "2021-05-01", + "2020-05-01" + ], + "defaultApiVersion": "2020-05-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", + "Norway East", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "mediaservices/privateEndpointConnections" + }, + { + "apiVersions": [ + "2022-11-01", + "2022-08-01", + "2021-11-01", + "2021-06-01", + "2020-05-01", + "2019-05-01-preview", + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview" + ], + "defaultApiVersion": "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", + "Norway East", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "mediaservices/streamingEndpointOperations" + }, + { + "apiVersions": [ + "2022-11-01", + "2022-08-01", + "2021-11-01", + "2021-06-01", + "2020-05-01", + "2019-05-01-preview", + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview" + ], + "defaultApiVersion": "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", + "Norway East", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "mediaservices/streamingEndpoints" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-08-01", + "2021-11-01", + "2021-06-01", + "2020-05-01", + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview" + ], + "defaultApiVersion": "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", + "Norway East", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "mediaservices/streamingLocators" + }, + { + "apiVersions": [ + "2023-01-01", + "2022-08-01", + "2021-11-01", + "2021-06-01", + "2020-05-01", + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview" + ], + "defaultApiVersion": "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", + "Norway East", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "mediaservices/streamingPolicies" + }, + { + "apiVersions": [ + "2022-11-01", + "2022-08-01", + "2021-11-01", + "2021-06-01", + "2020-05-01", + "2019-05-01-preview", + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview" + ], + "defaultApiVersion": "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", + "Norway East", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "mediaservices/streamingendpoints/operationlocations" + }, + { + "apiVersions": [ + "2022-07-01", + "2022-05-01-preview", + "2021-11-01", + "2021-06-01", + "2020-05-01", + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview" + ], + "defaultApiVersion": "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", + "Norway East", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "mediaservices/transforms" + }, + { + "apiVersions": [ + "2022-07-01", + "2022-05-01-preview", + "2021-11-01", + "2021-06-01", + "2020-05-01", + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview" + ], + "defaultApiVersion": "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", + "Norway East", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "mediaservices/transforms/jobs" + }, + { + "apiVersions": [ + "2023-01-01", + "2021-11-01", + "2021-06-01", + "2021-05-01", + "2020-05-01", + "2018-07-01", + "2018-06-01-preview", + "2018-03-30-preview", + "2018-02-05", + "2016-05-01-preview", + "2015-10-01", + "2015-04-01" + ], + "defaultApiVersion": "2020-05-01", + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.MessagingCatalog", + "resourceTypes": [ + { + "apiVersions": [ + "2024-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "Operations" + } + ] + }, + { + "namespace": "Microsoft.MessagingConnectors", + "resourceTypes": [ + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01-preview", + "2024-08-01-preview", + "2024-05-01-preview" + ], + "defaultApiVersion": "2024-10-01-preview", + "locations": [ + "global" + ], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01-preview", + "2024-08-01-preview", + "2024-05-01-preview" + ], + "defaultApiVersion": "2024-10-01-preview", + "locations": [], + "resourceType": "Operations" + } + ] + }, + { + "namespace": "Microsoft.Migrate", + "resourceTypes": [ + { + "apiVersions": [ + "2024-03-03-preview", + "2023-09-09-preview", + "2023-07-07-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-15", + "2023-03-03", + "2022-02-02-preview", + "2020-05-01-preview", + "2020-01-01", + "2019-10-01", + "2019-05-01", + "2018-06-30-preview" + ], + "defaultApiVersion": null, + "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", + "Australia East", + "UAE North", + "South Africa North", + "Germany West Central", + "Norway East", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "assessmentProjects" + }, + { + "apiVersions": [ + "2024-03-03-preview", + "2023-09-09-preview", + "2023-07-07-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-15", + "2023-03-03", + "2022-02-02-preview", + "2020-05-01-preview", + "2020-01-01", + "2019-10-01", + "2019-05-01", + "2018-06-30-preview" + ], + "defaultApiVersion": null, + "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", + "Australia East", + "UAE North", + "South Africa North", + "Germany West Central", + "Norway East", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "assessmentProjects/assessments" + }, + { + "apiVersions": [ + "2023-09-09-preview", + "2023-07-07-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-15", + "2023-03-03", + "2022-02-02-preview", + "2020-05-01-preview", + "2020-01-01", + "2019-10-01", + "2019-05-01", + "2018-06-30-preview", + "2018-02-02", + "2017-11-11-preview", + "2017-09-25-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-08-01", + "2022-08-01", + "2021-08-01", + "2021-01-01", + "2019-10-01-preview" + ], + "defaultApiVersion": "2022-08-01", + "locations": [ + "East US 2", + "North Europe", + "UK South", + "Southeast Asia", + "Australia East", + "Japan East", + "Brazil South", + "Norway East", + "Switzerland North", + "France Central", + "Central India", + "Korea Central", + "UAE North", + "Germany West Central", + "Canada Central", + "Qatar Central", + "Sweden Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/rmsOperationResults" + }, + { + "apiVersions": [ + "2020-06-01-preview", + "2020-05-01", + "2019-06-01", + "2018-09-01-preview" + ], + "defaultApiVersion": "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", + "Australia East", + "UAE North", + "South Africa North", + "Germany West Central", + "Norway East", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "migrateprojects" + }, + { + "apiVersions": [ + "2022-05-01-preview" + ], + "defaultApiVersion": "2022-05-01-preview", + "locations": [ + "Korea South", + "UK West", + "West Europe", + "Canada Central", + "Switzerland North", + "UAE North", + "East Asia", + "Norway East", + "South Africa North", + "UK South", + "South India", + "Korea Central", + "Australia Southeast", + "Central India", + "Brazil South", + "France Central", + "Japan East", + "Japan West", + "Australia East", + "Southeast Asia", + "North Europe", + "Sweden Central", + "Switzerland West", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "modernizeProjects" + }, + { + "apiVersions": [ + "2023-08-01", + "2022-08-01", + "2021-08-01", + "2021-01-01", + "2019-10-01-preview" + ], + "defaultApiVersion": "2022-08-01", + "locations": [ + "East US 2", + "North Europe", + "UK South", + "Southeast Asia", + "Australia East", + "Japan East", + "Brazil South", + "Norway East", + "Switzerland North", + "France Central", + "Central India", + "Korea Central", + "UAE North", + "Germany West Central", + "Canada Central", + "Qatar Central", + "Sweden Central", + "Poland Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "moveCollections" + }, + { + "apiVersions": [ + "2019-10-01", + "2019-05-01", + "2018-06-30-preview", + "2018-02-02", + "2017-11-11-preview", + "2017-09-25-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.Mission", + "resourceTypes": [ + { + "apiVersions": [ + "2024-06-01-preview", + "2024-01-01-preview", + "2023-11-01-preview", + "2023-08-01-preview", + "2023-02-01-preview" + ], + "defaultApiVersion": "2024-06-01-preview", + "locations": [ + "global" + ], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2024-06-01-preview", + "2024-01-01-preview", + "2023-11-01-preview", + "2023-08-01-preview", + "2023-02-01-preview" + ], + "defaultApiVersion": "2024-06-01-preview", + "locations": [ + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West Central US", + "West US", + "West US 2", + "West US 3", + "Canada Central", + "Canada East" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2024-06-01-preview", + "2024-01-01-preview", + "2023-11-01-preview", + "2023-08-01-preview", + "2023-02-01-preview" + ], + "defaultApiVersion": "2024-06-01-preview", + "locations": [ + "global" + ], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2024-06-01-preview", + "2024-01-01-preview", + "2023-11-01-preview", + "2023-08-01-preview", + "2023-02-01-preview" + ], + "defaultApiVersion": "2024-06-01-preview", + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2023-08-01-preview", + "2023-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US 3", + "East US 2", + "Central US", + "Canada Central", + "Canada East", + "West US 2", + "South Central US", + "North Central US", + "West US", + "East US" + ], + "resourceType": "virtualEnclaves/endpoints" + } + ] + }, + { + "namespace": "Microsoft.MixedReality", + "resourceTypes": [ + { + "apiVersions": [ + "2023-07-01-preview", + "2021-03-01-preview", + "2021-01-01", + "2020-05-01", + "2020-04-06-preview", + "2019-12-02-preview", + "2019-02-28-preview" + ], + "defaultApiVersion": "2021-01-01", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2021-03-01-preview", + "2021-01-01", + "2020-05-01", + "2020-04-06-preview", + "2019-12-02-preview", + "2019-02-28-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "East US", + "East US 2", + "Japan East", + "Korea Central", + "North Europe", + "South Central US", + "Southeast Asia", + "Sweden Central", + "UK South", + "West Europe", + "West US 2", + "West US 3" + ], + "resourceType": "locations/checkNameAvailability" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2021-03-01-preview", + "2021-01-01", + "2020-05-01", + "2020-04-06-preview", + "2019-12-02-preview", + "2019-02-28-preview" + ], + "defaultApiVersion": "2021-01-01", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2021-03-01-preview", + "2021-01-01", + "2020-04-06-preview", + "2019-12-02-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2", + "East US", + "Southeast Asia", + "West Europe", + "West US 2", + "Japan East", + "Australia East", + "North Europe", + "South Central US", + "UK South" + ], + "resourceType": "remoteRenderingAccounts" + }, + { + "apiVersions": [ + "2021-03-01-preview", + "2021-01-01", + "2020-05-01", + "2019-12-02-preview", + "2019-02-28-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "East US", + "East US 2", + "Korea Central", + "North Europe", + "West Europe", + "South Central US", + "UK South", + "Southeast Asia", + "West US 2" + ], + "resourceType": "spatialAnchorsAccounts" + } + ] + }, + { + "namespace": "Microsoft.MobileNetwork", + "resourceTypes": [ + { + "apiVersions": [ + "2024-05-15-preview", + "2024-05-01-preview", + "2024-04-01", + "2024-03-01-preview", + "2024-02-01", + "2023-10-01-preview", + "2023-09-01", + "2023-07-01-preview", + "2023-06-01", + "2022-12-01-privatepreview", + "2022-11-01", + "2022-04-01-preview" + ], + "defaultApiVersion": "2024-04-01", + "locations": [], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2024-05-15-preview", + "2024-05-01-preview", + "2024-04-01", + "2024-03-01-preview", + "2024-02-01", + "2023-10-01-preview", + "2023-09-01", + "2023-07-01-preview", + "2023-06-01", + "2022-12-01-privatepreview", + "2022-11-01", + "2022-04-01-preview" + ], + "defaultApiVersion": "2024-04-01", + "locations": [ + "Central US EUAP", + "East US", + "East US 2 EUAP", + "North Europe", + "South Central US", + "West Central US", + "West Europe" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2024-05-15-preview", + "2024-05-01-preview", + "2024-04-01", + "2024-03-01-preview", + "2024-02-01", + "2023-10-01-preview", + "2023-09-01", + "2023-07-01-preview", + "2023-06-01", + "2022-12-01-privatepreview", + "2022-11-01", + "2022-04-01-preview" + ], + "defaultApiVersion": "2024-02-01", + "locations": [], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2024-05-15-preview", + "2024-05-01-preview", + "2024-04-01", + "2024-03-01-preview", + "2024-02-01", + "2023-10-01-preview", + "2023-09-01", + "2023-07-01-preview", + "2023-06-01", + "2022-12-01-privatepreview", + "2022-11-01", + "2022-04-01-preview" + ], + "defaultApiVersion": "2024-04-01", + "locations": [], + "resourceType": "packetCoreControlPlaneVersions" + } + ] + }, + { + "namespace": "Microsoft.ModSimWorkbench", + "resourceTypes": [ + { + "apiVersions": [ + "2021-03-01-preview" + ], + "defaultApiVersion": "2021-03-01-preview", + "locations": [ + "global" + ], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2021-03-01-preview" + ], + "defaultApiVersion": "2021-03-01-preview", + "locations": [ + "West US 2", + "Sweden Central", + "East US", + "West US 3", + "East US 2" + ], + "resourceType": "Locations/operationStatuses" + }, + { + "apiVersions": [ + "2021-03-01-preview" + ], + "defaultApiVersion": "2021-03-01-preview", + "locations": [], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2021-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US EUAP" + ], + "resourceType": "instances" + }, + { + "apiVersions": [ + "2021-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US EUAP" + ], + "resourceType": "instances/chambers" + }, + { + "apiVersions": [ + "2021-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US EUAP" + ], + "resourceType": "instances/chambers/connectors" + }, + { + "apiVersions": [ + "2021-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US EUAP" + ], + "resourceType": "instances/chambers/fileRequests" + }, + { + "apiVersions": [ + "2021-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US EUAP" + ], + "resourceType": "instances/chambers/files" + }, + { + "apiVersions": [ + "2021-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US EUAP" + ], + "resourceType": "instances/chambers/workloads" + }, + { + "apiVersions": [ + "2021-03-01-preview" + ], + "defaultApiVersion": "2021-03-01-preview", + "locations": [ + "West US 2", + "Sweden Central", + "East US", + "West US 3" + ], + "resourceType": "workbenches" + }, + { + "apiVersions": [ + "2021-03-01-preview" + ], + "defaultApiVersion": "2021-03-01-preview", + "locations": [ + "West US 2", + "Sweden Central", + "East US", + "West US 3" + ], + "resourceType": "workbenches/chambers" + }, + { + "apiVersions": [ + "2021-03-01-preview" + ], + "defaultApiVersion": "2021-03-01-preview", + "locations": [ + "West US 2", + "Sweden Central", + "East US", + "West US 3" + ], + "resourceType": "workbenches/chambers/connectors" + }, + { + "apiVersions": [ + "2021-03-01-preview" + ], + "defaultApiVersion": "2021-03-01-preview", + "locations": [ + "West US 2", + "Sweden Central", + "East US", + "West US 3" + ], + "resourceType": "workbenches/chambers/fileRequests" + }, + { + "apiVersions": [ + "2021-03-01-preview" + ], + "defaultApiVersion": "2021-03-01-preview", + "locations": [ + "West US 2", + "Sweden Central", + "East US", + "West US 3" + ], + "resourceType": "workbenches/chambers/files" + }, + { + "apiVersions": [ + "2021-03-01-preview" + ], + "defaultApiVersion": "2021-03-01-preview", + "locations": [ + "West US 2", + "Sweden Central", + "East US", + "West US 3" + ], + "resourceType": "workbenches/chambers/storages" + }, + { + "apiVersions": [ + "2021-03-01-preview" + ], + "defaultApiVersion": "2021-03-01-preview", + "locations": [ + "West US 2", + "Sweden Central", + "East US", + "West US 3" + ], + "resourceType": "workbenches/chambers/workloads" + }, + { + "apiVersions": [ + "2021-03-01-preview" + ], + "defaultApiVersion": "2021-03-01-preview", + "locations": [ + "West US 2", + "Sweden Central", + "East US", + "West US 3" + ], + "resourceType": "workbenches/sharedStorages" + } + ] + }, + { + "namespace": "Microsoft.Monitor", + "resourceTypes": [ + { + "apiVersions": [ + "2023-04-03", + "2021-06-03-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "France Central", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "accounts" + }, + { + "apiVersions": [ + "2024-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Europe", + "Germany West Central", + "Sweden Central", + "UAE North", + "South Africa North", + "Norway East", + "global", + "France Central", + "France South", + "Germany North", + "Italy North", + "Norway West", + "Poland Central", + "Switzerland North", + "Switzerland West", + "Israel Central", + "Qatar Central", + "South Africa West", + "UAE Central", + "Japan East", + "Central India", + "Japan West", + "South India", + "West India", + "Korea Central", + "Korea South", + "Australia East", + "Australia Southeast", + "Australia Central", + "Australia Central 2", + "Southeast Asia", + "UK South", + "UK West", + "West Central US", + "East Asia", + "West US 3", + "Central US", + "East US 2", + "South Central US", + "West US 2", + "East US", + "Canada Central", + "Canada East", + "North Central US", + "West US", + "Brazil South", + "Brazil Southeast", + "West Europe", + "East US 2 EUAP" + ], + "resourceType": "investigations" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-10-01", + "2024-04-03-preview", + "2024-04-01-preview", + "2023-10-01-preview", + "2023-04-03", + "2023-04-01", + "2021-06-03-preview", + "2021-06-01-preview" + ], + "defaultApiVersion": "2023-04-03", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-04-03-preview", + "2024-04-01-preview", + "2023-04-03", + "2023-04-01", + "2021-06-03-preview", + "2021-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "East US", + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Brazil Southeast", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "France Central", + "France South", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Europe", + "Norway East", + "Norway West", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/locationOperationStatuses" + }, + { + "apiVersions": [ + "2024-04-03-preview", + "2024-04-01-preview", + "2023-04-03", + "2023-04-01", + "2021-06-03-preview", + "2021-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "East US", + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Brazil Southeast", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "France Central", + "France South", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Europe", + "Norway East", + "Norway West", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2023-10-01-preview" + ], + "defaultApiVersion": "2024-10-01-preview", + "locations": [ + "East US 2", + "West US 2", + "West Europe", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-04-03-preview", + "2024-04-01-preview", + "2023-04-03", + "2023-04-01", + "2021-06-03-preview", + "2021-06-01-preview" + ], + "defaultApiVersion": "2021-06-01-preview", + "locations": [ + "North Central US", + "East US", + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Brazil Southeast", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "France Central", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Europe", + "Norway East", + "Norway West", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2023-10-01-preview" + ], + "defaultApiVersion": "2024-10-01-preview", + "locations": [ + "East US 2", + "West US 2", + "West Europe", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "pipelineGroups" + } + ] + }, + { + "namespace": "Microsoft.MySQLDiscovery", + "resourceTypes": [ + { + "apiVersions": [ + "2024-09-30-preview", + "2023-09-30-preview" + ], + "defaultApiVersion": "2024-09-30-preview", + "locations": [ + "Southeast Asia", + "Korea Central", + "North Europe", + "West Europe", + "West US 2", + "Central US", + "France Central", + "Australia East", + "UK South", + "Japan East", + "Canada Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "MySQLSites" + }, + { + "apiVersions": [ + "2024-09-30-preview", + "2023-09-30-preview" + ], + "defaultApiVersion": "2024-09-30-preview", + "locations": [ + "Southeast Asia", + "Korea Central", + "North Europe", + "West Europe", + "West US 2", + "Central US", + "France Central", + "Australia East", + "UK South", + "Japan East", + "Canada Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "MySQLSites/ErrorSummaries" + }, + { + "apiVersions": [ + "2024-09-30-preview", + "2023-09-30-preview" + ], + "defaultApiVersion": "2024-09-30-preview", + "locations": [ + "Southeast Asia", + "Korea Central", + "North Europe", + "West Europe", + "West US 2", + "Central US", + "France Central", + "Australia East", + "UK South", + "Japan East", + "Canada Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "MySQLSites/MySQLServers" + }, + { + "apiVersions": [ + "2024-09-30-preview", + "2023-09-30-preview" + ], + "defaultApiVersion": "2024-09-30-preview", + "locations": [ + "Southeast Asia", + "Korea Central", + "North Europe", + "West Europe", + "West US 2", + "Central US", + "France Central", + "Australia East", + "UK South", + "Japan East", + "Canada Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "MySQLSites/Refresh" + }, + { + "apiVersions": [ + "2024-09-30-preview", + "2023-09-30-preview" + ], + "defaultApiVersion": "2024-09-30-preview", + "locations": [ + "Southeast Asia", + "Korea Central", + "North Europe", + "West Europe", + "West US 2", + "Central US", + "France Central", + "Australia East", + "UK South", + "Japan East", + "Canada Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "MySQLSites/Summaries" + }, + { + "apiVersions": [ + "2024-09-30-preview", + "2023-09-30-preview" + ], + "defaultApiVersion": "2024-09-30-preview", + "locations": [ + "global" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-09-30-preview", + "2023-09-30-preview" + ], + "defaultApiVersion": "2024-09-30-preview", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "Southeast Asia", + "Korea Central", + "North Europe", + "West US 2", + "Central US", + "Australia East", + "Canada Central", + "Japan East", + "France Central", + "UK South", + "West Europe" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-09-30-preview", + "2023-09-30-preview" + ], + "defaultApiVersion": "2024-09-30-preview", + "locations": [ + "global" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.NetApp", + "resourceTypes": [ + { + "apiVersions": [ + "2024-07-01-preview", + "2024-07-01", + "2024-05-01-preview", + "2024-05-01", + "2024-03-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-11-01", + "2023-09-01-preview", + "2023-09-01", + "2023-07-01-preview", + "2023-07-01", + "2023-05-01-preview", + "2023-05-01", + "2023-03-01-preview", + "2023-03-01", + "2023-01-01-preview", + "2023-01-01", + "2022-11-01-preview", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-03-01", + "2022-01-01", + "2021-10-01", + "2021-08-01", + "2021-06-01", + "2021-04-01", + "2021-02-01", + "2020-12-01", + "2020-11-01", + "2020-10-01", + "2020-09-01", + "2020-08-01", + "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-15-preview", + "2019-07-01", + "2019-06-01", + "2019-05-01", + "2017-08-15" + ], + "defaultApiVersion": "2024-07-01", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-07-01", + "2024-05-01-preview", + "2024-05-01", + "2024-03-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-11-01", + "2023-09-01-preview", + "2023-09-01", + "2023-07-01-preview", + "2023-07-01", + "2023-05-01-preview", + "2023-05-01", + "2023-03-01-preview", + "2023-03-01", + "2023-01-01-preview", + "2023-01-01", + "2022-11-01-preview", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-03-01", + "2022-01-01", + "2021-12-01-preview", + "2021-10-01", + "2021-08-01" + ], + "defaultApiVersion": "2024-07-01", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "South Central US", + "Spain Central", + "South Africa North", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UAE Central", + "UK South", + "UK West", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "locations/CheckInventory" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-07-01", + "2024-05-01-preview", + "2024-05-01", + "2024-03-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-11-01", + "2023-09-01-preview", + "2023-09-01", + "2023-07-01-preview", + "2023-07-01", + "2023-05-01-preview", + "2023-05-01", + "2023-03-01-preview", + "2023-03-01", + "2023-01-01-preview", + "2023-01-01", + "2022-11-01-preview", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-03-01", + "2022-01-01", + "2021-10-01", + "2021-08-01", + "2021-06-01" + ], + "defaultApiVersion": "2024-07-01", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "South Central US", + "Spain Central", + "South Africa North", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UAE Central", + "UK South", + "UK West", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "locations/QuotaLimits" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-07-01", + "2024-05-01-preview", + "2024-05-01", + "2024-03-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-11-01", + "2023-09-01-preview", + "2023-09-01", + "2023-07-01-preview", + "2023-07-01", + "2023-05-01-preview", + "2023-05-01", + "2023-03-01-preview", + "2023-03-01", + "2023-01-01-preview", + "2023-01-01", + "2022-11-01-preview", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-03-01", + "2022-01-01", + "2021-10-01", + "2021-08-01", + "2021-06-01", + "2021-04-01", + "2021-02-01", + "2020-12-01", + "2020-11-01", + "2020-10-01", + "2020-09-01", + "2020-08-01", + "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" + ], + "defaultApiVersion": "2024-07-01", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "South Central US", + "Spain Central", + "South Africa North", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UAE Central", + "UK South", + "UK West", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "locations/checkFilePathAvailability" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-07-01", + "2024-05-01-preview", + "2024-05-01", + "2024-03-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-11-01", + "2023-09-01-preview", + "2023-09-01", + "2023-07-01-preview", + "2023-07-01", + "2023-05-01-preview", + "2023-05-01", + "2023-03-01-preview", + "2023-03-01", + "2023-01-01-preview", + "2023-01-01", + "2022-11-01-preview", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-03-01", + "2022-01-01", + "2021-10-01", + "2021-08-01", + "2021-06-01", + "2021-04-01", + "2021-02-01", + "2020-12-01", + "2020-11-01", + "2020-10-01", + "2020-09-01", + "2020-08-01", + "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" + ], + "defaultApiVersion": "2024-07-01", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "South Central US", + "Spain Central", + "South Africa North", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UAE Central", + "UK South", + "UK West", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "locations/checkNameAvailability" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-07-01", + "2024-05-01-preview", + "2024-05-01", + "2024-03-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-11-01", + "2023-09-01-preview", + "2023-09-01", + "2023-07-01-preview", + "2023-07-01", + "2023-05-01-preview", + "2023-05-01", + "2023-03-01-preview", + "2023-03-01", + "2023-01-01-preview", + "2023-01-01", + "2022-11-01-preview", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-03-01", + "2022-01-01", + "2021-10-01", + "2021-08-01", + "2021-06-01", + "2021-04-01", + "2021-02-01", + "2020-12-01", + "2020-11-01", + "2020-10-01", + "2020-09-01", + "2020-08-01", + "2020-07-01", + "2020-06-01" + ], + "defaultApiVersion": "2024-07-01", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "South Central US", + "Spain Central", + "South Africa North", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UAE Central", + "UK South", + "UK West", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "locations/checkQuotaAvailability" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-07-01", + "2024-05-01-preview", + "2024-05-01", + "2024-03-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-11-01", + "2023-09-01-preview", + "2023-09-01", + "2023-07-01-preview", + "2023-07-01", + "2023-05-01-preview", + "2023-05-01", + "2023-03-01-preview", + "2023-03-01", + "2023-01-01-preview", + "2023-01-01", + "2022-11-01-preview", + "2022-11-01", + "2022-09-01", + "2022-07-01-preview", + "2022-07-01", + "2022-05-01", + "2022-03-01", + "2022-01-01", + "2021-12-01-preview", + "2021-10-01", + "2021-08-01", + "2021-06-01", + "2021-04-01", + "2021-02-01", + "2020-12-01", + "2020-11-01", + "2020-10-01", + "2020-09-01", + "2020-08-01", + "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" + ], + "defaultApiVersion": "2024-07-01", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "South Central US", + "Spain Central", + "South Africa North", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UAE Central", + "UK South", + "UK West", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-07-01", + "2024-05-01-preview", + "2024-05-01", + "2024-03-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-11-01", + "2023-09-01-preview", + "2023-09-01", + "2023-07-01-preview", + "2023-07-01", + "2023-05-01-preview", + "2023-05-01", + "2023-03-01-preview", + "2023-03-01", + "2023-01-01-preview", + "2023-01-01", + "2022-11-01-preview", + "2022-11-01", + "2021-12-01-preview" + ], + "defaultApiVersion": "2024-07-01", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "South Central US", + "Spain Central", + "South Africa North", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UAE Central", + "UK South", + "UK West", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "locations/queryNetworkSiblingSet" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-07-01", + "2024-05-01-preview", + "2024-05-01", + "2024-03-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-11-01", + "2023-09-01-preview", + "2023-09-01", + "2023-07-01-preview", + "2023-07-01", + "2023-05-01-preview", + "2023-05-01", + "2023-03-01-preview", + "2023-03-01", + "2023-01-01-preview", + "2023-01-01", + "2022-11-01-preview", + "2022-11-01", + "2021-12-01-preview", + "2021-04-01-preview" + ], + "defaultApiVersion": "2024-07-01", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "South Central US", + "Spain Central", + "South Africa North", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UAE Central", + "UK South", + "UK West", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "locations/regionInfo" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-07-01", + "2024-05-01-preview", + "2024-05-01", + "2024-03-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-11-01", + "2023-09-01-preview", + "2023-09-01", + "2023-07-01-preview", + "2023-07-01", + "2023-05-01-preview" + ], + "defaultApiVersion": "2024-07-01", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "South Central US", + "Spain Central", + "South Africa North", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UAE Central", + "UK South", + "UK West", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "locations/regionInfos" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-07-01", + "2024-05-01-preview", + "2024-05-01", + "2024-03-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-11-01", + "2023-09-01-preview", + "2023-09-01", + "2023-07-01-preview", + "2023-07-01", + "2023-05-01-preview", + "2023-05-01", + "2023-03-01-preview", + "2023-03-01", + "2023-01-01-preview", + "2023-01-01", + "2022-11-01-preview", + "2022-11-01", + "2021-12-01-preview" + ], + "defaultApiVersion": "2024-07-01", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "South Central US", + "Spain Central", + "South Africa North", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UAE Central", + "UK South", + "UK West", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "locations/updateNetworkSiblingSet" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-07-01", + "2024-05-01-preview", + "2024-05-01", + "2024-03-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-11-01", + "2023-09-01-preview", + "2023-09-01", + "2023-07-01-preview", + "2023-07-01", + "2023-05-01-preview", + "2023-05-01", + "2023-03-01-preview", + "2023-03-01", + "2023-01-01-preview", + "2023-01-01", + "2022-11-01-preview", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-03-01", + "2022-01-01", + "2021-10-01", + "2021-08-01", + "2021-06-01", + "2021-04-01", + "2021-02-01", + "2020-12-01", + "2020-11-01", + "2020-10-01", + "2020-09-01", + "2020-08-01", + "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" + ], + "defaultApiVersion": "2024-07-01", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "South Central US", + "Spain Central", + "South Africa North", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UAE Central", + "UK South", + "UK West", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "netAppAccounts" + }, + { + "apiVersions": [ + "2022-11-01-preview", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-03-01", + "2022-01-01", + "2021-10-01", + "2021-08-01", + "2021-06-01", + "2021-04-01", + "2021-02-01", + "2020-12-01", + "2020-11-01", + "2020-10-01", + "2020-09-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01" + ], + "defaultApiVersion": "2022-11-01", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "South Central US", + "Spain Central", + "South Africa North", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UAE Central", + "UK South", + "UK West", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "netAppAccounts/accountBackups" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-07-01", + "2024-05-01-preview", + "2024-05-01", + "2024-03-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-11-01", + "2023-09-01-preview", + "2023-09-01", + "2023-07-01-preview", + "2023-07-01", + "2023-05-01-preview", + "2023-05-01", + "2023-03-01-preview", + "2023-03-01", + "2023-01-01-preview", + "2023-01-01", + "2022-11-01-preview", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-03-01", + "2022-01-01", + "2021-10-01", + "2021-08-01", + "2021-06-01", + "2021-04-01", + "2021-02-01", + "2020-12-01", + "2020-11-01", + "2020-10-01", + "2020-09-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01" + ], + "defaultApiVersion": "2024-07-01", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "South Central US", + "Spain Central", + "South Africa North", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UAE Central", + "UK South", + "UK West", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "netAppAccounts/backupPolicies" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-07-01", + "2024-05-01-preview", + "2024-05-01", + "2024-03-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-11-01", + "2023-09-01-preview", + "2023-09-01", + "2023-07-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2023-01-01-preview", + "2022-11-01-preview" + ], + "defaultApiVersion": "2024-07-01", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "South Central US", + "Spain Central", + "South Africa North", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UAE Central", + "UK South", + "UK West", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "netAppAccounts/backupVaults" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-07-01", + "2024-05-01-preview", + "2024-05-01", + "2024-03-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-11-01", + "2023-09-01-preview", + "2023-09-01", + "2023-07-01-preview", + "2023-05-01-preview", + "2023-03-01-preview", + "2023-01-01-preview", + "2022-11-01-preview" + ], + "defaultApiVersion": "2024-07-01", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "South Central US", + "Spain Central", + "South Africa North", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UAE Central", + "UK South", + "UK West", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "netAppAccounts/backupVaults/backups" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-07-01", + "2024-05-01-preview", + "2024-05-01", + "2024-03-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-11-01", + "2023-09-01-preview", + "2023-09-01", + "2023-07-01-preview", + "2023-07-01", + "2023-05-01-preview", + "2023-05-01", + "2023-03-01-preview", + "2023-03-01", + "2023-01-01-preview", + "2023-01-01", + "2022-11-01-preview", + "2022-11-01", + "2022-09-01", + "2022-07-01-preview", + "2022-07-01", + "2022-05-01", + "2022-03-01", + "2022-01-01", + "2021-10-01", + "2021-08-01", + "2021-06-01", + "2021-04-01", + "2021-02-01", + "2020-12-01", + "2020-11-01", + "2020-10-01", + "2020-09-01", + "2020-08-01", + "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" + ], + "defaultApiVersion": "2024-07-01", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "South Central US", + "Spain Central", + "South Africa North", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UAE Central", + "UK South", + "UK West", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "netAppAccounts/capacityPools" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-07-01", + "2024-05-01-preview", + "2024-05-01", + "2024-03-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-11-01", + "2023-09-01-preview", + "2023-09-01", + "2023-07-01-preview", + "2023-07-01", + "2023-05-01-preview", + "2023-05-01", + "2023-03-01-preview", + "2023-03-01", + "2023-01-01-preview", + "2023-01-01", + "2022-11-01-preview", + "2022-11-01", + "2022-09-01", + "2022-07-01-preview", + "2022-07-01", + "2022-05-01", + "2022-03-01", + "2022-01-01", + "2021-12-01-preview", + "2021-10-01", + "2021-08-01", + "2021-06-01", + "2021-04-01", + "2021-02-01", + "2020-12-01", + "2020-11-01", + "2020-10-01", + "2020-09-01", + "2020-08-01", + "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" + ], + "defaultApiVersion": "2024-07-01", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "South Central US", + "Spain Central", + "South Africa North", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UAE Central", + "UK South", + "UK West", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "netAppAccounts/capacityPools/volumes" + }, + { + "apiVersions": [ + "2022-11-01-preview", + "2022-11-01", + "2022-09-01", + "2022-07-01-preview", + "2022-07-01", + "2022-05-01", + "2022-03-01", + "2022-01-01", + "2021-10-01", + "2021-08-01", + "2021-06-01", + "2021-04-01", + "2021-02-01", + "2020-12-01", + "2020-11-01", + "2020-10-01", + "2020-09-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01" + ], + "defaultApiVersion": "2022-11-01", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "South Central US", + "Spain Central", + "South Africa North", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UAE Central", + "UK South", + "UK West", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "netAppAccounts/capacityPools/volumes/backups" + }, + { + "apiVersions": [ + "2019-10-01", + "2019-08-01", + "2019-07-01", + "2019-06-01", + "2019-05-01", + "2017-08-15" + ], + "defaultApiVersion": "2019-10-01", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "South Central US", + "Spain Central", + "South Africa North", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UAE Central", + "UK South", + "UK West", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "netAppAccounts/capacityPools/volumes/mountTargets" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-07-01", + "2024-05-01-preview", + "2024-05-01", + "2024-03-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-11-01", + "2023-09-01-preview", + "2023-09-01", + "2023-07-01-preview", + "2023-07-01", + "2023-05-01-preview", + "2023-05-01", + "2023-03-01-preview", + "2023-03-01", + "2023-01-01-preview", + "2023-01-01", + "2022-11-01-preview", + "2022-11-01", + "2022-09-01", + "2022-07-01-preview", + "2022-07-01", + "2022-05-01", + "2022-03-01", + "2022-01-01", + "2021-10-01", + "2021-08-01", + "2021-06-01", + "2021-04-01", + "2021-02-01", + "2020-12-01", + "2020-11-01", + "2020-10-01", + "2020-09-01", + "2020-08-01", + "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" + ], + "defaultApiVersion": "2024-07-01", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "South Central US", + "Spain Central", + "South Africa North", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UAE Central", + "UK South", + "UK West", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "netAppAccounts/capacityPools/volumes/snapshots" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-07-01", + "2024-05-01-preview", + "2024-05-01", + "2024-03-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-11-01", + "2023-09-01-preview", + "2023-09-01", + "2023-07-01-preview", + "2023-07-01", + "2023-05-01-preview", + "2023-05-01", + "2023-03-01-preview", + "2023-03-01", + "2023-01-01-preview", + "2023-01-01", + "2022-11-01-preview", + "2022-11-01", + "2022-09-01", + "2022-07-01-preview", + "2022-07-01", + "2022-05-01", + "2022-03-01", + "2022-01-01" + ], + "defaultApiVersion": "2024-07-01", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "South Central US", + "Spain Central", + "South Africa North", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UAE Central", + "UK South", + "UK West", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "netAppAccounts/capacityPools/volumes/volumeQuotaRules" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-07-01", + "2024-05-01-preview", + "2024-05-01", + "2024-03-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-11-01", + "2023-09-01-preview", + "2023-09-01", + "2023-07-01-preview", + "2023-07-01", + "2023-05-01-preview", + "2023-05-01", + "2023-03-01-preview", + "2023-03-01", + "2023-01-01-preview", + "2023-01-01", + "2022-11-01-preview", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-03-01", + "2022-01-01", + "2021-10-01", + "2021-08-01", + "2021-06-01", + "2021-04-01", + "2021-02-01", + "2020-12-01", + "2020-11-01", + "2020-10-01", + "2020-09-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01" + ], + "defaultApiVersion": "2024-07-01", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "South Central US", + "Spain Central", + "South Africa North", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UAE Central", + "UK South", + "UK West", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "netAppAccounts/snapshotPolicies" + }, + { + "apiVersions": [ + "2022-11-01-preview", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-03-01", + "2022-01-01", + "2021-10-01", + "2021-08-01", + "2021-06-01", + "2021-04-01", + "2021-02-01", + "2020-12-01", + "2020-11-01", + "2020-10-01", + "2020-09-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01" + ], + "defaultApiVersion": "2022-11-01", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "South Central US", + "Spain Central", + "South Africa North", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UAE Central", + "UK South", + "UK West", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "netAppAccounts/vaults" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-07-01", + "2024-05-01-preview", + "2024-05-01", + "2024-03-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-11-01", + "2023-09-01-preview", + "2023-09-01", + "2023-07-01-preview", + "2023-07-01", + "2023-05-01-preview", + "2023-05-01", + "2023-03-01-preview", + "2023-03-01", + "2023-01-01-preview", + "2023-01-01", + "2022-11-01-preview", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-03-01", + "2022-01-01", + "2021-10-01", + "2021-08-01", + "2021-06-01", + "2021-04-01", + "2021-02-01" + ], + "defaultApiVersion": "2024-07-01", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "South Central US", + "Spain Central", + "South Africa North", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UAE Central", + "UK South", + "UK West", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP" + ], + "resourceType": "netAppAccounts/volumeGroups" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-07-01", + "2024-05-01-preview", + "2024-05-01", + "2024-03-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-11-01", + "2023-09-01-preview", + "2023-09-01", + "2023-07-01-preview", + "2023-07-01", + "2023-05-01-preview", + "2023-05-01", + "2023-03-01-preview", + "2023-03-01", + "2023-01-01-preview", + "2023-01-01", + "2022-11-01-preview", + "2022-11-01", + "2022-09-01", + "2022-07-01-preview", + "2022-07-01", + "2022-05-01", + "2022-03-01", + "2022-01-01", + "2021-12-01-preview", + "2021-10-01", + "2021-08-01", + "2021-06-01", + "2021-04-01", + "2021-02-01", + "2020-12-01", + "2020-11-01", + "2020-10-01", + "2020-09-01", + "2020-08-01", + "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-15-preview", + "2019-07-01", + "2019-06-01", + "2019-05-01", + "2017-08-15" + ], + "defaultApiVersion": "2024-07-01", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.Network", + "resourceTypes": [ + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "applicationGatewayAvailableRequestHeaders" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "applicationGatewayAvailableResponseHeaders" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "applicationGatewayAvailableServerVariables" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "applicationGatewayAvailableSslOptions" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "applicationGatewayAvailableWafRuleSets" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "applicationGatewayWebApplicationFirewallPolicies" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "applicationGateways" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "applicationSecurityGroups" + }, + { + "apiVersions": [ + "2024-06-01-preview" + ], + "defaultApiVersion": "2024-06-01-preview", + "locations": [], + "resourceType": "assist" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "azureFirewallFqdnTags" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "azureFirewalls" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2023-01-01-preview", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" + ], + "defaultApiVersion": "2020-08-01", + "locations": [], + "resourceType": "azureWebCategories" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "bastionHosts" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "bgpServiceCommunities" + }, + { + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-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" + ], + "resourceType": "checkFrontdoorNameAvailability" + }, + { + "apiVersions": [ + "2022-04-01-preview", + "2022-04-01", + "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" + ], + "defaultApiVersion": "2018-08-01", + "locations": [ + "global" + ], + "resourceType": "checkTrafficManagerNameAvailability" + }, + { + "apiVersions": [ + "2022-04-01-preview", + "2022-04-01" + ], + "defaultApiVersion": "2022-04-01", + "locations": [ + "global" + ], + "resourceType": "checkTrafficManagerNameAvailabilityV2" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "cloudServiceSlots" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "connections" + }, + { + "apiVersions": [ + "2024-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "copilot" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "customIpPrefixes" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "ddosProtectionPlans" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01", + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Italy North", + "Israel Central", + "Uk West", + "South India", + "Spain Central", + "Mexico Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "dnsForwardingRulesets" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01", + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Italy North", + "Israel Central", + "Uk West", + "South India", + "Spain Central", + "Mexico Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "dnsForwardingRulesets/forwardingRules" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01", + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Italy North", + "Israel Central", + "Uk West", + "South India", + "Spain Central", + "Mexico Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "dnsForwardingRulesets/virtualNetworkLinks" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01" + ], + "defaultApiVersion": "2018-05-01", + "locations": [ + "global" + ], + "resourceType": "dnsOperationResults" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01" + ], + "defaultApiVersion": "2018-05-01", + "locations": [ + "global" + ], + "resourceType": "dnsOperationStatuses" + }, + { + "apiVersions": [ + "2023-07-01-preview" + ], + "defaultApiVersion": "2023-07-01-preview", + "locations": [ + "West Central US", + "East US", + "UK South", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "South Central US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Italy North", + "Israel Central", + "Uk West", + "South India", + "Spain Central", + "Mexico Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "dnsResolverDomainLists" + }, + { + "apiVersions": [ + "2023-07-01-preview" + ], + "defaultApiVersion": "2023-07-01-preview", + "locations": [ + "West Central US", + "East US", + "UK South", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "South Central US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Italy North", + "Israel Central", + "Uk West", + "South India", + "Spain Central", + "Mexico Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "dnsResolverPolicies" + }, + { + "apiVersions": [ + "2023-07-01-preview" + ], + "defaultApiVersion": "2023-07-01-preview", + "locations": [ + "West Central US", + "East US", + "UK South", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "South Central US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Italy North", + "Israel Central", + "Uk West", + "South India", + "Spain Central", + "Mexico Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "dnsResolverPolicies/dnsSecurityRules" + }, + { + "apiVersions": [ + "2023-07-01-preview" + ], + "defaultApiVersion": "2023-07-01-preview", + "locations": [ + "West Central US", + "East US", + "UK South", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "South Central US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Italy North", + "Israel Central", + "Uk West", + "South India", + "Spain Central", + "Mexico Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "dnsResolverPolicies/virtualNetworkLinks" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01", + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Italy North", + "Israel Central", + "Uk West", + "South India", + "Spain Central", + "Mexico Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "dnsResolvers" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01", + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Italy North", + "Israel Central", + "Uk West", + "South India", + "Spain Central", + "Mexico Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "dnsResolvers/inboundEndpoints" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01", + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Italy North", + "Israel Central", + "Uk West", + "South India", + "Spain Central", + "Mexico Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "dnsResolvers/outboundEndpoints" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "locations": [ + "global" + ], + "resourceType": "dnszones" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "locations": [ + "global" + ], + "resourceType": "dnszones/A" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "locations": [ + "global" + ], + "resourceType": "dnszones/AAAA" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01" + ], + "defaultApiVersion": "2018-05-01", + "locations": [ + "global" + ], + "resourceType": "dnszones/CAA" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "locations": [ + "global" + ], + "resourceType": "dnszones/CNAME" + }, + { + "apiVersions": [ + "2023-07-01-preview" + ], + "defaultApiVersion": "2023-07-01-preview", + "locations": [ + "global" + ], + "resourceType": "dnszones/DS" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "locations": [ + "global" + ], + "resourceType": "dnszones/MX" + }, + { + "apiVersions": [ + "2023-07-01-preview" + ], + "defaultApiVersion": "2023-07-01-preview", + "locations": [ + "global" + ], + "resourceType": "dnszones/NAPTR" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "locations": [ + "global" + ], + "resourceType": "dnszones/NS" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "locations": [ + "global" + ], + "resourceType": "dnszones/PTR" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "locations": [ + "global" + ], + "resourceType": "dnszones/SOA" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "locations": [ + "global" + ], + "resourceType": "dnszones/SRV" + }, + { + "apiVersions": [ + "2023-07-01-preview" + ], + "defaultApiVersion": "2023-07-01-preview", + "locations": [ + "global" + ], + "resourceType": "dnszones/TLSA" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "locations": [ + "global" + ], + "resourceType": "dnszones/TXT" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "locations": [ + "global" + ], + "resourceType": "dnszones/all" + }, + { + "apiVersions": [ + "2023-07-01-preview" + ], + "defaultApiVersion": "2023-07-01-preview", + "locations": [ + "global" + ], + "resourceType": "dnszones/dnssecConfigs" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2018-05-01", + "2018-03-01-preview", + "2017-10-01", + "2017-09-15-preview", + "2017-09-01", + "2016-04-01", + "2015-05-04-preview" + ], + "defaultApiVersion": "2018-05-01", + "locations": [ + "global" + ], + "resourceType": "dnszones/recordsets" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "dscpConfigurations" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "expressRouteCircuits" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "expressRouteGateways" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "expressRoutePorts" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "expressRoutePortsLocations" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2023-01-01-preview", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "expressRouteProviderPorts" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "expressRouteServiceProviders" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2023-01-01-preview", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "2020-04-01", + "locations": [ + "Italy North", + "Qatar Central", + "Poland Central", + "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", + "Brazil Southeast", + "West US 3", + "Sweden Central", + "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", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "firewallPolicies" + }, + { + "apiVersions": [ + "2024-02-01", + "2022-05-01", + "2021-06-01", + "2020-11-01", + "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" + ], + "defaultApiVersion": "2020-07-01", + "locations": [ + "global" + ], + "resourceType": "frontdoorOperationResults" + }, + { + "apiVersions": [ + "2024-02-01", + "2022-05-01", + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01" + ], + "defaultApiVersion": "2020-11-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" + ], + "resourceType": "frontdoorWebApplicationFirewallManagedRuleSets" + }, + { + "apiVersions": [ + "2024-02-01", + "2022-05-01", + "2020-11-01", + "2020-04-01", + "2019-10-01", + "2019-03-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-11-01", + "locations": [ + "East US 2 EUAP", + "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" + ], + "resourceType": "frontdoorWebApplicationFirewallPolicies" + }, + { + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "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" + ], + "resourceType": "frontdoors" + }, + { + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "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" + ], + "resourceType": "frontdoors/frontendEndpoints" + }, + { + "apiVersions": [ + "2021-06-01", + "2020-07-01", + "2020-05-01", + "2020-04-01", + "2020-01-01", + "2019-08-01", + "2019-05-01", + "2019-04-01", + "2018-08-01" + ], + "defaultApiVersion": "2020-07-01", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "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" + ], + "resourceType": "frontdoors/frontendEndpoints/customHttpsConfiguration" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2018-05-01" + ], + "defaultApiVersion": "2018-05-01", + "locations": [ + "global" + ], + "resourceType": "getDnsResourceReference" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2018-05-01" + ], + "defaultApiVersion": "2018-05-01", + "locations": [ + "global" + ], + "resourceType": "internalNotify" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "internalPublicIpAddresses" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "ipAllocations" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2023-01-01-preview", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "2020-04-01", + "locations": [ + "Italy North", + "Qatar Central", + "Poland Central", + "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", + "Brazil Southeast", + "West US 3", + "Sweden Central", + "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", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "ipGroups" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "loadBalancers" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "localNetworkGateways" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/ApplicationGatewayWafDynamicManifests" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/CheckDnsNameAvailability" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/autoApprovedPrivateLinkServices" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/availableDelegations" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/availablePrivateEndpointTypes" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/availableServiceAliases" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/bareMetalTenants" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/batchNotifyPrivateEndpointsForResourceMove" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/batchValidatePrivateEndpointsForResourceMove" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/checkAcceleratedNetworkingSupport" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/checkPrivateLinkServiceVisibility" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/commitInternalAzureNetworkManagerConfiguration" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/dataTasks" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/deletePacketTagging" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01", + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "locations": [], + "resourceType": "locations/dnsResolverOperationResults" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01", + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "locations": [], + "resourceType": "locations/dnsResolverOperationStatuses" + }, + { + "apiVersions": [ + "2023-07-01-preview" + ], + "defaultApiVersion": "2023-07-01-preview", + "locations": [], + "resourceType": "locations/dnsResolverPolicyOperationResults" + }, + { + "apiVersions": [ + "2023-07-01-preview" + ], + "defaultApiVersion": "2023-07-01-preview", + "locations": [], + "resourceType": "locations/dnsResolverPolicyOperationStatuses" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/effectiveResourceOwnership" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/getAzureNetworkManagerConfiguration" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/getPacketTagging" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2023-01-01-preview", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/hybridEdgeZone" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/internalAzureVirtualNetworkManagerOperation" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-01-01-preview" + ], + "defaultApiVersion": "2024-01-01-preview", + "locations": [ + "East US 2", + "West US 2", + "East US", + "West Europe", + "UK South", + "North Europe", + "Central US", + "Australia East", + "West US", + "South Central US", + "France Central", + "South Africa North", + "Sweden Central", + "Central India", + "East Asia", + "Canada Central", + "Germany West Central", + "Italy North", + "Norway East", + "Poland Central", + "Switzerland North", + "UAE North", + "Brazil South", + "Israel Central", + "North Central US", + "Australia Central", + "Australia Central 2", + "Australia Southeast", + "South India", + "Canada East", + "France South", + "Germany North", + "Norway West", + "Switzerland West", + "UK West", + "UAE Central", + "Brazil Southeast", + "Mexico Central", + "Spain Central", + "Japan East", + "Korea South", + "Korea Central", + "New Zealand North", + "Southeast Asia", + "Japan West", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/ipamPoolOperationResults" + }, + { + "apiVersions": [ + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview" + ], + "defaultApiVersion": "2023-07-01-preview", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/networkSecurityPerimeterOperationStatuses" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2023-01-01-preview", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations/nfvOperationResults" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2023-01-01-preview", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations/nfvOperations" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/operations" + }, + { + "apiVersions": [ + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2022-02-01-preview", + "2021-05-01-preview", + "2021-02-01-preview" + ], + "defaultApiVersion": "2021-02-01-preview", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/perimeterAssociableResourceTypes" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/privateLinkServices" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/publishResources" + }, + { + "apiVersions": [ + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2022-02-01-preview", + "2021-05-01-preview", + "2021-02-01-preview" + ], + "defaultApiVersion": "2021-02-01-preview", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/queryNetworkSecurityPerimeter" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/rnmEffectiveNetworkSecurityGroups" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/rnmEffectiveRouteTable" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/serviceTagDetails" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/serviceTags" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/setAzureNetworkManagerConfiguration" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/setLoadBalancerFrontendPublicIpAddresses" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/setResourceOwnership" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/startPacketTagging" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/supportedVirtualMachineSizes" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/usages" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/validateResourceOwnership" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-01-01-preview" + ], + "defaultApiVersion": "2024-05-01", + "locations": [ + "East US 2", + "West US 2", + "East US", + "West Europe", + "UK South", + "North Europe", + "Central US", + "Australia East", + "West US", + "South Central US", + "East US 2 EUAP" + ], + "resourceType": "locations/verifierWorkspaceOperationResults" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/virtualNetworkAvailableEndpointServices" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "natGateways" + }, + { + "apiVersions": [ + "2019-11-01" + ], + "defaultApiVersion": "2019-11-01", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "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" + ], + "resourceType": "networkExperimentProfiles" + }, + { + "apiVersions": [ + "2022-06-01-preview" + ], + "defaultApiVersion": "2022-06-01-preview", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "networkGroupMemberships" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "networkIntentPolicies" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "networkInterfaces" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "defaultApiVersion": "2022-05-01", + "locations": [], + "resourceType": "networkManagerConnections" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "defaultApiVersion": "2022-05-01", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "networkManagers" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-01-01-preview", + "2023-07-01-preview" + ], + "defaultApiVersion": "2024-01-01-preview", + "locations": [ + "East US 2", + "West US 2", + "East US", + "West Europe", + "UK South", + "North Europe", + "Central US", + "Australia East", + "West US", + "South Central US", + "France Central", + "South Africa North", + "Sweden Central", + "Central India", + "East Asia", + "Canada Central", + "Germany West Central", + "Italy North", + "Norway East", + "Poland Central", + "Switzerland North", + "UAE North", + "Brazil South", + "Israel Central", + "North Central US", + "Australia Central", + "Australia Central 2", + "Australia Southeast", + "South India", + "Canada East", + "France South", + "Germany North", + "Norway West", + "Switzerland West", + "UK West", + "UAE Central", + "Brazil Southeast", + "Mexico Central", + "Spain Central", + "Japan East", + "Korea South", + "Korea Central", + "New Zealand North", + "Southeast Asia", + "Japan West", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "networkManagers/ipamPools" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-01-01-preview" + ], + "defaultApiVersion": "2024-05-01", + "locations": [ + "East US 2", + "West US 2", + "East US", + "West Europe", + "UK South", + "North Europe", + "Central US", + "Australia East", + "West US", + "South Central US", + "East US 2 EUAP" + ], + "resourceType": "networkManagers/verifierWorkspaces" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "networkProfiles" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "networkSecurityGroups" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2023-01-01-preview", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01" + ], + "defaultApiVersion": "2020-04-01", + "locations": [], + "resourceType": "networkVirtualApplianceSkus" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2023-01-01-preview", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01", + "2019-12-01" + ], + "defaultApiVersion": "2020-04-01", + "locations": [ + "Italy North", + "Qatar Central", + "Poland Central", + "Brazil Southeast", + "West US 3", + "Sweden Central", + "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", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "networkVirtualAppliances" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "networkWatchers" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "networkWatchers/connectionMonitors" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "networkWatchers/flowLogs" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "2020-03-01", + "locations": [ + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "networkWatchers/lenses" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "networkWatchers/pingMeshes" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "UAE North", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "p2sVpnGateways" + }, + { + "apiVersions": [ + "2024-06-01", + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "locations": [ + "global" + ], + "resourceType": "privateDnsOperationResults" + }, + { + "apiVersions": [ + "2024-06-01", + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "locations": [ + "global" + ], + "resourceType": "privateDnsOperationStatuses" + }, + { + "apiVersions": [ + "2024-06-01", + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "locations": [ + "global" + ], + "resourceType": "privateDnsZones" + }, + { + "apiVersions": [ + "2024-06-01", + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "locations": [ + "global" + ], + "resourceType": "privateDnsZones/A" + }, + { + "apiVersions": [ + "2024-06-01", + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "locations": [ + "global" + ], + "resourceType": "privateDnsZones/AAAA" + }, + { + "apiVersions": [ + "2024-06-01", + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "locations": [ + "global" + ], + "resourceType": "privateDnsZones/CNAME" + }, + { + "apiVersions": [ + "2024-06-01", + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "locations": [ + "global" + ], + "resourceType": "privateDnsZones/MX" + }, + { + "apiVersions": [ + "2024-06-01", + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "locations": [ + "global" + ], + "resourceType": "privateDnsZones/PTR" + }, + { + "apiVersions": [ + "2024-06-01", + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "locations": [ + "global" + ], + "resourceType": "privateDnsZones/SOA" + }, + { + "apiVersions": [ + "2024-06-01", + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "locations": [ + "global" + ], + "resourceType": "privateDnsZones/SRV" + }, + { + "apiVersions": [ + "2024-06-01", + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "locations": [ + "global" + ], + "resourceType": "privateDnsZones/TXT" + }, + { + "apiVersions": [ + "2024-06-01", + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "locations": [ + "global" + ], + "resourceType": "privateDnsZones/all" + }, + { + "apiVersions": [ + "2024-06-01", + "2020-06-01", + "2020-01-01", + "2018-09-01" + ], + "defaultApiVersion": "2018-09-01", + "locations": [ + "global" + ], + "resourceType": "privateDnsZones/virtualNetworkLinks" + }, + { + "apiVersions": [ + "2024-06-01", + "2020-06-01", + "2020-01-01" + ], + "defaultApiVersion": "2020-01-01", + "locations": [ + "global" + ], + "resourceType": "privateDnsZonesInternal" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "South Africa North", + "UAE North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "privateEndpointRedirectMaps" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "privateEndpoints" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "privateEndpoints/privateLinkServiceProxies" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "privateLinkServices" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "publicIPAddresses" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "publicIPPrefixes" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "queryExpressRoutePortsBandwidth" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "routeFilters" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "routeTables" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-04-01", + "2020-03-01", + "2020-01-01" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "securityPartnerProviders" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "serviceEndpointPolicies" + }, + { + "apiVersions": [ + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-05-01", + "2017-03-01" + ], + "defaultApiVersion": "2018-08-01", + "locations": [ + "global" + ], + "resourceType": "trafficManagerGeographicHierarchies" + }, + { + "apiVersions": [ + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2017-09-01-preview" + ], + "defaultApiVersion": "2018-08-01", + "locations": [ + "global" + ], + "resourceType": "trafficManagerUserMetricsKeys" + }, + { + "apiVersions": [ + "2022-04-01-preview", + "2022-04-01", + "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" + ], + "defaultApiVersion": "2018-08-01", + "locations": [ + "global" + ], + "resourceType": "trafficmanagerprofiles" + }, + { + "apiVersions": [ + "2022-04-01-preview", + "2022-04-01", + "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" + ], + "defaultApiVersion": "2018-08-01", + "locations": [ + "global" + ], + "resourceType": "trafficmanagerprofiles/azureendpoints" + }, + { + "apiVersions": [ + "2022-04-01-preview", + "2022-04-01", + "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" + ], + "defaultApiVersion": "2018-08-01", + "locations": [ + "global" + ], + "resourceType": "trafficmanagerprofiles/externalendpoints" + }, + { + "apiVersions": [ + "2022-04-01-preview", + "2022-04-01", + "2018-08-01", + "2018-04-01", + "2018-03-01", + "2018-02-01", + "2017-09-01-preview" + ], + "defaultApiVersion": "2018-08-01", + "locations": [ + "global" + ], + "resourceType": "trafficmanagerprofiles/heatMaps" + }, + { + "apiVersions": [ + "2022-04-01-preview", + "2022-04-01", + "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" + ], + "defaultApiVersion": "2018-08-01", + "locations": [ + "global" + ], + "resourceType": "trafficmanagerprofiles/nestedendpoints" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "virtualHubs" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "virtualNetworkGateways" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "virtualNetworkTaps" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "virtualNetworks" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01", + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Italy North", + "Israel Central", + "Uk West", + "South India", + "Spain Central", + "Mexico Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "virtualNetworks/listDnsForwardingRulesets" + }, + { + "apiVersions": [ + "2023-07-01-preview" + ], + "defaultApiVersion": "2023-07-01-preview", + "locations": [ + "West Central US", + "East US", + "UK South", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "South Central US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Italy North", + "Israel Central", + "Uk West", + "South India", + "Spain Central", + "Mexico Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "virtualNetworks/listDnsResolverPolicies" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01", + "2022-07-01", + "2020-04-01-preview" + ], + "defaultApiVersion": "2020-04-01-preview", + "locations": [ + "West Central US", + "East US 2", + "West Europe", + "North Europe", + "Australia East", + "UK South", + "South Central US", + "East US", + "North Central US", + "West US 2", + "West US 3", + "Southeast Asia", + "Central India", + "Canada Central", + "Central US", + "France Central", + "Japan East", + "Germany West Central", + "South Africa North", + "Korea Central", + "Sweden Central", + "East Asia", + "Switzerland North", + "Brazil South", + "West US", + "Norway East", + "UAE North", + "Australia Southeast", + "Canada East", + "Japan West", + "Italy North", + "Israel Central", + "Uk West", + "South India", + "Spain Central", + "Mexico Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "virtualNetworks/listDnsResolvers" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "defaultApiVersion": "2022-05-01", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-03-01-preview", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01-preview", + "2022-01-01" + ], + "defaultApiVersion": "2022-05-01", + "locations": [ + "West Central US", + "North Central US", + "West US", + "West Europe", + "UAE Central", + "Germany North", + "East US", + "West India", + "East US 2", + "Australia Central", + "Australia Central 2", + "South Africa West", + "Brazil South", + "UK West", + "North Europe", + "Central US", + "UAE North", + "Germany West Central", + "Switzerland West", + "East Asia", + "South Africa North", + "UK South", + "South India", + "Australia Southeast", + "France South", + "West US 2", + "Sweden Central", + "Japan West", + "Norway East", + "France Central", + "West US 3", + "Central India", + "Korea South", + "Brazil Southeast", + "Korea Central", + "Southeast Asia", + "South Central US", + "Norway West", + "Australia East", + "Japan East", + "Canada East", + "Canada Central", + "Switzerland North", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules" + }, + { + "apiVersions": [ + "2024-06-01", + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "locations": [ + "global" + ], + "resourceType": "virtualNetworks/privateDnsZoneLinks" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "virtualNetworks/taggedTrafficConsumers" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2023-01-01-preview", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "2020-04-01", + "locations": [ + "Italy North", + "Qatar Central", + "Poland Central", + "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", + "Brazil Southeast", + "West US 3", + "Sweden Central", + "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", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "virtualRouters" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "virtualWans" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "vpnGateways" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "South Africa North", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "vpnServerConfigurations" + }, + { + "apiVersions": [ + "2024-05-01", + "2024-03-01", + "2024-01-01", + "2023-11-01", + "2023-09-01", + "2023-06-01", + "2023-05-01", + "2023-04-01", + "2023-02-01", + "2022-11-01", + "2022-09-01", + "2022-07-01", + "2022-05-01", + "2022-01-01", + "2021-12-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-03-01", + "2021-02-01", + "2021-01-01", + "2020-11-01", + "2020-08-01", + "2020-07-01", + "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" + ], + "defaultApiVersion": "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "vpnSites" + } + ] + }, + { + "namespace": "Microsoft.NetworkCloud", + "resourceTypes": [ + { + "apiVersions": [ + "2024-07-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-03-01-preview", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-07-01" + ], + "defaultApiVersion": "2023-07-01", + "locations": [ + "East US", + "South Central US", + "West US 3", + "UAE North", + "UK South" + ], + "resourceType": "bareMetalMachines" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-03-01-preview", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-07-01" + ], + "defaultApiVersion": "2023-07-01", + "locations": [ + "East US", + "South Central US", + "West US 3", + "UAE North", + "UK South" + ], + "resourceType": "cloudServicesNetworks" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-03-01-preview", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-07-01" + ], + "defaultApiVersion": "2023-07-01", + "locations": [ + "East US", + "South Central US", + "West US 3", + "UAE North", + "UK South" + ], + "resourceType": "clusterManagers" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-03-01-preview", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-07-01" + ], + "defaultApiVersion": "2023-07-01", + "locations": [ + "East US", + "South Central US", + "West US 3", + "UAE North", + "UK South" + ], + "resourceType": "clusters" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-03-01-preview", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-07-01" + ], + "defaultApiVersion": "2023-07-01", + "locations": [ + "East US", + "South Central US", + "West US 3", + "UAE North", + "UK South" + ], + "resourceType": "clusters/bareMetalMachineKeySets" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-03-01-preview", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-07-01" + ], + "defaultApiVersion": "2023-07-01", + "locations": [ + "East US", + "South Central US", + "West US 3", + "UAE North", + "UK South" + ], + "resourceType": "clusters/bmcKeySets" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-03-01-preview", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-07-01" + ], + "defaultApiVersion": "2023-07-01", + "locations": [ + "East US", + "South Central US", + "West US 3", + "UAE North", + "UK South" + ], + "resourceType": "clusters/metricsConfigurations" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-03-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2023-12-01-preview", + "locations": [ + "East US", + "South Central US", + "West US 3", + "UAE North", + "UK South" + ], + "resourceType": "edgeClusters/nodes" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-03-01-preview", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-07-01" + ], + "defaultApiVersion": "2023-07-01", + "locations": [ + "East US", + "South Central US", + "West US 3", + "UAE North", + "UK South" + ], + "resourceType": "kubernetesClusters" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-03-01-preview", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-07-01" + ], + "defaultApiVersion": "2023-07-01", + "locations": [ + "East US", + "South Central US", + "West US 3", + "UAE North", + "UK South" + ], + "resourceType": "kubernetesClusters/agentPools" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-03-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2023-12-01-preview", + "locations": [ + "East US", + "South Central US", + "West US 3", + "UAE North", + "UK South" + ], + "resourceType": "kubernetesClusters/features" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-03-01-preview", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-07-01" + ], + "defaultApiVersion": "2023-07-01", + "locations": [ + "East US", + "South Central US", + "West US 3", + "UAE North", + "UK South" + ], + "resourceType": "l2Networks" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-03-01-preview", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-07-01" + ], + "defaultApiVersion": "2023-07-01", + "locations": [ + "East US", + "South Central US", + "West US 3", + "UAE North", + "UK South" + ], + "resourceType": "l3Networks" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-03-01-preview", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-07-01" + ], + "defaultApiVersion": "2023-07-01", + "locations": [ + "global" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-03-01-preview", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-07-01" + ], + "defaultApiVersion": "2023-07-01", + "locations": [ + "West US 3", + "East US", + "South Central US", + "UAE North", + "UK South", + "East US 2 EUAP" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-03-01-preview", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-07-01" + ], + "defaultApiVersion": "2023-07-01", + "locations": [ + "global" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-03-01-preview", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-07-01" + ], + "defaultApiVersion": "2023-07-01", + "locations": [ + "East US", + "South Central US", + "West US 3", + "UAE North", + "UK South" + ], + "resourceType": "rackSkus" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-03-01-preview", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-07-01" + ], + "defaultApiVersion": "2023-07-01", + "locations": [ + "East US", + "South Central US", + "West US 3", + "UAE North", + "UK South" + ], + "resourceType": "racks" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-07-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-03-01-preview", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-07-01" + ], + "defaultApiVersion": "2023-07-01", + "locations": [ + "global" + ], + "resourceType": "registeredSubscriptions" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-03-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2023-12-01-preview", + "locations": [ + "East US", + "South Central US", + "West US 3", + "UAE North", + "UK South" + ], + "resourceType": "registrationHubs/images" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-03-01-preview", + "2023-12-01-preview" + ], + "defaultApiVersion": "2023-12-01-preview", + "locations": [ + "East US", + "South Central US", + "West US 3", + "UAE North", + "UK South" + ], + "resourceType": "registrationHubs/machines" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-03-01-preview", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-07-01" + ], + "defaultApiVersion": "2023-07-01", + "locations": [ + "East US", + "South Central US", + "West US 3", + "UAE North", + "UK South" + ], + "resourceType": "storageAppliances" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-03-01-preview", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-07-01" + ], + "defaultApiVersion": "2023-07-01", + "locations": [ + "East US", + "South Central US", + "West US 3", + "UAE North", + "UK South" + ], + "resourceType": "trunkedNetworks" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-03-01-preview", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-07-01" + ], + "defaultApiVersion": "2023-07-01", + "locations": [ + "East US", + "South Central US", + "West US 3", + "UAE North", + "UK South" + ], + "resourceType": "virtualMachines" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-03-01-preview", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-07-01" + ], + "defaultApiVersion": "2023-07-01", + "locations": [ + "East US", + "South Central US", + "West US 3", + "UAE North", + "UK South" + ], + "resourceType": "virtualMachines/consoles" + }, + { + "apiVersions": [ + "2024-07-01", + "2024-06-01-preview", + "2024-05-01-preview", + "2024-03-01-preview", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-07-01" + ], + "defaultApiVersion": "2023-07-01", + "locations": [ + "East US", + "South Central US", + "West US 3", + "UAE North", + "UK South" + ], + "resourceType": "volumes" + } + ] + }, + { + "namespace": "Microsoft.NetworkFunction", + "resourceTypes": [ + { + "apiVersions": [ + "2022-11-01", + "2022-08-01", + "2022-05-01", + "2021-09-01-preview" + ], + "defaultApiVersion": "2022-11-01", + "locations": [ + "West US", + "East US", + "Italy North", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea South", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany North", + "Germany West Central", + "Norway East", + "Norway West", + "Brazil Southeast", + "West US 3", + "Poland Central", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "azureTrafficCollectors" + }, + { + "apiVersions": [ + "2022-11-01", + "2022-08-01", + "2022-05-01", + "2021-09-01-preview" + ], + "defaultApiVersion": "2022-11-01", + "locations": [ + "West US", + "East US", + "Italy North", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea South", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany North", + "Germany West Central", + "Norway East", + "Norway West", + "Brazil Southeast", + "West US 3", + "Poland Central", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "azureTrafficCollectors/collectorPolicies" + }, + { + "apiVersions": [ + "2024-05-01-preview" + ], + "defaultApiVersion": "2024-05-01-preview", + "locations": [], + "resourceType": "copilot" + }, + { + "apiVersions": [ + "2022-11-01", + "2022-08-01", + "2022-05-01", + "2021-09-01-preview", + "2021-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2022-11-01", + "2022-08-01", + "2022-05-01", + "2021-09-01-preview", + "2021-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations/nfvOperationResults" + }, + { + "apiVersions": [ + "2022-11-01", + "2022-08-01", + "2022-05-01", + "2021-09-01-preview", + "2021-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations/nfvOperations" + }, + { + "apiVersions": [ + "2021-08-01-preview" + ], + "defaultApiVersion": "2021-08-01-preview", + "locations": [ + "West US", + "East US", + "West Central US", + "North Central US", + "North Europe", + "Southeast Asia", + "Korea Central", + "West Europe", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "meshVpns" + }, + { + "apiVersions": [ + "2021-08-01-preview" + ], + "defaultApiVersion": "2021-08-01-preview", + "locations": [ + "West US", + "East US", + "West Central US", + "North Central US", + "North Europe", + "Southeast Asia", + "Korea Central", + "West Europe", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "meshVpns/connectionPolicies" + }, + { + "apiVersions": [ + "2021-08-01-preview" + ], + "defaultApiVersion": "2021-08-01-preview", + "locations": [ + "West US", + "East US", + "West Central US", + "North Central US", + "North Europe", + "Southeast Asia", + "Korea Central", + "West Europe", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "meshVpns/privateEndpointConnectionProxies" + }, + { + "apiVersions": [ + "2021-08-01-preview" + ], + "defaultApiVersion": "2021-08-01-preview", + "locations": [ + "West US", + "East US", + "West Central US", + "North Central US", + "North Europe", + "Southeast Asia", + "Korea Central", + "West Europe", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "meshVpns/privateEndpointConnections" + }, + { + "apiVersions": [ + "2022-11-01", + "2022-08-01", + "2022-05-01", + "2021-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US", + "East US", + "Italy North", + "North Europe", + "West Europe", + "East Asia", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "East US 2", + "Japan West", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "Canada Central", + "Canada East", + "West Central US", + "West US 2", + "UK West", + "UK South", + "Korea South", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany North", + "Germany West Central", + "Norway East", + "Norway West", + "Brazil Southeast", + "West US 3", + "Poland Central", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.NexusIdentity", + "resourceTypes": [ + { + "apiVersions": [ + "2024-02-15-preview" + ], + "defaultApiVersion": "2024-02-15-preview", + "locations": [ + "West US 3", + "South Central US", + "East US", + "Australia East", + "UAE North", + "UK South", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "IdentityControllers" + }, + { + "apiVersions": [ + "2024-02-15-preview" + ], + "defaultApiVersion": "2024-02-15-preview", + "locations": [ + "West US 3", + "South Central US", + "East US", + "Australia East", + "UAE North", + "UK South", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "IdentitySets" + }, + { + "apiVersions": [ + "2024-02-15-preview" + ], + "defaultApiVersion": "2024-02-15-preview", + "locations": [], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2024-02-15-preview" + ], + "defaultApiVersion": "2024-02-15-preview", + "locations": [ + "West US 3", + "South Central US", + "East US", + "Australia East", + "UAE North", + "UK South", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2024-02-15-preview" + ], + "defaultApiVersion": "2024-02-15-preview", + "locations": [], + "resourceType": "Operations" + } + ] + }, + { + "namespace": "Microsoft.Notebooks", + "resourceTypes": [ + { + "apiVersions": [ + "2019-10-11-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "NotebookProxies" + }, + { + "apiVersions": [ + "2019-10-11-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.NotificationHubs", + "resourceTypes": [ + { + "apiVersions": [ + "2023-10-01-preview", + "2023-09-01", + "2023-01-01-preview", + "2020-01-01-preview", + "2017-04-01", + "2016-03-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Australia Southeast", + "Central US", + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "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", + "South Africa North", + "Sweden Central", + "France Central", + "Norway East", + "Korea Central", + "Poland Central", + "Qatar Central", + "Switzerland North", + "Switzerland West", + "Italy North", + "Israel Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2023-10-01-preview", + "2023-09-01", + "2023-01-01-preview", + "2020-01-01-preview", + "2017-04-01", + "2016-03-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "locations": [ + "Qatar Central", + "Switzerland North", + "Switzerland West", + "West US 3", + "South Africa North", + "Sweden Central", + "France Central", + "Norway East", + "Korea Central", + "Poland Central", + "Israel Central", + "Italy North", + "UK South", + "West US 2", + "West US", + "UK West", + "Southeast Asia", + "South Central US", + "North Central US", + "Germany West Central", + "East US 2", + "Central US", + "Central India", + "South India", + "West India", + "Canada East", + "Canada Central", + "West Europe", + "Australia Central 2", + "Australia Central", + "Australia East", + "Australia Southeast", + "North Europe", + "East US", + "Japan West", + "Japan East", + "Brazil South", + "West Central US", + "East Asia", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "checkNamespaceAvailability" + }, + { + "apiVersions": [ + "2023-10-01-preview", + "2023-09-01", + "2023-01-01-preview", + "2020-01-01-preview", + "2017-04-01", + "2016-03-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "locations": [ + "Qatar Central", + "Switzerland North", + "Switzerland West", + "UK South", + "West US 2", + "West US", + "UK West", + "Southeast Asia", + "South Central US", + "North Central US", + "Germany West Central", + "East US 2", + "Central US", + "Central India", + "South India", + "West India", + "Canada East", + "Canada Central", + "West Europe", + "Australia Central 2", + "Australia Central", + "Australia East", + "Australia Southeast", + "North Europe", + "East US", + "Japan West", + "Japan East", + "Brazil South", + "West Central US", + "East Asia", + "West US 3", + "South Africa North", + "Sweden Central", + "France Central", + "Norway East", + "Korea Central", + "Poland Central", + "Israel Central", + "Italy North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces" + }, + { + "apiVersions": [ + "2023-10-01-preview", + "2023-09-01", + "2023-01-01-preview", + "2020-01-01-preview", + "2017-04-01", + "2016-03-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "locations": [ + "Qatar Central", + "Switzerland North", + "Switzerland West", + "UK South", + "West US 2", + "West US", + "UK West", + "Southeast Asia", + "South Central US", + "North Central US", + "Germany West Central", + "East US 2", + "Central US", + "Central India", + "South India", + "West India", + "Canada East", + "Canada Central", + "West Europe", + "Australia Central 2", + "Australia Central", + "Australia East", + "Australia Southeast", + "North Europe", + "East US", + "Japan West", + "Japan East", + "Brazil South", + "West Central US", + "East Asia", + "West US 3", + "South Africa North", + "Sweden Central", + "France Central", + "Norway East", + "Korea Central", + "Poland Central", + "Israel Central", + "Italy North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/notificationHubs" + }, + { + "apiVersions": [ + "2023-10-01-preview", + "2023-09-01", + "2023-01-01-preview", + "2020-01-01-preview", + "2017-04-01", + "2016-03-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "locations": [ + "Qatar Central", + "Switzerland North", + "Switzerland West", + "West US 3", + "South Africa North", + "Sweden Central", + "France Central", + "Norway East", + "Korea Central", + "Poland Central", + "Israel Central", + "Italy North", + "UK South", + "West US 2", + "West US", + "UK West", + "Southeast Asia", + "South Central US", + "North Central US", + "Germany West Central", + "East US 2", + "Central US", + "Central India", + "South India", + "West India", + "Canada East", + "Canada Central", + "West Europe", + "Australia Central 2", + "Australia Central", + "Australia East", + "Australia Southeast", + "North Europe", + "East US", + "Japan West", + "Japan East", + "Brazil South", + "West Central US", + "East Asia", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.Nutanix", + "resourceTypes": [ + { + "apiVersions": [ + "2020-06-01-preview", + "2020-06-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2020-06-01-preview", + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.ObjectStore", + "resourceTypes": [ + { + "apiVersions": [ + "2021-09-01-preview", + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "osNamespaces" + } + ] + }, + { + "namespace": "Microsoft.OffAzure", + "resourceTypes": [ + { + "apiVersions": [ + "2022-07-06-preview" + ], + "defaultApiVersion": "2022-07-06-preview", + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "Appliances" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-06-06", + "2022-10-27", + "2020-08-01-preview", + "2020-01-01", + "2019-06-06", + "2018-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Australia East", + "UAE North", + "South Africa North", + "Germany West Central", + "Norway East", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "HyperVSites" + }, + { + "apiVersions": [ + "2023-10-01-preview", + "2023-06-06", + "2020-02-01", + "2020-01-01-preview", + "2019-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Australia East", + "UAE North", + "South Africa North", + "Germany West Central", + "Norway East", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "ImportSites" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-10-01-preview", + "2023-06-06", + "2022-10-27", + "2020-11-11-preview", + "2020-07-07" + ], + "defaultApiVersion": null, + "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", + "Australia East", + "UAE North", + "South Africa North", + "Germany West Central", + "Norway East", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "MasterSites" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-06-06", + "2022-10-27", + "2022-10-10-preview", + "2020-09-09-preview", + "2020-08-01-preview", + "2020-01-01-preview", + "2019-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Australia East", + "UAE North", + "South Africa North", + "Germany West Central", + "Norway East", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "ServerSites" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-06-06", + "2022-10-27", + "2022-10-10-preview", + "2020-10-10-preview", + "2020-09-09-preview", + "2020-08-01-preview", + "2020-07-10", + "2020-01-01-preview", + "2020-01-01", + "2019-06-06", + "2019-05-01-preview", + "2018-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Australia East", + "UAE North", + "South Africa North", + "Germany West Central", + "Norway East", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "VMwareSites" + }, + { + "apiVersions": [ + "2020-07-07" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-06-06", + "2020-07-07" + ], + "defaultApiVersion": null, + "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", + "Australia East", + "UAE North", + "South Africa North", + "Germany West Central", + "Norway East", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2020-01-01", + "2019-06-06", + "2018-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "North Europe", + "West US 2", + "Southeast Asia" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.OffAzureSpringBoot", + "resourceTypes": [ + { + "apiVersions": [ + "2024-04-01-preview", + "2023-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Southeast Asia", + "South Central US", + "Korea Central", + "Japan East", + "Japan West", + "West Europe", + "France Central", + "West US 2", + "UK South", + "Canada Central", + "Central US", + "North Europe", + "Australia East", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Southeast Asia", + "Korea Central", + "Japan East", + "Japan West", + "West Europe", + "France Central", + "West US 2", + "UK South", + "Canada Central", + "Central US", + "North Europe", + "Australia East", + "East US 2 EUAP", + "Central US EUAP", + "South Central US" + ], + "resourceType": "springbootsites" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Southeast Asia", + "Korea Central", + "Japan East", + "Japan West", + "West Europe", + "France Central", + "West US 2", + "UK South", + "Canada Central", + "Central US", + "North Europe", + "Australia East", + "East US 2 EUAP", + "Central US EUAP", + "South Central US" + ], + "resourceType": "springbootsites/errorsummaries" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Southeast Asia", + "Korea Central", + "Japan East", + "Japan West", + "West Europe", + "France Central", + "West US 2", + "UK South", + "Canada Central", + "Central US", + "North Europe", + "Australia East", + "East US 2 EUAP", + "Central US EUAP", + "South Central US" + ], + "resourceType": "springbootsites/springbootapps" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Southeast Asia", + "Korea Central", + "Japan East", + "Japan West", + "West Europe", + "France Central", + "West US 2", + "UK South", + "Canada Central", + "Central US", + "North Europe", + "Australia East", + "East US 2 EUAP", + "Central US EUAP", + "South Central US" + ], + "resourceType": "springbootsites/springbootservers" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Southeast Asia", + "Korea Central", + "Japan East", + "Japan West", + "West Europe", + "France Central", + "West US 2", + "UK South", + "Canada Central", + "Central US", + "North Europe", + "Australia East", + "East US 2 EUAP", + "Central US EUAP", + "South Central US" + ], + "resourceType": "springbootsites/summaries" + } + ] + }, + { + "namespace": "Microsoft.OpenEnergyPlatform", + "resourceTypes": [ + { + "apiVersions": [ + "2024-05-21", + "2024-02-09-preview", + "2023-11-12", + "2023-10-01-preview", + "2023-06-12", + "2023-02-21-preview", + "2022-12-01-preview", + "2022-07-21-preview", + "2022-04-04-preview", + "2021-06-01-preview" + ], + "defaultApiVersion": "2024-05-21", + "locations": [], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2024-05-21", + "2023-11-12", + "2023-10-01-preview", + "2023-06-12", + "2023-02-21-preview", + "2022-12-01-preview", + "2022-07-21-preview", + "2022-04-04-preview", + "2021-06-01-preview" + ], + "defaultApiVersion": "2024-05-21", + "locations": [ + "South Central US", + "West Europe", + "North Europe", + "East US", + "Brazil South", + "Australia East", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2024-05-21", + "2024-02-09-preview", + "2023-11-12", + "2023-10-01-preview", + "2023-06-12", + "2023-02-21-preview", + "2022-12-01-preview", + "2022-07-21-preview", + "2022-04-04-preview", + "2021-06-01-preview" + ], + "defaultApiVersion": "2024-05-21", + "locations": [], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2024-05-21", + "2024-02-09-preview", + "2023-11-12", + "2023-10-01-preview", + "2023-06-12", + "2023-02-21-preview", + "2022-12-01-preview", + "2022-07-21-preview", + "2022-04-04-preview", + "2021-06-01-preview" + ], + "defaultApiVersion": "2023-02-21-preview", + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2024-05-21", + "2023-11-12", + "2023-10-01-preview", + "2023-06-12", + "2023-02-21-preview", + "2022-12-01-preview", + "2022-07-21-preview", + "2022-04-04-preview", + "2021-06-01-preview" + ], + "defaultApiVersion": "2023-02-21-preview", + "locations": [ + "South Central US", + "West Europe", + "North Europe", + "East US", + "Brazil South", + "Australia East", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "energyServices" + }, + { + "apiVersions": [ + "2024-05-21", + "2023-11-12", + "2023-10-01-preview", + "2023-06-12", + "2023-02-21-preview", + "2022-12-01-preview", + "2022-07-21-preview", + "2022-04-04-preview", + "2021-06-01-preview" + ], + "defaultApiVersion": "2023-11-12", + "locations": [ + "South Central US", + "West Europe", + "North Europe", + "East US", + "Brazil South", + "Australia East", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "energyServices/privateEndpointConnectionProxies" + }, + { + "apiVersions": [ + "2024-05-21", + "2023-11-12", + "2023-10-01-preview", + "2023-06-12", + "2023-02-21-preview", + "2022-12-01-preview", + "2022-07-21-preview", + "2022-04-04-preview", + "2021-06-01-preview" + ], + "defaultApiVersion": "2023-11-12", + "locations": [ + "South Central US", + "West Europe", + "North Europe", + "East US", + "Brazil South", + "Australia East", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "energyServices/privateEndpointConnections" + }, + { + "apiVersions": [ + "2024-05-21", + "2023-11-12", + "2023-10-01-preview", + "2023-06-12", + "2023-02-21-preview", + "2022-12-01-preview", + "2022-07-21-preview", + "2022-04-04-preview", + "2021-06-01-preview" + ], + "defaultApiVersion": "2023-11-12", + "locations": [ + "South Central US", + "West Europe", + "North Europe", + "East US", + "Brazil South", + "Australia East", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "energyServices/privateLinkResources" + } + ] + }, + { + "namespace": "Microsoft.OperationalInsights", + "resourceTypes": [ + { + "apiVersions": [ + "2023-09-01", + "2022-10-01", + "2021-06-01", + "2020-10-01", + "2020-08-01", + "2020-03-01-preview", + "2019-08-01-preview" + ], + "defaultApiVersion": "2021-06-01", + "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", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Australia Central 2", + "UAE Central", + "Brazil South", + "UAE North", + "Japan West", + "Brazil Southeast", + "Norway East", + "Norway West", + "France South", + "South India", + "Korea South", + "Qatar Central", + "Canada East", + "West US 3", + "Sweden Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "clusters" + }, + { + "apiVersions": [ + "2023-09-01", + "2022-10-01", + "2021-12-01-preview", + "2020-10-01", + "2020-08-01", + "2020-03-01-preview" + ], + "defaultApiVersion": "2022-10-01", + "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", + "UAE North", + "Japan West", + "Brazil Southeast", + "Norway East", + "Norway West", + "France South", + "South India", + "Korea South", + "Qatar Central", + "Canada East", + "West US 3", + "Sweden Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "deletedWorkspaces" + }, + { + "apiVersions": [ + "2020-03-01-preview", + "2015-03-20" + ], + "defaultApiVersion": null, + "locations": [ + "East US" + ], + "resourceType": "linkTargets" + }, + { + "apiVersions": [ + "2020-10-01", + "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" + ], + "defaultApiVersion": "2020-08-01", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2021-10-01" + ], + "defaultApiVersion": "2021-10-01", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK West", + "UK South", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable" + }, + { + "apiVersions": [ + "2023-09-01", + "2023-01-01-preview", + "2022-10-01", + "2022-09-01-privatepreview", + "2021-12-01-preview", + "2020-10-01", + "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" + ], + "defaultApiVersion": "2022-10-01", + "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", + "UAE North", + "Japan West", + "Brazil Southeast", + "Norway East", + "Norway West", + "France South", + "South India", + "Korea South", + "Qatar Central", + "Canada East", + "West US 3", + "Sweden Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2023-01-01-preview" + ], + "defaultApiVersion": "2023-01-01-preview", + "locations": [ + "East US", + "West Europe", + "Australia Southeast", + "UK South", + "Canada Central", + "West US 2", + "Australia Central", + "Australia East", + "France Central", + "North Europe", + "Central US", + "East US 2", + "South Central US", + "West US", + "UK West", + "Germany West Central" + ], + "resourceType": "locations/workspaces" + }, + { + "apiVersions": [ + "2023-09-01", + "2022-10-01", + "2021-12-01-preview", + "2020-10-01", + "2020-08-01", + "2020-03-01-preview", + "2015-11-01-preview", + "2014-11-10" + ], + "defaultApiVersion": "2020-08-01", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2023-09-01", + "2019-09-01-preview", + "2019-09-01" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "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", + "Norway East", + "Australia Southeast", + "Australia Central 2", + "Germany West Central", + "Switzerland West", + "UAE Central", + "UK West", + "Brazil Southeast", + "Japan West", + "UAE North", + "Australia Central", + "France South", + "South India", + "Korea South", + "Qatar Central", + "Canada East", + "West US 3", + "Sweden Central" + ], + "resourceType": "querypacks" + }, + { + "apiVersions": [ + "2020-08-01", + "2020-03-01-preview", + "2014-10-10" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "storageInsightConfigs" + }, + { + "apiVersions": [ + "2023-09-01", + "2022-10-01", + "2021-12-01-preview", + "2021-06-01", + "2021-03-01-privatepreview", + "2020-10-01", + "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" + ], + "defaultApiVersion": "2022-10-01", + "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", + "UAE North", + "Japan West", + "Brazil Southeast", + "Norway East", + "Norway West", + "France South", + "South India", + "Korea South", + "Qatar Central", + "Canada East", + "West US 3", + "Sweden Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "workspaces" + }, + { + "apiVersions": [ + "2020-08-01", + "2020-03-01-preview", + "2017-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "workspaces/api" + }, + { + "apiVersions": [ + "2023-09-01", + "2020-08-01", + "2020-03-01-preview", + "2019-08-01-preview" + ], + "defaultApiVersion": "2020-08-01", + "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", + "UAE North", + "Japan West", + "Brazil Southeast", + "Norway East", + "Norway West", + "France South", + "South India", + "Korea South", + "Qatar Central", + "Canada East", + "West US 3", + "Sweden Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "workspaces/dataExports" + }, + { + "apiVersions": [ + "2023-09-01", + "2020-08-01", + "2020-03-01-preview", + "2015-11-01-preview" + ], + "defaultApiVersion": "2020-08-01", + "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", + "UAE North", + "Japan West", + "Brazil Southeast", + "Norway East", + "Norway West", + "France South", + "South India", + "Korea South", + "Qatar Central", + "Canada East", + "West US 3", + "Sweden Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "workspaces/dataSources" + }, + { + "apiVersions": [ + "2023-09-01", + "2020-08-01", + "2020-03-01-preview", + "2019-08-01-preview", + "2015-11-01-preview" + ], + "defaultApiVersion": "2020-08-01", + "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", + "UAE North", + "Japan West", + "Brazil Southeast", + "Norway East", + "Norway West", + "France South", + "South India", + "Korea South", + "Qatar Central", + "Canada East", + "West US 3", + "Sweden Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "workspaces/linkedServices" + }, + { + "apiVersions": [ + "2023-09-01", + "2020-08-01", + "2020-03-01-preview", + "2019-08-01-preview" + ], + "defaultApiVersion": "2020-08-01", + "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", + "UAE North", + "Japan West", + "Brazil Southeast", + "Norway East", + "Norway West", + "France South", + "South India", + "Korea South", + "Qatar Central", + "Canada East", + "West US 3", + "Sweden Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "workspaces/linkedStorageAccounts" + }, + { + "apiVersions": [ + "2017-10-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "workspaces/metadata" + }, + { + "apiVersions": [ + "2021-10-01" + ], + "defaultApiVersion": "2021-10-01", + "locations": [ + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "workspaces/networkSecurityPerimeterAssociationProxies" + }, + { + "apiVersions": [ + "2021-10-01" + ], + "defaultApiVersion": "2021-10-01", + "locations": [ + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "workspaces/networkSecurityPerimeterConfigurations" + }, + { + "apiVersions": [ + "2023-09-01", + "2022-10-01", + "2020-08-01", + "2017-04-26-preview", + "2015-03-20" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "workspaces/operations" + }, + { + "apiVersions": [ + "2023-09-01", + "2022-10-01", + "2020-10-01", + "2020-08-01", + "2017-04-26-preview", + "2015-03-20" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "workspaces/purge" + }, + { + "apiVersions": [ + "2017-10-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "workspaces/query" + }, + { + "apiVersions": [ + "2020-03-01-preview", + "2019-08-01-preview", + "2015-11-01-preview" + ], + "defaultApiVersion": "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", + "UAE North", + "Japan West", + "Brazil Southeast", + "Norway East", + "Norway West", + "France South", + "South India", + "Korea South", + "Qatar Central", + "Canada East", + "West US 3", + "Sweden Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "workspaces/scopedPrivateLinkProxies" + }, + { + "apiVersions": [ + "2023-09-01", + "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" + ], + "defaultApiVersion": null, + "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 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", + "UAE North", + "Japan West", + "Brazil Southeast", + "Norway East", + "Norway West", + "France South", + "South India", + "Korea South", + "Qatar Central", + "Canada East", + "West US 3", + "Sweden Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "workspaces/storageInsightConfigs" + }, + { + "apiVersions": [ + "2023-01-01-preview" + ], + "defaultApiVersion": null, + "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", + "UAE North", + "Japan West", + "Brazil Southeast", + "Norway East", + "Norway West", + "France South", + "South India", + "Korea South", + "Qatar Central", + "Canada East", + "West US 3", + "Sweden Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "workspaces/summaryLogs" + }, + { + "apiVersions": [ + "2023-09-01", + "2023-01-01-preview", + "2022-10-01", + "2021-12-01-preview", + "2020-08-01", + "2020-03-01-preview", + "2017-04-26-preview" + ], + "defaultApiVersion": null, + "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 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", + "UAE North", + "Japan West", + "Brazil Southeast", + "Norway East", + "Norway West", + "France South", + "South India", + "Korea South", + "Qatar Central", + "Canada East", + "West US 3", + "Sweden Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "workspaces/tables" + } + ] + }, + { + "namespace": "Microsoft.OperationsManagement", + "resourceTypes": [ + { + "apiVersions": [ + "2015-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "managementassociations" + }, + { + "apiVersions": [ + "2015-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2015-11-01-preview" + ], + "defaultApiVersion": null, + "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", + "Norway West", + "France South", + "South India", + "Korea South", + "Canada East", + "West US 3", + "Sweden Central", + "Qatar Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Spain Central" + ], + "resourceType": "solutions" + }, + { + "apiVersions": [ + "2017-08-21-preview" + ], + "defaultApiVersion": null, + "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", + "Qatar Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Spain Central" + ], + "resourceType": "views" + } + ] + }, + { + "namespace": "Microsoft.OperatorVoicemail", + "resourceTypes": [ + { + "apiVersions": [ + "2023-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2023-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "UK South" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2023-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "Locations/checkNameAvailability" + }, + { + "apiVersions": [ + "2023-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "Operations" + } + ] + }, + { + "namespace": "Microsoft.OracleDiscovery", + "resourceTypes": [ + { + "apiVersions": [ + "2022-11-22-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2022-11-22-preview" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "Southeast Asia", + "West US 2", + "West Central US", + "North Central US", + "Korea Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2022-11-22-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2022-11-22-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Korea Central", + "Southeast Asia", + "East US 2 EUAP", + "Central US EUAP", + "South Central US", + "West US 2", + "West Central US", + "North Central US" + ], + "resourceType": "oraclesites" + }, + { + "apiVersions": [ + "2022-11-22-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Korea Central", + "Southeast Asia", + "East US 2 EUAP", + "Central US EUAP", + "South Central US", + "West US 2", + "West Central US", + "North Central US" + ], + "resourceType": "oraclesites/errorSummaries" + }, + { + "apiVersions": [ + "2022-11-22-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Korea Central", + "Southeast Asia", + "East US 2 EUAP", + "Central US EUAP", + "South Central US", + "West US 2", + "West Central US", + "North Central US" + ], + "resourceType": "oraclesites/oracledatabases" + }, + { + "apiVersions": [ + "2022-11-22-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Korea Central", + "Southeast Asia", + "East US 2 EUAP", + "Central US EUAP", + "South Central US", + "West US 2", + "West Central US", + "North Central US" + ], + "resourceType": "oraclesites/oracleservers" + }, + { + "apiVersions": [ + "2022-11-22-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Korea Central", + "Southeast Asia", + "East US 2 EUAP", + "Central US EUAP", + "South Central US", + "West US 2", + "West Central US", + "North Central US" + ], + "resourceType": "oraclesites/summaries" + } + ] + }, + { + "namespace": "Microsoft.Orbital", + "resourceTypes": [ + { + "apiVersions": [ + "2022-11-01", + "2022-03-01", + "2021-04-04-preview" + ], + "defaultApiVersion": "2022-11-01", + "locations": [ + "West US 2", + "West US 3", + "West US", + "East US", + "South Central US", + "Norway East", + "Australia East", + "Sweden Central", + "Southeast Asia", + "Brazil South", + "South Africa North", + "UK South" + ], + "resourceType": "availableGroundStations" + }, + { + "apiVersions": [ + "2022-11-01", + "2022-03-01", + "2021-04-04-preview" + ], + "defaultApiVersion": "2022-11-01", + "locations": [ + "West US 2", + "West US 3", + "West US", + "East US", + "South Central US", + "Norway East", + "Australia East", + "Sweden Central", + "Southeast Asia", + "Brazil South", + "South Africa North", + "UK South" + ], + "resourceType": "contactProfiles" + }, + { + "apiVersions": [ + "2024-03-01-preview", + "2022-06-01-preview", + "2021-04-04-preview" + ], + "defaultApiVersion": "2024-03-01-preview", + "locations": [ + "West US 2", + "West US 3", + "West US", + "East US", + "South Central US", + "Norway East", + "Australia East", + "Sweden Central", + "Southeast Asia", + "Brazil South", + "South Africa North", + "UK South" + ], + "resourceType": "edgeSites" + }, + { + "apiVersions": [ + "2024-03-01-preview", + "2022-06-01-preview", + "2021-04-04-preview" + ], + "defaultApiVersion": "2024-03-01-preview", + "locations": [ + "West US 2", + "West US 3", + "West US", + "East US", + "South Central US", + "Norway East", + "Australia East", + "Sweden Central", + "Southeast Asia", + "Brazil South", + "South Africa North", + "UK South" + ], + "resourceType": "globalCommunicationsSites" + }, + { + "apiVersions": [ + "2024-03-01-preview", + "2022-06-01-preview", + "2021-04-04-preview" + ], + "defaultApiVersion": "2024-03-01-preview", + "locations": [ + "West US 2", + "West US 3", + "West US", + "East US", + "South Central US", + "Norway East", + "Australia East", + "Sweden Central", + "Southeast Asia", + "Brazil South", + "South Africa North", + "UK South" + ], + "resourceType": "groundStations" + }, + { + "apiVersions": [ + "2024-03-01-preview", + "2022-06-01-preview", + "2021-04-04-preview" + ], + "defaultApiVersion": "2024-03-01-preview", + "locations": [ + "West US 2", + "West US 3", + "West US", + "East US", + "South Central US", + "Norway East", + "Australia East", + "Sweden Central", + "Southeast Asia", + "Brazil South", + "South Africa North", + "UK South" + ], + "resourceType": "l2Connections" + }, + { + "apiVersions": [], + "defaultApiVersion": "2022-11-01", + "locations": [ + "West US 2", + "West US 3", + "West US", + "South Central US", + "Norway East", + "Australia East", + "Sweden Central", + "Southeast Asia", + "Brazil South", + "South Africa North", + "UK South", + "East US", + "global" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-03-01-preview", + "2022-11-01", + "2022-06-01-preview", + "2022-03-01" + ], + "defaultApiVersion": "2022-11-01", + "locations": [ + "West US 2", + "West US 3", + "West US", + "East US", + "South Central US", + "Norway East", + "Australia East", + "Sweden Central", + "Southeast Asia", + "Brazil South", + "South Africa North", + "UK South" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2024-01-31-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "North Central US", + "West Europe", + "UK South" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-01-31-preview", + "2022-11-01", + "2022-03-01", + "2021-04-04-preview" + ], + "defaultApiVersion": "2022-11-01", + "locations": [ + "West US 2", + "West US 3", + "West US", + "East US", + "South Central US", + "Norway East", + "Australia East", + "Sweden Central", + "Southeast Asia", + "Brazil South", + "South Africa North", + "UK South" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2022-11-01", + "2022-03-01", + "2021-04-04-preview" + ], + "defaultApiVersion": "2022-11-01", + "locations": [ + "West US 2", + "West US 3", + "West US", + "East US", + "South Central US", + "Norway East", + "Australia East", + "Sweden Central", + "Southeast Asia", + "Brazil South", + "South Africa North", + "UK South" + ], + "resourceType": "spacecrafts" + }, + { + "apiVersions": [ + "2022-11-01", + "2022-03-01", + "2021-04-04-preview" + ], + "defaultApiVersion": "2022-11-01", + "locations": [ + "West US 2", + "West US 3", + "West US", + "East US", + "South Central US", + "Norway East", + "Australia East", + "Sweden Central", + "Southeast Asia", + "Brazil South", + "South Africa North", + "UK South" + ], + "resourceType": "spacecrafts/contacts" + } + ] + }, + { + "namespace": "Microsoft.PartnerManagedConsumerRecurrence", + "resourceTypes": [ + { + "apiVersions": [ + "2022-01-20-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "checkEligibility" + }, + { + "apiVersions": [ + "2022-01-20-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operationStatuses" + }, + { + "apiVersions": [ + "2022-01-20-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2022-01-20-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "recurrences" + } + ] + }, + { + "namespace": "Microsoft.Peering", + "resourceTypes": [ + { + "apiVersions": [ + "2022-10-01", + "2022-06-01", + "2022-01-01", + "2021-06-01", + "2021-01-01", + "2020-10-01" + ], + "defaultApiVersion": "2022-10-01", + "locations": [], + "resourceType": "cdnPeeringPrefixes" + }, + { + "apiVersions": [ + "2022-10-01", + "2022-06-01", + "2022-01-01", + "2021-06-01", + "2021-01-01", + "2020-10-01", + "2020-04-01", + "2020-01-01-preview", + "2019-09-01-preview", + "2019-08-01-preview" + ], + "defaultApiVersion": "2022-10-01", + "locations": [], + "resourceType": "checkServiceProviderAvailability" + }, + { + "apiVersions": [ + "2022-10-01", + "2022-06-01", + "2022-01-01", + "2021-06-01", + "2021-01-01", + "2020-10-01", + "2020-04-01", + "2020-01-01-preview", + "2019-09-01-preview", + "2019-08-01-preview" + ], + "defaultApiVersion": "2022-10-01", + "locations": [], + "resourceType": "legacyPeerings" + }, + { + "apiVersions": [ + "2022-10-01", + "2022-06-01", + "2022-01-01", + "2021-06-01" + ], + "defaultApiVersion": "2022-10-01", + "locations": [], + "resourceType": "lookingGlass" + }, + { + "apiVersions": [ + "2022-10-01", + "2022-06-01", + "2022-01-01", + "2021-06-01", + "2021-01-01", + "2020-10-01", + "2020-04-01", + "2020-01-01-preview", + "2019-09-01-preview", + "2019-08-01-preview" + ], + "defaultApiVersion": "2022-10-01", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2022-10-01", + "2022-06-01", + "2022-01-01", + "2021-06-01", + "2021-01-01", + "2020-10-01", + "2020-04-01", + "2020-01-01-preview", + "2019-09-01-preview", + "2019-08-01-preview" + ], + "defaultApiVersion": "2022-10-01", + "locations": [], + "resourceType": "peerAsns" + }, + { + "apiVersions": [ + "2022-10-01", + "2022-06-01", + "2022-01-01", + "2021-06-01", + "2021-01-01", + "2020-10-01", + "2020-04-01", + "2020-01-01-preview", + "2019-09-01-preview", + "2019-08-01-preview" + ], + "defaultApiVersion": "2022-10-01", + "locations": [], + "resourceType": "peeringLocations" + }, + { + "apiVersions": [ + "2022-10-01", + "2022-06-01", + "2022-01-01", + "2021-06-01", + "2021-01-01", + "2020-10-01", + "2020-04-01", + "2020-01-01-preview" + ], + "defaultApiVersion": "2022-10-01", + "locations": [], + "resourceType": "peeringServiceCountries" + }, + { + "apiVersions": [ + "2022-10-01", + "2022-06-01", + "2022-01-01", + "2021-06-01", + "2021-01-01", + "2020-10-01", + "2020-04-01", + "2020-01-01-preview", + "2019-09-01-preview", + "2019-08-01-preview" + ], + "defaultApiVersion": "2022-10-01", + "locations": [], + "resourceType": "peeringServiceLocations" + }, + { + "apiVersions": [ + "2022-10-01", + "2022-06-01", + "2022-01-01", + "2021-06-01", + "2021-01-01", + "2020-10-01", + "2020-04-01", + "2020-01-01-preview", + "2019-09-01-preview", + "2019-08-01-preview" + ], + "defaultApiVersion": "2022-10-01", + "locations": [], + "resourceType": "peeringServiceProviders" + }, + { + "apiVersions": [ + "2022-10-01", + "2022-06-01", + "2022-01-01", + "2021-06-01", + "2021-01-01", + "2020-10-01", + "2020-04-01", + "2020-01-01-preview", + "2019-09-01-preview", + "2019-08-01-preview" + ], + "defaultApiVersion": "2022-10-01", + "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" + ], + "resourceType": "peeringServices" + }, + { + "apiVersions": [ + "2022-10-01", + "2022-06-01", + "2022-01-01", + "2021-06-01", + "2021-01-01", + "2020-10-01", + "2020-04-01", + "2020-01-01-preview", + "2019-09-01-preview", + "2019-08-01-preview" + ], + "defaultApiVersion": "2022-10-01", + "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" + ], + "resourceType": "peerings" + } + ] + }, + { + "namespace": "Microsoft.Pki", + "resourceTypes": [ + { + "apiVersions": [ + "2022-09-01-preview", + "2021-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Operations" + } + ] + }, + { + "namespace": "Microsoft.PolicyInsights", + "resourceTypes": [ + { + "apiVersions": [ + "2019-10-01", + "2018-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "asyncOperationResults" + }, + { + "apiVersions": [ + "2024-10-01", + "2023-03-01", + "2022-03-01", + "2020-07-01-preview", + "2020-07-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "checkPolicyRestrictions" + }, + { + "apiVersions": [ + "2020-10-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "eventGridFilters" + }, + { + "apiVersions": [ + "2024-10-01", + "2022-04-01", + "2019-10-01", + "2018-07-01-preview", + "2018-04-04", + "2017-12-12-preview", + "2017-10-17-preview", + "2017-08-09-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-10-01", + "2019-10-01", + "2018-07-01-preview", + "2018-04-04", + "2017-12-12-preview", + "2017-10-17-preview", + "2017-08-09-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "policyEvents" + }, + { + "apiVersions": [ + "2024-10-01", + "2019-10-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "policyMetadata" + }, + { + "apiVersions": [ + "2024-10-01", + "2019-10-01", + "2018-07-01-preview", + "2018-04-04", + "2017-12-12-preview", + "2017-10-17-preview", + "2017-08-09-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "policyStates" + }, + { + "apiVersions": [ + "2018-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "policyTrackedResources" + }, + { + "apiVersions": [ + "2024-10-01", + "2021-10-01", + "2019-07-01", + "2018-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "remediations" + } + ] + }, + { + "namespace": "Microsoft.Portal", + "resourceTypes": [ + { + "apiVersions": [ + "2023-02-01-preview", + "2020-04-01-preview", + "2018-10-01", + "2017-12-01-preview", + "2017-08-01-preview", + "2017-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "consoles" + }, + { + "apiVersions": [ + "2022-12-01-preview", + "2020-09-01-preview", + "2020-09-01-alpha", + "2019-01-01-preview", + "2018-10-01-preview", + "2015-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "South Africa North", + "South Africa West", + "South Central US", + "Southeast Asia", + "South India", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "dashboards" + }, + { + "apiVersions": [ + "2020-09-01-preview", + "2019-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "South Africa North", + "South Africa West", + "South Central US", + "Southeast Asia", + "South India", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "listTenantConfigurationViolations" + }, + { + "apiVersions": [ + "2023-02-01-preview", + "2020-04-01-preview", + "2018-10-01", + "2017-12-01-preview", + "2017-08-01-preview", + "2017-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-02-01-preview", + "2020-04-01-preview", + "2018-10-01", + "2017-12-01-preview", + "2017-08-01-preview", + "2017-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US", + "East US", + "Central India", + "North Europe", + "West Europe", + "South Central US", + "Southeast Asia", + "East US 2", + "Central US" + ], + "resourceType": "locations/consoles" + }, + { + "apiVersions": [ + "2023-02-01-preview", + "2020-04-01-preview", + "2018-10-01", + "2017-12-01-preview", + "2017-08-01-preview", + "2017-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US", + "East US", + "Central India", + "North Europe", + "West Europe", + "South Central US", + "Southeast Asia", + "East US 2", + "Central US" + ], + "resourceType": "locations/userSettings" + }, + { + "apiVersions": [ + "2015-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "South Africa North", + "South Africa West", + "South Central US", + "Southeast Asia", + "South India", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2020-09-01-preview", + "2019-01-01-preview" + ], + "defaultApiVersion": null, + "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", + "France South", + "Germany North", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "South Africa North", + "South Africa West", + "South Central US", + "Southeast Asia", + "South India", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "tenantconfigurations" + }, + { + "apiVersions": [ + "2023-02-01-preview", + "2020-04-01-preview", + "2018-10-01", + "2017-12-01-preview", + "2017-08-01-preview", + "2017-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "userSettings" + } + ] + }, + { + "namespace": "Microsoft.PowerBI", + "resourceTypes": [ + { + "apiVersions": [ + "2016-01-29" + ], + "defaultApiVersion": "2016-01-29", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2016-01-29" + ], + "defaultApiVersion": "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" + ], + "resourceType": "locations/checkNameAvailability" + }, + { + "apiVersions": [ + "2020-06-01", + "2016-01-29" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "locations": [ + "global" + ], + "resourceType": "privateLinkServicesForPowerBI" + }, + { + "apiVersions": [ + "2020-06-01" + ], + "defaultApiVersion": "2020-06-01", + "locations": [ + "global" + ], + "resourceType": "privateLinkServicesForPowerBI/operationResults" + }, + { + "apiVersions": [ + "2016-01-29" + ], + "defaultApiVersion": "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" + ], + "resourceType": "workspaceCollections" + } + ] + }, + { + "namespace": "Microsoft.PowerBIDedicated", + "resourceTypes": [ + { + "apiVersions": [ + "2021-05-01", + "2021-01-01" + ], + "defaultApiVersion": "2021-01-01", + "locations": [ + "Australia Southeast", + "Brazil South", + "Canada Central", + "Norway East", + "Norway West", + "Sweden Central", + "UAE North", + "UAE Central", + "Qatar Central", + "Spain Central", + "Israel Central", + "Poland Central", + "Italy North", + "Mexico 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", + "South 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", + "West US 3" + ], + "resourceType": "autoScaleVCores" + }, + { + "apiVersions": [ + "2021-05-01", + "2021-01-01", + "2018-09-01-preview", + "2017-10-01", + "2017-01-01-preview" + ], + "defaultApiVersion": "2017-01-01-preview", + "locations": [ + "Australia Southeast", + "Brazil South", + "Canada Central", + "Norway East", + "Norway West", + "Sweden Central", + "UAE North", + "UAE Central", + "Qatar Central", + "Spain Central", + "Israel Central", + "Poland Central", + "Italy North", + "Mexico 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", + "South 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", + "West US 3" + ], + "resourceType": "capacities" + }, + { + "apiVersions": [ + "2017-01-01-preview" + ], + "defaultApiVersion": "2017-01-01-preview", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2021-05-01", + "2021-01-01", + "2018-09-01-preview", + "2017-10-01", + "2017-01-01-preview" + ], + "defaultApiVersion": "2017-01-01-preview", + "locations": [ + "Australia Southeast", + "Brazil South", + "Canada Central", + "Norway East", + "Norway West", + "Sweden Central", + "UAE North", + "UAE Central", + "Qatar Central", + "Spain Central", + "Israel Central", + "Poland Central", + "Italy North", + "Mexico 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", + "South 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", + "West US 3" + ], + "resourceType": "locations/checkNameAvailability" + }, + { + "apiVersions": [ + "2021-05-01", + "2021-01-01", + "2018-09-01-preview", + "2017-10-01", + "2017-01-01-preview" + ], + "defaultApiVersion": "2017-01-01-preview", + "locations": [ + "Australia Southeast", + "Brazil South", + "Canada Central", + "Norway East", + "Norway West", + "Sweden Central", + "UAE North", + "UAE Central", + "Qatar Central", + "Spain Central", + "Israel Central", + "Poland Central", + "Italy North", + "Mexico 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", + "South 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", + "West US 3" + ], + "resourceType": "locations/operationresults" + }, + { + "apiVersions": [ + "2021-05-01", + "2021-01-01", + "2018-09-01-preview", + "2017-10-01", + "2017-01-01-preview" + ], + "defaultApiVersion": "2017-01-01-preview", + "locations": [ + "Australia Southeast", + "Brazil South", + "Canada Central", + "Norway East", + "Norway West", + "Sweden Central", + "UAE North", + "UAE Central", + "Qatar Central", + "Spain Central", + "Israel Central", + "Poland Central", + "Italy North", + "Mexico 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", + "South 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", + "West US 3", + "South Africa North", + "South Africa West" + ], + "resourceType": "locations/operationstatuses" + }, + { + "apiVersions": [ + "2021-05-01", + "2021-01-01", + "2018-09-01-preview", + "2017-10-01", + "2017-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.PowerPlatform", + "resourceTypes": [ + { + "apiVersions": [ + "2020-10-30-preview" + ], + "defaultApiVersion": null, + "locations": [ + "United States", + "South Africa", + "UK", + "Japan", + "India", + "France", + "Europe", + "Germany", + "Switzerland", + "Canada", + "Brazil", + "Australia", + "Asia", + "UAE", + "Korea", + "Norway", + "Singapore", + "Sweden" + ], + "resourceType": "accounts" + }, + { + "apiVersions": [ + "2020-10-30-preview", + "2020-10-30" + ], + "defaultApiVersion": "2020-10-30", + "locations": [ + "United States", + "South Africa", + "UK", + "Japan", + "India", + "France", + "Europe", + "Germany", + "Switzerland", + "Canada", + "Brazil", + "Australia", + "Asia", + "UAE", + "Korea", + "Norway", + "Singapore", + "Sweden" + ], + "resourceType": "enterprisePolicies" + }, + { + "apiVersions": [ + "2020-10-30-preview", + "2020-10-30" + ], + "defaultApiVersion": "2020-10-30", + "locations": [ + "East US", + "West US" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2020-10-30-preview", + "2020-10-30" + ], + "defaultApiVersion": "2020-10-30", + "locations": [ + "East US", + "West US" + ], + "resourceType": "locations/deleteVirtualNetworkOrSubnets" + }, + { + "apiVersions": [ + "2020-10-30-preview", + "2020-10-30" + ], + "defaultApiVersion": "2020-10-30", + "locations": [ + "East US", + "West US" + ], + "resourceType": "locations/validateDeleteVirtualNetworkOrSubnets" + }, + { + "apiVersions": [ + "2020-10-30-preview", + "2020-10-30", + "2020-04-01" + ], + "defaultApiVersion": null, + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "United States", + "East US", + "West US", + "Central US", + "South Africa", + "UK", + "Japan", + "India", + "France", + "Europe", + "Germany", + "Switzerland", + "Canada", + "Brazil", + "Australia", + "Asia", + "UAE", + "Korea", + "Norway", + "Singapore", + "Sweden" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.ProfessionalService", + "resourceTypes": [ + { + "apiVersions": [ + "2023-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2023-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "eligibilityCheck" + }, + { + "apiVersions": [ + "2023-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "operationResults" + }, + { + "apiVersions": [ + "2023-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2023-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "resources" + } + ] + }, + { + "namespace": "Microsoft.ProgrammableConnectivity", + "resourceTypes": [ + { + "apiVersions": [ + "2024-01-15-preview" + ], + "defaultApiVersion": "2024-01-15-preview", + "locations": [ + "East US", + "Germany West Central", + "Brazil South", + "East US 2 EUAP" + ], + "resourceType": "gateways" + }, + { + "apiVersions": [ + "2024-01-15-preview" + ], + "defaultApiVersion": "2024-01-15-preview", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-01-15-preview" + ], + "defaultApiVersion": "2024-01-15-preview", + "locations": [ + "East US", + "Germany West Central", + "Brazil South", + "East US 2 EUAP" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-01-15-preview" + ], + "defaultApiVersion": "2024-01-15-preview", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-01-15-preview" + ], + "defaultApiVersion": "2024-01-15-preview", + "locations": [ + "East US", + "Germany West Central", + "Brazil South", + "East US 2 EUAP" + ], + "resourceType": "operatorApiConnections" + }, + { + "apiVersions": [ + "2024-01-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "operatorApiPlans" + } + ] + }, + { + "namespace": "Microsoft.ProjectArcadia", + "resourceTypes": [ + { + "apiVersions": [ + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "EAST US 2 EUAP" + ], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "EAST US 2 EUAP" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "workspaces" + }, + { + "apiVersions": [ + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "workspaces/operationResults" + }, + { + "apiVersions": [ + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "workspaces/operationStatus" + }, + { + "apiVersions": [ + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "workspaces/sparkComputes" + }, + { + "apiVersions": [ + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "workspaces/sqlComputes" + } + ] + }, + { + "namespace": "Microsoft.ProviderHub", + "resourceTypes": [ + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-01-preview", + "2023-10-01-preview", + "2023-08-01-preview", + "2023-04-01-preview", + "2021-09-01-preview", + "2021-06-01-preview", + "2021-05-01-preview", + "2020-11-20", + "2020-10-01-preview", + "2020-09-01-preview", + "2020-06-01-preview", + "2019-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "availableAccounts" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-01-preview", + "2023-10-01-preview", + "2023-08-01-preview", + "2023-04-01-preview", + "2022-07-01-preview", + "2021-09-01-preview", + "2021-06-01-preview", + "2021-05-01-preview", + "2020-11-20", + "2020-10-01-preview", + "2020-09-01-preview", + "2020-06-01-preview", + "2019-10-01", + "2019-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operationStatuses" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-01-preview", + "2023-10-01-preview", + "2023-08-01-preview", + "2023-04-01-preview", + "2022-07-01-preview", + "2021-09-01-preview", + "2021-06-01-preview", + "2021-05-01-preview", + "2020-11-20", + "2020-10-01-preview", + "2020-09-01-preview", + "2020-06-01-preview", + "2019-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-01-preview", + "2023-10-01-preview", + "2023-08-01-preview", + "2023-04-01-preview", + "2022-07-01-preview", + "2021-09-01-preview", + "2021-06-01-preview", + "2021-05-01-preview", + "2020-11-20", + "2020-10-01-preview", + "2020-09-01-preview", + "2020-06-01-preview", + "2019-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "providerRegistrations" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-01-preview", + "2023-10-01-preview", + "2023-08-01-preview", + "2023-04-01-preview", + "2023-01-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "providerRegistrations/authorizedApplications" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-01-preview", + "2023-10-01-preview", + "2023-08-01-preview", + "2023-04-01-preview", + "2022-07-01-preview", + "2021-09-01-preview", + "2021-06-01-preview", + "2021-05-01-preview", + "2020-11-20", + "2020-10-01-preview", + "2020-09-01-preview", + "2020-06-01-preview", + "2019-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "providerRegistrations/checkinmanifest" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-01-preview", + "2023-10-01-preview", + "2023-08-01-preview", + "2023-04-01-preview", + "2022-07-01-preview", + "2021-09-01-preview", + "2021-06-01-preview", + "2021-05-01-preview", + "2020-11-20", + "2020-10-01-preview", + "2020-09-01-preview", + "2020-06-01-preview", + "2019-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "providerRegistrations/customRollouts" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-01-preview", + "2023-10-01-preview", + "2023-08-01-preview", + "2023-04-01-preview", + "2022-07-01-preview", + "2021-09-01-preview", + "2021-06-01-preview", + "2021-05-01-preview", + "2020-11-20", + "2020-10-01-preview", + "2020-09-01-preview", + "2020-06-01-preview", + "2019-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "providerRegistrations/defaultRollouts" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-02-01-preview", + "2023-08-01-preview", + "2023-04-01-preview", + "2023-01-01-privatepreview", + "2022-07-01-preview", + "2021-10-01-privatepreview", + "2021-09-01-preview", + "2021-06-01-preview", + "2021-05-01-preview", + "2020-11-20", + "2020-10-01-preview", + "2020-09-01-preview", + "2020-06-01-preview", + "2019-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "providerRegistrations/newRegionFrontloadRelease" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-01-preview", + "2023-10-01-preview", + "2023-08-01-preview", + "2023-04-01-preview", + "2021-09-01-preview", + "2021-06-01-preview", + "2021-05-01-preview", + "2021-01-01", + "2020-11-20", + "2020-10-01-preview", + "2020-09-01-preview", + "2020-06-01-preview", + "2019-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "providerRegistrations/resourceActions" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-01-preview", + "2023-10-01-preview", + "2023-08-01-preview", + "2023-04-01-preview", + "2022-07-01-preview", + "2021-09-01-preview", + "2021-06-01-preview", + "2021-05-01-preview", + "2020-11-20", + "2020-10-01-preview", + "2020-09-01-preview", + "2020-06-01-preview", + "2019-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "providerRegistrations/resourceTypeRegistrations" + } + ] + }, + { + "namespace": "Microsoft.Purview", + "resourceTypes": [ + { + "apiVersions": [ + "2024-04-01-preview", + "2023-05-01-preview", + "2021-12-01", + "2021-07-01", + "2020-12-01-preview" + ], + "defaultApiVersion": "2024-04-01-preview", + "locations": [ + "East US", + "West Europe", + "Southeast Asia", + "Canada Central", + "Canada East", + "Sweden Central", + "South Central US", + "Brazil South", + "Central India", + "UK South", + "France Central", + "Korea Central", + "UAE North", + "Japan East", + "Switzerland North", + "West US", + "South Africa North", + "Germany West Central", + "Qatar Central", + "West US 3", + "Australia East", + "North Europe", + "West Central US", + "West US 2", + "East US 2" + ], + "resourceType": "accounts" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-05-01-preview", + "2021-12-01" + ], + "defaultApiVersion": null, + "locations": [ + "Sweden Central", + "East US", + "West Europe", + "Southeast Asia", + "Canada Central", + "Canada East", + "South Central US", + "Brazil South", + "Central India", + "UK South", + "France Central", + "Korea Central", + "UAE North", + "Japan East", + "Switzerland North", + "West US", + "South Africa North", + "Germany West Central", + "Qatar Central", + "West US 3", + "Australia East", + "North Europe", + "West Central US", + "West US 2", + "East US 2" + ], + "resourceType": "accounts/kafkaConfigurations" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-05-01-preview", + "2021-12-01", + "2021-07-01", + "2020-12-01-preview" + ], + "defaultApiVersion": "2024-04-01-preview", + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-05-01-preview", + "2021-12-01", + "2021-07-01", + "2020-12-01-preview" + ], + "defaultApiVersion": "2024-04-01-preview", + "locations": [], + "resourceType": "getDefaultAccount" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-05-01-preview", + "2021-12-01", + "2021-07-01", + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-05-01-preview", + "2021-12-01" + ], + "defaultApiVersion": null, + "locations": [ + "Sweden Central", + "East US", + "West Europe", + "Southeast Asia", + "Canada Central", + "Canada East", + "South Central US", + "Brazil South", + "Central India", + "UK South", + "France Central", + "Korea Central", + "UAE North", + "Japan East", + "West US", + "South Africa North", + "Germany West Central", + "Qatar Central", + "West US 3", + "Australia East", + "North Europe", + "West Central US", + "West US 2", + "East US 2" + ], + "resourceType": "locations/listFeatures" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-05-01-preview", + "2021-12-01", + "2021-07-01", + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Sweden Central", + "East US", + "West Europe", + "Southeast Asia", + "Brazil South", + "Canada Central", + "Canada East", + "South Central US", + "Central India", + "UK South", + "France Central", + "Korea Central", + "UAE North", + "Japan East", + "Switzerland North", + "West US", + "South Africa North", + "Germany West Central", + "Qatar Central", + "West US 3", + "Australia East", + "North Europe", + "West Central US", + "West US 2", + "East US 2" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-05-01-preview", + "2021-12-01" + ], + "defaultApiVersion": null, + "locations": [ + "Sweden Central", + "East US", + "West Europe", + "Southeast Asia", + "Canada Central", + "Canada East", + "South Central US", + "Brazil South", + "Central India", + "UK South", + "France Central", + "Korea Central", + "UAE North", + "Japan East", + "Switzerland North", + "West US", + "South Africa North", + "Germany West Central", + "Qatar Central", + "West US 3", + "Australia East", + "North Europe", + "West Central US", + "West US 2", + "East US 2" + ], + "resourceType": "locations/usages" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2022-11-01-preview", + "2021-12-01", + "2021-07-01", + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2023-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "Southeast Asia", + "Canada Central", + "Canada East", + "South Central US", + "Brazil South", + "Central India", + "UK South", + "France Central", + "Korea Central", + "Central US", + "UAE North", + "Japan East", + "Switzerland North", + "West US", + "South Africa North", + "Germany West Central", + "Qatar Central", + "West US 3", + "Australia East", + "North Europe", + "West Central US", + "East US 2" + ], + "resourceType": "policies" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-05-01-preview", + "2021-12-01", + "2021-07-01", + "2020-12-01-preview" + ], + "defaultApiVersion": "2024-04-01-preview", + "locations": [], + "resourceType": "removeDefaultAccount" + }, + { + "apiVersions": [ + "2024-04-01-preview", + "2023-05-01-preview", + "2021-12-01", + "2021-07-01", + "2020-12-01-preview" + ], + "defaultApiVersion": "2024-04-01-preview", + "locations": [], + "resourceType": "setDefaultAccount" + } + ] + }, + { + "namespace": "Microsoft.Quantum", + "resourceTypes": [ + { + "apiVersions": [ + "2023-11-13-preview", + "2022-01-10-preview", + "2019-11-04-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2023-11-13-preview", + "2022-01-10-preview", + "2019-11-04-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Locations/CheckNameAvailability" + }, + { + "apiVersions": [ + "2023-11-13-preview", + "2022-01-10-preview", + "2019-11-04-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "East US 2 EUAP", + "Central US EUAP", + "West US 2", + "West Central US", + "Japan East", + "Japan West", + "UK West", + "UK South", + "Germany West Central" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2023-11-13-preview", + "2022-01-10-preview", + "2019-11-04-preview" + ], + "defaultApiVersion": "2023-11-13-preview", + "locations": [], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2023-11-13-preview", + "2022-01-10-preview", + "2019-11-04-preview" + ], + "defaultApiVersion": "2019-11-04-preview", + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "West US 2", + "West Central US", + "Japan East", + "Japan West", + "UK West", + "UK South", + "Germany West Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "Workspaces" + }, + { + "apiVersions": [ + "2023-11-13-preview", + "2022-01-10-preview", + "2019-11-04-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US", + "East US", + "North Europe", + "West Europe", + "West US 2", + "West Central US", + "Japan East", + "Japan West", + "UK West", + "UK South", + "Germany West Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/offerings" + } + ] + }, + { + "namespace": "Microsoft.Quota", + "resourceTypes": [ + { + "apiVersions": [ + "2023-06-01-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [], + "resourceType": "groupQuotas" + }, + { + "apiVersions": [ + "2023-06-01-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [], + "resourceType": "groupQuotas/groupOperationsStatus" + }, + { + "apiVersions": [ + "2023-06-01-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [], + "resourceType": "groupQuotas/groupQuotaLimits" + }, + { + "apiVersions": [ + "2023-06-01-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [], + "resourceType": "groupQuotas/groupQuotaOperationsStatus" + }, + { + "apiVersions": [ + "2023-06-01-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [], + "resourceType": "groupQuotas/groupQuotaRequests" + }, + { + "apiVersions": [ + "2023-06-01-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [], + "resourceType": "groupQuotas/locationSettings" + }, + { + "apiVersions": [ + "2023-06-01-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [], + "resourceType": "groupQuotas/locationSettingsOperationsStatus" + }, + { + "apiVersions": [ + "2023-06-01-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [], + "resourceType": "groupQuotas/locationUsages" + }, + { + "apiVersions": [ + "2023-06-01-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [], + "resourceType": "groupQuotas/quotaAllocationOperationsStatus" + }, + { + "apiVersions": [ + "2023-06-01-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [], + "resourceType": "groupQuotas/quotaAllocationRequests" + }, + { + "apiVersions": [ + "2023-06-01-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [], + "resourceType": "groupQuotas/quotaAllocations" + }, + { + "apiVersions": [ + "2023-06-01-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [], + "resourceType": "groupQuotas/subscriptionRequests" + }, + { + "apiVersions": [ + "2023-06-01-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [], + "resourceType": "groupQuotas/subscriptionRequestsOperationsStatus" + }, + { + "apiVersions": [ + "2023-06-01-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [], + "resourceType": "groupQuotas/subscriptions" + }, + { + "apiVersions": [ + "2023-06-01-preview", + "2023-02-01", + "2021-03-15-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2023-06-01-preview", + "2023-02-01", + "2021-03-15-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [], + "resourceType": "operationsStatus" + }, + { + "apiVersions": [ + "2023-06-01-preview", + "2023-02-01", + "2021-03-15-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [], + "resourceType": "quotaRequests" + }, + { + "apiVersions": [ + "2023-06-01-preview", + "2023-02-01", + "2021-03-15-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [], + "resourceType": "quotas" + }, + { + "apiVersions": [ + "2023-06-01-preview", + "2023-02-01", + "2021-03-15-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [], + "resourceType": "usages" + } + ] + }, + { + "namespace": "Microsoft.RecommendationsService", + "resourceTypes": [ + { + "apiVersions": [ + "2022-09-01-preview", + "2022-03-01-preview", + "2022-02-01", + "2021-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West US", + "North Europe", + "West Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "accounts" + }, + { + "apiVersions": [ + "2022-09-01-preview", + "2022-03-01-preview", + "2022-02-01", + "2021-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US", + "West Europe", + "Australia East", + "Canada Central", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "accounts/modeling" + }, + { + "apiVersions": [ + "2022-09-01-preview", + "2022-03-01-preview", + "2022-02-01", + "2021-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West US", + "North Europe", + "West Europe", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "accounts/serviceEndpoints" + }, + { + "apiVersions": [ + "2022-09-01-preview", + "2022-03-01-preview", + "2022-02-01", + "2021-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2022-09-01-preview", + "2022-03-01-preview", + "2022-02-01", + "2021-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2022-09-01-preview", + "2022-03-01-preview", + "2022-02-01", + "2021-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West US", + "North Europe", + "West Europe", + "Australia East", + "Canada Central", + "Korea Central", + "Central US EUAP" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2022-09-01-preview", + "2022-03-01-preview", + "2022-02-01", + "2021-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.RecoveryServices", + "resourceTypes": [ + { + "apiVersions": [ + "2017-07-01-preview" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Israel Central", + "Italy North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "backupProtectedItems" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-09-30-preview", + "2024-07-30-preview", + "2024-04-30-preview", + "2024-04-01", + "2024-02-01", + "2024-01-31-preview", + "2024-01-01", + "2023-08-01", + "2023-07-01-preview", + "2023-06-01", + "2023-04-01", + "2023-02-01", + "2023-01-01", + "2022-10-01", + "2022-09-30-preview", + "2022-09-10", + "2022-09-01-preview", + "2022-08-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01", + "2022-03-01", + "2022-02-01", + "2022-01-01", + "2021-12-01", + "2021-11-01-preview", + "2021-11-01", + "2021-10-01", + "2021-08-01", + "2021-07-01", + "2021-06-01", + "2021-03-01", + "2017-07-01", + "2016-06-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-04-01", + "2016-06-01", + "2015-08-15" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Israel Central", + "Italy North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/allocateStamp" + }, + { + "apiVersions": [ + "2024-04-01", + "2016-06-01", + "2015-08-15" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Israel Central", + "Italy North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/allocatedStamp" + }, + { + "apiVersions": [ + "2023-01-15", + "2021-11-15", + "2018-12-20-preview", + "2018-12-20" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/backupAadProperties" + }, + { + "apiVersions": [ + "2023-01-15", + "2021-11-15", + "2018-12-20-preview", + "2018-12-20" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/backupCrossRegionRestore" + }, + { + "apiVersions": [ + "2023-01-15", + "2021-11-15", + "2018-12-20-preview", + "2018-12-20" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/backupCrrJob" + }, + { + "apiVersions": [ + "2023-01-15", + "2021-11-15", + "2018-12-20-preview", + "2018-12-20" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/backupCrrJobs" + }, + { + "apiVersions": [ + "2023-01-15", + "2021-11-15", + "2018-12-20-preview", + "2018-12-20" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/backupCrrOperationResults" + }, + { + "apiVersions": [ + "2023-01-15", + "2021-11-15", + "2018-12-20-preview", + "2018-12-20" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/backupCrrOperationsStatus" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-09-30-preview", + "2024-07-30-preview", + "2024-04-30-preview", + "2024-04-01", + "2024-02-01", + "2024-01-31-preview", + "2024-01-01", + "2023-08-01", + "2023-07-01-preview", + "2023-06-01", + "2023-04-01", + "2023-02-01", + "2023-01-01", + "2022-10-01", + "2022-09-30-preview", + "2022-09-10", + "2022-09-01-preview", + "2022-08-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01", + "2022-03-01", + "2022-02-01", + "2022-01-01", + "2021-12-01", + "2021-10-01", + "2021-08-01", + "2021-07-01", + "2021-06-01", + "2021-03-01", + "2017-07-01" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Israel Central", + "Italy North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/backupPreValidateProtection" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-09-30-preview", + "2024-07-30-preview", + "2024-04-30-preview", + "2024-04-01", + "2024-02-01", + "2024-01-31-preview", + "2024-01-01", + "2023-08-01", + "2023-07-01-preview", + "2023-06-01", + "2023-04-01", + "2023-02-01", + "2023-01-01", + "2022-10-01", + "2022-09-30-preview", + "2022-09-10", + "2022-09-01-preview", + "2022-08-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01", + "2022-03-01", + "2022-02-01", + "2022-01-01", + "2021-12-01", + "2021-10-01", + "2021-08-01", + "2021-07-01", + "2021-06-01", + "2021-03-01", + "2017-07-01", + "2016-06-01" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Israel Central", + "Italy North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/backupStatus" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-09-30-preview", + "2024-07-30-preview", + "2024-04-30-preview", + "2024-04-01", + "2024-02-01", + "2024-01-31-preview", + "2024-01-01", + "2023-08-01", + "2023-07-01-preview", + "2023-06-01", + "2023-04-01", + "2023-02-01", + "2023-01-01", + "2022-10-01", + "2022-09-30-preview", + "2022-09-10", + "2022-09-01-preview", + "2022-08-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01", + "2022-03-01", + "2022-02-01", + "2022-01-01", + "2021-12-01", + "2021-10-01", + "2021-08-01", + "2021-07-01", + "2021-06-01", + "2021-03-01", + "2017-07-01" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Israel Central", + "Italy North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/backupValidateFeatures" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-09-30-preview", + "2024-07-30-preview", + "2024-04-30-preview", + "2024-04-01", + "2024-02-01", + "2024-01-31-preview", + "2024-01-01", + "2023-08-01", + "2023-07-01-preview", + "2023-06-01", + "2023-04-01", + "2023-02-01", + "2023-01-01", + "2022-10-01", + "2022-09-30-preview", + "2022-01-31-preview" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Israel Central", + "Italy North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/capabilities" + }, + { + "apiVersions": [ + "2018-01-10" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Israel Central", + "Italy North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/checkNameAvailability" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-09-30-preview" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Israel Central", + "Italy North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/deletedVaults" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-09-30-preview", + "2024-07-30-preview", + "2024-04-30-preview", + "2024-04-01", + "2024-02-01", + "2024-01-31-preview", + "2024-01-01", + "2023-08-01", + "2023-07-01-preview", + "2023-06-01", + "2023-04-01", + "2023-02-01", + "2023-01-01", + "2022-10-01", + "2022-09-30-preview", + "2022-09-10", + "2022-09-01-preview", + "2022-08-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01", + "2022-03-01", + "2022-02-01", + "2022-01-01", + "2021-12-01", + "2021-11-01-preview", + "2021-11-01", + "2021-10-01", + "2021-08-01", + "2021-07-01", + "2021-06-01", + "2021-04-01", + "2021-03-01", + "2021-02-10", + "2021-02-01-preview", + "2021-02-01", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-07-01-preview", + "2020-07-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-09-30-preview", + "2024-07-30-preview", + "2024-04-30-preview", + "2024-04-01", + "2024-02-01", + "2024-01-31-preview", + "2024-01-01", + "2023-08-01", + "2023-07-01-preview", + "2023-06-01", + "2023-04-01", + "2023-02-01", + "2023-01-01", + "2022-10-01", + "2022-09-30-preview", + "2022-09-10", + "2022-09-01-preview", + "2022-08-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01", + "2022-03-01", + "2022-02-01", + "2022-01-01", + "2021-12-01", + "2021-10-01", + "2021-08-01", + "2021-07-01", + "2021-06-01", + "2021-02-10", + "2018-07-10" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Israel Central", + "Italy North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "replicationEligibilityResults" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-09-30-preview", + "2024-07-30-preview", + "2024-04-30-preview", + "2024-04-01", + "2024-02-01", + "2024-01-31-preview", + "2024-01-01", + "2023-08-01", + "2023-07-01-preview", + "2023-06-01", + "2023-04-01", + "2023-02-01", + "2023-01-01", + "2022-10-01", + "2022-09-30-preview", + "2022-09-10", + "2022-09-01-preview", + "2022-08-01", + "2022-06-01-preview", + "2022-05-01", + "2022-04-01", + "2022-03-01", + "2022-02-01", + "2022-01-01", + "2021-12-01", + "2021-11-01-preview", + "2021-11-01", + "2021-10-01", + "2021-08-01", + "2021-07-01", + "2021-06-01", + "2021-04-01", + "2021-03-01", + "2021-02-10", + "2021-02-01-preview", + "2021-02-01", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-07-01-preview", + "2020-07-01", + "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-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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "Israel Central", + "Italy North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "vaults" + } + ] + }, + { + "namespace": "Microsoft.RedHatOpenShift", + "resourceTypes": [ + { + "apiVersions": [ + "2023-11-22", + "2023-09-04", + "2023-07-01-preview", + "2023-04-01", + "2022-09-04", + "2022-04-01", + "2021-09-01-preview", + "2020-04-30" + ], + "defaultApiVersion": "2023-09-04", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany West Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US 3", + "West US 2", + "West US" + ], + "resourceType": "OpenShiftClusters" + }, + { + "apiVersions": [ + "2023-11-22", + "2023-09-04", + "2023-07-01-preview", + "2023-04-01", + "2022-09-04", + "2022-04-01", + "2021-09-01-preview", + "2020-04-30", + "2019-12-31-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-11-22", + "2023-09-04", + "2023-07-01-preview", + "2023-04-01", + "2022-09-04" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany West Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US 3", + "West US 2", + "West US" + ], + "resourceType": "locations/openshiftversions" + }, + { + "apiVersions": [ + "2023-11-22", + "2023-09-04", + "2023-07-01-preview", + "2023-04-01", + "2022-09-04", + "2022-04-01", + "2021-09-01-preview", + "2020-04-30" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany West Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US 3", + "West US 2", + "West US" + ], + "resourceType": "locations/operationresults" + }, + { + "apiVersions": [ + "2023-11-22", + "2023-09-04", + "2023-07-01-preview", + "2023-04-01", + "2022-09-04", + "2022-04-01", + "2021-09-01-preview", + "2020-04-30" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany West Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US 3", + "West US 2", + "West US" + ], + "resourceType": "locations/operationsstatus" + }, + { + "apiVersions": [ + "2023-11-22", + "2023-09-04", + "2023-07-01-preview", + "2023-04-01", + "2022-09-04", + "2022-04-01", + "2021-09-01-preview", + "2020-04-30", + "2019-12-31-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.Relay", + "resourceTypes": [ + { + "apiVersions": [ + "2024-01-01", + "2021-11-01", + "2018-01-01-preview", + "2017-04-01", + "2016-07-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2021-11-01", + "2018-01-01-preview", + "2017-04-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-01-01", + "2021-11-01", + "2018-01-01-preview", + "2017-04-01", + "2016-07-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/namespaceOperationResults" + }, + { + "apiVersions": [ + "2024-01-01", + "2021-11-01", + "2018-01-01-preview", + "2017-04-01", + "2016-07-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces" + }, + { + "apiVersions": [ + "2024-01-01", + "2021-11-01", + "2018-01-01-preview", + "2017-04-01", + "2016-07-01", + "2015-08-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/authorizationrules" + }, + { + "apiVersions": [ + "2024-01-01", + "2021-11-01", + "2018-01-01-preview", + "2017-04-01", + "2016-07-01", + "2015-08-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/hybridconnections" + }, + { + "apiVersions": [ + "2024-01-01", + "2021-11-01", + "2018-01-01-preview", + "2017-04-01", + "2016-07-01", + "2015-08-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/hybridconnections/authorizationrules" + }, + { + "apiVersions": [ + "2024-01-01", + "2021-11-01", + "2018-01-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/privateEndpointConnectionProxies" + }, + { + "apiVersions": [ + "2024-01-01", + "2021-11-01", + "2018-01-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/privateEndpointConnections" + }, + { + "apiVersions": [ + "2024-01-01", + "2021-11-01", + "2018-01-01-preview", + "2017-04-01", + "2016-07-01", + "2015-08-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/wcfrelays" + }, + { + "apiVersions": [ + "2024-01-01", + "2021-11-01", + "2018-01-01-preview", + "2017-04-01", + "2016-07-01", + "2015-08-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/wcfrelays/authorizationrules" + }, + { + "apiVersions": [ + "2024-01-01", + "2021-11-01", + "2018-01-01-preview", + "2017-04-01", + "2016-07-01" + ], + "defaultApiVersion": "2017-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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.ResourceConnector", + "resourceTypes": [ + { + "apiVersions": [ + "2022-10-27", + "2021-10-31-preview" + ], + "defaultApiVersion": "2021-10-31-preview", + "locations": [ + "East US", + "West Europe", + "UK South", + "Australia East", + "Southeast Asia", + "Canada Central", + "East US 2", + "West US 2", + "West US 3", + "South Central US", + "North Europe", + "Sweden Central", + "Central US", + "Japan East", + "East Asia", + "Central India", + "UK West", + "Australia Southeast", + "North Central US", + "East US 2 EUAP" + ], + "resourceType": "appliances" + }, + { + "apiVersions": [ + "2022-10-27", + "2022-04-15-preview", + "2021-10-31-preview", + "2020-09-15-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2022-10-27", + "2021-10-31-preview", + "2020-07-15-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "UK South", + "Australia East", + "Southeast Asia", + "Canada Central", + "East US 2", + "West US 2", + "West US 3", + "South Central US", + "North Europe", + "Sweden Central", + "Central US", + "Japan East", + "East Asia", + "Central India", + "UK West", + "Australia Southeast", + "North Central US", + "East US 2 EUAP" + ], + "resourceType": "locations/operationresults" + }, + { + "apiVersions": [ + "2022-10-27", + "2021-10-31-preview", + "2020-07-15-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "UK South", + "Australia East", + "Southeast Asia", + "Canada Central", + "East US 2", + "West US 2", + "West US 3", + "South Central US", + "North Europe", + "Sweden Central", + "Central US", + "Japan East", + "East Asia", + "Central India", + "UK West", + "Australia Southeast", + "North Central US", + "East US 2 EUAP" + ], + "resourceType": "locations/operationsstatus" + }, + { + "apiVersions": [ + "2022-10-27", + "2022-04-15-preview", + "2021-10-31-preview", + "2021-02-01", + "2020-07-15-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2022-10-27" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "telemetryconfig" + } + ] + }, + { + "namespace": "Microsoft.ResourceGraph", + "resourceTypes": [ + { + "apiVersions": [ + "2023-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US" + ], + "resourceType": "generateQuery" + }, + { + "apiVersions": [ + "2023-09-01-preview", + "2022-10-01", + "2021-06-01-preview", + "2021-03-01", + "2020-04-01-preview", + "2019-04-01", + "2018-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2018-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "queries" + }, + { + "apiVersions": [ + "2020-09-01-preview", + "2020-04-01-preview", + "2018-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US" + ], + "resourceType": "resourceChangeDetails" + }, + { + "apiVersions": [ + "2020-09-01-preview", + "2020-04-01-preview", + "2018-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US" + ], + "resourceType": "resourceChanges" + }, + { + "apiVersions": [ + "2023-09-01-preview", + "2022-10-01", + "2021-06-01-preview", + "2021-03-01", + "2020-04-01-preview", + "2019-04-01", + "2018-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US" + ], + "resourceType": "resources" + }, + { + "apiVersions": [ + "2021-06-01-preview", + "2020-09-01-preview", + "2020-04-01-preview", + "2018-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US" + ], + "resourceType": "resourcesHistory" + }, + { + "apiVersions": [ + "2019-04-01", + "2018-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US" + ], + "resourceType": "subscriptionsStatus" + } + ] + }, + { + "namespace": "Microsoft.ResourceHealth", + "resourceTypes": [ + { + "apiVersions": [ + "2024-02-01-rc", + "2024-02-01-preview", + "2024-02-01", + "2023-10-01-preview", + "2023-07-01-rc", + "2023-07-01-preview", + "2022-10-01-preview", + "2022-10-01", + "2022-05-01-preview", + "2022-05-01", + "2020-05-01-preview", + "2020-05-01", + "2018-08-01-rc", + "2018-08-01-preview", + "2018-07-01-rc", + "2018-07-01-preview", + "2018-07-01", + "2017-07-01", + "2015-01-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "availabilityStatuses" + }, + { + "apiVersions": [ + "2024-02-01-rc", + "2024-02-01-preview", + "2024-02-01-beta", + "2024-02-01", + "2023-10-01-preview", + "2023-07-01-rc", + "2023-07-01-preview", + "2023-07-01-beta", + "2022-10-01", + "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", + "2017-07-01", + "2015-01-01-rc", + "2015-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "childAvailabilityStatuses" + }, + { + "apiVersions": [ + "2024-02-01-rc", + "2024-02-01-preview", + "2024-02-01-beta", + "2024-02-01", + "2023-10-01-preview", + "2023-07-01-preview", + "2022-10-01", + "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", + "2017-07-01", + "2015-01-01-rc", + "2015-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "childResources" + }, + { + "apiVersions": [ + "2024-02-01-rc", + "2024-02-01-preview", + "2024-02-01-beta", + "2024-02-01-alpha", + "2024-02-01", + "2023-10-01-preview", + "2023-07-01-rc", + "2023-07-01-preview", + "2023-07-01-beta", + "2023-07-01-alpha", + "2022-10-01-rc", + "2022-10-01-preview", + "2022-10-01-beta", + "2022-10-01-alpha", + "2022-10-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "emergingissues" + }, + { + "apiVersions": [ + "2024-02-01-rc", + "2024-02-01", + "2023-10-01-preview", + "2023-07-01-rc", + "2022-10-01-rc", + "2022-10-01", + "2022-05-01-rc", + "2022-05-01", + "2020-09-01-rc", + "2018-07-01-rc", + "2018-07-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "events" + }, + { + "apiVersions": [ + "2024-02-01-rc", + "2024-02-01-preview", + "2024-02-01-beta", + "2024-02-01-alpha", + "2024-02-01", + "2023-10-01-preview", + "2023-07-01-rc", + "2023-07-01-preview", + "2023-07-01-beta", + "2023-07-01-alpha", + "2022-10-01-rc", + "2022-10-01-preview", + "2022-10-01-beta", + "2022-10-01-alpha", + "2022-10-01", + "2018-07-01-rc", + "2018-07-01-preview", + "2018-07-01-beta", + "2018-07-01-alpha", + "2018-07-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "metadata" + }, + { + "apiVersions": [ + "2024-02-01-rc", + "2024-02-01-preview", + "2024-02-01-beta", + "2024-02-01-alpha", + "2024-02-01", + "2023-10-01-preview", + "2023-07-01-rc", + "2023-07-01-preview", + "2023-07-01-beta", + "2023-07-01-alpha", + "2022-10-01-rc", + "2022-10-01-preview", + "2022-10-01-beta", + "2022-10-01-alpha", + "2022-10-01", + "2022-05-01-rc", + "2022-05-01-preview", + "2022-05-01-beta", + "2022-05-01-alpha", + "2022-05-01", + "2020-05-01-preview", + "2020-05-01", + "2018-07-01-preview", + "2018-07-01", + "2015-01-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.ResourceNotifications", + "resourceTypes": [ + { + "apiVersions": [ + "2022-03-15-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "Global" + ], + "resourceType": "eventGridFilters" + }, + { + "apiVersions": [ + "2022-03-15-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "Global" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.Resources", + "resourceTypes": [ + { + "apiVersions": [ + "2022-02-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "builtInTemplateSpecs" + }, + { + "apiVersions": [ + "2022-02-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "builtInTemplateSpecs/versions" + }, + { + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "bulkDelete" + }, + { + "apiVersions": [ + "2023-07-01", + "2022-09-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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "calculateTemplateHash" + }, + { + "apiVersions": [ + "2024-06-01-preview", + "2023-07-01-preview", + "2023-03-01-preview", + "2022-05-01", + "2022-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "changes" + }, + { + "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" + ], + "defaultApiVersion": null, + "locations": [], + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "checkresourcename" + }, + { + "apiVersions": [ + "2024-08-01", + "2024-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "dataBoundaries" + }, + { + "apiVersions": [ + "2023-11-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "decompileBicep" + }, + { + "apiVersions": [ + "2023-08-01", + "2020-10-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East Asia", + "Southeast Asia", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Switzerland North", + "Germany West Central", + "East US 2", + "East US", + "Central US", + "North Central US", + "France Central", + "UK South", + "UK West", + "Central India", + "South India", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "Spain Central", + "Sweden Central", + "UAE North", + "West Central US", + "West Europe", + "West US 2", + "West US", + "South Central US", + "West US 3", + "South Africa North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "deploymentScripts" + }, + { + "apiVersions": [ + "2023-08-01", + "2020-10-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East Asia", + "Southeast Asia", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Switzerland North", + "Germany West Central", + "East US 2", + "East US", + "Central US", + "North Central US", + "France Central", + "UK South", + "UK West", + "Central India", + "South India", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "Spain Central", + "Sweden Central", + "UAE North", + "West Central US", + "West Europe", + "West US 2", + "West US", + "South Central US", + "West US 3", + "South Africa North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "deploymentScripts/logs" + }, + { + "apiVersions": [ + "2024-03-01", + "2022-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East Asia", + "Southeast Asia", + "Australia East", + "Australia Central", + "Australia Central 2", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Switzerland North", + "Germany West Central", + "East US 2", + "East US", + "Central US", + "North Central US", + "France Central", + "UK South", + "UK West", + "Israel Central", + "Central India", + "West India", + "South India", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Europe", + "Norway East", + "New Zealand North", + "Poland Central", + "Qatar Central", + "Spain Central", + "Sweden Central", + "UAE North", + "West Central US", + "West Europe", + "West US 2", + "West US", + "West US 3", + "South Central US", + "South Africa North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "deploymentStacks" + }, + { + "apiVersions": [ + "2023-07-01", + "2022-09-01", + "2021-04-01", + "2021-01-01", + "2020-10-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "West Europe", + "West US 2", + "Southeast Asia", + "Australia East", + "Brazil South", + "Canada Central", + "Switzerland North", + "France Central", + "Germany West Central", + "Central India", + "Italy North", + "Japan East", + "Korea Central", + "UK South", + "Mexico Central", + "Norway East", + "Qatar Central", + "Sweden Central", + "Spain Central", + "UAE North", + "South Africa North", + "Poland Central", + "East Asia", + "Australia Southeast", + "Canada East", + "East US 2", + "South India", + "Japan West", + "Korea South", + "UK West", + "New Zealand North", + "North Europe", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "deployments" + }, + { + "apiVersions": [ + "2023-07-01", + "2022-09-01", + "2021-04-01", + "2021-01-01", + "2020-10-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "West Europe", + "West US 2", + "Southeast Asia", + "Australia East", + "Brazil South", + "Canada Central", + "Switzerland North", + "France Central", + "Germany West Central", + "Central India", + "Italy North", + "Japan East", + "Korea Central", + "UK South", + "Mexico Central", + "Norway East", + "Qatar Central", + "Sweden Central", + "Spain Central", + "UAE North", + "South Africa North", + "Poland Central", + "East Asia", + "Australia Southeast", + "Canada East", + "East US 2", + "South India", + "Japan West", + "Korea South", + "UK West", + "New Zealand North", + "North Europe", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "deployments/operations" + }, + { + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "links" + }, + { + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-07-01", + "2022-09-01", + "2021-04-01", + "2021-01-01", + "2020-10-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "West Europe", + "West US 2", + "Southeast Asia", + "Australia East", + "Brazil South", + "Canada Central", + "Switzerland North", + "France Central", + "Germany West Central", + "Central India", + "Italy North", + "Japan East", + "Korea Central", + "UK South", + "Mexico Central", + "Norway East", + "Qatar Central", + "Sweden Central", + "Spain Central", + "UAE North", + "South Africa North", + "Poland Central", + "East Asia", + "Australia Southeast", + "Canada East", + "East US 2", + "South India", + "Japan West", + "Korea South", + "UK West", + "New Zealand North", + "North Europe", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/deploymentOperationResults" + }, + { + "apiVersions": [ + "2023-08-01", + "2020-10-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East Asia", + "Southeast Asia", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Switzerland North", + "Germany West Central", + "East US 2", + "East US", + "Central US", + "North Central US", + "France Central", + "UK South", + "UK West", + "Central India", + "South India", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "Spain Central", + "Sweden Central", + "UAE North", + "West Central US", + "West Europe", + "West US 2", + "West US", + "South Central US", + "West US 3", + "South Africa North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/deploymentScriptOperationResults" + }, + { + "apiVersions": [ + "2024-03-01", + "2022-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East Asia", + "Southeast Asia", + "Australia East", + "Australia Central", + "Australia Central 2", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Switzerland North", + "Germany West Central", + "East US 2", + "East US", + "Central US", + "North Central US", + "France Central", + "UK South", + "UK West", + "Israel Central", + "Central India", + "West India", + "South India", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Europe", + "Norway East", + "New Zealand North", + "Poland Central", + "Qatar Central", + "Spain Central", + "Sweden Central", + "UAE North", + "West Central US", + "West Europe", + "West US 2", + "West US", + "West US 3", + "South Central US", + "South Africa North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/deploymentStackOperationResults" + }, + { + "apiVersions": [ + "2024-03-01", + "2022-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East Asia", + "Southeast Asia", + "Australia East", + "Australia Central", + "Australia Central 2", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Switzerland North", + "Germany West Central", + "East US 2", + "East US", + "Central US", + "North Central US", + "France Central", + "UK South", + "UK West", + "Israel Central", + "Central India", + "West India", + "South India", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Europe", + "Norway East", + "New Zealand North", + "Poland Central", + "Qatar Central", + "Spain Central", + "Sweden Central", + "UAE North", + "West Central US", + "West Europe", + "West US 2", + "West US", + "West US 3", + "South Central US", + "South Africa North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/deploymentStackOperationStatus" + }, + { + "apiVersions": [ + "2023-07-01", + "2022-09-01", + "2021-04-01", + "2021-01-01", + "2020-10-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "West Europe", + "West US 2", + "Southeast Asia", + "Australia East", + "Brazil South", + "Canada Central", + "Switzerland North", + "France Central", + "Germany West Central", + "Central India", + "Italy North", + "Japan East", + "Korea Central", + "UK South", + "Mexico Central", + "Norway East", + "Qatar Central", + "Sweden Central", + "Spain Central", + "UAE North", + "South Africa North", + "Poland Central", + "East Asia", + "Australia Southeast", + "Canada East", + "East US 2", + "South India", + "Japan West", + "Korea South", + "UK West", + "New Zealand North", + "North Europe", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/deploymentStatuses" + }, + { + "apiVersions": [ + "2023-07-01", + "2022-09-01", + "2021-04-01", + "2021-01-01", + "2020-10-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "West Europe", + "West US 2", + "Southeast Asia", + "Australia East", + "Brazil South", + "Canada Central", + "Switzerland North", + "France Central", + "Germany West Central", + "Central India", + "Italy North", + "Japan East", + "Korea Central", + "UK South", + "Mexico Central", + "Norway East", + "Qatar Central", + "Sweden Central", + "Spain Central", + "UAE North", + "South Africa North", + "Poland Central", + "East Asia", + "Australia Southeast", + "Canada East", + "East US 2", + "South India", + "Japan West", + "Korea South", + "UK West", + "New Zealand North", + "North Europe", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/exportResourceTemplate" + }, + { + "apiVersions": [ + "2023-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US 2", + "West US 3", + "West US", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/moboOperationStatuses" + }, + { + "apiVersions": [ + "2023-07-01", + "2022-09-01", + "2021-04-01", + "2021-01-01", + "2020-10-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "West Europe", + "West US 2", + "Southeast Asia", + "Australia East", + "Brazil South", + "Canada Central", + "Switzerland North", + "France Central", + "Germany West Central", + "Central India", + "Italy North", + "Japan East", + "Korea Central", + "UK South", + "Mexico Central", + "Norway East", + "Qatar Central", + "Sweden Central", + "Spain Central", + "UAE North", + "South Africa North", + "Poland Central", + "East Asia", + "Australia Southeast", + "Canada East", + "East US 2", + "South India", + "Japan West", + "Korea South", + "UK West", + "New Zealand North", + "North Europe", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/notifyDeploymentJobs" + }, + { + "apiVersions": [ + "2023-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "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", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US 2", + "West US 3", + "West US", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "moboBrokers" + }, + { + "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" + ], + "defaultApiVersion": null, + "locations": [], + "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", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operationresults" + }, + { + "apiVersions": [ + "2015-01-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "providers" + }, + { + "apiVersions": [ + "2023-07-01-preview", + "2023-07-01", + "2023-03-01-preview", + "2022-12-01", + "2022-11-01-preview", + "2022-09-01", + "2022-06-01", + "2022-05-01", + "2022-03-01-preview", + "2022-01-01", + "2021-04-01", + "2021-01-01", + "2020-10-01", + "2020-09-01", + "2020-08-01", + "2020-07-01", + "2020-06-01", + "2020-05-01", + "2020-01-01", + "2019-11-01", + "2019-10-01", + "2019-09-01", + "2019-08-01", + "2019-07-01", + "2019-06-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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Qatar Central", + "Sweden Central", + "Israel Central", + "Poland Central", + "Italy North", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "resourceGroups" + }, + { + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "resources" + }, + { + "apiVersions": [ + "2022-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "snapshots" + }, + { + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "subscriptions" + }, + { + "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" + ], + "defaultApiVersion": null, + "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" + ], + "defaultApiVersion": null, + "locations": [], + "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" + ], + "defaultApiVersion": null, + "locations": [], + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Qatar Central", + "Sweden Central", + "Israel Central", + "Poland Central", + "Italy North", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "subscriptions/resourcegroups/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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "subscriptions/resources" + }, + { + "apiVersions": [ + "2023-07-01", + "2022-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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "subscriptions/tagNames/tagValues" + }, + { + "apiVersions": [ + "2023-07-01", + "2022-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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "subscriptions/tagnames" + }, + { + "apiVersions": [ + "2023-07-01", + "2022-09-01", + "2019-10-01", + "2019-05-01", + "2019-04-01", + "2019-03-01", + "2018-11-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "tags" + }, + { + "apiVersions": [ + "2022-02-01", + "2021-05-01", + "2021-03-01-preview", + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East Asia", + "Southeast Asia", + "Australia East", + "Australia Central", + "Australia Central 2", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Switzerland North", + "Germany West Central", + "East US 2", + "East US", + "Central US", + "North Central US", + "France Central", + "UK South", + "UK West", + "Israel Central", + "Central India", + "West India", + "South India", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Europe", + "Norway East", + "New Zealand North", + "Poland Central", + "Qatar Central", + "Spain Central", + "Sweden Central", + "UAE North", + "West Central US", + "West Europe", + "West US 2", + "West US", + "West US 3", + "South Central US", + "South Africa North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "templateSpecs" + }, + { + "apiVersions": [ + "2022-02-01", + "2021-05-01", + "2021-03-01-preview", + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East Asia", + "Southeast Asia", + "Australia East", + "Australia Central", + "Australia Central 2", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Switzerland North", + "Germany West Central", + "East US 2", + "East US", + "Central US", + "North Central US", + "France Central", + "UK South", + "UK West", + "Israel Central", + "Central India", + "West India", + "South India", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Europe", + "Norway East", + "New Zealand North", + "Poland Central", + "Qatar Central", + "Spain Central", + "Sweden Central", + "UAE North", + "West Central US", + "West Europe", + "West US 2", + "West US", + "West US 3", + "South Central US", + "South Africa North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "templateSpecs/versions" + }, + { + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "tenants" + }, + { + "apiVersions": [ + "2022-06-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "validateResources" + } + ] + }, + { + "namespace": "Microsoft.SaaS", + "resourceTypes": [ + { + "apiVersions": [ + "2018-03-01-beta" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "applications" + }, + { + "apiVersions": [ + "2018-03-01-beta" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "checknameavailability" + }, + { + "apiVersions": [ + "2018-03-01-beta" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "operationResults" + }, + { + "apiVersions": [ + "2018-03-01-beta" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2018-03-01-beta" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "resources" + }, + { + "apiVersions": [ + "2018-03-01-beta" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "saasresources" + } + ] + }, + { + "namespace": "Microsoft.SaaSHub", + "resourceTypes": [ + { + "apiVersions": [ + "2023-01-01-preview" + ], + "defaultApiVersion": "2023-01-01-preview", + "locations": [], + "resourceType": "canCreate" + }, + { + "apiVersions": [ + "2023-01-01-preview" + ], + "defaultApiVersion": "2023-01-01-preview", + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2023-01-01-preview" + ], + "defaultApiVersion": "2023-01-01-preview", + "locations": [ + "Australia East", + "Brazil South", + "Canada East", + "Central US", + "East Asia", + "East US 2", + "North Central US", + "North Europe", + "South Central US", + "UK South", + "West Central US", + "West Europe", + "West US 3" + ], + "resourceType": "cloudServices" + }, + { + "apiVersions": [ + "2023-01-01-preview" + ], + "defaultApiVersion": "2023-01-01-preview", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-01-01-preview" + ], + "defaultApiVersion": "2023-01-01-preview", + "locations": [ + "Australia East", + "Brazil South", + "Canada East", + "Central US", + "East Asia", + "East US 2", + "North Central US", + "North Europe", + "South Central US", + "UK South", + "West Central US", + "West Europe", + "West US 3" + ], + "resourceType": "locations/operationstatuses" + }, + { + "apiVersions": [ + "2023-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operationStatuses" + }, + { + "apiVersions": [ + "2023-01-01-preview" + ], + "defaultApiVersion": "2023-01-01-preview", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2023-01-01-preview" + ], + "defaultApiVersion": "2023-01-01-preview", + "locations": [], + "resourceType": "registeredSubscriptions" + } + ] + }, + { + "namespace": "Microsoft.ScVmm", + "resourceTypes": [ + { + "apiVersions": [ + "2024-06-01", + "2023-10-07", + "2023-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "West US 2", + "East US 2", + "North Europe", + "South Central US", + "West US 3", + "Central US", + "Sweden Central", + "UK South", + "Southeast Asia", + "Australia East", + "East US 2 EUAP" + ], + "resourceType": "AvailabilitySets" + }, + { + "apiVersions": [ + "2024-06-01", + "2023-10-07", + "2023-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "West US 2", + "East US 2", + "North Europe", + "South Central US", + "West US 3", + "Central US", + "Sweden Central", + "UK South", + "Southeast Asia", + "Australia East", + "East US 2 EUAP" + ], + "resourceType": "Clouds" + }, + { + "apiVersions": [ + "2024-06-01", + "2023-10-07", + "2023-04-01-preview", + "2022-05-21-preview", + "2020-06-05-preview" + ], + "defaultApiVersion": "2024-06-01", + "locations": [], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2024-06-01", + "2023-10-07", + "2023-04-01-preview", + "2022-05-21-preview", + "2020-06-05-preview" + ], + "defaultApiVersion": "2024-06-01", + "locations": [ + "East US", + "West US 2", + "East US 2 EUAP", + "West Europe", + "East US 2", + "North Europe", + "South Central US", + "West US 3", + "Central US", + "Sweden Central", + "UK South", + "Southeast Asia", + "Australia East" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2024-06-01", + "2023-10-07", + "2023-04-01-preview", + "2022-05-21-preview", + "2020-06-05-preview" + ], + "defaultApiVersion": "2024-06-01", + "locations": [], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2024-06-01", + "2023-10-07", + "2023-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "West US 2", + "East US 2", + "North Europe", + "South Central US", + "West US 3", + "Central US", + "Sweden Central", + "UK South", + "Southeast Asia", + "Australia East", + "East US 2 EUAP" + ], + "resourceType": "VMMServers" + }, + { + "apiVersions": [ + "2024-06-01", + "2023-10-07", + "2023-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "West US 2", + "East US 2", + "North Europe", + "South Central US", + "West US 3", + "Central US", + "Sweden Central", + "UK South", + "Southeast Asia", + "Australia East", + "East US 2 EUAP" + ], + "resourceType": "VMMServers/InventoryItems" + }, + { + "apiVersions": [ + "2024-06-01", + "2023-10-07", + "2023-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "West US 2", + "East US 2", + "North Europe", + "South Central US", + "West US 3", + "Central US", + "Sweden Central", + "UK South", + "Southeast Asia", + "Australia East", + "East US 2 EUAP" + ], + "resourceType": "VirtualMachineInstances" + }, + { + "apiVersions": [ + "2024-06-01", + "2023-10-07", + "2023-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "West US 2", + "East US 2", + "North Europe", + "South Central US", + "West US 3", + "Central US", + "Sweden Central", + "UK South", + "Southeast Asia", + "Australia East", + "East US 2 EUAP" + ], + "resourceType": "VirtualMachineTemplates" + }, + { + "apiVersions": [ + "2023-04-01-preview", + "2022-05-21-preview", + "2020-06-05-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "West US 2", + "East US 2", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "VirtualMachines" + }, + { + "apiVersions": [ + "2023-04-01-preview", + "2022-05-21-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "West US 2", + "East US 2", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "VirtualMachines/Extensions" + }, + { + "apiVersions": [ + "2023-04-01-preview", + "2022-05-21-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "West US 2", + "East US 2", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "VirtualMachines/GuestAgents" + }, + { + "apiVersions": [ + "2023-04-01-preview", + "2022-05-21-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "West US 2", + "East US 2", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "VirtualMachines/HybridIdentityMetadata" + }, + { + "apiVersions": [ + "2024-06-01", + "2023-10-07", + "2023-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Europe", + "West US 2", + "East US 2", + "North Europe", + "South Central US", + "West US 3", + "Central US", + "Sweden Central", + "UK South", + "Southeast Asia", + "Australia East", + "East US 2 EUAP" + ], + "resourceType": "VirtualNetworks" + } + ] + }, + { + "namespace": "Microsoft.Scom", + "resourceTypes": [ + { + "apiVersions": [ + "2024-07-15-preview", + "2024-06-05-preview", + "2023-07-07-preview", + "2023-06-30", + "2022-09-13-preview", + "2022-04-30-preview", + "2021-06-30-preview" + ], + "defaultApiVersion": "2023-06-30", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-07-15-preview", + "2024-01-01-preview", + "2023-07-07-preview", + "2022-09-13-preview", + "2022-04-30-preview", + "2021-06-30-preview" + ], + "defaultApiVersion": "2024-01-01-preview", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "West Europe", + "West US", + "North Europe", + "West US 2", + "East US", + "East US 2", + "Australia East", + "Southeast Asia", + "UK South", + "West US 3", + "South Central US", + "Sweden Central", + "Canada Central", + "South India", + "Brazil South", + "Germany West Central", + "Canada East", + "Japan East", + "Central US", + "Central India", + "Italy North" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-07-15-preview", + "2024-01-01-preview", + "2023-07-07-preview", + "2022-09-13-preview", + "2022-04-30-preview", + "2021-06-30-preview" + ], + "defaultApiVersion": "2023-07-07-preview", + "locations": [ + "West Europe", + "West US", + "North Europe", + "West US 2", + "East US", + "East US 2", + "Australia East", + "Southeast Asia", + "UK South", + "West US 3", + "South Central US", + "Sweden Central", + "Canada Central", + "South India", + "Brazil South", + "Germany West Central", + "Canada East", + "Japan East", + "Central US", + "Central India", + "Italy North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "managedInstances" + }, + { + "apiVersions": [ + "2024-07-15-preview", + "2024-01-01-preview", + "2023-07-07-preview" + ], + "defaultApiVersion": "2023-07-07-preview", + "locations": [ + "West Europe", + "West US", + "North Europe", + "West US 2", + "East US", + "East US 2", + "Australia East", + "Southeast Asia", + "UK South", + "West US 3", + "South Central US", + "Sweden Central", + "Canada Central", + "South India", + "Brazil South", + "Germany West Central", + "Canada East", + "Japan East", + "Central US", + "Central India", + "Italy North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "managedInstances/managedGateways" + }, + { + "apiVersions": [ + "2024-07-15-preview", + "2024-01-01-preview", + "2023-07-07-preview" + ], + "defaultApiVersion": "2023-07-07-preview", + "locations": [ + "West Europe", + "West US", + "North Europe", + "West US 2", + "East US", + "East US 2", + "Australia East", + "Southeast Asia", + "UK South", + "West US 3", + "South Central US", + "Sweden Central", + "Canada Central", + "South India", + "Brazil South", + "Germany West Central", + "Canada East", + "Japan East", + "Central US", + "Central India", + "Italy North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "managedInstances/monitoredResources" + }, + { + "apiVersions": [ + "2023-07-07-preview", + "2023-06-30", + "2022-09-13-preview", + "2022-04-30-preview", + "2021-06-30-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.Search", + "resourceTypes": [ + { + "apiVersions": [ + "2024-06-01-Preview", + "2024-03-01-Preview", + "2023-11-01", + "2022-09-01", + "2021-06-06-Preview", + "2021-04-01-Preview", + "2020-08-01-Preview", + "2020-08-01", + "2020-03-13", + "2019-10-01-Preview", + "2015-08-19" + ], + "defaultApiVersion": "2023-11-01", + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2015-02-28", + "2014-07-31-Preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "checkServiceNameAvailability" + }, + { + "apiVersions": [ + "2024-06-01-Preview", + "2024-03-01-Preview", + "2023-11-01", + "2022-09-01", + "2021-06-06-Preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-06-01-Preview", + "2024-03-01-Preview", + "2023-11-01", + "2022-09-01", + "2021-06-06-Preview" + ], + "defaultApiVersion": null, + "locations": [ + "Germany North", + "Central US EUAP", + "East US 2 EUAP", + "Qatar Central", + "Poland Central", + "Italy North", + "Sweden Central", + "UK West", + "Korea South", + "Canada East", + "West US 3", + "Germany West Central", + "Norway East", + "Switzerland West", + "Switzerland North", + "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" + ], + "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable" + }, + { + "apiVersions": [ + "2024-06-01-Preview", + "2024-03-01-Preview", + "2021-06-06-Preview" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "East US 2", + "West US 2", + "South Central US", + "East US", + "West US", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2024-06-01-Preview", + "2024-03-01-Preview", + "2023-11-01" + ], + "defaultApiVersion": "2023-11-01", + "locations": [ + "Germany North", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "South India", + "Sweden Central", + "UK West", + "Korea South", + "Canada East", + "West US 3", + "Germany West Central", + "Norway East", + "Switzerland West", + "Switzerland North", + "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", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/usages" + }, + { + "apiVersions": [ + "2024-06-01-Preview", + "2024-03-01-Preview", + "2023-11-01", + "2022-09-01", + "2021-06-06-Preview", + "2021-04-01-Preview", + "2020-08-01-Preview", + "2020-08-01", + "2020-03-13", + "2019-10-01-Preview", + "2015-08-19", + "2015-02-28" + ], + "defaultApiVersion": "2023-11-01", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-06-01-Preview", + "2024-03-01-Preview", + "2023-11-01", + "2022-09-01", + "2021-06-06-Preview", + "2021-04-01-Preview", + "2020-08-01-Preview", + "2020-08-01", + "2020-03-13", + "2019-10-01-Preview", + "2015-08-19" + ], + "defaultApiVersion": null, + "locations": [ + "Germany North", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "South India", + "Sweden Central", + "UK West", + "Korea South", + "Canada East", + "West US 3", + "Germany West Central", + "Norway East", + "Switzerland West", + "Switzerland North", + "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", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "resourceHealthMetadata" + }, + { + "apiVersions": [ + "2024-06-01-Preview", + "2024-03-01-Preview", + "2023-11-01", + "2022-09-01", + "2021-06-06-Preview", + "2021-04-01-Preview", + "2020-08-01-Preview", + "2020-08-01", + "2020-03-13", + "2019-10-01-Preview", + "2015-08-19", + "2015-02-28", + "2014-07-31-Preview" + ], + "defaultApiVersion": "2023-11-01", + "locations": [ + "Germany North", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "New Zealand North", + "Mexico Central", + "South India", + "Sweden Central", + "UK West", + "Korea South", + "Canada East", + "West US 3", + "Germany West Central", + "Norway East", + "Switzerland West", + "Switzerland North", + "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", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "searchServices" + } + ] + }, + { + "namespace": "Microsoft.SecretSyncController", + "resourceTypes": [ + { + "apiVersions": [ + "2024-08-21-preview" + ], + "defaultApiVersion": "2024-08-21-preview", + "locations": [ + "East US 2", + "East US", + "West US 3", + "West US 2", + "West US", + "West Europe", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "azureKeyVaultSecretProviderClasses" + }, + { + "apiVersions": [ + "2024-08-21-preview" + ], + "defaultApiVersion": "2024-08-21-preview", + "locations": [ + "global" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-08-21-preview" + ], + "defaultApiVersion": "2024-08-21-preview", + "locations": [ + "East US 2", + "East US", + "West US", + "West US 2", + "West US 3", + "West Europe", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-08-21-preview" + ], + "defaultApiVersion": "2024-08-21-preview", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-08-21-preview" + ], + "defaultApiVersion": "2024-08-21-preview", + "locations": [ + "East US 2", + "East US", + "West US 3", + "West US 2", + "West US", + "West Europe", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "secretSyncs" + } + ] + }, + { + "namespace": "Microsoft.Security", + "resourceTypes": [ + { + "apiVersions": [ + "2019-01-01", + "2017-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "East US" + ], + "resourceType": "AutoProvisioningSettings" + }, + { + "apiVersions": [ + "2017-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "East US" + ], + "resourceType": "Compliances" + }, + { + "apiVersions": [ + "2017-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "East US" + ], + "resourceType": "InformationProtectionPolicies" + }, + { + "apiVersions": [ + "2021-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "MdeOnboardings" + }, + { + "apiVersions": [ + "2019-01-01", + "2017-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Brazil Southeast", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "Germany West Central", + "France Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "advancedThreatProtectionSettings" + }, + { + "apiVersions": [ + "2023-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "aggregations" + }, + { + "apiVersions": [ + "2022-01-01", + "2021-11-01", + "2021-01-01", + "2020-01-01", + "2019-01-01", + "2015-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "East US", + "West Europe" + ], + "resourceType": "alerts" + }, + { + "apiVersions": [ + "2019-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "alertsSuppressionRules" + }, + { + "apiVersions": [ + "2020-01-01", + "2015-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "East US", + "West Europe", + "West Central US" + ], + "resourceType": "allowedConnections" + }, + { + "apiVersions": [ + "2023-11-15", + "2022-11-20-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "apiCollections" + }, + { + "apiVersions": [ + "2022-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "applications" + }, + { + "apiVersions": [ + "2021-06-01", + "2020-01-01", + "2019-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "assessmentMetadata" + }, + { + "apiVersions": [ + "2021-06-01", + "2020-01-01", + "2019-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "assessments" + }, + { + "apiVersions": [ + "2022-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "assessments/governanceAssignments" + }, + { + "apiVersions": [ + "2021-08-01-preview" + ], + "defaultApiVersion": null, + "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", + "Switzerland North", + "Switzerland West" + ], + "resourceType": "assignments" + }, + { + "apiVersions": [ + "2019-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "autoDismissAlertsRules" + }, + { + "apiVersions": [ + "2023-12-01-preview", + "2019-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "West US 3", + "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", + "Switzerland North", + "Switzerland West", + "Sweden Central", + "Qatar Central", + "Brazil Southeast", + "Spain Central", + "Israel Central", + "Poland Central" + ], + "resourceType": "automations" + }, + { + "apiVersions": [ + "2017-08-01" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "East US" + ], + "resourceType": "complianceResults" + }, + { + "apiVersions": [ + "2020-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "connectors" + }, + { + "apiVersions": [ + "2021-07-01-preview", + "2021-07-01-beta", + "2021-07-01-alpha" + ], + "defaultApiVersion": null, + "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", + "Switzerland North", + "Switzerland West" + ], + "resourceType": "customAssessmentAutomations" + }, + { + "apiVersions": [ + "2024-08-01", + "2023-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "customRecommendations" + }, + { + "apiVersions": [ + "2015-06-01-preview" + ], + "defaultApiVersion": null, + "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" + ], + "resourceType": "dataCollectionAgents" + }, + { + "apiVersions": [ + "2021-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US" + ], + "resourceType": "dataScanners" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2022-12-01-preview", + "2017-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Germany North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "defenderForStorageSettings" + }, + { + "apiVersions": [ + "2019-08-01", + "2017-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East Asia", + "Southeast Asia", + "Central US", + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "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", + "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", + "Germany West Central", + "Germany North", + "Norway East", + "Switzerland North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "deviceSecurityGroups" + }, + { + "apiVersions": [ + "2020-01-01", + "2015-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "East US", + "West Europe", + "West Central US" + ], + "resourceType": "discoveredSecuritySolutions" + }, + { + "apiVersions": [ + "2020-01-01", + "2015-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "East US", + "West Europe", + "West Central US" + ], + "resourceType": "externalSecuritySolutions" + }, + { + "apiVersions": [ + "2022-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "governanceRules" + }, + { + "apiVersions": [ + "2023-05-01-preview", + "2023-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "healthReports" + }, + { + "apiVersions": [ + "2023-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "integrations" + }, + { + "apiVersions": [ + "2019-08-01", + "2017-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East Asia", + "Southeast Asia", + "Central US", + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "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", + "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", + "Germany West Central", + "Germany North", + "Norway East", + "Switzerland North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "iotSecuritySolutions" + }, + { + "apiVersions": [ + "2019-08-01", + "2017-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East Asia", + "Southeast Asia", + "Central US", + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "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", + "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", + "Germany West Central", + "Germany North", + "Norway East", + "Switzerland North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "iotSecuritySolutions/analyticsModels" + }, + { + "apiVersions": [ + "2019-08-01", + "2017-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East Asia", + "Southeast Asia", + "Central US", + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "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", + "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", + "Germany West Central", + "Germany North", + "Norway East", + "Switzerland North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "iotSecuritySolutions/analyticsModels/aggregatedAlerts" + }, + { + "apiVersions": [ + "2019-08-01", + "2017-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East Asia", + "Southeast Asia", + "Central US", + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "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", + "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", + "Germany West Central", + "Germany North", + "Norway East", + "Switzerland North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "iotSecuritySolutions/analyticsModels/aggregatedRecommendations" + }, + { + "apiVersions": [ + "2019-08-01" + ], + "defaultApiVersion": null, + "locations": [ + "East Asia", + "Southeast Asia", + "Central US", + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "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", + "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", + "Germany West Central", + "Germany North", + "Norway East", + "Switzerland North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "iotSecuritySolutions/iotAlertTypes" + }, + { + "apiVersions": [ + "2019-08-01" + ], + "defaultApiVersion": null, + "locations": [ + "East Asia", + "Southeast Asia", + "Central US", + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "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", + "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", + "Germany West Central", + "Germany North", + "Norway East", + "Switzerland North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "iotSecuritySolutions/iotAlerts" + }, + { + "apiVersions": [ + "2019-08-01" + ], + "defaultApiVersion": null, + "locations": [ + "East Asia", + "Southeast Asia", + "Central US", + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "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", + "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", + "Germany West Central", + "Germany North", + "Norway East", + "Switzerland North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "iotSecuritySolutions/iotRecommendationTypes" + }, + { + "apiVersions": [ + "2019-08-01" + ], + "defaultApiVersion": null, + "locations": [ + "East Asia", + "Southeast Asia", + "Central US", + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "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", + "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", + "Germany West Central", + "Germany North", + "Norway East", + "Switzerland North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "iotSecuritySolutions/iotRecommendations" + }, + { + "apiVersions": [ + "2020-01-01", + "2015-06-01-preview" + ], + "defaultApiVersion": null, + "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" + ], + "resourceType": "jitNetworkAccessPolicies" + }, + { + "apiVersions": [ + "2015-06-01-preview" + ], + "defaultApiVersion": null, + "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" + ], + "resourceType": "jitPolicies" + }, + { + "apiVersions": [ + "2015-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "East US" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2022-01-01", + "2021-11-01", + "2021-01-01", + "2020-01-01", + "2019-01-01", + "2015-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "West Europe" + ], + "resourceType": "locations/alerts" + }, + { + "apiVersions": [ + "2020-01-01", + "2015-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "West Europe", + "West Central US" + ], + "resourceType": "locations/allowedConnections" + }, + { + "apiVersions": [ + "2020-01-01", + "2015-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "West Europe", + "West Central US" + ], + "resourceType": "locations/discoveredSecuritySolutions" + }, + { + "apiVersions": [ + "2020-01-01", + "2015-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "West Europe", + "West Central US" + ], + "resourceType": "locations/externalSecuritySolutions" + }, + { + "apiVersions": [ + "2020-01-01", + "2015-06-01-preview" + ], + "defaultApiVersion": null, + "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" + ], + "resourceType": "locations/jitNetworkAccessPolicies" + }, + { + "apiVersions": [ + "2020-01-01", + "2015-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "West Europe", + "West Central US" + ], + "resourceType": "locations/securitySolutions" + }, + { + "apiVersions": [ + "2020-01-01", + "2015-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "West Europe", + "West Central US" + ], + "resourceType": "locations/securitySolutionsReferenceData" + }, + { + "apiVersions": [ + "2015-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "West Europe", + "West Central US" + ], + "resourceType": "locations/tasks" + }, + { + "apiVersions": [ + "2020-01-01", + "2015-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "West Europe", + "West Central US" + ], + "resourceType": "locations/topologies" + }, + { + "apiVersions": [ + "2020-01-01", + "2015-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US EUAP", + "EAST US 2 EUAP" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2015-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "East US" + ], + "resourceType": "policies" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-01-01", + "2022-03-01", + "2018-06-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "pricings" + }, + { + "apiVersions": [ + "2023-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "East US" + ], + "resourceType": "pricings/securityOperators" + }, + { + "apiVersions": [ + "2022-04-01-preview", + "2022-04-01-beta", + "2022-04-01-alpha" + ], + "defaultApiVersion": null, + "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", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North" + ], + "resourceType": "query" + }, + { + "apiVersions": [ + "2019-01-01-preview", + "2019-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "East US" + ], + "resourceType": "regulatoryComplianceStandards" + }, + { + "apiVersions": [ + "2019-01-01-preview", + "2019-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "East US" + ], + "resourceType": "regulatoryComplianceStandards/regulatoryComplianceControls" + }, + { + "apiVersions": [ + "2019-01-01-preview", + "2019-01-01" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "East US" + ], + "resourceType": "regulatoryComplianceStandards/regulatoryComplianceControls/regulatoryComplianceAssessments" + }, + { + "apiVersions": [ + "2020-01-01-preview", + "2020-01-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "secureScoreControlDefinitions" + }, + { + "apiVersions": [ + "2020-01-01-preview", + "2020-01-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "secureScoreControls" + }, + { + "apiVersions": [ + "2020-01-01-preview", + "2020-01-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "secureScores" + }, + { + "apiVersions": [ + "2020-01-01-preview", + "2020-01-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "secureScores/secureScoreControls" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-07-01-preview", + "2024-03-01-preview", + "2023-10-01-preview", + "2023-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "West US 3", + "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", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "Brazil Southeast", + "Qatar Central", + "Spain Central", + "Israel Central", + "Poland Central" + ], + "resourceType": "securityConnectors" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2024-04-01", + "2023-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "UK South", + "East US", + "North Europe", + "Sweden Central", + "Canada Central", + "East Asia", + "Australia East", + "West Europe", + "Central US" + ], + "resourceType": "securityConnectors/devops" + }, + { + "apiVersions": [ + "2023-12-01-preview", + "2020-01-01-preview", + "2017-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "East US" + ], + "resourceType": "securityContacts" + }, + { + "apiVersions": [ + "2020-01-01", + "2015-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "East US", + "West Europe", + "West Central US" + ], + "resourceType": "securitySolutions" + }, + { + "apiVersions": [ + "2020-01-01", + "2015-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "East US", + "West Europe", + "West Central US" + ], + "resourceType": "securitySolutionsReferenceData" + }, + { + "apiVersions": [ + "2024-08-01", + "2023-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "securityStandards" + }, + { + "apiVersions": [ + "2015-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "East US", + "West Europe", + "West Central US" + ], + "resourceType": "securityStatuses" + }, + { + "apiVersions": [ + "2015-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "East US", + "West Europe", + "West Central US" + ], + "resourceType": "securityStatusesSummaries" + }, + { + "apiVersions": [ + "2023-02-15-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "sensitivitySettings" + }, + { + "apiVersions": [ + "2020-01-01", + "2015-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Europe", + "North Europe", + "UK South", + "UK West", + "France Central", + "France South", + "Switzerland North", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "serverVulnerabilityAssessments" + }, + { + "apiVersions": [ + "2023-05-01", + "2022-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "serverVulnerabilityAssessmentsSettings" + }, + { + "apiVersions": [ + "2022-05-01", + "2021-07-01", + "2021-06-01", + "2019-01-01", + "2017-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "East US" + ], + "resourceType": "settings" + }, + { + "apiVersions": [ + "2023-02-01-preview", + "2020-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "Brazil South", + "Australia Central", + "Australia East", + "Canada Central", + "East Asia", + "East US", + "East US 2", + "Central India", + "West India", + "Japan East", + "North Central US", + "South Africa North", + "Switzerland North", + "UK South", + "West US 2", + "Australia Southeast", + "Central US", + "France Central", + "Korea Central", + "North Europe", + "South Central US", + "Southeast Asia", + "UK West", + "West US", + "West Europe", + "West US 3", + "Germany West Central", + "Norway East", + "Qatar Central", + "Canada East", + "Japan West", + "UAE Central", + "Sweden Central", + "UAE North", + "South India", + "Korea South", + "Poland Central", + "South Africa West", + "Germany North", + "France South", + "Australia Central 2", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "sqlVulnerabilityAssessments" + }, + { + "apiVersions": [ + "2024-08-01", + "2023-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "standardAssignments" + }, + { + "apiVersions": [ + "2021-08-01-preview" + ], + "defaultApiVersion": null, + "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", + "Switzerland North", + "Switzerland West" + ], + "resourceType": "standards" + }, + { + "apiVersions": [ + "2020-01-01", + "2019-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "subAssessments" + }, + { + "apiVersions": [ + "2015-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "East US", + "West Europe", + "West Central US" + ], + "resourceType": "tasks" + }, + { + "apiVersions": [ + "2020-01-01", + "2015-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "East US", + "West Europe", + "West Central US" + ], + "resourceType": "topologies" + }, + { + "apiVersions": [ + "2024-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "trustedIps" + }, + { + "apiVersions": [ + "2022-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "vmScanners" + }, + { + "apiVersions": [ + "2019-01-01", + "2017-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "East US" + ], + "resourceType": "workspaceSettings" + } + ] + }, + { + "namespace": "Microsoft.SecurityCopilot", + "resourceTypes": [ + { + "apiVersions": [ + "2023-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2023-12-01-preview" + ], + "defaultApiVersion": "2023-12-01-preview", + "locations": [ + "Australia East", + "East US", + "UK South", + "West Europe" + ], + "resourceType": "capacities" + }, + { + "apiVersions": [ + "2023-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-12-01-preview" + ], + "defaultApiVersion": "2023-12-01-preview", + "locations": [ + "Australia East", + "East US", + "UK South", + "West Europe" + ], + "resourceType": "locations/operationStatuses" + } + ] + }, + { + "namespace": "Microsoft.SecurityDetonation", + "resourceTypes": [ + { + "apiVersions": [ + "2022-07-01", + "2021-07-01", + "2020-07-01-preview", + "2019-08-01-preview" + ], + "defaultApiVersion": "2022-07-01", + "locations": [ + "Australia East", + "Australia Southeast", + "Central US", + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "South Central US", + "Southeast Asia", + "Brazil South", + "Japan East", + "Japan West", + "North Europe", + "West Europe", + "Central India", + "West India", + "South India", + "Canada Central", + "Canada East", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE Central", + "Switzerland West", + "Germany North", + "Norway West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "chambers" + }, + { + "apiVersions": [ + "2022-07-01", + "2021-07-01", + "2020-07-01-preview", + "2019-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Australia Southeast", + "Central US", + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "South Central US", + "Southeast Asia", + "Brazil South", + "Japan East", + "Japan West", + "North Europe", + "West Europe", + "Central India", + "West India", + "South India", + "Canada Central", + "Canada East", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE Central", + "Switzerland West", + "Germany North", + "Norway West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2022-07-01", + "2021-07-01", + "2020-07-01-preview", + "2019-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Australia Southeast", + "Central US", + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "South Central US", + "Southeast Asia", + "Brazil South", + "Japan East", + "Japan West", + "North Europe", + "West Europe", + "Central India", + "West India", + "South India", + "Canada Central", + "Canada East", + "UK West", + "UK South", + "Korea Central", + "Korea South", + "France Central", + "France South", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE Central", + "Switzerland West", + "Germany North", + "Norway West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "operationResults" + }, + { + "apiVersions": [ + "2022-07-01", + "2021-07-01", + "2020-07-01-preview", + "2019-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Australia Southeast", + "Central US", + "East US", + "East US 2", + "West US", + "West US 2", + "West US 3", + "South Central US", + "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", + "France South", + "South Africa North", + "UAE North", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE Central", + "Switzerland West", + "Germany North", + "Norway West", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.SecurityInsights", + "resourceTypes": [ + { + "apiVersions": [ + "2024-10-01-preview", + "2024-04-01-preview", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-11-01-preview", + "2022-10-01-preview", + "2022-09-01-preview", + "2022-08-01-preview", + "2022-07-01-preview", + "2022-06-01-preview", + "2022-05-01-preview", + "2022-04-01-preview", + "2022-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "MitreCoverageRecords" + }, + { + "apiVersions": [ + "2019-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "aggregations" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01", + "2024-04-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-11-01", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2023-02-01", + "2022-12-01-preview", + "2022-11-01-preview", + "2022-11-01", + "2022-10-01-preview", + "2022-09-01-preview", + "2022-08-01-preview", + "2022-08-01", + "2022-07-01-preview", + "2022-06-01-preview", + "2022-05-01-preview", + "2022-04-01-preview", + "2022-01-01-preview", + "2021-10-01-preview", + "2021-10-01", + "2021-09-01-preview", + "2021-03-01-preview", + "2020-01-01", + "2019-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "alertRuleTemplates" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01", + "2024-04-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-11-01", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2023-02-01", + "2022-12-01-preview", + "2022-11-01-preview", + "2022-11-01", + "2022-10-01-preview", + "2022-09-01-preview", + "2022-08-01-preview", + "2022-08-01", + "2022-07-01-preview", + "2022-06-01-preview", + "2022-05-01-preview", + "2022-04-01-preview", + "2022-01-01-preview", + "2021-10-01-preview", + "2021-10-01", + "2021-09-01-preview", + "2021-03-01-preview", + "2020-01-01", + "2019-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "alertRules" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01", + "2024-04-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-11-01", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2023-02-01", + "2022-12-01-preview", + "2022-11-01-preview", + "2022-11-01", + "2022-10-01-preview", + "2022-09-01-preview", + "2022-08-01-preview", + "2022-08-01", + "2022-07-01-preview", + "2022-06-01-preview", + "2022-05-01-preview", + "2022-04-01-preview", + "2022-01-01-preview", + "2021-10-01-preview", + "2021-10-01", + "2021-09-01-preview", + "2019-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "automationRules" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-04-01-preview", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "billingStatistics" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01", + "2024-04-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-11-01", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2023-02-01", + "2022-12-01-preview", + "2022-11-01-preview", + "2022-11-01", + "2022-10-01-preview", + "2022-09-01-preview", + "2022-08-01-preview", + "2022-08-01", + "2022-07-01-preview", + "2022-06-01-preview", + "2022-05-01-preview", + "2022-04-01-preview", + "2022-01-01-preview", + "2021-10-01-preview", + "2021-10-01", + "2021-09-01-preview", + "2020-01-01", + "2019-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "bookmarks" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "businessApplicationAgents" + }, + { + "apiVersions": [ + "2019-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "cases" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-04-01-preview", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-11-01-preview", + "2022-10-01-preview", + "2022-09-01-preview", + "2022-08-01-preview", + "2022-07-01-preview", + "2022-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "confidentialWatchlists" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01", + "2024-04-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-11-01", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "contentPackages" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01", + "2024-04-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-11-01", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "contentProductPackages" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01", + "2024-04-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-11-01", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "contentProductTemplates" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01", + "2024-04-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-11-01", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "contentTemplates" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-04-01-preview", + "2024-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "contenttranslators" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01", + "2024-06-01", + "2024-04-01-preview", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-11-01-preview", + "2022-10-01-preview", + "2022-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "dataConnectorDefinitions" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01", + "2024-06-01", + "2024-04-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-11-01", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2023-02-01", + "2022-12-01-preview", + "2022-11-01-preview", + "2022-11-01", + "2022-10-01-preview", + "2022-09-01-preview", + "2022-08-01-preview", + "2022-08-01", + "2022-07-01-preview", + "2022-06-01-preview", + "2022-05-01-preview", + "2022-04-01-preview", + "2022-01-01-preview", + "2021-10-01-preview", + "2021-10-01", + "2021-09-01-preview", + "2021-03-01-preview", + "2020-01-01", + "2019-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "dataConnectors" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-04-01-preview", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-11-01-preview", + "2022-10-01-preview", + "2022-09-01-preview", + "2022-08-01-preview", + "2022-07-01-preview", + "2022-06-01-preview", + "2022-05-01-preview", + "2022-04-01-preview", + "2022-01-01-preview", + "2021-10-01-preview", + "2021-09-01-preview", + "2019-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "dataConnectorsCheckRequirements" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-04-01-preview", + "2024-02-01-preview", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-11-01-preview", + "2022-10-01-preview", + "2022-09-01-preview", + "2022-08-01-preview", + "2022-07-01-preview", + "2022-06-01-preview", + "2022-05-01-preview", + "2022-04-01-preview", + "2022-01-01-preview", + "2021-10-01-preview", + "2021-09-01-preview", + "2019-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "enrichment" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "enrichmentWidgets" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01", + "2024-05-01-preview", + "2024-04-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-11-01-preview", + "2022-10-01-preview", + "2022-09-01-preview", + "2022-08-01-preview", + "2022-07-01-preview", + "2022-06-01-preview", + "2022-05-01-preview", + "2022-04-01-preview", + "2022-01-01-preview", + "2021-10-01-preview", + "2021-09-01-preview", + "2019-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "entities" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-04-01-preview", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-11-01-preview", + "2022-10-01-preview", + "2022-09-01-preview", + "2022-08-01-preview", + "2022-07-01-preview", + "2022-06-01-preview", + "2022-05-01-preview", + "2022-04-01-preview", + "2022-01-01-preview", + "2021-10-01-preview", + "2021-09-01-preview", + "2021-03-01-preview", + "2019-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "entityQueries" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-04-01-preview", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-11-01-preview", + "2022-10-01-preview", + "2022-09-01-preview", + "2022-08-01-preview", + "2022-07-01-preview", + "2022-06-01-preview", + "2022-05-01-preview", + "2022-04-01-preview", + "2022-01-01-preview", + "2021-10-01-preview", + "2021-09-01-preview", + "2021-03-01-preview", + "2019-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "entityQueryTemplates" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-04-01-preview", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "exportConnections" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-04-01-preview", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-11-01-preview", + "2022-10-01-preview", + "2022-09-01-preview", + "2022-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "fileImports" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-04-01-preview", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "hunts" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-04-01-preview", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-11-01-preview", + "2022-10-01-preview", + "2022-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "huntsessions" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01", + "2024-04-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-11-01", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2023-02-01", + "2022-12-01-preview", + "2022-11-01-preview", + "2022-11-01", + "2022-10-01-preview", + "2022-09-01-preview", + "2022-08-01-preview", + "2022-08-01", + "2022-07-01-preview", + "2022-06-01-preview", + "2022-05-01-preview", + "2022-04-01-preview", + "2022-01-01-preview", + "2021-10-01-preview", + "2021-10-01", + "2021-09-01-preview", + "2021-04-01", + "2021-03-01-preview", + "2020-01-01", + "2019-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "incidents" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01", + "2024-04-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-11-01", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-11-01-preview", + "2022-10-01-preview", + "2022-09-01-preview", + "2022-08-01-preview", + "2022-07-01-preview", + "2022-06-01-preview", + "2022-05-01-preview", + "2022-04-01-preview", + "2022-01-01-preview", + "2021-10-01-preview", + "2021-09-01-preview", + "2021-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "listrepositories" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01", + "2024-04-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-11-01", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2023-02-01", + "2022-12-01-preview", + "2022-11-01-preview", + "2022-10-01-preview", + "2022-09-01-preview", + "2022-08-01-preview", + "2022-07-01-preview", + "2022-06-01-preview", + "2022-05-01-preview", + "2022-04-01-preview", + "2022-01-01-preview", + "2021-10-01-preview", + "2021-09-01-preview", + "2021-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "metadata" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-04-01-preview", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-11-01-preview", + "2022-10-01-preview", + "2022-09-01-preview", + "2022-08-01-preview", + "2022-07-01-preview", + "2022-06-01-preview", + "2022-05-01-preview", + "2022-04-01-preview", + "2022-01-01-preview", + "2021-10-01-preview", + "2021-09-01-preview", + "2019-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "officeConsents" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01", + "2024-04-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-11-01", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2023-02-01", + "2022-12-01-preview", + "2022-11-01-preview", + "2022-11-01", + "2022-10-01-preview", + "2022-09-01-preview", + "2022-08-01-preview", + "2022-08-01", + "2022-07-01-preview", + "2022-06-01-preview", + "2022-05-01-preview", + "2022-04-01-preview", + "2022-01-01-preview", + "2021-10-01-preview", + "2021-10-01", + "2021-09-01-preview", + "2021-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "onboardingStates" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01", + "2024-04-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-11-01", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2023-02-01", + "2022-12-01-preview", + "2022-11-01-preview", + "2022-11-01", + "2022-10-01-preview", + "2022-09-01-preview", + "2022-08-01-preview", + "2022-08-01", + "2022-07-01-preview", + "2022-06-01-preview", + "2022-05-01-preview", + "2022-04-01-preview", + "2022-01-01-preview", + "2021-10-01-preview", + "2021-10-01", + "2021-09-01-preview", + "2021-04-01", + "2021-03-01-preview", + "2020-01-01", + "2019-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-04-01-preview", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-11-01-preview", + "2022-10-01-preview", + "2022-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "overview" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-04-01-preview", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "recommendations" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01", + "2024-04-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-11-01", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2023-02-01", + "2022-12-01-preview", + "2022-11-01-preview", + "2022-11-01", + "2022-10-01-preview", + "2022-09-01-preview", + "2022-08-01-preview", + "2022-07-01-preview", + "2022-06-01-preview", + "2022-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "securityMLAnalyticsSettings" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-04-01-preview", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-11-01-preview", + "2022-10-01-preview", + "2022-09-01-preview", + "2022-08-01-preview", + "2022-07-01-preview", + "2022-06-01-preview", + "2022-05-01-preview", + "2022-04-01-preview", + "2022-01-01-preview", + "2021-10-01-preview", + "2021-09-01-preview", + "2021-03-01-preview", + "2019-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "settings" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01", + "2024-04-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-11-01", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-11-01-preview", + "2022-10-01-preview", + "2022-09-01-preview", + "2022-08-01-preview", + "2022-07-01-preview", + "2022-06-01-preview", + "2022-05-01-preview", + "2022-04-01-preview", + "2022-01-01-preview", + "2021-10-01-preview", + "2021-09-01-preview", + "2021-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "sourceControls" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01", + "2024-04-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-11-01", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2023-02-01", + "2022-12-01-preview", + "2022-11-01-preview", + "2022-11-01", + "2022-10-01-preview", + "2022-09-01-preview", + "2022-08-01-preview", + "2022-08-01", + "2022-07-01-preview", + "2022-06-01-preview", + "2022-05-01-preview", + "2022-04-01-preview", + "2022-01-01-preview", + "2021-10-01-preview", + "2021-10-01", + "2021-09-01-preview", + "2021-04-01", + "2019-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "threatIntelligence" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-04-01-preview", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview", + "2023-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "triggeredAnalyticsRuleRuns" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01", + "2024-04-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-11-01", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2023-02-01", + "2022-12-01-preview", + "2022-11-01-preview", + "2022-11-01", + "2022-10-01-preview", + "2022-09-01-preview", + "2022-08-01-preview", + "2022-08-01", + "2022-07-01-preview", + "2022-06-01-preview", + "2022-05-01-preview", + "2022-04-01-preview", + "2022-01-01-preview", + "2021-10-01-preview", + "2021-10-01", + "2021-09-01-preview", + "2021-04-01", + "2021-03-01-preview", + "2019-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "watchlists" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-04-01-preview", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "workspaceManagerAssignments" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-04-01-preview", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "workspaceManagerConfigurations" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-04-01-preview", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "workspaceManagerGroups" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-04-01-preview", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-10-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-07-01-preview", + "2023-06-01-preview", + "2023-05-01-preview", + "2023-04-01-preview", + "2023-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Israel Central", + "West Europe", + "North Europe", + "France Central", + "UK South", + "UK West", + "France South", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany West Central", + "Sweden Central", + "Italy North" + ], + "resourceType": "workspaceManagerMembers" + } + ] + }, + { + "namespace": "Microsoft.SecurityPlatform", + "resourceTypes": [ + { + "apiVersions": [ + "2024-10-01-preview" + ], + "defaultApiVersion": "2024-10-01-preview", + "locations": [], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2024-10-01-preview" + ], + "defaultApiVersion": "2024-10-01-preview", + "locations": [ + "Norway East", + "West US 2" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2024-10-01-preview" + ], + "defaultApiVersion": "2024-10-01-preview", + "locations": [], + "resourceType": "Operations" + } + ] + }, + { + "namespace": "Microsoft.SerialConsole", + "resourceTypes": [ + { + "apiVersions": [ + "2024-07-01", + "2023-01-01", + "2018-05-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "consoleServices" + }, + { + "apiVersions": [ + "2024-07-01", + "2023-01-01", + "2018-05-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-07-01", + "2023-01-01", + "2018-05-01" + ], + "defaultApiVersion": null, + "locations": [ + "West US 2", + "East US 2" + ], + "resourceType": "locations/consoleServices" + }, + { + "apiVersions": [ + "2024-07-01", + "2023-01-01", + "2018-05-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-07-01", + "2023-01-01", + "2018-05-01" + ], + "defaultApiVersion": null, + "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", + "Southeast Asia", + "South India", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Qatar Central", + "Italy North", + "Poland Central", + "Israel Central", + "Mexico Central", + "Spain Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "serialPorts" + } + ] + }, + { + "namespace": "Microsoft.ServiceBus", + "resourceTypes": [ + { + "apiVersions": [ + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2015-08-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "checkNamespaceAvailability" + }, + { + "apiVersions": [ + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", + "2017-04-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", + "2017-04-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/deleteVirtualNetworkOrSubnets" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/namespaceOperationResults" + }, + { + "apiVersions": [ + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations/operationStatus" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "defaultApiVersion": "2017-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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/authorizationrules" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", + "2017-04-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/disasterrecoveryconfigs" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/disasterrecoveryconfigs/checkNameAvailability" + }, + { + "apiVersions": [ + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/eventgridfilters" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", + "2017-04-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/migrationConfigurations" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", + "2017-04-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/networkrulesets" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/privateEndpointConnectionProxies" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/privateEndpointConnections" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/queues" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/queues/authorizationrules" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/topics" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/topics/authorizationrules" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/topics/subscriptions" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "namespaces/topics/subscriptions/rules" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "premiumMessagingRegions" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-01-01-preview", + "2022-10-01-preview", + "2022-01-01-preview", + "2021-11-01", + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", + "2017-04-01", + "2015-08-01", + "2014-09-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "sku" + } + ] + }, + { + "namespace": "Microsoft.ServiceFabric", + "resourceTypes": [ + { + "apiVersions": [ + "2023-11-01-privatepreview", + "2023-11-01-preview", + "2021-06-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Italy North", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Israel Central", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "clusters" + }, + { + "apiVersions": [ + "2023-11-01-privatepreview", + "2023-11-01-preview", + "2021-06-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Italy North", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Israel Central", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "clusters/applicationTypes" + }, + { + "apiVersions": [ + "2023-11-01-privatepreview", + "2023-11-01-preview", + "2021-06-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Italy North", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Israel Central", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "clusters/applicationTypes/versions" + }, + { + "apiVersions": [ + "2023-11-01-privatepreview", + "2023-11-01-preview", + "2021-06-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Italy North", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Israel Central", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "clusters/applications" + }, + { + "apiVersions": [ + "2023-11-01-privatepreview", + "2023-11-01-preview", + "2021-06-01", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Italy North", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Israel Central", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "clusters/applications/services" + }, + { + "apiVersions": [ + "2023-11-01-privatepreview", + "2023-11-01-preview", + "2021-06-01", + "2020-12-15-privatepreview", + "2020-12-15-preview", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-11-01-privatepreview", + "2023-11-01-preview", + "2021-06-01", + "2020-12-15-privatepreview", + "2020-12-15-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Italy North", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Israel Central", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/clusterVersions" + }, + { + "apiVersions": [ + "2023-11-01-privatepreview", + "2023-11-01-preview", + "2021-06-01", + "2020-12-15-privatepreview", + "2020-12-15-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Italy North", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Israel Central", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/environments" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-06-01-preview", + "2024-04-01", + "2024-02-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-08-01-preview", + "2022-06-01-preview", + "2022-02-01-preview", + "2022-01-01", + "2021-11-01-preview", + "2021-07-01-preview", + "2021-05-01", + "2021-01-01-preview", + "2020-01-01-preview" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Italy North", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Israel Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/environments/managedClusterVersions" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-06-01-preview", + "2024-04-01", + "2024-02-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-08-01-preview", + "2022-06-01-preview", + "2022-02-01-preview", + "2022-01-01", + "2021-11-01-preview", + "2021-07-01-preview", + "2021-05-01", + "2021-01-01-preview", + "2020-01-01-preview" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Italy North", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Israel Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedClusterOperationResults" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-06-01-preview", + "2024-04-01", + "2024-02-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-08-01-preview", + "2022-06-01-preview", + "2022-02-01-preview", + "2022-01-01", + "2021-11-01-preview", + "2021-07-01-preview", + "2021-05-01", + "2021-01-01-preview", + "2020-01-01-preview" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Italy North", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Israel Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedClusterOperations" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-06-01-preview", + "2024-04-01", + "2024-02-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-08-01-preview", + "2022-06-01-preview", + "2022-02-01-preview", + "2022-01-01", + "2021-11-01-preview", + "2021-07-01-preview", + "2021-05-01", + "2021-01-01-preview", + "2020-01-01-preview" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Italy North", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Israel Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedClusterVersions" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-06-01-preview", + "2024-04-01", + "2024-02-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-08-01-preview", + "2022-06-01-preview", + "2022-02-01-preview", + "2022-01-01", + "2021-11-01-preview", + "2021-07-01-preview", + "2021-05-01", + "2021-01-01-preview", + "2020-01-01-preview" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Italy North", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Israel Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedUnsupportedVMSizes" + }, + { + "apiVersions": [ + "2023-11-01-privatepreview", + "2023-11-01-preview", + "2021-06-01", + "2020-12-15-privatepreview", + "2020-12-15-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Italy North", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Israel Central", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2023-11-01-privatepreview", + "2023-11-01-preview", + "2021-06-01", + "2020-12-15-privatepreview", + "2020-12-15-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Italy North", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Israel Central", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/operations" + }, + { + "apiVersions": [ + "2023-11-01-privatepreview", + "2023-11-01-preview", + "2021-06-01", + "2020-12-15-privatepreview", + "2020-12-15-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "West US 3", + "Italy North", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Israel Central", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/unsupportedVMSizes" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-06-01-preview", + "2024-04-01", + "2024-02-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-08-01-preview", + "2022-06-01-preview", + "2022-02-01-preview", + "2022-01-01", + "2021-11-01-preview", + "2021-07-01-preview", + "2021-05-01", + "2021-01-01-preview", + "2020-01-01-preview" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Italy North", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Israel Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "managedclusters" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-06-01-preview", + "2024-04-01", + "2024-02-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-08-01-preview", + "2022-06-01-preview", + "2022-02-01-preview", + "2022-01-01", + "2021-11-01-preview", + "2021-07-01-preview", + "2021-05-01", + "2021-01-01-preview" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Italy North", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Israel Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "managedclusters/applicationTypes" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-06-01-preview", + "2024-04-01", + "2024-02-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-08-01-preview", + "2022-06-01-preview", + "2022-02-01-preview", + "2022-01-01", + "2021-11-01-preview", + "2021-07-01-preview", + "2021-05-01", + "2021-01-01-preview" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Italy North", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Israel Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "managedclusters/applicationTypes/versions" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-06-01-preview", + "2024-04-01", + "2024-02-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-08-01-preview", + "2022-06-01-preview", + "2022-02-01-preview", + "2022-01-01", + "2021-11-01-preview", + "2021-07-01-preview", + "2021-05-01", + "2021-01-01-preview" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Italy North", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Israel Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "managedclusters/applications" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-06-01-preview", + "2024-04-01", + "2024-02-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-08-01-preview", + "2022-06-01-preview", + "2022-02-01-preview", + "2022-01-01", + "2021-11-01-preview", + "2021-07-01-preview", + "2021-05-01", + "2021-01-01-preview" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Italy North", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Israel Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "managedclusters/applications/services" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-06-01-preview", + "2024-04-01", + "2024-02-01-preview", + "2023-12-01-preview", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-07-01-preview", + "2023-03-01-preview", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-08-01-preview", + "2022-06-01-preview", + "2022-02-01-preview", + "2022-01-01", + "2021-11-01-preview", + "2021-07-01-preview", + "2021-05-01", + "2021-01-01-preview", + "2020-01-01-preview" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "West US 3", + "Italy North", + "Mexico Central", + "Spain Central", + "New Zealand North", + "Israel Central", + "Qatar Central", + "Poland Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "managedclusters/nodetypes" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-06-01-preview", + "2024-04-01", + "2024-02-01-preview", + "2023-12-01-preview", + "2023-11-01-privatepreview", + "2023-11-01-preview", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-08-01-preview", + "2022-06-01-preview", + "2022-02-01-preview", + "2022-01-01", + "2021-11-01-preview", + "2021-07-01-preview", + "2021-06-01", + "2021-05-01", + "2021-01-01-preview", + "2020-12-15-privatepreview", + "2020-12-15-preview", + "2020-12-01-privatepreview", + "2020-12-01-preview", + "2020-03-01", + "2020-02-01-privatepreview", + "2020-02-01-preview", + "2020-01-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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.ServiceFabricMesh", + "resourceTypes": [ + { + "apiVersions": [ + "2018-09-01-preview", + "2018-07-01-preview" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "South Africa North", + "Switzerland North", + "North Central US", + "Switzerland West", + "Canada East", + "Australia Southeast", + "Central India", + "Norway East", + "UAE North", + "Japan West", + "West US 3", + "South India", + "West Central US", + "Sweden Central", + "Norway West", + "Canada Central", + "Qatar Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "applications" + }, + { + "apiVersions": [ + "2018-09-01-preview", + "2018-07-01-preview" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "South Africa North", + "Switzerland North", + "North Central US", + "Switzerland West", + "Canada East", + "Australia Southeast", + "Central India", + "Norway East", + "UAE North", + "Japan West", + "West US 3", + "South India", + "West Central US", + "Sweden Central", + "Norway West", + "Canada Central", + "Qatar Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "gateways" + }, + { + "apiVersions": [ + "2018-09-01-preview", + "2018-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2018-09-01-preview", + "2018-07-01-preview" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "South Africa North", + "Switzerland North", + "North Central US", + "Switzerland West", + "Canada East", + "Australia Southeast", + "Central India", + "Norway East", + "UAE North", + "Japan West", + "West US 3", + "South India", + "West Central US", + "Sweden Central", + "Norway West", + "Canada Central", + "Qatar Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/applicationOperations" + }, + { + "apiVersions": [ + "2018-09-01-preview", + "2018-07-01-preview" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "South Africa North", + "Switzerland North", + "North Central US", + "Switzerland West", + "Canada East", + "Australia Southeast", + "Central India", + "Norway East", + "UAE North", + "Japan West", + "West US 3", + "South India", + "West Central US", + "Sweden Central", + "Norway West", + "Canada Central", + "Qatar Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/gatewayOperations" + }, + { + "apiVersions": [ + "2018-09-01-preview", + "2018-07-01-preview" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "South Africa North", + "Switzerland North", + "North Central US", + "Switzerland West", + "Canada East", + "Australia Southeast", + "Central India", + "Norway East", + "UAE North", + "Japan West", + "West US 3", + "South India", + "West Central US", + "Sweden Central", + "Norway West", + "Canada Central", + "Qatar Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/networkOperations" + }, + { + "apiVersions": [ + "2018-09-01-preview", + "2018-07-01-preview" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "South Africa North", + "Switzerland North", + "North Central US", + "Switzerland West", + "Canada East", + "Australia Southeast", + "Central India", + "Norway East", + "UAE North", + "Japan West", + "West US 3", + "South India", + "West Central US", + "Sweden Central", + "Norway West", + "Canada Central", + "Qatar Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/secretOperations" + }, + { + "apiVersions": [ + "2018-09-01-preview", + "2018-07-01-preview" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "South Africa North", + "Switzerland North", + "North Central US", + "Switzerland West", + "Canada East", + "Australia Southeast", + "Central India", + "Norway East", + "UAE North", + "Japan West", + "West US 3", + "South India", + "West Central US", + "Sweden Central", + "Norway West", + "Canada Central", + "Qatar Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/volumeOperations" + }, + { + "apiVersions": [ + "2018-09-01-preview", + "2018-07-01-preview" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "South Africa North", + "Switzerland North", + "North Central US", + "Switzerland West", + "Canada East", + "Australia Southeast", + "Central India", + "Norway East", + "UAE North", + "Japan West", + "West US 3", + "South India", + "West Central US", + "Sweden Central", + "Norway West", + "Canada Central", + "Qatar Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "networks" + }, + { + "apiVersions": [ + "2018-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2018-09-01-preview", + "2018-07-01-preview" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "South Africa North", + "Switzerland North", + "North Central US", + "Switzerland West", + "Canada East", + "Australia Southeast", + "Central India", + "Norway East", + "UAE North", + "Japan West", + "West US 3", + "South India", + "West Central US", + "Sweden Central", + "Norway West", + "Canada Central", + "Qatar Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "secrets" + }, + { + "apiVersions": [ + "2018-09-01-preview", + "2018-07-01-preview" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "South Africa North", + "Switzerland North", + "North Central US", + "Switzerland West", + "Canada East", + "Australia Southeast", + "Central India", + "Norway East", + "UAE North", + "Japan West", + "West US 3", + "South India", + "West Central US", + "Sweden Central", + "Norway West", + "Canada Central", + "Qatar Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "volumes" + } + ] + }, + { + "namespace": "Microsoft.ServiceLinker", + "resourceTypes": [ + { + "apiVersions": [ + "2024-07-01-preview", + "2024-04-01", + "2023-04-01-preview", + "2022-11-01-preview" + ], + "defaultApiVersion": "2024-04-01", + "locations": [], + "resourceType": "configurationNames" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-04-01", + "2023-04-01-preview" + ], + "defaultApiVersion": "2024-04-01", + "locations": [ + "East US", + "West Central US", + "West US 2", + "West Europe", + "East US 2", + "West US 3", + "North Europe", + "South Central US", + "Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "UK West", + "Japan East", + "Japan West", + "West US", + "North Central US", + "East Asia", + "Canada Central", + "Germany West Central", + "Korea Central", + "Central India", + "Brazil South", + "France Central", + "Norway East", + "South Africa North", + "South India", + "UAE North", + "Canada East", + "Sweden Central", + "Southeast Asia", + "Switzerland North", + "Qatar Central", + "Korea South", + "Switzerland West", + "Norway West", + "Germany North", + "Brazil Southeast", + "Italy North" + ], + "resourceType": "daprConfigurations" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-04-01", + "2023-04-01-preview", + "2022-11-01-preview", + "2021-12-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Central US", + "West US 2", + "West Europe", + "East US 2", + "West US 3", + "North Europe", + "South Central US", + "Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "UK West", + "Japan East", + "Japan West", + "West US", + "North Central US", + "East Asia", + "Canada Central", + "Germany West Central", + "Korea Central", + "Central India", + "Brazil South", + "France Central", + "Norway East", + "South Africa North", + "South India", + "UAE North", + "Canada East", + "Sweden Central", + "Southeast Asia", + "Switzerland North", + "Qatar Central", + "Korea South", + "Switzerland West", + "Norway West", + "Germany North", + "Brazil Southeast", + "Italy North" + ], + "resourceType": "dryruns" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-04-01", + "2023-04-01-preview", + "2022-11-01-preview", + "2022-05-01", + "2022-01-01-preview", + "2021-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Central US", + "West US 2", + "West Europe", + "East US 2", + "West US 3", + "North Europe", + "South Central US", + "Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "UK West", + "Japan East", + "Japan West", + "West US", + "North Central US", + "East Asia", + "Canada Central", + "Germany West Central", + "Korea Central", + "Central India", + "Brazil South", + "France Central", + "Norway East", + "South Africa North", + "South India", + "UAE North", + "Canada East", + "Sweden Central", + "Southeast Asia", + "Switzerland North", + "Qatar Central", + "Korea South", + "Switzerland West", + "Norway West", + "Germany North", + "Brazil Southeast", + "Italy North" + ], + "resourceType": "linkers" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-04-01", + "2023-04-01-preview", + "2022-11-01-preview", + "2022-07-01-privatepreview", + "2022-05-01", + "2021-11-01-preview", + "2021-01-01-privatepreview" + ], + "defaultApiVersion": "2024-04-01", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-04-01", + "2023-04-01-preview", + "2022-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Central US", + "West US 2", + "West Europe", + "East US 2", + "West US 3", + "North Europe", + "South Central US", + "Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "UK West", + "Japan East", + "Japan West", + "West US", + "North Central US", + "East Asia", + "Canada Central", + "Germany West Central", + "Korea Central", + "Central India", + "Brazil South", + "France Central", + "Norway East", + "South Africa North", + "South India", + "UAE North", + "Canada East", + "Sweden Central", + "Southeast Asia", + "Switzerland North", + "Qatar Central", + "Korea South", + "Switzerland West", + "Norway West", + "Germany North", + "Brazil Southeast", + "Italy North" + ], + "resourceType": "locations/connectors" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-04-01", + "2023-04-01-preview", + "2022-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West Central US", + "West US 2", + "West Europe", + "East US 2", + "West US 3", + "North Europe", + "South Central US", + "Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "UK West", + "Japan East", + "Japan West", + "West US", + "North Central US", + "East Asia", + "Canada Central", + "Germany West Central", + "Korea Central", + "Central India", + "Brazil South", + "France Central", + "Norway East", + "South Africa North", + "South India", + "UAE North", + "Canada East", + "Sweden Central", + "Southeast Asia", + "Switzerland North", + "Qatar Central", + "Korea South", + "Switzerland West", + "Norway West", + "Germany North", + "Brazil Southeast", + "Italy North" + ], + "resourceType": "locations/dryruns" + }, + { + "apiVersions": [ + "2022-05-01", + "2021-11-01-preview", + "2021-01-01-privatepreview" + ], + "defaultApiVersion": "2022-05-01", + "locations": [ + "East US", + "West Central US", + "West US 2", + "West Europe", + "East US 2", + "West US 3", + "North Europe", + "South Central US", + "Central US", + "Australia East", + "Australia Central", + "Australia Southeast", + "UK South", + "UK West", + "Japan East", + "Japan West", + "West US", + "North Central US", + "East Asia", + "Canada Central", + "Germany West Central", + "Korea Central", + "Central India", + "Brazil South", + "France Central", + "Norway East", + "South Africa North", + "South India", + "UAE North", + "Canada East", + "Sweden Central", + "Southeast Asia", + "Switzerland North", + "Qatar Central", + "Korea South", + "Switzerland West", + "Norway West", + "Germany North", + "Brazil Southeast", + "Italy North" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2024-04-01", + "2023-04-01-preview", + "2022-05-01", + "2021-11-01-preview", + "2021-01-01-privatepreview" + ], + "defaultApiVersion": "2024-04-01", + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.ServiceNetworking", + "resourceTypes": [ + { + "apiVersions": [ + "2024-05-01-preview", + "2023-11-01", + "2023-05-01-preview", + "2022-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-11-01", + "2023-05-01-preview", + "2022-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-11-01", + "2023-05-01-preview", + "2022-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations/operations" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-11-01", + "2023-05-01-preview", + "2022-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Central US", + "East Asia", + "East US", + "East US 2", + "North Central US", + "North Europe", + "South Central US", + "Southeast Asia", + "UK South", + "West US", + "West Europe", + "UAE North", + "Switzerland North", + "Norway East", + "Korea Central", + "France Central", + "Canada Central", + "Germany West Central", + "Central India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-11-01", + "2023-05-01-preview", + "2022-10-01-preview" + ], + "defaultApiVersion": "2023-11-01", + "locations": [ + "Australia East", + "Central US", + "East Asia", + "East US", + "East US 2", + "North Central US", + "North Europe", + "South Central US", + "Southeast Asia", + "UK South", + "West US", + "West Europe", + "UAE North", + "Switzerland North", + "Norway East", + "Korea Central", + "France Central", + "Canada Central", + "Germany West Central", + "Central India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "trafficControllers" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-11-01", + "2023-05-01-preview", + "2022-10-01-preview" + ], + "defaultApiVersion": "2023-11-01", + "locations": [ + "Australia East", + "Central US", + "East Asia", + "East US", + "East US 2", + "North Central US", + "North Europe", + "South Central US", + "Southeast Asia", + "UK South", + "West US", + "West Europe", + "UAE North", + "Switzerland North", + "Norway East", + "Korea Central", + "France Central", + "Canada Central", + "Germany West Central", + "Central India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "trafficControllers/associations" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-11-01", + "2023-05-01-preview", + "2022-10-01-preview" + ], + "defaultApiVersion": "2023-11-01", + "locations": [ + "Australia East", + "Central US", + "East Asia", + "East US", + "East US 2", + "North Central US", + "North Europe", + "South Central US", + "Southeast Asia", + "UK South", + "West US", + "West Europe", + "UAE North", + "Switzerland North", + "Norway East", + "Korea Central", + "France Central", + "Canada Central", + "Germany West Central", + "Central India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "trafficControllers/frontends" + } + ] + }, + { + "namespace": "Microsoft.ServicesHub", + "resourceTypes": [ + { + "apiVersions": [ + "2023-10-20-preview", + "2023-04-17-preview", + "2019-08-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Australia Southeast", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Japan East", + "Korea Central", + "North Europe", + "Southeast Asia", + "South Central US", + "UK South", + "West Central US", + "West Europe", + "West US", + "West US 2" + ], + "resourceType": "connectors" + }, + { + "apiVersions": [ + "2023-10-20-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Australia Southeast", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Japan East", + "Korea Central", + "North Europe", + "Southeast Asia", + "South Central US", + "UK South", + "West Central US", + "West Europe", + "West US", + "West US 2" + ], + "resourceType": "connectors/connectorSpaces" + }, + { + "apiVersions": [ + "2023-03-24-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "getRecommendationsContent" + }, + { + "apiVersions": [ + "2023-10-20-preview", + "2019-08-15-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2019-08-15-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "supportOfferingEntitlement" + }, + { + "apiVersions": [ + "2019-08-15-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "workspaces" + } + ] + }, + { + "namespace": "Microsoft.SignalRService", + "resourceTypes": [ + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-03-01-preview", + "2023-02-01", + "2022-08-01-preview", + "2022-02-01", + "2021-10-01", + "2021-09-01-preview", + "2021-06-01-preview", + "2021-04-01-preview", + "2020-07-01-preview", + "2020-05-01", + "2018-10-01", + "2018-03-01-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "UAE North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "SignalR" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-03-01-preview", + "2023-02-01", + "2022-08-01-preview", + "2022-02-01", + "2021-10-01", + "2021-09-01-preview", + "2021-06-01-preview", + "2021-04-01-preview", + "2020-07-01-preview", + "2020-05-01" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "UAE North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "SignalR/customDomains" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-03-01-preview", + "2023-02-01", + "2022-08-01-preview", + "2022-02-01", + "2021-10-01", + "2021-09-01-preview", + "2021-06-01-preview", + "2021-04-01-preview", + "2020-07-01-preview", + "2020-05-01", + "2018-10-01", + "2018-03-01-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "UAE North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "SignalR/eventGridFilters" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-03-01-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "UAE North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "SignalR/replicas" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-03-01-preview", + "2023-02-01", + "2022-08-01-preview", + "2021-10-01", + "2021-09-01-preview", + "2021-06-01-preview", + "2021-04-01-preview", + "2020-05-01" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "UAE North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "WebPubSub" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-03-01-preview", + "2023-02-01", + "2022-08-01-preview", + "2021-10-01", + "2021-09-01-preview", + "2021-06-01-preview", + "2021-04-01-preview", + "2020-05-01" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "UAE North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "WebPubSub/customDomains" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-03-01-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "UAE North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "WebPubSub/replicas" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-03-01-preview", + "2023-02-01", + "2022-08-01-preview", + "2022-02-01", + "2021-10-01", + "2021-09-01-preview", + "2021-06-01-preview", + "2021-04-01-preview", + "2020-07-01-preview", + "2020-05-01", + "2018-10-01", + "2018-03-01-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-03-01-preview", + "2023-02-01", + "2022-08-01-preview", + "2022-02-01", + "2021-10-01", + "2021-09-01-preview", + "2021-06-01-preview", + "2021-04-01-preview", + "2020-07-01-preview", + "2020-05-01", + "2018-10-01", + "2018-03-01-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "UAE North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/checkNameAvailability" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-03-01-preview", + "2023-02-01", + "2022-08-01-preview", + "2022-02-01", + "2021-10-01", + "2021-09-01-preview", + "2021-06-01-preview", + "2021-04-01-preview", + "2020-07-01-preview", + "2020-05-01", + "2018-10-01", + "2018-03-01-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "UAE North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-03-01-preview", + "2023-02-01", + "2022-08-01-preview", + "2022-02-01", + "2021-10-01", + "2021-09-01-preview", + "2021-06-01-preview", + "2021-04-01-preview", + "2020-07-01-preview", + "2020-05-01", + "2018-10-01", + "2018-03-01-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "UAE North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-03-01-preview", + "2023-02-01", + "2022-08-01-preview", + "2022-02-01", + "2021-10-01", + "2021-09-01-preview", + "2021-06-01-preview", + "2021-04-01-preview", + "2020-07-01-preview", + "2020-05-01", + "2018-10-01", + "2018-03-01-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [ + "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", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "UAE North", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/usages" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-01-preview", + "2024-03-01", + "2024-01-01-preview", + "2023-08-01-preview", + "2023-06-01-preview", + "2023-03-01-preview", + "2023-02-01", + "2022-08-01-preview", + "2022-02-01", + "2021-10-01", + "2021-09-01-preview", + "2021-06-01-preview", + "2021-04-01-preview", + "2020-07-01-preview", + "2020-05-01", + "2018-10-01", + "2018-03-01-preview" + ], + "defaultApiVersion": "2023-06-01-preview", + "locations": [ + "West Central US", + "West US 2", + "East US", + "East US 2", + "West US", + "Central US", + "Central US EUAP" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.Singularity", + "resourceTypes": [ + { + "apiVersions": [ + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US 2", + "West US 3", + "West US" + ], + "resourceType": "accounts" + }, + { + "apiVersions": [ + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US 2", + "West US 3", + "West US" + ], + "resourceType": "accounts/accountQuotaPolicies" + }, + { + "apiVersions": [ + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US 2", + "West US 3", + "West US" + ], + "resourceType": "accounts/groupPolicies" + }, + { + "apiVersions": [ + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US 2", + "West US 3", + "West US" + ], + "resourceType": "accounts/jobs" + }, + { + "apiVersions": [ + "2020-12-01-preview" + ], + "defaultApiVersion": "2020-12-01-preview", + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US 2", + "West US 3", + "West US" + ], + "resourceType": "accounts/models" + }, + { + "apiVersions": [ + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US 2", + "West US 3", + "West US" + ], + "resourceType": "accounts/networks" + }, + { + "apiVersions": [ + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US 2", + "West US 3", + "West US" + ], + "resourceType": "accounts/secrets" + }, + { + "apiVersions": [ + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US 2", + "West US 3", + "West US" + ], + "resourceType": "accounts/storageContainers" + }, + { + "apiVersions": [ + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US 2", + "West US 3", + "West US" + ], + "resourceType": "accounts/templatedModels" + }, + { + "apiVersions": [ + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US 2", + "West US 3", + "West US" + ], + "resourceType": "images" + }, + { + "apiVersions": [ + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US 2", + "West US 3", + "West US" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US 2", + "West US 3", + "West US" + ], + "resourceType": "locations/instanceTypeSeries" + }, + { + "apiVersions": [ + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US 2", + "West US 3", + "West US" + ], + "resourceType": "locations/instanceTypeSeries/instanceTypes" + }, + { + "apiVersions": [ + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US 2", + "West US 3", + "West US" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US 2", + "West US 3", + "West US" + ], + "resourceType": "locations/operationStatus" + }, + { + "apiVersions": [ + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US 2", + "West US 3", + "West US" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2020-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "East Asia", + "East US 2", + "East US", + "France Central", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US 2", + "West US 3", + "West US" + ], + "resourceType": "quotas" + } + ] + }, + { + "namespace": "Microsoft.SoftwarePlan", + "resourceTypes": [ + { + "apiVersions": [ + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "hybridUseBenefits" + }, + { + "apiVersions": [ + "2024-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operationResults" + }, + { + "apiVersions": [ + "2024-07-01-preview", + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "global" + ], + "resourceType": "softwareSubscriptions" + } + ] + }, + { + "namespace": "Microsoft.Solutions", + "resourceTypes": [ + { + "apiVersions": [ + "2021-07-01", + "2021-02-01-preview", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2021-07-01", + "2021-02-01-preview", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Australia Southeast", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Poland Central", + "South Central US", + "Southeast Asia", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Norway East", + "Switzerland North", + "Korea South", + "South Africa North", + "Canada East", + "Brazil South", + "Australia Central", + "South India", + "UAE North", + "West India", + "Spain Central", + "Sweden Central", + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "applicationDefinitions" + }, + { + "apiVersions": [ + "2021-07-01", + "2021-02-01-preview", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Australia Southeast", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Poland Central", + "South Central US", + "Southeast Asia", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Norway East", + "Switzerland North", + "Korea South", + "South Africa North", + "Canada East", + "Brazil South", + "Australia Central", + "South India", + "UAE North", + "West India", + "Spain Central", + "Sweden Central", + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "applications" + }, + { + "apiVersions": [ + "2021-07-01", + "2021-02-01-preview", + "2020-08-21-preview", + "2019-07-01", + "2018-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia East", + "Australia Southeast", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Poland Central", + "South Central US", + "Southeast Asia", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3", + "Norway East", + "Switzerland North", + "Korea South", + "South Africa North", + "Canada East", + "Brazil South", + "Australia Central", + "South India", + "UAE North", + "West India", + "Spain Central", + "Sweden Central", + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "jitRequests" + }, + { + "apiVersions": [ + "2021-07-01", + "2021-02-01-preview", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2021-07-01", + "2021-02-01-preview", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "Mexico Central", + "New Zealand North", + "North Central US", + "West Central US", + "West US", + "West US 2", + "East US", + "East US 2", + "Central US", + "West Europe", + "North Europe", + "Israel Central", + "Italy North", + "Poland Central", + "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", + "West US 3", + "Spain Central", + "Sweden Central", + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/operationstatuses" + } + ] + }, + { + "namespace": "Microsoft.Sovereign", + "resourceTypes": [ + { + "apiVersions": [ + "2024-10-31-preview", + "2024-03-31-preview", + "2023-09-28-preview" + ], + "defaultApiVersion": "2024-10-31-preview", + "locations": [ + "global" + ], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2024-10-31-preview", + "2024-03-31-preview", + "2023-09-28-preview" + ], + "defaultApiVersion": "2024-10-31-preview", + "locations": [ + "North Europe", + "Sweden Central" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2024-10-31-preview", + "2024-03-31-preview", + "2023-09-28-preview" + ], + "defaultApiVersion": "2024-10-31-preview", + "locations": [ + "global" + ], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2024-10-31-preview", + "2024-03-31-preview", + "2023-09-28-preview" + ], + "defaultApiVersion": "2024-10-31-preview", + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2024-03-31-preview", + "2023-09-28-preview" + ], + "defaultApiVersion": "2024-03-31-preview", + "locations": [ + "global" + ], + "resourceType": "landingZoneConfigurations" + }, + { + "apiVersions": [ + "2024-03-31-preview", + "2023-09-28-preview" + ], + "defaultApiVersion": "2024-03-31-preview", + "locations": [ + "global" + ], + "resourceType": "landingZoneRegistrations" + }, + { + "apiVersions": [ + "2024-10-31-preview", + "2024-03-31-preview" + ], + "defaultApiVersion": "2024-10-31-preview", + "locations": [ + "global" + ], + "resourceType": "transparencyLogs" + } + ] + }, + { + "namespace": "Microsoft.Sql", + "resourceTypes": [ + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "instancePools" + }, + { + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/administratorAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/administratorOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/advancedThreatProtectionAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/advancedThreatProtectionOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/auditingSettingsAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/auditingSettingsOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/capabilities" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/changeLongTermRetentionBackupAccessTierAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/changeLongTermRetentionBackupAccessTierOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/connectionPoliciesAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/connectionPoliciesOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/databaseAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/databaseEncryptionProtectorRevalidateAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/databaseEncryptionProtectorRevalidateOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/databaseEncryptionProtectorRevertAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/databaseEncryptionProtectorRevertOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/databaseOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/databaseRestoreAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/deleteVirtualNetworkOrSubnets" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/deleteVirtualNetworkOrSubnetsAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/deleteVirtualNetworkOrSubnetsOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/devOpsAuditingSettingsAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/devOpsAuditingSettingsOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/distributedAvailabilityGroupsAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/distributedAvailabilityGroupsOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/dnsAliasAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/dnsAliasOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/elasticPoolAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/elasticPoolOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/encryptionProtectorAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/encryptionProtectorOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/extendedAuditingSettingsAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/extendedAuditingSettingsOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/externalPolicyBasedAuthorizationsAzureAsycOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/externalPolicyBasedAuthorizationsOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/failoverGroupAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/failoverGroupOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/firewallRulesAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/firewallRulesOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-08-01", + "2020-02-02-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/importExportAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-08-01", + "2020-02-02-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/importExportOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/instanceFailoverGroupAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/instanceFailoverGroupOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/instanceFailoverGroups" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/instancePoolAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/instancePoolOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/ipv6FirewallRulesAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/ipv6FirewallRulesOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/jobAgentAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/jobAgentOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/jobAgentPrivateEndpointAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/jobAgentPrivateEndpointOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/ledgerDigestUploadsAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/ledgerDigestUploadsOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/longTermRetentionBackupAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/longTermRetentionBackupOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/longTermRetentionBackups" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/longTermRetentionManagedInstanceBackupAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/longTermRetentionManagedInstanceBackupOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/longTermRetentionManagedInstanceBackups" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/longTermRetentionManagedInstances" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/longTermRetentionPolicyAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/longTermRetentionPolicyOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/longTermRetentionServers" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedDatabaseAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedDatabaseCompleteRestoreAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedDatabaseCompleteRestoreOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedDatabaseMoveOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedDatabaseOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedDatabaseRestoreAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedDatabaseRestoreOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedDnsAliasAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedDnsAliasOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedInstanceAdvancedThreatProtectionAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedInstanceAdvancedThreatProtectionOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedInstanceAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedInstanceDtcAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedInstanceEncryptionProtectorAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedInstanceEncryptionProtectorOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedInstanceKeyAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedInstanceKeyOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedInstanceLongTermRetentionPolicyAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedInstanceLongTermRetentionPolicyOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedInstanceOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedInstancePrivateEndpointConnectionAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedInstancePrivateEndpointConnectionOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedInstancePrivateEndpointConnectionProxyAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedInstancePrivateEndpointConnectionProxyOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedInstanceTdeCertAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedInstanceTdeCertOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedLedgerDigestUploadsAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedLedgerDigestUploadsOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedServerSecurityAlertPoliciesAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedServerSecurityAlertPoliciesOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedShortTermRetentionPolicyAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedShortTermRetentionPolicyOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedtransparentDataEncryptionAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedtransparentDataEncryptionOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/notifyAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia Southeast", + "Brazil South", + "Brazil Southeast", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "Central US EUAP", + "East Asia", + "East US", + "East US 2", + "East US 2 EUAP", + "France Central", + "France South", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/outboundFirewallRulesAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/outboundFirewallRulesOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/privateEndpointConnectionAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/privateEndpointConnectionOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/privateEndpointConnectionProxyAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/privateEndpointConnectionProxyOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/refreshExternalGovernanceStatusAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/refreshExternalGovernanceStatusMIAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/refreshExternalGovernanceStatusMIOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/refreshExternalGovernanceStatusOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/replicationLinksAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/replicationLinksOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/securityAlertPoliciesAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/securityAlertPoliciesOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/serverAdministratorAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/serverAdministratorOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/serverAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/serverConfigurationOptionAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/serverKeyAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/serverKeyOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/serverOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/serverTrustCertificatesAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/serverTrustCertificatesOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/serverTrustGroupAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/serverTrustGroupOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/serverTrustGroups" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/shortTermRetentionPolicyAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/shortTermRetentionPolicyOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/sqlVulnerabilityAssessmentAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/sqlVulnerabilityAssessmentOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/startManagedInstanceAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/startManagedInstanceOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/stopManagedInstanceAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/stopManagedInstanceOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/syncAgentOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/syncDatabaseIds" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/syncGroupAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/syncGroupOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/syncMemberOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/tdeCertAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/tdeCertOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/transparentDataEncryptionAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/transparentDataEncryptionOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/updateManagedInstanceDnsServersAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/updateManagedInstanceDnsServersOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/usages" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/virtualClusterAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/virtualClusterOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/virtualNetworkRulesAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/virtualNetworkRulesOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/vulnerabilityAssessmentScanAzureAsyncOperation" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/vulnerabilityAssessmentScanOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "managedInstances" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "managedInstances/administrators" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "managedInstances/advancedThreatProtectionSettings" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "managedInstances/databases" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "managedInstances/databases/advancedThreatProtectionSettings" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "managedInstances/databases/backupLongTermRetentionPolicies" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "managedInstances/databases/ledgerDigestUploads" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "managedInstances/databases/vulnerabilityAssessments" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "managedInstances/dnsAliases" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "managedInstances/metricDefinitions" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "managedInstances/metrics" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "managedInstances/recoverableDatabases" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2018-06-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "managedInstances/sqlAgent" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "managedInstances/startStopSchedules" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "managedInstances/tdeCertificates" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "managedInstances/vulnerabilityAssessments" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers" + }, + { + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/administratorOperationResults" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/administrators" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/advancedThreatProtectionSettings" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/advisors" + }, + { + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/aggregatedDatabaseMetrics" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/auditingSettings" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/automaticTuning" + }, + { + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/communicationLinks" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/connectionPolicies" + }, + { + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/databaseSecurityPolicies" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/databases" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/databases/VulnerabilityAssessment" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/databases/VulnerabilityAssessmentScans" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/databases/VulnerabilityAssessmentSettings" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/databases/advancedThreatProtectionSettings" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/databases/advisors" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/databases/auditRecords" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/databases/auditingSettings" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/databases/automaticTuning" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/databases/backupLongTermRetentionPolicies" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/databases/backupShortTermRetentionPolicies" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/databases/dataMaskingPolicies" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/databases/dataMaskingPolicies/rules" + }, + { + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/databases/extensions" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/databases/geoBackupPolicies" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/databases/ledgerDigestUploads" + }, + { + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/databases/metricDefinitions" + }, + { + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/databases/metrics" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/databases/recommendedSensitivityLabels" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/databases/replicationLinks" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/databases/securityAlertPolicies" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/databases/sqlvulnerabilityassessments" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/databases/syncGroups" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/databases/syncGroups/syncMembers" + }, + { + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/databases/topQueries" + }, + { + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/databases/topQueries/queryText" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2017-03-01-preview", + "2015-05-01-preview", + "2014-04-01-preview", + "2014-04-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/databases/transparentDataEncryption" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/databases/vulnerabilityAssessments" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/databases/workloadGroups" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/devOpsAuditingSettings" + }, + { + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/disasterRecoveryConfiguration" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/dnsAliases" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/elasticPoolEstimates" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/elasticPools/advisors" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/elasticpools" + }, + { + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/elasticpools/metricdefinitions" + }, + { + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/elasticpools/metrics" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/encryptionProtector" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/extendedAuditingSettings" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/failoverGroups" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/failoverGroups/tryPlannedBeforeForcedFailover" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/import" + }, + { + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/importExportOperationResults" + }, + { + "apiVersions": [ + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/jobAccounts" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/jobAgents" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/jobAgents/jobs" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/jobAgents/jobs/executions" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/jobAgents/jobs/steps" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/jobAgents/privateEndpoints" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/keys" + }, + { + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/operationResults" + }, + { + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/recommendedElasticPools" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/recoverableDatabases" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/restorableDroppedDatabases" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/securityAlertPolicies" + }, + { + "apiVersions": [ + "2014-04-01-preview", + "2014-04-01", + "2014-01-01" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/serviceObjectives" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/sqlvulnerabilityassessments" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/syncAgents" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/tdeCertificates" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "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" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/usages" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/virtualNetworkRules" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "servers/vulnerabilityAssessments" + }, + { + "apiVersions": [ + "2024-05-01-preview", + "2023-08-01-preview", + "2023-05-01-preview", + "2023-02-01-preview", + "2022-11-01-preview", + "2022-08-01-preview", + "2022-05-01-preview", + "2022-02-01-preview", + "2021-11-01-preview", + "2021-11-01", + "2021-08-01-preview", + "2021-05-01-preview", + "2021-02-01-preview", + "2020-11-01-preview", + "2020-08-01-preview", + "2020-02-02-preview", + "2019-06-01-preview", + "2018-06-01-preview", + "2017-10-01-preview", + "2017-03-01-preview", + "2015-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "virtualClusters" + } + ] + }, + { + "namespace": "Microsoft.SqlVirtualMachine", + "resourceTypes": [ + { + "apiVersions": [ + "2023-10-01", + "2023-01-01-preview", + "2022-08-01-preview", + "2022-07-01-preview", + "2022-02-01-preview", + "2022-02-01", + "2021-11-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": "2021-11-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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2023-10-01", + "2023-01-01-preview", + "2022-08-01-preview", + "2022-07-01-preview", + "2022-02-01-preview", + "2022-02-01", + "2021-11-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": "2021-11-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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "Locations/OperationTypes" + }, + { + "apiVersions": [ + "2023-10-01", + "2023-01-01-preview", + "2022-08-01-preview", + "2022-07-01-preview", + "2022-02-01-preview", + "2022-02-01", + "2021-11-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": "2021-11-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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "Locations/availabilityGroupListenerOperationResults" + }, + { + "apiVersions": [ + "2023-10-01", + "2023-01-01-preview", + "2022-08-01-preview", + "2022-07-01-preview", + "2022-02-01-preview", + "2022-02-01", + "2021-11-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": "2021-11-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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "Locations/registerSqlVmCandidate" + }, + { + "apiVersions": [ + "2023-10-01", + "2023-01-01-preview", + "2022-08-01-preview", + "2022-07-01-preview", + "2022-02-01-preview", + "2022-02-01", + "2021-11-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": "2021-11-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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "Locations/sqlVirtualMachineGroupOperationResults" + }, + { + "apiVersions": [ + "2023-10-01", + "2023-01-01-preview", + "2022-08-01-preview", + "2022-07-01-preview", + "2022-02-01-preview", + "2022-02-01", + "2021-11-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": "2021-11-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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "Locations/sqlVirtualMachineOperationResults" + }, + { + "apiVersions": [ + "2023-10-01", + "2023-01-01-preview", + "2022-08-01-preview", + "2022-07-01-preview", + "2022-02-01-preview", + "2022-02-01", + "2021-11-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": "2021-11-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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "SqlVirtualMachineGroups" + }, + { + "apiVersions": [ + "2023-10-01", + "2023-01-01-preview", + "2022-08-01-preview", + "2022-07-01-preview", + "2022-02-01-preview", + "2022-02-01", + "2021-11-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": "2021-11-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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "SqlVirtualMachineGroups/AvailabilityGroupListeners" + }, + { + "apiVersions": [ + "2023-10-01", + "2023-01-01-preview", + "2022-08-01-preview", + "2022-07-01-preview", + "2022-02-01-preview", + "2022-02-01", + "2021-11-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": "2021-11-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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "SqlVirtualMachines" + }, + { + "apiVersions": [ + "2023-10-01", + "2023-01-01-preview", + "2022-08-01-preview", + "2022-07-01-preview", + "2022-02-01-preview", + "2022-02-01", + "2021-11-01-preview", + "2017-03-01-preview" + ], + "defaultApiVersion": "2021-11-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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.StandbyPool", + "resourceTypes": [ + { + "apiVersions": [ + "2024-08-01-preview", + "2024-03-01-preview", + "2024-03-01", + "2023-12-01-preview", + "2023-06-01-preview" + ], + "defaultApiVersion": "2024-03-01", + "locations": [], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-03-01-preview", + "2024-03-01", + "2023-12-01-preview", + "2023-06-01-preview" + ], + "defaultApiVersion": "2024-03-01", + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2024-03-01-preview", + "2024-03-01", + "2023-12-01-preview", + "2023-06-01-preview" + ], + "defaultApiVersion": "2024-03-01", + "locations": [], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2024-03-01" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "standbyVirtualMachinePools" + }, + { + "apiVersions": [ + "2024-03-01" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "standbyVirtualMachinePools/runtimeViews" + }, + { + "apiVersions": [ + "2024-03-01" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "standbyVirtualMachinePools/standbyVirtualMachines" + } + ] + }, + { + "namespace": "Microsoft.Storage", + "resourceTypes": [ + { + "apiVersions": [ + "2024-01-01", + "2023-05-01", + "2023-04-01", + "2023-01-01", + "2022-09-01", + "2022-05-01", + "2021-09-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "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" + ], + "defaultApiVersion": "2023-01-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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-05-01", + "2023-04-01", + "2023-01-01", + "2022-09-01", + "2022-05-01", + "2021-09-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01" + ], + "defaultApiVersion": "2023-01-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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "deletedAccounts" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-05-01", + "2023-04-01", + "2023-01-01", + "2022-09-01", + "2022-05-01", + "2021-09-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "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-07-01", + "2016-01-01" + ], + "defaultApiVersion": "2023-01-01", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-05-01", + "2023-04-01", + "2023-01-01", + "2022-09-01", + "2022-05-01", + "2021-09-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "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" + ], + "defaultApiVersion": "2023-01-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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/asyncoperations" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-05-01", + "2023-04-01", + "2023-01-01", + "2022-09-01", + "2022-05-01", + "2021-09-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01" + ], + "defaultApiVersion": "2023-01-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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/checkNameAvailability" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-05-01", + "2023-04-01", + "2023-01-01", + "2022-09-01", + "2022-05-01", + "2021-09-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "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-07-01" + ], + "defaultApiVersion": "2023-01-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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/deleteVirtualNetworkOrSubnets" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-05-01", + "2023-04-01", + "2023-01-01", + "2022-09-01", + "2022-05-01", + "2021-09-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01" + ], + "defaultApiVersion": "2023-01-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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/deletedAccounts" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-05-01", + "2023-04-01", + "2023-01-01", + "2022-09-01", + "2022-05-01", + "2021-09-01" + ], + "defaultApiVersion": "2023-01-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", + "East US 2 EUAP", + "Central US EUAP", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "Norway East", + "Norway West", + "Brazil Southeast", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North" + ], + "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-05-01", + "2023-04-01", + "2023-01-01", + "2022-09-01", + "2022-05-01", + "2021-09-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "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" + ], + "defaultApiVersion": "2023-01-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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/usages" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-05-01", + "2023-04-01", + "2023-01-01", + "2022-09-01", + "2022-05-01", + "2021-09-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "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" + ], + "defaultApiVersion": "2023-01-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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-05-01", + "2023-04-01", + "2023-01-01", + "2022-09-01", + "2022-05-01", + "2021-09-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "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" + ], + "defaultApiVersion": "2023-01-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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "storageAccounts" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-05-01", + "2023-04-01", + "2023-01-01", + "2022-09-01", + "2022-05-01", + "2021-09-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "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" + ], + "defaultApiVersion": "2023-01-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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "storageAccounts/blobServices" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-05-01", + "2023-04-01", + "2023-01-01", + "2022-09-01", + "2022-05-01", + "2021-09-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01" + ], + "defaultApiVersion": "2023-01-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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "storageAccounts/encryptionScopes" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-05-01", + "2023-04-01", + "2023-01-01", + "2022-09-01", + "2022-05-01", + "2021-09-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "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" + ], + "defaultApiVersion": "2023-01-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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "storageAccounts/fileServices" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-05-01", + "2023-04-01", + "2023-01-01", + "2022-09-01", + "2022-05-01", + "2021-09-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "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" + ], + "defaultApiVersion": "2023-01-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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "storageAccounts/listAccountSas" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-05-01", + "2023-04-01", + "2023-01-01", + "2022-09-01", + "2022-05-01", + "2021-09-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "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" + ], + "defaultApiVersion": "2023-01-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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "storageAccounts/listServiceSas" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-05-01", + "2023-04-01", + "2023-01-01", + "2022-09-01", + "2022-05-01", + "2021-09-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "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" + ], + "defaultApiVersion": "2023-01-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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "storageAccounts/queueServices" + }, + { + "apiVersions": [ + "2014-04-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West US", + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "storageAccounts/services" + }, + { + "apiVersions": [ + "2014-04-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West US", + "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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "storageAccounts/services/metricDefinitions" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-05-01", + "2023-04-01", + "2023-01-01", + "2022-09-01", + "2022-05-01", + "2021-09-01" + ], + "defaultApiVersion": "2023-01-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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "storageAccounts/storageTaskAssignments" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-05-01", + "2023-04-01", + "2023-01-01", + "2022-09-01", + "2022-05-01", + "2021-09-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "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" + ], + "defaultApiVersion": "2023-01-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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "storageAccounts/tableServices" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-05-01", + "2023-04-01", + "2023-01-01", + "2022-09-01", + "2022-05-01", + "2021-09-01" + ], + "defaultApiVersion": "2023-01-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", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Mexico Central", + "Spain Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "storageTasks" + }, + { + "apiVersions": [ + "2024-01-01", + "2023-05-01", + "2023-04-01", + "2023-01-01", + "2022-09-01", + "2022-05-01", + "2021-09-01", + "2021-08-01", + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "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" + ], + "defaultApiVersion": "2023-01-01", + "locations": [], + "resourceType": "usages" + } + ] + }, + { + "namespace": "Microsoft.StorageActions", + "resourceTypes": [ + { + "apiVersions": [ + "2023-01-01" + ], + "defaultApiVersion": "2023-01-01", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-01-01" + ], + "defaultApiVersion": "2023-01-01", + "locations": [ + "West US", + "West Europe", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "Canada Central", + "West US 2", + "France Central", + "Switzerland North", + "Germany West Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/asyncoperations" + }, + { + "apiVersions": [ + "2023-01-01" + ], + "defaultApiVersion": "2023-01-01", + "locations": [ + "West US", + "West Europe", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "Canada Central", + "West US 2", + "France Central", + "Switzerland North", + "Germany West Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/previewActions" + }, + { + "apiVersions": [ + "2023-01-01" + ], + "defaultApiVersion": "2023-01-01", + "locations": [ + "West US", + "West Europe", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "Canada Central", + "West US 2", + "France Central", + "Switzerland North", + "Germany West Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2023-01-01" + ], + "defaultApiVersion": "2023-01-01", + "locations": [ + "West US", + "West Europe", + "Southeast Asia", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "Central India", + "Canada Central", + "West US 2", + "France Central", + "Switzerland North", + "Germany West Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "storageTasks" + } + ] + }, + { + "namespace": "Microsoft.StorageCache", + "resourceTypes": [ + { + "apiVersions": [ + "2024-03-01", + "2023-11-01-preview", + "2023-05-01", + "2023-03-01-preview", + "2021-11-01-preview" + ], + "defaultApiVersion": "2024-03-01", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central India", + "Central US", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Italy North", + "Japan East", + "North Europe", + "South Central US", + "Southeast Asia", + "Sweden Central", + "UK South", + "West Europe", + "West US", + "West US 2", + "West US 3", + "East US 2 EUAP" + ], + "resourceType": "amlFilesystems" + }, + { + "apiVersions": [ + "2024-03-01" + ], + "defaultApiVersion": "2024-03-01", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central India", + "Central US", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Italy North", + "Japan East", + "North Europe", + "South Central US", + "Southeast Asia", + "Sweden Central", + "UK South", + "West Europe", + "West US", + "West US 2", + "West US 3", + "East US 2 EUAP" + ], + "resourceType": "amlFilesystems/importJobs" + }, + { + "apiVersions": [ + "2024-03-01", + "2023-11-01-preview", + "2023-05-01", + "2023-03-01-preview", + "2023-01-01", + "2022-09-01-preview", + "2022-05-01", + "2022-01-01", + "2021-10-01-preview", + "2021-09-01", + "2021-05-01", + "2021-03-01", + "2020-10-01", + "2020-03-01", + "2019-11-01", + "2019-08-01-preview" + ], + "defaultApiVersion": "2024-03-01", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "Germany West Central", + "Korea Central", + "North Central US", + "North Europe", + "South Central US", + "Southeast Asia", + "Sweden Central", + "UK South", + "West Europe", + "West US", + "West US 2", + "West US 3", + "East US 2 EUAP" + ], + "resourceType": "caches" + }, + { + "apiVersions": [ + "2024-03-01", + "2023-11-01-preview", + "2023-05-01", + "2023-03-01-preview", + "2023-01-01", + "2022-09-01-preview", + "2022-05-01", + "2022-01-01", + "2021-10-01-preview", + "2021-09-01", + "2021-05-01", + "2021-03-01", + "2020-10-01", + "2020-03-01", + "2019-11-01", + "2019-08-01-preview" + ], + "defaultApiVersion": "2024-03-01", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "Germany West Central", + "Korea Central", + "North Central US", + "North Europe", + "South Central US", + "Southeast Asia", + "Sweden Central", + "UK South", + "West Europe", + "West US", + "West US 2", + "West US 3", + "East US 2 EUAP" + ], + "resourceType": "caches/storageTargets" + }, + { + "apiVersions": [ + "2024-03-01", + "2023-11-01-preview", + "2023-05-01", + "2023-03-01-preview", + "2021-11-01-preview" + ], + "defaultApiVersion": "2024-03-01", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central India", + "Central US", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Italy North", + "Japan East", + "North Europe", + "South Central US", + "Southeast Asia", + "Sweden Central", + "UK South", + "West Europe", + "West US", + "West US 2", + "West US 3", + "East US 2 EUAP" + ], + "resourceType": "checkAmlFSSubnets" + }, + { + "apiVersions": [ + "2024-03-01", + "2023-11-01-preview", + "2023-05-01", + "2023-03-01-preview", + "2021-11-01-preview" + ], + "defaultApiVersion": "2024-03-01", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central India", + "Central US", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Italy North", + "Japan East", + "North Europe", + "South Central US", + "Southeast Asia", + "Sweden Central", + "UK South", + "West Europe", + "West US", + "West US 2", + "West US 3", + "East US 2 EUAP" + ], + "resourceType": "getRequiredAmlFSSubnetsSize" + }, + { + "apiVersions": [ + "2024-03-01", + "2023-11-01-preview", + "2023-05-01", + "2023-03-01-preview", + "2023-01-01", + "2022-09-01-preview", + "2022-05-01", + "2022-01-01", + "2021-11-01-preview", + "2021-10-01-preview", + "2021-09-01", + "2021-05-01", + "2021-03-01", + "2020-10-01", + "2020-03-01", + "2019-11-01", + "2019-08-01-preview" + ], + "defaultApiVersion": "2024-03-01", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-03-01", + "2023-11-01-preview", + "2023-05-01", + "2023-03-01-preview", + "2023-01-01", + "2022-09-01-preview", + "2022-05-01", + "2022-01-01", + "2021-11-01-preview", + "2021-10-01-preview", + "2021-09-01", + "2021-05-01", + "2021-03-01", + "2020-10-01", + "2020-03-01", + "2019-11-01", + "2019-08-01-preview" + ], + "defaultApiVersion": "2024-03-01", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Italy North", + "Japan East", + "Korea Central", + "North Central US", + "North Europe", + "South Central US", + "Southeast Asia", + "Sweden Central", + "UK South", + "West Europe", + "West US", + "West US 2", + "West US 3", + "East US 2 EUAP" + ], + "resourceType": "locations/ascoperations" + }, + { + "apiVersions": [ + "2024-03-01", + "2023-11-01-preview", + "2023-05-01", + "2023-03-01-preview", + "2023-01-01", + "2022-09-01-preview", + "2022-05-01", + "2022-01-01" + ], + "defaultApiVersion": "2024-03-01", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Italy North", + "Japan East", + "Korea Central", + "North Central US", + "North Europe", + "South Central US", + "Southeast Asia", + "Sweden Central", + "UK South", + "West Europe", + "West US", + "West US 2", + "West US 3", + "East US 2 EUAP" + ], + "resourceType": "locations/usages" + }, + { + "apiVersions": [ + "2024-03-01", + "2023-11-01-preview", + "2023-05-01", + "2023-03-01-preview", + "2023-01-01", + "2022-09-01-preview", + "2022-05-01", + "2022-01-01", + "2021-11-01-preview", + "2021-10-01-preview", + "2021-09-01", + "2021-05-01", + "2021-03-01", + "2020-10-01", + "2020-03-01", + "2019-11-01", + "2019-08-01-preview" + ], + "defaultApiVersion": "2024-03-01", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "France Central", + "Germany West Central", + "Italy North", + "Japan East", + "Korea Central", + "North Central US", + "North Europe", + "South Central US", + "Southeast Asia", + "Sweden Central", + "UK South", + "West Europe", + "West US", + "West US 2", + "West US 3", + "East US 2 EUAP" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-03-01", + "2023-11-01-preview", + "2023-05-01", + "2023-03-01-preview", + "2023-01-01", + "2022-09-01-preview", + "2022-05-01", + "2022-01-01", + "2021-10-01-preview", + "2021-09-01", + "2021-05-01", + "2021-03-01", + "2020-10-01", + "2020-03-01", + "2019-11-01", + "2019-08-01-preview" + ], + "defaultApiVersion": "2024-03-01", + "locations": [ + "Australia East", + "Brazil South", + "Canada Central", + "Central India", + "Central US", + "East Asia", + "East US", + "East US 2", + "Germany West Central", + "Korea Central", + "North Central US", + "North Europe", + "South Central US", + "Southeast Asia", + "Sweden Central", + "UK South", + "West Europe", + "West US", + "West US 2", + "West US 3", + "East US 2 EUAP" + ], + "resourceType": "usageModels" + } + ] + }, + { + "namespace": "Microsoft.StorageMover", + "resourceTypes": [ + { + "apiVersions": [ + "2024-07-01", + "2023-10-01", + "2023-07-01-preview", + "2023-03-01", + "2022-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2024-07-01", + "2023-10-01", + "2023-07-01-preview", + "2023-03-01", + "2022-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-07-01", + "2023-10-01", + "2023-07-01-preview", + "2023-03-01", + "2022-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US 3", + "Sweden Central" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-07-01", + "2023-10-01", + "2023-07-01-preview", + "2023-03-01", + "2022-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US 3", + "Sweden Central" + ], + "resourceType": "storageMovers" + }, + { + "apiVersions": [ + "2024-07-01", + "2023-10-01", + "2023-07-01-preview", + "2023-03-01", + "2022-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US 3", + "Sweden Central" + ], + "resourceType": "storageMovers/agents" + }, + { + "apiVersions": [ + "2024-07-01", + "2023-10-01", + "2023-07-01-preview", + "2023-03-01", + "2022-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US 3", + "Sweden Central" + ], + "resourceType": "storageMovers/endpoints" + }, + { + "apiVersions": [ + "2024-07-01", + "2023-10-01", + "2023-07-01-preview", + "2023-03-01", + "2022-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US 3", + "Sweden Central" + ], + "resourceType": "storageMovers/projects" + }, + { + "apiVersions": [ + "2024-07-01", + "2023-10-01", + "2023-07-01-preview", + "2023-03-01", + "2022-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US 3", + "Sweden Central" + ], + "resourceType": "storageMovers/projects/jobDefinitions" + }, + { + "apiVersions": [ + "2024-07-01", + "2023-10-01", + "2023-07-01-preview", + "2023-03-01", + "2022-07-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "West US 3", + "Sweden Central" + ], + "resourceType": "storageMovers/projects/jobDefinitions/jobRuns" + } + ] + }, + { + "namespace": "Microsoft.StorageSync", + "resourceTypes": [ + { + "apiVersions": [ + "2022-09-01", + "2022-06-01", + "2020-09-01", + "2020-03-01", + "2019-10-01", + "2019-06-01", + "2019-03-01", + "2019-02-01", + "2018-10-01", + "2018-07-01", + "2018-04-02" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2022-09-01", + "2022-06-01", + "2020-09-01", + "2020-03-01", + "2019-10-01", + "2019-06-01", + "2019-03-01", + "2019-02-01", + "2018-10-01", + "2018-07-01", + "2018-04-02" + ], + "defaultApiVersion": "2022-06-01", + "locations": [ + "West US", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast", + "East US", + "West US 3", + "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", + "Germany West Central", + "Germany North", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Sweden Central" + ], + "resourceType": "locations/checkNameAvailability" + }, + { + "apiVersions": [ + "2022-09-01", + "2022-06-01", + "2020-09-01", + "2020-03-01" + ], + "defaultApiVersion": "2022-06-01", + "locations": [ + "West Central US", + "West US", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast", + "East US", + "West US 3", + "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", + "Germany West Central", + "Germany North", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Sweden Central" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2022-09-01", + "2022-06-01", + "2020-09-01", + "2020-03-01" + ], + "defaultApiVersion": "2022-06-01", + "locations": [ + "West Central US", + "West US", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast", + "East US", + "West US 3", + "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", + "Germany West Central", + "Germany North", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Sweden Central" + ], + "resourceType": "locations/operations" + }, + { + "apiVersions": [ + "2022-09-01", + "2022-06-01", + "2020-09-01", + "2020-03-01", + "2019-10-01", + "2019-06-01", + "2019-03-01", + "2019-02-01", + "2018-10-01", + "2018-07-01", + "2018-04-02" + ], + "defaultApiVersion": "2022-06-01", + "locations": [ + "West US", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast", + "East US", + "West US 3", + "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", + "Germany West Central", + "Germany North", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Sweden Central" + ], + "resourceType": "locations/workflows" + }, + { + "apiVersions": [ + "2022-09-01", + "2022-06-01", + "2020-09-01", + "2020-03-01", + "2019-10-01", + "2019-06-01", + "2019-03-01", + "2019-02-01", + "2018-10-01", + "2018-07-01", + "2018-04-02" + ], + "defaultApiVersion": "2022-06-01", + "locations": [ + "West Central US", + "West US", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast", + "East US", + "West US 3", + "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", + "Germany West Central", + "Germany North", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Sweden Central" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2022-09-01", + "2022-06-01", + "2020-09-01", + "2020-03-01", + "2019-10-01", + "2019-06-01", + "2019-03-01", + "2019-02-01", + "2018-10-01", + "2018-07-01", + "2018-04-02" + ], + "defaultApiVersion": "2022-06-01", + "locations": [ + "West Central US", + "West US", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast", + "East US", + "West US 3", + "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", + "Germany West Central", + "Germany North", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Sweden Central" + ], + "resourceType": "storageSyncServices" + }, + { + "apiVersions": [ + "2022-09-01", + "2022-06-01", + "2020-09-01", + "2020-03-01", + "2019-10-01", + "2019-06-01", + "2019-03-01", + "2019-02-01", + "2018-10-01", + "2018-07-01", + "2018-04-02" + ], + "defaultApiVersion": "2022-06-01", + "locations": [ + "West Central US", + "West US", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast", + "East US", + "West US 3", + "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", + "Germany West Central", + "Germany North", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Sweden Central" + ], + "resourceType": "storageSyncServices/registeredServers" + }, + { + "apiVersions": [ + "2022-09-01", + "2022-06-01", + "2020-09-01", + "2020-03-01", + "2019-10-01", + "2019-06-01", + "2019-03-01", + "2019-02-01", + "2018-10-01", + "2018-07-01", + "2018-04-02" + ], + "defaultApiVersion": "2022-06-01", + "locations": [ + "West Central US", + "West US", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast", + "East US", + "West US 3", + "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", + "Germany West Central", + "Germany North", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Sweden Central" + ], + "resourceType": "storageSyncServices/syncGroups" + }, + { + "apiVersions": [ + "2022-09-01", + "2022-06-01", + "2020-09-01", + "2020-03-01", + "2019-10-01", + "2019-06-01", + "2019-03-01", + "2019-02-01", + "2018-10-01", + "2018-07-01", + "2018-04-02" + ], + "defaultApiVersion": "2022-06-01", + "locations": [ + "West Central US", + "West US", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast", + "East US", + "West US 3", + "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", + "Germany West Central", + "Germany North", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Sweden Central" + ], + "resourceType": "storageSyncServices/syncGroups/cloudEndpoints" + }, + { + "apiVersions": [ + "2022-09-01", + "2022-06-01", + "2020-09-01", + "2020-03-01", + "2019-10-01", + "2019-06-01", + "2019-03-01", + "2019-02-01", + "2018-10-01", + "2018-07-01", + "2018-04-02" + ], + "defaultApiVersion": "2022-06-01", + "locations": [ + "West Central US", + "West US", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast", + "East US", + "West US 3", + "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", + "Germany West Central", + "Germany North", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Sweden Central" + ], + "resourceType": "storageSyncServices/syncGroups/serverEndpoints" + }, + { + "apiVersions": [ + "2022-09-01", + "2022-06-01", + "2020-09-01", + "2020-03-01", + "2019-10-01", + "2019-06-01", + "2019-03-01", + "2019-02-01", + "2018-10-01", + "2018-07-01", + "2018-04-02" + ], + "defaultApiVersion": "2022-06-01", + "locations": [ + "West Central US", + "West US", + "West Europe", + "North Europe", + "Southeast Asia", + "East Asia", + "Australia East", + "Australia Southeast", + "East US", + "West US 3", + "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", + "Germany West Central", + "Germany North", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Sweden Central" + ], + "resourceType": "storageSyncServices/workflows" + } + ] + }, + { + "namespace": "Microsoft.StorageTasks", + "resourceTypes": [ + { + "apiVersions": [ + "2023-01-01" + ], + "defaultApiVersion": "2023-01-01", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-01-01" + ], + "defaultApiVersion": "2023-01-01", + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/asyncoperations" + }, + { + "apiVersions": [ + "2023-01-01" + ], + "defaultApiVersion": "2023-01-01", + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/previewActions" + }, + { + "apiVersions": [ + "2023-01-01" + ], + "defaultApiVersion": "2023-01-01", + "locations": [ + "Central US EUAP" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2023-01-01" + ], + "defaultApiVersion": "2023-01-01", + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "storageTasks" + } + ] + }, + { + "namespace": "Microsoft.StreamAnalytics", + "resourceTypes": [ + { + "apiVersions": [ + "2020-03-01-preview", + "2020-03-01" + ], + "defaultApiVersion": null, + "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", + "South India", + "Norway East", + "Germany West Central", + "Uae North", + "Australia Central", + "Switzerland North", + "South Africa North", + "West US 3", + "Switzerland West", + "West India", + "Australia Central 2", + "Korea South", + "Norway West", + "Germany North", + "Brazil Southeast", + "France South", + "Sweden Central", + "Poland Central", + "Israel Central", + "Spain Central", + "Mexico Central", + "Italy North", + "Qatar Central", + "New Zealand North", + "UAE Central" + ], + "resourceType": "clusters" + }, + { + "apiVersions": [ + "2020-03-01-preview", + "2020-03-01" + ], + "defaultApiVersion": null, + "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", + "South India", + "Norway East", + "Germany West Central", + "Uae North", + "Australia Central", + "Switzerland North", + "South Africa North", + "West US 3", + "Switzerland West", + "West India", + "Australia Central 2", + "Korea South", + "Norway West", + "Germany North", + "Brazil Southeast", + "France South", + "Sweden Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "Qatar Central", + "New Zealand North", + "UAE Central" + ], + "resourceType": "clusters/privateEndpoints" + }, + { + "apiVersions": [ + "2021-10-01-preview", + "2020-03-01", + "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" + ], + "defaultApiVersion": null, + "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", + "South India", + "Norway East", + "Germany West Central", + "UAE North", + "Australia Central", + "Switzerland North", + "South Africa North", + "West US 3", + "Switzerland West", + "Australia Central 2", + "Korea South", + "Norway West", + "Germany North", + "Brazil Southeast", + "West India", + "France South", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "UAE Central", + "New Zealand North" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2021-10-01-preview", + "2017-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations/compileQuery" + }, + { + "apiVersions": [ + "2021-10-01-preview", + "2017-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2021-10-01-preview", + "2020-03-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations/quotas" + }, + { + "apiVersions": [ + "2021-10-01-preview", + "2017-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations/sampleInput" + }, + { + "apiVersions": [ + "2021-10-01-preview", + "2017-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations/testInput" + }, + { + "apiVersions": [ + "2021-10-01-preview", + "2017-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations/testOutput" + }, + { + "apiVersions": [ + "2021-10-01-preview", + "2017-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations/testQuery" + }, + { + "apiVersions": [ + "2021-10-01-preview", + "2020-03-01", + "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" + ], + "defaultApiVersion": null, + "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", + "Germany West Central", + "UK West", + "Canada Central", + "Canada East", + "West US 2", + "Korea Central", + "France Central", + "South India", + "Norway East", + "Uae North", + "Australia Central", + "Switzerland North", + "South Africa North", + "West US 3", + "Switzerland West", + "West India", + "Australia Central 2", + "Korea South", + "Norway West", + "Germany North", + "Brazil Southeast", + "France South", + "Sweden Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "Qatar Central", + "New Zealand North", + "UAE Central" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2021-10-01-preview", + "2020-03-01", + "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" + ], + "defaultApiVersion": null, + "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", + "South India", + "Norway East", + "Germany West Central", + "Uae North", + "Australia Central", + "Switzerland North", + "South Africa North", + "West US 3", + "Switzerland West", + "West India", + "Australia Central 2", + "Korea South", + "Norway West", + "Germany North", + "Brazil Southeast", + "France South", + "Sweden Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "Qatar Central", + "New Zealand North", + "UAE Central" + ], + "resourceType": "streamingjobs" + } + ] + }, + { + "namespace": "Microsoft.Subscription", + "resourceTypes": [ + { + "apiVersions": [ + "2019-10-01-preview", + "2018-11-01-preview", + "2018-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US" + ], + "resourceType": "CreateSubscription" + }, + { + "apiVersions": [ + "2017-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US" + ], + "resourceType": "SubscriptionDefinitions" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2021-10-01", + "2021-01-01-privatepreview", + "2019-10-01-preview", + "2018-11-01-preview", + "2018-03-01-preview", + "2017-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US" + ], + "resourceType": "SubscriptionOperations" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2021-01-01-privatepreview", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "acceptChangeTenant" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2021-10-01", + "2021-01-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "acceptOwnership" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2021-10-01", + "2021-01-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "acceptOwnershipStatus" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2021-10-01", + "2021-01-01-privatepreview", + "2020-09-01", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "aliases" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2021-10-01", + "2020-09-01", + "2019-10-01-preview", + "2019-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US" + ], + "resourceType": "cancel" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2021-01-01-privatepreview", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "changeTenantRequest" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2021-01-01-privatepreview", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "changeTenantStatus" + }, + { + "apiVersions": [ + "2021-01-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "directories" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2021-10-01", + "2020-09-01", + "2019-10-01-preview", + "2019-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US" + ], + "resourceType": "enable" + }, + { + "apiVersions": [ + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US" + ], + "resourceType": "operationResults" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2021-10-01", + "2017-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2021-10-01", + "2021-01-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "policies" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2021-10-01", + "2020-09-01", + "2019-10-01-preview", + "2019-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "West US" + ], + "resourceType": "rename" + }, + { + "apiVersions": [ + "2024-08-01-preview", + "2021-10-01", + "2021-01-01-privatepreview", + "2019-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "subscriptions" + }, + { + "apiVersions": [ + "2021-01-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "validateCancel" + } + ] + }, + { + "namespace": "Microsoft.SustainabilityServices", + "resourceTypes": [ + { + "apiVersions": [ + "2024-10-01-preview" + ], + "defaultApiVersion": "2024-10-01-preview", + "locations": [ + "global" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-10-01-preview" + ], + "defaultApiVersion": "2024-10-01-preview", + "locations": [ + "global" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.Synapse", + "resourceTypes": [ + { + "apiVersions": [ + "2023-05-01", + "2021-06-01-preview", + "2021-06-01", + "2021-05-01", + "2021-04-01-preview", + "2021-03-01", + "2020-12-01", + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2021-06-01-preview", + "2021-04-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "kustoOperations" + }, + { + "apiVersions": [ + "2023-05-01", + "2021-06-01-preview", + "2021-06-01", + "2021-05-01", + "2021-04-01-preview", + "2021-03-01", + "2020-12-01", + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2021-06-01-preview", + "2021-04-01-preview" + ], + "defaultApiVersion": "2021-06-01-preview", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "South Africa North", + "South Africa West", + "Qatar Central", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/kustoPoolCheckNameAvailability" + }, + { + "apiVersions": [ + "2021-06-01-preview", + "2021-04-01-preview" + ], + "defaultApiVersion": "2021-06-01-preview", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "South Africa North", + "South Africa West", + "Qatar Central", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/kustoPoolOperationResults" + }, + { + "apiVersions": [ + "2023-05-01", + "2021-06-01-preview", + "2021-06-01", + "2021-05-01", + "2021-04-01-preview", + "2021-03-01", + "2020-12-01", + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Japan East", + "North Central US", + "Canada Central", + "Canada East", + "Korea Central", + "South Africa North", + "UK West", + "Japan West", + "France Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE North", + "West US 3", + "South India", + "Sweden Central", + "Poland Central", + "Switzerland West", + "Israel Central", + "Italy North", + "Qatar Central", + "East US 2 EUAP" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2023-05-01", + "2021-06-01-preview", + "2021-06-01", + "2021-05-01", + "2021-04-01-preview", + "2021-03-01", + "2020-12-01", + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Japan East", + "North Central US", + "Canada Central", + "Canada East", + "Korea Central", + "South Africa North", + "UK West", + "Japan West", + "France Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE North", + "West US 3", + "South India", + "Sweden Central", + "Poland Central", + "Switzerland West", + "Israel Central", + "Italy North", + "Qatar Central", + "East US 2 EUAP" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2020-04-01-preview" + ], + "defaultApiVersion": null, + "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", + "Japan East", + "North Central US", + "Canada Central", + "Canada East", + "Korea Central", + "South Africa North", + "UK West", + "Japan West", + "France Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE North", + "West US 3", + "South India", + "Sweden Central", + "Poland Central", + "Switzerland West", + "Israel Central", + "Italy North", + "Qatar Central", + "East US 2 EUAP" + ], + "resourceType": "locations/sqlDatabaseAzureAsyncOperation" + }, + { + "apiVersions": [ + "2020-04-01-preview" + ], + "defaultApiVersion": null, + "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", + "Japan East", + "North Central US", + "Canada Central", + "Canada East", + "Korea Central", + "South Africa North", + "UK West", + "Japan West", + "France Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE North", + "West US 3", + "South India", + "Sweden Central", + "Poland Central", + "Switzerland West", + "Israel Central", + "Italy North", + "Qatar Central", + "East US 2 EUAP" + ], + "resourceType": "locations/sqlDatabaseOperationResults" + }, + { + "apiVersions": [ + "2020-04-01-preview" + ], + "defaultApiVersion": null, + "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", + "Japan East", + "North Central US", + "Canada Central", + "Canada East", + "Korea Central", + "South Africa North", + "UK West", + "Japan West", + "France Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE North", + "West US 3", + "South India", + "Sweden Central", + "Poland Central", + "Switzerland West", + "Israel Central", + "Italy North", + "Qatar Central", + "East US 2 EUAP" + ], + "resourceType": "locations/sqlPoolAzureAsyncOperation" + }, + { + "apiVersions": [ + "2020-04-01-preview" + ], + "defaultApiVersion": null, + "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", + "Japan East", + "North Central US", + "Canada Central", + "Canada East", + "Korea Central", + "South Africa North", + "UK West", + "Japan West", + "France Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE North", + "West US 3", + "South India", + "Sweden Central", + "Poland Central", + "Switzerland West", + "Israel Central", + "Italy North", + "Qatar Central", + "East US 2 EUAP" + ], + "resourceType": "locations/sqlPoolOperationResults" + }, + { + "apiVersions": [ + "2023-05-01" + ], + "defaultApiVersion": null, + "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", + "Japan East", + "North Central US", + "Canada Central", + "Canada East", + "Korea Central", + "South Africa North", + "UK West", + "Japan West", + "France Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE North", + "West US 3", + "South India", + "Sweden Central", + "Poland Central", + "Switzerland West", + "Israel Central", + "Italy North", + "Qatar Central", + "East US 2 EUAP" + ], + "resourceType": "locations/usages" + }, + { + "apiVersions": [ + "2023-05-01", + "2021-06-01-preview", + "2021-06-01", + "2021-05-01", + "2021-04-01-preview", + "2021-03-01", + "2020-12-01", + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Japan East", + "North Central US", + "Canada Central", + "Canada East", + "Korea Central", + "South Africa North", + "UK West", + "Japan West", + "France Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE North", + "West US 3", + "South India", + "Qatar Central", + "Sweden Central", + "Poland Central", + "Switzerland West", + "Israel Central", + "Italy North", + "EAST US 2 EUAP" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2023-05-01", + "2021-06-01-preview", + "2021-06-01", + "2021-05-01", + "2021-04-01-preview", + "2021-03-01", + "2020-12-01", + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Japan East", + "North Central US", + "Canada Central", + "Canada East", + "Korea Central", + "South Africa North", + "UK West", + "Japan West", + "France Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE North", + "West US 3", + "South India", + "Sweden Central", + "Poland Central", + "Switzerland West", + "Israel Central", + "Italy North", + "Qatar Central", + "East US 2 EUAP" + ], + "resourceType": "privateLinkHubs" + }, + { + "apiVersions": [ + "2023-05-01", + "2021-06-01-preview", + "2021-06-01", + "2021-05-01", + "2021-04-01-preview", + "2021-03-01", + "2020-12-01", + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Japan East", + "North Central US", + "Canada Central", + "Canada East", + "Korea Central", + "South Africa North", + "UK West", + "Japan West", + "France Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE North", + "West US 3", + "South India", + "Sweden Central", + "Poland Central", + "Switzerland West", + "Israel Central", + "Italy North", + "Qatar Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces" + }, + { + "apiVersions": [ + "2023-05-01", + "2021-06-01-preview", + "2021-06-01", + "2021-05-01", + "2021-04-01-preview", + "2021-03-01", + "2020-12-01", + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Japan East", + "North Central US", + "Canada Central", + "Canada East", + "Korea Central", + "South Africa North", + "UK West", + "Japan West", + "France Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE North", + "West US 3", + "South India", + "Sweden Central", + "Poland Central", + "Switzerland West", + "Israel Central", + "Italy North", + "Qatar Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/bigDataPools" + }, + { + "apiVersions": [ + "2021-06-01-preview", + "2021-04-01-preview" + ], + "defaultApiVersion": "2021-06-01-preview", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "South Africa North", + "South Africa West", + "Qatar Central", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "workspaces/kustoPools" + }, + { + "apiVersions": [ + "2021-06-01-preview", + "2021-04-01-preview" + ], + "defaultApiVersion": "2021-06-01-preview", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "South Africa North", + "South Africa West", + "Qatar Central", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "workspaces/kustoPools/attacheddatabaseconfigurations" + }, + { + "apiVersions": [ + "2021-06-01-preview", + "2021-04-01-preview" + ], + "defaultApiVersion": "2021-06-01-preview", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "South Africa North", + "South Africa West", + "Qatar Central", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "workspaces/kustoPools/databases" + }, + { + "apiVersions": [ + "2021-06-01-preview", + "2021-04-01-preview" + ], + "defaultApiVersion": "2021-06-01-preview", + "locations": [ + "Australia Central", + "Australia Central 2", + "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", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "South Africa North", + "South Africa West", + "Qatar Central", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "workspaces/kustoPools/databases/dataconnections" + }, + { + "apiVersions": [ + "2023-05-01", + "2021-06-01-preview", + "2021-06-01", + "2021-05-01", + "2021-04-01-preview", + "2021-03-01", + "2020-12-01", + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Japan East", + "North Central US", + "Canada Central", + "Canada East", + "Korea Central", + "South Africa North", + "UK West", + "Japan West", + "France Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE North", + "West US 3", + "South India", + "Sweden Central", + "Poland Central", + "Switzerland West", + "Israel Central", + "Italy North", + "Qatar Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/operationResults" + }, + { + "apiVersions": [ + "2023-05-01", + "2021-06-01-preview", + "2021-06-01", + "2021-05-01", + "2021-04-01-preview", + "2021-03-01", + "2020-12-01", + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Japan East", + "North Central US", + "Canada Central", + "Canada East", + "Korea Central", + "South Africa North", + "UK West", + "Japan West", + "France Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE North", + "West US 3", + "South India", + "Sweden Central", + "Poland Central", + "Switzerland West", + "Israel Central", + "Italy North", + "Qatar Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/operationStatuses" + }, + { + "apiVersions": [ + "2020-04-01-preview" + ], + "defaultApiVersion": null, + "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", + "Japan East", + "North Central US", + "Canada Central", + "Canada East", + "Korea Central", + "South Africa North", + "UK West", + "Japan West", + "France Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE North", + "West US 3", + "South India", + "Sweden Central", + "Poland Central", + "Switzerland West", + "Israel Central", + "Italy North", + "Qatar Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/sqlDatabases" + }, + { + "apiVersions": [ + "2023-05-01", + "2021-06-01-preview", + "2021-06-01", + "2021-05-01", + "2021-04-01-preview", + "2021-03-01", + "2020-12-01", + "2020-04-01-preview", + "2019-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "Japan East", + "North Central US", + "Canada Central", + "Canada East", + "Korea Central", + "South Africa North", + "UK West", + "Japan West", + "France Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE North", + "West US 3", + "South India", + "Sweden Central", + "Poland Central", + "Switzerland West", + "Israel Central", + "Italy North", + "Qatar Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/sqlPools" + }, + { + "apiVersions": [ + "2023-05-01" + ], + "defaultApiVersion": null, + "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", + "Japan East", + "North Central US", + "Canada Central", + "Canada East", + "Korea Central", + "South Africa North", + "UK West", + "Japan West", + "France Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE North", + "West US 3", + "South India", + "Sweden Central", + "Poland Central", + "Switzerland West", + "Israel Central", + "Italy North", + "Qatar Central", + "East US 2 EUAP" + ], + "resourceType": "workspaces/usages" + } + ] + }, + { + "namespace": "Microsoft.Syntex", + "resourceTypes": [ + { + "apiVersions": [ + "2022-09-15-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2022-09-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "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 North", + "Japan East", + "Korea Central", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West India", + "West US" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2023-01-04-preview" + ], + "defaultApiVersion": "2023-01-04-preview", + "locations": [ + "East US", + "Central US", + "West Central US", + "West US", + "South Central US", + "North Central US", + "East US 2", + "Canada Central", + "Canada East", + "Brazil South", + "North Europe", + "Norway East", + "Norway West", + "France Central", + "France South", + "Switzerland North", + "Switzerland West", + "UK South", + "UK West", + "Germany North", + "West Europe", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "East Asia", + "Southeast Asia", + "Japan East", + "Korea Central", + "UAE North", + "South Africa North", + "South Africa West" + ], + "resourceType": "accounts" + }, + { + "apiVersions": [ + "2022-09-15-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "Central US", + "West US", + "West Central US", + "South Central US", + "North Central US", + "East US 2", + "Canada Central", + "Canada East", + "Brazil South", + "North Europe", + "Norway East", + "Norway West", + "France Central", + "France South", + "Switzerland North", + "Switzerland West", + "UK South", + "UK West", + "Germany North", + "West Europe", + "Australia East", + "Australia Southeast", + "Central India", + "South India", + "West India", + "East Asia", + "Southeast Asia", + "Japan East", + "Korea Central", + "UAE North", + "South Africa North", + "South Africa West" + ], + "resourceType": "documentProcessors" + }, + { + "apiVersions": [ + "2023-01-04-preview", + "2022-09-15-preview", + "2022-06-15-preview", + "2021-10-20-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.ToolchainOrchestrator", + "resourceTypes": [ + { + "apiVersions": [ + "2024-08-01-preview", + "2024-04-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.UpdateManager", + "resourceTypes": [ + { + "apiVersions": [ + "2024-11-01-preview" + ], + "defaultApiVersion": "2024-11-01-preview", + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "updaterules" + }, + { + "apiVersions": [ + "2024-11-01-preview" + ], + "defaultApiVersion": "2024-11-01-preview", + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "updaterulesets" + } + ] + }, + { + "namespace": "Microsoft.UsageBilling", + "resourceTypes": [ + { + "apiVersions": [ + "2024-05-01-preview", + "2024-01-01-preview", + "2023-12-01-preview", + "2023-09-01-preview", + "2023-04-01-preview", + "2023-02-01-preview", + "2022-12-01-preview", + "2022-09-01-preview", + "2021-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "United States", + "Australia Central", + "Australia Central 2", + "Australia East", + "Australia SouthEast", + "Brazil South", + "Brazil SouthEast", + "Canada Central", + "Canada East", + "Central India", + "Central US", + "Central US EUAP", + "East Asia", + "East US", + "East US 2", + "East US 2 EUAP", + "France Central", + "France South", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "New Zealand North", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "SouthEast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.VMware", + "resourceTypes": [ + { + "apiVersions": [ + "2020-10-01-preview", + "2019-12-20-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2020-10-01-preview", + "2019-12-20-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West US", + "East US 2 EUAP", + "West Europe" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2020-10-01-preview", + "2019-12-20-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2020-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "West US", + "West Europe", + "East US 2 EUAP" + ], + "resourceType": "VCenters/InventoryItems" + }, + { + "apiVersions": [ + "2019-12-20-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "arczones" + }, + { + "apiVersions": [ + "2020-10-01-preview", + "2019-12-20-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "resourcepools" + }, + { + "apiVersions": [ + "2020-10-01-preview", + "2019-12-20-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "vcenters" + }, + { + "apiVersions": [ + "2020-10-01-preview", + "2019-12-20-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "virtualmachines" + }, + { + "apiVersions": [ + "2020-10-01-preview", + "2019-12-20-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "virtualmachinetemplates" + }, + { + "apiVersions": [ + "2020-10-01-preview", + "2019-12-20-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "virtualnetworks" + } + ] + }, + { + "namespace": "Microsoft.VerifiedId", + "resourceTypes": [ + { + "apiVersions": [ + "2024-01-26-preview" + ], + "defaultApiVersion": "2024-01-26-preview", + "locations": [ + "North Europe", + "West US 2", + "Australia East", + "Australia Southeast", + "Japan East", + "Japan West" + ], + "resourceType": "Authorities" + } + ] + }, + { + "namespace": "Microsoft.VideoIndexer", + "resourceTypes": [ + { + "apiVersions": [ + "2024-09-23-preview", + "2024-06-01-preview", + "2024-04-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2022-08-01", + "2022-07-20-preview", + "2022-04-13-preview", + "2021-11-10-preview", + "2021-10-27-preview", + "2021-10-18-preview" + ], + "defaultApiVersion": "2022-08-01", + "locations": [ + "Southeast Asia", + "East Asia", + "North Europe", + "West US 2", + "West Europe", + "Australia East", + "East US 2", + "South Central US", + "Japan East", + "UK South", + "East US", + "Central India", + "Canada Central", + "West US", + "France Central", + "Central US", + "Korea Central", + "West Central US", + "Japan West", + "Brazil South", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Sweden Central", + "West US 3" + ], + "resourceType": "accounts" + }, + { + "apiVersions": [ + "2024-06-01-preview", + "2024-03-01-preview", + "2023-11-01-preview" + ], + "defaultApiVersion": "2023-11-01-preview", + "locations": [ + "Southeast Asia", + "East Asia", + "North Europe", + "West US 2", + "West Europe", + "Australia East", + "East US 2", + "South Central US", + "Japan East", + "UK South", + "East US", + "Central India", + "Canada Central", + "West US", + "France Central", + "Central US", + "Japan West", + "Korea Central", + "West Central US", + "Brazil South", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Sweden Central", + "West US 3" + ], + "resourceType": "accounts/privateEndpointConnections" + }, + { + "apiVersions": [ + "2024-06-01-preview", + "2024-03-01-preview", + "2023-11-01-preview" + ], + "defaultApiVersion": "2023-11-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", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "accounts/privateLinkResources" + }, + { + "apiVersions": [ + "2024-09-23-preview", + "2024-06-01-preview", + "2024-04-01-preview", + "2024-03-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-06-02-preview", + "2022-08-01", + "2022-07-20-preview", + "2022-04-13-preview", + "2021-11-10-preview", + "2021-10-27-preview", + "2021-10-18-preview" + ], + "defaultApiVersion": "2024-01-01", + "locations": [], + "resourceType": "checknameavailability" + }, + { + "apiVersions": [ + "2024-09-23-preview", + "2024-06-01-preview", + "2024-04-01-preview", + "2024-03-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-06-02-preview", + "2022-08-01", + "2022-07-20-preview", + "2022-04-13-preview", + "2021-11-10-preview", + "2021-10-27-preview", + "2021-10-18-preview" + ], + "defaultApiVersion": "2024-01-01", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2022-08-01", + "2022-07-20-preview", + "2022-04-13-preview", + "2021-11-10-preview", + "2021-10-27-preview" + ], + "defaultApiVersion": "2022-08-01", + "locations": [ + "Germany West Central", + "Sweden Central", + "West US 3", + "Southeast Asia", + "East Asia", + "North Europe", + "West US 2", + "West Europe", + "Australia East", + "East US 2", + "South Central US", + "Japan East", + "UK South", + "East US", + "Central India", + "Canada Central", + "West US", + "France Central", + "Central US", + "Korea Central", + "West Central US", + "Japan West", + "Brazil South", + "Switzerland North", + "Switzerland West" + ], + "resourceType": "locations/classicaccounts" + }, + { + "apiVersions": [ + "2024-09-23-preview", + "2024-06-01-preview", + "2024-04-01-preview", + "2024-03-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-08-01-preview", + "2023-06-02-preview", + "2022-08-01", + "2022-07-20-preview", + "2022-04-13-preview", + "2021-11-10-preview", + "2021-10-27-preview", + "2021-10-18-preview" + ], + "defaultApiVersion": "2024-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", + "North Europe", + "Norway East", + "South Africa North", + "South Central US", + "Southeast Asia", + "South India", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE North", + "UK South", + "UK West", + "West Central US", + "West Europe", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "locations/operationstatuses" + }, + { + "apiVersions": [ + "2022-08-01", + "2022-07-20-preview", + "2022-04-13-preview", + "2021-11-10-preview", + "2021-10-27-preview" + ], + "defaultApiVersion": "2022-08-01", + "locations": [ + "Southeast Asia", + "East Asia", + "North Europe", + "West US 2", + "West Europe", + "Australia East", + "East US 2", + "South Central US", + "Japan East", + "UK South", + "East US", + "Central India", + "Canada Central", + "West US", + "France Central", + "Central US", + "Korea Central", + "West Central US", + "Japan West", + "Brazil South", + "Switzerland North", + "Germany West Central", + "Sweden Central", + "West US 3", + "Switzerland West" + ], + "resourceType": "locations/userclassicaccounts" + }, + { + "apiVersions": [ + "2024-09-23-preview", + "2024-06-01-preview", + "2024-04-01-preview", + "2024-03-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-09-01-preview", + "2023-08-01-preview", + "2023-06-02-preview", + "2022-08-01", + "2022-07-20-preview", + "2022-04-13-preview", + "2021-11-10-preview", + "2021-10-27-preview", + "2021-10-18-preview" + ], + "defaultApiVersion": "2024-01-01", + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.VirtualMachineImages", + "resourceTypes": [ + { + "apiVersions": [ + "2024-02-01", + "2023-07-01", + "2022-07-01", + "2022-02-14", + "2021-10-01", + "2020-02-14", + "2019-05-01-preview" + ], + "defaultApiVersion": "2024-02-01", + "locations": [ + "East US", + "East US 2", + "Central US", + "West Central US", + "West US", + "West US 2", + "South Central US", + "West US 3", + "Canada Central", + "North Europe", + "West Europe", + "Japan East", + "South Africa North", + "East Asia", + "Southeast Asia", + "Norway East", + "UK South", + "UK West", + "UAE North", + "Germany West Central", + "Australia East", + "Australia Southeast", + "Switzerland North", + "Central India", + "France Central", + "Korea Central", + "North Central US", + "Brazil South", + "Qatar Central", + "Poland Central", + "Sweden Central", + "Italy North", + "Israel Central", + "Spain Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "imageTemplates" + }, + { + "apiVersions": [ + "2024-02-01", + "2023-07-01", + "2022-07-01", + "2022-02-14", + "2021-10-01", + "2020-02-14", + "2019-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "Central US", + "West Central US", + "West US", + "West US 2", + "South Central US", + "West US 3", + "Canada Central", + "North Europe", + "West Europe", + "Japan East", + "South Africa North", + "East Asia", + "Southeast Asia", + "Norway East", + "UK South", + "UK West", + "UAE North", + "Germany West Central", + "Australia East", + "Australia Southeast", + "Switzerland North", + "Central India", + "France Central", + "Korea Central", + "North Central US", + "Brazil South", + "Qatar Central", + "Poland Central", + "Sweden Central", + "Italy North", + "Israel Central", + "Spain Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "imageTemplates/runOutputs" + }, + { + "apiVersions": [ + "2024-02-01", + "2023-07-01", + "2022-07-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "Central US", + "West Central US", + "West US", + "West US 2", + "South Central US", + "West US 3", + "Canada Central", + "North Europe", + "West Europe", + "Japan East", + "South Africa North", + "East Asia", + "Southeast Asia", + "Norway East", + "UK South", + "UK West", + "UAE North", + "Germany West Central", + "Australia East", + "Australia Southeast", + "Switzerland North", + "Central India", + "France Central", + "Korea Central", + "North Central US", + "Brazil South", + "Qatar Central", + "Poland Central", + "Sweden Central", + "Italy North", + "Israel Central", + "Spain Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "imageTemplates/triggers" + }, + { + "apiVersions": [ + "2024-02-01", + "2023-07-01", + "2022-07-01", + "2022-02-14", + "2021-10-01", + "2020-02-14", + "2019-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "Central US", + "West Central US", + "West US", + "West US 2", + "West US 3", + "South Central US", + "Canada Central", + "North Europe", + "West Europe", + "Norway East", + "UK South", + "UK West", + "UAE North", + "Germany West Central", + "Japan East", + "East Asia", + "Southeast Asia", + "Australia East", + "Australia Southeast", + "South Africa North", + "Switzerland North", + "Central India", + "France Central", + "Korea Central", + "North Central US", + "Brazil South", + "Qatar Central", + "Poland Central", + "Sweden Central", + "Italy North", + "Israel Central", + "Spain Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-02-01", + "2023-07-01", + "2022-07-01", + "2022-02-14", + "2021-10-01", + "2020-02-14", + "2019-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "Central US", + "West Central US", + "West US", + "West US 2", + "South Central US", + "West US 3", + "Canada Central", + "North Europe", + "West Europe", + "Japan East", + "South Africa North", + "East Asia", + "Southeast Asia", + "Norway East", + "UK South", + "UK West", + "UAE North", + "Germany West Central", + "Australia East", + "Australia Southeast", + "Switzerland North", + "Central India", + "France Central", + "Korea Central", + "North Central US", + "Brazil South", + "Qatar Central", + "Poland Central", + "Sweden Central", + "Italy North", + "Israel Central", + "Spain Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/operations" + }, + { + "apiVersions": [ + "2024-02-01", + "2023-07-01", + "2022-07-01", + "2022-02-14", + "2021-10-01", + "2020-02-14", + "2019-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "Central US", + "West Central US", + "West US", + "West US 2", + "South Central US", + "West US 3", + "Canada Central", + "North Europe", + "West Europe", + "Japan East", + "South Africa North", + "East Asia", + "Southeast Asia", + "Norway East", + "UK South", + "UK West", + "UAE North", + "Germany West Central", + "Australia East", + "Australia Southeast", + "Switzerland North", + "Central India", + "France Central", + "Korea Central", + "North Central US", + "Brazil South", + "Qatar Central", + "Poland Central", + "Sweden Central", + "Italy North", + "Israel Central", + "Spain Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Microsoft.VoiceServices", + "resourceTypes": [ + { + "apiVersions": [ + "2024-02-16-preview", + "2024-02-05-preview", + "2023-09-21", + "2023-09-01", + "2023-07-13-preview", + "2023-04-03", + "2023-01-31" + ], + "defaultApiVersion": "2023-09-21", + "locations": [ + "global" + ], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2024-02-16-preview", + "2024-02-05-preview", + "2023-09-21", + "2023-09-01", + "2023-07-13-preview", + "2023-04-03", + "2023-01-31" + ], + "defaultApiVersion": "2023-09-21", + "locations": [ + "global" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-02-16-preview", + "2024-02-05-preview", + "2023-09-21", + "2023-09-01", + "2023-07-13-preview", + "2023-04-03", + "2023-01-31" + ], + "defaultApiVersion": "2023-09-21", + "locations": [ + "global" + ], + "resourceType": "locations/checkNameAvailability" + }, + { + "apiVersions": [ + "2024-02-16-preview", + "2024-02-05-preview", + "2023-09-21", + "2023-09-01", + "2023-07-13-preview", + "2023-04-03", + "2023-01-31", + "2022-12-01-preview" + ], + "defaultApiVersion": "2023-09-21", + "locations": [ + "global" + ], + "resourceType": "registeredSubscriptions" + } + ] + }, + { + "namespace": "Microsoft.Web", + "resourceTypes": [ + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01" + ], + "defaultApiVersion": "2023-12-01", + "locations": [ + "South Central US", + "South Africa North", + "East Asia", + "Japan East", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Central US", + "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", + "UAE North", + "Sweden Central", + "Qatar Central", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "West US 3", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "aseregions" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "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", + "France Central", + "South Africa North", + "West US 3", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "availableStacks" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "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", + "France Central", + "South Africa North", + "West US 3", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "billingMeters" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "South Africa North", + "East Asia", + "Japan East", + "Australia East", + "Brazil South", + "Southeast Asia", + "Central US", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "South India", + "West Central US", + "West US 3", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP", + "West US", + "West US 2", + "West Europe" + ], + "resourceType": "certificates" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "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", + "France Central", + "South Africa North", + "West US 3", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2018-03-01-preview", + "2016-06-01", + "2015-08-01-preview" + ], + "defaultApiVersion": null, + "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", + "Brazil Southeast", + "South India", + "Central India", + "West India", + "West US 2", + "West US 3", + "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", + "UAE North", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Spain Central", + "Sweden Central", + "Poland Central", + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "connectionGateways" + }, + { + "apiVersions": [ + "2018-07-01-preview", + "2018-03-01-preview", + "2016-06-01", + "2015-08-01-preview" + ], + "defaultApiVersion": null, + "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", + "Brazil Southeast", + "Australia Southeast", + "South India", + "Central India", + "West India", + "West US 2", + "West US 3", + "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", + "UAE North", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Spain Central", + "Sweden Central", + "Poland Central", + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "connections" + }, + { + "apiVersions": [ + "2021-03-01" + ], + "defaultApiVersion": "2021-03-01", + "locations": [ + "East US", + "North Europe", + "Canada Central", + "East US 2", + "West Europe", + "Central US EUAP" + ], + "resourceType": "containerApps" + }, + { + "apiVersions": [ + "2018-07-01-preview", + "2018-03-01-preview", + "2016-06-01", + "2015-08-01-preview" + ], + "defaultApiVersion": null, + "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", + "Brazil Southeast", + "Australia Southeast", + "South India", + "Central India", + "West India", + "West US 2", + "West US 3", + "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", + "UAE North", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Spain Central", + "Sweden Central", + "Poland Central", + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "customApis" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "South Africa North", + "East Asia", + "Japan East", + "Australia East", + "Brazil South", + "Southeast Asia", + "Central US", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "South India", + "West Central US", + "West US 3", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "West US", + "West US 2", + "West Europe", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "customhostnameSites" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "South Africa North", + "East Asia", + "Japan East", + "Australia East", + "Brazil South", + "Southeast Asia", + "Central US", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "South India", + "West Central US", + "West US 3", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "West US", + "West US 2", + "West Europe", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "deletedSites" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "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", + "France Central", + "South Africa North", + "West US 3", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North" + ], + "resourceType": "deploymentLocations" + }, + { + "apiVersions": [ + "2022-09-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "freeTrialStaticWebApps" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01" + ], + "defaultApiVersion": null, + "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", + "France Central", + "South Africa North", + "West US 3", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "functionAppStacks" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "South Africa North", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Central US", + "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", + "UAE North", + "Sweden Central", + "Qatar Central", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "West US 3", + "East Asia", + "Japan East", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "generateGithubAccessTokenForAppserviceCLI" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "georegions" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "South Africa North", + "East US 2", + "East US", + "UK South", + "Southeast Asia", + "North Europe", + "Japan East", + "East Asia", + "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", + "UAE North", + "Sweden Central", + "Qatar Central", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "South India", + "West Central US", + "West US 3", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "West US", + "West US 2", + "West Europe", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "hostingEnvironments" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "North Central US", + "Brazil South", + "Canada East", + "UK West", + "South Central US", + "South Africa North", + "East US 2", + "East US", + "UK South", + "Southeast Asia", + "North Europe", + "Japan East", + "East Asia", + "Australia East", + "Central US", + "Japan West", + "Central India", + "Korea Central", + "France Central", + "West India", + "Australia Central", + "Germany West Central", + "Norway East", + "Switzerland North", + "UAE North", + "Sweden Central", + "Qatar Central", + "Australia Southeast", + "Korea South", + "Canada Central", + "South India", + "West Central US", + "West US 3", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "West US", + "West US 2", + "West Europe", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "hostingEnvironments/eventGridFilters" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "South Africa North", + "East Asia", + "Japan East", + "Australia East", + "Brazil South", + "Southeast Asia", + "Central US", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "South India", + "West Central US", + "West US 3", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "West US", + "West US 2", + "West Europe", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "hostingEnvironments/multiRolePools" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "South Africa North", + "East Asia", + "Japan East", + "Australia East", + "Brazil South", + "Southeast Asia", + "Central US", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "South India", + "West Central US", + "West US 3", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "West US", + "West US 2", + "West Europe", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "hostingEnvironments/workerPools" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "ishostingenvironmentnameavailable" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "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", + "France Central", + "South Africa North", + "West US 3", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "ishostnameavailable" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "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", + "France Central", + "South Africa North", + "West US 3", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "isusernameavailable" + }, + { + "apiVersions": [ + "2021-03-01" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "East US", + "West Europe", + "North Europe", + "Canada Central", + "East US 2", + "Central US EUAP" + ], + "resourceType": "kubeEnvironments" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "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", + "France Central", + "South Africa North", + "West US 3", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "listSitesAssignedToHostName" + }, + { + "apiVersions": [ + "2018-07-01-preview", + "2018-03-01-preview", + "2016-06-01", + "2015-08-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2022-09-01-preview", + "2018-07-01-preview", + "2018-03-01-preview", + "2016-06-01", + "2015-08-01-preview" + ], + "defaultApiVersion": null, + "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", + "Brazil Southeast", + "Australia Southeast", + "South India", + "Central India", + "West India", + "West US 2", + "West US 3", + "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", + "UAE North", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Spain Central", + "Sweden Central", + "Poland Central", + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/apiOperations" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "East Asia", + "Japan East", + "West US", + "Australia East", + "Brazil South", + "Japan West", + "Southeast Asia", + "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", + "UAE North", + "Qatar Central", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "West US 3", + "South Central US", + "South Africa North", + "Israel Central", + "Mexico Central", + "Poland Central", + "Italy North", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/checkNameAvailability" + }, + { + "apiVersions": [ + "2018-03-01-preview", + "2016-06-01", + "2015-08-01-preview" + ], + "defaultApiVersion": null, + "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", + "Brazil Southeast", + "South India", + "Central India", + "West India", + "West US 2", + "West US 3", + "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", + "UAE North", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Spain Central", + "Sweden Central", + "Poland Central", + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/connectionGatewayInstallations" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": "2018-02-01", + "locations": [ + "South Central US", + "South Africa North", + "Australia East", + "Brazil South", + "Southeast Asia", + "Central US", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "South India", + "West Central US", + "West US 3", + "East Asia", + "Japan East", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP", + "West US", + "West US 2", + "West Europe" + ], + "resourceType": "locations/deleteVirtualNetworkOrSubnets" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": "2018-02-01", + "locations": [ + "South Central US", + "South Africa North", + "East Asia", + "Japan East", + "Australia East", + "Brazil South", + "Southeast Asia", + "Central US", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "South India", + "West Central US", + "West US 3", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "West US", + "West US 2", + "West Europe", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/deletedSites" + }, + { + "apiVersions": [ + "2018-03-01-preview", + "2016-06-01", + "2015-08-01-preview" + ], + "defaultApiVersion": null, + "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", + "Brazil Southeast", + "South India", + "Central India", + "West India", + "West US 2", + "West US 3", + "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", + "UAE North", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Spain Central", + "Sweden Central", + "Poland Central", + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/extractApiDefinitionFromWsdl" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "South Africa North", + "East Asia", + "Japan East", + "Australia East", + "Brazil South", + "Southeast Asia", + "Central US", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "South India", + "West Central US", + "West US 3", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "West US", + "West US 2", + "West Europe", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/functionAppStacks" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "2020-06-01", + "2019-08-01", + "2018-02-01", + "2016-08-01" + ], + "defaultApiVersion": "2018-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", + "UK West", + "UK South", + "West US 2", + "France Central", + "West Central US", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/getNetworkPolicies" + }, + { + "apiVersions": [ + "2018-03-01-preview", + "2016-06-01", + "2015-08-01-preview" + ], + "defaultApiVersion": null, + "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", + "Brazil Southeast", + "South India", + "Central India", + "West India", + "West US 2", + "West US 3", + "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", + "UAE North", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Spain Central", + "Sweden Central", + "Poland Central", + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/listWsdlInterfaces" + }, + { + "apiVersions": [ + "2022-09-01-preview", + "2018-07-01-preview", + "2018-03-01-preview", + "2016-06-01", + "2015-08-01-preview" + ], + "defaultApiVersion": null, + "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", + "Brazil Southeast", + "Australia Southeast", + "South India", + "Central India", + "West India", + "West US 2", + "West US 3", + "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", + "UAE North", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Spain Central", + "Sweden Central", + "Poland Central", + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/managedApis" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-03-01" + ], + "defaultApiVersion": "2022-03-01", + "locations": [ + "South Central US", + "South Africa North", + "France South", + "East Asia", + "Japan East", + "South Africa West", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Central US", + "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", + "UAE Central", + "Germany North", + "UAE North", + "Brazil Southeast", + "Sweden Central", + "Qatar Central", + "Switzerland West", + "Switzerland North", + "Australia Central 2", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "West US 3", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "2020-06-01", + "2019-12-01-preview", + "2019-08-01", + "2019-01-01", + "2018-11-01", + "2018-02-01", + "2016-08-01" + ], + "defaultApiVersion": "2019-01-01", + "locations": [ + "South Central US", + "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", + "UAE North", + "Sweden Central", + "Qatar Central", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "South India", + "West Central US", + "West US 3", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "2020-06-01", + "2019-12-01-preview", + "2019-08-01", + "2019-01-01", + "2018-11-01", + "2018-02-01", + "2016-08-01" + ], + "defaultApiVersion": "2019-01-01", + "locations": [ + "South Central US", + "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", + "UAE North", + "Sweden Central", + "Qatar Central", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "South India", + "West Central US", + "West US 3", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/operations" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "2020-06-01", + "2019-12-01-preview", + "2019-08-01" + ], + "defaultApiVersion": "2020-06-01", + "locations": [ + "West US 2", + "Central US", + "East US 2", + "West Europe", + "East Asia", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/previewStaticSiteWorkflowFile" + }, + { + "apiVersions": [ + "2018-03-01-preview", + "2016-06-01", + "2015-08-01-preview" + ], + "defaultApiVersion": null, + "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", + "Brazil Southeast", + "South India", + "Central India", + "West India", + "West US 2", + "West US 3", + "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", + "UAE North", + "Switzerland North", + "Switzerland West", + "Norway East", + "Norway West", + "Germany North", + "Germany West Central", + "Israel Central", + "Italy North", + "Spain Central", + "Sweden Central", + "Poland Central", + "Qatar Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "locations/runtimes" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01" + ], + "defaultApiVersion": "2023-12-01", + "locations": [ + "South Central US", + "South Africa North", + "East Asia", + "Japan East", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Central US", + "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", + "UAE North", + "Sweden Central", + "Qatar Central", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "West US 3", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/usages" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": "2018-02-01", + "locations": [ + "South Central US", + "South Africa North", + "Australia East", + "Brazil South", + "Southeast Asia", + "Central US", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "South India", + "West Central US", + "West US 3", + "East Asia", + "Japan East", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP", + "West US", + "West US 2", + "West Europe" + ], + "resourceType": "locations/validateDeleteVirtualNetworkOrSubnets" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "South Africa North", + "East Asia", + "Japan East", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Central US", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "South India", + "West Central US", + "West US 3", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "West US 2", + "West Europe", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/webAppStacks" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "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", + "France Central", + "South Africa North", + "West US 3", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "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", + "France Central", + "South Africa North", + "West US 3", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "publishingUsers" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "recommendations" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "resourceHealthMetadata" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "runtimes" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "South Africa North", + "Australia East", + "Brazil South", + "Southeast Asia", + "Central US", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "South India", + "West Central US", + "West US 3", + "East Asia", + "Japan East", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP", + "West US", + "West US 2", + "West Europe" + ], + "resourceType": "serverFarms" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "South Africa North", + "Australia East", + "Brazil South", + "Southeast Asia", + "Central US", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway West", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "South India", + "West Central US", + "West US 3", + "East Asia", + "Japan East", + "South Africa West", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP", + "West US", + "West US 2", + "West Europe" + ], + "resourceType": "serverFarms/eventGridFilters" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "South Africa North", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Central US", + "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", + "UAE North", + "Sweden Central", + "Qatar Central", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "West US 3", + "East Asia", + "Japan East", + "South Africa West", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "serverFarms/firstPartyApps" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "South Africa North", + "West US", + "Australia East", + "Brazil South", + "Southeast Asia", + "Central US", + "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", + "UAE North", + "Sweden Central", + "Qatar Central", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "West Europe", + "South India", + "West Central US", + "West US 3", + "East Asia", + "Japan East", + "South Africa West", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "serverFarms/firstPartyApps/keyVaultSettings" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "South Africa North", + "Australia East", + "Brazil South", + "Southeast Asia", + "Central US", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "South India", + "West Central US", + "West US 3", + "East Asia", + "Japan East", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP", + "West US", + "West US 2", + "West Europe" + ], + "resourceType": "sites" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "South Africa North", + "Australia East", + "Brazil South", + "Southeast Asia", + "Central US", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway West", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "South India", + "West Central US", + "West US 3", + "East Asia", + "Japan East", + "South Africa West", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP", + "West US", + "West US 2", + "West Europe" + ], + "resourceType": "sites/eventGridFilters" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "South Africa North", + "East Asia", + "Japan East", + "Australia East", + "Brazil South", + "Southeast Asia", + "Central US", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "South India", + "West Central US", + "West US 3", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "West US", + "West US 2", + "West Europe", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "sites/hostNameBindings" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "South Africa North", + "East Asia", + "Japan East", + "Australia East", + "Brazil South", + "Southeast Asia", + "Central US", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "South India", + "West Central US", + "West US 3", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "West US", + "West US 2", + "West Europe", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "sites/networkConfig" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "South Africa North", + "East Asia", + "Japan East", + "Australia East", + "Brazil South", + "Southeast Asia", + "Central US", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "South India", + "West Central US", + "West US 3", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP", + "West US", + "West US 2", + "West Europe" + ], + "resourceType": "sites/premieraddons" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "South Africa North", + "Australia East", + "Brazil South", + "Southeast Asia", + "Central US", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "South India", + "West Central US", + "West US 3", + "East Asia", + "Japan East", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP", + "West US", + "West US 2", + "West Europe" + ], + "resourceType": "sites/slots" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "South Africa North", + "Australia East", + "Brazil South", + "Southeast Asia", + "Central US", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway West", + "Norway East", + "Switzerland North", + "UAE North", + "Sweden Central", + "Qatar Central", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "South India", + "West Central US", + "West US 3", + "East Asia", + "Japan East", + "South Africa West", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP", + "West US", + "West US 2", + "West Europe" + ], + "resourceType": "sites/slots/eventGridFilters" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "South Africa North", + "East Asia", + "Japan East", + "Australia East", + "Brazil South", + "Southeast Asia", + "Central US", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "South India", + "West Central US", + "West US 3", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "West US", + "West US 2", + "West Europe", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "sites/slots/hostNameBindings" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "locations": [ + "South Central US", + "South Africa North", + "East Asia", + "Japan East", + "Australia East", + "Brazil South", + "Southeast Asia", + "Central US", + "Japan West", + "Central India", + "UK South", + "Canada East", + "Korea Central", + "France Central", + "North Europe", + "East US", + "West India", + "East US 2", + "Australia Central", + "Germany West Central", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Switzerland North", + "North Central US", + "UK West", + "Australia Southeast", + "Korea South", + "Canada Central", + "South India", + "West Central US", + "West US 3", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "West US", + "West US 2", + "West Europe", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "sites/slots/networkConfig" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "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", + "France Central", + "South Africa North", + "West US 3", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "sourceControls" + }, + { + "apiVersions": [ + "2024-04-01" + ], + "defaultApiVersion": null, + "locations": [ + "Central US", + "East US 2", + "West US 2", + "West Europe", + "East Asia", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "staticSiteRegions" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "2020-06-01", + "2019-12-01-preview", + "2019-08-01" + ], + "defaultApiVersion": null, + "locations": [ + "West US 2", + "Central US", + "East US 2", + "West Europe", + "East Asia", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "staticSites" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "2020-06-01", + "2019-12-01-preview", + "2019-08-01" + ], + "defaultApiVersion": "2020-06-01", + "locations": [ + "West US 2", + "Central US", + "East US 2", + "West Europe", + "East Asia", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "staticSites/builds" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "2020-06-01", + "2019-12-01-preview", + "2019-08-01" + ], + "defaultApiVersion": "2020-06-01", + "locations": [ + "West US 2", + "Central US", + "East US 2", + "West Europe", + "East Asia", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "staticSites/builds/databaseConnections" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "2020-06-01", + "2019-12-01-preview", + "2019-08-01" + ], + "defaultApiVersion": "2020-06-01", + "locations": [ + "West US 2", + "Central US", + "East US 2", + "West Europe", + "East Asia", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "staticSites/builds/linkedBackends" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01" + ], + "defaultApiVersion": "2020-12-01", + "locations": [ + "West US 2", + "Central US", + "East US 2", + "West Europe", + "East Asia", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "staticSites/builds/userProvidedFunctionApps" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "2020-06-01", + "2019-12-01-preview", + "2019-08-01" + ], + "defaultApiVersion": "2020-06-01", + "locations": [ + "West US 2", + "Central US", + "East US 2", + "West Europe", + "East Asia", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "staticSites/databaseConnections" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "2020-06-01", + "2019-12-01-preview", + "2019-08-01" + ], + "defaultApiVersion": "2020-06-01", + "locations": [ + "West US 2", + "Central US", + "East US 2", + "West Europe", + "East Asia", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "staticSites/linkedBackends" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01" + ], + "defaultApiVersion": "2020-12-01", + "locations": [ + "West US 2", + "Central US", + "East US 2", + "West Europe", + "East Asia", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "staticSites/userProvidedFunctionApps" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "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", + "France Central", + "South Africa North", + "West US 3", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "validate" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01", + "2020-09-01", + "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" + ], + "defaultApiVersion": null, + "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", + "France Central", + "South Africa North", + "West US 3", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "verifyHostingEnvironmentVnet" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-12-01", + "2023-01-01", + "2022-09-01", + "2022-03-01", + "2021-03-01", + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01", + "2020-10-01" + ], + "defaultApiVersion": null, + "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", + "France Central", + "South Africa North", + "West US 3", + "Australia Central", + "Switzerland North", + "Germany West Central", + "Norway East", + "UAE North", + "Sweden Central", + "Qatar Central", + "Poland Central", + "Italy North", + "Israel Central", + "Spain Central", + "Mexico Central", + "New Zealand North", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "webAppStacks" + }, + { + "apiVersions": [ + "2021-02-01", + "2021-01-15", + "2021-01-01", + "2020-12-01" + ], + "defaultApiVersion": "2021-02-01", + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "workerApps" + } + ] + }, + { + "namespace": "Microsoft.WindowsPushNotificationServices", + "resourceTypes": [ + { + "apiVersions": [ + "2022-09-12-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "checkNameAvailability" + } + ] + }, + { + "namespace": "Microsoft.WorkloadBuilder", + "resourceTypes": [ + { + "apiVersions": [ + "2021-03-01-privatepreview", + "2020-07-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2021-03-01-privatepreview", + "2020-07-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "West Central US", + "East US 2 EUAP" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2021-03-01-privatepreview", + "2020-07-01-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Operations" + } + ] + }, + { + "namespace": "Microsoft.Workloads", + "resourceTypes": [ + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01", + "2024-06-01-preview", + "2024-02-01-preview", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-04-01", + "2022-11-01-preview", + "2022-10-15-preview", + "2021-12-01-preview" + ], + "defaultApiVersion": "2024-09-01", + "locations": [], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01", + "2024-02-01-preview", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-04-01", + "2022-11-01-preview", + "2022-10-15-preview", + "2021-12-01-preview" + ], + "defaultApiVersion": "2024-09-01", + "locations": [ + "East US", + "East US 2", + "West US 2", + "North Europe", + "Australia East", + "East Asia", + "Japan East", + "Canada Central", + "Central India", + "West US 3", + "West Europe", + "South Central US", + "Sweden Central", + "UK South", + "Germany West Central", + "Brazil South", + "Southeast Asia", + "Korea South", + "Korea Central", + "South Africa North", + "Switzerland North", + "Norway East", + "UAE North", + "France Central", + "Central US", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2023-10-01-preview", + "2023-04-01", + "2022-11-01-preview", + "2021-12-01-preview" + ], + "defaultApiVersion": "2023-10-01-preview", + "locations": [ + "East US", + "East US 2", + "North Europe", + "Australia East", + "East Asia", + "Central India", + "West US 3", + "West Europe", + "Japan East", + "Canada Central", + "West US 2", + "South Central US", + "Sweden Central", + "UK South", + "Germany West Central", + "Brazil South", + "Korea Central", + "South Africa North", + "Switzerland North", + "Norway East", + "UAE North", + "France Central" + ], + "resourceType": "Locations/sapVirtualInstanceMetadata" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-09-01", + "2024-06-01-preview", + "2024-02-01-preview", + "2023-12-01-preview", + "2023-10-01-preview", + "2023-04-01", + "2022-11-01-preview", + "2022-10-15-preview", + "2021-12-01-preview" + ], + "defaultApiVersion": "2024-09-01", + "locations": [], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2024-10-01-preview" + ], + "defaultApiVersion": "2024-10-01-preview", + "locations": [ + "Central US EUAP" + ], + "resourceType": "configurationValidationResults" + }, + { + "apiVersions": [ + "2023-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2", + "North Europe", + "East US", + "West US 3", + "West Europe", + "Australia East", + "East Asia", + "Central India", + "Korea Central", + "Japan East", + "South Africa North", + "Switzerland North", + "Norway East", + "UAE North", + "France Central", + "West US 2", + "Brazil South", + "Canada Central", + "Germany West Central", + "South Central US", + "Sweden Central", + "UK South" + ], + "resourceType": "connectors" + }, + { + "apiVersions": [ + "2023-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2", + "North Europe", + "East US", + "West US 3", + "West Europe", + "Australia East", + "East Asia", + "Central India", + "Korea Central", + "Japan East", + "South Africa North", + "Switzerland North", + "Norway East", + "UAE North", + "France Central", + "West US 2", + "Brazil South", + "Canada Central", + "Germany West Central", + "South Central US", + "Sweden Central", + "UK South" + ], + "resourceType": "connectors/acssBackups" + }, + { + "apiVersions": [ + "2024-04-01-preview" + ], + "defaultApiVersion": "2024-04-01-preview", + "locations": [ + "Central US EUAP" + ], + "resourceType": "epicVirtualInstances" + }, + { + "apiVersions": [ + "2024-04-01-preview" + ], + "defaultApiVersion": "2024-04-01-preview", + "locations": [ + "Central US EUAP" + ], + "resourceType": "epicVirtualInstances/databaseInstances" + }, + { + "apiVersions": [ + "2024-04-01-preview" + ], + "defaultApiVersion": "2024-04-01-preview", + "locations": [ + "Central US EUAP" + ], + "resourceType": "epicVirtualInstances/hyperspaceWebInstances" + }, + { + "apiVersions": [ + "2024-04-01-preview" + ], + "defaultApiVersion": "2024-04-01-preview", + "locations": [ + "Central US EUAP" + ], + "resourceType": "epicVirtualInstances/presentationInstances" + }, + { + "apiVersions": [ + "2024-04-01-preview" + ], + "defaultApiVersion": "2024-04-01-preview", + "locations": [ + "Central US EUAP" + ], + "resourceType": "epicVirtualInstances/sharedInstances" + }, + { + "apiVersions": [ + "2024-04-01-preview" + ], + "defaultApiVersion": "2024-04-01-preview", + "locations": [ + "Central US EUAP" + ], + "resourceType": "epicVirtualInstances/wssInstances" + }, + { + "apiVersions": [ + "2023-12-01-preview", + "2023-10-01-preview", + "2023-04-01", + "2022-11-01-preview", + "2021-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "North Europe", + "Australia East", + "East Asia", + "Central India", + "West US 3", + "West Europe", + "Japan East", + "Canada Central", + "West US 2", + "South Central US", + "Sweden Central", + "UK South", + "Germany West Central", + "Brazil South", + "Korea Central", + "South Africa North", + "Switzerland North", + "Norway East", + "UAE North", + "France Central" + ], + "resourceType": "monitors" + }, + { + "apiVersions": [ + "2023-12-01-preview", + "2023-10-01-preview", + "2023-04-01", + "2022-11-01-preview", + "2021-12-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "North Europe", + "Australia East", + "East Asia", + "Central India", + "West US 3", + "West Europe", + "Japan East", + "Canada Central", + "West US 2", + "South Central US", + "Sweden Central", + "UK South", + "Germany West Central", + "Brazil South", + "Korea Central", + "South Africa North", + "Switzerland North", + "Norway East", + "UAE North", + "France Central" + ], + "resourceType": "monitors/providerInstances" + }, + { + "apiVersions": [ + "2023-12-01-preview", + "2023-10-01-preview", + "2023-04-01", + "2022-11-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "East US 2", + "North Europe", + "Australia East", + "East Asia", + "Central India", + "West US 3", + "West Europe", + "Japan East", + "Canada Central", + "West US 2", + "South Central US", + "Sweden Central", + "UK South", + "Germany West Central", + "Brazil South", + "Korea Central", + "South Africa North", + "Switzerland North", + "Norway East", + "UAE North", + "France Central" + ], + "resourceType": "monitors/sapLandscapeMonitor" + }, + { + "apiVersions": [ + "2023-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Southeast Asia", + "West US 2", + "Central US" + ], + "resourceType": "sapDiscoverySites" + }, + { + "apiVersions": [ + "2023-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Southeast Asia", + "West US 2", + "Central US" + ], + "resourceType": "sapDiscoverySites/sapInstances" + }, + { + "apiVersions": [ + "2023-10-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Southeast Asia", + "West US 2", + "Central US" + ], + "resourceType": "sapDiscoverySites/sapInstances/serverInstances" + }, + { + "apiVersions": [ + "2023-10-01-preview", + "2023-04-01", + "2022-11-01-preview", + "2021-12-01-preview" + ], + "defaultApiVersion": "2023-10-01-preview", + "locations": [ + "East US", + "East US 2", + "North Europe", + "Australia East", + "East Asia", + "Central India", + "West US 3", + "West Europe", + "Japan East", + "Canada Central", + "West US 2", + "South Central US", + "Sweden Central", + "UK South", + "Germany West Central", + "Brazil South", + "Korea Central", + "South Africa North", + "Switzerland North", + "Norway East", + "UAE North", + "France Central" + ], + "resourceType": "sapVirtualInstances" + }, + { + "apiVersions": [ + "2023-10-01-preview", + "2023-04-01", + "2022-11-01-preview", + "2021-12-01-preview" + ], + "defaultApiVersion": "2023-10-01-preview", + "locations": [ + "East US", + "East US 2", + "North Europe", + "Australia East", + "East Asia", + "Central India", + "West US 3", + "West Europe", + "Japan East", + "Canada Central", + "West US 2", + "South Central US", + "Sweden Central", + "UK South", + "Germany West Central", + "Brazil South", + "Korea Central", + "South Africa North", + "Switzerland North", + "Norway East", + "UAE North", + "France Central" + ], + "resourceType": "sapVirtualInstances/applicationInstances" + }, + { + "apiVersions": [ + "2023-10-01-preview", + "2023-04-01", + "2022-11-01-preview", + "2021-12-01-preview" + ], + "defaultApiVersion": "2023-10-01-preview", + "locations": [ + "East US", + "East US 2", + "North Europe", + "Australia East", + "East Asia", + "Central India", + "West US 3", + "West Europe", + "Japan East", + "Canada Central", + "West US 2", + "South Central US", + "Sweden Central", + "UK South", + "Germany West Central", + "Brazil South", + "Korea Central", + "South Africa North", + "Switzerland North", + "Norway East", + "UAE North", + "France Central" + ], + "resourceType": "sapVirtualInstances/centralInstances" + }, + { + "apiVersions": [ + "2023-10-01-preview", + "2023-04-01", + "2022-11-01-preview", + "2021-12-01-preview" + ], + "defaultApiVersion": "2023-10-01-preview", + "locations": [ + "East US", + "East US 2", + "North Europe", + "Australia East", + "East Asia", + "Central India", + "West US 3", + "West Europe", + "Japan East", + "Canada Central", + "West US 2", + "South Central US", + "Sweden Central", + "UK South", + "Germany West Central", + "Brazil South", + "Korea Central", + "South Africa North", + "Switzerland North", + "Norway East", + "UAE North", + "France Central" + ], + "resourceType": "sapVirtualInstances/databaseInstances" + } + ] + }, + { + "namespace": "NGINX.NGINXPLUS", + "resourceTypes": [ + { + "apiVersions": [ + "2024-11-01-preview", + "2024-09-01-preview", + "2024-06-01-preview", + "2024-01-01-preview", + "2023-09-01", + "2023-04-01", + "2022-11-01-preview", + "2022-08-01", + "2021-05-01-preview" + ], + "defaultApiVersion": "2023-09-01", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-11-01-preview", + "2024-09-01-preview", + "2024-06-01-preview", + "2024-01-01-preview", + "2023-09-01", + "2023-04-01", + "2022-11-01-preview", + "2022-08-01", + "2021-05-01-preview" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "North Central US", + "West Central US", + "Australia East", + "West Europe", + "West US", + "West US 2", + "Central US", + "East US", + "East US 2", + "East US 2 EUAP", + "Central US EUAP", + "West US 3", + "North Europe", + "Japan East", + "Korea Central", + "Canada Central", + "Southeast Asia", + "Sweden Central", + "Germany West Central", + "South India", + "West India", + "Central India", + "Brazil South" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-11-01-preview", + "2024-09-01-preview", + "2024-06-01-preview", + "2024-01-01-preview", + "2023-09-01", + "2023-04-01", + "2022-11-01-preview", + "2022-08-01", + "2021-05-01-preview" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "North Central US", + "West Central US", + "Australia East", + "West Europe", + "West US", + "West US 2", + "Central US", + "East US", + "East US 2", + "West US 3", + "North Europe", + "Japan East", + "Korea Central", + "Canada Central", + "Southeast Asia", + "Sweden Central", + "Germany West Central", + "South India", + "Central India", + "Brazil South", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "nginxDeployments" + }, + { + "apiVersions": [ + "2024-09-01-preview", + "2024-06-01-preview", + "2024-01-01-preview", + "2023-09-01", + "2023-04-01", + "2022-11-01-preview", + "2022-08-01", + "2021-05-01-preview" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "North Central US", + "West Central US", + "Australia East", + "West Europe", + "West US", + "West US 2", + "Central US", + "East US", + "East US 2", + "West US 3", + "North Europe", + "Japan East", + "Korea Central", + "Canada Central", + "Southeast Asia", + "Sweden Central", + "Germany West Central", + "South India", + "Central India", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "nginxDeployments/apiKeys" + }, + { + "apiVersions": [ + "2024-11-01-preview", + "2024-09-01-preview", + "2024-06-01-preview", + "2024-01-01-preview", + "2023-09-01", + "2023-04-01", + "2022-11-01-preview", + "2022-08-01", + "2021-05-01-preview" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "North Central US", + "West Central US", + "Australia East", + "West Europe", + "West US", + "West US 2", + "Central US", + "East US", + "East US 2", + "West US 3", + "North Europe", + "Japan East", + "Korea Central", + "Canada Central", + "Southeast Asia", + "Sweden Central", + "Germany West Central", + "South India", + "Central India", + "Brazil South", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "nginxDeployments/certificates" + }, + { + "apiVersions": [ + "2024-11-01-preview", + "2024-09-01-preview", + "2024-06-01-preview", + "2024-01-01-preview", + "2023-09-01", + "2023-04-01", + "2022-11-01-preview", + "2022-08-01", + "2021-05-01-preview" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "North Central US", + "West Central US", + "Australia East", + "West Europe", + "West US", + "West US 2", + "Central US", + "East US", + "East US 2", + "West US 3", + "North Europe", + "Japan East", + "Korea Central", + "Canada Central", + "Southeast Asia", + "Sweden Central", + "Germany West Central", + "South India", + "Central India", + "Brazil South", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "nginxDeployments/configurations" + }, + { + "apiVersions": [ + "2024-11-01-preview", + "2024-09-01-preview", + "2024-06-01-preview", + "2024-01-01-preview", + "2023-09-01", + "2023-04-01", + "2022-11-01-preview", + "2022-08-01", + "2021-05-01-preview" + ], + "defaultApiVersion": "2023-09-01", + "locations": [], + "resourceType": "operations" + } + ] + }, + { + "namespace": "Neon.Postgres", + "resourceTypes": [ + { + "apiVersions": [ + "2024-08-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2024-08-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-08-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [ + "East US 2", + "West US 3", + "Germany West Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "locations/OperationStatuses" + }, + { + "apiVersions": [ + "2024-08-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-08-01-preview" + ], + "defaultApiVersion": "2024-08-01-preview", + "locations": [ + "East US 2", + "Germany West Central", + "West US 3", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "organizations" + } + ] + }, + { + "namespace": "NewRelic.Observability", + "resourceTypes": [ + { + "apiVersions": [ + "2024-10-01", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2022-07-01-preview", + "2022-07-01" + ], + "defaultApiVersion": "2024-10-01", + "locations": [], + "resourceType": "accounts" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2022-07-01-preview", + "2022-07-01" + ], + "defaultApiVersion": "2024-10-01", + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2022-07-01-preview", + "2022-07-01" + ], + "defaultApiVersion": "2024-10-01", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2022-07-01-preview", + "2022-07-01" + ], + "defaultApiVersion": "2024-10-01", + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "East US" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2022-07-01-preview", + "2022-07-01" + ], + "defaultApiVersion": "2024-10-01", + "locations": [ + "East US", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "monitors" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2022-07-01-preview", + "2022-07-01" + ], + "defaultApiVersion": "2024-10-01", + "locations": [ + "East US", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "monitors/monitoredSubscriptions" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2022-07-01-preview", + "2022-07-01" + ], + "defaultApiVersion": "2024-10-01", + "locations": [ + "East US", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "monitors/tagRules" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2022-07-01-preview", + "2022-07-01" + ], + "defaultApiVersion": "2024-10-01", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2022-07-01-preview", + "2022-07-01" + ], + "defaultApiVersion": "2024-10-01", + "locations": [], + "resourceType": "organizations" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2022-07-01-preview", + "2022-07-01" + ], + "defaultApiVersion": "2024-10-01", + "locations": [], + "resourceType": "plans" + }, + { + "apiVersions": [ + "2024-10-01", + "2024-03-01", + "2024-01-01-preview", + "2024-01-01", + "2023-11-01-preview", + "2023-10-01-preview", + "2022-07-01-preview", + "2022-07-01" + ], + "defaultApiVersion": "2024-10-01", + "locations": [], + "resourceType": "registeredSubscriptions" + } + ] + }, + { + "namespace": "Oracle.Database", + "resourceTypes": [ + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-06-01-preview", + "2024-06-01", + "2023-09-01-preview", + "2023-09-01" + ], + "defaultApiVersion": "2024-06-01", + "locations": [], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-06-01-preview", + "2024-06-01", + "2023-09-01-preview", + "2023-09-01" + ], + "defaultApiVersion": "2024-06-01", + "locations": [ + "East US", + "Germany West Central", + "UK South", + "West US", + "France Central", + "Canada Central", + "Australia East", + "Italy North", + "Central US", + "UK West", + "Southeast Asia", + "Brazil South", + "Japan East" + ], + "resourceType": "Locations/OperationStatuses" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-06-01-preview", + "2024-06-01", + "2023-09-01-preview", + "2023-09-01" + ], + "defaultApiVersion": "2024-06-01", + "locations": [ + "East US", + "Germany West Central", + "UK South", + "West US", + "Canada Central", + "Australia East", + "France Central", + "UK West", + "Italy North", + "Southeast Asia", + "Central US", + "Japan East", + "Brazil South" + ], + "resourceType": "Locations/autonomousDatabaseCharacterSets" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-06-01-preview", + "2024-06-01", + "2023-09-01-preview", + "2023-09-01" + ], + "defaultApiVersion": "2024-06-01", + "locations": [ + "East US", + "Germany West Central", + "UK South", + "West US", + "Canada Central", + "Australia East", + "France Central", + "UK West", + "Italy North", + "Southeast Asia", + "Central US", + "Japan East", + "Brazil South" + ], + "resourceType": "Locations/autonomousDatabaseNationalCharacterSets" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-06-01-preview", + "2024-06-01", + "2023-09-01-preview", + "2023-09-01" + ], + "defaultApiVersion": "2024-06-01", + "locations": [ + "East US", + "Germany West Central", + "UK South", + "West US", + "Canada Central", + "Australia East", + "France Central", + "UK West", + "Italy North", + "Southeast Asia", + "Central US", + "Japan East", + "Brazil South" + ], + "resourceType": "Locations/autonomousDbVersions" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-06-01-preview", + "2024-06-01", + "2023-09-01-preview", + "2023-09-01" + ], + "defaultApiVersion": "2024-06-01", + "locations": [ + "East US", + "Germany West Central", + "UK South", + "West US", + "France Central", + "Canada Central", + "Australia East", + "Italy North", + "Central US", + "UK West", + "Southeast Asia", + "Brazil South", + "Japan East" + ], + "resourceType": "Locations/dbSystemShapes" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-06-01-preview", + "2024-06-01", + "2023-09-01-preview", + "2023-09-01" + ], + "defaultApiVersion": "2024-06-01", + "locations": [ + "East US", + "Germany West Central", + "UK South", + "West US", + "France Central", + "Canada Central", + "Australia East", + "Italy North", + "Central US", + "UK West", + "Southeast Asia", + "Brazil South", + "Japan East" + ], + "resourceType": "Locations/dnsPrivateViews" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-06-01-preview", + "2024-06-01", + "2023-09-01-preview", + "2023-09-01" + ], + "defaultApiVersion": "2024-06-01", + "locations": [ + "East US", + "Germany West Central", + "UK South", + "West US", + "France Central", + "Canada Central", + "Australia East", + "Italy North", + "Central US", + "UK West", + "Southeast Asia", + "Brazil South", + "Japan East" + ], + "resourceType": "Locations/dnsPrivateZones" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-06-01-preview", + "2024-06-01", + "2023-09-01-preview", + "2023-09-01" + ], + "defaultApiVersion": "2024-06-01", + "locations": [ + "East US", + "Germany West Central", + "UK South", + "West US", + "France Central", + "Canada Central", + "Australia East", + "Italy North", + "Central US", + "UK West", + "Southeast Asia", + "Brazil South", + "Japan East" + ], + "resourceType": "Locations/giVersions" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-06-01-preview", + "2024-06-01", + "2023-09-01-preview", + "2023-09-01" + ], + "defaultApiVersion": "2024-06-01", + "locations": [ + "East US", + "Germany West Central", + "UK South", + "West US", + "France Central", + "Canada Central", + "Australia East", + "Italy North", + "Central US", + "UK West", + "Southeast Asia", + "Brazil South", + "Japan East" + ], + "resourceType": "Locations/systemVersions" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-06-01-preview", + "2024-06-01", + "2023-09-01-preview", + "2023-09-01" + ], + "defaultApiVersion": "2024-06-01", + "locations": [], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-06-01-preview", + "2024-06-01", + "2023-09-01-preview", + "2023-09-01" + ], + "defaultApiVersion": "2024-06-01", + "locations": [ + "East US", + "Germany West Central", + "UK South", + "West US", + "Canada Central", + "Australia East", + "France Central", + "UK West", + "Italy North", + "Southeast Asia", + "Central US", + "Japan East", + "Brazil South" + ], + "resourceType": "autonomousDatabases" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-06-01-preview", + "2024-06-01", + "2023-09-01-preview", + "2023-09-01" + ], + "defaultApiVersion": "2024-06-01", + "locations": [ + "East US", + "Germany West Central", + "UK South", + "West US", + "Canada Central", + "Australia East", + "France Central", + "UK West", + "Italy North", + "Southeast Asia", + "Central US", + "Japan East", + "Brazil South" + ], + "resourceType": "autonomousDatabases/autonomousDatabaseBackups" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-06-01-preview", + "2024-06-01", + "2023-09-01-preview", + "2023-09-01" + ], + "defaultApiVersion": "2024-06-01", + "locations": [ + "East US", + "Germany West Central", + "UK South", + "West US", + "France Central", + "Canada Central", + "Australia East", + "Italy North", + "Central US", + "UK West", + "Southeast Asia", + "Brazil South", + "Japan East" + ], + "resourceType": "cloudExadataInfrastructures" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-06-01-preview", + "2024-06-01", + "2023-09-01-preview", + "2023-09-01" + ], + "defaultApiVersion": "2024-06-01", + "locations": [ + "East US", + "Germany West Central", + "UK South", + "West US", + "France Central", + "Canada Central", + "Australia East", + "Italy North", + "Central US", + "UK West", + "Southeast Asia", + "Brazil South", + "Japan East" + ], + "resourceType": "cloudExadataInfrastructures/dbServers" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-06-01-preview", + "2024-06-01", + "2023-09-01-preview", + "2023-09-01" + ], + "defaultApiVersion": "2024-06-01", + "locations": [ + "East US", + "Germany West Central", + "UK South", + "West US", + "France Central", + "Canada Central", + "Australia East", + "Italy North", + "Central US", + "UK West", + "Southeast Asia", + "Brazil South", + "Japan East" + ], + "resourceType": "cloudVmClusters" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-06-01-preview", + "2024-06-01", + "2023-09-01-preview", + "2023-09-01" + ], + "defaultApiVersion": "2024-06-01", + "locations": [ + "East US", + "Germany West Central", + "UK South", + "West US", + "France Central", + "Canada Central", + "Australia East", + "Italy North", + "Central US", + "UK West", + "Southeast Asia", + "Brazil South", + "Japan East" + ], + "resourceType": "cloudVmClusters/dbNodes" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-06-01-preview", + "2024-06-01", + "2023-09-01-preview", + "2023-09-01" + ], + "defaultApiVersion": "2024-06-01", + "locations": [ + "East US", + "Germany West Central", + "UK South", + "West US", + "France Central", + "Canada Central", + "Australia East", + "Italy North", + "Central US", + "UK West", + "Southeast Asia", + "Brazil South", + "Japan East" + ], + "resourceType": "cloudVmClusters/virtualNetworkAddresses" + }, + { + "apiVersions": [ + "2024-10-01-preview", + "2024-08-01-preview", + "2024-06-01-preview", + "2024-06-01", + "2023-09-01-preview", + "2023-09-01" + ], + "defaultApiVersion": "2024-06-01", + "locations": [ + "global" + ], + "resourceType": "oracleSubscriptions" + } + ] + }, + { + "namespace": "PaloAltoNetworks.Cloudngfw", + "resourceTypes": [ + { + "apiVersions": [ + "2024-02-07-preview", + "2024-01-19-preview", + "2023-10-10-preview", + "2023-09-01-preview", + "2023-09-01", + "2022-08-29-preview", + "2022-08-29" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "Central US EUAP", + "West Central US", + "North Central US", + "East US 2", + "Central US", + "East US", + "West Europe", + "Australia East", + "UK South", + "West US", + "Canada Central", + "East Asia", + "Australia Southeast", + "UK West", + "France Central", + "North Europe", + "Southeast Asia", + "Brazil South", + "South Central US", + "Japan East", + "West US 3", + "West US 2", + "East US 2 EUAP", + "Norway East", + "Central India", + "Korea Central", + "Switzerland North", + "Canada East", + "Germany West Central", + "Italy North", + "Japan West", + "South Africa North", + "Israel Central", + "Sweden Central", + "UAE North" + ], + "resourceType": "Locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-02-07-preview", + "2024-01-19-preview", + "2023-09-01-preview", + "2023-09-01", + "2022-08-29-preview", + "2022-08-29" + ], + "defaultApiVersion": "2023-09-01", + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2024-01-19-preview", + "2023-10-10-preview", + "2023-09-01-preview", + "2023-09-01", + "2022-08-29-preview", + "2022-08-29" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "Norway East", + "Central India", + "Switzerland North", + "Canada East", + "Germany West Central", + "North Central US", + "East US 2", + "Central US", + "West Europe", + "East US", + "Australia East", + "UK South", + "West US", + "Canada Central", + "East Asia", + "Australia Southeast", + "UK West", + "France Central", + "North Europe", + "Southeast Asia", + "Brazil South", + "South Central US", + "Japan East", + "West US 3", + "West US 2", + "West Central US", + "UAE North", + "Japan West", + "Sweden Central", + "South Africa North", + "Italy North", + "Israel Central" + ], + "resourceType": "firewalls" + }, + { + "apiVersions": [ + "2024-01-19-preview", + "2023-10-10-preview", + "2023-09-01-preview", + "2023-09-01", + "2022-08-29-preview", + "2022-08-29" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "Norway East", + "Central India", + "Switzerland North", + "Canada East", + "Germany West Central", + "North Central US", + "East US 2", + "Central US", + "West Europe", + "East US", + "Australia East", + "UK South", + "West US", + "Canada Central", + "East Asia", + "Australia Southeast", + "UK West", + "France Central", + "North Europe", + "Southeast Asia", + "Brazil South", + "South Central US", + "Japan East", + "West US 3", + "West US 2", + "West Central US", + "UAE North", + "Japan West", + "Sweden Central", + "South Africa North", + "Italy North", + "Israel Central" + ], + "resourceType": "firewalls/statuses" + }, + { + "apiVersions": [ + "2024-01-19-preview", + "2022-08-29-preview", + "2022-08-29" + ], + "defaultApiVersion": "2022-08-29", + "locations": [], + "resourceType": "globalRulestacks" + }, + { + "apiVersions": [ + "2024-01-19-preview", + "2022-08-29-preview", + "2022-08-29" + ], + "defaultApiVersion": "2022-08-29", + "locations": [], + "resourceType": "globalRulestacks/certificates" + }, + { + "apiVersions": [ + "2024-01-19-preview", + "2022-08-29-preview", + "2022-08-29" + ], + "defaultApiVersion": "2022-08-29", + "locations": [], + "resourceType": "globalRulestacks/fqdnlists" + }, + { + "apiVersions": [ + "2024-01-19-preview", + "2022-08-29-preview", + "2022-08-29" + ], + "defaultApiVersion": "2022-08-29", + "locations": [], + "resourceType": "globalRulestacks/postRules" + }, + { + "apiVersions": [ + "2024-01-19-preview", + "2022-08-29-preview", + "2022-08-29" + ], + "defaultApiVersion": "2022-08-29", + "locations": [], + "resourceType": "globalRulestacks/preRules" + }, + { + "apiVersions": [ + "2024-01-19-preview", + "2022-08-29-preview", + "2022-08-29" + ], + "defaultApiVersion": "2022-08-29", + "locations": [], + "resourceType": "globalRulestacks/prefixlists" + }, + { + "apiVersions": [ + "2024-02-07-preview", + "2024-01-19-preview" + ], + "defaultApiVersion": "2024-02-07-preview", + "locations": [], + "resourceType": "listSupportInfo" + }, + { + "apiVersions": [ + "2024-01-19-preview", + "2023-10-10-preview", + "2023-09-01-preview", + "2023-09-01", + "2022-08-29-preview", + "2022-08-29" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "Norway East", + "Central India", + "Switzerland North", + "Canada East", + "Germany West Central", + "North Central US", + "East US 2", + "Central US", + "West Europe", + "East US", + "Australia East", + "UK South", + "West US", + "Canada Central", + "East Asia", + "Australia Southeast", + "UK West", + "France Central", + "North Europe", + "Southeast Asia", + "Brazil South", + "South Central US", + "Japan East", + "West US 3", + "West US 2", + "West Central US", + "UAE North", + "Japan West", + "Sweden Central", + "South Africa North", + "Italy North", + "Israel Central" + ], + "resourceType": "localRulestacks" + }, + { + "apiVersions": [ + "2024-01-19-preview", + "2023-10-10-preview", + "2023-09-01-preview", + "2023-09-01", + "2022-08-29-preview", + "2022-08-29" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "Norway East", + "Central India", + "Switzerland North", + "Canada East", + "Germany West Central", + "North Central US", + "East US 2", + "Central US", + "West Europe", + "East US", + "Australia East", + "UK South", + "West US", + "Canada Central", + "East Asia", + "Australia Southeast", + "UK West", + "France Central", + "North Europe", + "Southeast Asia", + "Brazil South", + "South Central US", + "Japan East", + "West US 3", + "West US 2", + "West Central US", + "UAE North", + "Japan West", + "Sweden Central", + "South Africa North", + "Italy North", + "Israel Central" + ], + "resourceType": "localRulestacks/certificates" + }, + { + "apiVersions": [ + "2024-01-19-preview", + "2023-10-10-preview", + "2023-09-01-preview", + "2023-09-01", + "2022-08-29-preview", + "2022-08-29" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "Norway East", + "Central India", + "Switzerland North", + "Canada East", + "Germany West Central", + "North Central US", + "East US 2", + "Central US", + "West Europe", + "East US", + "Australia East", + "UK South", + "West US", + "Canada Central", + "East Asia", + "Australia Southeast", + "UK West", + "France Central", + "North Europe", + "Southeast Asia", + "Brazil South", + "South Central US", + "Japan East", + "West US 3", + "West US 2", + "West Central US", + "UAE North", + "Japan West", + "Sweden Central", + "South Africa North", + "Italy North", + "Israel Central" + ], + "resourceType": "localRulestacks/fqdnlists" + }, + { + "apiVersions": [ + "2024-01-19-preview", + "2023-10-10-preview", + "2023-09-01-preview", + "2023-09-01", + "2022-08-29-preview", + "2022-08-29" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "Norway East", + "Central India", + "Switzerland North", + "Canada East", + "Germany West Central", + "North Central US", + "East US 2", + "Central US", + "West Europe", + "East US", + "Australia East", + "UK South", + "West US", + "Canada Central", + "East Asia", + "Australia Southeast", + "UK West", + "France Central", + "North Europe", + "Southeast Asia", + "Brazil South", + "South Central US", + "Japan East", + "West US 3", + "West US 2", + "West Central US", + "UAE North", + "Japan West", + "Sweden Central", + "South Africa North", + "Italy North", + "Israel Central" + ], + "resourceType": "localRulestacks/localRules" + }, + { + "apiVersions": [ + "2024-01-19-preview", + "2023-10-10-preview", + "2023-09-01-preview", + "2023-09-01", + "2022-08-29-preview", + "2022-08-29" + ], + "defaultApiVersion": "2023-09-01", + "locations": [ + "Norway East", + "Central India", + "Switzerland North", + "Canada East", + "Germany West Central", + "North Central US", + "East US 2", + "Central US", + "West Europe", + "East US", + "Australia East", + "UK South", + "West US", + "Canada Central", + "East Asia", + "Australia Southeast", + "UK West", + "France Central", + "North Europe", + "Southeast Asia", + "Brazil South", + "South Central US", + "Japan East", + "West US 3", + "West US 2", + "West Central US", + "UAE North", + "Japan West", + "Sweden Central", + "South Africa North", + "Italy North", + "Israel Central" + ], + "resourceType": "localRulestacks/prefixlists" + }, + { + "apiVersions": [ + "2024-02-07-preview", + "2024-01-19-preview", + "2023-10-10-preview", + "2023-09-01-preview", + "2023-09-01", + "2022-08-29-preview", + "2022-08-29" + ], + "defaultApiVersion": "2023-09-01", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-02-07-preview", + "2024-01-19-preview", + "2023-10-10-preview", + "2023-09-01-preview", + "2023-09-01", + "2022-08-29-preview", + "2022-08-29" + ], + "defaultApiVersion": "2023-09-01", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-02-07-preview", + "2024-01-19-preview", + "2023-10-10-preview", + "2023-09-01-preview", + "2023-09-01", + "2022-08-29-preview", + "2022-08-29" + ], + "defaultApiVersion": "2023-09-01", + "locations": [], + "resourceType": "registeredSubscriptions" + } + ] + }, + { + "namespace": "Qumulo.Storage", + "resourceTypes": [ + { + "apiVersions": [ + "2024-06-19", + "2024-02-01-preview", + "2024-01-30-preview", + "2023-08-29-preview", + "2022-10-12-preview", + "2022-10-12", + "2022-06-27-preview" + ], + "defaultApiVersion": "2024-06-19", + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2024-06-19", + "2024-02-01-preview", + "2024-01-30-preview", + "2023-08-29-preview", + "2022-10-12-preview", + "2022-10-12", + "2022-06-27-preview" + ], + "defaultApiVersion": "2024-06-19", + "locations": [ + "East US 2", + "South Central US", + "West US 2", + "Central US", + "North Central US", + "West Central US", + "West US", + "West US 3", + "East US", + "Germany West Central", + "France Central", + "Canada Central", + "UK South", + "West Europe", + "North Europe", + "Canada East", + "UK West", + "Switzerland North", + "Sweden Central", + "Norway East", + "Southeast Asia", + "Australia East", + "Brazil South", + "Central India", + "Japan East", + "Korea Central", + "UAE North", + "Central US EUAP", + "East US 2 EUAP", + "East Asia" + ], + "resourceType": "fileSystems" + }, + { + "apiVersions": [ + "2024-06-19", + "2024-02-01-preview", + "2024-01-30-preview", + "2023-08-29-preview", + "2022-10-12-preview", + "2022-10-12", + "2022-06-27-preview" + ], + "defaultApiVersion": "2024-06-19", + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2024-06-19", + "2024-02-01-preview", + "2024-01-30-preview", + "2023-08-29-preview", + "2022-10-12-preview", + "2022-10-12", + "2022-06-27-preview" + ], + "defaultApiVersion": "2024-06-19", + "locations": [ + "East US", + "Central US EUAP", + "South Central US", + "East US 2", + "West US 2", + "Central US", + "North Central US", + "West Central US", + "West US", + "West US 3", + "Germany West Central", + "France Central", + "Canada Central", + "West Europe", + "North Europe", + "UK South", + "Canada East", + "UK West", + "Switzerland North", + "Sweden Central", + "Norway East", + "Southeast Asia", + "East Asia", + "Australia East", + "Brazil South", + "Central India", + "Japan East", + "Korea Central", + "UAE North" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2024-06-19", + "2024-02-01-preview", + "2024-01-30-preview", + "2023-08-29-preview", + "2022-10-12-preview", + "2022-10-12", + "2022-06-27-preview" + ], + "defaultApiVersion": "2024-06-19", + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-06-19", + "2024-02-01-preview", + "2024-01-30-preview", + "2023-08-29-preview", + "2022-10-12-preview", + "2022-10-12", + "2022-06-27-preview" + ], + "defaultApiVersion": "2022-10-12", + "locations": [], + "resourceType": "registeredSubscriptions" + }, + { + "apiVersions": [ + "2022-06-27-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US EUAP", + "East US", + "East US 2", + "South Central US" + ], + "resourceType": "storages" + } + ] + }, + { + "namespace": "SolarWinds.Observability", + "resourceTypes": [ + { + "apiVersions": [ + "2023-08-23-preview", + "2023-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2023-08-23-preview", + "2023-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2023-08-23-preview", + "2023-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Central US EUAP", + "East US 2 EUAP", + "East US" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2023-08-23-preview", + "2023-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2023-08-23-preview", + "2023-01-01-preview" + ], + "defaultApiVersion": "2023-08-23-preview", + "locations": [], + "resourceType": "registeredSubscriptions" + } + ] + }, + { + "namespace": "Wandisco.Fusion", + "resourceTypes": [ + { + "apiVersions": [ + "2023-11-01-preview", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US" + ], + "resourceType": "Locations" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Canada Central", + "Canada East", + "East US", + "East US 2", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "East US 2 EUAP" + ], + "resourceType": "Locations/operationStatuses" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "Operations" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Canada Central", + "Canada East", + "East US", + "East US 2", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "East US 2 EUAP" + ], + "resourceType": "migrators" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Canada Central", + "Canada East", + "East US", + "East US 2", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "East US 2 EUAP" + ], + "resourceType": "migrators/dataTransferAgents" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Canada Central", + "Canada East", + "East US", + "East US 2", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "East US 2 EUAP" + ], + "resourceType": "migrators/exclusionTemplates" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Canada Central", + "Canada East", + "East US", + "East US 2", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "East US 2 EUAP" + ], + "resourceType": "migrators/liveDataMigrations" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Canada Central", + "Canada East", + "East US", + "East US 2", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "East US 2 EUAP" + ], + "resourceType": "migrators/metadataMigrations" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Canada Central", + "Canada East", + "East US", + "East US 2", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "East US 2 EUAP" + ], + "resourceType": "migrators/metadataTargets" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Canada Central", + "Canada East", + "East US", + "East US 2", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "East US 2 EUAP" + ], + "resourceType": "migrators/pathMappings" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Canada Central", + "Canada East", + "East US", + "East US 2", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "East US 2 EUAP" + ], + "resourceType": "migrators/targets" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Canada Central", + "Canada East", + "East US", + "East US 2", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "East US 2 EUAP" + ], + "resourceType": "migrators/verifications" + }, + { + "apiVersions": [ + "2023-11-01-preview", + "2023-02-01-preview", + "2022-10-01-preview", + "2022-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "registeredSubscriptions" + } + ] + }, + { + "namespace": "microsoft.aadiam", + "resourceTypes": [ + { + "apiVersions": [ + "2017-05-01-preview", + "2017-04-01-preview", + "2017-04-01" + ], + "defaultApiVersion": "2017-04-01-preview", + "locations": [], + "resourceType": "diagnosticSettings" + }, + { + "apiVersions": [ + "2017-05-01-preview", + "2017-04-01-preview", + "2017-04-01" + ], + "defaultApiVersion": "2017-04-01-preview", + "locations": [], + "resourceType": "diagnosticSettingsCategories" + }, + { + "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" + ], + "defaultApiVersion": null, + "locations": [ + "West US" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2020-03-01-preview", + "2020-03-01" + ], + "defaultApiVersion": "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", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "privateLinkForAzureAD" + }, + { + "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" + ], + "defaultApiVersion": "2017-04-01", + "locations": [ + "West US" + ], + "resourceType": "tenants" + } + ] + }, + { + "namespace": "microsoft.connectedopenstack", + "resourceTypes": [ + { + "apiVersions": [ + "2021-05-31-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "flavors" + }, + { + "apiVersions": [ + "2021-05-31-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "heatStackTemplates" + }, + { + "apiVersions": [ + "2021-05-31-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "heatStacks" + }, + { + "apiVersions": [ + "2021-05-31-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "images" + }, + { + "apiVersions": [ + "2021-05-31-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "keypairs" + }, + { + "apiVersions": [ + "2021-05-31-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2021-05-31-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "East US", + "West Europe" + ], + "resourceType": "locations/operationStatuses" + }, + { + "apiVersions": [ + "2021-05-31-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "networkPorts" + }, + { + "apiVersions": [ + "2021-05-31-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "networks" + }, + { + "apiVersions": [ + "2021-05-31-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "openStackIdentities" + }, + { + "apiVersions": [ + "2021-05-31-privatepreview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2021-05-31-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "securityGroupRules" + }, + { + "apiVersions": [ + "2021-05-31-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "securityGroups" + }, + { + "apiVersions": [ + "2021-05-31-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "subnets" + }, + { + "apiVersions": [ + "2021-05-31-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "virtualMachines" + }, + { + "apiVersions": [ + "2021-05-31-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "volumeSnapshots" + }, + { + "apiVersions": [ + "2021-05-31-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "volumeTypes" + }, + { + "apiVersions": [ + "2021-05-31-privatepreview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP" + ], + "resourceType": "volumes" + } + ] + }, + { + "namespace": "microsoft.insights", + "resourceTypes": [ + { + "apiVersions": [ + "2023-09-01-preview", + "2023-08-01-preview", + "2023-01-01", + "2022-06-01", + "2022-04-01", + "2021-09-01", + "2019-06-01", + "2019-03-01", + "2018-09-01", + "2018-03-01", + "2017-04-01", + "2017-03-01-preview" + ], + "defaultApiVersion": "2023-08-01-preview", + "locations": [ + "Global", + "Sweden Central", + "Germany West Central", + "North Central US", + "South Central US", + "East US 2", + "East US", + "West US", + "West US 2", + "Central India", + "South India", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "actiongroups" + }, + { + "apiVersions": [ + "2021-10-01" + ], + "defaultApiVersion": "2021-10-01", + "locations": [ + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "actiongroups/networkSecurityPerimeterAssociationProxies" + }, + { + "apiVersions": [ + "2021-10-01" + ], + "defaultApiVersion": "2021-10-01", + "locations": [ + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "actiongroups/networkSecurityPerimeterConfigurations" + }, + { + "apiVersions": [ + "2020-10-01", + "2017-04-01", + "2017-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Global", + "West Europe", + "North Europe", + "East US 2 EUAP" + ], + "resourceType": "activityLogAlerts" + }, + { + "apiVersions": [ + "2024-01-01-preview", + "2023-01-01-preview", + "2022-10-01", + "2021-05-01-preview", + "2015-04-01", + "2014-04-01" + ], + "defaultApiVersion": null, + "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", + "France South", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "Australia East", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany North", + "Germany West Central", + "Norway East", + "Norway West", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "New Zealand North", + "Israel Central", + "Italy North", + "Spain Central", + "Mexico Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "autoscalesettings" + }, + { + "apiVersions": [ + "2020-02-02-preview", + "2020-02-02", + "2018-05-01-preview", + "2015-05-01", + "2014-12-01-preview", + "2014-08-01", + "2014-04-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Norway West", + "Australia Southeast", + "Australia Central 2", + "Germany West Central", + "Switzerland West", + "UAE Central", + "UK West", + "Japan West", + "Brazil Southeast", + "UAE North", + "Australia Central", + "France South", + "South India", + "West US 3", + "Korea South", + "Sweden Central", + "Canada East", + "Qatar Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "components" + }, + { + "apiVersions": [ + "2020-02-02-preview", + "2020-02-02", + "2018-05-01-preview", + "2015-05-01", + "2014-12-01-preview", + "2014-08-01", + "2014-04-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Norway West", + "Australia Southeast", + "Australia Central 2", + "Germany West Central", + "Switzerland West", + "UAE Central", + "UK West", + "Japan West", + "Brazil Southeast", + "UAE North", + "Australia Central", + "France South", + "South India", + "West US 3", + "Korea South", + "Sweden Central", + "Canada East", + "Qatar Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "components/aggregate" + }, + { + "apiVersions": [ + "2020-02-02-preview", + "2020-02-02", + "2018-05-01-preview", + "2015-05-01", + "2014-12-01-preview", + "2014-08-01", + "2014-04-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Norway West", + "Australia Southeast", + "Australia Central 2", + "Germany West Central", + "Switzerland West", + "UAE Central", + "UK West", + "Japan West", + "Brazil Southeast", + "UAE North", + "Australia Central", + "France South", + "South India", + "West US 3", + "Korea South", + "Sweden Central", + "Canada East", + "Qatar Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "components/analyticsItems" + }, + { + "apiVersions": [ + "2020-02-02-preview", + "2020-02-02", + "2018-05-01-preview", + "2015-05-01", + "2014-12-01-preview", + "2014-08-01", + "2014-04-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Norway West", + "Australia Southeast", + "Australia Central 2", + "Germany West Central", + "Switzerland West", + "UAE Central", + "UK West", + "Japan West", + "Brazil Southeast", + "UAE North", + "Australia Central", + "France South", + "South India", + "West US 3", + "Korea South", + "Sweden Central", + "Canada East", + "Qatar Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "components/annotations" + }, + { + "apiVersions": [ + "2020-02-02-preview", + "2020-02-02", + "2018-05-01-preview", + "2015-05-01", + "2014-12-01-preview", + "2014-08-01", + "2014-04-01" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central 2", + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Brazil Southeast", + "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", + "Norway West", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Europe", + "West US 2", + "West US 3", + "West US", + "Qatar Central" + ], + "resourceType": "components/api" + }, + { + "apiVersions": [ + "2020-02-02-preview", + "2020-02-02", + "2018-05-01-preview", + "2015-05-01", + "2014-12-01-preview", + "2014-08-01", + "2014-04-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Norway West", + "Australia Southeast", + "Australia Central 2", + "Germany West Central", + "Switzerland West", + "UAE Central", + "UK West", + "Japan West", + "Brazil Southeast", + "UAE North", + "Australia Central", + "France South", + "South India", + "West US 3", + "Korea South", + "Sweden Central", + "Canada East", + "Qatar Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "components/apiKeys" + }, + { + "apiVersions": [ + "2020-02-02-preview", + "2020-02-02", + "2018-05-01-preview", + "2015-05-01", + "2014-12-01-preview", + "2014-08-01", + "2014-04-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Norway West", + "Australia Southeast", + "Australia Central 2", + "Germany West Central", + "Switzerland West", + "UAE Central", + "UK West", + "Japan West", + "Brazil Southeast", + "UAE North", + "Australia Central", + "France South", + "South India", + "West US 3", + "Korea South", + "Sweden Central", + "Canada East", + "Qatar Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "components/currentBillingFeatures" + }, + { + "apiVersions": [ + "2020-02-02-preview", + "2020-02-02", + "2018-05-01-preview", + "2015-05-01", + "2014-12-01-preview", + "2014-08-01", + "2014-04-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Norway West", + "Australia Southeast", + "Australia Central 2", + "Germany West Central", + "Switzerland West", + "UAE Central", + "UK West", + "Japan West", + "Brazil Southeast", + "UAE North", + "Australia Central", + "France South", + "South India", + "West US 3", + "Korea South", + "Sweden Central", + "Canada East", + "Qatar Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "components/defaultWorkItemConfig" + }, + { + "apiVersions": [ + "2018-04-20" + ], + "defaultApiVersion": null, + "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" + ], + "resourceType": "components/events" + }, + { + "apiVersions": [ + "2020-02-02-preview", + "2020-02-02", + "2018-05-01-preview", + "2015-05-01", + "2014-12-01-preview", + "2014-08-01", + "2014-04-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Norway West", + "Australia Southeast", + "Australia Central 2", + "Germany West Central", + "Switzerland West", + "UAE Central", + "UK West", + "Japan West", + "Brazil Southeast", + "UAE North", + "Australia Central", + "France South", + "South India", + "West US 3", + "Korea South", + "Sweden Central", + "Canada East", + "Qatar Central" + ], + "resourceType": "components/exportConfiguration" + }, + { + "apiVersions": [ + "2020-02-02-preview", + "2020-02-02", + "2018-05-01-preview", + "2015-05-01", + "2014-12-01-preview", + "2014-08-01", + "2014-04-01" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central 2", + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Brazil Southeast", + "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", + "Norway West", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Europe", + "West US 2", + "West US 3", + "West US", + "Qatar Central" + ], + "resourceType": "components/extendQueries" + }, + { + "apiVersions": [ + "2020-02-02-preview", + "2020-02-02", + "2018-05-01-preview", + "2015-05-01", + "2014-12-01-preview", + "2014-08-01", + "2014-04-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Norway West", + "Australia Southeast", + "Australia Central 2", + "Germany West Central", + "Switzerland West", + "UAE Central", + "UK West", + "Japan West", + "Brazil Southeast", + "UAE North", + "Australia Central", + "France South", + "South India", + "West US 3", + "Korea South", + "Sweden Central", + "Canada East", + "Qatar Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "components/favorites" + }, + { + "apiVersions": [ + "2020-02-02-preview", + "2020-02-02", + "2018-05-01-preview", + "2015-05-01", + "2014-12-01-preview", + "2014-08-01", + "2014-04-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Norway West", + "Australia Southeast", + "Australia Central 2", + "Germany West Central", + "Switzerland West", + "UAE Central", + "UK West", + "Japan West", + "Brazil Southeast", + "UAE North", + "Australia Central", + "France South", + "South India", + "West US 3", + "Korea South", + "Sweden Central", + "Canada East", + "Qatar Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "components/featureCapabilities" + }, + { + "apiVersions": [ + "2020-02-02-preview", + "2020-02-02", + "2018-05-01-preview", + "2015-05-01", + "2014-12-01-preview", + "2014-08-01", + "2014-04-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Norway West", + "Australia Southeast", + "Australia Central 2", + "Germany West Central", + "Switzerland West", + "UAE Central", + "UK West", + "Japan West", + "Brazil Southeast", + "UAE North", + "Australia Central", + "France South", + "South India", + "West US 3", + "Korea South", + "Sweden Central", + "Canada East", + "Qatar Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "components/getAvailableBillingFeatures" + }, + { + "apiVersions": [ + "2020-03-01-preview" + ], + "defaultApiVersion": null, + "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" + ], + "resourceType": "components/linkedstorageaccounts" + }, + { + "apiVersions": [ + "2018-04-20" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "components/metadata" + }, + { + "apiVersions": [ + "2020-02-02-preview", + "2020-02-02", + "2018-05-01-preview", + "2015-05-01", + "2014-12-01-preview", + "2014-08-01", + "2014-04-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Norway West", + "Australia Southeast", + "Australia Central 2", + "Germany West Central", + "Switzerland West", + "UAE Central", + "UK West", + "Japan West", + "Brazil Southeast", + "UAE North", + "Australia Central", + "France South", + "South India", + "West US 3", + "Korea South", + "Sweden Central", + "Canada East", + "Qatar Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "components/metricDefinitions" + }, + { + "apiVersions": [ + "2018-04-20", + "2014-04-01" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central 2", + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Brazil Southeast", + "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", + "Norway West", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Europe", + "West US 2", + "West US 3", + "West US" + ], + "resourceType": "components/metrics" + }, + { + "apiVersions": [ + "2020-02-02-preview", + "2020-02-02", + "2018-05-01-preview", + "2015-05-01", + "2014-12-01-preview", + "2014-08-01", + "2014-04-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Norway West", + "Australia Southeast", + "Australia Central 2", + "Germany West Central", + "Switzerland West", + "UAE Central", + "UK West", + "Japan West", + "Brazil Southeast", + "UAE North", + "Australia Central", + "France South", + "South India", + "West US 3", + "Korea South", + "Sweden Central", + "Canada East", + "Qatar Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "components/move" + }, + { + "apiVersions": [ + "2020-02-02-preview", + "2020-02-02", + "2018-05-01-preview", + "2015-05-01", + "2014-12-01-preview", + "2014-08-01", + "2014-04-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Norway West", + "Australia Southeast", + "Australia Central 2", + "Germany West Central", + "Switzerland West", + "UAE Central", + "UK West", + "Japan West", + "Brazil Southeast", + "UAE North", + "Australia Central", + "France South", + "South India", + "West US 3", + "Korea South", + "Sweden Central", + "Canada East", + "Qatar Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "components/myAnalyticsItems" + }, + { + "apiVersions": [ + "2020-02-02-preview", + "2020-02-02", + "2018-05-01-preview", + "2015-05-01", + "2014-12-01-preview", + "2014-08-01", + "2014-04-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Norway West", + "Australia Southeast", + "Australia Central 2", + "Germany West Central", + "Switzerland West", + "UAE Central", + "UK West", + "Japan West", + "Brazil Southeast", + "UAE North", + "Australia Central", + "France South", + "South India", + "West US 3", + "Korea South", + "Sweden Central", + "Canada East", + "Qatar Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "components/myFavorites" + }, + { + "apiVersions": [ + "2020-02-02-preview", + "2020-02-02", + "2018-05-01-preview", + "2015-05-01", + "2014-12-01-preview", + "2014-08-01", + "2014-04-01" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central 2", + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Brazil Southeast", + "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", + "Norway West", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Europe", + "West US 2", + "West US 3", + "West US", + "Qatar Central" + ], + "resourceType": "components/operations" + }, + { + "apiVersions": [ + "2017-10-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Norway West", + "Australia Southeast", + "Australia Central 2", + "Germany West Central", + "Switzerland West", + "UAE Central", + "UK West", + "Japan West", + "Brazil Southeast", + "UAE North", + "Australia Central", + "France South", + "South India", + "West US 3", + "Korea South", + "Sweden Central", + "Canada East", + "Qatar Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "components/pricingPlans" + }, + { + "apiVersions": [ + "2020-02-02-preview", + "2020-02-02", + "2018-05-01-preview", + "2015-05-01", + "2014-12-01-preview", + "2014-08-01", + "2014-04-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Norway West", + "Australia Southeast", + "Australia Central 2", + "Germany West Central", + "Switzerland West", + "UAE Central", + "UK West", + "Japan West", + "Brazil Southeast", + "UAE North", + "Australia Central", + "France South", + "South India", + "West US 3", + "Korea South", + "Sweden Central", + "Canada East", + "Qatar Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "components/proactiveDetectionConfigs" + }, + { + "apiVersions": [ + "2020-02-02-preview", + "2020-02-02", + "2018-05-01-preview", + "2015-05-01", + "2014-12-01-preview", + "2014-08-01", + "2014-04-01" + ], + "defaultApiVersion": null, + "locations": [ + "Australia Central 2", + "Australia Central", + "Australia East", + "Australia Southeast", + "Brazil South", + "Brazil Southeast", + "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", + "Norway West", + "South Africa North", + "South Central US", + "South India", + "Southeast Asia", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK South", + "UK West", + "West Europe", + "West US 2", + "West US 3", + "West US", + "Qatar Central" + ], + "resourceType": "components/purge" + }, + { + "apiVersions": [ + "2018-04-20" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "components/query" + }, + { + "apiVersions": [ + "2020-02-02-preview", + "2020-02-02", + "2018-05-01-preview", + "2015-05-01", + "2014-12-01-preview", + "2014-08-01", + "2014-04-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Norway West", + "Australia Southeast", + "Australia Central 2", + "Germany West Central", + "Switzerland West", + "UAE Central", + "UK West", + "Japan West", + "Brazil Southeast", + "UAE North", + "Australia Central", + "France South", + "South India", + "West US 3", + "Korea South", + "Sweden Central", + "Canada East", + "Qatar Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "components/quotaStatus" + }, + { + "apiVersions": [ + "2020-02-02-preview", + "2020-02-02", + "2018-05-01-preview", + "2015-05-01", + "2014-12-01-preview", + "2014-08-01", + "2014-04-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Norway West", + "Australia Southeast", + "Australia Central 2", + "Germany West Central", + "Switzerland West", + "UAE Central", + "UK West", + "Japan West", + "Brazil Southeast", + "UAE North", + "Australia Central", + "France South", + "South India", + "West US 3", + "Korea South", + "Sweden Central", + "Canada East", + "Qatar Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "components/syntheticmonitorlocations" + }, + { + "apiVersions": [ + "2022-06-15", + "2020-02-02-preview", + "2020-02-02", + "2018-05-01-preview", + "2015-05-01", + "2014-12-01-preview", + "2014-08-01", + "2014-04-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Norway West", + "Australia Southeast", + "Australia Central 2", + "Germany West Central", + "Switzerland West", + "UAE Central", + "UK West", + "Japan West", + "Brazil Southeast", + "UAE North", + "Australia Central", + "France South", + "South India", + "West US 3", + "Korea South", + "Sweden Central", + "Canada East", + "Qatar Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "components/webtests" + }, + { + "apiVersions": [ + "2020-02-02-preview", + "2020-02-02", + "2018-05-01-preview", + "2015-05-01", + "2014-12-01-preview", + "2014-08-01", + "2014-04-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Norway West", + "Australia Southeast", + "Australia Central 2", + "Germany West Central", + "Switzerland West", + "UAE Central", + "UK West", + "Japan West", + "Brazil Southeast", + "UAE North", + "Australia Central", + "France South", + "South India", + "West US 3", + "Korea South", + "Sweden Central", + "Canada East", + "Qatar Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "components/workItemConfigs" + }, + { + "apiVersions": [ + "2023-09-01-preview", + "2023-05-01-preview", + "2023-01-01", + "2022-06-01", + "2022-04-01", + "2021-09-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "createnotifications" + }, + { + "apiVersions": [ + "2023-03-11", + "2022-06-01", + "2021-09-01-preview", + "2021-04-01" + ], + "defaultApiVersion": "2023-03-11", + "locations": [ + "Australia Southeast", + "Canada Central", + "Poland Central", + "Israel Central", + "Italy North", + "South Africa West", + "Japan East", + "Australia East", + "Central India", + "Germany West Central", + "North Central US", + "South Central US", + "East US", + "Central US", + "West Europe", + "West US 2", + "Southeast Asia", + "East US 2", + "UK South", + "North Europe", + "West US", + "Australia Central", + "West Central US", + "East Asia", + "UK West", + "Korea Central", + "France Central", + "South Africa North", + "Switzerland North", + "Brazil South", + "Australia Central 2", + "Brazil Southeast", + "Canada East", + "France South", + "Korea South", + "Norway West", + "UAE North", + "Japan West", + "Norway East", + "Switzerland West", + "Sweden Central", + "Germany North", + "South India", + "UAE Central", + "West US 3", + "West India", + "Qatar Central", + "Spain Central", + "Mexico Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "dataCollectionEndpoints" + }, + { + "apiVersions": [ + "2021-10-01" + ], + "defaultApiVersion": "2021-10-01", + "locations": [ + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "dataCollectionEndpoints/networkSecurityPerimeterAssociationProxies" + }, + { + "apiVersions": [ + "2021-10-01" + ], + "defaultApiVersion": "2021-10-01", + "locations": [ + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "dataCollectionEndpoints/networkSecurityPerimeterConfigurations" + }, + { + "apiVersions": [ + "2021-09-01-preview", + "2021-04-01" + ], + "defaultApiVersion": "2021-09-01-preview", + "locations": [ + "Australia Southeast", + "Canada Central", + "Poland Central", + "Israel Central", + "Italy North", + "South Africa West", + "Japan East", + "Australia East", + "Central India", + "Germany West Central", + "North Central US", + "South Central US", + "East US", + "Central US", + "West Europe", + "West US 2", + "Southeast Asia", + "East US 2", + "UK South", + "North Europe", + "West US", + "Australia Central", + "West Central US", + "East Asia", + "UK West", + "Korea Central", + "France Central", + "South Africa North", + "Switzerland North", + "Brazil South", + "Australia Central 2", + "Brazil Southeast", + "Canada East", + "France South", + "Korea South", + "Norway West", + "UAE North", + "Japan West", + "Norway East", + "Switzerland West", + "Sweden Central", + "Germany North", + "South India", + "West India", + "UAE Central", + "West US 3", + "Qatar Central", + "Spain Central", + "Mexico Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "dataCollectionEndpoints/scopedPrivateLinkProxies" + }, + { + "apiVersions": [ + "2023-03-11", + "2022-06-01", + "2021-09-01-preview", + "2021-04-01", + "2019-11-01-preview" + ], + "defaultApiVersion": "2023-03-11", + "locations": [ + "Australia Southeast", + "Canada Central", + "Poland Central", + "Israel Central", + "Italy North", + "South Africa West", + "Japan East", + "Australia East", + "Central India", + "Germany West Central", + "North Central US", + "South Central US", + "East US", + "Central US", + "West Europe", + "West US 2", + "Southeast Asia", + "East US 2", + "UK South", + "North Europe", + "West US", + "Australia Central", + "West Central US", + "East Asia", + "UK West", + "Korea Central", + "France Central", + "South Africa North", + "Switzerland North", + "Brazil South", + "Australia Central 2", + "Brazil Southeast", + "Canada East", + "France South", + "Korea South", + "Norway West", + "UAE North", + "Japan West", + "Norway East", + "Switzerland West", + "Sweden Central", + "Germany North", + "South India", + "UAE Central", + "West US 3", + "West India", + "Qatar Central", + "Spain Central", + "Mexico Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "dataCollectionRuleAssociations" + }, + { + "apiVersions": [ + "2023-03-11", + "2022-06-01", + "2021-09-01-preview", + "2021-04-01", + "2019-11-01-preview" + ], + "defaultApiVersion": "2023-03-11", + "locations": [ + "Australia Southeast", + "Canada Central", + "Poland Central", + "Israel Central", + "Italy North", + "South Africa West", + "Germany North", + "Japan East", + "Australia East", + "Central India", + "Germany West Central", + "North Central US", + "South Central US", + "East US", + "Central US", + "West Europe", + "West US 2", + "Southeast Asia", + "East US 2", + "UK South", + "North Europe", + "West US", + "Australia Central", + "West Central US", + "East Asia", + "UK West", + "Korea Central", + "France Central", + "South Africa North", + "Switzerland North", + "Australia Central 2", + "Brazil Southeast", + "Canada East", + "France South", + "Korea South", + "Norway West", + "UAE North", + "Japan West", + "Norway East", + "Switzerland West", + "Brazil South", + "Sweden Central", + "South India", + "UAE Central", + "West US 3", + "West India", + "Qatar Central", + "Spain Central", + "Mexico Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "dataCollectionRules" + }, + { + "apiVersions": [ + "2024-02-01-preview" + ], + "defaultApiVersion": null, + "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", + "UK West", + "South Africa North", + "North Central US", + "Brazil South", + "Switzerland North", + "Norway East", + "Norway West", + "Australia Southeast", + "Australia Central 2", + "Germany West Central", + "Switzerland West", + "UAE Central", + "Japan West", + "Brazil Southeast", + "UAE North", + "Australia Central", + "France South", + "South India", + "West Central US", + "West US 3", + "Korea South", + "Canada East", + "Sweden Central", + "Qatar Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "deletedWorkbooks" + }, + { + "apiVersions": [ + "2021-05-01-preview", + "2017-05-01-preview", + "2016-09-01", + "2015-07-01" + ], + "defaultApiVersion": null, + "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", + "France South", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany North", + "Germany West Central", + "Norway East", + "Norway West", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "New Zealand North", + "Israel Central", + "Italy North", + "Spain Central", + "Mexico Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "diagnosticSettings" + }, + { + "apiVersions": [ + "2021-05-01-preview", + "2017-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "France South", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany North", + "Germany West Central", + "Norway East", + "Norway West", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "New Zealand North", + "Israel Central", + "Italy North", + "Spain Central", + "Mexico Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "diagnosticSettingsCategories" + }, + { + "apiVersions": [ + "2015-04-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "eventCategories" + }, + { + "apiVersions": [ + "2017-03-01-preview", + "2016-09-01-preview", + "2015-04-01", + "2014-11-01", + "2014-04-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "eventtypes" + }, + { + "apiVersions": [ + "2017-02-01" + ], + "defaultApiVersion": null, + "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", + "France South", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany North", + "Germany West Central", + "Norway East", + "Norway West", + "West US 3", + "Sweden Central", + "Qatar Central", + "Poland Central", + "New Zealand North", + "Israel Central", + "Italy North", + "Spain Central", + "Mexico Central", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "extendedDiagnosticSettings" + }, + { + "apiVersions": [ + "2021-10-14", + "2020-06-02-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "generateLiveToken" + }, + { + "apiVersions": [ + "2017-10-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "South Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "West US 2" + ], + "resourceType": "listMigrationdate" + }, + { + "apiVersions": [ + "2015-04-01", + "2014-04-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US" + ], + "resourceType": "locations" + }, + { + "apiVersions": [ + "2021-10-01" + ], + "defaultApiVersion": "2021-10-01", + "locations": [ + "East US 2 EUAP", + "Central US EUAP", + "Australia Central", + "Australia Central 2", + "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 North", + "Germany West Central", + "Israel Central", + "Italy North", + "Japan East", + "Japan West", + "Korea Central", + "Korea South", + "Mexico Central", + "North Central US", + "North Europe", + "Norway East", + "Norway West", + "Poland Central", + "Qatar Central", + "South Africa North", + "South Africa West", + "South Central US", + "South India", + "Southeast Asia", + "Spain Central", + "Sweden Central", + "Switzerland North", + "Switzerland West", + "UAE Central", + "UAE North", + "UK West", + "UK South", + "West Central US", + "West Europe", + "West India", + "West US", + "West US 2", + "West US 3" + ], + "resourceType": "locations/notifyNetworkSecurityPerimeterUpdatesAvailable" + }, + { + "apiVersions": [ + "2015-04-01", + "2014-04-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "locations/operationResults" + }, + { + "apiVersions": [ + "2015-07-01" + ], + "defaultApiVersion": null, + "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", + "France South", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "logDefinitions" + }, + { + "apiVersions": [ + "2016-03-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "logprofiles" + }, + { + "apiVersions": [ + "2018-03-01-preview" + ], + "defaultApiVersion": null, + "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", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "logs" + }, + { + "apiVersions": [ + "2024-02-01", + "2023-10-01", + "2022-04-01-preview", + "2021-05-01", + "2018-01-01", + "2017-12-01-preview", + "2017-09-01-preview", + "2017-05-01-preview" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "West US 3", + "West Central US", + "Korea South", + "Korea Central", + "UK South", + "UK West", + "France Central", + "France South", + "Spain Central", + "New Zealand North", + "Mexico Central", + "South Africa North", + "South Africa West", + "UAE Central", + "UAE North", + "Qatar Central", + "Poland Central", + "Israel Central", + "Italy North", + "Switzerland North", + "Switzerland West", + "Germany North", + "Germany West Central", + "Norway East", + "Norway West", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "metricDefinitions" + }, + { + "apiVersions": [ + "2024-02-01", + "2023-10-01", + "2017-12-01-preview" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "West US 3", + "West Central US", + "Korea South", + "Korea Central", + "UK South", + "UK West", + "France Central", + "France South", + "Spain Central", + "New Zealand North", + "Mexico Central", + "South Africa North", + "South Africa West", + "UAE Central", + "UAE North", + "Qatar Central", + "Poland Central", + "Israel Central", + "Italy North", + "Switzerland North", + "Switzerland West", + "Germany North", + "Germany West Central", + "Norway East", + "Norway West", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "metricNamespaces" + }, + { + "apiVersions": [ + "2018-03-01", + "2017-09-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Global", + "West Europe", + "North Europe", + "Sweden Central", + "Germany West Central", + "East US 2 EUAP" + ], + "resourceType": "metricalerts" + }, + { + "apiVersions": [ + "2019-03-01", + "2018-09-01" + ], + "defaultApiVersion": null, + "locations": [ + "West Europe", + "North Europe" + ], + "resourceType": "metricbaselines" + }, + { + "apiVersions": [ + "2019-01-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "metricbatch" + }, + { + "apiVersions": [ + "2024-02-01", + "2023-10-01", + "2021-05-01", + "2019-07-01", + "2018-01-01", + "2017-12-01-preview", + "2017-09-01-preview", + "2017-05-01-preview", + "2016-09-01", + "2016-06-01" + ], + "defaultApiVersion": null, + "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", + "Sweden Central", + "West US 3", + "West Central US", + "Korea South", + "Korea Central", + "UK South", + "UK West", + "France Central", + "France South", + "Spain Central", + "New Zealand North", + "Mexico Central", + "South Africa North", + "South Africa West", + "UAE Central", + "UAE North", + "Qatar Central", + "Poland Central", + "Israel Central", + "Italy North", + "Switzerland North", + "Switzerland West", + "Germany North", + "Germany West Central", + "Norway East", + "Norway West", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "metrics" + }, + { + "apiVersions": [ + "2017-10-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "South Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "West US 2" + ], + "resourceType": "migrateToNewPricingModel" + }, + { + "apiVersions": [ + "2018-03-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "migratealertrules" + }, + { + "apiVersions": [ + "2021-09-01-preview" + ], + "defaultApiVersion": "2021-09-01-preview", + "locations": [], + "resourceType": "monitoredObjects" + }, + { + "apiVersions": [ + "2023-09-01-preview", + "2023-05-01-preview", + "2023-01-01", + "2022-06-01", + "2022-04-01", + "2021-09-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "notificationstatus" + }, + { + "apiVersions": [ + "2015-04-01", + "2014-06-01", + "2014-04-01" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2023-06-01-preview", + "2021-09-01", + "2021-07-01-preview", + "2019-10-17-preview" + ], + "defaultApiVersion": "2019-10-17-preview", + "locations": [ + "Global" + ], + "resourceType": "privateLinkScopeOperationStatuses" + }, + { + "apiVersions": [ + "2023-06-01-preview", + "2021-09-01", + "2021-07-01-preview", + "2019-10-17-preview" + ], + "defaultApiVersion": "2019-10-17-preview", + "locations": [ + "Global" + ], + "resourceType": "privateLinkScopes" + }, + { + "apiVersions": [ + "2023-06-01-preview", + "2021-09-01", + "2021-07-01-preview", + "2019-10-17-preview" + ], + "defaultApiVersion": "2019-10-17-preview", + "locations": [ + "Global" + ], + "resourceType": "privateLinkScopes/privateEndpointConnectionProxies" + }, + { + "apiVersions": [ + "2023-06-01-preview", + "2021-09-01", + "2021-07-01-preview", + "2019-10-17-preview" + ], + "defaultApiVersion": "2019-10-17-preview", + "locations": [ + "Global" + ], + "resourceType": "privateLinkScopes/privateEndpointConnections" + }, + { + "apiVersions": [ + "2023-06-01-preview", + "2021-09-01", + "2021-07-01-preview", + "2019-10-17-preview" + ], + "defaultApiVersion": "2019-10-17-preview", + "locations": [ + "Global" + ], + "resourceType": "privateLinkScopes/scopedResources" + }, + { + "apiVersions": [ + "2017-10-01" + ], + "defaultApiVersion": null, + "locations": [ + "East US", + "South Central US", + "North Europe", + "West Europe", + "Southeast Asia", + "West US 2" + ], + "resourceType": "rollbackToLegacyPricingModel" + }, + { + "apiVersions": [ + "2023-03-15-preview", + "2022-08-01-preview", + "2022-06-15", + "2021-08-01", + "2021-02-01-preview", + "2020-05-01-preview", + "2018-04-16", + "2017-09-01-preview" + ], + "defaultApiVersion": "2023-03-15-preview", + "locations": [ + "West Central US", + "West Europe", + "North Europe", + "Norway East", + "Norway West", + "Germany West Central", + "Germany North", + "Sweden Central", + "France South", + "France Central", + "West US", + "West US 2", + "West US 3", + "South Central US", + "Poland Central", + "Switzerland North", + "Switzerland West", + "East Asia", + "Southeast Asia", + "UAE North", + "UAE Central", + "Brazil SouthEast", + "Brazil South", + "Qatar Central", + "Australia East", + "Australia Southeast", + "Australia Central", + "Australia Central 2", + "Korea South", + "Korea Central", + "Canada East", + "Canada Central", + "Central US", + "East US", + "East US 2", + "Japan East", + "Japan West", + "South Africa North", + "South Africa West", + "UK South", + "UK West", + "South India", + "Central India", + "North Central US", + "Italy North", + "Israel Central", + "Spain Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "scheduledqueryrules" + }, + { + "apiVersions": [ + "2021-10-01" + ], + "defaultApiVersion": "2021-10-01", + "locations": [ + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "scheduledqueryrules/networkSecurityPerimeterAssociationProxies" + }, + { + "apiVersions": [ + "2021-10-01" + ], + "defaultApiVersion": "2021-10-01", + "locations": [ + "East US", + "East US 2", + "North Central US", + "South Central US", + "West US", + "West US 2", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "scheduledqueryrules/networkSecurityPerimeterConfigurations" + }, + { + "apiVersions": [ + "2023-09-01-preview", + "2023-05-01-preview", + "2023-03-01-preview" + ], + "defaultApiVersion": null, + "locations": [ + "Global" + ], + "resourceType": "tenantactiongroups" + }, + { + "apiVersions": [ + "2019-10-17-preview" + ], + "defaultApiVersion": null, + "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", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "topology" + }, + { + "apiVersions": [ + "2019-10-17-preview" + ], + "defaultApiVersion": null, + "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", + "East US 2 EUAP", + "Central US EUAP" + ], + "resourceType": "transactions" + }, + { + "apiVersions": [ + "2018-11-27-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "vmInsightsOnboardingStatuses" + }, + { + "apiVersions": [ + "2022-06-15", + "2018-05-01-preview", + "2015-05-01", + "2014-08-01", + "2014-04-01" + ], + "defaultApiVersion": null, + "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", + "Norway East", + "Norway West", + "Australia Southeast", + "Australia Central 2", + "Germany West Central", + "Switzerland West", + "UAE Central", + "UK West", + "Brazil Southeast", + "Japan West", + "UAE North", + "Australia Central", + "France South", + "South India", + "West US 3", + "Korea South", + "Sweden Central", + "Canada East", + "Qatar Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "webtests" + }, + { + "apiVersions": [ + "2020-02-10-preview" + ], + "defaultApiVersion": null, + "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" + ], + "resourceType": "webtests/getTestResultFile" + }, + { + "apiVersions": [ + "2023-06-01", + "2022-04-01", + "2021-08-01", + "2021-03-08", + "2020-10-20", + "2020-02-12", + "2018-06-17-preview", + "2018-06-01-preview" + ], + "defaultApiVersion": null, + "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", + "UK West", + "South Africa North", + "North Central US", + "Brazil South", + "Switzerland North", + "Norway East", + "Norway West", + "Australia Southeast", + "Australia Central 2", + "Germany West Central", + "Switzerland West", + "UAE Central", + "Japan West", + "Brazil Southeast", + "UAE North", + "Australia Central", + "France South", + "South India", + "West Central US", + "West US 3", + "Korea South", + "Canada East", + "Sweden Central", + "Qatar Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central", + "Central US EUAP", + "East US 2 EUAP" + ], + "resourceType": "workbooks" + }, + { + "apiVersions": [ + "2020-11-20", + "2019-10-17-preview" + ], + "defaultApiVersion": null, + "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", + "UK West", + "South Africa North", + "North Central US", + "Brazil South", + "Switzerland North", + "Norway East", + "Norway West", + "Australia Southeast", + "Australia Central 2", + "Germany West Central", + "Switzerland West", + "UAE Central", + "Japan West", + "Brazil Southeast", + "UAE North", + "Australia Central", + "France South", + "South India", + "West Central US", + "West US 3", + "Korea South", + "Canada East", + "Sweden Central", + "Qatar Central", + "South Africa West", + "Germany North", + "Poland Central", + "Israel Central", + "Italy North", + "Mexico Central", + "Spain Central" + ], + "resourceType": "workbooktemplates" + } + ] + }, + { + "namespace": "microsoft.support", + "resourceTypes": [ + { + "apiVersions": [ + "2024-04-01", + "2023-06-01-preview", + "2022-09-01-preview", + "2020-04-01", + "2019-05-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2023-06-01-preview" + ], + "defaultApiVersion": null, + "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" + ], + "resourceType": "classifyServices" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-06-01-preview", + "2022-09-01-preview" + ], + "defaultApiVersion": null, + "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" + ], + "resourceType": "fileWorkspaces" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-06-01-preview", + "2022-09-01-preview" + ], + "defaultApiVersion": null, + "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" + ], + "resourceType": "fileWorkspaces/files" + }, + { + "apiVersions": [ + "2023-06-01-preview", + "2022-09-01-preview", + "2021-06-01-preview" + ], + "defaultApiVersion": null, + "locations": [], + "resourceType": "lookUpResourceId" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-06-01-preview", + "2022-09-01-preview", + "2020-04-01", + "2019-05-01-preview" + ], + "defaultApiVersion": null, + "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" + ], + "resourceType": "operationresults" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-06-01-preview", + "2022-09-01-preview", + "2021-06-01-preview", + "2020-04-01", + "2019-05-01-preview", + "2015-07-01-Preview", + "2015-03-01" + ], + "defaultApiVersion": null, + "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" + ], + "resourceType": "operations" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-06-01-preview", + "2022-09-01-preview", + "2020-04-01", + "2019-05-01-preview" + ], + "defaultApiVersion": null, + "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" + ], + "resourceType": "operationsstatus" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-06-01-preview", + "2022-09-01-preview", + "2020-04-01", + "2019-05-01-preview" + ], + "defaultApiVersion": null, + "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" + ], + "resourceType": "services" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-06-01-preview", + "2022-09-01-preview", + "2020-04-01", + "2019-05-01-preview" + ], + "defaultApiVersion": null, + "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" + ], + "resourceType": "services/problemclassifications" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-06-01-preview", + "2022-09-01-preview", + "2020-04-01", + "2019-05-01-preview" + ], + "defaultApiVersion": null, + "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" + ], + "resourceType": "supporttickets" + }, + { + "apiVersions": [ + "2024-04-01", + "2023-06-01-preview", + "2022-09-01-preview", + "2020-04-01", + "2019-05-01-preview" + ], + "defaultApiVersion": null, + "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" + ], + "resourceType": "supporttickets/communications" + } + ] + }, + { + "namespace": "microsoft.visualstudio", + "resourceTypes": [ + { + "apiVersions": [ + "2014-04-01-preview", + "2014-02-26" + ], + "defaultApiVersion": null, + "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" + ], + "resourceType": "account" + }, + { + "apiVersions": [ + "2014-04-01-preview", + "2014-02-26" + ], + "defaultApiVersion": null, + "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" + ], + "resourceType": "account/extension" + }, + { + "apiVersions": [ + "2014-04-01-preview", + "2014-02-26" + ], + "defaultApiVersion": null, + "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" + ], + "resourceType": "account/project" + }, + { + "apiVersions": [ + "2014-04-01-preview" + ], + "defaultApiVersion": null, + "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" + ], + "resourceType": "checkNameAvailability" + }, + { + "apiVersions": [ + "2014-04-01-preview", + "2014-02-26" + ], + "defaultApiVersion": null, + "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" + ], + "resourceType": "operations" + } + ] + } +] From 8f71c138998485912a371955e260263682d8db3c Mon Sep 17 00:00:00 2001 From: Daniel Bradley Date: Thu, 21 Nov 2024 11:32:03 +0000 Subject: [PATCH 3/8] Simplify sorted versions --- provider/pkg/versioning/defaultVersion.go | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/provider/pkg/versioning/defaultVersion.go b/provider/pkg/versioning/defaultVersion.go index b9a20b6d7213..11e925d342c6 100644 --- a/provider/pkg/versioning/defaultVersion.go +++ b/provider/pkg/versioning/defaultVersion.go @@ -177,15 +177,13 @@ func buildSpec(providerName string, versions VersionResources, curations Curatio } } + sortedVersions := keys(versions) + openapi.SortApiVersions(sortedVersions) + existingAdditions := map[openapi.ResourceName]openapi.ApiVersion{} if existing.Additions != nil { existingAdditions = *existing.Additions } - sortedVersions := []string{} - for version := range versions { - sortedVersions = append(sortedVersions, version) - } - openapi.SortApiVersions(sortedVersions) additions := map[openapi.ResourceName]openapi.ApiVersion{} // Loop through every version in order, skipping excluded and private versions // and overwriting additions from previous versions. From 39a7aac84856731106f0947c21f4a8e34277491f Mon Sep 17 00:00:00 2001 From: Daniel Bradley Date: Thu, 21 Nov 2024 11:34:15 +0000 Subject: [PATCH 4/8] Simplify isMoreThanOneYearOld Use existing openapi.ApiVersionToDate function --- provider/pkg/versioning/defaultVersion.go | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/provider/pkg/versioning/defaultVersion.go b/provider/pkg/versioning/defaultVersion.go index 11e925d342c6..7598fc2a6721 100644 --- a/provider/pkg/versioning/defaultVersion.go +++ b/provider/pkg/versioning/defaultVersion.go @@ -326,14 +326,12 @@ func filterCandidateVersions(versions VersionResources, previewPolicy string) [] } func isMoreThanOneYearOld(version openapi.ApiVersion) (bool, error) { - if len(version) < 10 { - return false, fmt.Errorf("invalid version string") - } - asTime, err := time.Parse("2006-01-02", version[:10]) + asTime, err := openapi.ApiVersionToDate(version) if err != nil { - return false, err + return false, fmt.Errorf("failed parsing version as date: %s", version) } diff := time.Since(asTime) + // Round up to 366 to account for leap years return diff.Hours() > 24*366, nil } From 8b19a4d7e3d8d14ae188713d7be63ef5c2a572d0 Mon Sep 17 00:00:00 2001 From: Daniel Bradley Date: Thu, 21 Nov 2024 11:29:47 +0000 Subject: [PATCH 5/8] Load 'az provider list' for use in versioning - Add new report highlighting which versions in the default lock are not listed as live. - Remove old active report which was the same data as the 'az provider list' but reformatted. - Pass indexedProviderList into BuildSpec function. --- provider/pkg/providerlist/providerlist.go | 75 +- provider/pkg/versioning/build_schema.go | 7 +- provider/pkg/versioning/defaultVersion.go | 23 +- provider/pkg/versioning/gen.go | 23 +- reports/active.json | 49168 -------------------- reports/inactiveDefaultVersions.json | 149 + 6 files changed, 230 insertions(+), 49215 deletions(-) delete mode 100644 reports/active.json create mode 100644 reports/inactiveDefaultVersions.json diff --git a/provider/pkg/providerlist/providerlist.go b/provider/pkg/providerlist/providerlist.go index 85b274df5a4e..73247e2c6ddc 100644 --- a/provider/pkg/providerlist/providerlist.go +++ b/provider/pkg/providerlist/providerlist.go @@ -24,8 +24,28 @@ type ApiVersion = string // ProviderPathVersions is a map of lowered provider names to Api Versions e.g. `analysisservices -> "locations/checknameavailability" -> [2019-03-01-preview, 2018-05-05]` type ProviderPathVersions = map[LoweredProviderName]map[ResourcePath]ApiVersions +// ResourceType represents a single resource type within a provider namespace of the `az provider list` output. +// This is used to indicate which versions of the API are available for a given resource type. +type ResourceType struct { + ResourceType string `json:"resourceType"` + DefaultApiVersion *string `json:"defaultApiVersion"` + ApiVersions []ApiVersion `json:"apiVersions"` + Locations []string `json:"locations"` +} + +// Provider represents an Azure provider namespace of the `az provider list` output +type Provider struct { + Namespace string `json:"namespace"` + ResourceTypes []ResourceType `json:"resourceTypes"` +} + +// ProviderList represents the top level element of the `az provider list` output +type ProviderList struct { + Providers []Provider `json:"providers"` +} + // ReadProviderList reads provider_list.json, normalises casing and indexes for fast lookup -func ReadProviderList(providerListPath string) (ProviderPathVersions, error) { +func ReadProviderList(providerListPath string) (*ProviderList, error) { jsonFile, err := os.Open(providerListPath) if err != nil { return nil, err @@ -37,48 +57,41 @@ func ReadProviderList(providerListPath string) (ProviderPathVersions, error) { return nil, err } - var providers []provider + var providers []Provider err = json.Unmarshal(byteValue, &providers) if err != nil { return nil, err } - return toProviderPathVersions(providers), nil + return &ProviderList{Providers: providers}, nil } -type ProviderPathVersionsJson = map[LoweredProviderName]map[ResourcePath][]ApiVersion - -// FormatProviderPathVersionsJson prepares the active path versions for writing to JSON – replacing the string set with a string array -func FormatProviderPathVersionsJson(activePathVersions ProviderPathVersions) ProviderPathVersionsJson { - formatted := ProviderPathVersionsJson{} - for providerName, paths := range activePathVersions { - formattedProvider := map[string][]string{} - for resourcePath, versions := range paths { - sortedVersions := versions.SortedValues() - if sortedVersions == nil { - sortedVersions = []string{} - } - formattedProvider[resourcePath] = sortedVersions - } - formatted[providerName] = formattedProvider - } - return formatted +type ProviderListActiveVersionChecker interface { + HasProviderVersion(providerName, version string) bool } -type provider struct { - Namespace string `json:"namespace"` - ResourceTypes []provRes `json:"resourceTypes"` +type providerListIndex struct { + providerResourceVersionLookup ProviderPathVersions + providerVersions map[LoweredProviderName]ApiVersions } -type provRes struct { - ResourceType string `json:"resourceType"` - ApiVersions []string `json:"apiVersions"` +func (index *providerListIndex) HasProviderVersion(providerName, version string) bool { + providerName = strings.ToLower(providerName) + versions, ok := index.providerVersions[providerName] + if !ok { + return false + } + return versions.Has(version) } -func toProviderPathVersions(providers []provider) ProviderPathVersions { +// Ensure providerListIndex implements ProviderListActiveVersionChecker +var _ ProviderListActiveVersionChecker = &providerListIndex{} + +func (providers ProviderList) Index() *providerListIndex { providerLiveVersions := make(ProviderPathVersions) + providerVersions := make(map[LoweredProviderName]ApiVersions) - for _, provider := range providers { + for _, provider := range providers.Providers { namespace := strings.ToLower(provider.Namespace) if !strings.HasPrefix(namespace, "microsoft.") { continue @@ -98,8 +111,12 @@ func toProviderPathVersions(providers []provider) ProviderPathVersions { } pathVersions[""] = allVersions + providerVersions[providerName] = allVersions providerLiveVersions[providerName] = pathVersions } - return providerLiveVersions + return &providerListIndex{ + providerResourceVersionLookup: providerLiveVersions, + providerVersions: providerVersions, + } } diff --git a/provider/pkg/versioning/build_schema.go b/provider/pkg/versioning/build_schema.go index 7ac82833a1f4..96007df2a32f 100644 --- a/provider/pkg/versioning/build_schema.go +++ b/provider/pkg/versioning/build_schema.go @@ -9,7 +9,6 @@ import ( "github.com/pulumi/pulumi-azure-native/v2/provider/pkg/gen" "github.com/pulumi/pulumi-azure-native/v2/provider/pkg/openapi" "github.com/pulumi/pulumi-azure-native/v2/provider/pkg/openapi/paths" - "github.com/pulumi/pulumi-azure-native/v2/provider/pkg/providerlist" "github.com/pulumi/pulumi-azure-native/v2/provider/pkg/resources" "github.com/pulumi/pulumi/pkg/v3/codegen/schema" ) @@ -36,7 +35,6 @@ type BuildSchemaReports struct { PathChangesResult AllResourcesByVersion ProvidersVersionResources AllResourceVersionsByResource ProviderResourceVersions - Active providerlist.ProviderPathVersionsJson Pending openapi.ProviderVersionList CurationViolations []CurationViolation NamingDisambiguations []resources.NameDisambiguation @@ -45,6 +43,7 @@ type BuildSchemaReports struct { TypeCaseConflicts gen.CaseConflicts FlattenedPropertyConflicts map[openapi.ProviderName]map[string]struct{} AllEndpoints map[openapi.ProviderName]map[openapi.ResourceName]map[string]*openapi.Endpoint + InactiveDefaultVersions map[openapi.ProviderName][]openapi.ApiVersion } func (r BuildSchemaReports) WriteTo(outputDir string) ([]string, error) { @@ -52,7 +51,6 @@ func (r BuildSchemaReports) WriteTo(outputDir string) ([]string, error) { "pathChanges.json": r.PathChangesResult, "allResourcesByVersion.json": r.AllResourcesByVersion, "allResourceVersionsByResource.json": r.AllResourceVersionsByResource, - "active.json": r.Active, "pending.json": r.Pending, "curationViolations.json": r.CurationViolations, "namingDisambiguations.json": r.NamingDisambiguations, @@ -61,6 +59,7 @@ func (r BuildSchemaReports) WriteTo(outputDir string) ([]string, error) { "typeCaseConflicts.json": r.TypeCaseConflicts, "flattenedPropertyConflicts.json": r.FlattenedPropertyConflicts, "allEndpoints.json": r.AllEndpoints, + "inactiveDefaultVersions.json": r.InactiveDefaultVersions, }) } @@ -113,10 +112,10 @@ func BuildSchema(args BuildSchemaArgs) (*BuildSchemaResult, error) { PathChangesResult: pathChanges, AllResourcesByVersion: versionMetadata.AllResourcesByVersion, AllResourceVersionsByResource: versionMetadata.AllResourceVersionsByResource, - Active: versionMetadata.Active, Pending: versionMetadata.Pending, CurationViolations: versionMetadata.CurationViolations, AllEndpoints: diagnostics.Endpoints, + InactiveDefaultVersions: versionMetadata.InactiveDefaultVersions, } generationResult, err := gen.PulumiSchema(args.RootDir, providers, versionMetadata) diff --git a/provider/pkg/versioning/defaultVersion.go b/provider/pkg/versioning/defaultVersion.go index 7598fc2a6721..6b3806568dce 100644 --- a/provider/pkg/versioning/defaultVersion.go +++ b/provider/pkg/versioning/defaultVersion.go @@ -13,6 +13,7 @@ import ( "github.com/hashicorp/go-multierror" "github.com/pkg/errors" "github.com/pulumi/pulumi-azure-native/v2/provider/pkg/openapi" + "github.com/pulumi/pulumi-azure-native/v2/provider/pkg/providerlist" "github.com/pulumi/pulumi/pkg/v3/codegen" "gopkg.in/yaml.v3" ) @@ -37,11 +38,11 @@ type ExclusionError struct { type Spec map[openapi.ProviderName]ProviderSpec // BuildSpec calculates a Spec from available API versions and manual curations (config). -func BuildSpec(spec ProvidersVersionResources, curations Curations, existingConfig Spec) Spec { +func BuildSpec(spec ProvidersVersionResources, curations Curations, existingConfig Spec, providerList providerlist.ProviderListActiveVersionChecker) Spec { specs := Spec{} for providerName, versionResources := range spec { existing := existingConfig[providerName] - specs[providerName] = buildSpec(providerName, versionResources, curations, existing) + specs[providerName] = buildSpec(providerName, versionResources, curations, existing, providerList) } return specs } @@ -112,6 +113,22 @@ func ReadSpec(path string) (Spec, error) { return curatedVersion, err } +func FindInactiveDefaultVersions(defaultVersionLock openapi.DefaultVersionLock, activeVersions providerlist.ProviderListActiveVersionChecker) map[openapi.ProviderName][]openapi.ApiVersion { + result := map[openapi.ProviderName][]openapi.ApiVersion{} + for providerName, versions := range defaultVersionLock { + inactiveVersions := codegen.NewStringSet() + for _, version := range versions { + if !activeVersions.HasProviderVersion(providerName, version) { + inactiveVersions.Add(version) + } + } + if len(inactiveVersions) > 0 { + result[providerName] = inactiveVersions.SortedValues() + } + } + return result +} + func DefaultConfigToDefaultVersionLock(spec ProvidersVersionResources, defaultConfig Spec) (openapi.DefaultVersionLock, error) { var err error defaultVersionLock := openapi.DefaultVersionLock{} @@ -152,7 +169,7 @@ func DefaultConfigToDefaultVersionLock(spec ProvidersVersionResources, defaultCo return defaultVersionLock, multierror.Flatten(err) } -func buildSpec(providerName string, versions VersionResources, curations Curations, existing ProviderSpec) ProviderSpec { +func buildSpec(providerName string, versions VersionResources, curations Curations, existing ProviderSpec, providerList providerlist.ProviderListActiveVersionChecker) ProviderSpec { var additionsPtr *map[string]string var trackingPtr *string var exclusionErrors []ExclusionError diff --git a/provider/pkg/versioning/gen.go b/provider/pkg/versioning/gen.go index 66a919ab9494..80632452eb97 100644 --- a/provider/pkg/versioning/gen.go +++ b/provider/pkg/versioning/gen.go @@ -21,13 +21,12 @@ type VersionMetadata struct { VersionSources // provider->resource->[]version AllResourceVersionsByResource ProviderResourceVersions - // map[LoweredProviderName]map[ResourcePath]ApiVersions - Active providerlist.ProviderPathVersionsJson // map[ProviderName][]ApiVersion - Pending openapi.ProviderVersionList - Spec Spec - Lock openapi.DefaultVersionLock - CurationViolations []CurationViolation + Pending openapi.ProviderVersionList + Spec Spec + Lock openapi.DefaultVersionLock + CurationViolations []CurationViolation + InactiveDefaultVersions map[openapi.ProviderName][]openapi.ApiVersion } // Ensure our VersionMetadata type implements the gen.Versioning interface @@ -84,12 +83,13 @@ func LoadVersionMetadata(rootDir string, providers openapi.AzureProviders, major } func calculateVersionMetadata(versionSources VersionSources) (VersionMetadata, error) { + indexedProviderList := versionSources.ProviderList.Index() allResourcesByVersionWithoutDeprecations := RemoveDeprecations(versionSources.AllResourcesByVersion, versionSources.RemovedVersions) spec := versionSources.Spec config := versionSources.Config - spec = BuildSpec(allResourcesByVersionWithoutDeprecations, config, spec) + spec = BuildSpec(allResourcesByVersionWithoutDeprecations, config, spec, indexedProviderList) violations := ValidateDefaultConfig(spec, config) @@ -103,15 +103,16 @@ func calculateVersionMetadata(versionSources VersionSources) (VersionMetadata, e wrapped := fmt.Errorf("generating default version lock from spec\n%s\n%w", string(specYaml), err) return VersionMetadata{}, wrapped } + inactiveVersions := FindInactiveDefaultVersions(v2Lock, indexedProviderList) return VersionMetadata{ VersionSources: versionSources, AllResourceVersionsByResource: FormatResourceVersions(versionSources.AllResourcesByVersion), - Active: providerlist.FormatProviderPathVersionsJson(versionSources.activePathVersions), Pending: FindNewerVersions(versionSources.AllResourcesByVersion, v2Lock), Spec: spec, Lock: v2Lock, CurationViolations: violations, + InactiveDefaultVersions: inactiveVersions, }, nil } @@ -127,7 +128,7 @@ func (v VersionMetadata) WriteTo(outputDir string) ([]string, error) { type VersionSources struct { MajorVersion int - activePathVersions providerlist.ProviderPathVersions + ProviderList providerlist.ProviderList requiredExplicitResources []string PreviousLock openapi.DefaultVersionLock RemovedVersions openapi.ProviderVersionList @@ -143,7 +144,7 @@ type VersionSources struct { } func ReadVersionSources(rootDir string, providers openapi.AzureProviders, majorVersion int) (VersionSources, error) { - activePathVersions, err := providerlist.ReadProviderList(filepath.Join(rootDir, "azure-provider-versions", "provider_list.json")) + providerList, err := providerlist.ReadProviderList(filepath.Join(rootDir, "versions", "az-provider-list.json")) if err != nil { return VersionSources{}, err } @@ -199,7 +200,7 @@ func ReadVersionSources(rootDir string, providers openapi.AzureProviders, majorV return VersionSources{ MajorVersion: majorVersion, - activePathVersions: activePathVersions, + ProviderList: *providerList, requiredExplicitResources: knownExplicitResources, PreviousLock: previousLock, RemovedVersions: removed, diff --git a/reports/active.json b/reports/active.json deleted file mode 100644 index 97e504f018d2..000000000000 --- a/reports/active.json +++ /dev/null @@ -1,49168 +0,0 @@ -{ - "aad": { - "": [ - "2017-01-01", - "2017-06-01", - "2020-01-01", - "2021-03-01", - "2021-05-01", - "2022-09-01", - "2022-12-01" - ], - "domainservices": [ - "2017-01-01", - "2017-06-01", - "2020-01-01", - "2021-03-01", - "2021-05-01", - "2022-09-01", - "2022-12-01" - ], - "domainservices/oucontainer": [ - "2017-06-01", - "2020-01-01", - "2021-03-01", - "2021-05-01", - "2022-09-01", - "2022-12-01" - ], - "locations": [ - "2017-01-01", - "2017-06-01", - "2020-01-01", - "2021-03-01", - "2021-05-01", - "2022-09-01", - "2022-12-01" - ], - "locations/operationresults": [ - "2017-01-01", - "2017-06-01", - "2020-01-01", - "2021-03-01", - "2021-05-01", - "2022-09-01", - "2022-12-01" - ], - "operations": [ - "2017-01-01", - "2017-06-01", - "2020-01-01", - "2021-03-01", - "2021-05-01", - "2022-09-01", - "2022-12-01" - ] - }, - "aadcustomsecurityattributesdiagnosticsettings": { - "": [ - "2017-04-01-preview" - ], - "diagnosticsettings": [ - "2017-04-01-preview" - ], - "diagnosticsettingscategories": [ - "2017-04-01-preview" - ], - "operations": [ - "2017-04-01-preview" - ] - }, - "aadiam": { - "": [ - "2015-01-01", - "2015-11-01", - "2016-02-01", - "2016-03-01", - "2016-06-01", - "2016-07-01", - "2016-08-01", - "2016-09-01", - "2017-03-01", - "2017-04-01", - "2017-04-01-preview", - "2017-05-01-preview", - "2020-03-01", - "2020-03-01-preview" - ], - "diagnosticsettings": [ - "2017-04-01", - "2017-04-01-preview", - "2017-05-01-preview" - ], - "diagnosticsettingscategories": [ - "2017-04-01", - "2017-04-01-preview", - "2017-05-01-preview" - ], - "operations": [ - "2015-01-01", - "2015-11-01", - "2016-02-01", - "2016-03-01", - "2016-06-01", - "2016-07-01", - "2016-08-01", - "2016-09-01", - "2017-03-01", - "2017-04-01" - ], - "privatelinkforazuread": [ - "2020-03-01", - "2020-03-01-preview" - ], - "tenants": [ - "2015-01-01", - "2015-11-01", - "2016-02-01", - "2016-03-01", - "2016-06-01", - "2016-07-01", - "2016-08-01", - "2016-09-01", - "2017-03-01", - "2017-04-01" - ] - }, - "addons": { - "": [ - "2017-05-15", - "2018-03-01" - ], - "operationresults": [ - "2017-05-15", - "2018-03-01" - ], - "operations": [ - "2017-05-15", - "2018-03-01" - ], - "supportproviders": [ - "2017-05-15", - "2018-03-01" - ] - }, - "adhybridhealthservice": { - "": [ - "2014-01-01" - ], - "aadsupportcases": [ - "2014-01-01" - ], - "addsservices": [ - "2014-01-01" - ], - "agents": [ - "2014-01-01" - ], - "anonymousapiusers": [ - "2014-01-01" - ], - "configuration": [ - "2014-01-01" - ], - "logs": [ - "2014-01-01" - ], - "operations": [ - "2014-01-01" - ], - "reports": [ - "2014-01-01" - ], - "servicehealthmetrics": [ - "2014-01-01" - ], - "services": [ - "2014-01-01" - ] - }, - "advisor": { - "": [ - "2016-05-09-preview", - "2016-07-12-preview", - "2016-07-12-rc", - "2017-03-31", - "2017-03-31-alpha", - "2017-04-19", - "2017-04-19-alpha", - "2017-04-19-rc", - "2020-01-01", - "2020-01-01-alpha", - "2020-07-01-preview", - "2022-09-01", - "2022-10-01", - "2023-01-01", - "2023-01-01-alpha", - "2023-09-01-preview" - ], - "advisorscore": [ - "2020-07-01-preview", - "2022-09-01", - "2022-10-01", - "2023-01-01" - ], - "configurations": [ - "2017-03-31", - "2017-04-19", - "2020-01-01", - "2022-09-01", - "2022-10-01", - "2023-01-01" - ], - "generaterecommendations": [ - "2016-05-09-preview", - "2016-07-12-preview", - "2017-03-31", - "2017-04-19", - "2020-01-01", - "2022-09-01", - "2022-10-01", - "2023-01-01" - ], - "metadata": [ - "2016-07-12-rc", - "2017-03-31", - "2017-03-31-alpha", - "2017-04-19", - "2017-04-19-alpha", - "2017-04-19-rc", - "2020-01-01", - "2020-01-01-alpha", - "2022-09-01", - "2022-10-01", - "2023-01-01", - "2023-01-01-alpha" - ], - "operations": [ - "2016-05-09-preview", - "2016-07-12-preview", - "2017-03-31", - "2017-04-19", - "2020-01-01", - "2020-07-01-preview", - "2022-10-01", - "2023-01-01-alpha", - "2023-09-01-preview" - ], - "predict": [ - "2022-09-01", - "2022-10-01", - "2023-01-01" - ], - "recommendations": [ - "2016-05-09-preview", - "2016-07-12-preview", - "2017-03-31", - "2017-04-19", - "2020-01-01", - "2022-09-01", - "2022-10-01", - "2023-01-01", - "2023-09-01-preview" - ], - "suppressions": [ - "2016-05-09-preview", - "2016-07-12-preview", - "2017-03-31", - "2017-04-19", - "2020-01-01", - "2022-09-01", - "2022-10-01", - "2023-01-01" - ] - }, - "agfoodplatform": { - "": [ - "2020-05-12-preview", - "2021-09-01-preview", - "2023-06-01-preview" - ], - "checknameavailability": [ - "2020-05-12-preview", - "2021-09-01-preview", - "2023-06-01-preview" - ], - "farmbeatsextensiondefinitions": [ - "2020-05-12-preview", - "2021-09-01-preview", - "2023-06-01-preview" - ], - "farmbeatssolutiondefinitions": [ - "2020-05-12-preview", - "2021-09-01-preview", - "2023-06-01-preview" - ], - "locations": [ - "2020-05-12-preview", - "2021-09-01-preview", - "2023-06-01-preview" - ], - "operations": [ - "2020-05-12-preview", - "2021-09-01-preview", - "2023-06-01-preview" - ] - }, - "agricultureplatform": { - "": [ - "2024-06-01-preview" - ], - "locations": [ - "2024-06-01-preview" - ], - "operations": [ - "2024-06-01-preview" - ] - }, - "alertsmanagement": { - "": [ - "2017-11-15-privatepreview", - "2018-02-01-privatepreview", - "2018-05-05", - "2018-05-05-preview", - "2018-11-02-privatepreview", - "2019-03-01", - "2019-03-01-preview", - "2019-05-05-preview", - "2019-06-01", - "2021-01-01-preview", - "2021-04-01", - "2021-07-22-preview", - "2021-08-08", - "2021-08-08-preview", - "2023-01-01-preview", - "2023-03-01", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2024-03-01-preview" - ], - "actionrules": [ - "2018-11-02-privatepreview", - "2019-05-05-preview", - "2021-08-08", - "2021-08-08-preview", - "2023-05-01-preview", - "2024-03-01-preview" - ], - "alertrulerecommendations": [ - "2023-01-01-preview", - "2023-08-01-preview" - ], - "alerts": [ - "2017-11-15-privatepreview", - "2018-05-05", - "2018-05-05-preview", - "2018-11-02-privatepreview", - "2019-03-01", - "2019-03-01-preview", - "2019-05-05-preview" - ], - "alertsmetadata": [ - "2019-03-01", - "2019-03-01-preview", - "2019-05-05-preview" - ], - "alertssummary": [ - "2017-11-15-privatepreview", - "2018-05-05", - "2018-05-05-preview", - "2019-03-01", - "2019-03-01-preview", - "2019-05-05-preview" - ], - "investigations": [ - "2023-06-01-preview" - ], - "migratefromsmartdetection": [ - "2021-01-01-preview" - ], - "operations": [ - "2017-11-15-privatepreview", - "2018-05-05", - "2018-05-05-preview", - "2019-05-05-preview" - ], - "prometheusrulegroups": [ - "2021-07-22-preview", - "2023-03-01", - "2023-09-01-preview" - ], - "smartdetectoralertrules": [ - "2018-02-01-privatepreview", - "2019-03-01", - "2019-06-01", - "2021-04-01" - ], - "smartgroups": [ - "2017-11-15-privatepreview", - "2018-05-05", - "2018-05-05-preview", - "2019-05-05-preview" - ], - "tenantactivitylogalerts": [ - "2023-01-01-preview", - "2023-04-01-preview" - ] - }, - "analysisservices": { - "": [ - "2016-05-16", - "2017-07-14", - "2017-08-01", - "2017-08-01-beta" - ], - "locations": [ - "2016-05-16", - "2017-07-14", - "2017-08-01", - "2017-08-01-beta" - ], - "locations/checknameavailability": [ - "2016-05-16", - "2017-07-14", - "2017-08-01", - "2017-08-01-beta" - ], - "locations/operationresults": [ - "2016-05-16", - "2017-07-14", - "2017-08-01", - "2017-08-01-beta" - ], - "locations/operationstatuses": [ - "2016-05-16", - "2017-07-14", - "2017-08-01", - "2017-08-01-beta" - ], - "operations": [ - "2016-05-16", - "2017-07-14", - "2017-08-01", - "2017-08-01-beta" - ], - "servers": [ - "2016-05-16", - "2017-07-14", - "2017-08-01", - "2017-08-01-beta" - ] - }, - "apicenter": { - "": [ - "2023-07-01-preview", - "2024-03-01", - "2024-03-15-preview", - "2024-06-01-preview" - ], - "deletedservices": [ - "2024-03-15-preview", - "2024-06-01-preview" - ], - "operations": [ - "2023-07-01-preview", - "2024-03-01", - "2024-03-15-preview", - "2024-06-01-preview" - ], - "services": [ - "2023-07-01-preview", - "2024-03-01", - "2024-03-15-preview", - "2024-06-01-preview" - ], - "services/eventgridfilters": [ - "2024-03-01", - "2024-06-01-preview" - ] - }, - "apimanagement": { - "": [ - "2014-02-14", - "2015-09-15", - "2016-07-07", - "2016-10-10", - "2017-03-01", - "2018-01-01", - "2018-06-01-preview", - "2019-01-01", - "2019-12-01", - "2019-12-01-preview", - "2020-06-01-preview", - "2020-12-01", - "2021-01-01-preview", - "2021-04-01-preview", - "2021-08-01", - "2021-12-01-preview", - "2022-04-01-preview", - "2022-08-01", - "2022-09-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-09-01-preview", - "2024-05-01", - "2024-06-01-preview" - ], - "checkfeedbackrequired": [ - "2014-02-14", - "2015-09-15", - "2016-07-07", - "2016-10-10", - "2017-03-01", - "2018-01-01", - "2018-06-01-preview", - "2019-01-01", - "2019-12-01", - "2019-12-01-preview", - "2020-06-01-preview", - "2020-12-01", - "2021-01-01-preview", - "2021-04-01-preview", - "2021-08-01", - "2021-12-01-preview", - "2022-04-01-preview", - "2022-08-01", - "2022-09-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-09-01-preview", - "2024-05-01", - "2024-06-01-preview" - ], - "checknameavailability": [ - "2014-02-14", - "2015-09-15", - "2016-07-07", - "2016-10-10", - "2017-03-01", - "2018-01-01", - "2018-06-01-preview", - "2019-01-01", - "2019-12-01", - "2019-12-01-preview", - "2020-06-01-preview", - "2020-12-01", - "2021-01-01-preview", - "2021-04-01-preview", - "2021-08-01", - "2021-12-01-preview", - "2022-04-01-preview", - "2022-08-01", - "2022-09-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-09-01-preview", - "2024-05-01", - "2024-06-01-preview" - ], - "checkservicenameavailability": [ - "2014-02-14", - "2015-09-15" - ], - "deletedservices": [ - "2020-06-01-preview", - "2020-12-01", - "2021-01-01-preview", - "2021-08-01", - "2021-12-01-preview", - "2022-04-01-preview", - "2022-08-01", - "2022-09-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-09-01-preview", - "2024-05-01", - "2024-06-01-preview" - ], - "gateways": [ - "2023-09-01-preview", - "2024-05-01", - "2024-06-01-preview" - ], - "getdomainownershipidentifier": [ - "2020-12-01", - "2021-01-01-preview", - "2021-04-01-preview", - "2021-08-01", - "2021-12-01-preview", - "2022-04-01-preview", - "2022-08-01", - "2022-09-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-09-01-preview", - "2024-05-01", - "2024-06-01-preview" - ], - "locations": [ - "2020-06-01-preview", - "2020-12-01", - "2021-01-01-preview", - "2021-04-01-preview", - "2021-08-01", - "2021-12-01-preview", - "2022-04-01-preview", - "2022-08-01", - "2022-09-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-09-01-preview", - "2024-05-01", - "2024-06-01-preview" - ], - "locations/deletedservices": [ - "2020-06-01-preview", - "2020-12-01", - "2021-01-01-preview", - "2021-08-01", - "2021-12-01-preview", - "2022-04-01-preview", - "2022-08-01", - "2022-09-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-09-01-preview", - "2024-05-01", - "2024-06-01-preview" - ], - "locations/operationresults": [ - "2023-05-01-preview", - "2023-09-01-preview", - "2024-05-01", - "2024-06-01-preview" - ], - "locations/operationsstatuses": [ - "2023-05-01-preview", - "2023-09-01-preview", - "2024-05-01", - "2024-06-01-preview" - ], - "operations": [ - "2014-02-14", - "2015-09-15", - "2016-07-07", - "2016-10-10", - "2017-03-01", - "2018-01-01", - "2018-06-01-preview", - "2019-01-01", - "2019-12-01", - "2019-12-01-preview", - "2020-06-01-preview", - "2020-12-01", - "2021-01-01-preview", - "2021-04-01-preview", - "2021-08-01", - "2021-12-01-preview", - "2022-04-01-preview", - "2022-08-01", - "2022-09-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-09-01-preview", - "2024-05-01", - "2024-06-01-preview" - ], - "reportfeedback": [ - "2014-02-14", - "2015-09-15", - "2016-07-07", - "2016-10-10", - "2017-03-01", - "2018-01-01", - "2018-06-01-preview", - "2019-01-01", - "2019-12-01", - "2019-12-01-preview", - "2020-06-01-preview", - "2020-12-01", - "2021-01-01-preview", - "2021-04-01-preview", - "2021-08-01", - "2021-12-01-preview", - "2022-04-01-preview", - "2022-08-01", - "2022-09-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-09-01-preview", - "2024-05-01", - "2024-06-01-preview" - ], - "service": [ - "2014-02-14", - "2015-09-15", - "2016-07-07", - "2016-10-10", - "2017-03-01", - "2018-01-01", - "2018-06-01-preview", - "2019-01-01", - "2019-12-01", - "2019-12-01-preview", - "2020-06-01-preview", - "2020-12-01", - "2021-01-01-preview", - "2021-04-01-preview", - "2021-08-01", - "2021-12-01-preview", - "2022-04-01-preview", - "2022-08-01", - "2022-09-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-09-01-preview", - "2024-05-01", - "2024-06-01-preview" - ], - "service/eventgridfilters": [ - "2021-01-01-preview", - "2021-08-01", - "2021-12-01-preview", - "2022-04-01-preview", - "2022-08-01", - "2022-09-01-preview", - "2023-03-01-preview", - "2023-05-01-preview" - ], - "validateservicename": [ - "2014-02-14", - "2015-09-15" - ] - }, - "app": { - "": [ - "2022-03-01", - "2022-06-01-preview", - "2022-10-01", - "2022-11-01-preview", - "2023-02-01", - "2023-04-01-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-08-01-preview", - "2023-11-02-preview", - "2024-02-02-preview", - "2024-03-01", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "builders": [ - "2023-08-01-preview", - "2023-11-02-preview", - "2024-02-02-preview", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "builders/builds": [ - "2023-08-01-preview", - "2023-11-02-preview", - "2024-02-02-preview", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "connectedenvironments": [ - "2022-06-01-preview", - "2022-10-01", - "2022-11-01-preview", - "2023-04-01-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-08-01-preview", - "2023-11-02-preview", - "2024-02-02-preview", - "2024-03-01", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "connectedenvironments/certificates": [ - "2022-06-01-preview", - "2022-10-01", - "2022-11-01-preview", - "2023-04-01-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-08-01-preview", - "2023-11-02-preview", - "2024-02-02-preview", - "2024-03-01", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "containerapps": [ - "2022-03-01", - "2022-06-01-preview", - "2022-10-01", - "2022-11-01-preview", - "2023-04-01-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-08-01-preview", - "2023-11-02-preview", - "2024-02-02-preview", - "2024-03-01", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "containerapps/privateendpointconnectionproxies": [ - "2023-11-02-preview", - "2024-02-02-preview", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "containerapps/resiliencypolicies": [ - "2023-08-01-preview", - "2023-11-02-preview", - "2024-02-02-preview", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "functions": [ - "2024-02-02-preview", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "getcustomdomainverificationid": [ - "2023-05-02-preview", - "2023-08-01-preview", - "2023-11-02-preview", - "2024-02-02-preview", - "2024-03-01", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "jobs": [ - "2022-11-01-preview", - "2023-04-01-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-08-01-preview", - "2023-11-02-preview", - "2024-02-02-preview", - "2024-03-01", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "locations": [ - "2022-03-01", - "2022-06-01-preview", - "2022-10-01", - "2022-11-01-preview", - "2023-04-01-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-08-01-preview", - "2023-11-02-preview", - "2024-02-02-preview", - "2024-03-01", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "locations/availablemanagedenvironmentsworkloadprofiletypes": [ - "2022-06-01-preview", - "2022-10-01", - "2022-11-01-preview", - "2023-04-01-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-08-01-preview", - "2023-11-02-preview", - "2024-02-02-preview", - "2024-03-01", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "locations/billingmeters": [ - "2022-06-01-preview", - "2022-10-01", - "2022-11-01-preview", - "2023-04-01-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-08-01-preview", - "2023-11-02-preview", - "2024-02-02-preview", - "2024-03-01", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "locations/connectedenvironmentoperationresults": [ - "2022-06-01-preview", - "2022-10-01", - "2022-11-01-preview", - "2023-04-01-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-08-01-preview", - "2023-11-02-preview", - "2024-02-02-preview", - "2024-03-01", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "locations/connectedenvironmentoperationstatuses": [ - "2022-06-01-preview", - "2022-10-01", - "2022-11-01-preview", - "2023-04-01-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-08-01-preview", - "2023-11-02-preview", - "2024-02-02-preview", - "2024-03-01", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "locations/connectedoperationresults": [ - "2024-10-02-preview" - ], - "locations/connectedoperationstatuses": [ - "2024-10-02-preview" - ], - "locations/containerappoperationresults": [ - "2022-03-01", - "2022-06-01-preview", - "2022-10-01", - "2022-11-01-preview", - "2023-04-01-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-08-01-preview", - "2023-11-02-preview", - "2024-02-02-preview", - "2024-03-01", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "locations/containerappoperationstatuses": [ - "2022-03-01", - "2022-06-01-preview", - "2022-10-01", - "2022-11-01-preview", - "2023-04-01-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-08-01-preview", - "2023-11-02-preview", - "2024-02-02-preview", - "2024-03-01", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "locations/containerappsjoboperationresults": [ - "2022-11-01-preview", - "2023-04-01-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-08-01-preview", - "2023-11-02-preview", - "2024-02-02-preview", - "2024-03-01", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "locations/containerappsjoboperationstatuses": [ - "2022-11-01-preview", - "2023-04-01-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-08-01-preview", - "2023-11-02-preview", - "2024-02-02-preview", - "2024-03-01", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "locations/managedcertificateoperationstatuses": [ - "2022-11-01-preview", - "2023-04-01-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-08-01-preview", - "2023-11-02-preview", - "2024-02-02-preview", - "2024-03-01", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "locations/managedenvironmentoperationresults": [ - "2022-03-01", - "2022-06-01-preview", - "2022-10-01", - "2022-11-01-preview", - "2023-04-01-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-08-01-preview", - "2023-11-02-preview", - "2024-02-02-preview", - "2024-03-01", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "locations/managedenvironmentoperationstatuses": [ - "2022-03-01", - "2022-06-01-preview", - "2022-10-01", - "2022-11-01-preview", - "2023-04-01-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-08-01-preview", - "2023-11-02-preview", - "2024-02-02-preview", - "2024-03-01", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "locations/operationresults": [ - "2023-08-01-preview", - "2023-11-02-preview", - "2024-02-02-preview", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "locations/operationstatuses": [ - "2023-08-01-preview", - "2023-11-02-preview", - "2024-02-02-preview", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "locations/sourcecontroloperationresults": [ - "2022-03-01", - "2022-06-01-preview", - "2022-10-01", - "2022-11-01-preview", - "2023-04-01-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-08-01-preview", - "2023-11-02-preview", - "2024-02-02-preview", - "2024-03-01", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "locations/sourcecontroloperationstatuses": [ - "2022-03-01", - "2022-06-01-preview", - "2022-10-01", - "2022-11-01-preview", - "2023-04-01-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-08-01-preview", - "2023-11-02-preview", - "2024-02-02-preview", - "2024-03-01", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "locations/usages": [ - "2023-05-02-preview", - "2023-08-01-preview", - "2023-11-02-preview", - "2024-02-02-preview", - "2024-03-01", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "logicapps": [ - "2024-02-02-preview", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "managedenvironments": [ - "2022-03-01", - "2022-06-01-preview", - "2022-10-01", - "2022-11-01-preview", - "2023-04-01-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-08-01-preview", - "2023-11-02-preview", - "2024-02-02-preview", - "2024-03-01", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "managedenvironments/certificates": [ - "2022-03-01", - "2022-06-01-preview", - "2022-10-01", - "2022-11-01-preview", - "2023-04-01-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-08-01-preview", - "2023-11-02-preview", - "2024-02-02-preview", - "2024-03-01", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "managedenvironments/daprcomponents": [ - "2022-03-01", - "2022-06-01-preview", - "2022-10-01", - "2022-11-01-preview", - "2023-04-01-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-08-01-preview", - "2023-11-02-preview", - "2024-02-02-preview", - "2024-03-01", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "managedenvironments/daprcomponents/resiliencypolicies": [ - "2023-08-01-preview", - "2023-11-02-preview", - "2024-02-02-preview", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "managedenvironments/dotnetcomponents": [ - "2023-11-02-preview", - "2024-02-02-preview", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "managedenvironments/javacomponents": [ - "2023-11-02-preview", - "2024-02-02-preview", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "managedenvironments/managedcertificates": [ - "2022-11-01-preview", - "2023-04-01-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-08-01-preview", - "2023-11-02-preview", - "2024-02-02-preview", - "2024-03-01", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "managedenvironments/privateendpointconnectionproxies": [ - "2023-11-02-preview", - "2024-02-02-preview", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "operations": [ - "2022-03-01", - "2022-06-01-preview", - "2022-10-01", - "2022-11-01-preview", - "2023-02-01", - "2023-04-01-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-08-01-preview", - "2023-11-02-preview", - "2024-02-02-preview", - "2024-03-01", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "sessionpools": [ - "2023-08-01-preview", - "2023-11-02-preview", - "2024-02-02-preview", - "2024-08-02-preview", - "2024-10-02-preview" - ], - "spaces": [ - "2023-11-02-preview" - ] - }, - "appassessment": { - "": [ - "2020-09-01-privatepreview" - ], - "locations": [ - "2020-09-01-privatepreview" - ], - "locations/operationstatuses": [ - "2020-09-01-privatepreview" - ], - "locations/osversions": [ - "2020-09-01-privatepreview" - ], - "migrateprojects": [ - "2020-09-01-privatepreview" - ], - "migrateprojects/assessments": [ - "2020-09-01-privatepreview" - ], - "migrateprojects/assessments/assessedapplications": [ - "2020-09-01-privatepreview" - ], - "migrateprojects/assessments/assessedapplications/machines": [ - "2020-09-01-privatepreview" - ], - "migrateprojects/assessments/assessedmachines": [ - "2020-09-01-privatepreview" - ], - "migrateprojects/assessments/assessedmachines/applications": [ - "2020-09-01-privatepreview" - ], - "migrateprojects/assessments/machinestoassess": [ - "2020-09-01-privatepreview" - ], - "migrateprojects/sites": [ - "2020-09-01-privatepreview" - ], - "migrateprojects/sites/applianceconfigurations": [ - "2020-09-01-privatepreview" - ], - "migrateprojects/sites/machines": [ - "2020-09-01-privatepreview" - ], - "operations": [ - "2020-09-01-privatepreview" - ] - }, - "appcomplianceautomation": { - "": [ - "2022-05-10-beta", - "2022-05-10-privatepreview", - "2022-11-16-preview", - "2023-02-15-preview", - "2024-06-27" - ], - "checknameavailability": [ - "2023-02-15-preview", - "2024-06-27" - ], - "getcollectioncount": [ - "2023-02-15-preview", - "2024-06-27" - ], - "getoverviewstatus": [ - "2023-02-15-preview", - "2024-06-27" - ], - "listinusestorageaccounts": [ - "2023-02-15-preview", - "2024-06-27" - ], - "locations": [ - "2022-05-10-privatepreview", - "2022-11-16-preview", - "2023-02-15-preview", - "2024-06-27" - ], - "locations/operationstatuses": [ - "2022-05-10-privatepreview", - "2022-11-16-preview", - "2023-02-15-preview", - "2024-06-27" - ], - "onboard": [ - "2023-02-15-preview", - "2024-06-27" - ], - "operations": [ - "2022-05-10-beta", - "2022-05-10-privatepreview", - "2022-11-16-preview", - "2023-02-15-preview", - "2024-06-27" - ], - "reports": [ - "2022-05-10-beta", - "2022-05-10-privatepreview", - "2022-11-16-preview", - "2023-02-15-preview", - "2024-06-27" - ], - "reports/evidences": [ - "2023-02-15-preview", - "2024-06-27" - ], - "reports/scopingconfigurations": [ - "2023-02-15-preview", - "2024-06-27" - ], - "reports/snapshots": [ - "2022-05-10-beta", - "2022-05-10-privatepreview", - "2022-11-16-preview", - "2023-02-15-preview", - "2024-06-27" - ], - "reports/webhooks": [ - "2023-02-15-preview", - "2024-06-27" - ], - "triggerevaluation": [ - "2023-02-15-preview", - "2024-06-27" - ] - }, - "appconfiguration": { - "": [ - "2019-02-01-preview", - "2019-10-01", - "2019-11-01-preview", - "2020-06-01", - "2020-07-01-preview", - "2021-03-01-preview", - "2021-10-01-preview", - "2022-03-01-preview", - "2022-05-01", - "2023-03-01", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2024-05-01", - "2024-07-01-preview" - ], - "checknameavailability": [ - "2019-02-01-preview", - "2019-10-01", - "2019-11-01-preview", - "2020-06-01", - "2020-07-01-preview", - "2021-03-01-preview", - "2021-10-01-preview", - "2022-03-01-preview", - "2022-05-01", - "2023-03-01", - "2023-08-01-preview", - "2023-09-01-preview", - "2024-05-01" - ], - "configurationstores": [ - "2019-02-01-preview", - "2019-10-01", - "2019-11-01-preview", - "2020-06-01", - "2020-07-01-preview", - "2021-03-01-preview", - "2021-10-01-preview", - "2022-03-01-preview", - "2022-05-01", - "2023-03-01", - "2023-08-01-preview", - "2023-09-01-preview", - "2024-05-01" - ], - "configurationstores/eventgridfilters": [ - "2019-02-01-preview", - "2019-10-01", - "2019-11-01-preview", - "2020-06-01", - "2020-07-01-preview", - "2021-03-01-preview", - "2021-10-01-preview", - "2022-03-01-preview", - "2022-05-01", - "2023-03-01", - "2023-08-01-preview", - "2023-09-01-preview", - "2024-05-01" - ], - "configurationstores/keyvalues": [ - "2020-07-01-preview", - "2021-03-01-preview", - "2021-10-01-preview", - "2022-03-01-preview", - "2022-05-01", - "2023-03-01", - "2023-08-01-preview", - "2023-09-01-preview", - "2024-05-01" - ], - "configurationstores/replicas": [ - "2022-03-01-preview", - "2023-03-01", - "2023-08-01-preview", - "2023-09-01-preview", - "2024-05-01" - ], - "configurationstores/snapshots": [ - "2023-08-01-preview", - "2023-09-01-preview", - "2024-05-01" - ], - "deletedconfigurationstores": [ - "2021-10-01-preview", - "2022-03-01-preview", - "2022-05-01", - "2023-03-01", - "2023-08-01-preview", - "2023-09-01-preview", - "2024-05-01" - ], - "locations": [ - "2019-02-01-preview", - "2019-10-01", - "2019-11-01-preview", - "2020-06-01", - "2020-07-01-preview", - "2021-03-01-preview", - "2021-10-01-preview", - "2022-03-01-preview", - "2022-05-01", - "2023-03-01", - "2023-08-01-preview", - "2023-09-01-preview", - "2024-05-01" - ], - "locations/checknameavailability": [ - "2021-10-01-preview", - "2022-03-01-preview", - "2022-05-01", - "2023-03-01", - "2023-08-01-preview", - "2023-09-01-preview", - "2024-05-01" - ], - "locations/deletedconfigurationstores": [ - "2021-10-01-preview", - "2022-03-01-preview", - "2022-05-01", - "2023-03-01", - "2023-08-01-preview", - "2023-09-01-preview", - "2024-05-01" - ], - "locations/notifynetworksecurityperimeterupdatesavailable": [ - "2023-10-01-preview", - "2024-07-01-preview" - ], - "locations/operationsstatus": [ - "2019-02-01-preview", - "2019-10-01", - "2019-11-01-preview", - "2020-06-01", - "2020-07-01-preview", - "2021-03-01-preview", - "2021-10-01-preview", - "2022-03-01-preview", - "2022-05-01", - "2023-03-01", - "2023-08-01-preview", - "2023-09-01-preview", - "2024-05-01" - ], - "operations": [ - "2019-02-01-preview", - "2019-10-01", - "2019-11-01-preview", - "2020-06-01", - "2020-07-01-preview", - "2021-03-01-preview", - "2021-10-01-preview", - "2022-03-01-preview", - "2022-05-01", - "2023-03-01", - "2023-08-01-preview", - "2023-09-01-preview", - "2024-05-01" - ] - }, - "appplatform": { - "": [ - "2020-07-01", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2022-01-01-preview", - "2022-03-01-preview", - "2022-04-01", - "2022-05-01-preview", - "2022-09-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01", - "2024-01-01-preview", - "2024-05-01-preview" - ], - "locations": [ - "2020-07-01", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2022-01-01-preview", - "2022-03-01-preview", - "2022-04-01", - "2022-05-01-preview", - "2022-09-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01", - "2024-01-01-preview", - "2024-05-01-preview" - ], - "locations/checknameavailability": [ - "2020-07-01", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2022-01-01-preview", - "2022-03-01-preview", - "2022-04-01", - "2022-05-01-preview", - "2022-09-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01", - "2024-01-01-preview", - "2024-05-01-preview" - ], - "locations/operationresults": [ - "2020-07-01", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2022-01-01-preview", - "2022-03-01-preview", - "2022-04-01", - "2022-05-01-preview", - "2022-09-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01", - "2024-01-01-preview", - "2024-05-01-preview" - ], - "locations/operationstatus": [ - "2020-07-01", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2022-01-01-preview", - "2022-03-01-preview", - "2022-04-01", - "2022-05-01-preview", - "2022-09-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01", - "2024-01-01-preview", - "2024-05-01-preview" - ], - "operations": [ - "2020-07-01", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2022-01-01-preview", - "2022-03-01-preview", - "2022-04-01", - "2022-05-01-preview", - "2022-09-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01", - "2024-01-01-preview", - "2024-05-01-preview" - ], - "runtimeversions": [ - "2020-07-01", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2022-01-01-preview", - "2022-03-01-preview", - "2022-04-01", - "2022-05-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01", - "2024-01-01-preview", - "2024-05-01-preview" - ], - "spring": [ - "2020-07-01", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2022-01-01-preview", - "2022-03-01-preview", - "2022-04-01", - "2022-05-01-preview", - "2022-09-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01", - "2024-01-01-preview", - "2024-05-01-preview" - ], - "spring/apps": [ - "2020-07-01", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2022-01-01-preview", - "2022-03-01-preview", - "2022-04-01", - "2022-05-01-preview", - "2022-09-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01", - "2024-01-01-preview", - "2024-05-01-preview" - ], - "spring/apps/deployments": [ - "2020-07-01", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2022-01-01-preview", - "2022-03-01-preview", - "2022-04-01", - "2022-05-01-preview", - "2022-09-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01", - "2024-01-01-preview", - "2024-05-01-preview" - ], - "spring/apps/deployments/operationresults": [ - "2020-07-01", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2022-01-01-preview", - "2022-03-01-preview", - "2022-04-01", - "2022-05-01-preview", - "2022-09-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01", - "2024-01-01-preview", - "2024-05-01-preview" - ], - "spring/apps/deployments/operationstatuses": [ - "2020-07-01", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2022-01-01-preview", - "2022-03-01-preview", - "2022-04-01", - "2022-05-01-preview", - "2022-09-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01", - "2024-01-01-preview", - "2024-05-01-preview" - ], - "spring/apps/domains": [ - "2020-07-01", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2022-01-01-preview", - "2022-03-01-preview", - "2022-04-01", - "2022-05-01-preview", - "2022-09-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01", - "2024-01-01-preview", - "2024-05-01-preview" - ], - "spring/apps/domains/operationresults": [ - "2020-07-01", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2022-01-01-preview", - "2022-03-01-preview", - "2022-04-01", - "2022-05-01-preview", - "2022-09-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01", - "2024-01-01-preview", - "2024-05-01-preview" - ], - "spring/apps/domains/operationstatuses": [ - "2020-07-01", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2022-01-01-preview", - "2022-03-01-preview", - "2022-04-01", - "2022-05-01-preview", - "2022-09-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01", - "2024-01-01-preview", - "2024-05-01-preview" - ], - "spring/apps/operationresults": [ - "2020-07-01", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2022-01-01-preview", - "2022-03-01-preview", - "2022-04-01", - "2022-05-01-preview", - "2022-09-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01", - "2024-01-01-preview", - "2024-05-01-preview" - ], - "spring/apps/operationstatuses": [ - "2020-07-01", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2022-01-01-preview", - "2022-03-01-preview", - "2022-04-01", - "2022-05-01-preview", - "2022-09-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01", - "2024-01-01-preview", - "2024-05-01-preview" - ], - "spring/configservers": [ - "2020-07-01", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2022-01-01-preview", - "2022-03-01-preview", - "2022-04-01", - "2022-05-01-preview", - "2022-09-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01", - "2024-01-01-preview", - "2024-05-01-preview" - ], - "spring/configservers/operationresults": [ - "2020-07-01", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2022-01-01-preview", - "2022-03-01-preview", - "2022-04-01", - "2022-05-01-preview", - "2022-09-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01", - "2024-01-01-preview", - "2024-05-01-preview" - ], - "spring/configservers/operationstatuses": [ - "2020-07-01", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2022-01-01-preview", - "2022-03-01-preview", - "2022-04-01", - "2022-05-01-preview", - "2022-09-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01", - "2024-01-01-preview", - "2024-05-01-preview" - ], - "spring/eurekaservers": [ - "2020-07-01", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2022-01-01-preview", - "2022-03-01-preview", - "2022-04-01", - "2022-05-01-preview", - "2022-09-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01", - "2024-01-01-preview", - "2024-05-01-preview" - ], - "spring/eurekaservers/operationresults": [ - "2020-07-01", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2022-01-01-preview", - "2022-03-01-preview", - "2022-04-01", - "2022-05-01-preview", - "2022-09-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01", - "2024-01-01-preview", - "2024-05-01-preview" - ], - "spring/eurekaservers/operationstatuses": [ - "2020-07-01", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2022-01-01-preview", - "2022-03-01-preview", - "2022-04-01", - "2022-05-01-preview", - "2022-09-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01", - "2024-01-01-preview", - "2024-05-01-preview" - ], - "spring/operationresults": [ - "2020-07-01", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2022-01-01-preview", - "2022-03-01-preview", - "2022-04-01", - "2022-05-01-preview", - "2022-09-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01", - "2024-01-01-preview", - "2024-05-01-preview" - ], - "spring/operationstatuses": [ - "2020-07-01", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2022-01-01-preview", - "2022-03-01-preview", - "2022-04-01", - "2022-05-01-preview", - "2022-09-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01", - "2024-01-01-preview", - "2024-05-01-preview" - ] - }, - "appsecurity": { - "": [ - "2023-02-06-preview" - ], - "operations": [ - "2023-02-06-preview" - ], - "operationstatuses": [ - "2023-02-06-preview" - ] - }, - "attestation": { - "": [ - "2018-09-01", - "2018-09-01-preview", - "2020-10-01", - "2021-06-01", - "2021-06-01-preview", - "2023-03-01-preview" - ], - "attestationproviders": [ - "2018-09-01", - "2018-09-01-preview", - "2020-10-01", - "2021-06-01", - "2021-06-01-preview" - ], - "defaultproviders": [ - "2018-09-01", - "2018-09-01-preview", - "2020-10-01", - "2021-06-01", - "2021-06-01-preview" - ], - "locations": [ - "2018-09-01", - "2018-09-01-preview", - "2020-10-01", - "2021-06-01", - "2021-06-01-preview" - ], - "locations/defaultprovider": [ - "2018-09-01", - "2018-09-01-preview", - "2020-10-01", - "2021-06-01", - "2021-06-01-preview" - ], - "operations": [ - "2018-09-01", - "2018-09-01-preview", - "2020-10-01", - "2021-06-01", - "2021-06-01-preview", - "2023-03-01-preview" - ] - }, - "authorization": { - "": [ - "2014-04-01-preview", - "2014-06-01", - "2014-07-01-preview", - "2014-10-01-preview", - "2015-01-01", - "2015-05-01-preview", - "2015-06-01", - "2015-07-01", - "2015-07-01-preview", - "2015-10-01-preview", - "2016-04-01", - "2016-07-01", - "2016-09-01", - "2016-12-01", - "2017-04-01", - "2017-04-01-preview", - "2017-05-01", - "2017-06-01-preview", - "2017-09-01", - "2017-10-01-preview", - "2018-01-01-preview", - "2018-03-01", - "2018-05-01", - "2018-05-01-preview", - "2018-06-01-preview", - "2018-07-01", - "2018-07-01-preview", - "2018-09-01-preview", - "2018-12-01-preview", - "2019-01-01", - "2019-03-01-preview", - "2019-04-01-preview", - "2019-06-01", - "2019-08-01-preview", - "2019-09-01", - "2020-03-01", - "2020-03-01-preview", - "2020-04-01-preview", - "2020-05-01", - "2020-07-01-preview", - "2020-08-01", - "2020-08-01-preview", - "2020-09-01", - "2020-10-01", - "2020-10-01-preview", - "2021-01-01-preview", - "2021-03-01-preview", - "2021-04-01-preview", - "2021-06-01", - "2021-07-01-preview", - "2021-11-16-preview", - "2021-12-01-preview", - "2022-01-01-preview", - "2022-04-01", - "2022-04-01-preview", - "2022-05-01-preview", - "2022-06-01", - "2022-07-01-preview", - "2022-08-01-preview", - "2023-01-01", - "2023-02-01", - "2023-03-01-preview", - "2023-04-01", - "2023-07-01-preview", - "2024-02-01-preview", - "2024-04-01", - "2024-06-01-preview", - "2024-09-01-preview" - ], - "accessreviewhistorydefinitions": [ - "2021-11-16-preview" - ], - "accessreviewscheduledefinitions": [ - "2018-05-01-preview", - "2021-03-01-preview", - "2021-07-01-preview", - "2021-12-01-preview" - ], - "accessreviewschedulesettings": [ - "2018-05-01-preview", - "2021-03-01-preview", - "2021-07-01-preview", - "2021-12-01-preview" - ], - "batchresourcecheckaccess": [ - "2018-09-01-preview" - ], - "checkaccess": [ - "2018-09-01-preview" - ], - "classicadministrators": [ - "2014-04-01-preview", - "2014-07-01-preview", - "2014-10-01-preview", - "2015-05-01-preview", - "2015-06-01", - "2015-07-01" - ], - "dataaliases": [ - "2018-06-01-preview", - "2020-03-01-preview", - "2020-09-01" - ], - "datapolicymanifests": [ - "2020-09-01" - ], - "denyassignments": [ - "2018-07-01", - "2018-07-01-preview", - "2019-03-01-preview", - "2022-04-01" - ], - "diagnosticsettings": [ - "2017-04-01-preview" - ], - "diagnosticsettingscategories": [ - "2017-04-01-preview" - ], - "elevateaccess": [ - "2014-04-01-preview", - "2014-07-01-preview", - "2014-10-01-preview", - "2015-05-01-preview", - "2015-06-01", - "2015-07-01", - "2016-07-01", - "2017-05-01" - ], - "eligiblechildresources": [ - "2020-10-01", - "2020-10-01-preview" - ], - "enableprivatelinknetworkaccess": [ - "2023-03-01-preview" - ], - "findorphanroleassignments": [ - "2019-04-01-preview" - ], - "listpolicydefinitionversions": [ - "2023-04-01" - ], - "listpolicysetdefinitionversions": [ - "2023-04-01" - ], - "locks": [ - "2015-01-01", - "2015-05-01-preview", - "2015-06-01", - "2016-09-01", - "2017-04-01", - "2020-05-01" - ], - "migraterbac": [ - "2024-06-01-preview" - ], - "migraterbac/operationstatuses": [ - "2024-06-01-preview" - ], - "operations": [ - "2014-06-01", - "2014-10-01-preview", - "2015-01-01", - "2015-07-01", - "2016-07-01", - "2017-05-01" - ], - "operationstatus": [ - "2020-05-01" - ], - "permissions": [ - "2014-04-01-preview", - "2014-07-01-preview", - "2014-10-01-preview", - "2015-05-01-preview", - "2015-06-01", - "2015-07-01", - "2016-07-01", - "2017-05-01", - "2018-01-01-preview", - "2018-07-01", - "2022-04-01" - ], - "policyassignments": [ - "2015-10-01-preview", - "2016-04-01", - "2016-12-01", - "2017-06-01-preview", - "2018-03-01", - "2018-05-01", - "2019-01-01", - "2019-06-01", - "2019-09-01", - "2020-03-01", - "2020-08-01", - "2020-09-01", - "2021-06-01", - "2022-06-01", - "2023-04-01", - "2024-04-01" - ], - "policydefinitions": [ - "2015-10-01-preview", - "2016-04-01", - "2016-12-01", - "2018-03-01", - "2018-05-01", - "2019-01-01", - "2019-06-01", - "2019-09-01", - "2020-03-01", - "2020-08-01", - "2020-09-01", - "2021-06-01", - "2023-04-01" - ], - "policydefinitions/versions": [ - "2023-04-01" - ], - "policyexemptions": [ - "2020-07-01-preview", - "2022-07-01-preview" - ], - "policysetdefinitions": [ - "2017-06-01-preview", - "2018-03-01", - "2018-05-01", - "2019-01-01", - "2019-06-01", - "2019-09-01", - "2020-03-01", - "2020-08-01", - "2020-09-01", - "2021-06-01", - "2023-04-01" - ], - "policysetdefinitions/versions": [ - "2023-04-01" - ], - "privatelinkassociations": [ - "2020-05-01", - "2023-01-01", - "2023-02-01" - ], - "provideroperations": [ - "2015-07-01", - "2015-07-01-preview", - "2016-07-01", - "2017-05-01", - "2018-01-01-preview", - "2018-07-01", - "2022-04-01" - ], - "resourcemanagementprivatelinks": [ - "2020-05-01" - ], - "roleassignmentapprovals": [ - "2021-01-01-preview" - ], - "roleassignments": [ - "2014-04-01-preview", - "2014-07-01-preview", - "2014-10-01-preview", - "2015-05-01-preview", - "2015-06-01", - "2015-07-01", - "2016-07-01", - "2017-05-01", - "2017-09-01", - "2017-10-01-preview", - "2018-01-01-preview", - "2018-07-01", - "2018-09-01-preview", - "2018-12-01-preview", - "2019-04-01-preview", - "2020-03-01-preview", - "2020-04-01-preview", - "2020-08-01-preview", - "2020-10-01-preview", - "2021-04-01-preview", - "2022-01-01-preview", - "2022-04-01" - ], - "roleassignmentscheduleinstances": [ - "2020-10-01", - "2020-10-01-preview" - ], - "roleassignmentschedulerequests": [ - "2020-10-01", - "2020-10-01-preview", - "2022-04-01-preview" - ], - "roleassignmentschedules": [ - "2020-10-01", - "2020-10-01-preview" - ], - "roleassignmentsusagemetrics": [ - "2019-08-01-preview" - ], - "roledefinitions": [ - "2014-04-01-preview", - "2014-07-01-preview", - "2014-10-01-preview", - "2015-05-01-preview", - "2015-06-01", - "2015-07-01", - "2016-07-01", - "2017-05-01", - "2017-09-01", - "2018-01-01-preview", - "2018-07-01", - "2022-04-01", - "2022-05-01-preview", - "2023-07-01-preview" - ], - "roleeligibilityscheduleinstances": [ - "2020-10-01", - "2020-10-01-preview" - ], - "roleeligibilityschedulerequests": [ - "2020-10-01", - "2020-10-01-preview", - "2022-04-01-preview" - ], - "roleeligibilityschedules": [ - "2020-10-01", - "2020-10-01-preview" - ], - "rolemanagementalertconfigurations": [ - "2022-08-01-preview" - ], - "rolemanagementalertdefinitions": [ - "2022-08-01-preview" - ], - "rolemanagementalertoperations": [ - "2022-08-01-preview" - ], - "rolemanagementalerts": [ - "2022-08-01-preview" - ], - "rolemanagementpolicies": [ - "2020-10-01", - "2020-10-01-preview", - "2024-02-01-preview", - "2024-09-01-preview" - ], - "rolemanagementpolicyassignments": [ - "2020-10-01", - "2020-10-01-preview", - "2024-02-01-preview", - "2024-09-01-preview" - ] - }, - "automanage": { - "": [ - "2021-04-30-preview", - "2022-03-30-preview", - "2022-05-04", - "2022-06-01-preview", - "2023-03-31-preview", - "2023-04-01-preview" - ], - "bestpractices": [ - "2021-04-30-preview", - "2022-05-04" - ], - "bestpractices/versions": [ - "2021-04-30-preview", - "2022-05-04" - ], - "configurationprofileassignments": [ - "2021-04-30-preview", - "2022-05-04" - ], - "configurationprofiles": [ - "2021-04-30-preview", - "2022-05-04" - ], - "configurationprofiles/versions": [ - "2021-04-30-preview", - "2022-05-04" - ], - "operations": [ - "2021-04-30-preview", - "2022-03-30-preview", - "2022-05-04", - "2022-06-01-preview", - "2023-03-31-preview", - "2023-04-01-preview" - ], - "serviceprincipals": [ - "2021-04-30-preview", - "2022-05-04" - ] - }, - "automation": { - "": [ - "2015-01-01-preview", - "2015-10-31", - "2017-05-15-preview", - "2018-01-15", - "2018-06-30", - "2019-06-01", - "2020-01-13-preview", - "2021-04-01", - "2021-06-22", - "2022-01-31", - "2022-02-22", - "2022-06-30-preview", - "2022-08-08", - "2023-05-15-preview", - "2023-11-01", - "2024-08-01-preview" - ], - "automationaccounts": [ - "2015-01-01-preview", - "2015-10-31", - "2017-05-15-preview", - "2018-01-15", - "2018-06-30", - "2019-06-01", - "2020-01-13-preview", - "2021-04-01", - "2021-06-22", - "2022-01-31", - "2022-02-22", - "2022-08-08", - "2023-05-15-preview", - "2023-11-01" - ], - "automationaccounts/agentregistrationinformation": [ - "2015-01-01-preview", - "2015-10-31", - "2017-05-15-preview", - "2018-01-15", - "2018-06-30", - "2019-06-01", - "2020-01-13-preview", - "2021-04-01", - "2021-06-22", - "2023-05-15-preview", - "2023-11-01" - ], - "automationaccounts/configurations": [ - "2015-01-01-preview", - "2015-10-31", - "2017-05-15-preview", - "2018-01-15", - "2018-06-30", - "2019-06-01", - "2020-01-13-preview", - "2022-08-08", - "2023-05-15-preview", - "2023-11-01" - ], - "automationaccounts/hybridrunbookworkergroups": [ - "2015-01-01-preview", - "2015-10-31", - "2017-05-15-preview", - "2018-01-15", - "2018-06-30", - "2019-06-01", - "2020-01-13-preview", - "2021-04-01", - "2021-06-22", - "2022-02-22", - "2022-08-08", - "2023-05-15-preview", - "2023-11-01" - ], - "automationaccounts/hybridrunbookworkergroups/hybridrunbookworkers": [ - "2021-06-22", - "2022-08-08", - "2023-05-15-preview", - "2023-11-01" - ], - "automationaccounts/jobs": [ - "2015-01-01-preview", - "2015-10-31", - "2017-05-15-preview", - "2018-01-15", - "2018-06-30", - "2019-06-01", - "2020-01-13-preview", - "2022-08-08", - "2023-05-15-preview", - "2023-11-01" - ], - "automationaccounts/privateendpointconnectionproxies": [ - "2020-01-13-preview", - "2021-06-22", - "2023-05-15-preview", - "2023-11-01" - ], - "automationaccounts/privateendpointconnections": [ - "2020-01-13-preview", - "2021-06-22", - "2023-05-15-preview", - "2023-11-01" - ], - "automationaccounts/privatelinkresources": [ - "2020-01-13-preview", - "2021-06-22", - "2023-05-15-preview", - "2023-11-01" - ], - "automationaccounts/runbooks": [ - "2015-01-01-preview", - "2015-10-31", - "2017-05-15-preview", - "2018-01-15", - "2018-06-30", - "2019-06-01", - "2020-01-13-preview", - "2022-06-30-preview", - "2022-08-08", - "2023-05-15-preview", - "2023-11-01" - ], - "automationaccounts/runtimes": [ - "2022-06-30-preview" - ], - "automationaccounts/softwareupdateconfigurationmachineruns": [ - "2017-05-15-preview", - "2018-01-15", - "2018-06-30", - "2019-06-01", - "2020-01-13-preview", - "2022-08-08", - "2023-05-15-preview", - "2023-11-01" - ], - "automationaccounts/softwareupdateconfigurationruns": [ - "2017-05-15-preview", - "2018-01-15", - "2018-06-30", - "2019-06-01", - "2020-01-13-preview", - "2022-08-08", - "2023-05-15-preview", - "2023-11-01" - ], - "automationaccounts/softwareupdateconfigurations": [ - "2017-05-15-preview", - "2018-01-15", - "2018-06-30", - "2019-06-01", - "2020-01-13-preview", - "2023-05-15-preview", - "2023-11-01" - ], - "automationaccounts/webhooks": [ - "2015-01-01-preview", - "2015-10-31", - "2017-05-15-preview", - "2018-01-15", - "2018-06-30", - "2023-05-15-preview", - "2023-11-01" - ], - "deletedautomationaccounts": [ - "2022-01-31", - "2023-05-15-preview", - "2023-11-01" - ], - "locations": [ - "2024-08-01-preview" - ], - "locations/usages": [ - "2024-08-01-preview" - ], - "operations": [ - "2015-01-01-preview", - "2015-10-31", - "2017-05-15-preview", - "2018-01-15", - "2018-06-30", - "2019-06-01", - "2020-01-13-preview", - "2023-05-15-preview", - "2023-11-01" - ] - }, - "avs": { - "": [ - "2020-03-20", - "2020-07-17-preview", - "2021-01-01-preview", - "2021-06-01", - "2021-12-01", - "2022-05-01", - "2023-03-01", - "2023-09-01" - ], - "locations": [ - "2020-03-20", - "2021-06-01", - "2021-12-01", - "2022-05-01", - "2023-03-01", - "2023-09-01" - ], - "locations/checkquotaavailability": [ - "2020-03-20", - "2021-06-01", - "2021-12-01", - "2022-05-01", - "2023-03-01", - "2023-09-01" - ], - "locations/checktrialavailability": [ - "2020-03-20", - "2021-06-01", - "2021-12-01", - "2022-05-01", - "2023-03-01", - "2023-09-01" - ], - "locations/usages": [ - "2020-03-20", - "2021-06-01", - "2021-12-01", - "2022-05-01", - "2023-03-01", - "2023-09-01" - ], - "operations": [ - "2020-03-20", - "2021-06-01", - "2021-12-01", - "2022-05-01", - "2023-03-01", - "2023-09-01" - ], - "privateclouds": [ - "2020-03-20", - "2020-07-17-preview", - "2021-01-01-preview", - "2021-06-01", - "2021-12-01", - "2022-05-01", - "2023-03-01", - "2023-09-01" - ], - "privateclouds/addons": [ - "2020-07-17-preview", - "2021-06-01", - "2021-12-01", - "2022-05-01", - "2023-03-01", - "2023-09-01" - ], - "privateclouds/authorizations": [ - "2020-03-20", - "2021-06-01", - "2021-12-01", - "2022-05-01", - "2023-03-01", - "2023-09-01" - ], - "privateclouds/cloudlinks": [ - "2021-06-01", - "2021-12-01", - "2022-05-01", - "2023-03-01", - "2023-09-01" - ], - "privateclouds/clusters": [ - "2020-03-20", - "2021-01-01-preview", - "2021-06-01", - "2021-12-01", - "2022-05-01", - "2023-03-01", - "2023-09-01" - ], - "privateclouds/clusters/datastores": [ - "2021-01-01-preview", - "2021-06-01", - "2021-12-01", - "2022-05-01", - "2023-03-01", - "2023-09-01" - ], - "privateclouds/clusters/placementpolicies": [ - "2021-12-01", - "2022-05-01", - "2023-03-01", - "2023-09-01" - ], - "privateclouds/clusters/virtualmachines": [ - "2021-12-01", - "2022-05-01", - "2023-03-01", - "2023-09-01" - ], - "privateclouds/eventgridfilters": [ - "2023-09-01" - ], - "privateclouds/globalreachconnections": [ - "2020-07-17-preview", - "2021-06-01", - "2021-12-01", - "2022-05-01", - "2023-03-01", - "2023-09-01" - ], - "privateclouds/hcxenterprisesites": [ - "2020-03-20", - "2021-06-01", - "2021-12-01", - "2022-05-01", - "2023-03-01", - "2023-09-01" - ], - "privateclouds/iscsipaths": [ - "2023-09-01" - ], - "privateclouds/scriptexecutions": [ - "2021-06-01", - "2021-12-01", - "2022-05-01", - "2023-03-01", - "2023-09-01" - ], - "privateclouds/scriptpackages": [ - "2021-06-01", - "2021-12-01", - "2022-05-01", - "2023-03-01", - "2023-09-01" - ], - "privateclouds/scriptpackages/scriptcmdlets": [ - "2021-06-01", - "2021-12-01", - "2022-05-01", - "2023-03-01", - "2023-09-01" - ], - "privateclouds/workloadnetworks": [ - "2020-07-17-preview", - "2021-06-01", - "2021-12-01", - "2022-05-01", - "2023-03-01", - "2023-09-01" - ], - "privateclouds/workloadnetworks/dhcpconfigurations": [ - "2020-07-17-preview", - "2021-06-01", - "2021-12-01", - "2022-05-01", - "2023-03-01", - "2023-09-01" - ], - "privateclouds/workloadnetworks/dnsservices": [ - "2020-07-17-preview", - "2021-06-01", - "2021-12-01", - "2022-05-01", - "2023-03-01", - "2023-09-01" - ], - "privateclouds/workloadnetworks/dnszones": [ - "2020-07-17-preview", - "2021-06-01", - "2021-12-01", - "2022-05-01", - "2023-03-01", - "2023-09-01" - ], - "privateclouds/workloadnetworks/gateways": [ - "2020-07-17-preview", - "2021-06-01", - "2021-12-01", - "2022-05-01", - "2023-03-01", - "2023-09-01" - ], - "privateclouds/workloadnetworks/portmirroringprofiles": [ - "2020-07-17-preview", - "2021-06-01", - "2021-12-01", - "2022-05-01", - "2023-03-01", - "2023-09-01" - ], - "privateclouds/workloadnetworks/publicips": [ - "2021-06-01", - "2021-12-01", - "2022-05-01", - "2023-03-01", - "2023-09-01" - ], - "privateclouds/workloadnetworks/segments": [ - "2020-07-17-preview", - "2021-06-01", - "2021-12-01", - "2022-05-01", - "2023-03-01", - "2023-09-01" - ], - "privateclouds/workloadnetworks/virtualmachines": [ - "2020-07-17-preview", - "2021-06-01", - "2021-12-01", - "2022-05-01", - "2023-03-01", - "2023-09-01" - ], - "privateclouds/workloadnetworks/vmgroups": [ - "2020-07-17-preview", - "2021-06-01", - "2021-12-01", - "2022-05-01", - "2023-03-01", - "2023-09-01" - ] - }, - "awsconnector": { - "": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "accessanalyzeranalyzers": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "acmcertificatesummaries": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "apigatewayrestapis": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "apigatewaystages": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "applicationautoscalingscalabletargets": [ - "2023-12-01-preview", - "2024-08-01-preview" - ], - "appsyncgraphqlapis": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "autoscalingautoscalinggroups": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "cloudformationstacks": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "cloudformationstacksets": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "cloudfrontdistributions": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "cloudtrailtrails": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "cloudwatchalarms": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "codebuildprojects": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "codebuildsourcecredentialsinfos": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "configserviceconfigurationrecorders": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "configserviceconfigurationrecorderstatuses": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "configservicedeliverychannels": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "databasemigrationservicereplicationinstances": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "daxclusters": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "dynamodbcontinuousbackupsdescriptions": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "dynamodbtables": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "ec2accountattributes": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "ec2addresses": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "ec2flowlogs": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "ec2images": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "ec2instances": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "ec2instancestatuses": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "ec2ipams": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "ec2keypairs": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "ec2networkacls": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "ec2networkinterfaces": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "ec2routetables": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "ec2securitygroups": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "ec2snapshots": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "ec2subnets": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "ec2volumes": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "ec2vpcendpoints": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "ec2vpcpeeringconnections": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "ec2vpcs": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "ecrimagedetails": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "ecrrepositories": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "ecsclusters": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "ecsservices": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "ecstaskdefinitions": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "efsfilesystems": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "efsmounttargets": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "eksclusters": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "eksnodegroups": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "elasticbeanstalkapplications": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "elasticbeanstalkconfigurationtemplates": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "elasticbeanstalkenvironments": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "elasticloadbalancingv2listeners": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "elasticloadbalancingv2loadbalancers": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "elasticloadbalancingv2targetgroups": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "elasticloadbalancingv2targethealthdescriptions": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "elasticsearchdomains": [ - "2023-12-01-preview", - "2024-08-01-preview" - ], - "emrclusters": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "guarddutydetectors": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "iamaccesskeylastuseds": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "iamaccesskeymetadata": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "iamgroups": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "iaminstanceprofiles": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "iammanagedpolicies": [ - "2023-12-01-preview", - "2024-08-01-preview" - ], - "iammfadevices": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "iampasswordpolicies": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "iampolicyversions": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "iamroles": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "iamservercertificates": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "iamuserpolicies": [ - "2023-12-01-preview", - "2024-08-01-preview" - ], - "iamvirtualmfadevices": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "kmsaliases": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "kmskeys": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "lambdafunctioncodelocations": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "lambdafunctions": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "licensemanagerlicenses": [ - "2023-12-01-preview", - "2024-08-01-preview" - ], - "lightsailbuckets": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "lightsailinstances": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "locations": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "locations/operationstatuses": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "logsloggroups": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "logslogstreams": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "logsmetricfilters": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "logssubscriptionfilters": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "macie2jobsummaries": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "macieallowlists": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "networkfirewallfirewallpolicies": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "networkfirewallfirewalls": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "networkfirewallrulegroups": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "opensearchdomainstatuses": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "opensearchservicedomains": [ - "2023-12-01-preview", - "2024-08-01-preview" - ], - "operations": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "organizationsaccounts": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "organizationsorganizations": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "rdsdbclusters": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "rdsdbinstances": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "rdsdbsnapshotattributesresults": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "rdsdbsnapshots": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "rdseventsubscriptions": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "rdsexporttasks": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "redshiftclusterparametergroups": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "redshiftclusters": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "route53domainsdomainsummaries": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "route53hostedzones": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "route53resourcerecordsets": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "s3accesscontrolpolicies": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "s3accesspoints": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "s3bucketpolicies": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "s3buckets": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "s3controlmultiregionaccesspointpolicydocuments": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "sagemakerapps": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "sagemakerdevices": [ - "2023-12-01-preview", - "2024-08-01-preview" - ], - "sagemakerimages": [ - "2023-12-01-preview", - "2024-08-01-preview" - ], - "sagemakernotebookinstancesummaries": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "secretsmanagerresourcepolicies": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "secretsmanagersecrets": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "snssubscriptions": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "snstopics": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "sqsqueues": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "ssminstanceinformations": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "ssmparameters": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "ssmresourcecompliancesummaryitems": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "wafv2ipsets": [ - "2023-12-01-preview", - "2024-08-01-preview" - ], - "wafv2loggingconfigurations": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "wafv2webaclassociations": [ - "2023-12-01-preview", - "2024-08-01-preview" - ], - "wafwebaclsummaries": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ] - }, - "azureactivedirectory": { - "": [ - "2016-02-10-privatepreview", - "2016-12-13-preview", - "2017-01-30", - "2019-01-01-preview", - "2019-01-01-privatepreview", - "2020-05-01-preview", - "2021-04-01", - "2021-04-01-preview", - "2022-03-01-preview", - "2023-01-18-preview", - "2023-05-17-preview" - ], - "b2cdirectories": [ - "2016-02-10-privatepreview", - "2016-12-13-preview", - "2017-01-30", - "2019-01-01-preview", - "2019-01-01-privatepreview", - "2020-05-01-preview", - "2021-04-01", - "2021-04-01-preview", - "2022-03-01-preview", - "2023-01-18-preview", - "2023-05-17-preview" - ], - "b2ctenants": [ - "2016-02-10-privatepreview", - "2020-05-01-preview", - "2021-04-01", - "2021-04-01-preview", - "2022-03-01-preview", - "2023-01-18-preview", - "2023-05-17-preview" - ], - "checknameavailability": [ - "2019-01-01-preview", - "2019-01-01-privatepreview", - "2020-05-01-preview", - "2021-04-01", - "2021-04-01-preview", - "2022-03-01-preview", - "2023-01-18-preview", - "2023-05-17-preview" - ], - "ciamdirectories": [ - "2022-03-01-preview", - "2023-01-18-preview", - "2023-05-17-preview" - ], - "guestusages": [ - "2020-05-01-preview", - "2021-04-01", - "2021-04-01-preview", - "2022-03-01-preview", - "2023-01-18-preview", - "2023-05-17-preview" - ], - "operations": [ - "2016-02-10-privatepreview", - "2016-12-13-preview", - "2017-01-30", - "2019-01-01-preview", - "2019-01-01-privatepreview", - "2020-05-01-preview", - "2021-04-01", - "2021-04-01-preview", - "2022-03-01-preview", - "2023-01-18-preview", - "2023-05-17-preview" - ], - "operationstatuses": [ - "2023-05-17-preview" - ] - }, - "azurearcdata": { - "": [ - "2021-07-01-preview", - "2021-08-01", - "2021-11-01", - "2022-03-01-preview", - "2022-06-15-preview", - "2023-01-15-preview", - "2023-05-16-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01", - "2024-02-01-preview", - "2024-03-01-preview", - "2024-04-01-preview", - "2024-05-01-preview", - "2024-09-01-preview" - ], - "datacontrollers": [ - "2021-07-01-preview", - "2021-08-01", - "2021-11-01", - "2022-03-01-preview", - "2022-06-15-preview", - "2023-01-15-preview", - "2023-05-16-preview", - "2023-09-01-preview" - ], - "datacontrollers/activedirectoryconnectors": [ - "2022-03-01-preview", - "2022-06-15-preview", - "2023-01-15-preview", - "2023-05-16-preview", - "2023-09-01-preview" - ], - "locations": [ - "2021-07-01-preview", - "2021-08-01", - "2021-11-01", - "2022-03-01-preview", - "2022-06-15-preview", - "2023-01-15-preview", - "2023-05-16-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01", - "2024-02-01-preview", - "2024-03-01-preview", - "2024-04-01-preview", - "2024-05-01-preview", - "2024-09-01-preview" - ], - "locations/operationstatuses": [ - "2021-07-01-preview", - "2021-08-01", - "2021-11-01", - "2022-03-01-preview", - "2022-06-15-preview", - "2023-01-15-preview", - "2023-05-16-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01", - "2024-02-01-preview", - "2024-03-01-preview", - "2024-04-01-preview", - "2024-05-01-preview", - "2024-09-01-preview" - ], - "operations": [ - "2021-07-01-preview", - "2021-08-01", - "2021-11-01", - "2022-03-01-preview", - "2022-06-15-preview", - "2023-01-15-preview", - "2023-05-16-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01", - "2024-02-01-preview", - "2024-03-01-preview", - "2024-04-01-preview", - "2024-05-01-preview", - "2024-09-01-preview" - ], - "postgresinstances": [ - "2021-07-01-preview", - "2022-03-01-preview", - "2022-06-15-preview", - "2023-01-15-preview", - "2023-05-16-preview", - "2023-09-01-preview" - ], - "sqlmanagedinstances": [ - "2021-07-01-preview", - "2021-08-01", - "2021-11-01", - "2022-03-01-preview", - "2022-06-15-preview", - "2023-01-15-preview", - "2023-05-16-preview", - "2023-09-01-preview" - ], - "sqlmanagedinstances/failovergroups": [ - "2023-01-15-preview", - "2023-05-16-preview", - "2023-09-01-preview" - ], - "sqlserveresulicenses": [ - "2024-05-01-preview", - "2024-09-01-preview" - ], - "sqlserverinstances": [ - "2021-07-01-preview", - "2021-08-01", - "2021-11-01", - "2022-03-01-preview", - "2022-06-15-preview", - "2023-01-15-preview", - "2023-05-16-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01", - "2024-02-01-preview", - "2024-03-01-preview", - "2024-04-01-preview", - "2024-05-01-preview", - "2024-09-01-preview" - ], - "sqlserverinstances/availabilitygroups": [ - "2023-05-16-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01", - "2024-02-01-preview", - "2024-03-01-preview", - "2024-04-01-preview", - "2024-05-01-preview", - "2024-09-01-preview" - ], - "sqlserverinstances/databases": [ - "2022-06-15-preview", - "2023-01-15-preview", - "2023-05-16-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01", - "2024-02-01-preview", - "2024-03-01-preview", - "2024-04-01-preview", - "2024-05-01-preview", - "2024-09-01-preview" - ], - "sqlserverlicenses": [ - "2024-03-01-preview", - "2024-04-01-preview", - "2024-05-01-preview", - "2024-09-01-preview" - ] - }, - "azurebusinesscontinuity": { - "": [ - "2024-03-01-preview" - ], - "deletedunifiedprotecteditems": [ - "2024-03-01-preview" - ], - "operations": [ - "2024-03-01-preview" - ], - "unifiedprotecteditems": [ - "2024-03-01-preview" - ] - }, - "azuredatatransfer": { - "": [ - "2022-12-13-preview", - "2023-06-28", - "2023-10-11-preview", - "2024-01-25", - "2024-05-07", - "2024-09-11", - "2024-09-27" - ], - "connections": [ - "2022-12-13-preview", - "2023-06-28", - "2023-10-11-preview", - "2024-01-25", - "2024-05-07", - "2024-09-11", - "2024-09-27" - ], - "connections/flows": [ - "2022-12-13-preview", - "2023-06-28", - "2023-10-11-preview", - "2024-01-25", - "2024-05-07", - "2024-09-11", - "2024-09-27" - ], - "listapprovedschemas": [ - "2023-10-11-preview", - "2024-01-25", - "2024-05-07", - "2024-09-11", - "2024-09-27" - ], - "locations": [ - "2022-12-13-preview", - "2023-06-28", - "2023-10-11-preview", - "2024-01-25", - "2024-05-07", - "2024-09-11", - "2024-09-27" - ], - "locations/operationstatuses": [ - "2022-12-13-preview", - "2023-06-28", - "2023-10-11-preview", - "2024-01-25", - "2024-05-07", - "2024-09-11", - "2024-09-27" - ], - "operations": [ - "2022-12-13-preview", - "2023-06-28", - "2023-10-11-preview", - "2024-01-25", - "2024-05-07", - "2024-09-11", - "2024-09-27" - ], - "pipelines": [ - "2022-12-13-preview", - "2023-06-28", - "2023-10-11-preview", - "2024-01-25", - "2024-05-07", - "2024-09-11", - "2024-09-27" - ], - "validateschema": [ - "2023-10-11-preview", - "2024-01-25", - "2024-05-07", - "2024-09-11", - "2024-09-27" - ] - }, - "azurefleet": { - "": [ - "2023-11-01-preview", - "2024-05-01-preview", - "2024-11-01" - ], - "fleets": [ - "2023-11-01-preview", - "2024-05-01-preview", - "2024-11-01" - ], - "locations": [ - "2023-11-01-preview", - "2024-05-01-preview", - "2024-11-01" - ], - "locations/operations": [ - "2023-11-01-preview", - "2024-05-01-preview", - "2024-11-01" - ], - "operations": [ - "2023-11-01-preview", - "2024-05-01-preview", - "2024-11-01" - ] - }, - "azureimagetestingforlinux": { - "": [ - "2023-08-01-preview" - ], - "jobs": [ - "2023-08-01-preview" - ], - "jobtemplates": [ - "2023-08-01-preview" - ], - "locations": [ - "2023-08-01-preview" - ], - "locations/operationstatuses": [ - "2023-08-01-preview" - ], - "operations": [ - "2023-08-01-preview" - ] - }, - "azurelargeinstance": { - "": [ - "2023-07-20-preview", - "2024-04-10", - "2024-08-01-preview" - ], - "azurelargeinstances": [ - "2023-07-20-preview", - "2024-04-10", - "2024-08-01-preview" - ], - "azurelargestorageinstances": [ - "2023-07-20-preview", - "2024-04-10", - "2024-08-01-preview" - ], - "locations": [ - "2023-07-20-preview", - "2024-04-10", - "2024-08-01-preview" - ], - "locations/operationsstatus": [ - "2023-07-20-preview", - "2024-04-10", - "2024-08-01-preview" - ], - "operations": [ - "2023-07-20-preview", - "2024-04-10", - "2024-08-01-preview" - ] - }, - "azureplaywrightservice": { - "": [ - "2023-06-01-preview", - "2023-10-01-preview", - "2024-02-01-preview", - "2024-08-01-preview" - ], - "accounts": [ - "2023-06-01-preview", - "2023-10-01-preview", - "2024-02-01-preview", - "2024-08-01-preview" - ], - "accounts/quotas": [ - "2024-02-01-preview", - "2024-08-01-preview" - ], - "checknameavailability": [ - "2023-06-01-preview", - "2023-10-01-preview", - "2024-02-01-preview", - "2024-08-01-preview" - ], - "locations": [ - "2023-06-01-preview", - "2023-10-01-preview", - "2024-02-01-preview", - "2024-08-01-preview" - ], - "locations/operationstatuses": [ - "2023-06-01-preview", - "2023-10-01-preview", - "2024-02-01-preview", - "2024-08-01-preview" - ], - "locations/quotas": [ - "2023-06-01-preview", - "2023-10-01-preview", - "2024-02-01-preview", - "2024-08-01-preview" - ], - "operations": [ - "2023-06-01-preview", - "2023-10-01-preview", - "2024-02-01-preview", - "2024-08-01-preview" - ], - "registeredsubscriptions": [ - "2023-06-01-preview", - "2023-10-01-preview", - "2024-02-01-preview", - "2024-08-01-preview" - ] - }, - "azurescan": { - "": [ - "2022-05-17-preview" - ], - "checknameavailability": [ - "2022-05-17-preview" - ], - "locations": [ - "2022-05-17-preview" - ], - "locations/operationstatuses": [ - "2022-05-17-preview" - ], - "operations": [ - "2022-05-17-preview" - ], - "scanningaccounts": [ - "2022-05-17-preview" - ] - }, - "azuresphere": { - "": [ - "2022-09-01-preview", - "2024-04-01" - ], - "catalogs": [ - "2022-09-01-preview", - "2024-04-01" - ], - "catalogs/certificates": [ - "2022-09-01-preview", - "2024-04-01" - ], - "catalogs/images": [ - "2022-09-01-preview", - "2024-04-01" - ], - "catalogs/products": [ - "2022-09-01-preview", - "2024-04-01" - ], - "catalogs/products/devicegroups": [ - "2022-09-01-preview", - "2024-04-01" - ], - "catalogs/products/devicegroups/deployments": [ - "2022-09-01-preview", - "2024-04-01" - ], - "catalogs/products/devicegroups/devices": [ - "2022-09-01-preview", - "2024-04-01" - ], - "locations": [ - "2022-09-01-preview", - "2024-04-01" - ], - "locations/operationstatuses": [ - "2022-09-01-preview", - "2024-04-01" - ], - "operations": [ - "2022-09-01-preview", - "2024-04-01" - ] - }, - "azurestack": { - "": [ - "2016-01-01", - "2017-06-01", - "2020-06-01-preview", - "2022-06-01" - ], - "cloudmanifestfiles": [ - "2017-06-01", - "2022-06-01" - ], - "generatedeploymentlicense": [ - "2022-06-01" - ], - "linkedsubscriptions": [ - "2020-06-01-preview" - ], - "operations": [ - "2017-06-01", - "2022-06-01" - ], - "registrations": [ - "2017-06-01", - "2020-06-01-preview", - "2022-06-01" - ], - "registrations/customersubscriptions": [ - "2017-06-01", - "2022-06-01" - ], - "registrations/products": [ - "2016-01-01", - "2017-06-01", - "2022-06-01" - ] - }, - "azurestackhci": { - "": [ - "2020-03-01-preview", - "2020-10-01", - "2020-11-01-preview", - "2021-01-01-preview", - "2021-07-01-preview", - "2021-09-01", - "2021-09-01-preview", - "2022-01-01", - "2022-03-01", - "2022-04-01-preview", - "2022-05-01", - "2022-08-01-preview", - "2022-09-01", - "2022-10-01", - "2022-11-01-preview", - "2022-12-01", - "2022-12-15-preview", - "2023-02-01", - "2023-03-01", - "2023-06-01", - "2023-07-01-preview", - "2023-08-01", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01", - "2024-01-15-preview", - "2024-02-01-preview", - "2024-02-15-preview", - "2024-04-01", - "2024-05-01-preview", - "2024-07-01-preview", - "2024-07-15-preview", - "2024-08-01-preview", - "2024-09-01-preview" - ], - "clusters": [ - "2020-10-01", - "2021-01-01-preview", - "2021-09-01", - "2022-01-01", - "2022-03-01", - "2022-05-01", - "2022-09-01", - "2022-10-01", - "2022-12-01", - "2023-02-01", - "2023-03-01", - "2023-06-01", - "2023-08-01", - "2023-08-01-preview", - "2023-11-01-preview", - "2024-01-01", - "2024-02-15-preview", - "2024-04-01", - "2024-09-01-preview" - ], - "clusters/arcsettings": [ - "2021-01-01-preview", - "2021-09-01", - "2022-01-01", - "2022-03-01", - "2022-05-01", - "2022-09-01", - "2022-10-01", - "2022-12-01", - "2023-02-01", - "2023-03-01", - "2023-06-01", - "2023-08-01", - "2023-08-01-preview", - "2023-11-01-preview", - "2024-01-01", - "2024-02-15-preview", - "2024-04-01", - "2024-09-01-preview" - ], - "clusters/arcsettings/extensions": [ - "2021-01-01-preview", - "2021-09-01", - "2022-01-01", - "2022-03-01", - "2022-05-01", - "2022-09-01", - "2022-10-01", - "2022-12-01", - "2023-02-01", - "2023-03-01", - "2023-06-01", - "2023-08-01", - "2023-08-01-preview", - "2023-11-01-preview", - "2024-01-01", - "2024-02-15-preview", - "2024-04-01", - "2024-09-01-preview" - ], - "clusters/deploymentsettings": [ - "2023-08-01-preview", - "2024-01-01", - "2024-02-15-preview", - "2024-04-01", - "2024-09-01-preview" - ], - "clusters/offers": [ - "2022-04-01-preview" - ], - "clusters/publishers": [ - "2022-04-01-preview" - ], - "clusters/publishers/offers": [ - "2022-04-01-preview" - ], - "clusters/publishers/offers/skus": [ - "2022-04-01-preview" - ], - "clusters/securitysettings": [ - "2023-11-01-preview", - "2024-01-01", - "2024-02-15-preview", - "2024-04-01", - "2024-09-01-preview" - ], - "clusters/updates": [ - "2022-08-01-preview", - "2022-10-01", - "2022-12-01", - "2022-12-15-preview", - "2023-02-01", - "2023-03-01", - "2023-06-01", - "2023-08-01", - "2023-08-01-preview", - "2023-11-01-preview", - "2024-01-01", - "2024-02-15-preview", - "2024-04-01", - "2024-09-01-preview" - ], - "clusters/updates/updateruns": [ - "2022-08-01-preview", - "2022-10-01", - "2022-12-01", - "2022-12-15-preview", - "2023-02-01", - "2023-03-01", - "2023-06-01", - "2023-08-01", - "2023-08-01-preview", - "2023-11-01-preview", - "2024-01-01", - "2024-02-15-preview", - "2024-04-01", - "2024-09-01-preview" - ], - "clusters/updatesummaries": [ - "2022-08-01-preview", - "2022-10-01", - "2022-12-01", - "2022-12-15-preview", - "2023-02-01", - "2023-03-01", - "2023-06-01", - "2023-08-01", - "2023-08-01-preview", - "2023-11-01-preview", - "2024-01-01", - "2024-02-15-preview", - "2024-04-01", - "2024-09-01-preview" - ], - "edgedevices": [ - "2023-08-01-preview", - "2024-01-01", - "2024-02-15-preview", - "2024-04-01", - "2024-09-01-preview" - ], - "galleryimages": [ - "2020-11-01-preview", - "2021-07-01-preview", - "2021-09-01-preview", - "2022-12-15-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2024-01-01", - "2024-02-01-preview", - "2024-05-01-preview", - "2024-08-01-preview" - ], - "locations": [ - "2020-10-01", - "2020-11-01-preview", - "2021-01-01-preview", - "2021-07-01-preview", - "2021-09-01", - "2021-09-01-preview", - "2022-01-01", - "2022-03-01", - "2022-05-01", - "2022-08-01-preview", - "2022-09-01", - "2022-10-01", - "2022-12-01", - "2022-12-15-preview", - "2023-02-01", - "2023-03-01", - "2023-06-01", - "2023-07-01-preview", - "2023-08-01", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2024-01-01", - "2024-01-15-preview", - "2024-02-01-preview", - "2024-02-15-preview", - "2024-04-01", - "2024-05-01-preview", - "2024-07-01-preview", - "2024-07-15-preview", - "2024-08-01-preview", - "2024-09-01-preview" - ], - "locations/operationstatuses": [ - "2020-10-01", - "2021-01-01-preview", - "2021-07-01-preview", - "2021-09-01", - "2021-09-01-preview", - "2022-01-01", - "2022-03-01", - "2022-05-01", - "2022-08-01-preview", - "2022-09-01", - "2022-10-01", - "2022-11-01-preview", - "2022-12-01", - "2022-12-15-preview", - "2023-02-01", - "2023-03-01", - "2023-06-01", - "2023-07-01-preview", - "2023-08-01", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01", - "2024-01-15-preview", - "2024-02-01-preview", - "2024-02-15-preview", - "2024-04-01", - "2024-05-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-09-01-preview" - ], - "logicalnetworks": [ - "2023-09-01-preview", - "2024-01-01", - "2024-02-01-preview", - "2024-05-01-preview", - "2024-08-01-preview" - ], - "marketplacegalleryimages": [ - "2021-09-01-preview", - "2022-12-15-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2024-01-01", - "2024-02-01-preview", - "2024-05-01-preview", - "2024-08-01-preview" - ], - "networkinterfaces": [ - "2020-11-01-preview", - "2021-07-01-preview", - "2021-09-01-preview", - "2022-12-15-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2024-01-01", - "2024-02-01-preview", - "2024-05-01-preview", - "2024-08-01-preview" - ], - "networksecuritygroups": [ - "2024-02-01-preview", - "2024-05-01-preview", - "2024-08-01-preview" - ], - "networksecuritygroups/securityrules": [ - "2024-02-01-preview", - "2024-05-01-preview", - "2024-08-01-preview" - ], - "operations": [ - "2020-03-01-preview", - "2020-10-01", - "2020-11-01-preview", - "2021-01-01-preview", - "2021-07-01-preview", - "2021-09-01", - "2021-09-01-preview", - "2022-01-01", - "2022-03-01", - "2022-05-01", - "2022-08-01-preview", - "2022-09-01", - "2022-10-01", - "2022-12-01", - "2022-12-15-preview", - "2023-02-01", - "2023-03-01", - "2023-06-01", - "2023-07-01-preview", - "2023-08-01", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01", - "2024-01-15-preview", - "2024-02-01-preview", - "2024-02-15-preview", - "2024-04-01", - "2024-05-01-preview", - "2024-07-01-preview", - "2024-07-15-preview", - "2024-08-01-preview", - "2024-09-01-preview" - ], - "registeredsubscriptions": [ - "2022-09-01", - "2022-10-01", - "2022-12-01", - "2023-02-01", - "2023-03-01", - "2023-06-01", - "2023-08-01", - "2023-08-01-preview", - "2023-11-01-preview", - "2024-01-01", - "2024-04-01", - "2024-09-01-preview" - ], - "storagecontainers": [ - "2021-09-01-preview", - "2022-12-15-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2024-01-01", - "2024-02-01-preview", - "2024-05-01-preview", - "2024-08-01-preview" - ], - "virtualharddisks": [ - "2020-11-01-preview", - "2021-07-01-preview", - "2021-09-01-preview", - "2022-12-15-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2024-01-01", - "2024-02-01-preview", - "2024-05-01-preview", - "2024-08-01-preview" - ], - "virtualmachineinstances": [ - "2023-07-01-preview", - "2023-09-01-preview", - "2024-01-01", - "2024-02-01-preview", - "2024-05-01-preview", - "2024-08-01-preview" - ], - "virtualmachines": [ - "2020-11-01-preview", - "2021-07-01-preview", - "2021-09-01-preview", - "2022-12-15-preview" - ], - "virtualmachines/extensions": [ - "2021-09-01-preview", - "2022-12-15-preview" - ], - "virtualmachines/hybrididentitymetadata": [ - "2021-09-01-preview", - "2022-12-15-preview" - ], - "virtualnetworks": [ - "2020-11-01-preview", - "2021-07-01-preview", - "2021-09-01-preview", - "2022-12-15-preview", - "2023-07-01-preview" - ] - }, - "backupsolutions": { - "": [ - "2016-09-01-preview", - "2017-09-01", - "2017-12-01", - "2018-02-01", - "2018-03-01", - "2018-06-01", - "2018-09-01-preview", - "2019-07-01", - "2020-08-21-preview", - "2021-07-01", - "2022-04-01-preview", - "2022-08-01-preview" - ], - "locations": [ - "2016-09-01-preview", - "2017-09-01", - "2017-12-01", - "2018-02-01", - "2018-03-01", - "2018-06-01", - "2018-09-01-preview", - "2019-07-01", - "2020-08-21-preview", - "2021-07-01", - "2022-04-01-preview", - "2022-08-01-preview" - ], - "locations/operationstatuses": [], - "operations": [ - "2017-09-01", - "2017-12-01", - "2018-02-01", - "2018-03-01", - "2018-06-01", - "2018-09-01-preview", - "2019-07-01", - "2020-08-21-preview" - ], - "vmwareapplications": [] - }, - "baremetal": { - "": [ - "2018-09-01-preview", - "2020-10-01-preview", - "2021-06-01-preview", - "2023-12-01", - "2024-02-01", - "2024-06-01-preview" - ], - "baremetalconnections": [ - "2023-12-01" - ], - "baremetalinventorybase": [ - "2024-02-01" - ], - "locations": [ - "2018-09-01-preview", - "2020-10-01-preview", - "2021-06-01-preview", - "2023-12-01" - ], - "locations/operationresults": [ - "2018-09-01-preview", - "2020-10-01-preview", - "2021-06-01-preview", - "2023-12-01" - ], - "locations/updateroutesonvirtualnetwork": [ - "2024-06-01-preview" - ], - "operations": [ - "2018-09-01-preview", - "2023-12-01" - ], - "sdnapplianceinventory": [ - "2024-02-01" - ], - "utilization": [ - "2018-09-01-preview", - "2020-10-01-preview", - "2021-06-01-preview" - ] - }, - "baremetalinfrastructure": { - "": [ - "2020-08-06-preview", - "2021-08-09", - "2023-04-06", - "2023-08-04-preview", - "2023-11-01-preview", - "2024-08-01-preview" - ], - "baremetalinstances": [ - "2020-08-06-preview", - "2021-08-09", - "2023-04-06", - "2023-08-04-preview", - "2023-11-01-preview", - "2024-08-01-preview" - ], - "baremetalstorageinstances": [ - "2023-04-06", - "2023-08-04-preview", - "2023-11-01-preview" - ], - "locations": [ - "2020-08-06-preview", - "2021-08-09", - "2023-04-06", - "2023-08-04-preview", - "2023-11-01-preview", - "2024-08-01-preview" - ], - "locations/operationsstatus": [ - "2020-08-06-preview", - "2023-08-04-preview", - "2023-11-01-preview", - "2024-08-01-preview" - ], - "operations": [ - "2020-08-06-preview", - "2021-08-09", - "2023-04-06", - "2023-08-04-preview", - "2023-11-01-preview", - "2024-08-01-preview" - ] - }, - "batch": { - "": [ - "2014-05-01-privatepreview", - "2015-07-01", - "2015-09-01", - "2015-12-01", - "2017-01-01", - "2017-05-01", - "2017-09-01", - "2018-12-01", - "2019-04-01", - "2019-08-01", - "2020-03-01", - "2020-03-01-preview", - "2020-05-01", - "2020-09-01", - "2021-01-01", - "2021-06-01", - "2022-01-01", - "2022-06-01", - "2022-10-01", - "2023-05-01", - "2023-11-01", - "2024-02-01", - "2024-03-01-privatepreview", - "2024-07-01" - ], - "batchaccounts": [ - "2014-05-01-privatepreview", - "2015-07-01", - "2015-09-01", - "2015-12-01", - "2017-01-01", - "2017-05-01", - "2017-09-01", - "2018-12-01", - "2019-04-01", - "2019-08-01", - "2020-03-01", - "2020-03-01-preview", - "2020-05-01", - "2020-09-01", - "2021-01-01", - "2021-06-01", - "2022-01-01", - "2022-06-01", - "2022-10-01", - "2023-05-01", - "2023-11-01", - "2024-02-01", - "2024-03-01-privatepreview", - "2024-07-01" - ], - "batchaccounts/certificateoperationresults": [ - "2017-09-01", - "2018-12-01", - "2019-04-01", - "2019-08-01", - "2020-03-01", - "2020-03-01-preview", - "2020-05-01", - "2020-09-01", - "2021-01-01", - "2021-06-01", - "2022-01-01", - "2022-06-01", - "2022-10-01", - "2023-05-01", - "2023-11-01", - "2024-02-01", - "2024-03-01-privatepreview", - "2024-07-01" - ], - "batchaccounts/certificates": [ - "2017-09-01", - "2018-12-01", - "2019-04-01", - "2019-08-01", - "2020-03-01", - "2020-03-01-preview", - "2020-05-01", - "2020-09-01", - "2021-01-01", - "2021-06-01", - "2022-01-01", - "2022-06-01", - "2022-10-01", - "2023-05-01", - "2023-11-01", - "2024-02-01", - "2024-03-01-privatepreview", - "2024-07-01" - ], - "batchaccounts/detectors": [ - "2022-01-01", - "2022-06-01", - "2022-10-01", - "2023-05-01", - "2023-11-01", - "2024-02-01", - "2024-03-01-privatepreview", - "2024-07-01" - ], - "batchaccounts/networksecurityperimeterconfigurationoperationresults": [ - "2024-03-01-privatepreview", - "2024-07-01" - ], - "batchaccounts/operationresults": [ - "2014-05-01-privatepreview", - "2015-07-01", - "2015-09-01", - "2015-12-01", - "2017-01-01", - "2017-05-01", - "2017-09-01", - "2018-12-01", - "2019-04-01", - "2019-08-01", - "2020-03-01", - "2020-03-01-preview", - "2020-05-01", - "2020-09-01", - "2021-01-01", - "2021-06-01", - "2022-01-01", - "2022-06-01", - "2022-10-01", - "2023-05-01", - "2023-11-01", - "2024-02-01", - "2024-03-01-privatepreview", - "2024-07-01" - ], - "batchaccounts/pooloperationresults": [ - "2017-09-01", - "2018-12-01", - "2019-04-01", - "2019-08-01", - "2020-03-01", - "2020-03-01-preview", - "2020-05-01", - "2020-09-01", - "2021-01-01", - "2021-06-01", - "2022-01-01", - "2022-06-01", - "2022-10-01", - "2023-05-01", - "2023-11-01", - "2024-02-01", - "2024-03-01-privatepreview", - "2024-07-01" - ], - "batchaccounts/pools": [ - "2017-09-01", - "2018-12-01", - "2019-04-01", - "2019-08-01", - "2020-03-01", - "2020-03-01-preview", - "2020-05-01", - "2020-09-01", - "2021-01-01", - "2021-06-01", - "2022-01-01", - "2022-06-01", - "2022-10-01", - "2023-05-01", - "2023-11-01", - "2024-02-01", - "2024-03-01-privatepreview", - "2024-07-01" - ], - "batchaccounts/privateendpointconnectionproxyresults": [ - "2020-03-01", - "2020-03-01-preview", - "2020-05-01", - "2020-09-01", - "2021-01-01", - "2021-06-01", - "2022-01-01", - "2022-06-01", - "2022-10-01", - "2023-05-01", - "2023-11-01", - "2024-02-01", - "2024-03-01-privatepreview", - "2024-07-01" - ], - "batchaccounts/privateendpointconnectionresults": [ - "2020-03-01", - "2020-03-01-preview", - "2020-05-01", - "2020-09-01", - "2021-01-01", - "2021-06-01", - "2022-01-01", - "2022-06-01", - "2022-10-01", - "2023-05-01", - "2023-11-01", - "2024-02-01", - "2024-03-01-privatepreview", - "2024-07-01" - ], - "locations": [ - "2015-09-01", - "2015-12-01", - "2017-01-01", - "2017-05-01", - "2017-09-01", - "2018-12-01", - "2019-04-01", - "2019-08-01", - "2020-03-01", - "2020-03-01-preview", - "2020-05-01", - "2020-09-01", - "2021-01-01", - "2021-06-01", - "2022-01-01", - "2022-06-01", - "2022-10-01", - "2023-05-01", - "2023-11-01", - "2024-02-01", - "2024-03-01-privatepreview", - "2024-07-01" - ], - "locations/accountoperationresults": [ - "2014-05-01-privatepreview", - "2015-07-01", - "2015-09-01", - "2015-12-01", - "2017-01-01", - "2017-05-01", - "2017-09-01", - "2018-12-01", - "2019-04-01", - "2019-08-01", - "2020-03-01", - "2020-03-01-preview", - "2020-05-01", - "2020-09-01", - "2021-01-01", - "2021-06-01", - "2022-01-01", - "2022-06-01", - "2022-10-01", - "2023-05-01", - "2023-11-01", - "2024-02-01", - "2024-03-01-privatepreview", - "2024-07-01" - ], - "locations/checknameavailability": [ - "2017-05-01", - "2017-09-01", - "2018-12-01", - "2019-04-01", - "2019-08-01", - "2020-03-01", - "2020-03-01-preview", - "2020-05-01", - "2020-09-01", - "2021-01-01", - "2021-06-01", - "2022-01-01", - "2022-06-01", - "2022-10-01", - "2023-05-01", - "2023-11-01", - "2024-02-01", - "2024-03-01-privatepreview", - "2024-07-01" - ], - "locations/cloudserviceskus": [ - "2021-06-01", - "2022-01-01", - "2022-06-01", - "2022-10-01", - "2023-05-01", - "2023-11-01", - "2024-02-01", - "2024-03-01-privatepreview", - "2024-07-01" - ], - "locations/notifynetworksecurityperimeterupdatesavailable": [ - "2024-03-01-privatepreview", - "2024-07-01" - ], - "locations/quotas": [ - "2015-09-01", - "2015-12-01", - "2017-01-01", - "2017-05-01", - "2017-09-01", - "2018-12-01", - "2019-04-01", - "2019-08-01", - "2020-03-01", - "2020-03-01-preview", - "2020-05-01", - "2020-09-01", - "2021-01-01", - "2021-06-01", - "2022-01-01", - "2022-06-01", - "2022-10-01", - "2023-05-01", - "2023-11-01", - "2024-02-01", - "2024-03-01-privatepreview", - "2024-07-01" - ], - "locations/virtualmachineskus": [ - "2021-06-01", - "2022-01-01", - "2022-06-01", - "2022-10-01", - "2023-05-01", - "2023-11-01", - "2024-02-01", - "2024-03-01-privatepreview", - "2024-07-01" - ], - "operations": [ - "2015-09-01", - "2015-12-01", - "2017-01-01", - "2017-05-01", - "2017-09-01", - "2018-12-01", - "2019-04-01", - "2019-08-01", - "2020-03-01", - "2020-03-01-preview", - "2020-05-01", - "2020-09-01", - "2021-01-01", - "2021-06-01", - "2022-01-01", - "2022-06-01", - "2022-10-01", - "2023-05-01", - "2023-11-01", - "2024-02-01", - "2024-03-01-privatepreview", - "2024-07-01" - ] - }, - "billing": { - "": [ - "2017-02-27-preview", - "2017-04-24-preview", - "2018-03-01-preview", - "2018-05-31", - "2018-06-30", - "2018-11-01-preview", - "2019-10-01-preview", - "2020-05-01", - "2020-09-01-preview", - "2020-11-01-beta", - "2020-11-01-preview", - "2020-11-01-privatepreview", - "2020-12-15-beta", - "2020-12-15-privatepreview", - "2021-10-01", - "2022-10-01-beta", - "2022-10-01-privatepreview", - "2023-04-01-beta", - "2024-04-01", - "2024-04-01-beta", - "2024-08-01-preview" - ], - "billingaccounts": [ - "2018-05-31", - "2018-06-30", - "2018-11-01-preview", - "2019-10-01-preview", - "2020-05-01", - "2020-11-01-privatepreview", - "2020-12-15-privatepreview", - "2022-10-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/addresses": [ - "2022-10-01-privatepreview" - ], - "billingaccounts/agreements": [ - "2018-11-01-preview", - "2019-10-01-preview", - "2020-05-01", - "2020-11-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/alertpreferences": [ - "2022-10-01-privatepreview" - ], - "billingaccounts/alerts": [ - "2022-10-01-privatepreview" - ], - "billingaccounts/appliedreservationorders": [ - "2020-12-15-beta", - "2020-12-15-privatepreview" - ], - "billingaccounts/associatedtenants": [ - "2020-11-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/availablebalance": [ - "2020-11-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/billingperiods": [ - "2022-10-01-privatepreview" - ], - "billingaccounts/billingpermissions": [ - "2019-10-01-preview", - "2020-05-01", - "2020-12-15-privatepreview", - "2022-10-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/billingprofiles": [ - "2018-11-01-preview", - "2019-10-01-preview", - "2020-05-01", - "2020-11-01-privatepreview", - "2020-12-15-privatepreview", - "2022-10-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/billingprofiles/alertpreferences": [ - "2022-10-01-privatepreview" - ], - "billingaccounts/billingprofiles/alerts": [ - "2022-10-01-privatepreview" - ], - "billingaccounts/billingprofiles/availablebalance": [ - "2018-11-01-preview", - "2019-10-01-preview", - "2020-05-01", - "2020-11-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/billingprofiles/billingperiods": [ - "2022-10-01-privatepreview" - ], - "billingaccounts/billingprofiles/billingpermissions": [ - "2019-10-01-preview", - "2020-05-01", - "2020-12-15-privatepreview", - "2022-10-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/billingprofiles/billingrequests": [ - "2024-04-01" - ], - "billingaccounts/billingprofiles/billingroleassignments": [ - "2019-10-01-preview", - "2020-05-01", - "2020-12-15-privatepreview", - "2022-10-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/billingprofiles/billingroledefinitions": [ - "2019-10-01-preview", - "2020-05-01", - "2020-12-15-privatepreview", - "2022-10-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/billingprofiles/billingsubscriptions": [ - "2018-11-01-preview", - "2019-10-01-preview", - "2020-05-01", - "2020-12-15-privatepreview", - "2022-10-01-privatepreview", - "2024-04-01", - "2024-08-01-preview" - ], - "billingaccounts/billingprofiles/createbillingroleassignment": [ - "2019-10-01-preview", - "2020-05-01", - "2020-12-15-privatepreview", - "2022-10-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/billingprofiles/customers": [ - "2019-10-01-preview", - "2020-05-01", - "2022-10-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/billingprofiles/customers/billingpermissions": [ - "2022-10-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/billingprofiles/customers/billingrequests": [ - "2024-04-01" - ], - "billingaccounts/billingprofiles/customers/billingroleassignments": [ - "2022-10-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/billingprofiles/customers/billingroledefinitions": [ - "2022-10-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/billingprofiles/customers/billingsubscriptions": [ - "2024-04-01", - "2024-08-01-preview" - ], - "billingaccounts/billingprofiles/customers/policies": [ - "2024-04-01" - ], - "billingaccounts/billingprofiles/customers/transactions": [ - "2024-04-01" - ], - "billingaccounts/billingprofiles/departments": [ - "2022-10-01-privatepreview" - ], - "billingaccounts/billingprofiles/departments/billingperiods": [ - "2022-10-01-privatepreview" - ], - "billingaccounts/billingprofiles/departments/billingpermissions": [ - "2022-10-01-privatepreview" - ], - "billingaccounts/billingprofiles/departments/billingroleassignments": [ - "2022-10-01-privatepreview" - ], - "billingaccounts/billingprofiles/departments/billingroledefinitions": [ - "2022-10-01-privatepreview" - ], - "billingaccounts/billingprofiles/departments/billingsubscriptions": [ - "2022-10-01-privatepreview" - ], - "billingaccounts/billingprofiles/departments/enrollmentaccounts": [ - "2022-10-01-privatepreview", - "2024-08-01-preview" - ], - "billingaccounts/billingprofiles/departments/enrollmentaccounts/billingperiods": [ - "2022-10-01-privatepreview" - ], - "billingaccounts/billingprofiles/enrollmentaccounts": [ - "2022-10-01-privatepreview", - "2024-08-01-preview" - ], - "billingaccounts/billingprofiles/enrollmentaccounts/billingperiods": [ - "2022-10-01-privatepreview" - ], - "billingaccounts/billingprofiles/enrollmentaccounts/billingpermissions": [ - "2022-10-01-privatepreview" - ], - "billingaccounts/billingprofiles/enrollmentaccounts/billingsubscriptions": [ - "2022-10-01-privatepreview" - ], - "billingaccounts/billingprofiles/instructions": [ - "2019-10-01-preview", - "2020-05-01" - ], - "billingaccounts/billingprofiles/invoices": [ - "2018-11-01-preview", - "2019-10-01-preview", - "2020-05-01", - "2020-11-01-privatepreview", - "2022-10-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/billingprofiles/invoices/operationresults": [ - "2018-11-01-preview", - "2019-10-01-preview", - "2020-05-01", - "2020-11-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/billingprofiles/invoices/pricesheet": [ - "2018-11-01-preview", - "2019-10-01-preview" - ], - "billingaccounts/billingprofiles/invoices/transactions": [ - "2019-10-01-preview" - ], - "billingaccounts/billingprofiles/invoicesections": [ - "2018-11-01-preview", - "2019-10-01-preview", - "2020-05-01", - "2020-11-01-privatepreview", - "2020-12-15-privatepreview", - "2022-10-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/billingprofiles/invoicesections/billingpermissions": [ - "2019-10-01-preview", - "2020-05-01", - "2020-12-15-privatepreview", - "2022-10-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/billingprofiles/invoicesections/billingrequests": [ - "2024-04-01" - ], - "billingaccounts/billingprofiles/invoicesections/billingroleassignments": [ - "2019-10-01-preview", - "2020-05-01", - "2020-12-15-privatepreview", - "2022-10-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/billingprofiles/invoicesections/billingroledefinitions": [ - "2019-10-01-preview", - "2020-05-01", - "2020-12-15-privatepreview", - "2022-10-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/billingprofiles/invoicesections/billingsubscriptions": [ - "2019-10-01-preview", - "2020-05-01", - "2024-04-01", - "2024-08-01-preview" - ], - "billingaccounts/billingprofiles/invoicesections/createbillingroleassignment": [ - "2019-10-01-preview", - "2020-05-01", - "2020-12-15-privatepreview", - "2022-10-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/billingprofiles/invoicesections/initiatetransfer": [ - "2019-10-01-preview" - ], - "billingaccounts/billingprofiles/invoicesections/products": [ - "2019-10-01-preview", - "2020-05-01", - "2024-04-01" - ], - "billingaccounts/billingprofiles/invoicesections/products/transfer": [ - "2019-10-01-preview" - ], - "billingaccounts/billingprofiles/invoicesections/products/updateautorenew": [ - "2019-10-01-preview" - ], - "billingaccounts/billingprofiles/invoicesections/transactions": [ - "2019-10-01-preview", - "2020-11-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/billingprofiles/invoicesections/transfers": [ - "2019-10-01-preview", - "2020-05-01", - "2020-11-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/billingprofiles/invoicesections/validatedeleteinvoicesectioneligibility": [ - "2020-11-01-privatepreview" - ], - "billingaccounts/billingprofiles/notificationcontacts": [ - "2022-10-01-privatepreview" - ], - "billingaccounts/billingprofiles/patchoperations": [ - "2018-11-01-preview" - ], - "billingaccounts/billingprofiles/paymentmethodlinks": [ - "2020-11-01-privatepreview", - "2021-10-01", - "2022-10-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/billingprofiles/paymentmethods": [ - "2018-11-01-preview", - "2019-10-01-preview" - ], - "billingaccounts/billingprofiles/policies": [ - "2018-11-01-preview", - "2019-10-01-preview", - "2020-05-01", - "2020-11-01-privatepreview", - "2022-10-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/billingprofiles/pricesheet": [ - "2018-11-01-preview", - "2019-10-01-preview" - ], - "billingaccounts/billingprofiles/pricesheetdownloadoperations": [ - "2018-11-01-preview", - "2019-10-01-preview" - ], - "billingaccounts/billingprofiles/products": [ - "2018-11-01-preview", - "2019-10-01-preview", - "2020-05-01", - "2024-04-01" - ], - "billingaccounts/billingprofiles/reservations": [ - "2019-10-01-preview", - "2020-05-01", - "2020-11-01-beta", - "2020-11-01-privatepreview", - "2022-10-01-beta", - "2022-10-01-privatepreview", - "2023-04-01-beta", - "2024-04-01", - "2024-04-01-beta" - ], - "billingaccounts/billingprofiles/transactions": [ - "2018-11-01-preview", - "2019-10-01-preview", - "2020-11-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/billingprofiles/validatedeletebillingprofileeligibility": [ - "2020-11-01-privatepreview" - ], - "billingaccounts/billingprofiles/validatedetachpaymentmethodeligibility": [ - "2019-10-01-preview", - "2022-10-01-privatepreview" - ], - "billingaccounts/billingprofilessummaries": [ - "2022-10-01-privatepreview" - ], - "billingaccounts/billingrequests": [ - "2024-04-01" - ], - "billingaccounts/billingroleassignments": [ - "2019-10-01-preview", - "2020-05-01", - "2020-12-15-privatepreview", - "2022-10-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/billingroledefinitions": [ - "2019-10-01-preview", - "2020-05-01", - "2020-12-15-privatepreview", - "2022-10-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/billingsubscriptionaliases": [ - "2021-10-01", - "2024-04-01" - ], - "billingaccounts/billingsubscriptions": [ - "2018-11-01-preview", - "2019-10-01-preview", - "2020-05-01", - "2020-11-01-privatepreview", - "2020-12-15-privatepreview", - "2021-10-01", - "2022-10-01-privatepreview", - "2024-04-01", - "2024-08-01-preview" - ], - "billingaccounts/billingsubscriptions/elevaterole": [ - "2020-12-15-beta", - "2020-12-15-privatepreview", - "2022-10-01-privatepreview" - ], - "billingaccounts/billingsubscriptions/invoices": [ - "2019-10-01-preview", - "2020-05-01", - "2020-11-01-privatepreview", - "2022-10-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/billingsubscriptions/invoices/operationresults": [ - "2019-10-01-preview", - "2020-05-01", - "2020-11-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/billingsubscriptions/operationresults": [ - "2018-11-01-preview", - "2019-10-01-preview", - "2020-05-01", - "2020-11-01-privatepreview", - "2020-12-15-privatepreview", - "2021-10-01", - "2022-10-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/billingsubscriptions/policies": [ - "2022-10-01-privatepreview" - ], - "billingaccounts/createbillingroleassignment": [ - "2019-10-01-preview", - "2020-05-01", - "2020-12-15-privatepreview", - "2022-10-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/createinvoicesectionoperations": [ - "2018-11-01-preview" - ], - "billingaccounts/customers": [ - "2018-11-01-preview", - "2019-10-01-preview", - "2020-05-01", - "2020-12-15-privatepreview", - "2022-10-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/customers/billingpermissions": [ - "2019-10-01-preview", - "2020-05-01", - "2020-12-15-privatepreview", - "2024-04-01" - ], - "billingaccounts/customers/billingroleassignments": [ - "2020-12-15-privatepreview" - ], - "billingaccounts/customers/billingroledefinitions": [ - "2020-12-15-privatepreview" - ], - "billingaccounts/customers/billingsubscriptions": [ - "2018-11-01-preview", - "2019-10-01-preview", - "2020-05-01", - "2024-04-01", - "2024-08-01-preview" - ], - "billingaccounts/customers/createbillingroleassignment": [ - "2020-12-15-privatepreview" - ], - "billingaccounts/customers/initiatetransfer": [ - "2019-10-01-preview" - ], - "billingaccounts/customers/policies": [ - "2019-10-01-preview", - "2020-05-01", - "2020-11-01-privatepreview", - "2022-10-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/customers/products": [ - "2019-10-01-preview", - "2020-05-01", - "2024-04-01" - ], - "billingaccounts/customers/transactions": [ - "2019-10-01-preview", - "2020-11-01-privatepreview" - ], - "billingaccounts/customers/transfers": [ - "2019-10-01-preview", - "2020-11-01-privatepreview" - ], - "billingaccounts/customers/transfersupportedaccounts": [ - "2020-11-01-privatepreview" - ], - "billingaccounts/departments": [ - "2018-06-30", - "2019-10-01-preview", - "2020-12-15-privatepreview", - "2024-04-01" - ], - "billingaccounts/departments/billingperiods": [ - "2022-10-01-privatepreview" - ], - "billingaccounts/departments/billingpermissions": [ - "2019-10-01-preview", - "2020-05-01", - "2020-12-15-privatepreview", - "2024-04-01" - ], - "billingaccounts/departments/billingroleassignments": [ - "2019-10-01-preview", - "2020-05-01", - "2020-12-15-privatepreview", - "2024-04-01" - ], - "billingaccounts/departments/billingroledefinitions": [ - "2019-10-01-preview", - "2020-05-01", - "2020-12-15-privatepreview", - "2024-04-01" - ], - "billingaccounts/departments/billingsubscriptions": [ - "2020-12-15-privatepreview" - ], - "billingaccounts/departments/enrollmentaccounts": [ - "2020-12-15-privatepreview", - "2024-04-01", - "2024-08-01-preview" - ], - "billingaccounts/departments/enrollmentaccounts/billingperiods": [ - "2022-10-01-privatepreview" - ], - "billingaccounts/enrollmentaccounts": [ - "2018-06-30", - "2019-10-01-preview", - "2020-12-15-privatepreview", - "2024-04-01", - "2024-08-01-preview" - ], - "billingaccounts/enrollmentaccounts/activationstatus": [ - "2019-10-01-preview", - "2020-12-15-privatepreview" - ], - "billingaccounts/enrollmentaccounts/billingperiods": [ - "2022-10-01-privatepreview" - ], - "billingaccounts/enrollmentaccounts/billingpermissions": [ - "2019-10-01-preview", - "2020-05-01", - "2020-12-15-privatepreview", - "2024-04-01" - ], - "billingaccounts/enrollmentaccounts/billingroleassignments": [ - "2019-10-01-preview", - "2020-05-01", - "2020-12-15-privatepreview", - "2024-04-01" - ], - "billingaccounts/enrollmentaccounts/billingroledefinitions": [ - "2019-10-01-preview", - "2020-05-01", - "2020-12-15-privatepreview", - "2024-04-01" - ], - "billingaccounts/enrollmentaccounts/billingsubscriptions": [ - "2020-12-15-privatepreview", - "2024-04-01", - "2024-08-01-preview" - ], - "billingaccounts/incentiveschedules": [ - "2022-10-01-beta" - ], - "billingaccounts/incentiveschedules/milestones": [ - "2022-10-01-beta" - ], - "billingaccounts/invoices": [ - "2018-11-01-preview", - "2019-10-01-preview", - "2020-05-01", - "2020-11-01-privatepreview", - "2022-10-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/invoices/operationresults": [ - "2018-11-01-preview", - "2019-10-01-preview", - "2020-05-01", - "2020-11-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/invoices/summary": [ - "2020-11-01-privatepreview" - ], - "billingaccounts/invoices/transactions": [ - "2020-05-01", - "2020-11-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/invoices/transactionsummary": [ - "2020-11-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/invoicesections": [ - "2018-11-01-preview" - ], - "billingaccounts/invoicesections/billingsubscriptionmoveoperations": [ - "2018-11-01-preview" - ], - "billingaccounts/invoicesections/billingsubscriptions": [ - "2018-11-01-preview" - ], - "billingaccounts/invoicesections/billingsubscriptions/transfer": [ - "2018-11-01-preview" - ], - "billingaccounts/invoicesections/elevate": [ - "2018-11-01-preview" - ], - "billingaccounts/invoicesections/initiatetransfer": [ - "2018-11-01-preview" - ], - "billingaccounts/invoicesections/patchoperations": [ - "2018-11-01-preview" - ], - "billingaccounts/invoicesections/productmoveoperations": [ - "2018-11-01-preview" - ], - "billingaccounts/invoicesections/products": [ - "2018-11-01-preview" - ], - "billingaccounts/invoicesections/products/transfer": [ - "2018-11-01-preview" - ], - "billingaccounts/invoicesections/products/updateautorenew": [ - "2018-11-01-preview" - ], - "billingaccounts/invoicesections/producttransfersresults": [ - "2018-11-01-preview" - ], - "billingaccounts/invoicesections/transactions": [ - "2018-11-01-preview" - ], - "billingaccounts/invoicesections/transfers": [ - "2018-11-01-preview" - ], - "billingaccounts/lineofcredit": [ - "2018-11-01-preview", - "2019-10-01-preview" - ], - "billingaccounts/listinvoicesectionswithcreatesubscriptionpermission": [ - "2018-11-01-preview", - "2019-10-01-preview", - "2020-05-01", - "2024-04-01" - ], - "billingaccounts/listproductrecommendations": [ - "2022-10-01-privatepreview" - ], - "billingaccounts/migrations": [ - "2024-08-01-preview" - ], - "billingaccounts/notificationcontacts": [ - "2020-12-15-privatepreview" - ], - "billingaccounts/operationresults": [ - "2018-11-01-preview", - "2019-10-01-preview", - "2020-05-01", - "2020-11-01-privatepreview", - "2020-12-15-privatepreview", - "2021-10-01", - "2022-10-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/patchoperations": [ - "2018-11-01-preview" - ], - "billingaccounts/payableoverage": [ - "2020-12-15-privatepreview" - ], - "billingaccounts/paymentmethods": [ - "2018-11-01-preview", - "2019-10-01-preview", - "2020-05-01", - "2020-11-01-privatepreview", - "2021-10-01", - "2024-04-01" - ], - "billingaccounts/paynow": [ - "2020-12-15-privatepreview" - ], - "billingaccounts/permissionrequests": [ - "2020-11-01-privatepreview" - ], - "billingaccounts/policies": [ - "2020-11-01-privatepreview", - "2022-10-01-privatepreview", - "2024-04-01" - ], - "billingaccounts/previewagreements": [ - "2022-10-01-privatepreview" - ], - "billingaccounts/products": [ - "2018-11-01-preview", - "2019-10-01-preview", - "2020-05-01", - "2024-04-01" - ], - "billingaccounts/promotionalcredits": [ - "2020-11-01-privatepreview" - ], - "billingaccounts/reservationorders": [ - "2020-11-01-beta", - "2020-11-01-privatepreview", - "2022-10-01-beta", - "2022-10-01-privatepreview", - "2023-04-01-beta", - "2024-04-01", - "2024-04-01-beta" - ], - "billingaccounts/reservationorders/reservations": [ - "2020-11-01-beta", - "2020-11-01-privatepreview", - "2022-10-01-beta", - "2022-10-01-privatepreview", - "2023-04-01-beta", - "2024-04-01", - "2024-04-01-beta" - ], - "billingaccounts/reservations": [ - "2019-10-01-preview", - "2020-05-01", - "2020-11-01-beta", - "2020-11-01-privatepreview", - "2022-10-01-beta", - "2022-10-01-privatepreview", - "2023-04-01-beta", - "2024-04-01", - "2024-04-01-beta" - ], - "billingaccounts/savingsplanorders": [ - "2020-11-01-beta", - "2020-11-01-privatepreview", - "2020-12-15-beta", - "2020-12-15-privatepreview", - "2022-10-01-beta", - "2022-10-01-privatepreview", - "2023-04-01-beta", - "2024-04-01", - "2024-04-01-beta" - ], - "billingaccounts/savingsplanorders/savingsplans": [ - "2020-11-01-beta", - "2020-11-01-privatepreview", - "2020-12-15-beta", - "2020-12-15-privatepreview", - "2022-10-01-beta", - "2022-10-01-privatepreview", - "2023-04-01-beta", - "2024-04-01", - "2024-04-01-beta" - ], - "billingaccounts/savingsplans": [ - "2020-11-01-beta", - "2020-11-01-privatepreview", - "2020-12-15-beta", - "2020-12-15-privatepreview", - "2022-10-01-beta", - "2022-10-01-privatepreview", - "2023-04-01-beta", - "2024-04-01", - "2024-04-01-beta" - ], - "billingaccounts/signagreement": [ - "2022-10-01-privatepreview" - ], - "billingaccounts/transactions": [ - "2018-11-01-preview", - "2019-10-01-preview", - "2020-05-01" - ], - "billingperiods": [ - "2017-04-24-preview", - "2018-03-01-preview" - ], - "billingpermissions": [ - "2018-11-01-preview" - ], - "billingproperty": [ - "2018-11-01-preview", - "2019-10-01-preview", - "2020-05-01", - "2020-11-01-privatepreview", - "2024-04-01", - "2024-08-01-preview" - ], - "billingrequests": [ - "2024-04-01" - ], - "billingroleassignments": [ - "2018-11-01-preview" - ], - "billingroledefinitions": [ - "2018-11-01-preview" - ], - "createbillingroleassignment": [ - "2018-11-01-preview" - ], - "departments": [ - "2018-05-31", - "2018-06-30" - ], - "enrollmentaccounts": [ - "2018-03-01-preview" - ], - "invoices": [ - "2017-02-27-preview", - "2017-04-24-preview", - "2018-03-01-preview", - "2018-11-01-preview", - "2019-10-01-preview", - "2020-05-01" - ], - "operationresults": [ - "2018-11-01-preview", - "2019-10-01-preview", - "2020-05-01", - "2024-04-01" - ], - "operations": [ - "2017-02-27-preview", - "2017-04-24-preview", - "2018-03-01-preview", - "2018-06-30", - "2018-11-01-preview", - "2019-10-01-preview", - "2020-05-01", - "2020-09-01-preview", - "2020-11-01-privatepreview", - "2022-10-01-privatepreview", - "2024-04-01" - ], - "operationstatus": [ - "2018-11-01-preview", - "2019-10-01-preview", - "2020-05-01" - ], - "paymentmethods": [ - "2020-11-01-privatepreview", - "2021-10-01", - "2022-10-01-privatepreview", - "2024-04-01" - ], - "permissionrequests": [ - "2020-11-01-privatepreview" - ], - "policies": [ - "2022-10-01-privatepreview", - "2024-04-01" - ], - "promotionalcredits": [ - "2020-11-01-privatepreview" - ], - "promotionalcredits/operationresults": [ - "2020-11-01-privatepreview", - "2022-10-01-privatepreview", - "2024-04-01" - ], - "promotions": [ - "2020-09-01-preview", - "2020-11-01-preview" - ], - "promotions/checkeligibility": [ - "2020-09-01-preview", - "2020-11-01-preview" - ], - "transfers": [ - "2018-11-01-preview", - "2019-10-01-preview", - "2020-05-01", - "2020-11-01-privatepreview", - "2024-04-01" - ], - "transfers/accepttransfer": [ - "2018-11-01-preview", - "2019-10-01-preview" - ], - "transfers/declinetransfer": [ - "2018-11-01-preview", - "2019-10-01-preview" - ], - "transfers/operationstatus": [ - "2018-11-01-preview" - ], - "transfers/validatetransfer": [ - "2018-11-01-preview", - "2019-10-01-preview" - ], - "validateaddress": [ - "2018-11-01-preview", - "2019-10-01-preview", - "2020-05-01", - "2024-04-01" - ] - }, - "billingbenefits": { - "": [ - "2021-07-01-beta", - "2021-07-01-privatepreview", - "2022-06-02-beta", - "2022-06-02-privatepreview", - "2022-11-01", - "2022-11-01-beta", - "2023-07-01-beta", - "2023-07-01-preview", - "2023-11-01-beta", - "2023-11-01-preview" - ], - "calculatemigrationcost": [ - "2021-07-01-beta", - "2021-07-01-privatepreview", - "2022-06-02-beta", - "2022-06-02-privatepreview", - "2022-11-01", - "2022-11-01-beta" - ], - "credits": [ - "2023-11-01-preview" - ], - "credits/sources": [ - "2023-11-01-preview" - ], - "incentiveschedules": [ - "2023-07-01-beta" - ], - "incentiveschedules/milestones": [ - "2023-07-01-beta" - ], - "listsellerresources": [ - "2023-11-01-beta", - "2023-11-01-preview" - ], - "maccs": [ - "2023-11-01-preview" - ], - "maccs/contributors": [ - "2023-11-01-preview" - ], - "operationresults": [ - "2021-07-01-beta", - "2021-07-01-privatepreview", - "2022-06-02-beta", - "2022-06-02-privatepreview", - "2022-11-01", - "2022-11-01-beta", - "2023-07-01-beta", - "2023-07-01-preview", - "2023-11-01-beta", - "2023-11-01-preview" - ], - "operations": [ - "2021-07-01-beta", - "2021-07-01-privatepreview", - "2022-11-01", - "2022-11-01-beta" - ], - "reservationorderaliases": [ - "2022-06-02-beta", - "2022-06-02-privatepreview", - "2022-11-01", - "2022-11-01-beta", - "2023-07-01-beta", - "2023-07-01-preview" - ], - "savingsplanorderaliases": [ - "2021-07-01-beta", - "2021-07-01-privatepreview", - "2022-06-02-beta", - "2022-06-02-privatepreview", - "2022-11-01", - "2022-11-01-beta", - "2023-07-01-beta", - "2023-07-01-preview" - ], - "savingsplanorders": [ - "2021-07-01-beta", - "2021-07-01-privatepreview", - "2022-06-02-beta", - "2022-06-02-privatepreview", - "2022-11-01", - "2022-11-01-beta", - "2023-07-01-beta", - "2023-07-01-preview" - ], - "savingsplanorders/return": [ - "2023-07-01-beta", - "2023-07-01-preview" - ], - "savingsplanorders/savingsplans": [ - "2021-07-01-beta", - "2021-07-01-privatepreview", - "2022-06-02-beta", - "2022-06-02-privatepreview", - "2022-11-01", - "2022-11-01-beta", - "2023-07-01-beta", - "2023-07-01-preview" - ], - "savingsplans": [ - "2021-07-01-beta", - "2021-07-01-privatepreview", - "2022-06-02-beta", - "2022-06-02-privatepreview", - "2022-11-01", - "2022-11-01-beta", - "2023-07-01-beta", - "2023-07-01-preview" - ], - "validate": [ - "2021-07-01-beta", - "2021-07-01-privatepreview", - "2022-06-02-beta", - "2022-06-02-privatepreview", - "2022-11-01", - "2022-11-01-beta", - "2023-07-01-beta", - "2023-07-01-preview", - "2023-11-01-beta", - "2023-11-01-preview" - ] - }, - "bing": { - "": [ - "2020-06-10" - ], - "accounts": [ - "2020-06-10" - ], - "accounts/skus": [ - "2020-06-10" - ], - "accounts/usages": [ - "2020-06-10" - ], - "locations": [ - "2020-06-10" - ], - "locations/operationstatuses": [ - "2020-06-10" - ], - "operations": [ - "2020-06-10" - ], - "registeredsubscriptions": [ - "2020-06-10" - ] - }, - "blockchaintokens": { - "": [ - "2019-07-19-preview" - ], - "operations": [ - "2019-07-19-preview" - ] - }, - "blueprint": { - "": [ - "2017-11-11-alpha", - "2017-11-11-preview", - "2018-11-01-alpha", - "2018-11-01-preview" - ], - "blueprintassignments": [ - "2017-11-11-alpha", - "2017-11-11-preview", - "2018-11-01-alpha", - "2018-11-01-preview" - ], - "blueprintassignments/assignmentoperations": [ - "2018-11-01-alpha", - "2018-11-01-preview" - ], - "blueprintassignments/operations": [ - "2017-11-11-alpha", - "2017-11-11-preview" - ], - "blueprints": [ - "2017-11-11-alpha", - "2017-11-11-preview", - "2018-11-01-alpha", - "2018-11-01-preview" - ], - "blueprints/artifacts": [ - "2017-11-11-alpha", - "2017-11-11-preview", - "2018-11-01-alpha", - "2018-11-01-preview" - ], - "blueprints/versions": [ - "2017-11-11-alpha", - "2017-11-11-preview", - "2018-11-01-alpha", - "2018-11-01-preview" - ], - "blueprints/versions/artifacts": [ - "2017-11-11-alpha", - "2017-11-11-preview", - "2018-11-01-alpha", - "2018-11-01-preview" - ], - "operations": [ - "2017-11-11-alpha", - "2017-11-11-preview", - "2018-11-01-alpha", - "2018-11-01-preview" - ] - }, - "botservice": { - "": [ - "2017-12-01", - "2018-07-12", - "2020-06-02", - "2021-03-01", - "2021-05-01-preview", - "2022-06-15-preview", - "2022-09-15", - "2023-09-15-preview" - ], - "botservices": [ - "2017-12-01", - "2018-07-12", - "2020-06-02", - "2021-03-01", - "2021-05-01-preview", - "2022-06-15-preview", - "2022-09-15", - "2023-09-15-preview" - ], - "botservices/channels": [ - "2017-12-01", - "2018-07-12", - "2020-06-02", - "2021-03-01", - "2021-05-01-preview", - "2022-06-15-preview", - "2022-09-15", - "2023-09-15-preview" - ], - "botservices/connections": [ - "2017-12-01", - "2018-07-12", - "2020-06-02", - "2021-03-01", - "2021-05-01-preview", - "2022-06-15-preview", - "2022-09-15", - "2023-09-15-preview" - ], - "botservices/privateendpointconnectionproxies": [ - "2021-03-01", - "2021-05-01-preview", - "2022-06-15-preview", - "2022-09-15", - "2023-09-15-preview" - ], - "botservices/privateendpointconnections": [ - "2021-03-01", - "2021-05-01-preview", - "2022-06-15-preview", - "2022-09-15", - "2023-09-15-preview" - ], - "botservices/privatelinkresources": [ - "2021-03-01", - "2021-05-01-preview", - "2022-06-15-preview", - "2022-09-15", - "2023-09-15-preview" - ], - "checknameavailability": [ - "2017-12-01", - "2018-07-12", - "2020-06-02", - "2021-03-01", - "2021-05-01-preview", - "2022-06-15-preview", - "2022-09-15", - "2023-09-15-preview" - ], - "hostsettings": [ - "2021-03-01", - "2021-05-01-preview", - "2022-06-15-preview", - "2022-09-15", - "2023-09-15-preview" - ], - "listauthserviceproviders": [ - "2017-12-01", - "2018-07-12", - "2020-06-02", - "2021-03-01", - "2021-05-01-preview", - "2022-06-15-preview", - "2022-09-15", - "2023-09-15-preview" - ], - "listqnamakerendpointkeys": [ - "2022-06-15-preview", - "2022-09-15", - "2023-09-15-preview" - ], - "locations": [ - "2017-12-01", - "2018-07-12", - "2020-06-02", - "2021-03-01", - "2021-05-01-preview", - "2022-06-15-preview", - "2022-09-15", - "2023-09-15-preview" - ], - "locations/notifynetworksecurityperimeterupdatesavailable": [ - "2017-12-01", - "2018-07-12", - "2020-06-02", - "2021-03-01", - "2021-05-01-preview", - "2022-06-15-preview", - "2022-09-15", - "2023-09-15-preview" - ], - "operationresults": [ - "2021-03-01", - "2021-05-01-preview", - "2022-06-15-preview", - "2022-09-15", - "2023-09-15-preview" - ], - "operations": [ - "2017-12-01", - "2018-07-12", - "2020-06-02", - "2021-03-01", - "2021-05-01-preview", - "2022-06-15-preview", - "2022-09-15", - "2023-09-15-preview" - ] - }, - "cache": { - "": [ - "2014-04-01", - "2014-04-01-alpha", - "2014-04-01-preview", - "2015-03-01", - "2015-08-01", - "2016-04-01", - "2017-02-01", - "2017-10-01", - "2018-03-01", - "2019-07-01", - "2020-04-01-preview", - "2020-06-01", - "2020-10-01-preview", - "2020-12-01", - "2021-02-01-preview", - "2021-03-01", - "2021-06-01", - "2021-08-01", - "2022-01-01", - "2022-05-01", - "2022-06-01", - "2022-11-01-preview", - "2023-03-01-preview", - "2023-04-01", - "2023-05-01-preview", - "2023-07-01", - "2023-08-01", - "2023-10-01-preview", - "2023-11-01", - "2024-02-01", - "2024-03-01", - "2024-03-01-preview", - "2024-04-01-preview", - "2024-06-01-preview", - "2024-09-01-preview", - "2024-11-01" - ], - "checknameavailability": [ - "2014-04-01", - "2014-04-01-alpha", - "2014-04-01-preview", - "2015-03-01", - "2015-08-01", - "2016-04-01", - "2017-02-01", - "2017-10-01", - "2018-03-01", - "2019-07-01", - "2020-06-01", - "2020-12-01", - "2021-06-01", - "2022-05-01", - "2022-06-01", - "2023-04-01", - "2023-05-01-preview", - "2023-08-01", - "2024-03-01", - "2024-04-01-preview", - "2024-11-01" - ], - "locations": [ - "2014-04-01", - "2014-04-01-preview", - "2015-03-01", - "2015-08-01", - "2016-04-01", - "2017-02-01", - "2017-10-01", - "2018-03-01", - "2019-07-01", - "2020-04-01-preview", - "2020-06-01", - "2020-12-01", - "2021-02-01-preview", - "2021-03-01", - "2021-06-01", - "2021-08-01", - "2022-01-01", - "2022-05-01", - "2022-06-01", - "2022-11-01-preview", - "2023-03-01-preview", - "2023-04-01", - "2023-05-01-preview", - "2023-07-01", - "2023-08-01", - "2023-10-01-preview", - "2023-11-01", - "2024-02-01", - "2024-03-01", - "2024-03-01-preview", - "2024-04-01-preview", - "2024-06-01-preview", - "2024-09-01-preview", - "2024-11-01" - ], - "locations/asyncoperations": [ - "2019-07-01", - "2020-06-01", - "2020-12-01", - "2021-06-01", - "2022-05-01", - "2022-06-01", - "2023-04-01", - "2023-05-01-preview", - "2023-08-01", - "2024-03-01", - "2024-04-01-preview", - "2024-11-01" - ], - "locations/checknameavailability": [ - "2020-04-01-preview", - "2020-10-01-preview", - "2021-02-01-preview", - "2021-03-01", - "2021-08-01", - "2022-01-01", - "2022-11-01-preview", - "2023-03-01-preview", - "2023-07-01", - "2023-10-01-preview", - "2023-11-01", - "2024-02-01", - "2024-03-01-preview", - "2024-06-01-preview", - "2024-09-01-preview" - ], - "locations/operationresults": [ - "2014-04-01", - "2014-04-01-preview", - "2015-03-01", - "2015-08-01", - "2016-04-01", - "2017-02-01", - "2017-10-01", - "2018-03-01", - "2019-07-01", - "2020-06-01", - "2020-12-01", - "2021-06-01", - "2022-05-01", - "2022-06-01", - "2023-04-01", - "2023-05-01-preview", - "2023-08-01", - "2024-03-01", - "2024-04-01-preview", - "2024-11-01" - ], - "locations/operationsstatus": [ - "2020-04-01-preview", - "2020-10-01-preview", - "2021-02-01-preview", - "2021-03-01", - "2021-08-01", - "2022-01-01", - "2022-11-01-preview", - "2023-03-01-preview", - "2023-07-01", - "2023-10-01-preview", - "2023-11-01", - "2024-02-01", - "2024-03-01-preview", - "2024-06-01-preview", - "2024-09-01-preview" - ], - "operations": [ - "2014-04-01", - "2014-04-01-alpha", - "2014-04-01-preview", - "2015-03-01", - "2015-08-01", - "2016-04-01", - "2017-02-01", - "2017-10-01", - "2018-03-01", - "2019-07-01", - "2020-06-01", - "2020-10-01-preview", - "2020-12-01", - "2021-02-01-preview", - "2021-03-01", - "2021-06-01", - "2022-05-01", - "2022-06-01", - "2022-11-01-preview", - "2023-03-01-preview", - "2023-04-01", - "2023-05-01-preview", - "2023-07-01", - "2023-08-01", - "2023-10-01-preview", - "2023-11-01", - "2024-02-01", - "2024-03-01", - "2024-03-01-preview", - "2024-04-01-preview", - "2024-06-01-preview", - "2024-09-01-preview", - "2024-11-01" - ], - "redis": [ - "2014-04-01", - "2014-04-01-preview", - "2015-03-01", - "2015-08-01", - "2016-04-01", - "2017-02-01", - "2017-10-01", - "2018-03-01", - "2019-07-01", - "2020-06-01", - "2020-12-01", - "2021-06-01", - "2022-05-01", - "2022-06-01", - "2023-04-01", - "2023-05-01-preview", - "2023-08-01", - "2024-03-01", - "2024-04-01-preview", - "2024-11-01" - ], - "redis/eventgridfilters": [ - "2014-04-01", - "2014-04-01-preview", - "2015-03-01", - "2015-08-01", - "2016-04-01", - "2017-02-01", - "2017-10-01", - "2018-03-01", - "2019-07-01", - "2020-06-01", - "2020-12-01", - "2021-06-01", - "2022-05-01", - "2022-06-01", - "2023-04-01", - "2023-05-01-preview", - "2023-08-01", - "2024-03-01", - "2024-04-01-preview", - "2024-11-01" - ], - "redis/privateendpointconnectionproxies": [ - "2019-07-01", - "2020-06-01", - "2020-12-01", - "2021-06-01", - "2022-05-01", - "2022-06-01", - "2023-04-01", - "2023-05-01-preview", - "2023-08-01", - "2024-03-01", - "2024-04-01-preview", - "2024-11-01" - ], - "redis/privateendpointconnectionproxies/validate": [ - "2019-07-01", - "2020-06-01", - "2020-12-01", - "2021-06-01", - "2022-05-01", - "2022-06-01", - "2023-04-01", - "2023-05-01-preview", - "2023-08-01", - "2024-03-01", - "2024-04-01-preview", - "2024-11-01" - ], - "redis/privateendpointconnections": [ - "2019-07-01", - "2020-06-01", - "2020-12-01", - "2021-06-01", - "2022-05-01", - "2022-06-01", - "2023-04-01", - "2023-05-01-preview", - "2023-08-01", - "2024-03-01", - "2024-04-01-preview", - "2024-11-01" - ], - "redis/privatelinkresources": [ - "2019-07-01", - "2020-06-01", - "2020-12-01", - "2021-06-01", - "2022-05-01", - "2022-06-01", - "2023-04-01", - "2023-05-01-preview", - "2023-08-01", - "2024-03-01", - "2024-04-01-preview", - "2024-11-01" - ], - "redisenterprise": [ - "2020-04-01-preview", - "2020-10-01-preview", - "2021-02-01-preview", - "2021-03-01", - "2021-08-01", - "2022-01-01", - "2022-11-01-preview", - "2023-03-01-preview", - "2023-07-01", - "2023-10-01-preview", - "2023-11-01", - "2024-02-01", - "2024-03-01-preview", - "2024-06-01-preview", - "2024-09-01-preview" - ], - "redisenterprise/databases": [ - "2020-04-01-preview", - "2020-10-01-preview", - "2021-02-01-preview", - "2021-03-01", - "2021-08-01", - "2022-01-01", - "2022-11-01-preview", - "2023-03-01-preview", - "2023-07-01", - "2023-10-01-preview", - "2023-11-01", - "2024-02-01", - "2024-03-01-preview", - "2024-06-01-preview", - "2024-09-01-preview" - ], - "redisenterprise/privateendpointconnectionproxies": [ - "2020-04-01-preview", - "2020-10-01-preview", - "2021-02-01-preview", - "2021-03-01", - "2021-08-01", - "2022-01-01", - "2022-11-01-preview", - "2023-03-01-preview", - "2023-07-01", - "2023-10-01-preview", - "2023-11-01", - "2024-02-01", - "2024-03-01-preview", - "2024-06-01-preview", - "2024-09-01-preview" - ], - "redisenterprise/privateendpointconnectionproxies/operationresults": [ - "2020-04-01-preview", - "2020-10-01-preview", - "2021-02-01-preview", - "2021-03-01", - "2021-08-01", - "2022-01-01", - "2022-11-01-preview", - "2023-03-01-preview", - "2023-07-01", - "2023-10-01-preview", - "2023-11-01", - "2024-02-01", - "2024-03-01-preview", - "2024-06-01-preview", - "2024-09-01-preview" - ], - "redisenterprise/privateendpointconnectionproxies/validate": [ - "2020-04-01-preview", - "2020-10-01-preview", - "2021-02-01-preview", - "2021-03-01", - "2021-08-01", - "2022-01-01", - "2022-11-01-preview", - "2023-03-01-preview", - "2023-07-01", - "2023-10-01-preview", - "2023-11-01", - "2024-02-01", - "2024-03-01-preview", - "2024-06-01-preview", - "2024-09-01-preview" - ], - "redisenterprise/privateendpointconnections": [ - "2020-04-01-preview", - "2020-10-01-preview", - "2021-02-01-preview", - "2021-03-01", - "2021-08-01", - "2022-01-01", - "2022-11-01-preview", - "2023-03-01-preview", - "2023-07-01", - "2023-10-01-preview", - "2023-11-01", - "2024-02-01", - "2024-03-01-preview", - "2024-06-01-preview", - "2024-09-01-preview" - ], - "redisenterprise/privateendpointconnections/operationresults": [ - "2020-04-01-preview", - "2020-10-01-preview", - "2021-02-01-preview", - "2021-03-01", - "2021-08-01", - "2022-01-01", - "2022-11-01-preview", - "2023-03-01-preview", - "2023-07-01", - "2023-10-01-preview", - "2023-11-01", - "2024-02-01", - "2024-03-01-preview", - "2024-06-01-preview", - "2024-09-01-preview" - ], - "redisenterprise/privatelinkresources": [ - "2020-04-01-preview", - "2020-10-01-preview", - "2021-02-01-preview", - "2021-03-01", - "2021-08-01", - "2022-01-01", - "2022-11-01-preview", - "2023-03-01-preview", - "2023-07-01", - "2023-10-01-preview", - "2023-11-01", - "2024-02-01", - "2024-03-01-preview", - "2024-06-01-preview", - "2024-09-01-preview" - ] - }, - "capacity": { - "": [ - "2017-11-01", - "2017-11-01-beta", - "2018-06-01", - "2018-06-01-beta", - "2019-04-01", - "2019-04-01-beta", - "2019-06-01-beta", - "2019-06-01-privatepreview", - "2019-07-19-preview", - "2020-06-01", - "2020-06-01-beta", - "2020-10-01-beta", - "2020-10-01-preview", - "2020-10-25", - "2020-11-15", - "2020-11-15-beta", - "2020-11-15-preview", - "2021-01-01-beta", - "2021-01-01-privatepreview", - "2021-03-01-beta", - "2021-03-01-privatepreview", - "2021-07-01", - "2021-07-01-beta", - "2022-02-16-beta", - "2022-02-16-privatepreview", - "2022-03-01", - "2022-03-01-beta", - "2022-06-02-beta", - "2022-06-02-privatepreview", - "2022-11-01", - "2022-11-01-beta", - "2023-07-01-beta", - "2023-07-01-preview" - ], - "appliedreservations": [ - "2017-11-01", - "2017-11-01-beta", - "2018-06-01", - "2018-06-01-beta", - "2019-04-01", - "2019-04-01-beta", - "2020-06-01-beta", - "2020-10-01-beta", - "2020-10-01-preview", - "2021-07-01", - "2021-07-01-beta", - "2022-03-01", - "2022-03-01-beta", - "2022-06-02-beta", - "2022-06-02-privatepreview", - "2022-11-01", - "2022-11-01-beta", - "2023-07-01-beta", - "2023-07-01-preview" - ], - "calculateexchange": [ - "2018-06-01", - "2018-06-01-beta", - "2019-04-01", - "2019-04-01-beta", - "2020-10-01-beta", - "2020-10-01-preview", - "2021-07-01", - "2021-07-01-beta", - "2022-02-16-beta", - "2022-02-16-privatepreview", - "2022-03-01", - "2022-03-01-beta", - "2022-06-02-beta", - "2022-06-02-privatepreview", - "2022-11-01", - "2022-11-01-beta", - "2023-07-01-beta", - "2023-07-01-preview" - ], - "calculateprice": [ - "2017-11-01", - "2017-11-01-beta", - "2018-06-01", - "2018-06-01-beta", - "2019-04-01", - "2019-04-01-beta", - "2020-06-01-beta", - "2020-10-01-beta", - "2020-10-01-preview", - "2021-07-01", - "2021-07-01-beta", - "2022-03-01", - "2022-03-01-beta", - "2022-06-02-beta", - "2022-06-02-privatepreview", - "2022-11-01", - "2022-11-01-beta", - "2023-07-01-beta", - "2023-07-01-preview" - ], - "calculatepurchaseprice": [ - "2019-06-01-beta", - "2019-06-01-privatepreview" - ], - "catalogs": [ - "2017-11-01", - "2017-11-01-beta", - "2018-06-01", - "2018-06-01-beta", - "2019-04-01", - "2019-04-01-beta", - "2020-10-01-beta", - "2020-10-01-preview", - "2021-03-01-beta", - "2021-03-01-privatepreview", - "2021-07-01", - "2021-07-01-beta", - "2022-03-01", - "2022-03-01-beta", - "2022-06-02-beta", - "2022-06-02-privatepreview", - "2022-11-01", - "2022-11-01-beta", - "2023-07-01-beta", - "2023-07-01-preview" - ], - "checkbenefitscopes": [ - "2021-03-01-beta", - "2021-03-01-privatepreview" - ], - "checkoffers": [ - "2017-11-01", - "2017-11-01-beta", - "2018-06-01", - "2018-06-01-beta", - "2019-04-01", - "2019-04-01-beta", - "2020-06-01-beta", - "2020-10-01-beta", - "2020-10-01-preview" - ], - "checkpurchasestatus": [ - "2019-06-01-beta", - "2019-06-01-privatepreview" - ], - "checkscopes": [ - "2017-11-01", - "2017-11-01-beta", - "2018-06-01", - "2018-06-01-beta", - "2019-04-01", - "2019-04-01-beta", - "2020-06-01-beta", - "2020-10-01-beta", - "2020-10-01-preview" - ], - "commercialreservationorders": [ - "2018-06-01", - "2018-06-01-beta", - "2019-04-01", - "2019-04-01-beta" - ], - "exchange": [ - "2018-06-01", - "2018-06-01-beta", - "2019-04-01", - "2019-04-01-beta", - "2020-06-01-beta", - "2020-10-01-beta", - "2020-10-01-preview", - "2021-07-01", - "2021-07-01-beta", - "2022-02-16-beta", - "2022-02-16-privatepreview", - "2022-03-01", - "2022-03-01-beta", - "2022-06-02-beta", - "2022-06-02-privatepreview", - "2022-11-01", - "2022-11-01-beta", - "2023-07-01-beta", - "2023-07-01-preview" - ], - "listbenefits": [ - "2019-04-01", - "2019-04-01-beta" - ], - "listskus": [ - "2021-01-01-beta", - "2021-01-01-privatepreview" - ], - "operationresults": [ - "2020-10-01-beta", - "2020-10-01-preview", - "2021-07-01", - "2021-07-01-beta", - "2022-02-16-beta", - "2022-02-16-privatepreview", - "2022-03-01", - "2022-03-01-beta", - "2022-06-02-beta", - "2022-06-02-privatepreview", - "2022-11-01", - "2022-11-01-beta", - "2023-07-01-beta", - "2023-07-01-preview" - ], - "operations": [ - "2017-11-01", - "2017-11-01-beta", - "2018-06-01", - "2018-06-01-beta", - "2019-04-01", - "2019-04-01-beta", - "2020-10-01-beta", - "2020-10-01-preview", - "2021-07-01", - "2021-07-01-beta", - "2022-03-01", - "2022-03-01-beta", - "2022-06-02-beta", - "2022-06-02-privatepreview", - "2022-11-01", - "2022-11-01-beta", - "2023-07-01-beta", - "2023-07-01-preview" - ], - "ownreservations": [ - "2020-06-01", - "2020-06-01-beta" - ], - "placepurchaseorder": [ - "2019-06-01-beta", - "2019-06-01-privatepreview" - ], - "reservationorders": [ - "2017-11-01", - "2017-11-01-beta", - "2018-06-01", - "2018-06-01-beta", - "2019-04-01", - "2019-04-01-beta", - "2020-06-01", - "2020-06-01-beta", - "2020-10-01-beta", - "2020-10-01-preview", - "2020-11-15-beta", - "2020-11-15-preview", - "2021-07-01", - "2021-07-01-beta", - "2022-03-01", - "2022-03-01-beta", - "2022-06-02-beta", - "2022-06-02-privatepreview", - "2022-11-01", - "2022-11-01-beta", - "2023-07-01-beta", - "2023-07-01-preview" - ], - "reservationorders/availablescopes": [ - "2017-11-01", - "2017-11-01-beta", - "2018-06-01", - "2018-06-01-beta", - "2019-04-01", - "2019-04-01-beta", - "2020-06-01-beta", - "2020-10-01-beta", - "2020-10-01-preview" - ], - "reservationorders/calculaterefund": [ - "2017-11-01", - "2017-11-01-beta", - "2018-06-01", - "2018-06-01-beta", - "2019-04-01", - "2019-04-01-beta", - "2020-06-01-beta", - "2020-10-01-beta", - "2020-10-01-preview", - "2022-03-01", - "2022-03-01-beta", - "2022-06-02-beta", - "2022-06-02-privatepreview", - "2022-11-01", - "2022-11-01-beta", - "2023-07-01-beta", - "2023-07-01-preview" - ], - "reservationorders/changedirectory": [ - "2020-11-15", - "2020-11-15-beta", - "2020-11-15-preview", - "2021-07-01", - "2022-02-16-beta", - "2022-02-16-privatepreview", - "2022-03-01", - "2022-03-01-beta", - "2022-06-02-beta", - "2022-06-02-privatepreview", - "2022-11-01", - "2022-11-01-beta", - "2023-07-01-beta", - "2023-07-01-preview" - ], - "reservationorders/merge": [ - "2017-11-01", - "2017-11-01-beta", - "2018-06-01", - "2018-06-01-beta", - "2019-04-01", - "2019-04-01-beta", - "2020-06-01-beta", - "2020-10-01-beta", - "2020-10-01-preview", - "2021-07-01", - "2021-07-01-beta", - "2022-03-01", - "2022-03-01-beta", - "2022-06-02-beta", - "2022-06-02-privatepreview", - "2022-11-01", - "2022-11-01-beta", - "2023-07-01-beta", - "2023-07-01-preview" - ], - "reservationorders/reservations": [ - "2017-11-01", - "2017-11-01-beta", - "2018-06-01", - "2018-06-01-beta", - "2019-04-01", - "2019-04-01-beta", - "2020-06-01-beta", - "2020-10-01-beta", - "2020-10-01-preview", - "2021-03-01-beta", - "2021-03-01-privatepreview", - "2021-07-01", - "2021-07-01-beta", - "2022-03-01", - "2022-03-01-beta", - "2022-06-02-beta", - "2022-06-02-privatepreview", - "2022-11-01", - "2022-11-01-beta", - "2023-07-01-beta", - "2023-07-01-preview" - ], - "reservationorders/reservations/availablescopes": [ - "2019-04-01", - "2019-04-01-beta", - "2021-07-01", - "2021-07-01-beta", - "2022-03-01", - "2022-03-01-beta", - "2022-06-02-beta", - "2022-06-02-privatepreview", - "2022-11-01", - "2022-11-01-beta", - "2023-07-01-beta", - "2023-07-01-preview" - ], - "reservationorders/reservations/revisions": [ - "2017-11-01", - "2017-11-01-beta", - "2018-06-01", - "2018-06-01-beta", - "2019-04-01", - "2019-04-01-beta", - "2020-06-01-beta", - "2020-10-01-beta", - "2020-10-01-preview", - "2021-07-01", - "2021-07-01-beta", - "2022-03-01", - "2022-03-01-beta", - "2022-06-02-beta", - "2022-06-02-privatepreview", - "2022-11-01", - "2022-11-01-beta", - "2023-07-01-beta", - "2023-07-01-preview" - ], - "reservationorders/return": [ - "2017-11-01", - "2017-11-01-beta", - "2018-06-01", - "2018-06-01-beta", - "2019-04-01", - "2019-04-01-beta", - "2020-06-01", - "2020-06-01-beta", - "2020-10-01-beta", - "2020-10-01-preview", - "2022-03-01", - "2022-03-01-beta", - "2022-06-02-beta", - "2022-06-02-privatepreview", - "2022-11-01", - "2022-11-01-beta", - "2023-07-01-beta", - "2023-07-01-preview" - ], - "reservationorders/split": [ - "2017-11-01", - "2017-11-01-beta", - "2018-06-01", - "2018-06-01-beta", - "2019-04-01", - "2019-04-01-beta", - "2020-06-01-beta", - "2020-10-01-beta", - "2020-10-01-preview", - "2021-07-01", - "2021-07-01-beta", - "2022-03-01", - "2022-03-01-beta", - "2022-06-02-beta", - "2022-06-02-privatepreview", - "2022-11-01", - "2022-11-01-beta", - "2023-07-01-beta", - "2023-07-01-preview" - ], - "reservationorders/swap": [ - "2018-06-01", - "2018-06-01-beta", - "2019-04-01", - "2019-04-01-beta", - "2020-10-01-beta", - "2020-10-01-preview" - ], - "reservations": [ - "2017-11-01", - "2017-11-01-beta", - "2018-06-01", - "2018-06-01-beta", - "2019-04-01", - "2019-04-01-beta", - "2020-06-01", - "2020-06-01-beta", - "2020-10-01-beta", - "2020-10-01-preview", - "2021-07-01", - "2021-07-01-beta", - "2022-03-01", - "2022-03-01-beta", - "2022-06-02-beta", - "2022-06-02-privatepreview", - "2022-11-01", - "2022-11-01-beta", - "2023-07-01-beta", - "2023-07-01-preview" - ], - "resourceproviders": [ - "2019-07-19-preview", - "2020-10-25" - ], - "resourceproviders/locations": [ - "2019-07-19-preview", - "2020-10-25" - ], - "resourceproviders/locations/servicelimits": [ - "2019-07-19-preview", - "2020-10-25" - ], - "resourceproviders/locations/servicelimitsrequests": [ - "2019-07-19-preview", - "2020-10-25" - ], - "resources": [ - "2017-11-01", - "2018-06-01", - "2019-04-01" - ], - "validatereservationorder": [ - "2017-11-01", - "2017-11-01-beta", - "2018-06-01", - "2018-06-01-beta", - "2019-04-01", - "2019-04-01-beta", - "2020-06-01-beta", - "2020-10-01-beta", - "2020-10-01-preview", - "2022-06-02-beta", - "2022-06-02-privatepreview", - "2022-11-01", - "2022-11-01-beta", - "2023-07-01-beta", - "2023-07-01-preview" - ] - }, - "capacityallocation": { - "": [ - "2024-05-01-preview" - ], - "operations": [ - "2024-05-01-preview" - ] - }, - "carbon": { - "": [ - "2023-04-01-preview" - ], - "carbonemissionreports": [ - "2023-04-01-preview" - ], - "operations": [ - "2023-04-01-preview" - ], - "querycarbonemissiondataavailabledaterange": [ - "2023-04-01-preview" - ] - }, - "cdn": { - "": [ - "2015-06-01", - "2016-04-02", - "2016-10-02", - "2017-04-02", - "2017-10-12", - "2018-04-02", - "2019-04-15", - "2019-06-15-preview", - "2019-12-31", - "2020-03-31", - "2020-04-15", - "2020-09-01", - "2021-06-01", - "2022-01-01-preview", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "canmigrate": [ - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "cdnwebapplicationfirewallmanagedrulesets": [ - "2019-06-15-preview", - "2020-04-15", - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "cdnwebapplicationfirewallpolicies": [ - "2019-06-15-preview", - "2020-04-15", - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "checkendpointnameavailability": [ - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "checknameavailability": [ - "2015-06-01", - "2016-04-02", - "2016-10-02", - "2017-04-02", - "2017-10-12", - "2018-04-02", - "2019-04-15", - "2019-06-15-preview", - "2019-12-31", - "2020-03-31", - "2020-04-15", - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "checkresourceusage": [ - "2016-10-02", - "2017-04-02", - "2017-10-12", - "2018-04-02", - "2019-04-15", - "2019-06-15-preview", - "2019-12-31", - "2020-03-31", - "2020-04-15", - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "edgenodes": [ - "2015-06-01", - "2016-04-02", - "2016-10-02", - "2017-04-02", - "2017-10-12", - "2018-04-02", - "2019-04-15", - "2019-06-15-preview", - "2019-12-31", - "2020-03-31", - "2020-04-15", - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "migrate": [ - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "operationresults": [ - "2015-06-01", - "2016-04-02", - "2016-10-02", - "2017-04-02", - "2017-10-12", - "2018-04-02", - "2019-04-15", - "2019-06-15-preview", - "2019-12-31", - "2020-03-31", - "2020-04-15", - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "operationresults/cdnwebapplicationfirewallpolicyresults": [ - "2019-06-15-preview", - "2020-04-15", - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "operationresults/profileresults": [ - "2015-06-01", - "2016-04-02", - "2016-10-02", - "2017-04-02", - "2017-10-12", - "2018-04-02", - "2019-04-15", - "2019-06-15-preview", - "2019-12-31", - "2020-03-31", - "2020-04-15", - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "operationresults/profileresults/afdendpointresults": [ - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "operationresults/profileresults/afdendpointresults/routeresults": [ - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "operationresults/profileresults/customdomainresults": [ - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "operationresults/profileresults/endpointresults": [ - "2015-06-01", - "2016-04-02", - "2016-10-02", - "2017-04-02", - "2017-10-12", - "2018-04-02", - "2019-04-15", - "2019-06-15-preview", - "2019-12-31", - "2020-03-31", - "2020-04-15", - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "operationresults/profileresults/endpointresults/customdomainresults": [ - "2015-06-01", - "2016-04-02", - "2016-10-02", - "2017-04-02", - "2017-10-12", - "2018-04-02", - "2019-04-15", - "2019-06-15-preview", - "2019-12-31", - "2020-03-31", - "2020-04-15", - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "operationresults/profileresults/endpointresults/origingroupresults": [ - "2019-12-31", - "2020-03-31", - "2020-04-15", - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "operationresults/profileresults/endpointresults/originresults": [ - "2015-06-01", - "2016-04-02", - "2016-10-02", - "2017-04-02", - "2017-10-12", - "2018-04-02", - "2019-04-15", - "2019-06-15-preview", - "2019-12-31", - "2020-03-31", - "2020-04-15", - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "operationresults/profileresults/origingroupresults": [ - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "operationresults/profileresults/origingroupresults/originresults": [ - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "operationresults/profileresults/policyresults": [ - "2022-01-01-preview", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "operationresults/profileresults/rulesetresults": [ - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "operationresults/profileresults/rulesetresults/ruleresults": [ - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "operationresults/profileresults/secretresults": [ - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "operationresults/profileresults/securitypolicyresults": [ - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "operations": [ - "2015-06-01", - "2016-04-02", - "2016-10-02", - "2017-04-02", - "2017-10-12", - "2018-04-02", - "2019-04-15", - "2019-06-15-preview", - "2019-12-31", - "2020-03-31", - "2020-04-15", - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "profiles": [ - "2015-06-01", - "2016-04-02", - "2016-10-02", - "2017-04-02", - "2017-10-12", - "2018-04-02", - "2019-04-15", - "2019-06-15-preview", - "2019-12-31", - "2020-03-31", - "2020-04-15", - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "profiles/afdendpoints": [ - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "profiles/afdendpoints/routes": [ - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "profiles/customdomains": [ - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "profiles/deploymentversions": [ - "2024-06-01-preview" - ], - "profiles/endpoints": [ - "2015-06-01", - "2016-04-02", - "2016-10-02", - "2017-04-02", - "2017-10-12", - "2018-04-02", - "2019-04-15", - "2019-06-15-preview", - "2019-12-31", - "2020-03-31", - "2020-04-15", - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "profiles/endpoints/customdomains": [ - "2015-06-01", - "2016-04-02", - "2016-10-02", - "2017-04-02", - "2017-10-12", - "2018-04-02", - "2019-04-15", - "2019-06-15-preview", - "2019-12-31", - "2020-03-31", - "2020-04-15", - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "profiles/endpoints/origingroups": [ - "2019-12-31", - "2020-03-31", - "2020-04-15", - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "profiles/endpoints/origins": [ - "2015-06-01", - "2016-04-02", - "2016-10-02", - "2017-04-02", - "2017-10-12", - "2018-04-02", - "2019-04-15", - "2019-06-15-preview", - "2019-12-31", - "2020-03-31", - "2020-04-15", - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "profiles/keygroups": [ - "2023-07-01-preview", - "2024-01-01-preview", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "profiles/networkpolicies": [ - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "profiles/origingroups": [ - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "profiles/origingroups/origins": [ - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "profiles/policies": [ - "2022-01-01-preview" - ], - "profiles/rulesets": [ - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "profiles/rulesets/rules": [ - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "profiles/secrets": [ - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "profiles/securitypolicies": [ - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "validateprobe": [ - "2017-04-02", - "2017-10-12", - "2018-04-02", - "2019-04-15", - "2019-06-15-preview", - "2019-12-31", - "2020-03-31", - "2020-04-15", - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ], - "validatesecret": [ - "2020-09-01", - "2021-06-01", - "2022-05-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-07-01-preview", - "2024-01-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-09-01" - ] - }, - "certificateregistration": { - "": [ - "2015-08-01", - "2018-02-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "certificateorders": [ - "2015-08-01", - "2018-02-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "certificateorders/certificates": [ - "2015-08-01", - "2018-02-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "operations": [ - "2015-08-01", - "2018-02-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "validatecertificateregistrationinformation": [ - "2015-08-01", - "2018-02-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ] - }, - "certify": { - "": [ - "2023-11-22-preview" - ], - "operations": [ - "2023-11-22-preview" - ], - "testsuites": [ - "2023-11-22-preview" - ], - "validationjobs": [ - "2023-11-22-preview" - ] - }, - "changeanalysis": { - "": [ - "2019-04-01-preview", - "2020-04-01-preview", - "2020-10-01-preview", - "2021-04-01", - "2021-04-01-preview" - ], - "changes": [ - "2020-10-01-preview", - "2021-04-01", - "2021-04-01-preview" - ], - "changesnapshots": [ - "2021-04-01-preview" - ], - "computechanges": [ - "2021-04-01-preview" - ], - "operations": [ - "2019-04-01-preview", - "2020-04-01-preview" - ], - "resourcechanges": [ - "2020-04-01-preview", - "2021-04-01", - "2021-04-01-preview" - ] - }, - "chaos": { - "": [ - "2021-07-01-preview", - "2021-07-05-preview", - "2021-08-11-preview", - "2021-09-15-preview", - "2022-07-01-preview", - "2022-10-01-preview", - "2023-04-01-preview", - "2023-04-15-preview", - "2023-09-01-preview", - "2023-10-27-preview", - "2023-11-01", - "2023-12-01-preview", - "2024-01-01", - "2024-03-22-preview" - ], - "experiments": [ - "2021-09-15-preview", - "2022-07-01-preview", - "2022-10-01-preview", - "2023-04-01-preview", - "2023-04-15-preview", - "2023-09-01-preview", - "2023-10-27-preview", - "2023-11-01", - "2024-01-01", - "2024-03-22-preview" - ], - "locations": [ - "2021-09-15-preview", - "2022-07-01-preview", - "2022-10-01-preview", - "2023-04-01-preview", - "2023-04-15-preview", - "2023-09-01-preview", - "2023-10-27-preview", - "2023-11-01", - "2024-01-01", - "2024-03-22-preview" - ], - "locations/operationresults": [ - "2023-09-01-preview", - "2023-10-27-preview", - "2023-11-01", - "2023-12-01-preview", - "2024-01-01", - "2024-03-22-preview" - ], - "locations/operationstatuses": [ - "2023-09-01-preview", - "2023-10-27-preview", - "2023-11-01", - "2023-12-01-preview", - "2024-01-01", - "2024-03-22-preview" - ], - "locations/targettypes": [ - "2021-09-15-preview", - "2022-07-01-preview", - "2022-10-01-preview", - "2023-04-01-preview", - "2023-04-15-preview", - "2023-09-01-preview", - "2023-10-27-preview", - "2023-11-01", - "2024-01-01", - "2024-03-22-preview" - ], - "operations": [ - "2021-07-01-preview", - "2021-07-05-preview", - "2021-08-11-preview", - "2021-09-15-preview", - "2022-07-01-preview", - "2022-10-01-preview", - "2023-04-01-preview", - "2023-04-15-preview", - "2023-09-01-preview", - "2023-10-27-preview", - "2023-11-01", - "2024-01-01", - "2024-03-22-preview" - ], - "privateaccesses": [ - "2023-10-27-preview", - "2024-03-22-preview" - ], - "targets": [ - "2021-09-15-preview", - "2022-07-01-preview", - "2022-10-01-preview", - "2023-04-01-preview", - "2023-04-15-preview", - "2023-09-01-preview", - "2023-10-27-preview", - "2023-11-01", - "2024-01-01", - "2024-03-22-preview" - ] - }, - "classiccompute": { - "": [ - "2014-01-01", - "2014-04-01", - "2014-06-01", - "2015-06-01", - "2015-10-01", - "2015-12-01", - "2016-04-01", - "2016-11-01", - "2017-04-01", - "2017-11-01", - "2017-11-15", - "2018-06-01", - "2020-02-01", - "2021-02-01" - ], - "capabilities": [ - "2014-06-01", - "2015-06-01", - "2015-10-01", - "2015-12-01", - "2016-04-01", - "2016-11-01" - ], - "checkdomainnameavailability": [ - "2014-01-01", - "2014-06-01", - "2015-06-01", - "2015-10-01", - "2015-12-01", - "2016-04-01", - "2016-11-01" - ], - "domainnames": [ - "2014-01-01", - "2014-06-01", - "2015-06-01", - "2015-10-01", - "2015-12-01", - "2016-04-01", - "2016-11-01", - "2017-11-01", - "2017-11-15", - "2018-06-01", - "2020-02-01", - "2021-02-01" - ], - "domainnames/capabilities": [ - "2014-06-01", - "2015-06-01", - "2015-10-01", - "2015-12-01", - "2016-04-01", - "2016-11-01" - ], - "domainnames/internalloadbalancers": [ - "2014-01-01", - "2014-06-01", - "2015-06-01", - "2015-10-01", - "2015-12-01", - "2016-04-01", - "2016-11-01", - "2017-11-01" - ], - "domainnames/servicecertificates": [ - "2014-06-01", - "2015-06-01", - "2015-10-01", - "2015-12-01", - "2016-04-01", - "2016-11-01" - ], - "domainnames/slots": [ - "2014-01-01", - "2014-06-01", - "2015-06-01", - "2015-10-01", - "2015-12-01", - "2016-04-01", - "2016-11-01", - "2017-11-15", - "2018-06-01", - "2020-02-01" - ], - "domainnames/slots/roles": [ - "2014-01-01", - "2014-06-01", - "2015-06-01", - "2015-10-01", - "2015-12-01", - "2016-04-01", - "2016-11-01" - ], - "domainnames/slots/roles/metricdefinitions": [ - "2014-04-01" - ], - "domainnames/slots/roles/metrics": [ - "2014-04-01" - ], - "movesubscriptionresources": [ - "2015-10-01", - "2015-12-01", - "2016-04-01", - "2016-11-01" - ], - "operatingsystemfamilies": [ - "2014-06-01", - "2015-06-01", - "2015-10-01", - "2015-12-01", - "2016-04-01", - "2016-11-01" - ], - "operatingsystems": [ - "2014-06-01", - "2015-06-01", - "2015-10-01", - "2015-12-01", - "2016-04-01", - "2016-11-01" - ], - "operations": [ - "2014-01-01", - "2014-04-01", - "2014-06-01", - "2015-06-01", - "2015-10-01", - "2015-12-01", - "2016-04-01", - "2016-11-01", - "2017-04-01" - ], - "operationstatuses": [ - "2015-10-01", - "2015-12-01", - "2016-04-01", - "2016-11-01" - ], - "quotas": [ - "2014-01-01", - "2014-06-01", - "2015-06-01", - "2015-10-01", - "2015-12-01", - "2016-04-01", - "2016-11-01" - ], - "resourcetypes": [], - "validatesubscriptionmoveavailability": [ - "2015-10-01", - "2015-12-01", - "2016-04-01", - "2016-11-01" - ], - "virtualmachines": [ - "2014-01-01", - "2014-04-01", - "2014-06-01", - "2015-06-01", - "2015-10-01", - "2015-12-01", - "2016-04-01", - "2016-11-01", - "2017-04-01" - ], - "virtualmachines/diagnosticsettings": [ - "2014-04-01" - ], - "virtualmachines/metricdefinitions": [ - "2014-04-01" - ], - "virtualmachines/metrics": [ - "2014-04-01" - ] - }, - "classicinfrastructuremigrate": { - "": [ - "2015-06-15" - ], - "classicinfrastructureresources": [ - "2015-06-15" - ] - }, - "classicnetwork": { - "": [ - "2014-01-01", - "2014-04-01", - "2014-06-01", - "2015-06-01", - "2015-10-01", - "2015-12-01", - "2016-04-01", - "2016-04-01-beta", - "2016-11-01", - "2017-11-15" - ], - "capabilities": [ - "2014-06-01", - "2015-06-01", - "2015-10-01", - "2015-12-01", - "2016-04-01", - "2016-11-01" - ], - "expressroutecrossconnections": [ - "2014-06-01", - "2015-06-01", - "2015-10-01", - "2015-12-01", - "2016-04-01", - "2016-11-01" - ], - "expressroutecrossconnections/peerings": [ - "2014-06-01", - "2015-06-01", - "2015-10-01", - "2015-12-01", - "2016-04-01", - "2016-11-01" - ], - "gatewaysupporteddevices": [ - "2014-01-01", - "2014-06-01", - "2015-06-01", - "2015-12-01", - "2016-04-01", - "2016-11-01" - ], - "networksecuritygroups": [ - "2015-06-01", - "2015-12-01", - "2016-04-01", - "2016-11-01" - ], - "operations": [ - "2014-01-01", - "2014-04-01", - "2014-06-01", - "2015-06-01", - "2015-12-01", - "2016-04-01", - "2016-04-01-beta", - "2016-11-01" - ], - "quotas": [ - "2014-01-01", - "2014-06-01", - "2015-06-01", - "2015-12-01", - "2016-04-01", - "2016-11-01" - ], - "reservedips": [ - "2014-01-01", - "2014-06-01", - "2015-06-01", - "2015-12-01", - "2016-04-01", - "2016-11-01" - ], - "virtualnetworks": [ - "2014-01-01", - "2014-06-01", - "2015-06-01", - "2015-12-01", - "2016-04-01", - "2016-11-01", - "2017-11-15" - ], - "virtualnetworks/remotevirtualnetworkpeeringproxies": [ - "2016-11-01" - ], - "virtualnetworks/virtualnetworkpeerings": [ - "2016-11-01" - ] - }, - "classicstorage": { - "": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-beta", - "2014-06-01", - "2015-06-01", - "2015-12-01", - "2016-04-01", - "2016-04-01-beta", - "2016-11-01" - ], - "capabilities": [ - "2014-06-01", - "2015-06-01", - "2015-12-01", - "2016-04-01", - "2016-11-01" - ], - "checkstorageaccountavailability": [ - "2014-01-01", - "2014-06-01", - "2015-06-01", - "2015-12-01", - "2016-04-01", - "2016-11-01" - ], - "disks": [ - "2014-06-01", - "2015-06-01", - "2015-12-01", - "2016-04-01", - "2016-11-01" - ], - "images": [ - "2014-06-01", - "2015-06-01", - "2015-12-01", - "2016-04-01", - "2016-11-01" - ], - "operations": [ - "2014-01-01", - "2014-04-01", - "2014-06-01", - "2015-06-01", - "2015-12-01", - "2016-04-01", - "2016-04-01-beta", - "2016-11-01" - ], - "osimages": [ - "2014-06-01", - "2015-06-01", - "2015-12-01", - "2016-04-01", - "2016-11-01" - ], - "osplatformimages": [ - "2014-06-01", - "2015-06-01", - "2015-12-01", - "2016-04-01", - "2016-11-01" - ], - "publicimages": [], - "quotas": [ - "2014-01-01", - "2014-06-01", - "2015-06-01", - "2015-12-01", - "2016-04-01", - "2016-11-01" - ], - "storageaccounts": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-beta", - "2014-06-01", - "2015-06-01", - "2015-12-01", - "2016-04-01", - "2016-11-01" - ], - "storageaccounts/blobservices": [ - "2014-06-01", - "2015-06-01", - "2015-12-01", - "2016-04-01", - "2016-11-01" - ], - "storageaccounts/fileservices": [ - "2014-06-01", - "2015-06-01", - "2015-12-01", - "2016-04-01", - "2016-11-01" - ], - "storageaccounts/metricdefinitions": [ - "2014-04-01" - ], - "storageaccounts/metrics": [ - "2014-04-01" - ], - "storageaccounts/queueservices": [ - "2014-06-01", - "2015-06-01", - "2015-12-01", - "2016-04-01", - "2016-11-01" - ], - "storageaccounts/services": [ - "2014-04-01" - ], - "storageaccounts/services/diagnosticsettings": [ - "2014-04-01" - ], - "storageaccounts/services/metricdefinitions": [ - "2014-04-01" - ], - "storageaccounts/services/metrics": [ - "2014-04-01" - ], - "storageaccounts/tableservices": [ - "2014-06-01", - "2015-06-01", - "2015-12-01", - "2016-04-01", - "2016-11-01" - ], - "storageaccounts/vmimages": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-beta", - "2014-06-01", - "2015-06-01", - "2015-12-01", - "2016-04-01", - "2016-11-01" - ], - "vmimages": [ - "2016-11-01" - ] - }, - "classicsubscription": { - "": [ - "2017-06-01", - "2017-09-01" - ], - "operations": [ - "2017-06-01", - "2017-09-01" - ] - }, - "cleanroom": { - "": [ - "2022-12-31-preview" - ], - "locations": [ - "2022-12-31-preview" - ], - "locations/operationstatuses": [ - "2022-12-31-preview" - ], - "operations": [ - "2022-12-31-preview" - ] - }, - "clouddeviceplatform": { - "": [ - "2024-05-01-preview", - "2024-06-01-preview" - ], - "operations": [ - "2024-05-01-preview", - "2024-06-01-preview" - ] - }, - "cloudhealth": { - "": [ - "2023-10-01-preview" - ], - "locations": [ - "2023-10-01-preview" - ], - "locations/operationstatuses": [ - "2023-10-01-preview" - ], - "operations": [ - "2023-10-01-preview" - ] - }, - "cloudshell": { - "": [ - "2017-01-01-preview", - "2017-08-01-preview", - "2017-12-01-preview", - "2018-10-01", - "2020-04-01-preview", - "2023-02-01-preview" - ], - "operations": [ - "2017-01-01-preview", - "2017-08-01-preview", - "2017-12-01-preview", - "2018-10-01", - "2020-04-01-preview", - "2023-02-01-preview" - ] - }, - "cloudtest": { - "": [ - "2020-05-07", - "2024-07-05-preview" - ], - "accounts": [ - "2020-05-07", - "2024-07-05-preview" - ], - "buildcaches": [ - "2024-07-05-preview" - ], - "hostedpools": [ - "2020-05-07", - "2024-07-05-preview" - ], - "images": [ - "2020-05-07", - "2024-07-05-preview" - ], - "locations": [ - "2020-05-07", - "2024-07-05-preview" - ], - "locations/operations": [ - "2020-05-07", - "2024-07-05-preview" - ], - "operations": [ - "2020-05-07", - "2024-07-05-preview" - ], - "pools": [ - "2020-05-07", - "2024-07-05-preview" - ] - }, - "codesigning": { - "": [ - "2020-12-14-preview", - "2023-04-30-preview", - "2024-02-05-preview", - "2024-09-30-preview" - ], - "checknameavailability": [ - "2020-12-14-preview", - "2023-04-30-preview", - "2024-02-05-preview", - "2024-09-30-preview" - ], - "codesigningaccounts": [ - "2024-02-05-preview", - "2024-09-30-preview" - ], - "codesigningaccounts/certificateprofiles": [ - "2024-02-05-preview", - "2024-09-30-preview" - ], - "locations": [ - "2020-12-14-preview", - "2023-04-30-preview", - "2024-02-05-preview", - "2024-09-30-preview" - ], - "locations/operationstatuses": [ - "2020-12-14-preview", - "2023-04-30-preview", - "2024-02-05-preview", - "2024-09-30-preview" - ], - "operations": [ - "2020-12-14-preview", - "2023-04-30-preview", - "2024-02-05-preview", - "2024-09-30-preview" - ] - }, - "cognitiveservices": { - "": [ - "2016-02-01-preview", - "2017-04-18", - "2021-04-30", - "2021-10-01", - "2022-03-01", - "2022-10-01", - "2022-12-01", - "2023-05-01", - "2023-06-01-preview", - "2023-10-01-preview", - "2024-04-01-preview", - "2024-06-01-preview", - "2024-10-01" - ], - "accounts": [ - "2016-02-01-preview", - "2017-04-18", - "2021-04-30", - "2021-10-01", - "2022-03-01", - "2022-10-01", - "2022-12-01", - "2023-05-01", - "2023-06-01-preview", - "2023-10-01-preview", - "2024-04-01-preview", - "2024-06-01-preview", - "2024-10-01" - ], - "accounts/encryptionscopes": [ - "2022-03-01", - "2022-10-01", - "2022-12-01", - "2023-05-01", - "2023-06-01-preview", - "2023-10-01-preview", - "2024-04-01-preview", - "2024-06-01-preview", - "2024-10-01" - ], - "accounts/networksecurityperimeterassociationproxies": [ - "2021-10-01" - ], - "accounts/privateendpointconnectionproxies": [ - "2017-04-18", - "2021-04-30", - "2021-10-01", - "2022-03-01", - "2022-10-01", - "2022-12-01", - "2023-05-01", - "2023-06-01-preview", - "2023-10-01-preview", - "2024-04-01-preview", - "2024-06-01-preview", - "2024-10-01" - ], - "accounts/privateendpointconnections": [ - "2017-04-18", - "2021-04-30", - "2021-10-01", - "2022-03-01", - "2022-10-01", - "2022-12-01", - "2023-05-01", - "2023-06-01-preview", - "2023-10-01-preview", - "2024-04-01-preview", - "2024-06-01-preview", - "2024-10-01" - ], - "accounts/privatelinkresources": [ - "2017-04-18", - "2021-04-30", - "2021-10-01", - "2022-03-01", - "2022-10-01", - "2022-12-01", - "2023-05-01", - "2023-06-01-preview", - "2023-10-01-preview", - "2024-04-01-preview", - "2024-06-01-preview", - "2024-10-01" - ], - "attestationdefinitions": [ - "2023-05-01", - "2023-06-01-preview", - "2023-10-01-preview", - "2024-04-01-preview", - "2024-06-01-preview", - "2024-10-01" - ], - "attestations": [ - "2023-05-01", - "2023-06-01-preview", - "2023-10-01-preview", - "2024-04-01-preview", - "2024-06-01-preview", - "2024-10-01" - ], - "calculatemodelcapacity": [ - "2024-06-01-preview", - "2024-10-01" - ], - "checkdomainavailability": [ - "2016-02-01-preview", - "2017-04-18", - "2021-04-30", - "2021-10-01", - "2022-03-01", - "2022-10-01", - "2022-12-01", - "2023-05-01", - "2023-06-01-preview", - "2023-10-01-preview", - "2024-04-01-preview", - "2024-06-01-preview", - "2024-10-01" - ], - "commitmentplans": [ - "2022-12-01", - "2023-05-01", - "2023-06-01-preview", - "2023-10-01-preview", - "2024-04-01-preview", - "2024-06-01-preview", - "2024-10-01" - ], - "deletedaccounts": [ - "2021-04-30", - "2021-10-01", - "2022-03-01", - "2022-10-01", - "2022-12-01", - "2023-05-01", - "2023-06-01-preview", - "2023-10-01-preview", - "2024-04-01-preview", - "2024-06-01-preview", - "2024-10-01" - ], - "locations": [ - "2016-02-01-preview", - "2017-04-18", - "2021-04-30", - "2021-10-01", - "2022-03-01", - "2022-10-01", - "2022-12-01", - "2023-05-01", - "2023-06-01-preview", - "2023-10-01-preview", - "2024-04-01-preview", - "2024-06-01-preview", - "2024-10-01" - ], - "locations/checkskuavailability": [ - "2016-02-01-preview", - "2017-04-18", - "2021-04-30", - "2021-10-01", - "2022-03-01", - "2022-10-01", - "2022-12-01", - "2023-05-01", - "2023-06-01-preview", - "2023-10-01-preview", - "2024-04-01-preview", - "2024-06-01-preview", - "2024-10-01" - ], - "locations/commitmenttiers": [ - "2021-10-01", - "2022-03-01", - "2022-10-01", - "2022-12-01", - "2023-05-01", - "2023-06-01-preview", - "2023-10-01-preview", - "2024-04-01-preview", - "2024-06-01-preview", - "2024-10-01" - ], - "locations/deletevirtualnetworkorsubnets": [ - "2016-02-01-preview", - "2017-04-18", - "2021-04-30", - "2021-10-01", - "2022-03-01", - "2022-10-01", - "2022-12-01", - "2023-05-01", - "2023-06-01-preview", - "2023-10-01-preview", - "2024-04-01-preview", - "2024-06-01-preview", - "2024-10-01" - ], - "locations/modelcapacities": [ - "2024-04-01-preview", - "2024-06-01-preview", - "2024-10-01" - ], - "locations/models": [ - "2023-05-01", - "2023-06-01-preview", - "2023-10-01-preview", - "2024-04-01-preview", - "2024-06-01-preview", - "2024-10-01" - ], - "locations/networksecurityperimeterproxies": [ - "2021-10-01" - ], - "locations/networksecurityperimeterproxies/profileproxies": [ - "2021-10-01" - ], - "locations/networksecurityperimeterproxies/profileproxies/accessruleproxies": [ - "2021-10-01" - ], - "locations/notifynetworksecurityperimeterupdatesavailable": [ - "2021-10-01" - ], - "locations/operationresults": [ - "2016-02-01-preview", - "2017-04-18", - "2021-04-30", - "2021-10-01", - "2022-03-01", - "2022-10-01", - "2022-12-01", - "2023-05-01", - "2023-06-01-preview", - "2023-10-01-preview", - "2024-04-01-preview", - "2024-06-01-preview", - "2024-10-01" - ], - "locations/raicontentfilters": [ - "2023-06-01-preview", - "2023-10-01-preview", - "2024-04-01-preview", - "2024-06-01-preview", - "2024-10-01" - ], - "locations/resourcegroups": [ - "2021-04-30", - "2021-10-01", - "2022-03-01", - "2022-10-01", - "2022-12-01", - "2023-05-01", - "2023-06-01-preview", - "2023-10-01-preview", - "2024-04-01-preview", - "2024-06-01-preview", - "2024-10-01" - ], - "locations/resourcegroups/deletedaccounts": [ - "2021-04-30", - "2021-10-01", - "2022-03-01", - "2022-10-01", - "2022-12-01", - "2023-05-01", - "2023-06-01-preview", - "2023-10-01-preview", - "2024-04-01-preview", - "2024-06-01-preview", - "2024-10-01" - ], - "locations/usages": [ - "2023-05-01", - "2023-06-01-preview", - "2023-10-01-preview", - "2024-04-01-preview", - "2024-06-01-preview", - "2024-10-01" - ], - "modelcapacities": [ - "2024-04-01-preview", - "2024-06-01-preview", - "2024-10-01" - ], - "operations": [ - "2016-02-01-preview", - "2017-04-18", - "2021-04-30", - "2021-10-01", - "2022-03-01", - "2022-10-01", - "2022-12-01", - "2023-05-01", - "2023-06-01-preview", - "2023-10-01-preview", - "2024-04-01-preview", - "2024-06-01-preview", - "2024-10-01" - ] - }, - "commerce": { - "": [ - "2015-03-31", - "2015-05-15", - "2015-06-01-preview", - "2016-08-31-preview" - ], - "operations": [ - "2015-03-31", - "2015-06-01-preview" - ], - "ratecard": [ - "2015-05-15", - "2015-06-01-preview", - "2016-08-31-preview" - ], - "usageaggregates": [ - "2015-03-31", - "2015-06-01-preview" - ] - }, - "communication": { - "": [ - "2020-08-20", - "2021-09-09-privatepreview", - "2021-10-01-preview", - "2022-03-29-preview", - "2022-07-01-preview", - "2022-10-01-preview", - "2023-03-01-preview", - "2023-03-31", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-11-06-preview", - "2023-11-21-preview" - ], - "checknameavailability": [ - "2020-08-20", - "2021-10-01-preview", - "2022-07-01-preview", - "2022-10-01-preview", - "2023-03-01-preview", - "2023-03-31", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview" - ], - "communicationservices": [ - "2020-08-20", - "2021-10-01-preview", - "2022-03-29-preview", - "2022-07-01-preview", - "2022-10-01-preview", - "2023-03-01-preview", - "2023-03-31", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview" - ], - "communicationservices/eventgridfilters": [ - "2020-08-20", - "2021-09-09-privatepreview" - ], - "emailservices": [ - "2021-10-01-preview", - "2022-07-01-preview", - "2022-10-01-preview", - "2023-03-01-preview", - "2023-03-31", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview" - ], - "emailservices/domains": [ - "2021-10-01-preview", - "2022-07-01-preview", - "2022-10-01-preview", - "2023-03-01-preview", - "2023-03-31", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview" - ], - "emailservices/domains/senderusernames": [ - "2023-03-01-preview", - "2023-03-31", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview" - ], - "emailservices/domains/suppressionlists": [ - "2023-06-01-preview" - ], - "emailservices/domains/suppressionlists/suppressionlistaddresses": [ - "2023-06-01-preview" - ], - "locations": [ - "2020-08-20", - "2021-10-01-preview", - "2022-03-29-preview", - "2022-07-01-preview", - "2022-10-01-preview", - "2023-03-01-preview", - "2023-03-31", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-11-06-preview", - "2023-11-21-preview" - ], - "locations/operationstatuses": [ - "2020-08-20", - "2021-10-01-preview", - "2022-03-29-preview", - "2022-07-01-preview", - "2022-10-01-preview", - "2023-03-01-preview", - "2023-03-31", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-11-06-preview", - "2023-11-21-preview" - ], - "operations": [ - "2020-08-20", - "2021-10-01-preview", - "2022-03-29-preview", - "2022-07-01-preview", - "2022-10-01-preview", - "2023-03-01-preview", - "2023-03-31", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-11-06-preview", - "2023-11-21-preview" - ], - "registeredsubscriptions": [ - "2020-08-20", - "2021-10-01-preview", - "2022-07-01-preview", - "2022-10-01-preview", - "2023-03-01-preview", - "2023-03-31", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview" - ] - }, - "community": { - "": [ - "2023-08-01-preview", - "2023-11-01" - ], - "communitytrainings": [ - "2023-11-01" - ], - "locations": [ - "2023-08-01-preview", - "2023-11-01" - ], - "locations/operationstatuses": [ - "2023-11-01" - ], - "operations": [ - "2023-08-01-preview", - "2023-11-01" - ] - }, - "compositesolutions": { - "": [ - "2024-03-01-preview" - ], - "locations/operations": [ - "2024-03-01-preview" - ] - }, - "compute": { - "": [ - "2014-04-01", - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-04-30-preview", - "2016-06-01", - "2016-07-01", - "2016-08-01", - "2016-08-30", - "2016-09-01", - "2017-03-30", - "2017-10-15-preview", - "2017-10-30-preview", - "2017-12-01", - "2018-04-01", - "2018-06-01", - "2018-09-30", - "2018-10-01", - "2019-03-01", - "2019-07-01", - "2019-11-01", - "2019-12-01", - "2020-05-01", - "2020-06-01", - "2020-06-30", - "2020-09-30", - "2020-10-01-preview", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-06-01-preview", - "2021-07-01", - "2021-08-01", - "2021-10-01", - "2021-11-01", - "2021-12-01", - "2022-01-03", - "2022-03-01", - "2022-03-02", - "2022-03-03", - "2022-04-04", - "2022-07-02", - "2022-08-01", - "2022-08-03", - "2022-09-04", - "2022-11-01", - "2023-01-02", - "2023-03-01", - "2023-04-02", - "2023-07-01", - "2023-07-03", - "2023-09-01", - "2023-10-02", - "2024-03-01", - "2024-03-01-preview", - "2024-03-02", - "2024-03-03", - "2024-06-01-preview", - "2024-07-01" - ], - "availabilitysets": [ - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-04-30-preview", - "2016-08-30", - "2017-03-30", - "2017-12-01", - "2018-04-01", - "2018-06-01", - "2018-10-01", - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-06-01", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "capacityreservationgroups": [ - "2020-06-01", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "capacityreservationgroups/capacityreservations": [ - "2020-06-01", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "cloudservices": [ - "2020-10-01-preview", - "2021-03-01", - "2022-04-04", - "2022-09-04" - ], - "cloudservices/networkinterfaces": [ - "2020-10-01-preview", - "2021-03-01" - ], - "cloudservices/publicipaddresses": [ - "2020-10-01-preview", - "2021-03-01" - ], - "cloudservices/roleinstances": [ - "2020-10-01-preview", - "2021-03-01", - "2022-04-04", - "2022-09-04" - ], - "cloudservices/roleinstances/networkinterfaces": [ - "2020-10-01-preview", - "2021-03-01" - ], - "cloudservices/roles": [ - "2020-10-01-preview", - "2021-03-01", - "2022-04-04", - "2022-09-04" - ], - "diskaccesses": [ - "2020-05-01", - "2020-06-30", - "2020-09-30", - "2020-12-01", - "2021-04-01", - "2021-08-01", - "2021-12-01", - "2022-03-02", - "2022-07-02", - "2023-01-02", - "2023-04-02", - "2023-10-02", - "2024-03-02" - ], - "diskencryptionsets": [ - "2019-07-01", - "2019-11-01", - "2020-05-01", - "2020-06-30", - "2020-09-30", - "2020-12-01", - "2021-04-01", - "2021-08-01", - "2021-12-01", - "2022-03-02", - "2022-07-02", - "2023-01-02", - "2023-04-02", - "2023-10-02", - "2024-03-02" - ], - "disks": [ - "2016-04-30-preview", - "2017-03-30", - "2018-04-01", - "2018-06-01", - "2018-09-30", - "2019-03-01", - "2019-07-01", - "2019-11-01", - "2020-05-01", - "2020-06-30", - "2020-09-30", - "2020-12-01", - "2021-04-01", - "2021-08-01", - "2021-12-01", - "2022-03-02", - "2022-07-02", - "2023-01-02", - "2023-04-02", - "2023-10-02", - "2024-03-02" - ], - "galleries": [ - "2018-06-01", - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-09-30", - "2021-03-01", - "2021-07-01", - "2021-10-01", - "2022-01-03", - "2022-03-03", - "2022-08-03", - "2023-07-03", - "2024-03-03" - ], - "galleries/applications": [ - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-09-30", - "2021-03-01", - "2021-07-01", - "2021-10-01", - "2022-01-03", - "2022-03-03", - "2022-08-03", - "2023-07-03", - "2024-03-03" - ], - "galleries/applications/versions": [ - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-09-30", - "2021-03-01", - "2021-07-01", - "2021-10-01", - "2022-01-03", - "2022-03-03", - "2022-08-03", - "2023-07-03", - "2024-03-03" - ], - "galleries/images": [ - "2018-06-01", - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-09-30", - "2021-03-01", - "2021-07-01", - "2021-10-01", - "2022-01-03", - "2022-03-03", - "2022-08-03", - "2023-07-03", - "2024-03-03" - ], - "galleries/images/versions": [ - "2018-06-01", - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-09-30", - "2021-03-01", - "2021-07-01", - "2021-10-01", - "2022-01-03", - "2022-03-03", - "2022-08-03", - "2023-07-03", - "2024-03-03" - ], - "hostgroups": [ - "2018-10-01", - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-06-01", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "hostgroups/hosts": [ - "2018-10-01", - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-06-01", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "images": [ - "2016-04-30-preview", - "2016-08-30", - "2017-03-30", - "2017-12-01", - "2018-04-01", - "2018-06-01", - "2018-10-01", - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-06-01", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "locations": [ - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-04-30-preview", - "2016-08-30", - "2017-03-30", - "2017-12-01", - "2018-04-01", - "2018-06-01", - "2018-10-01", - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-06-01", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "locations/artifactpublishers": [ - "2017-10-15-preview" - ], - "locations/capsoperations": [ - "2017-10-15-preview", - "2018-06-01", - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-09-30", - "2021-03-01", - "2021-07-01", - "2021-10-01", - "2022-01-03", - "2022-03-03", - "2022-08-03", - "2023-07-03", - "2024-03-03" - ], - "locations/cloudserviceosfamilies": [ - "2021-03-01", - "2022-04-04", - "2022-09-04" - ], - "locations/cloudserviceosversions": [ - "2021-03-01", - "2022-04-04", - "2022-09-04" - ], - "locations/communitygalleries": [ - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-04-30-preview", - "2016-08-30", - "2017-03-30", - "2017-12-01", - "2018-04-01", - "2018-06-01", - "2018-10-01", - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-06-01", - "2020-09-30", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-01-03", - "2022-03-01", - "2022-03-03", - "2022-08-01", - "2022-08-03", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-07-03", - "2023-09-01", - "2024-03-01", - "2024-03-03", - "2024-07-01" - ], - "locations/csoperations": [ - "2020-10-01-preview", - "2021-03-01", - "2022-04-04", - "2022-09-04" - ], - "locations/diagnosticoperations": [ - "2021-06-01-preview", - "2024-03-01-preview", - "2024-06-01-preview" - ], - "locations/diagnostics": [ - "2021-06-01-preview", - "2024-03-01-preview", - "2024-06-01-preview" - ], - "locations/diskoperations": [ - "2016-04-30-preview", - "2017-03-30", - "2018-04-01", - "2018-06-01", - "2018-09-30", - "2019-03-01", - "2019-07-01", - "2019-11-01", - "2020-05-01", - "2020-06-30", - "2020-09-30", - "2020-12-01", - "2021-04-01", - "2021-08-01", - "2021-12-01", - "2022-03-02", - "2022-07-02", - "2023-01-02", - "2023-04-02", - "2023-10-02", - "2024-03-02" - ], - "locations/edgezones": [ - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "locations/edgezones/publishers": [ - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "locations/edgezones/vmimages": [ - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "locations/galleries": [ - "2018-06-01", - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-09-30", - "2021-03-01", - "2021-07-01", - "2021-10-01", - "2022-01-03", - "2022-03-03", - "2022-08-03", - "2023-07-03", - "2024-03-03" - ], - "locations/loganalytics": [ - "2017-12-01", - "2018-04-01", - "2018-06-01", - "2018-10-01", - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-06-01", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "locations/operations": [ - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-04-30-preview", - "2016-08-30", - "2017-03-30", - "2017-10-30-preview", - "2017-12-01", - "2018-04-01", - "2018-06-01", - "2018-10-01", - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-06-01", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "locations/placementrecommendations": [ - "2021-06-01-preview", - "2024-03-01-preview", - "2024-06-01-preview" - ], - "locations/placementscores": [ - "2021-06-01-preview", - "2024-03-01-preview", - "2024-06-01-preview" - ], - "locations/publishers": [ - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-04-30-preview", - "2016-08-30", - "2017-03-30", - "2017-12-01", - "2018-04-01", - "2018-06-01", - "2018-10-01", - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-06-01", - "2020-09-30", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-01-03", - "2022-03-01", - "2022-03-03", - "2022-08-01", - "2022-08-03", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-07-03", - "2023-09-01", - "2024-03-01", - "2024-03-03", - "2024-07-01" - ], - "locations/recommendations": [ - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "locations/runcommands": [ - "2017-03-30", - "2017-12-01", - "2018-04-01", - "2018-06-01", - "2018-10-01", - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-06-01", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "locations/sharedgalleries": [ - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-04-30-preview", - "2016-08-30", - "2017-03-30", - "2017-12-01", - "2018-04-01", - "2018-06-01", - "2018-10-01", - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-06-01", - "2020-09-30", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-01-03", - "2022-03-01", - "2022-03-03", - "2022-08-01", - "2022-08-03", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-07-03", - "2023-09-01", - "2024-03-01", - "2024-03-03", - "2024-07-01" - ], - "locations/spotevictionrates": [ - "2020-06-01", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "locations/spotpricehistory": [ - "2020-06-01", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "locations/usages": [ - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-04-30-preview", - "2016-08-30", - "2017-03-30", - "2017-12-01", - "2018-04-01", - "2018-06-01", - "2018-10-01", - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-06-01", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "locations/virtualmachines": [ - "2016-08-30", - "2017-03-30", - "2017-12-01", - "2018-04-01", - "2018-06-01", - "2018-10-01", - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-06-01", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "locations/virtualmachinescalesets": [ - "2016-08-30", - "2017-03-30", - "2017-12-01", - "2018-04-01", - "2018-06-01", - "2018-10-01", - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-06-01", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "locations/vmsizes": [ - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-04-30-preview", - "2016-08-30", - "2017-03-30", - "2017-12-01", - "2018-04-01", - "2018-06-01", - "2018-10-01", - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-06-01", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "operations": [ - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-08-30", - "2017-03-30", - "2017-12-01", - "2018-04-01", - "2018-06-01", - "2018-10-01", - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-06-01", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "payloadgroups": [ - "2023-07-03", - "2024-03-03" - ], - "proximityplacementgroups": [ - "2018-04-01", - "2018-06-01", - "2018-10-01", - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-06-01", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "restorepointcollections": [ - "2017-03-30", - "2017-12-01", - "2018-04-01", - "2018-06-01", - "2018-10-01", - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-06-01", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "restorepointcollections/restorepoints": [ - "2017-03-30", - "2017-12-01", - "2018-04-01", - "2018-06-01", - "2018-10-01", - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-06-01", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "restorepointcollections/restorepoints/diskrestorepoints": [ - "2020-09-30", - "2020-12-01", - "2021-04-01", - "2021-08-01", - "2021-12-01", - "2022-03-02", - "2022-07-02", - "2023-01-02", - "2023-04-02", - "2023-10-02", - "2024-03-02" - ], - "sharedvmimages": [ - "2017-10-15-preview" - ], - "sharedvmimages/versions": [ - "2017-10-15-preview" - ], - "snapshots": [ - "2016-04-30-preview", - "2017-03-30", - "2018-04-01", - "2018-06-01", - "2018-09-30", - "2019-03-01", - "2019-07-01", - "2019-11-01", - "2020-05-01", - "2020-06-30", - "2020-09-30", - "2020-12-01", - "2021-04-01", - "2021-08-01", - "2021-12-01", - "2022-03-02", - "2022-07-02", - "2023-01-02", - "2023-04-02", - "2023-10-02", - "2024-03-02" - ], - "sshpublickeys": [ - "2019-12-01", - "2020-06-01", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "virtualmachines": [ - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-04-30-preview", - "2016-08-30", - "2017-03-30", - "2017-12-01", - "2018-04-01", - "2018-06-01", - "2018-10-01", - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-06-01", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "virtualmachines/extensions": [ - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-04-30-preview", - "2016-08-30", - "2017-03-30", - "2017-12-01", - "2018-04-01", - "2018-06-01", - "2018-10-01", - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-06-01", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "virtualmachines/metricdefinitions": [ - "2014-04-01" - ], - "virtualmachines/runcommands": [ - "2019-12-01", - "2020-06-01", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "virtualmachines/vmapplications": [ - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "virtualmachinescalesets": [ - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-04-30-preview", - "2016-08-30", - "2017-03-30", - "2017-10-30-preview", - "2017-12-01", - "2018-04-01", - "2018-06-01", - "2018-10-01", - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-06-01", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "virtualmachinescalesets/applications": [ - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "virtualmachinescalesets/disks": [ - "2016-04-30-preview", - "2017-03-30", - "2018-04-01", - "2018-06-01", - "2018-09-30", - "2019-03-01", - "2019-07-01", - "2019-11-01", - "2020-05-01", - "2020-06-30", - "2020-09-30", - "2020-12-01", - "2021-04-01", - "2021-08-01", - "2021-12-01", - "2022-03-02", - "2022-07-02", - "2023-01-02", - "2023-04-02", - "2023-10-02", - "2024-03-02" - ], - "virtualmachinescalesets/extensions": [ - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-04-30-preview", - "2016-08-30", - "2017-03-30", - "2017-10-30-preview", - "2017-12-01", - "2018-04-01", - "2018-06-01", - "2018-10-01", - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-06-01", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "virtualmachinescalesets/networkinterfaces": [ - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-04-30-preview", - "2016-06-01", - "2016-07-01", - "2016-08-01", - "2016-09-01", - "2017-03-30", - "2017-12-01", - "2018-04-01", - "2018-06-01", - "2018-10-01", - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-06-01", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "virtualmachinescalesets/publicipaddresses": [ - "2017-03-30", - "2017-12-01", - "2018-04-01", - "2018-06-01", - "2018-10-01", - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-06-01", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "virtualmachinescalesets/virtualmachines": [ - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-04-30-preview", - "2016-08-30", - "2017-03-30", - "2017-10-30-preview", - "2017-12-01", - "2018-04-01", - "2018-06-01", - "2018-10-01", - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-06-01", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "virtualmachinescalesets/virtualmachines/extensions": [ - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-04-30-preview", - "2016-08-30", - "2017-03-30", - "2017-10-30-preview", - "2017-12-01", - "2018-04-01", - "2018-06-01", - "2018-10-01", - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-06-01", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ], - "virtualmachinescalesets/virtualmachines/networkinterfaces": [ - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-04-30-preview", - "2016-06-01", - "2016-07-01", - "2016-08-01", - "2016-09-01", - "2017-03-30", - "2017-12-01", - "2018-04-01", - "2018-06-01", - "2018-10-01", - "2019-03-01", - "2019-07-01", - "2019-12-01", - "2020-06-01", - "2020-12-01", - "2021-03-01", - "2021-04-01", - "2021-07-01", - "2021-11-01", - "2022-03-01", - "2022-08-01", - "2022-11-01", - "2023-03-01", - "2023-07-01", - "2023-09-01", - "2024-03-01", - "2024-07-01" - ] - }, - "computeschedule": { - "": [ - "2024-06-01-preview", - "2024-08-01-preview", - "2024-08-15-preview" - ], - "location": [ - "2024-06-01-preview", - "2024-08-01-preview", - "2024-08-15-preview" - ], - "locations": [ - "2024-06-01-preview", - "2024-08-01-preview", - "2024-08-15-preview" - ], - "locations/notifications": [ - "2024-06-01-preview", - "2024-08-15-preview" - ], - "locations/operationstatuses": [ - "2024-08-01-preview" - ], - "locations/regionalnotifications": [ - "2024-06-01-preview", - "2024-08-15-preview" - ], - "locations/virtualmachinescanceloperations": [ - "2024-06-01-preview", - "2024-08-15-preview" - ], - "locations/virtualmachinesexecutedeallocate": [ - "2024-06-01-preview", - "2024-08-15-preview" - ], - "locations/virtualmachinesexecutehibernate": [ - "2024-06-01-preview", - "2024-08-15-preview" - ], - "locations/virtualmachinesexecutestart": [ - "2024-06-01-preview", - "2024-08-15-preview" - ], - "locations/virtualmachinesgetoperationerrors": [ - "2024-06-01-preview", - "2024-08-15-preview" - ], - "locations/virtualmachinesgetoperationstatus": [ - "2024-06-01-preview", - "2024-08-15-preview" - ], - "locations/virtualmachinessubmitdeallocate": [ - "2024-06-01-preview", - "2024-08-15-preview" - ], - "locations/virtualmachinessubmithibernate": [ - "2024-06-01-preview", - "2024-08-15-preview" - ], - "locations/virtualmachinessubmitstart": [ - "2024-06-01-preview", - "2024-08-15-preview" - ], - "operations": [ - "2024-06-01-preview", - "2024-08-15-preview" - ] - }, - "confidentialledger": { - "": [ - "2020-12-01-preview", - "2021-05-13-preview", - "2022-05-13", - "2022-09-08-preview", - "2023-01-26-preview", - "2023-06-28-preview" - ], - "checknameavailability": [ - "2020-12-01-preview", - "2021-05-13-preview", - "2022-05-13", - "2022-09-08-preview", - "2023-01-26-preview", - "2023-06-28-preview" - ], - "ledgers": [ - "2020-12-01-preview", - "2021-05-13-preview", - "2022-05-13", - "2022-09-08-preview", - "2023-01-26-preview", - "2023-06-28-preview" - ], - "locations": [ - "2020-12-01-preview", - "2021-05-13-preview", - "2022-05-13", - "2022-09-08-preview", - "2023-01-26-preview", - "2023-06-28-preview" - ], - "locations/operations": [ - "2020-12-01-preview", - "2021-05-13-preview", - "2022-05-13" - ], - "locations/operationstatuses": [ - "2020-12-01-preview", - "2021-05-13-preview", - "2022-05-13", - "2022-09-08-preview", - "2023-01-26-preview", - "2023-06-28-preview" - ], - "managedccfs": [ - "2022-09-08-preview", - "2023-01-26-preview", - "2023-06-28-preview" - ], - "operations": [ - "2020-12-01-preview", - "2021-05-13-preview", - "2022-05-13", - "2022-09-08-preview", - "2023-01-26-preview", - "2023-06-28-preview" - ] - }, - "confluent": { - "": [ - "2020-03-01", - "2020-03-01-preview", - "2021-03-01-preview", - "2021-09-01-preview", - "2021-12-01", - "2022-04-10-preview", - "2022-07-21-preview", - "2022-10-07-preview", - "2023-02-09-preview", - "2023-07-11-preview", - "2023-08-22", - "2023-10-03-preview", - "2024-01-12-preview", - "2024-02-05-preview", - "2024-02-13", - "2024-03-20-preview", - "2024-07-01-preview" - ], - "agreements": [ - "2020-03-01", - "2020-03-01-preview", - "2021-03-01-preview", - "2021-09-01-preview", - "2021-12-01", - "2022-04-10-preview", - "2022-07-21-preview", - "2022-10-07-preview", - "2023-02-09-preview", - "2023-07-11-preview", - "2023-08-22", - "2023-10-03-preview", - "2024-01-12-preview", - "2024-02-05-preview", - "2024-02-13", - "2024-03-20-preview", - "2024-07-01-preview" - ], - "checknameavailability": [ - "2020-03-01", - "2020-03-01-preview", - "2021-03-01-preview", - "2021-09-01-preview", - "2021-12-01", - "2022-04-10-preview", - "2022-07-21-preview", - "2022-10-07-preview", - "2023-02-09-preview", - "2023-07-11-preview", - "2023-08-22", - "2023-10-03-preview", - "2024-01-12-preview", - "2024-02-05-preview", - "2024-02-13", - "2024-03-20-preview", - "2024-07-01-preview" - ], - "locations": [ - "2020-03-01", - "2020-03-01-preview", - "2021-03-01-preview", - "2021-09-01-preview", - "2021-12-01", - "2022-04-10-preview", - "2022-07-21-preview", - "2022-10-07-preview", - "2023-02-09-preview", - "2023-07-11-preview", - "2023-08-22", - "2023-10-03-preview", - "2024-01-12-preview", - "2024-02-05-preview", - "2024-02-13", - "2024-03-20-preview", - "2024-07-01-preview" - ], - "locations/operationstatuses": [ - "2020-03-01", - "2020-03-01-preview", - "2021-03-01-preview", - "2021-09-01-preview", - "2021-12-01", - "2022-04-10-preview", - "2022-07-21-preview", - "2022-10-07-preview", - "2023-02-09-preview", - "2023-07-11-preview", - "2023-08-22", - "2023-10-03-preview", - "2024-01-12-preview", - "2024-02-05-preview", - "2024-02-13", - "2024-03-20-preview", - "2024-07-01-preview" - ], - "operations": [ - "2020-03-01", - "2020-03-01-preview", - "2021-03-01-preview", - "2021-09-01-preview", - "2021-12-01", - "2022-04-10-preview", - "2022-07-21-preview", - "2022-10-07-preview", - "2023-02-09-preview", - "2023-07-11-preview", - "2023-08-22", - "2023-10-03-preview", - "2024-01-12-preview", - "2024-02-05-preview", - "2024-02-13", - "2024-03-20-preview", - "2024-07-01-preview" - ], - "organizations": [ - "2020-03-01", - "2020-03-01-preview", - "2021-03-01-preview", - "2021-09-01-preview", - "2021-12-01", - "2022-04-10-preview", - "2022-07-21-preview", - "2022-10-07-preview", - "2023-02-09-preview", - "2023-07-11-preview", - "2023-08-22", - "2023-10-03-preview", - "2024-01-12-preview", - "2024-02-05-preview", - "2024-02-13", - "2024-03-20-preview", - "2024-07-01-preview" - ], - "organizations/access": [ - "2023-10-03-preview", - "2024-01-12-preview", - "2024-02-05-preview", - "2024-02-13", - "2024-03-20-preview", - "2024-07-01-preview" - ], - "organizations/access/deleterolebinding": [ - "2023-10-03-preview", - "2024-01-12-preview", - "2024-02-05-preview", - "2024-02-13", - "2024-03-20-preview", - "2024-07-01-preview" - ], - "organizations/apikeys": [ - "2024-01-12-preview", - "2024-02-05-preview", - "2024-02-13", - "2024-03-20-preview", - "2024-07-01-preview" - ], - "organizations/environments": [ - "2024-01-12-preview", - "2024-02-05-preview", - "2024-02-13", - "2024-03-20-preview", - "2024-07-01-preview" - ], - "organizations/environments/clusters": [ - "2024-01-12-preview", - "2024-02-05-preview", - "2024-02-13", - "2024-03-20-preview", - "2024-07-01-preview" - ], - "organizations/environments/clusters/connectors": [ - "2024-03-20-preview", - "2024-07-01-preview" - ], - "organizations/environments/clusters/createapikey": [ - "2024-01-12-preview", - "2024-02-05-preview", - "2024-02-13", - "2024-03-20-preview", - "2024-07-01-preview" - ], - "organizations/environments/clusters/topics": [ - "2024-03-20-preview", - "2024-07-01-preview" - ], - "organizations/environments/schemaregistryclusters": [ - "2024-01-12-preview", - "2024-02-05-preview", - "2024-02-13", - "2024-03-20-preview", - "2024-07-01-preview" - ], - "organizations/listregions": [ - "2024-01-12-preview", - "2024-02-05-preview", - "2024-02-13", - "2024-03-20-preview", - "2024-07-01-preview" - ], - "validations": [ - "2021-03-01-preview", - "2021-09-01-preview", - "2021-12-01", - "2022-04-10-preview", - "2022-07-21-preview", - "2022-10-07-preview", - "2023-02-09-preview", - "2023-07-11-preview", - "2023-08-22", - "2023-10-03-preview", - "2024-01-12-preview", - "2024-02-05-preview", - "2024-02-13", - "2024-03-20-preview", - "2024-07-01-preview" - ] - }, - "connectedcache": { - "": [ - "2019-12-04-preview", - "2021-09-15-preview", - "2022-03-21-preview", - "2023-04-01-preview", - "2023-05-01-preview" - ], - "cachenodes": [ - "2019-12-04-preview", - "2021-09-15-preview" - ], - "enterprisecustomers": [ - "2021-09-15-preview" - ], - "enterprisemcccustomers": [ - "2023-04-01-preview", - "2023-05-01-preview" - ], - "enterprisemcccustomers/enterprisemcccachenodes": [ - "2023-04-01-preview", - "2023-05-01-preview" - ], - "ispcustomers": [ - "2022-03-21-preview", - "2023-04-01-preview", - "2023-05-01-preview" - ], - "ispcustomers/ispcachenodes": [ - "2022-03-21-preview", - "2023-04-01-preview", - "2023-05-01-preview" - ], - "locations": [ - "2022-03-21-preview", - "2023-04-01-preview", - "2023-05-01-preview" - ], - "locations/operationstatuses": [ - "2022-03-21-preview", - "2023-04-01-preview", - "2023-05-01-preview" - ], - "operations": [ - "2022-03-21-preview", - "2023-04-01-preview", - "2023-05-01-preview" - ], - "registeredsubscriptions": [ - "2022-03-21-preview", - "2023-04-01-preview", - "2023-05-01-preview" - ] - }, - "connectedcredentials": { - "": [ - "2023-06-12-preview" - ], - "credentials": [ - "2023-06-12-preview" - ], - "locations": [ - "2023-06-12-preview" - ], - "locations/operationstatuses": [ - "2023-06-12-preview" - ], - "operations": [ - "2023-06-12-preview" - ] - }, - "connectedopenstack": { - "": [ - "2021-05-31-privatepreview" - ], - "flavors": [ - "2021-05-31-privatepreview" - ], - "heatstacks": [ - "2021-05-31-privatepreview" - ], - "heatstacktemplates": [ - "2021-05-31-privatepreview" - ], - "images": [ - "2021-05-31-privatepreview" - ], - "keypairs": [ - "2021-05-31-privatepreview" - ], - "locations": [ - "2021-05-31-privatepreview" - ], - "locations/operationstatuses": [ - "2021-05-31-privatepreview" - ], - "networkports": [ - "2021-05-31-privatepreview" - ], - "networks": [ - "2021-05-31-privatepreview" - ], - "openstackidentities": [ - "2021-05-31-privatepreview" - ], - "operations": [ - "2021-05-31-privatepreview" - ], - "securitygrouprules": [ - "2021-05-31-privatepreview" - ], - "securitygroups": [ - "2021-05-31-privatepreview" - ], - "subnets": [ - "2021-05-31-privatepreview" - ], - "virtualmachines": [ - "2021-05-31-privatepreview" - ], - "volumes": [ - "2021-05-31-privatepreview" - ], - "volumesnapshots": [ - "2021-05-31-privatepreview" - ], - "volumetypes": [ - "2021-05-31-privatepreview" - ] - }, - "connectedvehicle": { - "": [ - "2020-12-01-preview" - ], - "checknameavailability": [ - "2020-12-01-preview" - ], - "locations": [ - "2020-12-01-preview" - ], - "locations/operationstatuses": [ - "2020-12-01-preview" - ], - "operations": [ - "2020-12-01-preview" - ], - "registeredsubscriptions": [ - "2020-12-01-preview" - ] - }, - "connectedvmwarevsphere": { - "": [ - "2020-10-01-preview", - "2022-01-10-preview", - "2022-07-15-preview", - "2023-03-01-preview", - "2023-10-01", - "2023-12-01" - ], - "clusters": [ - "2023-03-01-preview", - "2023-10-01", - "2023-12-01" - ], - "datastores": [ - "2023-03-01-preview", - "2023-10-01", - "2023-12-01" - ], - "hosts": [ - "2023-03-01-preview", - "2023-10-01", - "2023-12-01" - ], - "locations": [ - "2020-10-01-preview", - "2022-01-10-preview", - "2022-07-15-preview", - "2023-03-01-preview", - "2023-10-01", - "2023-12-01" - ], - "locations/operationstatuses": [ - "2020-10-01-preview", - "2022-01-10-preview", - "2022-07-15-preview", - "2023-03-01-preview", - "2023-10-01", - "2023-12-01" - ], - "locations/updatecenteroperationresults": [ - "2022-01-10-preview" - ], - "locations/upgradeextensionsoperationresults": [ - "2022-07-15-preview" - ], - "operations": [ - "2020-10-01-preview", - "2022-01-10-preview", - "2022-07-15-preview", - "2023-03-01-preview", - "2023-10-01", - "2023-12-01" - ], - "resourcepools": [ - "2023-03-01-preview", - "2023-10-01", - "2023-12-01" - ], - "vcenters": [ - "2023-03-01-preview", - "2023-10-01", - "2023-12-01" - ], - "vcenters/inventoryitems": [ - "2023-03-01-preview", - "2023-10-01", - "2023-12-01" - ], - "virtualmachineinstances": [ - "2023-03-01-preview", - "2023-10-01", - "2023-12-01" - ], - "virtualmachines": [ - "2020-10-01-preview", - "2022-01-10-preview", - "2022-07-15-preview", - "2023-03-01-preview" - ], - "virtualmachines/assesspatches": [ - "2022-01-10-preview" - ], - "virtualmachines/extensions": [ - "2020-10-01-preview", - "2022-01-10-preview", - "2022-07-15-preview", - "2023-03-01-preview" - ], - "virtualmachines/guestagents": [ - "2020-10-01-preview", - "2022-01-10-preview", - "2022-07-15-preview", - "2023-03-01-preview" - ], - "virtualmachines/hybrididentitymetadata": [ - "2020-10-01-preview", - "2022-01-10-preview", - "2022-07-15-preview", - "2023-03-01-preview" - ], - "virtualmachines/installpatches": [ - "2022-01-10-preview" - ], - "virtualmachines/upgradeextensions": [ - "2022-07-15-preview" - ], - "virtualmachinetemplates": [ - "2023-03-01-preview", - "2023-10-01", - "2023-12-01" - ], - "virtualnetworks": [ - "2023-03-01-preview", - "2023-10-01", - "2023-12-01" - ] - }, - "consumption": { - "": [ - "2017-06-30-preview", - "2017-11-30", - "2017-12-30-preview", - "2018-01-31", - "2018-03-31", - "2018-05-31", - "2018-06-30", - "2018-08-01-preview", - "2018-08-31", - "2018-10-01", - "2018-11-01-preview", - "2018-12-01-preview", - "2019-01-01", - "2019-01-01-preview", - "2019-03-01-preview", - "2019-04-01-preview", - "2019-05-01", - "2019-05-01-preview", - "2019-10-01", - "2019-11-01", - "2020-01-01-preview", - "2021-01-01", - "2021-05-01", - "2021-10-01", - "2022-06-01", - "2022-09-01", - "2023-03-01", - "2023-05-01", - "2023-11-01", - "2024-08-01" - ], - "aggregatedcost": [ - "2018-06-30", - "2018-08-31", - "2018-10-01", - "2019-01-01", - "2019-05-01", - "2019-10-01", - "2021-10-01", - "2023-03-01", - "2023-05-01", - "2023-11-01", - "2024-08-01" - ], - "balances": [ - "2017-06-30-preview", - "2017-11-30", - "2018-01-31", - "2018-03-31", - "2018-05-31", - "2018-06-30", - "2018-08-31", - "2018-10-01", - "2019-01-01", - "2019-05-01", - "2019-10-01", - "2021-10-01", - "2022-09-01", - "2023-03-01", - "2023-05-01", - "2023-11-01", - "2024-08-01" - ], - "budgets": [ - "2017-12-30-preview", - "2018-01-31", - "2018-03-31", - "2018-06-30", - "2018-08-31", - "2018-10-01", - "2018-12-01-preview", - "2019-01-01", - "2019-01-01-preview", - "2019-03-01-preview", - "2019-04-01-preview", - "2019-05-01", - "2019-10-01", - "2021-10-01", - "2023-03-01", - "2023-05-01", - "2023-11-01", - "2024-08-01" - ], - "charges": [ - "2018-08-31", - "2018-10-01", - "2018-11-01-preview", - "2019-01-01", - "2019-05-01", - "2019-05-01-preview", - "2019-10-01", - "2021-10-01", - "2023-03-01", - "2023-05-01", - "2023-11-01", - "2024-08-01" - ], - "costtags": [ - "2018-03-31", - "2018-05-31", - "2018-06-30", - "2018-08-31", - "2018-10-01", - "2019-05-01", - "2019-10-01", - "2019-11-01", - "2021-10-01", - "2023-03-01", - "2023-05-01", - "2023-11-01", - "2024-08-01" - ], - "credits": [ - "2018-08-31", - "2018-10-01", - "2018-11-01-preview", - "2019-10-01", - "2021-05-01", - "2021-10-01", - "2023-03-01", - "2023-05-01", - "2023-11-01", - "2024-08-01" - ], - "events": [ - "2018-08-31", - "2018-10-01", - "2018-11-01-preview", - "2019-10-01", - "2021-05-01", - "2021-10-01", - "2023-03-01", - "2023-05-01", - "2023-11-01", - "2024-08-01" - ], - "forecasts": [ - "2018-05-31", - "2018-06-30", - "2018-08-31", - "2018-10-01", - "2019-01-01", - "2019-05-01", - "2019-10-01", - "2023-03-01", - "2023-05-01", - "2023-11-01", - "2024-08-01" - ], - "lots": [ - "2018-08-31", - "2018-10-01", - "2018-11-01-preview", - "2019-10-01", - "2021-05-01", - "2021-10-01", - "2023-03-01", - "2023-05-01", - "2023-11-01", - "2024-08-01" - ], - "marketplaces": [ - "2018-01-31", - "2018-03-31", - "2018-05-31", - "2018-06-30", - "2018-08-31", - "2018-10-01", - "2019-01-01", - "2019-05-01", - "2019-10-01", - "2021-10-01", - "2023-03-01", - "2023-05-01", - "2023-11-01", - "2024-08-01" - ], - "operationresults": [ - "2018-08-31", - "2018-10-01", - "2018-11-01-preview", - "2019-01-01", - "2019-04-01-preview", - "2019-05-01", - "2019-05-01-preview", - "2019-10-01", - "2019-11-01", - "2021-01-01", - "2021-10-01", - "2022-06-01", - "2023-03-01", - "2023-05-01", - "2023-11-01", - "2024-08-01" - ], - "operations": [ - "2017-06-30-preview", - "2017-11-30", - "2018-01-31", - "2018-03-31", - "2018-05-31", - "2018-06-30", - "2018-08-01-preview", - "2018-08-31", - "2018-10-01", - "2018-11-01-preview", - "2019-01-01", - "2019-05-01", - "2019-10-01", - "2021-10-01", - "2022-06-01", - "2023-03-01", - "2023-05-01", - "2023-11-01", - "2024-08-01" - ], - "operationstatus": [ - "2018-08-31", - "2018-10-01", - "2018-11-01-preview", - "2019-01-01", - "2019-04-01-preview", - "2019-05-01", - "2019-05-01-preview", - "2019-10-01", - "2019-11-01", - "2021-01-01", - "2021-10-01", - "2022-06-01", - "2022-09-01", - "2023-03-01", - "2023-05-01", - "2023-11-01", - "2024-08-01" - ], - "pricesheets": [ - "2017-06-30-preview", - "2017-11-30", - "2018-01-31", - "2018-03-31", - "2018-05-31", - "2018-06-30", - "2018-08-31", - "2018-10-01", - "2019-01-01", - "2019-05-01", - "2019-10-01", - "2020-01-01-preview", - "2021-10-01", - "2022-06-01", - "2023-03-01", - "2023-05-01", - "2023-11-01", - "2024-08-01" - ], - "products": [ - "2018-08-31", - "2018-10-01", - "2019-10-01", - "2021-10-01", - "2023-03-01", - "2023-05-01", - "2023-11-01", - "2024-08-01" - ], - "reservationdetails": [ - "2017-06-30-preview", - "2017-11-30", - "2018-01-31", - "2018-03-31", - "2018-06-30", - "2018-08-31", - "2018-10-01", - "2019-01-01", - "2019-01-01-preview", - "2019-05-01", - "2019-10-01", - "2021-10-01", - "2023-03-01", - "2023-05-01", - "2023-11-01", - "2024-08-01" - ], - "reservationrecommendationdetails": [ - "2019-10-01", - "2021-10-01", - "2023-03-01", - "2023-05-01", - "2023-11-01", - "2024-08-01" - ], - "reservationrecommendations": [ - "2018-03-31", - "2018-06-30", - "2018-08-31", - "2018-10-01", - "2019-01-01", - "2019-01-01-preview", - "2019-05-01", - "2019-10-01", - "2021-10-01", - "2023-03-01", - "2023-05-01", - "2023-11-01", - "2024-08-01" - ], - "reservationsummaries": [ - "2017-06-30-preview", - "2017-11-30", - "2018-01-31", - "2018-03-31", - "2018-06-30", - "2018-08-31", - "2018-10-01", - "2019-01-01", - "2019-01-01-preview", - "2019-05-01", - "2019-10-01", - "2021-10-01", - "2023-03-01", - "2023-05-01", - "2023-11-01", - "2024-08-01" - ], - "reservationtransactions": [ - "2017-06-30-preview", - "2017-11-30", - "2018-01-31", - "2018-03-31", - "2018-05-31", - "2018-06-30", - "2018-08-31", - "2018-10-01", - "2019-01-01", - "2019-05-01", - "2019-10-01", - "2021-10-01", - "2023-03-01", - "2023-05-01", - "2023-11-01", - "2024-08-01" - ], - "tags": [ - "2018-03-31", - "2018-05-31", - "2018-06-30", - "2018-08-01-preview", - "2018-08-31", - "2018-10-01", - "2018-12-01-preview", - "2019-01-01", - "2019-03-01-preview", - "2019-04-01-preview", - "2019-05-01", - "2019-10-01", - "2019-11-01", - "2021-10-01", - "2023-03-01", - "2023-05-01", - "2023-11-01", - "2024-08-01" - ], - "tenants": [ - "2018-10-01", - "2019-01-01", - "2019-05-01", - "2019-10-01", - "2021-10-01", - "2023-03-01", - "2023-05-01", - "2023-11-01", - "2024-08-01" - ], - "terms": [ - "2017-12-30-preview", - "2018-01-31", - "2018-03-31", - "2018-06-30", - "2018-08-31", - "2018-10-01", - "2019-01-01", - "2019-05-01", - "2019-10-01", - "2021-10-01", - "2023-03-01", - "2023-05-01", - "2023-11-01", - "2024-08-01" - ], - "usagedetails": [ - "2017-06-30-preview", - "2017-11-30", - "2018-01-31", - "2018-03-31", - "2018-05-31", - "2018-06-30", - "2018-08-31", - "2018-10-01", - "2018-11-01-preview", - "2018-12-01-preview", - "2019-01-01", - "2019-04-01-preview", - "2019-05-01", - "2019-05-01-preview", - "2019-10-01", - "2019-11-01", - "2021-01-01", - "2021-10-01", - "2023-03-01", - "2023-05-01", - "2023-11-01", - "2024-08-01" - ] - }, - "containerinstance": { - "": [ - "2017-08-01-preview", - "2017-10-01-preview", - "2017-12-01-preview", - "2018-02-01-preview", - "2018-04-01", - "2018-06-01", - "2018-07-01", - "2018-09-01", - "2018-10-01", - "2018-12-01", - "2019-12-01", - "2020-11-01", - "2021-03-01", - "2021-07-01", - "2021-09-01", - "2021-10-01", - "2022-04-01-preview", - "2022-09-01", - "2022-10-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-05-15-preview", - "2024-05-01-preview", - "2024-09-01-preview", - "2024-10-01-preview" - ], - "containergroupprofiles": [ - "2022-04-01-preview", - "2022-10-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-05-15-preview", - "2024-05-01-preview", - "2024-09-01-preview" - ], - "containergroups": [ - "2017-08-01-preview", - "2017-10-01-preview", - "2017-12-01-preview", - "2018-02-01-preview", - "2018-04-01", - "2018-06-01", - "2018-07-01", - "2018-09-01", - "2018-10-01", - "2019-12-01", - "2020-11-01", - "2021-03-01", - "2021-07-01", - "2021-09-01", - "2021-10-01", - "2022-04-01-preview", - "2022-09-01", - "2022-10-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-05-15-preview", - "2024-05-01-preview", - "2024-09-01-preview", - "2024-10-01-preview" - ], - "locations": [ - "2017-08-01-preview", - "2017-10-01-preview", - "2017-12-01-preview", - "2018-02-01-preview", - "2018-04-01", - "2018-06-01", - "2018-07-01", - "2018-09-01", - "2018-10-01", - "2019-12-01", - "2020-11-01", - "2021-03-01", - "2021-07-01", - "2021-09-01", - "2021-10-01", - "2022-04-01-preview", - "2022-09-01", - "2022-10-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-05-15-preview", - "2024-05-01-preview", - "2024-09-01-preview", - "2024-10-01-preview" - ], - "locations/cachedimages": [ - "2017-08-01-preview", - "2017-10-01-preview", - "2017-12-01-preview", - "2018-02-01-preview", - "2018-04-01", - "2018-06-01", - "2018-07-01", - "2018-09-01", - "2018-10-01", - "2019-12-01", - "2020-11-01", - "2021-03-01", - "2021-07-01", - "2021-09-01", - "2021-10-01", - "2022-04-01-preview", - "2022-09-01", - "2022-10-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-05-15-preview", - "2024-05-01-preview", - "2024-09-01-preview", - "2024-10-01-preview" - ], - "locations/capabilities": [ - "2017-08-01-preview", - "2017-10-01-preview", - "2017-12-01-preview", - "2018-02-01-preview", - "2018-04-01", - "2018-06-01", - "2018-07-01", - "2018-09-01", - "2018-10-01", - "2019-12-01", - "2020-11-01", - "2021-03-01", - "2021-07-01", - "2021-09-01", - "2021-10-01", - "2022-04-01-preview", - "2022-09-01", - "2022-10-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-05-15-preview", - "2024-05-01-preview", - "2024-09-01-preview", - "2024-10-01-preview" - ], - "locations/deletevirtualnetworkorsubnets": [ - "2017-08-01-preview", - "2017-10-01-preview", - "2017-12-01-preview", - "2018-02-01-preview", - "2018-04-01", - "2018-06-01", - "2018-07-01", - "2018-09-01", - "2018-10-01", - "2018-12-01", - "2019-12-01", - "2020-11-01", - "2021-03-01", - "2021-07-01", - "2021-09-01", - "2021-10-01", - "2022-04-01-preview", - "2022-09-01", - "2022-10-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-05-15-preview", - "2024-05-01-preview", - "2024-09-01-preview", - "2024-10-01-preview" - ], - "locations/operationresults": [ - "2017-08-01-preview", - "2017-10-01-preview", - "2017-12-01-preview", - "2018-02-01-preview", - "2018-04-01", - "2018-06-01", - "2018-07-01", - "2018-09-01", - "2018-10-01", - "2019-12-01", - "2020-11-01", - "2021-03-01", - "2021-07-01", - "2021-09-01", - "2021-10-01", - "2022-04-01-preview", - "2022-09-01", - "2022-10-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-05-15-preview", - "2024-05-01-preview", - "2024-09-01-preview", - "2024-10-01-preview" - ], - "locations/operations": [ - "2017-08-01-preview", - "2017-10-01-preview", - "2017-12-01-preview", - "2018-02-01-preview", - "2018-04-01", - "2018-06-01", - "2018-07-01", - "2018-09-01", - "2018-10-01", - "2019-12-01", - "2020-11-01", - "2021-03-01", - "2021-07-01", - "2021-09-01", - "2021-10-01", - "2022-04-01-preview", - "2022-09-01", - "2022-10-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-05-15-preview", - "2024-05-01-preview", - "2024-09-01-preview", - "2024-10-01-preview" - ], - "locations/usages": [ - "2017-08-01-preview", - "2017-10-01-preview", - "2017-12-01-preview", - "2018-02-01-preview", - "2018-04-01", - "2018-06-01", - "2018-07-01", - "2018-09-01", - "2018-10-01", - "2019-12-01", - "2020-11-01", - "2021-03-01", - "2021-07-01", - "2021-09-01", - "2021-10-01", - "2022-04-01-preview", - "2022-09-01", - "2022-10-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-05-15-preview", - "2024-05-01-preview", - "2024-09-01-preview", - "2024-10-01-preview" - ], - "locations/validatedeletevirtualnetworkorsubnets": [ - "2017-08-01-preview", - "2017-10-01-preview", - "2017-12-01-preview", - "2018-02-01-preview", - "2018-04-01", - "2018-06-01", - "2018-07-01", - "2018-09-01", - "2018-10-01", - "2018-12-01", - "2019-12-01", - "2020-11-01", - "2021-03-01", - "2021-07-01", - "2021-09-01", - "2021-10-01", - "2022-04-01-preview", - "2022-09-01", - "2022-10-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-05-15-preview", - "2024-05-01-preview", - "2024-09-01-preview", - "2024-10-01-preview" - ], - "operations": [ - "2017-08-01-preview", - "2017-10-01-preview", - "2017-12-01-preview", - "2018-02-01-preview", - "2018-04-01", - "2018-06-01", - "2018-07-01", - "2018-09-01", - "2018-10-01", - "2019-12-01", - "2020-11-01", - "2021-03-01", - "2021-07-01", - "2021-09-01", - "2021-10-01", - "2022-04-01-preview", - "2022-09-01", - "2022-10-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-05-15-preview", - "2024-05-01-preview", - "2024-09-01-preview", - "2024-10-01-preview" - ], - "serviceassociationlinks": [ - "2017-08-01-preview", - "2017-10-01-preview", - "2017-12-01-preview", - "2018-02-01-preview", - "2018-04-01", - "2018-06-01", - "2018-07-01", - "2018-09-01", - "2018-10-01", - "2019-12-01", - "2020-11-01", - "2021-03-01", - "2021-07-01", - "2021-09-01", - "2021-10-01", - "2022-04-01-preview", - "2022-09-01", - "2022-10-01-preview", - "2023-02-01-preview", - "2023-05-01", - "2023-05-15-preview", - "2024-05-01-preview", - "2024-09-01-preview", - "2024-10-01-preview" - ] - }, - "containerregistry": { - "": [ - "2017-03-01", - "2017-10-01", - "2018-09-01", - "2019-04-01", - "2019-05-01", - "2019-05-01-preview", - "2019-06-01-preview", - "2019-12-01-preview", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-08-01-preview", - "2021-09-01", - "2021-12-01-preview", - "2022-02-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-06-01-preview", - "2023-07-01", - "2023-08-01-preview", - "2023-11-01-preview" - ], - "checknameavailability": [ - "2017-03-01", - "2017-10-01", - "2019-05-01", - "2019-12-01-preview", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-08-01-preview", - "2021-09-01", - "2021-12-01-preview", - "2022-02-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-06-01-preview", - "2023-07-01", - "2023-08-01-preview", - "2023-11-01-preview" - ], - "locations": [ - "2017-10-01", - "2019-05-01", - "2019-05-01-preview", - "2019-12-01-preview", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-08-01-preview", - "2021-09-01", - "2021-12-01-preview", - "2022-02-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-06-01-preview", - "2023-07-01", - "2023-08-01-preview", - "2023-11-01-preview" - ], - "locations/authorize": [ - "2017-10-01" - ], - "locations/deletevirtualnetworkorsubnets": [ - "2017-10-01", - "2019-05-01" - ], - "locations/operationresults": [ - "2017-10-01", - "2019-05-01", - "2019-05-01-preview", - "2019-12-01-preview", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-08-01-preview", - "2021-09-01", - "2021-12-01-preview", - "2022-02-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-06-01-preview", - "2023-07-01", - "2023-08-01-preview", - "2023-11-01-preview" - ], - "operations": [ - "2017-03-01", - "2017-10-01", - "2019-05-01", - "2019-12-01-preview", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-08-01-preview", - "2021-09-01", - "2021-12-01-preview", - "2022-02-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-06-01-preview", - "2023-07-01", - "2023-08-01-preview", - "2023-11-01-preview" - ], - "registries": [ - "2017-03-01", - "2017-10-01", - "2019-05-01", - "2019-12-01-preview", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-08-01-preview", - "2021-09-01", - "2021-12-01-preview", - "2022-02-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-06-01-preview", - "2023-07-01", - "2023-08-01-preview", - "2023-11-01-preview" - ], - "registries/agentpools": [ - "2019-06-01-preview" - ], - "registries/agentpools/listqueuestatus": [ - "2019-06-01-preview" - ], - "registries/agentpoolsoperationresults": [ - "2019-06-01-preview" - ], - "registries/cacherules": [ - "2023-01-01-preview", - "2023-06-01-preview", - "2023-07-01", - "2023-08-01-preview", - "2023-11-01-preview" - ], - "registries/connectedregistries": [ - "2020-11-01-preview", - "2021-06-01-preview", - "2021-08-01-preview", - "2021-12-01-preview", - "2022-02-01-preview", - "2023-01-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-11-01-preview" - ], - "registries/connectedregistries/deactivate": [ - "2020-11-01-preview", - "2021-06-01-preview", - "2021-08-01-preview", - "2021-12-01-preview", - "2022-02-01-preview", - "2023-01-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-11-01-preview" - ], - "registries/credentialsets": [ - "2023-01-01-preview", - "2023-06-01-preview", - "2023-07-01", - "2023-08-01-preview", - "2023-11-01-preview" - ], - "registries/eventgridfilters": [ - "2017-10-01", - "2019-05-01", - "2022-12-01", - "2023-07-01" - ], - "registries/exportpipelines": [ - "2019-12-01-preview", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-08-01-preview", - "2021-12-01-preview", - "2022-02-01-preview", - "2023-01-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-11-01-preview" - ], - "registries/generatecredentials": [ - "2019-05-01-preview", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-08-01-preview", - "2021-12-01-preview", - "2022-02-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-06-01-preview", - "2023-07-01", - "2023-08-01-preview", - "2023-11-01-preview" - ], - "registries/importimage": [ - "2017-10-01", - "2019-05-01", - "2019-12-01-preview", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-08-01-preview", - "2021-09-01", - "2021-12-01-preview", - "2022-02-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-06-01-preview", - "2023-07-01", - "2023-08-01-preview", - "2023-11-01-preview" - ], - "registries/importpipelines": [ - "2019-12-01-preview", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-08-01-preview", - "2021-12-01-preview", - "2022-02-01-preview", - "2023-01-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-11-01-preview" - ], - "registries/listbuildsourceuploadurl": [ - "2018-09-01", - "2019-04-01", - "2019-06-01-preview" - ], - "registries/listcredentials": [ - "2017-03-01", - "2017-10-01", - "2019-05-01", - "2019-12-01-preview", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-08-01-preview", - "2021-09-01", - "2021-12-01-preview", - "2022-02-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-06-01-preview", - "2023-07-01", - "2023-08-01-preview", - "2023-11-01-preview" - ], - "registries/listpolicies": [ - "2017-10-01" - ], - "registries/listusages": [ - "2017-10-01", - "2019-05-01", - "2019-12-01-preview", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-08-01-preview", - "2021-09-01", - "2021-12-01-preview", - "2022-02-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-06-01-preview", - "2023-07-01", - "2023-08-01-preview", - "2023-11-01-preview" - ], - "registries/pipelineruns": [ - "2019-12-01-preview", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-08-01-preview", - "2021-12-01-preview", - "2022-02-01-preview", - "2023-01-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-11-01-preview" - ], - "registries/privateendpointconnectionproxies": [ - "2019-12-01-preview", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-08-01-preview", - "2021-09-01", - "2021-12-01-preview", - "2022-02-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-06-01-preview", - "2023-07-01", - "2023-08-01-preview", - "2023-11-01-preview" - ], - "registries/privateendpointconnectionproxies/validate": [ - "2019-12-01-preview", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-08-01-preview", - "2021-09-01", - "2021-12-01-preview", - "2022-02-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-06-01-preview", - "2023-07-01", - "2023-08-01-preview", - "2023-11-01-preview" - ], - "registries/privateendpointconnections": [ - "2019-12-01-preview", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-08-01-preview", - "2021-09-01", - "2021-12-01-preview", - "2022-02-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-06-01-preview", - "2023-07-01", - "2023-08-01-preview", - "2023-11-01-preview" - ], - "registries/privatelinkresources": [ - "2019-12-01-preview", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-08-01-preview", - "2021-09-01", - "2021-12-01-preview", - "2022-02-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-06-01-preview", - "2023-07-01", - "2023-08-01-preview", - "2023-11-01-preview" - ], - "registries/regeneratecredential": [ - "2017-03-01", - "2017-10-01", - "2019-05-01", - "2019-12-01-preview", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-08-01-preview", - "2021-09-01", - "2021-12-01-preview", - "2022-02-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-06-01-preview", - "2023-07-01", - "2023-08-01-preview", - "2023-11-01-preview" - ], - "registries/replications": [ - "2017-10-01", - "2019-05-01", - "2019-12-01-preview", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-08-01-preview", - "2021-09-01", - "2021-12-01-preview", - "2022-02-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-06-01-preview", - "2023-07-01", - "2023-08-01-preview", - "2023-11-01-preview" - ], - "registries/runs": [ - "2018-09-01", - "2019-04-01", - "2019-06-01-preview" - ], - "registries/runs/cancel": [ - "2018-09-01", - "2019-04-01", - "2019-06-01-preview" - ], - "registries/runs/listlogsasurl": [ - "2018-09-01", - "2019-04-01", - "2019-06-01-preview" - ], - "registries/schedulerun": [ - "2018-09-01", - "2019-04-01", - "2019-06-01-preview" - ], - "registries/scopemaps": [ - "2019-05-01-preview", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-08-01-preview", - "2021-12-01-preview", - "2022-02-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-06-01-preview", - "2023-07-01", - "2023-08-01-preview", - "2023-11-01-preview" - ], - "registries/taskruns": [ - "2019-06-01-preview" - ], - "registries/taskruns/listdetails": [ - "2019-06-01-preview" - ], - "registries/tasks": [ - "2018-09-01", - "2019-04-01", - "2019-06-01-preview" - ], - "registries/tasks/listdetails": [ - "2018-09-01", - "2019-04-01", - "2019-06-01-preview" - ], - "registries/tokens": [ - "2019-05-01-preview", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-08-01-preview", - "2021-12-01-preview", - "2022-02-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-06-01-preview", - "2023-07-01", - "2023-08-01-preview", - "2023-11-01-preview" - ], - "registries/updatepolicies": [ - "2017-10-01" - ], - "registries/webhooks": [ - "2017-10-01", - "2019-05-01", - "2019-12-01-preview", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-08-01-preview", - "2021-09-01", - "2021-12-01-preview", - "2022-02-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-06-01-preview", - "2023-07-01", - "2023-08-01-preview", - "2023-11-01-preview" - ], - "registries/webhooks/getcallbackconfig": [ - "2017-10-01", - "2019-05-01", - "2019-12-01-preview", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-08-01-preview", - "2021-09-01", - "2021-12-01-preview", - "2022-02-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-06-01-preview", - "2023-07-01", - "2023-08-01-preview", - "2023-11-01-preview" - ], - "registries/webhooks/listevents": [ - "2017-10-01", - "2019-05-01", - "2019-12-01-preview", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-08-01-preview", - "2021-09-01", - "2021-12-01-preview", - "2022-02-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-06-01-preview", - "2023-07-01", - "2023-08-01-preview", - "2023-11-01-preview" - ], - "registries/webhooks/ping": [ - "2017-10-01", - "2019-05-01", - "2019-12-01-preview", - "2020-11-01-preview", - "2021-06-01-preview", - "2021-08-01-preview", - "2021-09-01", - "2021-12-01-preview", - "2022-02-01-preview", - "2022-12-01", - "2023-01-01-preview", - "2023-06-01-preview", - "2023-07-01", - "2023-08-01-preview", - "2023-11-01-preview" - ] - }, - "containerservice": { - "": [ - "2015-11-01-preview", - "2016-03-30", - "2016-09-30", - "2017-01-31", - "2017-07-01", - "2017-08-31", - "2017-09-30", - "2018-03-31", - "2018-10-31", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-08-01", - "2019-10-01", - "2019-11-01", - "2020-01-01", - "2020-02-01", - "2020-03-01", - "2020-04-01", - "2020-06-01", - "2020-07-01", - "2020-09-01", - "2020-11-01", - "2020-12-01", - "2021-02-01", - "2021-03-01", - "2021-05-01", - "2021-07-01", - "2021-08-01", - "2021-09-01", - "2021-10-01", - "2022-01-01", - "2022-02-01", - "2022-03-01", - "2022-04-01", - "2022-06-01", - "2022-06-02-preview", - "2022-07-01", - "2022-07-02-preview", - "2022-08-01", - "2022-08-02-preview", - "2022-08-03-preview", - "2022-09-01", - "2022-09-02-preview", - "2022-10-02-preview", - "2022-11-01", - "2022-11-02-preview", - "2023-01-01", - "2023-01-02-preview", - "2023-02-01", - "2023-02-02-preview", - "2023-03-01", - "2023-03-02-preview", - "2023-03-15-preview", - "2023-04-01", - "2023-04-02-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-06-01", - "2023-06-02-preview", - "2023-06-15-preview", - "2023-07-01", - "2023-07-02-preview", - "2023-08-01", - "2023-08-02-preview", - "2023-08-15-preview", - "2023-09-01", - "2023-09-02-preview", - "2023-10-01", - "2023-10-02-preview", - "2023-10-15", - "2023-11-01", - "2023-11-02-preview", - "2024-01-01", - "2024-01-02-preview", - "2024-02-01", - "2024-02-02-preview", - "2024-03-02-preview", - "2024-04-01", - "2024-04-02-preview", - "2024-05-01", - "2024-05-02-preview", - "2024-06-01", - "2024-06-02-preview", - "2024-07-01", - "2024-07-02-preview", - "2024-08-01", - "2024-08-02-preview", - "2024-09-01", - "2024-09-02-preview" - ], - "fleetmemberships": [ - "2022-06-02-preview", - "2022-07-02-preview", - "2022-09-02-preview", - "2023-03-15-preview", - "2023-06-15-preview", - "2023-08-15-preview", - "2023-10-15", - "2024-02-02-preview", - "2024-04-01", - "2024-05-02-preview" - ], - "fleets": [ - "2022-06-02-preview", - "2022-07-02-preview", - "2022-09-02-preview", - "2023-03-15-preview", - "2023-06-15-preview", - "2023-08-15-preview", - "2023-10-15", - "2024-02-02-preview", - "2024-04-01", - "2024-05-02-preview" - ], - "fleets/autoupgradeprofiles": [ - "2024-05-02-preview" - ], - "fleets/members": [ - "2022-06-02-preview", - "2022-07-02-preview", - "2022-09-02-preview", - "2023-03-15-preview", - "2023-06-15-preview", - "2023-08-15-preview", - "2023-10-15", - "2024-02-02-preview", - "2024-04-01", - "2024-05-02-preview" - ], - "fleets/updateruns": [ - "2023-03-15-preview", - "2023-06-15-preview", - "2023-08-15-preview", - "2023-10-15", - "2024-02-02-preview", - "2024-04-01", - "2024-05-02-preview" - ], - "fleets/updatestrategies": [ - "2023-08-15-preview", - "2023-10-15", - "2024-02-02-preview", - "2024-04-01", - "2024-05-02-preview" - ], - "locations": [ - "2015-11-01-preview", - "2016-03-30", - "2016-09-30", - "2017-01-31", - "2017-08-31" - ], - "locations/guardrailsversions": [ - "2023-07-02-preview", - "2023-08-02-preview", - "2023-09-02-preview", - "2023-10-02-preview", - "2023-11-02-preview", - "2024-01-02-preview" - ], - "locations/kubernetesversions": [ - "2023-03-01", - "2023-03-02-preview", - "2023-04-01", - "2023-04-02-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-06-01", - "2023-06-02-preview", - "2023-07-01", - "2023-07-02-preview", - "2023-08-01", - "2023-08-02-preview", - "2023-09-01", - "2023-09-02-preview", - "2023-10-01", - "2023-10-02-preview", - "2023-11-01", - "2023-11-02-preview", - "2024-01-01", - "2024-01-02-preview", - "2024-02-01", - "2024-02-02-preview", - "2024-03-02-preview", - "2024-04-02-preview", - "2024-05-01", - "2024-05-02-preview", - "2024-06-01", - "2024-06-02-preview", - "2024-07-01", - "2024-07-02-preview", - "2024-08-01", - "2024-08-02-preview", - "2024-09-01", - "2024-09-02-preview" - ], - "locations/meshrevisionprofiles": [ - "2023-06-02-preview", - "2023-07-02-preview", - "2023-08-01", - "2023-08-02-preview", - "2023-09-01", - "2023-09-02-preview", - "2023-10-01", - "2023-10-02-preview", - "2023-11-01", - "2023-11-02-preview", - "2024-01-01", - "2024-01-02-preview", - "2024-02-01", - "2024-02-02-preview", - "2024-03-02-preview", - "2024-04-02-preview", - "2024-05-01", - "2024-05-02-preview", - "2024-06-01", - "2024-06-02-preview", - "2024-07-01", - "2024-07-02-preview", - "2024-08-01", - "2024-08-02-preview", - "2024-09-01", - "2024-09-02-preview" - ], - "locations/nodeimageversions": [ - "2024-02-02-preview", - "2024-03-02-preview", - "2024-04-02-preview", - "2024-05-02-preview", - "2024-06-02-preview", - "2024-07-02-preview", - "2024-08-02-preview", - "2024-09-02-preview" - ], - "locations/notifynetworksecurityperimeterupdatesavailable": [ - "2022-03-01", - "2022-07-02-preview", - "2022-08-02-preview", - "2022-08-03-preview", - "2022-09-02-preview", - "2022-10-02-preview", - "2022-11-02-preview", - "2023-01-02-preview", - "2023-02-02-preview", - "2023-03-02-preview", - "2023-04-02-preview", - "2023-05-02-preview", - "2023-06-02-preview", - "2023-07-02-preview", - "2023-08-02-preview", - "2023-09-02-preview", - "2023-10-02-preview", - "2023-11-02-preview", - "2024-01-02-preview", - "2024-02-02-preview", - "2024-03-02-preview", - "2024-04-02-preview", - "2024-05-02-preview", - "2024-06-02-preview", - "2024-07-02-preview", - "2024-08-02-preview", - "2024-09-02-preview" - ], - "locations/operationresults": [ - "2016-03-30", - "2017-08-31", - "2018-03-31", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-08-01", - "2019-10-01", - "2019-11-01", - "2020-01-01", - "2020-02-01", - "2020-03-01", - "2020-04-01", - "2020-06-01", - "2020-07-01", - "2020-09-01", - "2020-11-01", - "2020-12-01", - "2021-02-01", - "2021-03-01", - "2021-05-01", - "2021-07-01", - "2021-08-01", - "2021-09-01", - "2021-10-01", - "2022-01-01", - "2022-02-01", - "2022-03-01", - "2022-04-01", - "2022-06-01", - "2022-07-01", - "2022-07-02-preview", - "2022-08-01", - "2022-08-02-preview", - "2022-08-03-preview", - "2022-09-01", - "2022-09-02-preview", - "2022-10-02-preview", - "2022-11-01", - "2022-11-02-preview", - "2023-01-01", - "2023-01-02-preview", - "2023-02-01", - "2023-02-02-preview", - "2023-03-01", - "2023-03-02-preview", - "2023-04-01", - "2023-04-02-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-06-01", - "2023-06-02-preview", - "2023-07-01", - "2023-07-02-preview", - "2023-08-01", - "2023-08-02-preview", - "2023-09-01", - "2023-09-02-preview", - "2023-10-01", - "2023-10-02-preview", - "2023-11-01", - "2023-11-02-preview", - "2024-01-01", - "2024-01-02-preview", - "2024-02-01", - "2024-02-02-preview", - "2024-03-02-preview", - "2024-04-02-preview", - "2024-05-01", - "2024-05-02-preview", - "2024-06-01", - "2024-06-02-preview", - "2024-07-01", - "2024-07-02-preview", - "2024-08-01", - "2024-08-02-preview", - "2024-09-01", - "2024-09-02-preview" - ], - "locations/operations": [ - "2016-03-30", - "2017-08-31", - "2018-03-31", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-08-01", - "2019-10-01", - "2019-11-01", - "2020-01-01", - "2020-02-01", - "2020-03-01", - "2020-04-01", - "2020-06-01", - "2020-07-01", - "2020-09-01", - "2020-11-01", - "2020-12-01", - "2021-02-01", - "2021-03-01", - "2021-05-01", - "2021-07-01", - "2021-08-01", - "2021-09-01", - "2021-10-01", - "2022-01-01", - "2022-02-01", - "2022-03-01", - "2022-04-01", - "2022-06-01", - "2022-07-01", - "2022-07-02-preview", - "2022-08-01", - "2022-08-02-preview", - "2022-08-03-preview", - "2022-09-01", - "2022-09-02-preview", - "2022-10-02-preview", - "2022-11-01", - "2022-11-02-preview", - "2023-01-01", - "2023-01-02-preview", - "2023-02-01", - "2023-02-02-preview", - "2023-03-01", - "2023-03-02-preview", - "2023-04-01", - "2023-04-02-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-06-01", - "2023-06-02-preview", - "2023-07-01", - "2023-07-02-preview", - "2023-08-01", - "2023-08-02-preview", - "2023-09-01", - "2023-09-02-preview", - "2023-10-01", - "2023-10-02-preview", - "2023-11-01", - "2023-11-02-preview", - "2024-01-01", - "2024-01-02-preview", - "2024-02-01", - "2024-02-02-preview", - "2024-03-02-preview", - "2024-04-02-preview", - "2024-05-01", - "2024-05-02-preview", - "2024-06-01", - "2024-06-02-preview", - "2024-07-01", - "2024-07-02-preview", - "2024-08-01", - "2024-08-02-preview", - "2024-09-01", - "2024-09-02-preview" - ], - "locations/orchestrators": [ - "2017-09-30", - "2019-04-01", - "2019-06-01", - "2019-08-01", - "2019-10-01", - "2019-11-01", - "2020-01-01", - "2020-02-01", - "2020-03-01", - "2020-04-01", - "2020-06-01", - "2020-07-01", - "2020-09-01", - "2020-11-01", - "2020-12-01", - "2021-02-01", - "2021-03-01", - "2021-05-01", - "2021-07-01", - "2021-08-01", - "2021-09-01", - "2021-10-01", - "2022-01-01", - "2022-02-01", - "2022-03-01", - "2022-04-01", - "2022-06-01", - "2022-07-01", - "2022-07-02-preview", - "2022-08-01", - "2022-08-02-preview", - "2022-08-03-preview", - "2022-09-01", - "2022-09-02-preview", - "2022-10-02-preview", - "2022-11-01", - "2022-11-02-preview", - "2023-01-01", - "2023-01-02-preview", - "2023-02-01", - "2023-02-02-preview", - "2023-03-01", - "2023-03-02-preview", - "2023-04-01", - "2023-04-02-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-06-01", - "2023-06-02-preview", - "2023-07-01", - "2023-07-02-preview", - "2023-08-01", - "2023-08-02-preview", - "2023-09-01", - "2023-09-02-preview", - "2023-10-01", - "2023-10-02-preview", - "2023-11-01", - "2023-11-02-preview" - ], - "locations/osoptions": [ - "2021-03-01", - "2021-05-01", - "2021-07-01", - "2021-08-01", - "2021-09-01", - "2021-10-01", - "2022-01-01", - "2022-02-01", - "2022-03-01", - "2022-04-01", - "2022-06-01", - "2022-07-01", - "2022-07-02-preview", - "2022-08-01", - "2022-08-02-preview", - "2022-08-03-preview", - "2022-09-01", - "2022-09-02-preview", - "2022-10-02-preview", - "2022-11-01", - "2022-11-02-preview", - "2023-01-01", - "2023-01-02-preview", - "2023-02-01", - "2023-02-02-preview", - "2023-03-01", - "2023-03-02-preview", - "2023-04-01", - "2023-04-02-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-06-01", - "2023-06-02-preview", - "2023-07-01", - "2023-07-02-preview", - "2023-08-01", - "2023-08-02-preview", - "2023-09-01", - "2023-09-02-preview", - "2023-10-01", - "2023-10-02-preview", - "2023-11-01", - "2023-11-02-preview", - "2024-01-01", - "2024-01-02-preview", - "2024-02-01", - "2024-02-02-preview", - "2024-03-02-preview", - "2024-04-02-preview" - ], - "locations/safeguardsversions": [ - "2023-11-02-preview", - "2024-01-02-preview", - "2024-02-02-preview", - "2024-03-02-preview", - "2024-04-02-preview", - "2024-05-02-preview", - "2024-06-02-preview", - "2024-07-02-preview", - "2024-08-02-preview", - "2024-09-02-preview" - ], - "locations/trustedaccessroles": [ - "2022-07-02-preview", - "2022-08-02-preview", - "2022-08-03-preview", - "2022-09-02-preview", - "2022-10-02-preview", - "2022-11-02-preview", - "2023-01-02-preview", - "2023-02-02-preview", - "2023-03-02-preview", - "2023-04-02-preview", - "2023-05-02-preview", - "2023-06-02-preview", - "2023-07-02-preview", - "2023-08-02-preview", - "2023-09-01", - "2023-09-02-preview", - "2023-10-01", - "2023-10-02-preview", - "2023-11-01", - "2023-11-02-preview", - "2024-01-01", - "2024-01-02-preview", - "2024-02-01", - "2024-02-02-preview", - "2024-03-02-preview", - "2024-04-02-preview", - "2024-05-01", - "2024-05-02-preview", - "2024-06-01", - "2024-06-02-preview", - "2024-07-01", - "2024-07-02-preview", - "2024-08-01", - "2024-08-02-preview", - "2024-09-01", - "2024-09-02-preview" - ], - "locations/usages": [ - "2023-10-01", - "2023-10-02-preview", - "2023-11-01", - "2023-11-02-preview", - "2024-01-01", - "2024-01-02-preview", - "2024-02-01", - "2024-02-02-preview", - "2024-03-02-preview", - "2024-04-02-preview", - "2024-05-01", - "2024-05-02-preview", - "2024-06-01", - "2024-06-02-preview", - "2024-07-01", - "2024-07-02-preview", - "2024-08-01", - "2024-08-02-preview", - "2024-09-01", - "2024-09-02-preview" - ], - "managedclusters": [ - "2017-08-31", - "2018-03-31", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-08-01", - "2019-10-01", - "2019-11-01", - "2020-01-01", - "2020-02-01", - "2020-03-01", - "2020-04-01", - "2020-06-01", - "2020-07-01", - "2020-09-01", - "2020-11-01", - "2020-12-01", - "2021-02-01", - "2021-03-01", - "2021-05-01", - "2021-07-01", - "2021-08-01", - "2021-09-01", - "2021-10-01", - "2022-01-01", - "2022-02-01", - "2022-03-01", - "2022-04-01", - "2022-06-01", - "2022-07-01", - "2022-07-02-preview", - "2022-08-01", - "2022-08-02-preview", - "2022-08-03-preview", - "2022-09-01", - "2022-09-02-preview", - "2022-10-02-preview", - "2022-11-01", - "2022-11-02-preview", - "2023-01-01", - "2023-01-02-preview", - "2023-02-01", - "2023-02-02-preview", - "2023-03-01", - "2023-03-02-preview", - "2023-04-01", - "2023-04-02-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-06-01", - "2023-06-02-preview", - "2023-07-01", - "2023-07-02-preview", - "2023-08-01", - "2023-08-02-preview", - "2023-09-01", - "2023-09-02-preview", - "2023-10-01", - "2023-10-02-preview", - "2023-11-01", - "2023-11-02-preview", - "2024-01-01", - "2024-01-02-preview", - "2024-02-01", - "2024-02-02-preview", - "2024-03-02-preview", - "2024-04-02-preview", - "2024-05-01", - "2024-05-02-preview", - "2024-06-01", - "2024-06-02-preview", - "2024-07-01", - "2024-07-02-preview", - "2024-08-01", - "2024-08-02-preview", - "2024-09-01", - "2024-09-02-preview" - ], - "managedclusters/eventgridfilters": [ - "2021-02-01", - "2021-03-01", - "2021-05-01", - "2021-07-01", - "2021-08-01", - "2021-09-01", - "2021-10-01", - "2022-01-01", - "2022-02-01", - "2022-03-01", - "2022-04-01", - "2022-06-01", - "2022-07-01", - "2022-07-02-preview", - "2022-08-01", - "2022-08-02-preview", - "2022-08-03-preview", - "2022-09-01", - "2022-09-02-preview", - "2022-10-02-preview", - "2022-11-01", - "2022-11-02-preview", - "2023-01-01", - "2023-01-02-preview", - "2023-02-01", - "2023-02-02-preview", - "2023-03-01", - "2023-03-02-preview", - "2023-04-01", - "2023-04-02-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-06-01", - "2023-06-02-preview", - "2023-07-01", - "2023-07-02-preview", - "2023-08-01", - "2023-08-02-preview", - "2023-09-01", - "2023-09-02-preview", - "2023-10-01", - "2023-10-02-preview", - "2023-11-01", - "2023-11-02-preview", - "2024-01-01", - "2024-01-02-preview", - "2024-02-01", - "2024-02-02-preview", - "2024-03-02-preview", - "2024-04-02-preview", - "2024-05-01", - "2024-05-02-preview", - "2024-06-01", - "2024-06-02-preview", - "2024-07-01", - "2024-07-02-preview", - "2024-08-01", - "2024-08-02-preview", - "2024-09-01", - "2024-09-02-preview" - ], - "managedclustersnapshots": [ - "2022-07-02-preview", - "2022-08-02-preview", - "2022-08-03-preview", - "2022-09-02-preview", - "2022-10-02-preview", - "2022-11-02-preview", - "2023-01-02-preview", - "2023-02-02-preview", - "2023-03-02-preview", - "2023-04-02-preview", - "2023-05-02-preview", - "2023-06-02-preview", - "2023-07-02-preview", - "2023-08-02-preview", - "2023-09-02-preview", - "2023-10-02-preview", - "2023-11-02-preview", - "2024-01-02-preview", - "2024-02-02-preview", - "2024-03-02-preview", - "2024-04-02-preview", - "2024-05-02-preview", - "2024-06-02-preview", - "2024-07-02-preview", - "2024-08-02-preview", - "2024-09-02-preview" - ], - "operations": [ - "2015-11-01-preview", - "2016-03-30", - "2016-09-30", - "2017-01-31", - "2017-07-01", - "2017-08-31", - "2018-03-31", - "2018-10-31", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-08-01", - "2019-10-01", - "2019-11-01", - "2020-01-01", - "2020-02-01", - "2020-03-01", - "2020-04-01", - "2020-06-01", - "2020-07-01", - "2020-09-01", - "2020-11-01", - "2020-12-01", - "2021-02-01", - "2021-03-01", - "2021-05-01", - "2021-07-01", - "2021-08-01", - "2021-09-01", - "2021-10-01", - "2022-01-01", - "2022-02-01", - "2022-03-01", - "2022-04-01", - "2022-06-01", - "2022-07-01", - "2022-07-02-preview", - "2022-08-01", - "2022-08-02-preview", - "2022-08-03-preview", - "2022-09-01", - "2022-09-02-preview", - "2022-10-02-preview", - "2022-11-01", - "2022-11-02-preview", - "2023-01-01", - "2023-01-02-preview", - "2023-02-01", - "2023-02-02-preview", - "2023-03-01", - "2023-03-02-preview", - "2023-04-01", - "2023-04-02-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-06-01", - "2023-06-02-preview", - "2023-07-01", - "2023-07-02-preview", - "2023-08-01", - "2023-08-02-preview", - "2023-09-01", - "2023-09-02-preview", - "2023-10-01", - "2023-10-02-preview", - "2023-11-01", - "2023-11-02-preview", - "2024-01-01", - "2024-01-02-preview", - "2024-02-01", - "2024-02-02-preview", - "2024-03-02-preview", - "2024-04-02-preview", - "2024-05-01", - "2024-05-02-preview", - "2024-06-01", - "2024-06-02-preview", - "2024-07-01", - "2024-07-02-preview", - "2024-08-01", - "2024-08-02-preview", - "2024-09-01", - "2024-09-02-preview" - ], - "snapshots": [ - "2021-08-01", - "2021-09-01", - "2021-10-01", - "2022-01-01", - "2022-02-01", - "2022-03-01", - "2022-04-01", - "2022-06-01", - "2022-07-01", - "2022-07-02-preview", - "2022-08-01", - "2022-08-02-preview", - "2022-08-03-preview", - "2022-09-01", - "2022-09-02-preview", - "2022-10-02-preview", - "2022-11-01", - "2022-11-02-preview", - "2023-01-01", - "2023-01-02-preview", - "2023-02-01", - "2023-02-02-preview", - "2023-03-01", - "2023-03-02-preview", - "2023-04-01", - "2023-04-02-preview", - "2023-05-01", - "2023-05-02-preview", - "2023-06-01", - "2023-06-02-preview", - "2023-07-01", - "2023-07-02-preview", - "2023-08-01", - "2023-08-02-preview", - "2023-09-01", - "2023-09-02-preview", - "2023-10-01", - "2023-10-02-preview", - "2023-11-01", - "2023-11-02-preview", - "2024-01-01", - "2024-01-02-preview", - "2024-02-01", - "2024-02-02-preview", - "2024-03-02-preview", - "2024-04-02-preview", - "2024-05-01", - "2024-05-02-preview", - "2024-06-01", - "2024-06-02-preview", - "2024-07-01", - "2024-07-02-preview", - "2024-08-01", - "2024-08-02-preview", - "2024-09-01", - "2024-09-02-preview" - ] - }, - "costmanagement": { - "": [ - "2018-03-31", - "2018-05-31", - "2018-08-01-preview", - "2018-08-31", - "2018-10-01", - "2018-10-01-preview", - "2018-12-01-preview", - "2019-01-01", - "2019-01-01-preview", - "2019-03-01-preview", - "2019-04-01-preview", - "2019-05-01-preview", - "2019-09-01", - "2019-10-01", - "2019-11-01", - "2020-01-01-preview", - "2020-03-01-preview", - "2020-05-01-preview", - "2020-06-01", - "2020-08-01-preview", - "2020-12-01-preview", - "2021-01-01", - "2021-04-01-preview", - "2021-10-01", - "2021-11-15-preview", - "2022-02-01-preview", - "2022-03-01", - "2022-04-01-preview", - "2022-05-01", - "2022-06-01", - "2022-06-01-preview", - "2022-09-30", - "2022-10-01", - "2022-10-01-preview", - "2022-10-05-preview", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "alerts": [ - "2018-08-01-preview", - "2019-10-01", - "2021-10-01", - "2022-10-01", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "benefitrecommendations": [ - "2021-11-15-preview", - "2022-10-01", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "benefitutilizationsummaries": [ - "2021-11-15-preview", - "2022-10-01", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "benefitutilizationsummariesoperationresults": [ - "2023-03-01", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "billingaccounts": [ - "2018-03-31", - "2023-03-01", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "budgets": [ - "2019-04-01-preview", - "2019-10-01", - "2021-10-01", - "2022-10-01", - "2022-10-01-preview", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "calculatecost": [ - "2023-04-01-preview", - "2023-07-01-preview", - "2024-01-01", - "2024-08-01" - ], - "calculateprice": [ - "2021-11-15-preview", - "2022-03-01", - "2022-10-01", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "checkconnectoreligibility": [ - "2019-03-01-preview" - ], - "checknameavailability": [ - "2020-03-01-preview", - "2022-04-01-preview", - "2022-06-01-preview", - "2022-10-01", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "cloudconnectors": [ - "2019-03-01-preview" - ], - "connectors": [ - "2018-08-01-preview" - ], - "costallocationrules": [ - "2020-03-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "costdetailsoperationresults": [ - "2022-05-01", - "2022-10-01", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "departments": [ - "2018-03-31", - "2023-03-01", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "dimensions": [ - "2018-05-31", - "2018-08-01-preview", - "2018-08-31", - "2018-10-01-preview", - "2018-12-01-preview", - "2019-01-01", - "2019-03-01-preview", - "2019-04-01-preview", - "2019-05-01-preview", - "2019-10-01", - "2019-11-01", - "2021-10-01", - "2022-10-01", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "enrollmentaccounts": [ - "2018-03-31", - "2023-03-01", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "exports": [ - "2019-01-01", - "2019-01-01-preview", - "2019-09-01", - "2019-10-01", - "2019-11-01", - "2020-05-01-preview", - "2020-06-01", - "2020-12-01-preview", - "2021-01-01", - "2021-10-01", - "2022-10-01", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "externalbillingaccounts": [ - "2019-03-01-preview" - ], - "externalbillingaccounts/alerts": [ - "2018-08-01-preview", - "2019-10-01", - "2021-10-01", - "2022-10-01", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "externalbillingaccounts/dimensions": [ - "2019-03-01-preview", - "2019-04-01-preview", - "2019-05-01-preview", - "2019-10-01", - "2019-11-01", - "2021-10-01", - "2022-10-01", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "externalbillingaccounts/forecast": [ - "2018-12-01-preview", - "2019-03-01-preview", - "2019-04-01-preview", - "2019-05-01-preview", - "2019-10-01", - "2019-11-01", - "2021-10-01", - "2022-10-01", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "externalbillingaccounts/query": [ - "2019-03-01-preview", - "2019-04-01-preview", - "2019-05-01-preview", - "2019-10-01", - "2019-11-01", - "2021-10-01", - "2022-10-01", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "externalsubscriptions": [ - "2019-03-01-preview", - "2023-03-01", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "externalsubscriptions/alerts": [ - "2018-08-01-preview", - "2019-10-01", - "2021-10-01", - "2022-10-01", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "externalsubscriptions/dimensions": [ - "2019-03-01-preview", - "2019-04-01-preview", - "2019-05-01-preview", - "2019-10-01", - "2019-11-01", - "2021-10-01", - "2022-10-01", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "externalsubscriptions/forecast": [ - "2018-12-01-preview", - "2019-03-01-preview", - "2019-04-01-preview", - "2019-05-01-preview", - "2019-10-01", - "2019-11-01", - "2021-10-01", - "2022-10-01", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "externalsubscriptions/query": [ - "2019-03-01-preview", - "2019-04-01-preview", - "2019-05-01-preview", - "2019-10-01", - "2019-11-01", - "2021-10-01", - "2022-10-01", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "fetchmarketplaceprices": [ - "2022-03-01", - "2022-09-30", - "2022-10-01", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "fetchmicrosoftprices": [ - "2022-03-01", - "2022-10-01", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "fetchprices": [ - "2020-01-01-preview", - "2021-11-15-preview", - "2023-04-01-preview" - ], - "forecast": [ - "2018-12-01-preview", - "2019-03-01-preview", - "2019-04-01-preview", - "2019-05-01-preview", - "2019-10-01", - "2019-11-01", - "2021-10-01", - "2022-10-01", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "generatebenefitutilizationsummariesreport": [ - "2023-03-01", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "generatecostdetailsreport": [ - "2022-05-01", - "2022-10-01", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "generatedetailedcostreport": [ - "2020-12-01-preview", - "2021-01-01", - "2021-10-01", - "2022-10-01", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "generatereservationdetailsreport": [ - "2019-11-01", - "2021-10-01", - "2022-10-01", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "insights": [ - "2020-08-01-preview" - ], - "markuprules": [ - "2022-10-05-preview" - ], - "operationresults": [ - "2020-12-01-preview", - "2021-01-01", - "2021-10-01", - "2022-02-01-preview", - "2022-04-01-preview", - "2022-06-01", - "2022-10-01", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "operations": [ - "2018-08-01-preview", - "2018-08-31", - "2018-10-01", - "2019-01-01", - "2019-10-01", - "2021-10-01", - "2022-10-01", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "operationstatus": [ - "2020-12-01-preview", - "2021-01-01", - "2021-10-01", - "2022-02-01-preview", - "2022-04-01-preview", - "2022-06-01", - "2022-10-01", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "pricesheets": [ - "2022-02-01-preview", - "2022-04-01-preview", - "2022-06-01", - "2022-10-01", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "pricesheetsoperationresults": [ - "2022-02-01-preview", - "2022-04-01-preview", - "2022-06-01", - "2022-10-01", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-08-01" - ], - "pricesheetsoperationstatus": [ - "2022-02-01-preview", - "2022-04-01-preview", - "2022-06-01", - "2022-10-01", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-08-01" - ], - "publish": [ - "2021-04-01-preview" - ], - "query": [ - "2018-05-31", - "2018-08-01-preview", - "2018-08-31", - "2018-10-01-preview", - "2018-12-01-preview", - "2019-01-01", - "2019-03-01-preview", - "2019-04-01-preview", - "2019-05-01-preview", - "2019-10-01", - "2019-11-01", - "2021-10-01", - "2022-10-01", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "register": [ - "2019-03-01-preview" - ], - "reportconfigs": [ - "2018-05-31", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "reports": [ - "2018-08-01-preview", - "2018-12-01-preview" - ], - "reservationdetailsoperationresults": [ - "2019-11-01", - "2021-10-01", - "2022-10-01", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "scheduledactions": [ - "2020-03-01-preview", - "2022-04-01-preview", - "2022-06-01-preview", - "2022-10-01", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "sendmessage": [ - "2023-04-01-preview" - ], - "settings": [ - "2019-01-01-preview", - "2019-11-01", - "2021-10-01", - "2022-10-01", - "2022-10-01-preview", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ], - "startconversation": [ - "2023-04-01-preview" - ], - "views": [ - "2019-04-01-preview", - "2019-10-01", - "2019-11-01", - "2021-10-01", - "2022-10-01", - "2023-03-01", - "2023-04-01-preview", - "2023-07-01-preview", - "2023-08-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-08-01" - ] - }, - "costmanagementexports": { - "": [ - "2019-04-01" - ], - "operations": [ - "2019-04-01" - ] - }, - "customerlockbox": { - "": [ - "2018-02-28-preview" - ], - "disablelockbox": [ - "2018-02-28-preview" - ], - "enablelockbox": [ - "2018-02-28-preview" - ], - "operations": [ - "2018-02-28-preview" - ], - "requests": [ - "2018-02-28-preview" - ], - "tenantoptedin": [ - "2018-02-28-preview" - ] - }, - "customproviders": { - "": [ - "2018-09-01-preview" - ], - "associations": [ - "2018-09-01-preview" - ], - "locations": [ - "2018-09-01-preview" - ], - "locations/operationresults": [ - "2018-09-01-preview" - ], - "locations/operationstatuses": [ - "2018-09-01-preview" - ], - "operations": [ - "2018-09-01-preview" - ], - "resourceproviders": [ - "2018-09-01-preview" - ], - "resourceproviders/operationresults": [ - "2018-09-01-preview" - ], - "resourceproviders/operationstatuses": [ - "2018-09-01-preview" - ] - }, - "d365customerinsights": { - "": [ - "2020-06-10-beta", - "2020-06-10-preview", - "2020-06-10-privatepreview" - ], - "instances": [ - "2020-06-10-preview" - ], - "operations": [ - "2020-06-10-beta", - "2020-06-10-preview", - "2020-06-10-privatepreview" - ] - }, - "dashboard": { - "": [ - "2021-09-01-preview", - "2022-05-01-preview", - "2022-08-01", - "2022-10-01-preview", - "2023-09-01", - "2023-10-01-preview", - "2024-10-01" - ], - "checknameavailability": [ - "2021-09-01-preview", - "2022-05-01-preview", - "2022-08-01", - "2022-10-01-preview", - "2023-09-01", - "2023-10-01-preview", - "2024-10-01" - ], - "grafana": [ - "2021-09-01-preview", - "2022-05-01-preview", - "2022-08-01", - "2022-10-01-preview", - "2023-09-01", - "2023-10-01-preview", - "2024-10-01" - ], - "grafana/integrationfabrics": [ - "2023-10-01-preview", - "2024-10-01" - ], - "grafana/managedprivateendpoints": [ - "2022-10-01-preview", - "2023-09-01", - "2023-10-01-preview", - "2024-10-01" - ], - "grafana/privateendpointconnections": [ - "2022-05-01-preview", - "2022-08-01", - "2022-10-01-preview", - "2023-09-01", - "2023-10-01-preview", - "2024-10-01" - ], - "grafana/privatelinkresources": [ - "2022-05-01-preview", - "2022-08-01", - "2022-10-01-preview", - "2023-09-01", - "2023-10-01-preview", - "2024-10-01" - ], - "locations": [ - "2021-09-01-preview", - "2022-05-01-preview", - "2022-08-01", - "2022-10-01-preview", - "2023-09-01", - "2023-10-01-preview", - "2024-10-01" - ], - "locations/checknameavailability": [ - "2021-09-01-preview", - "2022-05-01-preview", - "2022-08-01", - "2022-10-01-preview", - "2023-09-01", - "2023-10-01-preview", - "2024-10-01" - ], - "locations/operationstatuses": [ - "2021-09-01-preview", - "2022-05-01-preview", - "2022-08-01", - "2022-10-01-preview", - "2023-09-01", - "2023-10-01-preview", - "2024-10-01" - ], - "operations": [ - "2021-09-01-preview", - "2022-05-01-preview", - "2022-08-01", - "2022-10-01-preview", - "2023-09-01", - "2023-10-01-preview", - "2024-10-01" - ] - }, - "databasefleetmanager": { - "": [ - "2021-05-01-preview", - "2023-08-01-preview" - ], - "fleets": [ - "2021-05-01-preview", - "2023-08-01-preview" - ], - "fleets/authorizedprincipals": [ - "2021-05-01-preview", - "2023-08-01-preview" - ], - "fleets/firewallrules": [ - "2021-05-01-preview", - "2023-08-01-preview" - ], - "fleets/fleetspaces": [ - "2021-05-01-preview", - "2023-08-01-preview" - ], - "fleets/fleetspaces/databases": [ - "2021-05-01-preview", - "2023-08-01-preview" - ], - "fleets/tiers": [ - "2021-05-01-preview", - "2023-08-01-preview" - ], - "locations": [ - "2021-05-01-preview", - "2023-08-01-preview" - ], - "locations/operationtypes": [ - "2021-05-01-preview", - "2023-08-01-preview" - ], - "locations/operationtypes/operationresults": [ - "2021-05-01-preview", - "2023-08-01-preview" - ], - "locations/routedoperationresults": [ - "2021-05-01-preview", - "2023-08-01-preview" - ], - "operations": [ - "2021-05-01-preview", - "2023-08-01-preview" - ] - }, - "databasewatcher": { - "": [ - "2023-09-01-preview", - "2024-07-19-preview", - "2024-10-01-preview" - ], - "locations": [ - "2023-09-01-preview", - "2024-07-19-preview", - "2024-10-01-preview" - ], - "locations/operationstatuses": [ - "2023-09-01-preview", - "2024-07-19-preview" - ], - "operations": [ - "2023-09-01-preview", - "2024-07-19-preview", - "2024-10-01-preview" - ], - "watchers": [ - "2023-09-01-preview", - "2024-07-19-preview" - ], - "watchers/alertruleresources": [ - "2024-07-19-preview" - ], - "watchers/sharedprivatelinkresources": [ - "2023-09-01-preview", - "2024-07-19-preview" - ], - "watchers/targets": [ - "2023-09-01-preview", - "2024-07-19-preview" - ] - }, - "databox": { - "": [ - "2018-01-01", - "2019-09-01", - "2020-04-01", - "2020-11-01", - "2021-03-01", - "2021-05-01", - "2021-08-01-preview", - "2021-12-01", - "2022-02-01", - "2022-09-01", - "2022-10-01", - "2022-12-01", - "2023-03-01", - "2023-12-01", - "2024-02-01-preview", - "2024-03-01-preview" - ], - "jobs": [ - "2018-01-01", - "2019-09-01", - "2020-04-01", - "2020-11-01", - "2021-03-01", - "2021-05-01", - "2021-08-01-preview", - "2021-12-01", - "2022-02-01", - "2022-09-01", - "2022-10-01", - "2022-12-01", - "2023-03-01", - "2023-12-01", - "2024-02-01-preview", - "2024-03-01-preview" - ], - "jobs/eventgridfilters": [ - "2022-09-01", - "2022-10-01", - "2022-12-01", - "2023-03-01", - "2023-12-01", - "2024-02-01-preview", - "2024-03-01-preview" - ], - "locations": [ - "2018-01-01", - "2019-09-01", - "2020-04-01", - "2020-11-01", - "2021-03-01", - "2021-05-01", - "2021-08-01-preview", - "2021-12-01", - "2022-02-01", - "2022-09-01", - "2022-10-01", - "2022-12-01", - "2023-03-01", - "2023-12-01", - "2024-02-01-preview", - "2024-03-01-preview" - ], - "locations/availableskus": [ - "2018-01-01", - "2019-09-01", - "2020-04-01", - "2020-11-01", - "2021-03-01", - "2021-05-01", - "2021-08-01-preview", - "2021-12-01", - "2022-02-01", - "2022-09-01", - "2022-10-01", - "2022-12-01", - "2023-03-01", - "2023-12-01", - "2024-02-01-preview", - "2024-03-01-preview" - ], - "locations/checknameavailability": [ - "2018-01-01", - "2019-09-01", - "2020-04-01", - "2020-11-01", - "2021-03-01", - "2021-05-01", - "2021-08-01-preview", - "2021-12-01", - "2022-02-01", - "2022-09-01", - "2022-10-01", - "2022-12-01", - "2023-03-01", - "2023-12-01", - "2024-02-01-preview", - "2024-03-01-preview" - ], - "locations/operationresults": [ - "2018-01-01", - "2019-09-01", - "2020-04-01", - "2020-11-01", - "2021-03-01", - "2021-05-01", - "2021-08-01-preview", - "2021-12-01", - "2022-02-01", - "2022-09-01", - "2022-10-01", - "2022-12-01", - "2023-03-01", - "2023-12-01", - "2024-02-01-preview", - "2024-03-01-preview" - ], - "locations/regionconfiguration": [ - "2018-01-01", - "2019-09-01", - "2020-04-01", - "2020-11-01", - "2021-03-01", - "2021-05-01", - "2021-08-01-preview", - "2021-12-01", - "2022-02-01", - "2022-09-01", - "2022-10-01", - "2022-12-01", - "2023-03-01", - "2023-12-01", - "2024-02-01-preview", - "2024-03-01-preview" - ], - "locations/validateaddress": [ - "2018-01-01", - "2019-09-01", - "2020-04-01", - "2020-11-01", - "2021-03-01", - "2021-05-01", - "2021-08-01-preview", - "2021-12-01", - "2022-02-01", - "2022-09-01", - "2022-10-01", - "2022-12-01", - "2023-03-01", - "2023-12-01", - "2024-02-01-preview", - "2024-03-01-preview" - ], - "locations/validateinputs": [ - "2018-01-01", - "2019-09-01", - "2020-04-01", - "2020-11-01", - "2021-03-01", - "2021-05-01", - "2021-08-01-preview", - "2021-12-01", - "2022-02-01", - "2022-09-01", - "2022-10-01", - "2022-12-01", - "2023-03-01", - "2023-12-01", - "2024-02-01-preview", - "2024-03-01-preview" - ], - "operations": [ - "2018-01-01", - "2019-09-01", - "2020-04-01", - "2020-11-01", - "2021-03-01", - "2021-05-01", - "2021-08-01-preview", - "2021-12-01", - "2022-02-01", - "2022-09-01", - "2022-10-01", - "2022-12-01", - "2023-03-01", - "2023-12-01", - "2024-02-01-preview", - "2024-03-01-preview" - ] - }, - "databoxedge": { - "": [ - "2017-09-01", - "2018-07-01", - "2019-03-01", - "2019-07-01", - "2019-08-01", - "2020-01-01", - "2020-05-01-preview", - "2020-06-01", - "2020-07-01", - "2020-07-01-preview", - "2020-09-01", - "2020-09-01-preview", - "2020-12-01", - "2021-02-01", - "2021-02-01-preview", - "2021-06-01", - "2021-06-01-preview", - "2022-03-01", - "2022-04-01-preview", - "2022-12-01-preview", - "2023-01-01-preview", - "2023-02-01", - "2023-07-01" - ], - "availableskus": [ - "2020-05-01-preview", - "2020-07-01-preview", - "2020-09-01", - "2020-09-01-preview", - "2021-02-01-preview" - ], - "databoxedgedevices": [ - "2017-09-01", - "2018-07-01", - "2019-03-01", - "2019-07-01", - "2019-08-01", - "2020-01-01", - "2020-05-01-preview", - "2020-06-01", - "2020-07-01", - "2020-07-01-preview", - "2020-09-01", - "2020-09-01-preview", - "2020-12-01", - "2021-02-01", - "2021-02-01-preview", - "2021-06-01", - "2021-06-01-preview", - "2022-03-01", - "2022-04-01-preview", - "2022-12-01-preview", - "2023-01-01-preview", - "2023-02-01", - "2023-07-01" - ], - "databoxedgedevices/checknameavailability": [ - "2017-09-01", - "2018-07-01", - "2019-03-01", - "2019-07-01", - "2019-08-01", - "2020-01-01", - "2020-05-01-preview", - "2020-06-01", - "2020-07-01", - "2020-07-01-preview", - "2020-09-01", - "2020-09-01-preview", - "2020-12-01", - "2021-02-01", - "2021-02-01-preview", - "2021-06-01", - "2021-06-01-preview", - "2022-03-01", - "2022-04-01-preview", - "2022-12-01-preview", - "2023-01-01-preview", - "2023-02-01", - "2023-07-01" - ], - "operations": [ - "2017-09-01", - "2018-07-01", - "2019-03-01", - "2019-07-01", - "2019-08-01", - "2020-01-01", - "2020-05-01-preview", - "2020-06-01", - "2020-07-01", - "2020-07-01-preview", - "2020-09-01", - "2020-09-01-preview", - "2020-12-01", - "2021-02-01", - "2021-02-01-preview", - "2021-06-01", - "2021-06-01-preview", - "2022-03-01", - "2022-04-01-preview", - "2022-12-01-preview", - "2023-01-01-preview", - "2023-02-01", - "2023-07-01" - ] - }, - "databricks": { - "": [ - "2018-03-01", - "2018-03-15", - "2018-04-01", - "2021-04-01-preview", - "2022-04-01-preview", - "2022-10-01-preview", - "2023-02-01", - "2023-05-01", - "2023-09-15-preview", - "2024-02-01-preview", - "2024-05-01", - "2024-09-01-preview" - ], - "accessconnectors": [ - "2022-04-01-preview", - "2022-10-01-preview", - "2023-05-01", - "2024-05-01", - "2024-09-01-preview" - ], - "locations": [ - "2018-03-01", - "2018-03-15", - "2018-04-01", - "2021-04-01-preview", - "2022-04-01-preview", - "2023-02-01", - "2023-09-15-preview", - "2024-02-01-preview", - "2024-05-01", - "2024-09-01-preview" - ], - "locations/getnetworkpolicies": [ - "2018-04-01", - "2021-04-01-preview", - "2022-04-01-preview", - "2023-02-01", - "2023-09-15-preview", - "2024-02-01-preview", - "2024-05-01", - "2024-09-01-preview" - ], - "locations/operationstatuses": [ - "2018-04-01", - "2021-04-01-preview", - "2022-04-01-preview", - "2023-02-01", - "2023-09-15-preview", - "2024-02-01-preview", - "2024-05-01", - "2024-09-01-preview" - ], - "operations": [ - "2018-03-01", - "2018-03-15", - "2018-04-01", - "2021-04-01-preview", - "2022-04-01-preview", - "2023-02-01", - "2023-09-15-preview", - "2024-02-01-preview", - "2024-05-01", - "2024-09-01-preview" - ], - "workspaces": [ - "2018-04-01", - "2021-04-01-preview", - "2022-04-01-preview", - "2023-02-01", - "2023-09-15-preview", - "2024-02-01-preview", - "2024-05-01", - "2024-09-01-preview" - ], - "workspaces/dbworkspaces": [ - "2018-04-01" - ], - "workspaces/virtualnetworkpeerings": [ - "2018-04-01", - "2021-04-01-preview", - "2022-04-01-preview", - "2023-02-01", - "2023-09-15-preview", - "2024-02-01-preview", - "2024-05-01", - "2024-09-01-preview" - ] - }, - "datadog": { - "": [ - "2020-02-01-preview", - "2021-03-01", - "2022-06-01", - "2022-08-01", - "2023-01-01", - "2023-07-07", - "2023-10-20" - ], - "agreements": [ - "2020-02-01-preview", - "2021-03-01", - "2022-06-01", - "2022-08-01", - "2023-01-01", - "2023-07-07", - "2023-10-20" - ], - "locations": [ - "2020-02-01-preview", - "2021-03-01", - "2022-06-01", - "2022-08-01", - "2023-01-01", - "2023-07-07", - "2023-10-20" - ], - "locations/operationstatuses": [ - "2020-02-01-preview", - "2021-03-01", - "2022-06-01", - "2022-08-01", - "2023-01-01", - "2023-07-07", - "2023-10-20" - ], - "monitoredsubscriptions": [ - "2020-02-01-preview", - "2021-03-01", - "2022-06-01", - "2022-08-01", - "2023-01-01" - ], - "monitors": [ - "2020-02-01-preview", - "2021-03-01", - "2022-06-01", - "2022-08-01", - "2023-01-01", - "2023-07-07", - "2023-10-20" - ], - "monitors/getdefaultkey": [ - "2020-02-01-preview", - "2021-03-01", - "2022-06-01", - "2022-08-01", - "2023-01-01", - "2023-07-07", - "2023-10-20" - ], - "monitors/listapikeys": [ - "2020-02-01-preview", - "2021-03-01", - "2022-06-01", - "2022-08-01", - "2023-01-01", - "2023-07-07", - "2023-10-20" - ], - "monitors/listhosts": [ - "2020-02-01-preview", - "2021-03-01", - "2022-06-01", - "2022-08-01", - "2023-01-01", - "2023-07-07", - "2023-10-20" - ], - "monitors/listlinkedresources": [ - "2020-02-01-preview", - "2021-03-01", - "2022-06-01", - "2022-08-01", - "2023-01-01", - "2023-07-07", - "2023-10-20" - ], - "monitors/listmonitoredresources": [ - "2020-02-01-preview", - "2021-03-01", - "2022-06-01", - "2022-08-01", - "2023-01-01", - "2023-07-07", - "2023-10-20" - ], - "monitors/monitoredsubscriptions": [ - "2020-02-01-preview", - "2021-03-01", - "2022-06-01", - "2022-08-01", - "2023-01-01", - "2023-07-07", - "2023-10-20" - ], - "monitors/refreshsetpasswordlink": [ - "2020-02-01-preview", - "2021-03-01", - "2022-06-01", - "2022-08-01", - "2023-01-01", - "2023-07-07", - "2023-10-20" - ], - "monitors/setdefaultkey": [ - "2020-02-01-preview", - "2021-03-01", - "2022-06-01", - "2022-08-01", - "2023-01-01", - "2023-07-07", - "2023-10-20" - ], - "monitors/singlesignonconfigurations": [ - "2020-02-01-preview", - "2021-03-01", - "2022-06-01", - "2022-08-01", - "2023-01-01", - "2023-07-07", - "2023-10-20" - ], - "monitors/tagrules": [ - "2020-02-01-preview", - "2021-03-01", - "2022-06-01", - "2022-08-01", - "2023-01-01", - "2023-07-07", - "2023-10-20" - ], - "operations": [ - "2020-02-01-preview", - "2021-03-01", - "2022-06-01", - "2022-08-01", - "2023-01-01", - "2023-07-07", - "2023-10-20" - ], - "registeredsubscriptions": [ - "2020-02-01-preview", - "2021-03-01", - "2022-06-01", - "2022-08-01", - "2023-01-01", - "2023-07-07", - "2023-10-20" - ], - "subscriptionstatuses": [ - "2023-01-01", - "2023-07-07", - "2023-10-20" - ] - }, - "datafactory": { - "": [ - "2017-03-01-preview", - "2017-09-01-preview", - "2018-06-01" - ], - "checknameavailability": [ - "2018-06-01" - ], - "factories": [ - "2017-09-01-preview", - "2018-06-01" - ], - "factories/integrationruntimes": [ - "2017-09-01-preview", - "2018-06-01" - ], - "factories/privateendpointconnectionproxies": [ - "2017-09-01-preview", - "2018-06-01" - ], - "locations": [ - "2017-09-01-preview", - "2018-06-01" - ], - "locations/configurefactoryrepo": [ - "2017-09-01-preview", - "2018-06-01" - ], - "locations/getfeaturevalue": [ - "2018-06-01" - ], - "operations": [ - "2017-03-01-preview", - "2017-09-01-preview", - "2018-06-01" - ] - }, - "datalakeanalytics": { - "": [ - "2015-10-01-preview", - "2016-11-01", - "2019-11-01-preview" - ], - "accounts": [ - "2015-10-01-preview", - "2016-11-01", - "2019-11-01-preview" - ], - "accounts/datalakestoreaccounts": [ - "2015-10-01-preview", - "2016-11-01", - "2019-11-01-preview" - ], - "accounts/storageaccounts": [ - "2015-10-01-preview", - "2016-11-01", - "2019-11-01-preview" - ], - "accounts/storageaccounts/containers": [ - "2015-10-01-preview", - "2016-11-01", - "2019-11-01-preview" - ], - "accounts/storageaccounts/containers/listsastokens": [ - "2015-10-01-preview", - "2016-11-01", - "2019-11-01-preview" - ], - "locations": [ - "2015-10-01-preview", - "2016-11-01", - "2019-11-01-preview" - ], - "locations/capability": [ - "2015-10-01-preview", - "2016-11-01", - "2019-11-01-preview" - ], - "locations/checknameavailability": [ - "2015-10-01-preview", - "2016-11-01", - "2019-11-01-preview" - ], - "locations/operationresults": [ - "2015-10-01-preview", - "2016-11-01", - "2019-11-01-preview" - ], - "operations": [ - "2015-10-01-preview", - "2016-11-01", - "2019-11-01-preview" - ] - }, - "datalakestore": { - "": [ - "2015-10-01-preview", - "2016-11-01" - ], - "locations": [ - "2015-10-01-preview", - "2016-11-01" - ], - "locations/capability": [ - "2015-10-01-preview", - "2016-11-01" - ], - "locations/checknameavailability": [ - "2015-10-01-preview", - "2016-11-01" - ], - "locations/deletevirtualnetworkorsubnets": [ - "2015-10-01-preview", - "2016-11-01" - ], - "locations/operationresults": [ - "2015-10-01-preview", - "2016-11-01" - ], - "locations/usages": [ - "2015-10-01-preview", - "2016-11-01" - ], - "operations": [ - "2015-10-01-preview", - "2016-11-01" - ] - }, - "datamigration": { - "": [ - "2017-04-15-privatepreview", - "2017-11-15-preview", - "2017-11-15-privatepreview", - "2018-03-15-preview", - "2018-03-31-preview", - "2018-04-19", - "2018-07-15-preview", - "2020-09-01-preview", - "2021-06-30", - "2021-10-30-preview", - "2022-01-30-preview", - "2022-03-30-preview", - "2023-07-15-preview" - ], - "databasemigrations": [ - "2020-09-01-preview", - "2021-10-30-preview", - "2022-01-30-preview", - "2022-03-30-preview", - "2023-07-15-preview" - ], - "locations": [ - "2017-04-15-privatepreview", - "2017-11-15-preview", - "2017-11-15-privatepreview", - "2018-03-15-preview", - "2018-03-31-preview", - "2018-04-19", - "2018-07-15-preview", - "2021-06-30", - "2021-10-30-preview", - "2022-01-30-preview", - "2022-03-30-preview", - "2023-07-15-preview" - ], - "locations/checknameavailability": [ - "2017-04-15-privatepreview", - "2017-11-15-preview", - "2017-11-15-privatepreview", - "2018-03-15-preview", - "2018-03-31-preview", - "2018-04-19", - "2018-07-15-preview", - "2021-06-30", - "2021-10-30-preview", - "2022-01-30-preview", - "2022-03-30-preview", - "2023-07-15-preview" - ], - "locations/migrationserviceoperationresults": [ - "2023-07-15-preview" - ], - "locations/operationresults": [ - "2017-04-15-privatepreview", - "2017-11-15-preview", - "2017-11-15-privatepreview", - "2018-03-15-preview", - "2018-03-31-preview", - "2018-04-19", - "2018-07-15-preview", - "2021-06-30", - "2021-10-30-preview", - "2022-01-30-preview", - "2022-03-30-preview", - "2023-07-15-preview" - ], - "locations/operationstatuses": [ - "2017-04-15-privatepreview", - "2017-11-15-preview", - "2017-11-15-privatepreview", - "2018-03-15-preview", - "2018-03-31-preview", - "2018-04-19", - "2018-07-15-preview", - "2021-06-30", - "2021-10-30-preview", - "2022-01-30-preview", - "2022-03-30-preview", - "2023-07-15-preview" - ], - "locations/operationtypes": [ - "2020-09-01-preview", - "2021-10-30-preview", - "2022-01-30-preview", - "2022-03-30-preview", - "2023-07-15-preview" - ], - "locations/sqlmigrationserviceoperationresults": [ - "2020-09-01-preview", - "2021-10-30-preview", - "2022-01-30-preview", - "2022-03-30-preview", - "2023-07-15-preview" - ], - "migrationservices": [ - "2023-07-15-preview" - ], - "operations": [ - "2020-09-01-preview", - "2021-10-30-preview", - "2022-01-30-preview", - "2022-03-30-preview", - "2023-07-15-preview" - ], - "services": [ - "2017-04-15-privatepreview", - "2017-11-15-preview", - "2017-11-15-privatepreview", - "2018-03-15-preview", - "2018-03-31-preview", - "2018-04-19", - "2018-07-15-preview", - "2021-06-30", - "2021-10-30-preview", - "2022-01-30-preview", - "2022-03-30-preview", - "2023-07-15-preview" - ], - "services/projects": [ - "2017-04-15-privatepreview", - "2017-11-15-preview", - "2017-11-15-privatepreview", - "2018-03-15-preview", - "2018-03-31-preview", - "2018-04-19", - "2018-07-15-preview", - "2021-06-30", - "2021-10-30-preview", - "2022-01-30-preview", - "2022-03-30-preview", - "2023-07-15-preview" - ], - "sqlmigrationservices": [ - "2020-09-01-preview", - "2021-10-30-preview", - "2022-01-30-preview", - "2022-03-30-preview", - "2023-07-15-preview" - ] - }, - "dataprotection": { - "": [ - "2020-01-01-alpha", - "2021-01-01", - "2021-02-01-preview", - "2021-06-01-preview", - "2021-07-01", - "2021-10-01-preview", - "2021-12-01-preview", - "2022-01-01", - "2022-02-01-preview", - "2022-03-01", - "2022-03-31-preview", - "2022-04-01", - "2022-05-01", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01", - "2023-04-01-preview", - "2023-05-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-11-01", - "2023-12-01", - "2024-02-01-preview", - "2024-03-01", - "2024-04-01" - ], - "backupinstances": [ - "2022-03-31-preview", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01-preview", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2024-04-01" - ], - "backupvaults": [ - "2020-01-01-alpha", - "2021-01-01", - "2021-02-01-preview", - "2021-06-01-preview", - "2021-07-01", - "2021-10-01-preview", - "2021-12-01-preview", - "2022-01-01", - "2022-02-01-preview", - "2022-03-01", - "2022-04-01", - "2022-05-01", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01", - "2023-04-01-preview", - "2023-05-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-11-01", - "2023-12-01", - "2024-02-01-preview", - "2024-03-01", - "2024-04-01" - ], - "locations": [ - "2020-01-01-alpha", - "2021-01-01", - "2021-02-01-preview", - "2021-06-01-preview", - "2021-07-01", - "2021-10-01-preview", - "2021-12-01-preview", - "2022-01-01", - "2022-02-01-preview", - "2022-03-01", - "2022-04-01", - "2022-05-01", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01", - "2023-04-01-preview", - "2023-05-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-11-01", - "2023-12-01", - "2024-02-01-preview", - "2024-03-01", - "2024-04-01" - ], - "locations/checkfeaturesupport": [ - "2020-01-01-alpha", - "2021-01-01", - "2021-02-01-preview", - "2021-06-01-preview", - "2021-07-01", - "2021-10-01-preview", - "2021-12-01-preview", - "2022-01-01", - "2022-02-01-preview", - "2022-03-01", - "2022-04-01", - "2022-05-01", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01", - "2023-04-01-preview", - "2023-05-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-11-01", - "2023-12-01", - "2024-02-01-preview", - "2024-03-01", - "2024-04-01" - ], - "locations/checknameavailability": [ - "2020-01-01-alpha", - "2021-01-01", - "2021-02-01-preview", - "2021-06-01-preview", - "2021-07-01", - "2021-10-01-preview", - "2021-12-01-preview", - "2022-01-01", - "2022-02-01-preview", - "2022-03-01", - "2022-04-01", - "2022-05-01", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01", - "2023-04-01-preview", - "2023-05-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-11-01", - "2023-12-01", - "2024-02-01-preview", - "2024-03-01", - "2024-04-01" - ], - "locations/crossregionrestore": [ - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-11-01", - "2023-12-01", - "2024-02-01-preview", - "2024-03-01", - "2024-04-01" - ], - "locations/fetchcrossregionrestorejob": [ - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-11-01", - "2023-12-01", - "2024-02-01-preview", - "2024-03-01", - "2024-04-01" - ], - "locations/fetchcrossregionrestorejobs": [ - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-11-01", - "2023-12-01", - "2024-02-01-preview", - "2024-03-01", - "2024-04-01" - ], - "locations/fetchsecondaryrecoverypoints": [ - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-11-01", - "2023-12-01", - "2024-02-01-preview", - "2024-03-01", - "2024-04-01" - ], - "locations/operationresults": [ - "2020-01-01-alpha", - "2021-01-01", - "2021-02-01-preview", - "2021-06-01-preview", - "2021-07-01", - "2021-10-01-preview", - "2021-12-01-preview", - "2022-01-01", - "2022-02-01-preview", - "2022-03-01", - "2022-04-01", - "2022-05-01", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01", - "2023-04-01-preview", - "2023-05-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-11-01", - "2023-12-01", - "2024-02-01-preview", - "2024-03-01", - "2024-04-01" - ], - "locations/operationstatus": [ - "2020-01-01-alpha", - "2021-01-01", - "2021-02-01-preview", - "2021-06-01-preview", - "2021-07-01", - "2021-10-01-preview", - "2021-12-01-preview", - "2022-01-01", - "2022-02-01-preview", - "2022-03-01", - "2022-04-01", - "2022-05-01", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01", - "2023-04-01-preview", - "2023-05-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-11-01", - "2023-12-01", - "2024-02-01-preview", - "2024-03-01", - "2024-04-01" - ], - "locations/validatecrossregionrestore": [ - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-11-01", - "2023-12-01", - "2024-02-01-preview", - "2024-03-01", - "2024-04-01" - ], - "operations": [ - "2020-01-01-alpha", - "2021-01-01", - "2021-02-01-preview", - "2021-06-01-preview", - "2021-07-01", - "2021-10-01-preview", - "2021-12-01-preview", - "2022-01-01", - "2022-02-01-preview", - "2022-03-01", - "2022-04-01", - "2022-05-01", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01", - "2023-04-01-preview", - "2023-05-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-11-01", - "2023-12-01", - "2024-02-01-preview", - "2024-03-01", - "2024-04-01" - ], - "resourceguards": [ - "2021-02-01-preview", - "2021-07-01", - "2021-10-01-preview", - "2021-12-01-preview", - "2022-01-01", - "2022-02-01-preview", - "2022-03-01", - "2022-04-01", - "2022-05-01", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01", - "2023-04-01-preview", - "2023-05-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-11-01", - "2023-12-01", - "2024-02-01-preview", - "2024-03-01", - "2024-04-01" - ] - }, - "datareplication": { - "": [ - "2021-02-16-preview" - ], - "operations": [ - "2021-02-16-preview" - ], - "replicationfabrics": [ - "2021-02-16-preview" - ], - "replicationvaults": [ - "2021-02-16-preview" - ] - }, - "datashare": { - "": [ - "2018-11-01-alpha", - "2019-11-01", - "2020-09-01", - "2020-10-01-preview", - "2021-08-01" - ], - "accounts": [ - "2019-11-01", - "2020-09-01", - "2021-08-01" - ], - "accounts/shares": [ - "2019-11-01", - "2020-09-01", - "2021-08-01" - ], - "accounts/shares/datasets": [ - "2019-11-01", - "2020-09-01", - "2021-08-01" - ], - "accounts/shares/invitations": [ - "2019-11-01", - "2020-09-01", - "2021-08-01" - ], - "accounts/shares/providersharesubscriptions": [ - "2019-11-01", - "2020-09-01", - "2021-08-01" - ], - "accounts/shares/synchronizationsettings": [ - "2019-11-01", - "2020-09-01", - "2021-08-01" - ], - "accounts/sharesubscriptions": [ - "2019-11-01", - "2020-09-01", - "2021-08-01" - ], - "accounts/sharesubscriptions/consumersourcedatasets": [ - "2019-11-01", - "2020-09-01", - "2021-08-01" - ], - "accounts/sharesubscriptions/datasetmappings": [ - "2019-11-01", - "2020-09-01", - "2021-08-01" - ], - "accounts/sharesubscriptions/triggers": [ - "2019-11-01", - "2020-09-01", - "2021-08-01" - ], - "listinvitations": [ - "2018-11-01-alpha" - ], - "locations": [ - "2019-11-01", - "2020-09-01", - "2020-10-01-preview", - "2021-08-01" - ], - "locations/activateemail": [ - "2018-11-01-alpha" - ], - "locations/consumerinvitations": [ - "2018-11-01-alpha" - ], - "locations/operationresults": [ - "2019-11-01", - "2020-09-01", - "2021-08-01" - ], - "locations/registeremail": [ - "2018-11-01-alpha" - ], - "locations/rejectinvitation": [ - "2018-11-01-alpha" - ], - "operations": [ - "2019-11-01", - "2020-09-01", - "2020-10-01-preview", - "2021-08-01" - ] - }, - "dbformariadb": { - "": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview", - "2020-01-01", - "2020-01-01-preview", - "2020-01-01-privatepreview" - ], - "checknameavailability": [ - "2018-06-01", - "2018-06-01-preview" - ], - "locations": [ - "2018-06-01", - "2018-06-01-preview" - ], - "locations/azureasyncoperation": [ - "2018-06-01", - "2018-06-01-preview" - ], - "locations/operationresults": [ - "2018-06-01", - "2018-06-01-preview" - ], - "locations/performancetiers": [ - "2018-06-01", - "2018-06-01-preview" - ], - "locations/privateendpointconnectionazureasyncoperation": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "locations/privateendpointconnectionoperationresults": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "locations/privateendpointconnectionproxyazureasyncoperation": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "locations/privateendpointconnectionproxyoperationresults": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "locations/recommendedactionsessionsazureasyncoperation": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "locations/recommendedactionsessionsoperationresults": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "locations/securityalertpoliciesazureasyncoperation": [ - "2018-06-01" - ], - "locations/securityalertpoliciesoperationresults": [ - "2018-06-01" - ], - "locations/serverkeyazureasyncoperation": [ - "2020-01-01", - "2020-01-01-preview", - "2020-01-01-privatepreview" - ], - "locations/serverkeyoperationresults": [ - "2020-01-01", - "2020-01-01-preview", - "2020-01-01-privatepreview" - ], - "operations": [ - "2018-06-01", - "2018-06-01-preview" - ], - "servers": [ - "2018-06-01", - "2018-06-01-preview" - ], - "servers/advisors": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "servers/keys": [ - "2020-01-01", - "2020-01-01-preview", - "2020-01-01-privatepreview" - ], - "servers/privateendpointconnectionproxies": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "servers/privateendpointconnections": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "servers/privatelinkresources": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "servers/querytexts": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "servers/recoverableservers": [ - "2018-06-01", - "2018-06-01-preview" - ], - "servers/resetqueryperformanceinsightdata": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "servers/start": [ - "2020-01-01", - "2020-01-01-preview", - "2020-01-01-privatepreview" - ], - "servers/stop": [ - "2020-01-01", - "2020-01-01-preview", - "2020-01-01-privatepreview" - ], - "servers/topquerystatistics": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "servers/virtualnetworkrules": [ - "2018-06-01", - "2018-06-01-preview" - ], - "servers/waitstatistics": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ] - }, - "dbformysql": { - "": [ - "2017-12-01", - "2017-12-01-preview", - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview", - "2020-01-01", - "2020-01-01-preview", - "2020-01-01-privatepreview", - "2020-07-01-preview", - "2020-07-01-privatepreview", - "2021-05-01", - "2021-05-01-preview", - "2021-12-01-preview", - "2022-01-01", - "2022-06-01-preview", - "2022-06-01-privatepreview", - "2022-09-30-preview", - "2022-09-30-privatepreview", - "2023-06-01-preview", - "2023-06-30", - "2023-10-01-preview", - "2023-12-01-preview", - "2023-12-30", - "2024-02-01-preview", - "2024-02-28", - "2024-06-01-preview", - "2024-06-30", - "2024-10-01-preview", - "2024-10-30" - ], - "assessformigration": [ - "2022-06-01-privatepreview" - ], - "checknameavailability": [ - "2017-12-01", - "2017-12-01-preview" - ], - "flexibleservers": [ - "2020-07-01-preview", - "2020-07-01-privatepreview", - "2021-05-01", - "2021-05-01-preview", - "2021-12-01-preview", - "2022-01-01", - "2022-06-01-preview", - "2022-06-01-privatepreview", - "2022-09-30-preview", - "2022-09-30-privatepreview", - "2023-06-01-preview", - "2023-06-30", - "2023-10-01-preview", - "2023-12-01-preview", - "2023-12-30", - "2024-02-01-preview", - "2024-02-28", - "2024-06-01-preview", - "2024-06-30", - "2024-10-01-preview", - "2024-10-30" - ], - "getprivatednszonesuffix": [ - "2020-07-01-preview", - "2020-07-01-privatepreview", - "2021-05-01", - "2021-05-01-preview", - "2021-12-01-preview", - "2022-01-01", - "2022-06-01-preview", - "2022-06-01-privatepreview", - "2022-09-30-preview", - "2022-09-30-privatepreview", - "2023-06-01-preview", - "2023-06-30", - "2023-10-01-preview", - "2023-12-01-preview", - "2023-12-30", - "2024-02-01-preview", - "2024-02-28", - "2024-06-01-preview", - "2024-06-30", - "2024-10-01-preview", - "2024-10-30" - ], - "locations": [ - "2017-12-01", - "2017-12-01-preview" - ], - "locations/administratorazureasyncoperation": [ - "2017-12-01", - "2017-12-01-preview" - ], - "locations/administratoroperationresults": [ - "2017-12-01", - "2017-12-01-preview" - ], - "locations/azureasyncoperation": [], - "locations/capabilities": [ - "2020-07-01-preview", - "2020-07-01-privatepreview", - "2021-05-01", - "2021-05-01-preview", - "2021-12-01-preview", - "2022-01-01", - "2022-06-01-preview", - "2022-06-01-privatepreview", - "2022-09-30-preview", - "2022-09-30-privatepreview", - "2023-06-01-preview", - "2023-06-30", - "2023-10-01-preview", - "2023-12-01-preview", - "2023-12-30", - "2024-02-01-preview", - "2024-02-28", - "2024-06-01-preview", - "2024-06-30", - "2024-10-01-preview", - "2024-10-30" - ], - "locations/capabilitysets": [ - "2023-06-01-preview", - "2023-06-30", - "2023-10-01-preview", - "2023-12-01-preview", - "2023-12-30", - "2024-02-01-preview", - "2024-02-28", - "2024-06-01-preview", - "2024-06-30", - "2024-10-01-preview", - "2024-10-30" - ], - "locations/checknameavailability": [ - "2021-05-01", - "2021-05-01-preview", - "2021-12-01-preview", - "2022-01-01", - "2022-06-01-preview", - "2022-06-01-privatepreview", - "2022-09-30-preview", - "2022-09-30-privatepreview", - "2023-06-01-preview", - "2023-06-30", - "2023-10-01-preview", - "2023-12-01-preview", - "2023-12-30", - "2024-02-01-preview", - "2024-02-28", - "2024-06-01-preview", - "2024-06-30", - "2024-10-01-preview", - "2024-10-30" - ], - "locations/checkvirtualnetworksubnetusage": [ - "2020-07-01-preview", - "2020-07-01-privatepreview", - "2021-05-01", - "2021-05-01-preview", - "2021-12-01-preview", - "2022-01-01", - "2022-06-01-preview", - "2022-06-01-privatepreview", - "2022-09-30-preview", - "2022-09-30-privatepreview", - "2023-06-01-preview", - "2023-06-30", - "2023-10-01-preview", - "2023-12-01-preview", - "2023-12-30", - "2024-02-01-preview", - "2024-02-28", - "2024-06-01-preview", - "2024-06-30", - "2024-10-01-preview", - "2024-10-30" - ], - "locations/listmigrations": [ - "2022-01-01", - "2022-06-01-preview", - "2022-09-30-preview", - "2022-09-30-privatepreview", - "2023-06-01-preview", - "2023-06-30", - "2023-10-01-preview", - "2023-12-01-preview", - "2023-12-30", - "2024-02-01-preview", - "2024-02-28", - "2024-06-01-preview", - "2024-06-30", - "2024-10-01-preview", - "2024-10-30" - ], - "locations/operationprogress": [ - "2023-12-01-preview", - "2023-12-30", - "2024-02-01-preview", - "2024-02-28", - "2024-06-01-preview", - "2024-06-30", - "2024-10-01-preview", - "2024-10-30" - ], - "locations/operationresults": [], - "locations/performancetiers": [ - "2017-12-01", - "2017-12-01-preview" - ], - "locations/privateendpointconnectionazureasyncoperation": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "locations/privateendpointconnectionoperationresults": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "locations/privateendpointconnectionproxyazureasyncoperation": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "locations/privateendpointconnectionproxyoperationresults": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "locations/recommendedactionsessionsazureasyncoperation": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "locations/recommendedactionsessionsoperationresults": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "locations/securityalertpoliciesazureasyncoperation": [ - "2017-12-01" - ], - "locations/securityalertpoliciesoperationresults": [ - "2017-12-01" - ], - "locations/serverkeyazureasyncoperation": [ - "2020-01-01", - "2020-01-01-preview", - "2020-01-01-privatepreview" - ], - "locations/serverkeyoperationresults": [ - "2020-01-01", - "2020-01-01-preview", - "2020-01-01-privatepreview" - ], - "locations/updatemigration": [ - "2022-01-01", - "2022-06-01-preview", - "2022-09-30-preview", - "2022-09-30-privatepreview", - "2023-06-01-preview", - "2023-06-30", - "2023-10-01-preview", - "2023-12-01-preview", - "2023-12-30", - "2024-02-01-preview", - "2024-02-28", - "2024-06-01-preview", - "2024-06-30", - "2024-10-01-preview", - "2024-10-30" - ], - "operations": [ - "2017-12-01", - "2017-12-01-preview", - "2021-05-01", - "2021-05-01-preview", - "2021-12-01-preview", - "2022-01-01", - "2022-06-01-preview", - "2022-06-01-privatepreview", - "2022-09-30-preview", - "2022-09-30-privatepreview", - "2023-06-01-preview", - "2023-06-30", - "2023-10-01-preview", - "2023-12-01-preview", - "2023-12-30", - "2024-02-01-preview", - "2024-02-28", - "2024-06-01-preview", - "2024-06-30", - "2024-10-01-preview", - "2024-10-30" - ], - "servers": [ - "2017-12-01", - "2017-12-01-preview", - "2020-01-01", - "2020-01-01-preview", - "2020-01-01-privatepreview" - ], - "servers/advisors": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "servers/keys": [ - "2020-01-01", - "2020-01-01-preview", - "2020-01-01-privatepreview" - ], - "servers/privateendpointconnectionproxies": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "servers/privateendpointconnections": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "servers/privatelinkresources": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "servers/querytexts": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "servers/recoverableservers": [ - "2017-12-01", - "2017-12-01-preview" - ], - "servers/resetqueryperformanceinsightdata": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "servers/topquerystatistics": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "servers/upgrade": [ - "2020-01-01", - "2020-01-01-preview", - "2020-01-01-privatepreview" - ], - "servers/virtualnetworkrules": [ - "2017-12-01", - "2017-12-01-preview" - ], - "servers/waitstatistics": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ] - }, - "dbforpostgresql": { - "": [ - "2017-12-01", - "2017-12-01-preview", - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview", - "2020-01-01", - "2020-01-01-preview", - "2020-01-01-privatepreview", - "2020-02-14-preview", - "2020-02-14-privatepreview", - "2020-10-05-privatepreview", - "2020-11-05-preview", - "2021-06-01", - "2021-06-01-preview", - "2022-01-20-preview", - "2022-03-08-preview", - "2022-03-08-privatepreview", - "2022-05-01-preview", - "2022-05-01-privatepreview", - "2022-11-01-preview", - "2022-11-08", - "2022-12-01", - "2023-01-01-privatepreview", - "2023-03-01-preview", - "2023-03-02-preview", - "2023-06-01-preview", - "2023-12-01-preview", - "2024-03-01-privatepreview", - "2024-05-01-privatepreview", - "2024-08-01", - "2024-11-01-preview" - ], - "availableengineversions": [ - "2020-10-05-privatepreview", - "2022-11-08", - "2023-03-02-preview" - ], - "checknameavailability": [ - "2020-02-14-preview", - "2020-02-14-privatepreview", - "2020-11-05-preview", - "2021-06-01", - "2021-06-01-preview", - "2022-01-20-preview", - "2022-03-08-preview", - "2022-03-08-privatepreview", - "2022-05-01-preview", - "2022-05-01-privatepreview", - "2022-11-01-preview", - "2022-12-01", - "2023-03-01-preview", - "2023-06-01-preview", - "2023-12-01-preview", - "2024-03-01-privatepreview", - "2024-05-01-privatepreview", - "2024-08-01", - "2024-11-01-preview" - ], - "flexibleservers": [ - "2020-02-14-preview", - "2020-02-14-privatepreview", - "2021-06-01", - "2021-06-01-preview", - "2022-01-20-preview", - "2022-03-08-preview", - "2022-03-08-privatepreview", - "2022-05-01-preview", - "2022-05-01-privatepreview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01-privatepreview", - "2023-03-01-preview", - "2023-06-01-preview", - "2023-12-01-preview", - "2024-03-01-privatepreview", - "2024-05-01-privatepreview", - "2024-08-01", - "2024-11-01-preview" - ], - "flexibleservers/migrations": [ - "2020-02-14-preview", - "2020-02-14-privatepreview", - "2021-06-01", - "2021-06-01-preview", - "2022-01-20-preview", - "2022-03-08-preview", - "2022-03-08-privatepreview", - "2022-05-01-preview", - "2022-05-01-privatepreview", - "2022-11-01-preview", - "2022-12-01", - "2023-01-01-privatepreview", - "2023-03-01-preview", - "2023-06-01-preview", - "2023-12-01-preview", - "2024-03-01-privatepreview", - "2024-05-01-privatepreview", - "2024-08-01", - "2024-11-01-preview" - ], - "getprivatednszonesuffix": [], - "locations": [ - "2017-12-01", - "2017-12-01-preview" - ], - "locations/administratorazureasyncoperation": [ - "2017-12-01", - "2017-12-01-preview" - ], - "locations/administratoroperationresults": [ - "2017-12-01", - "2017-12-01-preview" - ], - "locations/azureasyncoperation": [], - "locations/capabilities": [ - "2020-02-14-preview", - "2020-02-14-privatepreview", - "2021-06-01", - "2021-06-01-preview", - "2022-01-20-preview", - "2022-03-08-preview", - "2022-03-08-privatepreview", - "2022-05-01-preview", - "2022-05-01-privatepreview", - "2022-11-01-preview", - "2022-12-01", - "2023-03-01-preview", - "2023-06-01-preview", - "2023-12-01-preview", - "2024-03-01-privatepreview", - "2024-05-01-privatepreview", - "2024-08-01", - "2024-11-01-preview" - ], - "locations/checknameavailability": [ - "2020-02-14-preview", - "2020-02-14-privatepreview", - "2021-06-01", - "2021-06-01-preview", - "2022-01-20-preview", - "2022-03-08-preview", - "2022-03-08-privatepreview", - "2022-05-01-preview", - "2022-05-01-privatepreview", - "2022-11-01-preview", - "2022-12-01", - "2023-03-01-preview", - "2023-06-01-preview", - "2023-12-01-preview", - "2024-03-01-privatepreview", - "2024-05-01-privatepreview", - "2024-08-01", - "2024-11-01-preview" - ], - "locations/checkvirtualnetworksubnetusage": [ - "2020-02-14-preview", - "2020-02-14-privatepreview", - "2021-06-01", - "2021-06-01-preview", - "2022-03-08-preview", - "2022-05-01-preview", - "2022-05-01-privatepreview", - "2022-11-01-preview", - "2022-12-01", - "2023-03-01-preview", - "2023-06-01-preview", - "2023-12-01-preview", - "2024-03-01-privatepreview", - "2024-05-01-privatepreview", - "2024-08-01", - "2024-11-01-preview" - ], - "locations/getautomigrationfreeslots": [ - "2024-03-01-privatepreview", - "2024-08-01", - "2024-11-01-preview" - ], - "locations/getcachedservername": [ - "2022-03-08-privatepreview" - ], - "locations/getlatestautomigrationschedule": [ - "2024-03-01-privatepreview", - "2024-08-01", - "2024-11-01-preview" - ], - "locations/operationresults": [], - "locations/performancetiers": [ - "2017-12-01", - "2017-12-01-preview" - ], - "locations/privateendpointconnectionazureasyncoperation": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "locations/privateendpointconnectionoperationresults": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "locations/privateendpointconnectionproxyazureasyncoperation": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "locations/privateendpointconnectionproxyoperationresults": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "locations/recommendedactionsessionsazureasyncoperation": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "locations/recommendedactionsessionsoperationresults": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "locations/resourcetype": [ - "2020-02-14-preview", - "2020-02-14-privatepreview", - "2021-06-01", - "2021-06-01-preview", - "2022-01-20-preview", - "2022-03-08-preview", - "2022-03-08-privatepreview", - "2022-05-01-preview", - "2022-05-01-privatepreview", - "2022-11-01-preview", - "2022-12-01", - "2023-03-01-preview", - "2023-06-01-preview", - "2023-12-01-preview", - "2024-03-01-privatepreview", - "2024-05-01-privatepreview", - "2024-08-01", - "2024-11-01-preview" - ], - "locations/securityalertpoliciesazureasyncoperation": [ - "2017-12-01" - ], - "locations/securityalertpoliciesoperationresults": [ - "2017-12-01" - ], - "locations/serverkeyazureasyncoperation": [ - "2020-01-01", - "2020-01-01-preview", - "2020-01-01-privatepreview" - ], - "locations/serverkeyoperationresults": [ - "2020-01-01", - "2020-01-01-preview", - "2020-01-01-privatepreview" - ], - "locations/updateautomigrationschedule": [ - "2024-03-01-privatepreview", - "2024-08-01", - "2024-11-01-preview" - ], - "operations": [ - "2021-06-01", - "2021-06-01-preview", - "2022-01-20-preview", - "2022-03-08-preview", - "2022-05-01-preview", - "2022-05-01-privatepreview", - "2022-11-01-preview", - "2022-12-01", - "2023-03-01-preview", - "2023-06-01-preview", - "2023-12-01-preview", - "2024-03-01-privatepreview", - "2024-05-01-privatepreview", - "2024-08-01", - "2024-11-01-preview" - ], - "servergroupsv2": [ - "2020-10-05-privatepreview", - "2022-11-08", - "2023-03-02-preview" - ], - "servers": [ - "2017-12-01", - "2017-12-01-preview" - ], - "servers/advisors": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "servers/keys": [ - "2020-01-01", - "2020-01-01-preview", - "2020-01-01-privatepreview" - ], - "servers/privateendpointconnectionproxies": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "servers/privateendpointconnections": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "servers/privatelinkresources": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "servers/querytexts": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "servers/recoverableservers": [ - "2017-12-01", - "2017-12-01-preview" - ], - "servers/resetqueryperformanceinsightdata": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "servers/topquerystatistics": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ], - "servers/virtualnetworkrules": [ - "2017-12-01", - "2017-12-01-preview" - ], - "servers/waitstatistics": [ - "2018-06-01", - "2018-06-01-preview", - "2018-06-01-privatepreview" - ] - }, - "delegatednetwork": { - "": [ - "2020-08-08-preview", - "2021-03-15", - "2023-05-18-preview", - "2023-06-27-preview" - ], - "controller": [ - "2020-08-08-preview", - "2021-03-15", - "2023-05-18-preview", - "2023-06-27-preview" - ], - "delegatedsubnets": [ - "2020-08-08-preview", - "2021-03-15", - "2023-05-18-preview", - "2023-06-27-preview" - ], - "operations": [ - "2020-08-08-preview", - "2021-03-15", - "2023-05-18-preview", - "2023-06-27-preview" - ], - "orchestrators": [ - "2020-08-08-preview", - "2021-03-15", - "2023-05-18-preview", - "2023-06-27-preview" - ] - }, - "dependencymap": { - "": [ - "2024-06-01-preview" - ], - "locations/operationstatuses": [ - "2024-06-01-preview" - ], - "maps": [ - "2024-06-01-preview" - ], - "maps/discoverysources": [ - "2024-06-01-preview" - ] - }, - "desktopvirtualization": { - "": [ - "2019-01-23-preview", - "2019-09-24-preview", - "2019-12-10-preview", - "2020-09-21-preview", - "2020-10-19-preview", - "2020-11-02-preview", - "2020-11-10-preview", - "2021-01-14-preview", - "2021-02-01-preview", - "2021-03-09-preview", - "2021-04-01-preview", - "2021-05-13-preview", - "2021-07-12", - "2021-08-04-preview", - "2021-09-03-preview", - "2021-09-17-privatepreview", - "2022-01-12-privatepreview", - "2022-02-10-preview", - "2022-04-01-preview", - "2022-07-05-preview", - "2022-08-09-privatepreview", - "2022-09-01-privatepreview", - "2022-09-09", - "2022-10-14-preview", - "2022-12-09-privatepreview", - "2023-01-28-privatepreview", - "2023-01-30-preview", - "2023-03-03-privatepreview", - "2023-03-21-privatepreview", - "2023-03-30-privatepreview", - "2023-04-06-preview", - "2023-05-15-privatepreview", - "2023-05-18-privatepreview", - "2023-07-07-preview", - "2023-09-05", - "2023-10-04-preview", - "2023-10-09-privatepreview", - "2023-11-01-preview", - "2023-11-29-privatepreview", - "2023-12-25-privatepreview", - "2024-01-16-preview", - "2024-03-06-preview", - "2024-04-03", - "2024-04-08-preview", - "2024-07-15-privatepreview", - "2024-08-08-preview", - "2024-09-01-privatepreview", - "2024-09-10" - ], - "appattachpackages": [ - "2022-09-01-privatepreview", - "2022-09-09", - "2022-10-14-preview", - "2022-12-09-privatepreview", - "2023-03-03-privatepreview", - "2023-03-21-privatepreview", - "2023-07-07-preview", - "2023-09-05", - "2023-10-04-preview", - "2023-10-09-privatepreview", - "2023-11-01-preview", - "2023-11-29-privatepreview", - "2023-12-25-privatepreview", - "2024-01-16-preview", - "2024-03-06-preview", - "2024-04-03", - "2024-04-08-preview", - "2024-08-08-preview" - ], - "applicationgroups": [ - "2019-01-23-preview", - "2019-09-24-preview", - "2019-12-10-preview", - "2020-09-21-preview", - "2020-10-19-preview", - "2020-11-02-preview", - "2020-11-10-preview", - "2021-01-14-preview", - "2021-02-01-preview", - "2021-03-09-preview", - "2021-04-01-preview", - "2021-05-13-preview", - "2021-07-12", - "2021-09-03-preview", - "2022-01-12-privatepreview", - "2022-02-10-preview", - "2022-04-01-preview", - "2022-08-09-privatepreview", - "2022-09-01-privatepreview", - "2022-09-09", - "2022-10-14-preview", - "2022-12-09-privatepreview", - "2023-03-03-privatepreview", - "2023-03-21-privatepreview", - "2023-07-07-preview", - "2023-09-05", - "2023-10-04-preview", - "2023-10-09-privatepreview", - "2023-11-01-preview", - "2023-11-29-privatepreview", - "2023-12-25-privatepreview", - "2024-01-16-preview", - "2024-03-06-preview", - "2024-04-03", - "2024-04-08-preview", - "2024-08-08-preview" - ], - "applicationgroups/applications": [ - "2019-01-23-preview", - "2019-09-24-preview", - "2019-12-10-preview", - "2020-09-21-preview", - "2020-10-19-preview", - "2020-11-02-preview", - "2020-11-10-preview", - "2021-01-14-preview", - "2021-02-01-preview", - "2021-03-09-preview", - "2021-04-01-preview", - "2021-05-13-preview", - "2021-07-12", - "2021-09-03-preview", - "2022-01-12-privatepreview", - "2022-02-10-preview", - "2022-04-01-preview", - "2022-08-09-privatepreview", - "2022-09-01-privatepreview", - "2022-09-09", - "2022-10-14-preview", - "2022-12-09-privatepreview", - "2023-03-03-privatepreview", - "2023-03-21-privatepreview", - "2023-07-07-preview", - "2023-09-05", - "2023-10-04-preview", - "2023-10-09-privatepreview", - "2023-11-01-preview", - "2023-11-29-privatepreview", - "2023-12-25-privatepreview", - "2024-01-16-preview", - "2024-03-06-preview", - "2024-04-03", - "2024-04-08-preview", - "2024-08-08-preview" - ], - "applicationgroups/desktops": [ - "2019-01-23-preview", - "2019-09-24-preview", - "2019-12-10-preview", - "2020-09-21-preview", - "2020-10-19-preview", - "2020-11-02-preview", - "2020-11-10-preview", - "2021-01-14-preview", - "2021-02-01-preview", - "2021-03-09-preview", - "2021-04-01-preview", - "2021-05-13-preview", - "2021-07-12", - "2021-09-03-preview", - "2022-01-12-privatepreview", - "2022-02-10-preview", - "2022-04-01-preview", - "2022-08-09-privatepreview", - "2022-09-01-privatepreview", - "2022-09-09", - "2022-10-14-preview", - "2022-12-09-privatepreview", - "2023-03-03-privatepreview", - "2023-03-21-privatepreview", - "2023-07-07-preview", - "2023-09-05", - "2023-10-04-preview", - "2023-10-09-privatepreview", - "2023-11-01-preview", - "2023-11-29-privatepreview", - "2023-12-25-privatepreview", - "2024-01-16-preview", - "2024-03-06-preview", - "2024-04-03", - "2024-04-08-preview", - "2024-08-08-preview" - ], - "applicationgroups/startmenuitems": [ - "2019-01-23-preview", - "2019-09-24-preview", - "2019-12-10-preview", - "2020-09-21-preview", - "2020-10-19-preview", - "2020-11-02-preview", - "2020-11-10-preview", - "2021-01-14-preview", - "2021-02-01-preview", - "2021-03-09-preview", - "2021-04-01-preview", - "2021-05-13-preview", - "2021-07-12", - "2021-09-03-preview", - "2022-01-12-privatepreview", - "2022-02-10-preview", - "2022-04-01-preview", - "2022-08-09-privatepreview", - "2022-09-01-privatepreview", - "2022-09-09", - "2022-10-14-preview", - "2022-12-09-privatepreview", - "2023-03-03-privatepreview", - "2023-03-21-privatepreview", - "2023-07-07-preview", - "2023-09-05", - "2023-10-04-preview", - "2023-10-09-privatepreview", - "2023-11-01-preview", - "2023-11-29-privatepreview", - "2023-12-25-privatepreview", - "2024-01-16-preview", - "2024-03-06-preview", - "2024-04-03", - "2024-04-08-preview", - "2024-08-08-preview" - ], - "connectionpolicies": [ - "2023-10-09-privatepreview" - ], - "hostpools": [ - "2019-01-23-preview", - "2019-09-24-preview", - "2019-12-10-preview", - "2020-09-21-preview", - "2020-10-19-preview", - "2020-11-02-preview", - "2020-11-10-preview", - "2021-01-14-preview", - "2021-02-01-preview", - "2021-03-09-preview", - "2021-04-01-preview", - "2021-05-13-preview", - "2021-07-12", - "2021-09-03-preview", - "2022-01-12-privatepreview", - "2022-02-10-preview", - "2022-04-01-preview", - "2022-08-09-privatepreview", - "2022-09-01-privatepreview", - "2022-09-09", - "2022-10-14-preview", - "2022-12-09-privatepreview", - "2023-03-03-privatepreview", - "2023-03-21-privatepreview", - "2023-07-07-preview", - "2023-09-05", - "2023-10-04-preview", - "2023-10-09-privatepreview", - "2023-11-01-preview", - "2023-11-29-privatepreview", - "2023-12-25-privatepreview", - "2024-01-16-preview", - "2024-03-06-preview", - "2024-04-03", - "2024-04-08-preview", - "2024-08-08-preview" - ], - "hostpools/msixpackages": [ - "2019-01-23-preview", - "2019-09-24-preview", - "2019-12-10-preview", - "2020-09-21-preview", - "2020-10-19-preview", - "2020-11-02-preview", - "2020-11-10-preview", - "2021-01-14-preview", - "2021-02-01-preview", - "2021-03-09-preview", - "2021-04-01-preview", - "2021-05-13-preview", - "2021-07-12", - "2021-09-03-preview", - "2022-01-12-privatepreview", - "2022-02-10-preview", - "2022-04-01-preview", - "2022-08-09-privatepreview", - "2022-09-01-privatepreview", - "2022-09-09", - "2022-10-14-preview", - "2022-12-09-privatepreview", - "2023-03-03-privatepreview", - "2023-03-21-privatepreview", - "2023-07-07-preview", - "2023-09-05", - "2023-10-04-preview", - "2023-10-09-privatepreview", - "2023-11-01-preview", - "2023-11-29-privatepreview", - "2023-12-25-privatepreview", - "2024-01-16-preview", - "2024-03-06-preview", - "2024-04-03", - "2024-04-08-preview", - "2024-08-08-preview" - ], - "hostpools/sessionhosts": [ - "2019-01-23-preview", - "2019-09-24-preview", - "2019-12-10-preview", - "2020-09-21-preview", - "2020-10-19-preview", - "2020-11-02-preview", - "2020-11-10-preview", - "2021-01-14-preview", - "2021-02-01-preview", - "2021-03-09-preview", - "2021-04-01-preview", - "2021-05-13-preview", - "2021-07-12", - "2021-09-03-preview", - "2022-01-12-privatepreview", - "2022-02-10-preview", - "2022-04-01-preview", - "2022-08-09-privatepreview", - "2022-09-01-privatepreview", - "2022-09-09", - "2022-10-14-preview", - "2022-12-09-privatepreview", - "2023-03-03-privatepreview", - "2023-03-21-privatepreview", - "2023-07-07-preview", - "2023-09-05", - "2023-10-04-preview", - "2023-10-09-privatepreview", - "2023-11-01-preview", - "2023-11-29-privatepreview", - "2023-12-25-privatepreview", - "2024-01-16-preview", - "2024-03-06-preview", - "2024-04-03", - "2024-04-08-preview", - "2024-08-08-preview" - ], - "hostpools/sessionhosts/usersessions": [ - "2019-01-23-preview", - "2019-09-24-preview", - "2019-12-10-preview", - "2020-09-21-preview", - "2020-10-19-preview", - "2020-11-02-preview", - "2020-11-10-preview", - "2021-01-14-preview", - "2021-02-01-preview", - "2021-03-09-preview", - "2021-04-01-preview", - "2021-05-13-preview", - "2021-07-12", - "2021-09-03-preview", - "2022-01-12-privatepreview", - "2022-02-10-preview", - "2022-04-01-preview", - "2022-08-09-privatepreview", - "2022-09-01-privatepreview", - "2022-09-09", - "2022-10-14-preview", - "2022-12-09-privatepreview", - "2023-03-03-privatepreview", - "2023-03-21-privatepreview", - "2023-07-07-preview", - "2023-09-05", - "2023-10-04-preview", - "2023-10-09-privatepreview", - "2023-11-01-preview", - "2023-11-29-privatepreview", - "2023-12-25-privatepreview", - "2024-01-16-preview", - "2024-03-06-preview", - "2024-04-03", - "2024-04-08-preview", - "2024-08-08-preview" - ], - "hostpools/usersessions": [ - "2019-01-23-preview", - "2019-09-24-preview", - "2019-12-10-preview", - "2020-09-21-preview", - "2020-10-19-preview", - "2020-11-02-preview", - "2020-11-10-preview", - "2021-01-14-preview", - "2021-02-01-preview", - "2021-03-09-preview", - "2021-04-01-preview", - "2021-05-13-preview", - "2021-07-12", - "2021-09-03-preview", - "2022-01-12-privatepreview", - "2022-02-10-preview", - "2022-04-01-preview", - "2022-08-09-privatepreview", - "2022-09-01-privatepreview", - "2022-09-09", - "2022-10-14-preview", - "2022-12-09-privatepreview", - "2023-03-03-privatepreview", - "2023-03-21-privatepreview", - "2023-07-07-preview", - "2023-09-05", - "2023-10-04-preview", - "2023-10-09-privatepreview", - "2023-11-01-preview", - "2023-11-29-privatepreview", - "2023-12-25-privatepreview", - "2024-01-16-preview", - "2024-03-06-preview", - "2024-04-03", - "2024-04-08-preview", - "2024-08-08-preview" - ], - "operations": [ - "2019-01-23-preview", - "2019-09-24-preview", - "2019-12-10-preview", - "2020-09-21-preview", - "2020-10-19-preview", - "2020-11-02-preview", - "2020-11-10-preview", - "2021-01-14-preview", - "2021-02-01-preview", - "2021-03-09-preview", - "2021-04-01-preview", - "2021-05-13-preview", - "2021-07-12", - "2021-08-04-preview", - "2021-09-03-preview", - "2021-09-17-privatepreview", - "2022-01-12-privatepreview", - "2022-02-10-preview", - "2022-04-01-preview", - "2022-07-05-preview", - "2022-08-09-privatepreview", - "2022-09-01-privatepreview", - "2022-09-09", - "2022-10-14-preview", - "2022-12-09-privatepreview", - "2023-01-28-privatepreview", - "2023-01-30-preview", - "2023-03-03-privatepreview", - "2023-03-21-privatepreview", - "2023-03-30-privatepreview", - "2023-04-06-preview", - "2023-05-15-privatepreview", - "2023-05-18-privatepreview", - "2023-07-07-preview", - "2023-09-05", - "2023-10-04-preview", - "2023-10-09-privatepreview", - "2023-11-01-preview", - "2023-11-29-privatepreview", - "2023-12-25-privatepreview", - "2024-01-16-preview", - "2024-03-06-preview", - "2024-04-03", - "2024-04-08-preview", - "2024-07-15-privatepreview", - "2024-08-08-preview", - "2024-09-01-privatepreview", - "2024-09-10" - ], - "scalingplans": [ - "2019-01-23-preview", - "2019-09-24-preview", - "2019-12-10-preview", - "2020-09-21-preview", - "2020-10-19-preview", - "2020-11-02-preview", - "2020-11-10-preview", - "2021-01-14-preview", - "2021-02-01-preview", - "2021-03-09-preview", - "2021-04-01-preview", - "2021-05-13-preview", - "2021-07-12", - "2021-09-03-preview", - "2022-01-12-privatepreview", - "2022-02-10-preview", - "2022-04-01-preview", - "2022-08-09-privatepreview", - "2022-09-01-privatepreview", - "2022-09-09", - "2022-10-14-preview", - "2022-12-09-privatepreview", - "2023-03-03-privatepreview", - "2023-03-21-privatepreview", - "2023-07-07-preview", - "2023-09-05", - "2023-10-04-preview", - "2023-10-09-privatepreview", - "2023-11-01-preview", - "2023-11-29-privatepreview", - "2023-12-25-privatepreview", - "2024-01-16-preview", - "2024-03-06-preview", - "2024-04-03", - "2024-04-08-preview", - "2024-08-08-preview" - ], - "workspaces": [ - "2019-01-23-preview", - "2019-09-24-preview", - "2019-12-10-preview", - "2020-09-21-preview", - "2020-10-19-preview", - "2020-11-02-preview", - "2020-11-10-preview", - "2021-01-14-preview", - "2021-02-01-preview", - "2021-03-09-preview", - "2021-04-01-preview", - "2021-05-13-preview", - "2021-07-12", - "2021-09-03-preview", - "2022-01-12-privatepreview", - "2022-02-10-preview", - "2022-04-01-preview", - "2022-08-09-privatepreview", - "2022-09-01-privatepreview", - "2022-09-09", - "2022-10-14-preview", - "2022-12-09-privatepreview", - "2023-03-03-privatepreview", - "2023-03-21-privatepreview", - "2023-07-07-preview", - "2023-09-05", - "2023-10-04-preview", - "2023-10-09-privatepreview", - "2023-11-01-preview", - "2023-11-29-privatepreview", - "2023-12-25-privatepreview", - "2024-01-16-preview", - "2024-03-06-preview", - "2024-04-03", - "2024-04-08-preview", - "2024-08-08-preview" - ] - }, - "devcenter": { - "": [ - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-12-preview", - "2022-11-11-preview", - "2023-01-01-preview", - "2023-04-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "checknameavailability": [ - "2022-11-11-preview", - "2023-01-01-preview", - "2023-04-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "checkscopednameavailability": [ - "2023-11-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "devcenters": [ - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-12-preview", - "2022-11-11-preview", - "2023-01-01-preview", - "2023-04-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "devcenters/attachednetworks": [ - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-12-preview", - "2022-11-11-preview", - "2023-01-01-preview", - "2023-04-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "devcenters/catalogs": [ - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-12-preview", - "2022-11-11-preview", - "2023-01-01-preview", - "2023-04-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "devcenters/catalogs/devboxdefinitions": [ - "2023-06-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview" - ], - "devcenters/catalogs/environmentdefinitions": [ - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "devcenters/catalogs/tasks": [ - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "devcenters/curationprofiles": [ - "2024-08-01-preview", - "2024-10-01-preview" - ], - "devcenters/devboxdefinitions": [ - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-12-preview", - "2022-11-11-preview", - "2023-01-01-preview", - "2023-04-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "devcenters/environmenttypes": [ - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-12-preview", - "2022-11-11-preview", - "2023-01-01-preview", - "2023-04-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "devcenters/galleries": [ - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-12-preview", - "2022-11-11-preview", - "2023-01-01-preview", - "2023-04-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "devcenters/galleries/images": [ - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-12-preview", - "2022-11-11-preview", - "2023-01-01-preview", - "2023-04-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "devcenters/galleries/images/versions": [ - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-12-preview", - "2022-11-11-preview", - "2023-01-01-preview", - "2023-04-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "devcenters/images": [ - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-12-preview", - "2022-11-11-preview", - "2023-01-01-preview", - "2023-04-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "locations": [ - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-12-preview", - "2022-11-11-preview", - "2023-01-01-preview", - "2023-04-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "locations/operationstatuses": [ - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-12-preview", - "2022-11-11-preview", - "2023-01-01-preview", - "2023-04-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "locations/usages": [ - "2023-04-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "networkconnections": [ - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-12-preview", - "2022-11-11-preview", - "2023-01-01-preview", - "2023-04-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "networkconnections/healthchecks": [ - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-12-preview", - "2022-11-11-preview", - "2023-01-01-preview", - "2023-04-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "networkconnections/outboundnetworkdependenciesendpoints": [ - "2023-01-01-preview", - "2023-04-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "operations": [ - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-12-preview", - "2022-11-11-preview", - "2023-01-01-preview", - "2023-04-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "projects": [ - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-12-preview", - "2022-11-11-preview", - "2023-01-01-preview", - "2023-04-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "projects/allowedenvironmenttypes": [ - "2022-09-01-preview", - "2022-10-12-preview", - "2022-11-11-preview", - "2023-01-01-preview", - "2023-04-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "projects/attachednetworks": [ - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-12-preview", - "2022-11-11-preview", - "2023-01-01-preview", - "2023-04-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "projects/catalogs": [ - "2023-11-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "projects/catalogs/environmentdefinitions": [ - "2023-11-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "projects/catalogs/imagedefinitions": [ - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "projects/catalogs/imagedefinitions/builds": [ - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "projects/devboxdefinitions": [ - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-12-preview", - "2022-11-11-preview", - "2023-01-01-preview", - "2023-04-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "projects/environmenttypes": [ - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-12-preview", - "2022-11-11-preview", - "2023-01-01-preview", - "2023-04-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "projects/images": [ - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "projects/images/versions": [ - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "projects/listskus": [ - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "projects/pools": [ - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-12-preview", - "2022-11-11-preview", - "2023-01-01-preview", - "2023-04-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "projects/pools/schedules": [ - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-12-preview", - "2022-11-11-preview", - "2023-01-01-preview", - "2023-04-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-02-01", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-01-preview", - "2024-10-01-preview" - ] - }, - "devhub": { - "": [ - "2022-04-01-preview", - "2022-10-11-preview", - "2023-08-01", - "2024-05-01-preview" - ], - "iacprofiles": [ - "2024-05-01-preview" - ], - "locations": [ - "2022-04-01-preview", - "2022-10-11-preview", - "2023-08-01", - "2024-05-01-preview" - ], - "locations/generatepreviewartifacts": [ - "2022-10-11-preview", - "2023-08-01", - "2024-05-01-preview" - ], - "locations/githuboauth": [ - "2022-04-01-preview", - "2022-10-11-preview", - "2023-08-01", - "2024-05-01-preview" - ], - "operations": [ - "2022-04-01-preview", - "2022-10-11-preview", - "2023-08-01", - "2024-05-01-preview" - ], - "workflows": [ - "2022-04-01-preview", - "2022-10-11-preview", - "2023-08-01", - "2024-05-01-preview" - ] - }, - "deviceonboarding": { - "": [ - "2024-11-01-preview" - ], - "devicestates": [ - "2024-11-01-preview" - ], - "locations/operationstatuses": [ - "2024-11-01-preview" - ], - "onboardingservices": [ - "2024-11-01-preview" - ], - "onboardingservices/policies": [ - "2024-11-01-preview" - ] - }, - "deviceregistry": { - "": [ - "2022-05-21-preview", - "2023-06-21-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-07-01-preview", - "2024-09-01-preview", - "2024-11-01" - ], - "assetendpointprofiles": [ - "2023-11-01-preview", - "2024-09-01-preview", - "2024-11-01" - ], - "assets": [ - "2023-11-01-preview", - "2024-09-01-preview", - "2024-11-01" - ], - "billingcontainers": [ - "2024-07-01-preview", - "2024-09-01-preview", - "2024-11-01" - ], - "discoveredassetendpointprofiles": [ - "2024-09-01-preview" - ], - "discoveredassets": [ - "2024-09-01-preview" - ], - "locations": [ - "2022-05-21-preview", - "2023-06-21-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-07-01-preview", - "2024-09-01-preview", - "2024-11-01" - ], - "locations/operationstatuses": [ - "2023-11-01-preview", - "2024-09-01-preview", - "2024-11-01" - ], - "operations": [ - "2022-05-21-preview", - "2023-06-21-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-07-01-preview", - "2024-09-01-preview", - "2024-11-01" - ], - "operationstatuses": [ - "2022-05-21-preview", - "2023-06-21-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-07-01-preview", - "2024-09-01-preview", - "2024-11-01" - ], - "schemaregistries": [ - "2024-09-01-preview" - ], - "schemaregistries/schemas": [ - "2024-09-01-preview" - ], - "schemaregistries/schemas/schemaversions": [ - "2024-09-01-preview" - ] - }, - "devices": { - "": [ - "2015-08-15-preview", - "2016-02-03", - "2017-01-19", - "2017-07-01", - "2017-08-21-preview", - "2017-09-25-preview", - "2017-11-15", - "2018-01-15-preview", - "2018-01-22", - "2018-01-22-preview", - "2018-04-01", - "2018-04-01-preview", - "2018-07-31", - "2018-12-01-preview", - "2019-03-22", - "2019-03-22-preview", - "2019-07-01-preview", - "2019-09-01", - "2019-11-04", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-06-15", - "2020-07-10-preview", - "2020-08-01", - "2020-08-31", - "2020-08-31-preview", - "2020-09-01-preview", - "2021-02-01-preview", - "2021-03-03-preview", - "2021-03-31", - "2021-07-01", - "2021-07-01-preview", - "2021-07-02", - "2021-07-02-preview", - "2021-07-15-preview", - "2021-10-15", - "2022-02-05", - "2022-04-30-preview", - "2022-12-12", - "2023-03-01-preview", - "2023-06-30", - "2023-06-30-preview", - "2023-07-15-preview" - ], - "checknameavailability": [ - "2015-08-15-preview", - "2016-02-03", - "2017-01-19", - "2017-07-01", - "2018-01-22", - "2018-04-01", - "2018-12-01-preview", - "2019-03-22", - "2019-03-22-preview", - "2019-07-01-preview", - "2019-11-04", - "2020-03-01", - "2020-04-01", - "2020-06-15", - "2020-07-10-preview", - "2020-08-01", - "2020-08-31", - "2020-08-31-preview", - "2021-02-01-preview", - "2021-03-03-preview", - "2021-03-31", - "2021-07-01", - "2021-07-01-preview", - "2021-07-02", - "2021-07-02-preview", - "2021-07-15-preview", - "2022-04-30-preview", - "2023-06-30", - "2023-06-30-preview" - ], - "checkprovisioningservicenameavailability": [ - "2017-08-21-preview", - "2017-11-15", - "2018-01-22", - "2020-01-01", - "2020-03-01", - "2021-10-15", - "2022-02-05", - "2022-12-12", - "2023-03-01-preview" - ], - "iothubs": [ - "2015-08-15-preview", - "2016-02-03", - "2017-01-19", - "2017-07-01", - "2018-01-22", - "2018-04-01", - "2018-12-01-preview", - "2019-03-22", - "2019-03-22-preview", - "2019-07-01-preview", - "2019-11-04", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-06-15", - "2020-07-10-preview", - "2020-08-01", - "2020-08-31", - "2020-08-31-preview", - "2021-03-03-preview", - "2021-03-31", - "2021-07-01", - "2021-07-01-preview", - "2021-07-02", - "2021-07-02-preview", - "2022-04-30-preview", - "2023-06-30", - "2023-06-30-preview" - ], - "iothubs/eventgridfilters": [ - "2018-01-15-preview", - "2018-07-31" - ], - "iothubs/failover": [ - "2015-08-15-preview", - "2016-02-03", - "2017-01-19", - "2017-07-01", - "2018-01-22", - "2018-04-01", - "2018-12-01-preview", - "2019-03-22", - "2019-03-22-preview", - "2019-07-01-preview", - "2019-11-04", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-06-15", - "2020-07-10-preview", - "2020-08-01", - "2020-08-31", - "2020-08-31-preview", - "2021-03-03-preview", - "2021-03-31", - "2021-07-01", - "2021-07-01-preview", - "2021-07-02", - "2021-07-02-preview", - "2022-04-30-preview", - "2023-06-30", - "2023-06-30-preview" - ], - "iothubs/securitysettings": [ - "2019-09-01" - ], - "locations": [ - "2015-08-15-preview", - "2016-02-03", - "2017-01-19", - "2017-07-01", - "2017-08-21-preview", - "2017-09-25-preview", - "2017-11-15", - "2018-01-22", - "2018-01-22-preview", - "2018-04-01", - "2018-04-01-preview", - "2018-12-01-preview", - "2019-03-22", - "2019-03-22-preview", - "2019-07-01-preview", - "2019-09-01", - "2019-11-04", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-06-15", - "2020-07-10-preview", - "2020-08-01", - "2020-08-31", - "2020-08-31-preview", - "2021-02-01-preview", - "2021-03-03-preview", - "2021-03-31", - "2021-07-01", - "2021-07-01-preview", - "2021-07-02", - "2021-07-02-preview", - "2022-04-30-preview", - "2023-06-30", - "2023-06-30-preview" - ], - "locations/notifynetworksecurityperimeterupdatesavailable": [ - "2023-07-15-preview" - ], - "locations/operationresults": [ - "2015-08-15-preview", - "2016-02-03", - "2017-01-19", - "2017-07-01", - "2018-01-22", - "2018-04-01", - "2018-12-01-preview", - "2019-03-22", - "2019-03-22-preview", - "2019-07-01-preview", - "2019-11-04", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-06-15", - "2020-07-10-preview", - "2020-08-01", - "2020-08-31", - "2020-08-31-preview", - "2021-03-03-preview", - "2021-03-31", - "2021-07-01", - "2021-07-01-preview", - "2021-07-02", - "2021-07-02-preview", - "2022-04-30-preview", - "2023-06-30", - "2023-06-30-preview" - ], - "locations/provisioningserviceoperationresults": [ - "2017-08-21-preview", - "2017-11-15", - "2018-01-22", - "2020-01-01", - "2020-03-01", - "2021-10-15", - "2022-02-05", - "2022-12-12", - "2023-03-01-preview" - ], - "operations": [ - "2015-08-15-preview", - "2016-02-03", - "2017-01-19", - "2017-07-01", - "2018-01-22", - "2018-04-01", - "2018-12-01-preview", - "2019-03-22", - "2019-03-22-preview", - "2019-07-01-preview", - "2019-11-04", - "2020-03-01", - "2020-04-01", - "2020-06-15", - "2020-07-10-preview", - "2020-08-01", - "2020-08-31", - "2020-08-31-preview", - "2021-02-01-preview", - "2021-03-03-preview", - "2021-03-31", - "2021-07-01", - "2021-07-01-preview", - "2021-07-02", - "2021-07-02-preview", - "2022-04-30-preview", - "2023-06-30", - "2023-06-30-preview" - ], - "provisioningserviceoperationresults": [ - "2017-08-21-preview", - "2017-11-15", - "2018-01-22", - "2020-01-01", - "2020-03-01", - "2020-09-01-preview", - "2021-10-15", - "2022-02-05", - "2022-12-12", - "2023-03-01-preview" - ], - "provisioningservices": [ - "2017-08-21-preview", - "2017-11-15", - "2018-01-22", - "2020-01-01", - "2020-03-01", - "2021-10-15", - "2022-02-05", - "2022-12-12", - "2023-03-01-preview" - ], - "usages": [ - "2015-08-15-preview", - "2016-02-03", - "2017-01-19", - "2017-07-01", - "2018-01-22", - "2018-04-01", - "2018-12-01-preview", - "2019-03-22", - "2019-03-22-preview", - "2019-07-01-preview", - "2019-11-04", - "2020-03-01", - "2020-04-01", - "2020-06-15", - "2020-07-10-preview", - "2020-08-01", - "2020-08-31", - "2020-08-31-preview", - "2021-02-01-preview", - "2021-03-03-preview", - "2021-03-31", - "2021-07-01", - "2021-07-01-preview", - "2021-07-02", - "2021-07-02-preview", - "2022-04-30-preview", - "2023-06-30", - "2023-06-30-preview" - ] - }, - "deviceupdate": { - "": [ - "2020-03-01-preview", - "2022-04-01-preview", - "2022-10-01", - "2022-12-01-preview", - "2023-07-01", - "2024-04-01-preview", - "2024-10-01-preview" - ], - "accounts": [ - "2020-03-01-preview", - "2022-04-01-preview", - "2022-10-01", - "2022-12-01-preview", - "2023-07-01" - ], - "accounts/instances": [ - "2020-03-01-preview", - "2022-04-01-preview", - "2022-10-01", - "2022-12-01-preview", - "2023-07-01" - ], - "accounts/privateendpointconnectionproxies": [ - "2020-03-01-preview", - "2022-04-01-preview", - "2022-10-01", - "2022-12-01-preview", - "2023-07-01" - ], - "accounts/privateendpointconnections": [ - "2020-03-01-preview", - "2022-04-01-preview", - "2022-10-01", - "2022-12-01-preview", - "2023-07-01" - ], - "accounts/privatelinkresources": [ - "2020-03-01-preview", - "2022-04-01-preview", - "2022-10-01", - "2022-12-01-preview", - "2023-07-01" - ], - "checknameavailability": [ - "2020-03-01-preview", - "2022-04-01-preview", - "2022-10-01", - "2022-12-01-preview", - "2023-07-01", - "2024-04-01-preview", - "2024-10-01-preview" - ], - "locations": [ - "2020-03-01-preview", - "2022-04-01-preview", - "2022-10-01", - "2022-12-01-preview", - "2023-07-01", - "2024-04-01-preview", - "2024-10-01-preview" - ], - "locations/operationstatuses": [ - "2020-03-01-preview", - "2022-04-01-preview", - "2022-10-01", - "2022-12-01-preview", - "2023-07-01", - "2024-04-01-preview", - "2024-10-01-preview" - ], - "operations": [ - "2020-03-01-preview", - "2022-04-01-preview", - "2022-10-01", - "2022-12-01-preview", - "2023-07-01", - "2024-04-01-preview", - "2024-10-01-preview" - ], - "registeredsubscriptions": [ - "2020-03-01-preview", - "2022-04-01-preview", - "2022-10-01", - "2022-12-01-preview", - "2023-07-01", - "2024-04-01-preview", - "2024-10-01-preview" - ] - }, - "devopsinfrastructure": { - "": [ - "2023-10-30-preview", - "2023-12-13-preview", - "2024-03-26-preview", - "2024-04-04-preview", - "2024-10-19" - ], - "images": [ - "2024-04-04-preview", - "2024-10-19" - ], - "images/versions": [ - "2024-04-04-preview", - "2024-10-19" - ], - "locations": [ - "2023-10-30-preview", - "2023-12-13-preview", - "2024-03-26-preview", - "2024-04-04-preview", - "2024-10-19" - ], - "locations/operationstatuses": [ - "2023-10-30-preview", - "2023-12-13-preview", - "2024-03-26-preview", - "2024-04-04-preview", - "2024-10-19" - ], - "locations/skus": [ - "2024-03-26-preview", - "2024-04-04-preview", - "2024-10-19" - ], - "locations/usages": [ - "2024-04-04-preview" - ], - "operations": [ - "2023-10-30-preview", - "2023-12-13-preview", - "2024-03-26-preview", - "2024-04-04-preview", - "2024-10-19" - ], - "pools": [ - "2023-10-30-preview", - "2023-12-13-preview", - "2024-03-26-preview", - "2024-04-04-preview", - "2024-10-19" - ], - "pools/resources": [ - "2024-03-26-preview", - "2024-04-04-preview", - "2024-10-19" - ], - "resources": [ - "2024-03-26-preview" - ], - "skus": [ - "2024-03-26-preview" - ] - }, - "devtestlab": { - "": [ - "2015-05-21-preview", - "2016-05-15", - "2017-04-26-preview", - "2018-09-15", - "2018-10-15-preview" - ], - "labs": [ - "2015-05-21-preview", - "2016-05-15", - "2017-04-26-preview", - "2018-09-15", - "2018-10-15-preview" - ], - "labs/environments": [ - "2015-05-21-preview" - ], - "labs/servicerunners": [ - "2016-05-15", - "2017-04-26-preview", - "2018-09-15", - "2018-10-15-preview" - ], - "labs/virtualmachines": [ - "2015-05-21-preview", - "2016-05-15", - "2017-04-26-preview", - "2018-09-15", - "2018-10-15-preview" - ], - "locations": [ - "2015-05-21-preview", - "2016-05-15", - "2017-04-26-preview", - "2018-09-15", - "2018-10-15-preview" - ], - "locations/operations": [ - "2015-05-21-preview", - "2016-05-15", - "2017-04-26-preview", - "2018-09-15", - "2018-10-15-preview" - ], - "operations": [ - "2015-05-21-preview", - "2016-05-15", - "2017-04-26-preview", - "2018-09-15", - "2018-10-15-preview" - ], - "schedules": [ - "2015-05-21-preview", - "2016-05-15", - "2017-04-26-preview", - "2018-09-15", - "2018-10-15-preview" - ] - }, - "diagnostics": { - "": [ - "2020-07-01-preview" - ], - "apollo": [ - "2020-07-01-preview" - ], - "azurekb": [ - "2020-07-01-preview" - ], - "checknameavailability": [ - "2020-07-01-preview" - ], - "discoversolutions": [ - "2020-07-01-preview" - ], - "insights": [ - "2020-07-01-preview" - ], - "operationresults": [ - "2020-07-01-preview" - ], - "operations": [ - "2020-07-01-preview" - ], - "solutions": [ - "2020-07-01-preview" - ] - }, - "digitaltwins": { - "": [ - "2020-03-01-preview", - "2020-10-31", - "2020-12-01", - "2021-06-30-preview", - "2022-05-31", - "2022-10-31", - "2023-01-31" - ], - "digitaltwinsinstances": [ - "2020-03-01-preview", - "2020-10-31", - "2020-12-01", - "2021-06-30-preview", - "2022-05-31", - "2022-10-31", - "2023-01-31" - ], - "digitaltwinsinstances/endpoints": [ - "2020-03-01-preview", - "2020-10-31", - "2020-12-01", - "2021-06-30-preview", - "2022-05-31", - "2022-10-31", - "2023-01-31" - ], - "digitaltwinsinstances/operationresults": [ - "2020-03-01-preview", - "2020-10-31", - "2020-12-01", - "2021-06-30-preview", - "2022-05-31", - "2022-10-31", - "2023-01-31" - ], - "digitaltwinsinstances/timeseriesdatabaseconnections": [ - "2021-06-30-preview", - "2022-05-31", - "2022-10-31", - "2023-01-31" - ], - "locations": [ - "2020-03-01-preview", - "2020-10-31", - "2020-12-01", - "2021-06-30-preview", - "2022-05-31", - "2022-10-31", - "2023-01-31" - ], - "locations/checknameavailability": [ - "2020-03-01-preview", - "2020-10-31", - "2020-12-01", - "2021-06-30-preview", - "2022-05-31", - "2022-10-31", - "2023-01-31" - ], - "locations/operationresults": [ - "2020-03-01-preview", - "2020-10-31", - "2020-12-01", - "2021-06-30-preview", - "2022-05-31", - "2022-10-31", - "2023-01-31" - ], - "locations/operationsstatuses": [ - "2020-03-01-preview", - "2020-10-31", - "2020-12-01", - "2021-06-30-preview", - "2022-05-31", - "2022-10-31", - "2023-01-31" - ], - "operations": [ - "2020-03-01-preview", - "2020-10-31", - "2020-12-01", - "2021-06-30-preview", - "2022-05-31", - "2022-10-31", - "2023-01-31" - ] - }, - "documentdb": { - "": [ - "2014-04-01", - "2015-04-08", - "2015-11-06", - "2016-03-19", - "2016-03-31", - "2019-08-01", - "2019-08-01-preview", - "2019-12-12", - "2020-03-01", - "2020-04-01", - "2020-06-01-preview", - "2020-09-01", - "2021-01-15", - "2021-03-01-preview", - "2021-03-15", - "2021-04-01-preview", - "2021-04-15", - "2021-05-01-preview", - "2021-05-15", - "2021-06-15", - "2021-07-01-preview", - "2021-10-15", - "2021-10-15-preview", - "2021-11-15-preview", - "2022-02-15-preview", - "2022-05-15", - "2022-05-15-preview", - "2022-08-15", - "2022-08-15-preview", - "2022-10-15-preview", - "2022-11-15", - "2022-11-15-preview", - "2023-03-01-preview", - "2023-03-15", - "2023-03-15-preview", - "2023-04-15", - "2023-09-15", - "2023-09-15-preview", - "2023-11-15", - "2023-11-15-preview", - "2024-02-15-preview", - "2024-03-01-preview", - "2024-05-15", - "2024-05-15-preview", - "2024-06-01-preview", - "2024-07-01", - "2024-08-15", - "2024-09-01-preview", - "2024-10-01-preview", - "2024-11-15", - "2024-12-01-preview" - ], - "cassandraclusters": [ - "2021-03-01-preview", - "2021-04-01-preview", - "2021-05-01-preview", - "2021-07-01-preview", - "2021-10-15", - "2021-10-15-preview", - "2021-11-15-preview", - "2022-02-15-preview", - "2022-05-15", - "2022-05-15-preview", - "2022-08-15", - "2022-08-15-preview", - "2022-11-15", - "2022-11-15-preview", - "2023-03-01-preview", - "2023-03-15", - "2023-03-15-preview", - "2023-04-15", - "2023-09-15", - "2023-09-15-preview", - "2023-11-15", - "2023-11-15-preview", - "2024-02-15-preview", - "2024-05-15", - "2024-05-15-preview", - "2024-08-15", - "2024-09-01-preview", - "2024-11-15", - "2024-12-01-preview" - ], - "databaseaccountnames": [ - "2014-04-01", - "2015-04-08", - "2015-11-06", - "2016-03-19", - "2016-03-31", - "2019-08-01", - "2019-08-01-preview", - "2019-12-12", - "2020-03-01", - "2020-04-01", - "2020-06-01-preview", - "2020-09-01", - "2021-01-15", - "2021-03-01-preview", - "2021-03-15", - "2021-04-01-preview", - "2021-04-15", - "2021-05-01-preview", - "2021-05-15", - "2021-06-15", - "2021-07-01-preview", - "2021-10-15", - "2021-10-15-preview", - "2021-11-15-preview", - "2022-02-15-preview", - "2022-05-15", - "2022-05-15-preview", - "2022-08-15", - "2022-08-15-preview", - "2022-11-15", - "2022-11-15-preview", - "2023-03-01-preview", - "2023-03-15", - "2023-03-15-preview", - "2023-04-15", - "2023-09-15", - "2023-09-15-preview", - "2023-11-15", - "2023-11-15-preview", - "2024-02-15-preview", - "2024-05-15", - "2024-05-15-preview", - "2024-08-15", - "2024-09-01-preview", - "2024-11-15", - "2024-12-01-preview" - ], - "databaseaccounts": [ - "2014-04-01", - "2015-04-08", - "2015-11-06", - "2016-03-19", - "2016-03-31", - "2019-08-01", - "2019-08-01-preview", - "2019-12-12", - "2020-03-01", - "2020-04-01", - "2020-06-01-preview", - "2020-09-01", - "2021-01-15", - "2021-03-01-preview", - "2021-03-15", - "2021-04-01-preview", - "2021-04-15", - "2021-05-01-preview", - "2021-05-15", - "2021-06-15", - "2021-07-01-preview", - "2021-10-15", - "2021-10-15-preview", - "2021-11-15-preview", - "2022-02-15-preview", - "2022-05-15", - "2022-05-15-preview", - "2022-08-15", - "2022-08-15-preview", - "2022-11-15", - "2022-11-15-preview", - "2023-03-01-preview", - "2023-03-15", - "2023-03-15-preview", - "2023-04-15", - "2023-09-15", - "2023-09-15-preview", - "2023-11-15", - "2023-11-15-preview", - "2024-02-15-preview", - "2024-05-15", - "2024-05-15-preview", - "2024-08-15", - "2024-09-01-preview", - "2024-11-15", - "2024-12-01-preview" - ], - "databaseaccounts/encryptionscopes": [ - "2021-03-01-preview", - "2021-04-01-preview", - "2021-05-01-preview", - "2021-07-01-preview", - "2021-10-15", - "2021-10-15-preview", - "2021-11-15-preview", - "2022-02-15-preview", - "2022-05-15", - "2022-05-15-preview", - "2022-08-15", - "2022-08-15-preview", - "2022-11-15", - "2022-11-15-preview", - "2023-03-01-preview", - "2023-03-15", - "2023-03-15-preview", - "2023-04-15", - "2023-09-15", - "2023-09-15-preview", - "2023-11-15", - "2023-11-15-preview", - "2024-02-15-preview", - "2024-05-15", - "2024-05-15-preview", - "2024-08-15", - "2024-09-01-preview", - "2024-11-15", - "2024-12-01-preview" - ], - "garnetclusters": [ - "2024-12-01-preview" - ], - "locations": [ - "2014-04-01", - "2015-04-08", - "2015-11-06", - "2016-03-19", - "2016-03-31", - "2019-08-01", - "2019-08-01-preview", - "2019-12-12", - "2020-03-01", - "2020-04-01", - "2020-06-01-preview", - "2020-09-01", - "2021-01-15", - "2021-03-01-preview", - "2021-03-15", - "2021-04-01-preview", - "2021-04-15", - "2021-05-01-preview", - "2021-05-15", - "2021-06-15", - "2021-07-01-preview", - "2021-10-15", - "2021-10-15-preview", - "2021-11-15-preview", - "2022-02-15-preview", - "2022-05-15", - "2022-05-15-preview", - "2022-08-15", - "2022-08-15-preview", - "2022-11-15", - "2022-11-15-preview", - "2023-03-01-preview", - "2023-03-15", - "2023-03-15-preview", - "2023-04-15", - "2023-09-15", - "2023-09-15-preview", - "2023-11-15", - "2023-11-15-preview", - "2024-02-15-preview", - "2024-05-15", - "2024-05-15-preview", - "2024-08-15", - "2024-09-01-preview", - "2024-11-15", - "2024-12-01-preview" - ], - "locations/checkmongoclusternameavailability": [ - "2022-10-15-preview", - "2023-03-01-preview", - "2023-03-15-preview", - "2023-09-15-preview", - "2023-11-15-preview", - "2024-02-15-preview", - "2024-03-01-preview", - "2024-06-01-preview", - "2024-07-01", - "2024-10-01-preview" - ], - "locations/deletevirtualnetworkorsubnets": [ - "2014-04-01", - "2015-04-08", - "2015-11-06", - "2016-03-19", - "2016-03-31", - "2019-08-01", - "2019-08-01-preview", - "2019-12-12", - "2020-03-01", - "2020-04-01", - "2020-06-01-preview", - "2020-09-01", - "2021-01-15", - "2021-03-01-preview", - "2021-03-15", - "2021-04-01-preview", - "2021-04-15", - "2021-05-01-preview", - "2021-05-15", - "2021-06-15", - "2021-07-01-preview", - "2021-10-15", - "2021-10-15-preview", - "2021-11-15-preview", - "2022-02-15-preview", - "2022-05-15", - "2022-05-15-preview", - "2022-08-15", - "2022-08-15-preview", - "2022-11-15", - "2022-11-15-preview", - "2023-03-01-preview", - "2023-03-15", - "2023-03-15-preview", - "2023-04-15", - "2023-09-15", - "2023-09-15-preview", - "2023-11-15", - "2023-11-15-preview", - "2024-02-15-preview", - "2024-05-15", - "2024-05-15-preview", - "2024-08-15", - "2024-09-01-preview", - "2024-11-15", - "2024-12-01-preview" - ], - "locations/mongoclusterazureasyncoperation": [ - "2022-10-15-preview", - "2023-03-01-preview", - "2023-03-15-preview", - "2023-09-15-preview", - "2023-11-15-preview", - "2024-02-15-preview", - "2024-03-01-preview", - "2024-06-01-preview", - "2024-07-01", - "2024-10-01-preview" - ], - "locations/mongoclusteroperationresults": [ - "2022-10-15-preview", - "2023-03-01-preview", - "2023-03-15-preview", - "2023-09-15-preview", - "2023-11-15-preview", - "2024-02-15-preview", - "2024-03-01-preview", - "2024-06-01-preview", - "2024-07-01", - "2024-10-01-preview" - ], - "locations/notifynetworksecurityperimeterupdatesavailable": [ - "2022-08-15", - "2022-08-15-preview", - "2022-11-15", - "2022-11-15-preview", - "2023-03-01-preview", - "2023-03-15", - "2023-03-15-preview", - "2023-04-15", - "2023-09-15", - "2023-09-15-preview", - "2023-11-15", - "2023-11-15-preview", - "2024-02-15-preview", - "2024-05-15", - "2024-05-15-preview", - "2024-08-15", - "2024-09-01-preview", - "2024-11-15", - "2024-12-01-preview" - ], - "locations/operationresults": [ - "2014-04-01", - "2015-04-08", - "2015-11-06", - "2016-03-19", - "2016-03-31", - "2019-08-01", - "2019-08-01-preview", - "2019-12-12", - "2020-03-01", - "2020-04-01", - "2020-06-01-preview", - "2020-09-01", - "2021-01-15", - "2021-03-01-preview", - "2021-03-15", - "2021-04-01-preview", - "2021-04-15", - "2021-05-01-preview", - "2021-05-15", - "2021-06-15", - "2021-07-01-preview", - "2021-10-15", - "2021-10-15-preview", - "2021-11-15-preview", - "2022-02-15-preview", - "2022-05-15", - "2022-05-15-preview", - "2022-08-15", - "2022-08-15-preview", - "2022-11-15", - "2022-11-15-preview", - "2023-03-01-preview", - "2023-03-15", - "2023-03-15-preview", - "2023-04-15", - "2023-09-15", - "2023-09-15-preview", - "2023-11-15", - "2023-11-15-preview", - "2024-02-15-preview", - "2024-05-15", - "2024-05-15-preview", - "2024-08-15", - "2024-09-01-preview", - "2024-11-15", - "2024-12-01-preview" - ], - "locations/operationsstatus": [ - "2014-04-01", - "2015-04-08", - "2015-11-06", - "2016-03-19", - "2016-03-31", - "2019-08-01", - "2019-08-01-preview", - "2019-12-12", - "2020-03-01", - "2020-04-01", - "2020-06-01-preview", - "2020-09-01", - "2021-01-15", - "2021-03-01-preview", - "2021-03-15", - "2021-04-01-preview", - "2021-04-15", - "2021-05-01-preview", - "2021-05-15", - "2021-06-15", - "2021-07-01-preview", - "2021-10-15", - "2021-10-15-preview", - "2021-11-15-preview", - "2022-02-15-preview", - "2022-05-15", - "2022-05-15-preview", - "2022-08-15", - "2022-08-15-preview", - "2022-11-15", - "2022-11-15-preview", - "2023-03-01-preview", - "2023-03-15", - "2023-03-15-preview", - "2023-04-15", - "2023-09-15", - "2023-09-15-preview", - "2023-11-15", - "2023-11-15-preview", - "2024-02-15-preview", - "2024-05-15", - "2024-05-15-preview", - "2024-08-15", - "2024-09-01-preview", - "2024-11-15", - "2024-12-01-preview" - ], - "locations/restorabledatabaseaccounts": [ - "2020-06-01-preview", - "2021-03-01-preview", - "2021-04-01-preview", - "2021-05-01-preview", - "2021-06-15", - "2021-07-01-preview", - "2021-10-15", - "2021-10-15-preview", - "2021-11-15-preview", - "2022-02-15-preview", - "2022-05-15", - "2022-05-15-preview", - "2022-08-15", - "2022-08-15-preview", - "2022-11-15", - "2022-11-15-preview", - "2023-03-01-preview", - "2023-03-15", - "2023-03-15-preview", - "2023-04-15", - "2023-09-15", - "2023-09-15-preview", - "2023-11-15", - "2023-11-15-preview", - "2024-02-15-preview", - "2024-05-15", - "2024-05-15-preview", - "2024-08-15", - "2024-09-01-preview", - "2024-11-15", - "2024-12-01-preview" - ], - "mongoclusters": [ - "2022-10-15-preview", - "2023-03-01-preview", - "2023-03-15-preview", - "2023-09-15-preview", - "2023-11-15-preview", - "2024-02-15-preview", - "2024-03-01-preview", - "2024-06-01-preview", - "2024-07-01", - "2024-10-01-preview" - ], - "operationresults": [ - "2014-04-01", - "2015-04-08", - "2015-11-06", - "2016-03-19", - "2016-03-31", - "2019-08-01", - "2019-08-01-preview", - "2019-12-12", - "2020-03-01", - "2020-04-01", - "2020-06-01-preview", - "2020-09-01", - "2021-01-15", - "2021-03-01-preview", - "2021-03-15", - "2021-04-01-preview", - "2021-04-15", - "2021-05-01-preview", - "2021-05-15", - "2021-06-15", - "2021-07-01-preview", - "2021-10-15", - "2021-10-15-preview", - "2021-11-15-preview", - "2022-02-15-preview", - "2022-05-15", - "2022-05-15-preview", - "2022-08-15", - "2022-08-15-preview", - "2022-11-15", - "2022-11-15-preview", - "2023-03-01-preview", - "2023-03-15", - "2023-03-15-preview", - "2023-04-15", - "2023-09-15", - "2023-09-15-preview", - "2023-11-15", - "2023-11-15-preview", - "2024-02-15-preview", - "2024-05-15", - "2024-05-15-preview", - "2024-08-15", - "2024-09-01-preview", - "2024-11-15", - "2024-12-01-preview" - ], - "operations": [ - "2014-04-01", - "2015-04-08", - "2015-11-06", - "2016-03-19", - "2016-03-31", - "2019-08-01", - "2019-08-01-preview", - "2019-12-12", - "2020-03-01", - "2020-04-01", - "2020-06-01-preview", - "2020-09-01", - "2021-01-15", - "2021-03-01-preview", - "2021-03-15", - "2021-04-01-preview", - "2021-04-15", - "2021-05-01-preview", - "2021-05-15", - "2021-06-15", - "2021-07-01-preview", - "2021-10-15", - "2021-10-15-preview", - "2021-11-15-preview", - "2022-02-15-preview", - "2022-05-15", - "2022-05-15-preview", - "2022-08-15", - "2022-08-15-preview", - "2022-11-15", - "2022-11-15-preview", - "2023-03-01-preview", - "2023-03-15", - "2023-03-15-preview", - "2023-04-15", - "2023-09-15", - "2023-09-15-preview", - "2023-11-15", - "2023-11-15-preview", - "2024-02-15-preview", - "2024-03-01-preview", - "2024-05-15", - "2024-05-15-preview", - "2024-06-01-preview", - "2024-07-01", - "2024-08-15", - "2024-09-01-preview", - "2024-10-01-preview", - "2024-11-15", - "2024-12-01-preview" - ], - "operationsstatus": [ - "2014-04-01", - "2015-04-08", - "2015-11-06", - "2016-03-19", - "2016-03-31", - "2019-08-01", - "2019-08-01-preview", - "2019-12-12", - "2020-03-01", - "2020-04-01", - "2020-06-01-preview", - "2020-09-01", - "2021-01-15", - "2021-03-01-preview", - "2021-03-15", - "2021-04-01-preview", - "2021-04-15", - "2021-05-01-preview", - "2021-05-15", - "2021-06-15", - "2021-07-01-preview", - "2021-10-15", - "2021-10-15-preview", - "2021-11-15-preview", - "2022-02-15-preview", - "2022-05-15", - "2022-05-15-preview", - "2022-08-15", - "2022-08-15-preview", - "2022-11-15", - "2022-11-15-preview", - "2023-03-01-preview", - "2023-03-15", - "2023-03-15-preview", - "2023-04-15", - "2023-09-15", - "2023-09-15-preview", - "2023-11-15", - "2023-11-15-preview", - "2024-02-15-preview", - "2024-05-15", - "2024-05-15-preview", - "2024-08-15", - "2024-09-01-preview", - "2024-11-15", - "2024-12-01-preview" - ], - "restorabledatabaseaccounts": [ - "2020-06-01-preview", - "2021-03-01-preview", - "2021-04-01-preview", - "2021-05-01-preview", - "2021-06-15", - "2021-07-01-preview", - "2021-10-15", - "2021-10-15-preview", - "2021-11-15-preview", - "2022-02-15-preview", - "2022-05-15", - "2022-05-15-preview", - "2022-08-15", - "2022-08-15-preview", - "2022-11-15", - "2022-11-15-preview", - "2023-03-01-preview", - "2023-03-15", - "2023-03-15-preview", - "2023-04-15", - "2023-09-15", - "2023-09-15-preview", - "2023-11-15", - "2023-11-15-preview", - "2024-02-15-preview", - "2024-05-15", - "2024-05-15-preview", - "2024-08-15", - "2024-09-01-preview", - "2024-11-15", - "2024-12-01-preview" - ], - "throughputpools": [ - "2023-11-15-preview", - "2024-02-15-preview" - ], - "throughputpools/throughputpoolaccounts": [ - "2023-11-15-preview", - "2024-02-15-preview" - ] - }, - "domainregistration": { - "": [ - "2015-02-01", - "2015-04-01", - "2018-02-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "checkdomainavailability": [ - "2015-02-01", - "2015-04-01", - "2018-02-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "domains": [ - "2015-02-01", - "2015-04-01", - "2018-02-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "domains/domainownershipidentifiers": [ - "2015-02-01", - "2015-04-01", - "2018-02-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "generatessorequest": [ - "2015-02-01", - "2015-04-01", - "2018-02-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "listdomainrecommendations": [ - "2015-02-01", - "2015-04-01", - "2018-02-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "operations": [ - "2015-02-01", - "2015-04-01", - "2018-02-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "topleveldomains": [ - "2015-02-01", - "2015-04-01", - "2018-02-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "validatedomainregistrationinformation": [ - "2015-02-01", - "2015-04-01", - "2018-02-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ] - }, - "durabletask": { - "": [ - "2024-02-01-preview", - "2024-10-01-preview" - ], - "locations": [ - "2024-02-01-preview", - "2024-10-01-preview" - ], - "operations": [ - "2024-02-01-preview", - "2024-10-01-preview" - ] - }, - "easm": { - "": [ - "2022-04-01-preview", - "2023-04-01-preview" - ], - "operations": [ - "2022-04-01-preview", - "2023-04-01-preview" - ], - "workspaces": [ - "2022-04-01-preview", - "2023-04-01-preview" - ], - "workspaces/labels": [ - "2022-04-01-preview", - "2023-04-01-preview" - ], - "workspaces/tasks": [ - "2023-04-01-preview" - ] - }, - "edge": { - "": [ - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2024-02-01-preview", - "2024-06-01-preview", - "2024-08-01-preview", - "2024-09-01-preview" - ], - "capabilitylists": [ - "2024-06-01-preview", - "2024-08-01-preview" - ], - "configurationreferences": [ - "2024-09-01-preview" - ], - "configurations": [ - "2024-06-01-preview", - "2024-09-01-preview" - ], - "configurations/arcgatewayconfigurations": [ - "2024-09-01-preview" - ], - "configurations/connectivityconfigurations": [ - "2024-09-01-preview" - ], - "configurations/dynamicconfigurations": [ - "2024-06-01-preview", - "2024-09-01-preview" - ], - "configurations/dynamicconfigurations/versions": [ - "2024-06-01-preview", - "2024-09-01-preview" - ], - "configurations/networkconfigurations": [ - "2024-09-01-preview" - ], - "configurations/securityconfigurations": [ - "2024-09-01-preview" - ], - "configurations/timeserverconfigurations": [ - "2024-09-01-preview" - ], - "connectivitystatuses": [ - "2023-07-01-preview" - ], - "deploymenttargets": [ - "2024-06-01-preview", - "2024-08-01-preview" - ], - "hierarchylists": [ - "2024-08-01-preview" - ], - "locations": [ - "2023-07-01-preview" - ], - "locations/operationstatuses": [ - "2023-07-01-preview" - ], - "operations": [ - "2023-07-01-preview" - ], - "registeredsubscriptions": [ - "2023-07-01-preview" - ], - "schemareferences": [ - "2024-06-01-preview", - "2024-08-01-preview" - ], - "schemas": [ - "2024-06-01-preview", - "2024-08-01-preview" - ], - "schemas/dynamicschemas": [ - "2024-08-01-preview" - ], - "schemas/dynamicschemas/versions": [ - "2024-08-01-preview" - ], - "schemas/versions": [ - "2024-06-01-preview", - "2024-08-01-preview" - ], - "siteawareresourcetypes": [ - "2023-08-01-preview" - ], - "sites": [ - "2023-06-01-preview", - "2023-07-01-preview", - "2024-02-01-preview" - ], - "solutionbindings": [ - "2024-06-01-preview", - "2024-08-01-preview" - ], - "solutionbindings/solutionbindingconfigurations": [ - "2024-06-01-preview", - "2024-08-01-preview" - ], - "solutionbindings/solutioninstances": [ - "2024-06-01-preview", - "2024-08-01-preview" - ], - "solutions": [ - "2024-06-01-preview", - "2024-08-01-preview" - ], - "solutions/versions": [ - "2024-06-01-preview", - "2024-08-01-preview" - ], - "updates": [ - "2023-07-01-preview" - ], - "winfields": [ - "2024-02-01-preview" - ] - }, - "edgemanagement": { - "": [ - "2023-09-01-preview" - ], - "locations": [ - "2023-09-01-preview" - ], - "operations": [ - "2023-09-01-preview" - ] - }, - "edgemarketplace": { - "": [ - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01", - "2023-08-01-preview" - ], - "locations": [ - "2023-08-01", - "2023-08-01-preview" - ], - "locations/operationstatuses": [ - "2023-08-01", - "2023-08-01-preview" - ], - "offers": [ - "2023-08-01", - "2023-08-01-preview" - ], - "operations": [ - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01", - "2023-08-01-preview" - ], - "publishers": [ - "2023-08-01", - "2023-08-01-preview" - ] - }, - "edgeorder": { - "": [ - "2021-12-01", - "2022-05-01-preview", - "2023-05-01-preview", - "2024-02-01", - "2024-07-01-preview" - ], - "addresses": [ - "2021-12-01", - "2022-05-01-preview", - "2023-05-01-preview", - "2024-02-01", - "2024-07-01-preview" - ], - "listconfigurations": [ - "2021-12-01", - "2022-05-01-preview", - "2023-05-01-preview", - "2024-02-01", - "2024-07-01-preview" - ], - "listproductfamilies": [ - "2021-12-01", - "2022-05-01-preview", - "2023-05-01-preview", - "2024-02-01", - "2024-07-01-preview" - ], - "locations": [ - "2021-12-01", - "2022-05-01-preview", - "2023-05-01-preview", - "2024-02-01", - "2024-07-01-preview" - ], - "locations/hcicatalog": [ - "2023-05-01-preview" - ], - "locations/hcicatalog/platforms": [ - "2023-05-01-preview" - ], - "locations/hcicatalog/projects": [ - "2023-05-01-preview" - ], - "locations/hcicatalog/vendors": [ - "2023-05-01-preview" - ], - "locations/hciflightcatalog": [ - "2023-05-01-preview" - ], - "locations/hciflightcatalog/platforms": [ - "2023-05-01-preview" - ], - "locations/hciflightcatalog/projects": [ - "2023-05-01-preview" - ], - "locations/hciflightcatalog/vendors": [ - "2023-05-01-preview" - ], - "locations/operationresults": [ - "2021-12-01", - "2022-05-01-preview", - "2023-05-01-preview", - "2024-02-01", - "2024-07-01-preview" - ], - "locations/orders": [ - "2021-12-01", - "2022-05-01-preview", - "2023-05-01-preview", - "2024-02-01", - "2024-07-01-preview" - ], - "locations/validateinputs": [ - "2024-07-01-preview" - ], - "operations": [ - "2021-12-01", - "2022-05-01-preview", - "2023-05-01-preview", - "2024-02-01", - "2024-07-01-preview" - ], - "orderitems": [ - "2021-12-01", - "2022-05-01-preview", - "2023-05-01-preview", - "2024-02-01", - "2024-07-01-preview" - ], - "orders": [ - "2021-12-01", - "2022-05-01-preview", - "2023-05-01-preview", - "2024-02-01", - "2024-07-01-preview" - ], - "productfamiliesmetadata": [ - "2021-12-01", - "2022-05-01-preview", - "2023-05-01-preview", - "2024-02-01", - "2024-07-01-preview" - ] - }, - "edgeorderpartner": { - "": [ - "2020-12-01-preview", - "2021-12-01", - "2022-07-01-preview" - ], - "operations": [ - "2020-12-01-preview", - "2021-12-01", - "2022-07-01-preview" - ] - }, - "edgezones": { - "": [ - "2024-04-01-preview" - ], - "extendedzones": [ - "2024-04-01-preview" - ], - "operations": [ - "2024-04-01-preview" - ] - }, - "elastic": { - "": [ - "2020-07-01", - "2020-07-01-preview", - "2021-09-01-preview", - "2021-10-01-preview", - "2022-05-05-preview", - "2022-07-01-preview", - "2022-09-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-06-01", - "2023-06-15-preview", - "2023-07-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-05-01-preview", - "2024-06-15-preview", - "2024-10-01-preview" - ], - "checknameavailability": [ - "2020-07-01", - "2020-07-01-preview", - "2021-09-01-preview", - "2021-10-01-preview", - "2022-05-05-preview", - "2022-07-01-preview", - "2022-09-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-06-01", - "2023-06-15-preview", - "2023-07-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-05-01-preview", - "2024-06-15-preview", - "2024-10-01-preview" - ], - "elasticversions": [ - "2023-02-01-preview", - "2023-05-01-preview", - "2023-06-01", - "2023-06-15-preview", - "2023-07-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-05-01-preview", - "2024-06-15-preview", - "2024-10-01-preview" - ], - "getelasticorganizationtoazuresubscriptionmapping": [ - "2023-06-15-preview", - "2023-07-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-05-01-preview", - "2024-06-15-preview", - "2024-10-01-preview" - ], - "getorganizationapikey": [ - "2023-02-01-preview", - "2023-05-01-preview", - "2023-06-01", - "2023-06-15-preview", - "2023-07-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-05-01-preview", - "2024-06-15-preview", - "2024-10-01-preview" - ], - "locations": [ - "2020-07-01", - "2020-07-01-preview", - "2021-09-01-preview", - "2021-10-01-preview", - "2022-05-05-preview", - "2022-07-01-preview", - "2022-09-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-06-01", - "2023-06-15-preview", - "2023-07-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-05-01-preview", - "2024-06-15-preview", - "2024-10-01-preview" - ], - "locations/operationstatuses": [ - "2020-07-01", - "2020-07-01-preview", - "2021-09-01-preview", - "2021-10-01-preview", - "2022-05-05-preview", - "2022-07-01-preview", - "2022-09-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-06-01", - "2023-06-15-preview", - "2023-07-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-05-01-preview", - "2024-06-15-preview", - "2024-10-01-preview" - ], - "monitors": [ - "2020-07-01", - "2020-07-01-preview", - "2021-09-01-preview", - "2021-10-01-preview", - "2022-05-05-preview", - "2022-07-01-preview", - "2022-09-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-06-01", - "2023-06-15-preview", - "2023-07-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-05-01-preview", - "2024-06-15-preview", - "2024-10-01-preview" - ], - "monitors/monitoredsubscriptions": [ - "2024-05-01-preview", - "2024-06-15-preview", - "2024-10-01-preview" - ], - "monitors/openaiintegrations": [ - "2024-01-01-preview", - "2024-03-01", - "2024-05-01-preview", - "2024-06-15-preview", - "2024-10-01-preview" - ], - "monitors/tagrules": [ - "2020-07-01", - "2020-07-01-preview", - "2021-09-01-preview", - "2021-10-01-preview", - "2022-05-05-preview", - "2022-07-01-preview", - "2022-09-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-06-01", - "2023-06-15-preview", - "2023-07-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-05-01-preview", - "2024-06-15-preview", - "2024-10-01-preview" - ], - "operations": [ - "2020-07-01", - "2020-07-01-preview", - "2021-09-01-preview", - "2021-10-01-preview", - "2022-05-05-preview", - "2022-07-01-preview", - "2022-09-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-06-01", - "2023-06-15-preview", - "2023-07-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-05-01-preview", - "2024-06-15-preview", - "2024-10-01-preview" - ] - }, - "elasticsan": { - "": [ - "2021-11-20-preview", - "2022-12-01-preview", - "2023-01-01", - "2024-05-01", - "2024-06-01-preview" - ], - "elasticsans": [ - "2021-11-20-preview", - "2022-12-01-preview", - "2023-01-01", - "2024-05-01", - "2024-06-01-preview" - ], - "elasticsans/volumegroups": [ - "2021-11-20-preview", - "2022-12-01-preview", - "2023-01-01", - "2024-05-01", - "2024-06-01-preview" - ], - "locations": [ - "2021-11-20-preview", - "2024-06-01-preview" - ], - "locations/asyncoperations": [ - "2021-11-20-preview", - "2022-12-01-preview", - "2023-01-01", - "2024-05-01", - "2024-06-01-preview" - ], - "operations": [ - "2021-11-20-preview", - "2022-12-01-preview", - "2023-01-01", - "2024-05-01", - "2024-06-01-preview" - ] - }, - "enterprisesupport": { - "": [ - "2023-05-01-preview" - ], - "enterprisesupports": [ - "2023-05-01-preview" - ], - "operations": [ - "2023-05-01-preview" - ], - "operationstatuses": [ - "2023-05-01-preview" - ], - "validate": [ - "2023-05-01-preview" - ] - }, - "entitlementmanagement": { - "": [ - "2023-03-01-preview" - ], - "operations": [ - "2023-03-01-preview" - ] - }, - "eventgrid": { - "": [ - "2017-06-15-preview", - "2017-09-15-preview", - "2018-01-01", - "2018-05-01-preview", - "2018-09-15-preview", - "2019-01-01", - "2019-02-01-preview", - "2019-06-01", - "2020-01-01-preview", - "2020-04-01-preview", - "2020-06-01", - "2020-10-15-preview", - "2021-06-01-preview", - "2021-10-15-preview", - "2021-12-01", - "2022-06-15", - "2022-10-15-preview", - "2023-06-01-preview", - "2023-12-15-preview", - "2024-06-01-preview", - "2024-12-15-preview" - ], - "domains": [ - "2018-09-15-preview", - "2019-02-01-preview", - "2019-06-01", - "2020-01-01-preview", - "2020-04-01-preview", - "2020-06-01", - "2020-10-15-preview", - "2021-06-01-preview", - "2021-10-15-preview", - "2021-12-01", - "2022-06-15", - "2023-06-01-preview", - "2023-12-15-preview", - "2024-06-01-preview", - "2024-12-15-preview" - ], - "domains/topics": [ - "2018-09-15-preview", - "2019-02-01-preview", - "2019-06-01", - "2020-01-01-preview", - "2020-04-01-preview", - "2020-06-01", - "2020-10-15-preview", - "2021-06-01-preview", - "2021-10-15-preview", - "2021-12-01", - "2022-06-15", - "2023-06-01-preview", - "2023-12-15-preview", - "2024-06-01-preview", - "2024-12-15-preview" - ], - "eventsubscriptions": [ - "2017-06-15-preview", - "2017-09-15-preview", - "2018-01-01", - "2018-05-01-preview", - "2018-09-15-preview", - "2019-01-01", - "2019-02-01-preview", - "2019-06-01", - "2020-01-01-preview", - "2020-04-01-preview", - "2020-06-01", - "2020-10-15-preview", - "2021-06-01-preview", - "2021-10-15-preview", - "2021-12-01", - "2022-06-15", - "2023-06-01-preview", - "2023-12-15-preview", - "2024-06-01-preview", - "2024-12-15-preview" - ], - "extensiontopics": [ - "2017-06-15-preview", - "2017-09-15-preview", - "2018-01-01", - "2018-05-01-preview", - "2018-09-15-preview", - "2019-01-01", - "2019-02-01-preview", - "2019-06-01", - "2020-01-01-preview", - "2020-04-01-preview", - "2020-06-01", - "2020-10-15-preview", - "2021-06-01-preview", - "2021-10-15-preview", - "2021-12-01", - "2022-06-15", - "2023-06-01-preview", - "2023-12-15-preview", - "2024-06-01-preview", - "2024-12-15-preview" - ], - "locations": [ - "2017-06-15-preview", - "2017-09-15-preview", - "2018-01-01", - "2018-05-01-preview", - "2018-09-15-preview", - "2019-01-01", - "2019-02-01-preview", - "2019-06-01", - "2020-01-01-preview", - "2020-04-01-preview", - "2020-06-01", - "2020-10-15-preview", - "2021-06-01-preview", - "2021-10-15-preview", - "2021-12-01", - "2022-06-15", - "2023-06-01-preview", - "2023-12-15-preview", - "2024-06-01-preview", - "2024-12-15-preview" - ], - "locations/eventsubscriptions": [ - "2017-06-15-preview", - "2017-09-15-preview", - "2018-01-01", - "2018-05-01-preview", - "2018-09-15-preview", - "2019-01-01", - "2019-02-01-preview", - "2019-06-01", - "2020-01-01-preview", - "2020-04-01-preview", - "2020-06-01", - "2020-10-15-preview", - "2021-06-01-preview", - "2021-10-15-preview", - "2021-12-01", - "2022-06-15", - "2023-06-01-preview", - "2023-12-15-preview", - "2024-06-01-preview", - "2024-12-15-preview" - ], - "locations/notifynetworksecurityperimeterupdatesavailable": [ - "2023-06-01-preview", - "2023-12-15-preview", - "2024-06-01-preview", - "2024-12-15-preview" - ], - "locations/operationresults": [ - "2017-06-15-preview", - "2017-09-15-preview", - "2018-01-01", - "2018-05-01-preview", - "2018-09-15-preview", - "2019-01-01", - "2019-02-01-preview", - "2019-06-01", - "2020-01-01-preview", - "2020-04-01-preview", - "2020-06-01", - "2020-10-15-preview", - "2021-06-01-preview", - "2021-10-15-preview", - "2021-12-01", - "2022-06-15", - "2023-06-01-preview", - "2023-12-15-preview", - "2024-06-01-preview" - ], - "locations/operationsstatus": [ - "2017-06-15-preview", - "2017-09-15-preview", - "2018-01-01", - "2018-05-01-preview", - "2018-09-15-preview", - "2019-01-01", - "2019-02-01-preview", - "2019-06-01", - "2020-01-01-preview", - "2020-04-01-preview", - "2020-06-01", - "2020-10-15-preview", - "2021-06-01-preview", - "2021-10-15-preview", - "2021-12-01", - "2022-06-15", - "2023-06-01-preview", - "2023-12-15-preview", - "2024-06-01-preview", - "2024-12-15-preview" - ], - "locations/topictypes": [ - "2017-06-15-preview", - "2017-09-15-preview", - "2018-01-01", - "2018-05-01-preview", - "2018-09-15-preview", - "2019-01-01", - "2019-02-01-preview", - "2019-06-01", - "2020-01-01-preview", - "2020-04-01-preview", - "2020-06-01", - "2020-10-15-preview", - "2021-06-01-preview", - "2021-10-15-preview", - "2021-12-01", - "2022-06-15", - "2023-06-01-preview", - "2023-12-15-preview", - "2024-06-01-preview", - "2024-12-15-preview" - ], - "namespaces": [ - "2023-06-01-preview", - "2023-12-15-preview", - "2024-06-01-preview", - "2024-12-15-preview" - ], - "operationresults": [ - "2017-06-15-preview", - "2017-09-15-preview", - "2018-01-01", - "2018-05-01-preview", - "2018-09-15-preview", - "2019-01-01", - "2019-02-01-preview", - "2019-06-01", - "2020-01-01-preview", - "2020-04-01-preview", - "2020-06-01", - "2020-10-15-preview", - "2021-06-01-preview", - "2021-10-15-preview", - "2021-12-01", - "2022-06-15", - "2023-06-01-preview", - "2023-12-15-preview", - "2024-06-01-preview", - "2024-12-15-preview" - ], - "operations": [ - "2017-06-15-preview", - "2017-09-15-preview", - "2018-01-01", - "2018-05-01-preview", - "2018-09-15-preview", - "2019-01-01", - "2019-02-01-preview", - "2019-06-01", - "2020-01-01-preview", - "2020-04-01-preview", - "2020-06-01", - "2020-10-15-preview", - "2021-06-01-preview", - "2021-10-15-preview", - "2021-12-01", - "2022-06-15" - ], - "operationsstatus": [ - "2017-06-15-preview", - "2017-09-15-preview", - "2018-01-01", - "2018-05-01-preview", - "2018-09-15-preview", - "2019-01-01", - "2019-02-01-preview", - "2019-06-01", - "2020-01-01-preview", - "2020-04-01-preview", - "2020-06-01", - "2020-10-15-preview", - "2021-06-01-preview", - "2021-10-15-preview", - "2021-12-01", - "2022-06-15", - "2022-10-15-preview", - "2023-06-01-preview", - "2023-12-15-preview", - "2024-06-01-preview", - "2024-12-15-preview" - ], - "partnerconfigurations": [ - "2021-10-15-preview", - "2022-06-15", - "2022-10-15-preview", - "2023-06-01-preview", - "2023-12-15-preview", - "2024-06-01-preview", - "2024-12-15-preview" - ], - "partnerdestinations": [ - "2021-10-15-preview", - "2023-06-01-preview", - "2023-12-15-preview", - "2024-06-01-preview", - "2024-12-15-preview" - ], - "partnernamespaces": [ - "2020-04-01-preview", - "2021-06-01-preview", - "2021-10-15-preview", - "2022-06-15", - "2023-06-01-preview", - "2023-12-15-preview", - "2024-06-01-preview", - "2024-12-15-preview" - ], - "partnernamespaces/channels": [ - "2021-10-15-preview", - "2022-06-15", - "2023-06-01-preview", - "2023-12-15-preview", - "2024-06-01-preview", - "2024-12-15-preview" - ], - "partnernamespaces/eventchannels": [ - "2020-04-01-preview", - "2020-10-15-preview", - "2021-06-01-preview", - "2021-10-15-preview" - ], - "partnerregistrations": [ - "2020-04-01-preview", - "2020-10-15-preview", - "2021-06-01-preview", - "2021-10-15-preview", - "2022-06-15", - "2022-10-15-preview", - "2023-06-01-preview", - "2023-12-15-preview", - "2024-06-01-preview", - "2024-12-15-preview" - ], - "partnertopics": [ - "2020-04-01-preview", - "2020-10-15-preview", - "2021-06-01-preview", - "2021-10-15-preview", - "2022-06-15", - "2023-06-01-preview", - "2023-12-15-preview", - "2024-06-01-preview", - "2024-12-15-preview" - ], - "partnertopics/eventsubscriptions": [ - "2020-04-01-preview", - "2020-10-15-preview", - "2021-06-01-preview", - "2021-10-15-preview", - "2022-06-15", - "2023-06-01-preview", - "2023-12-15-preview", - "2024-06-01-preview", - "2024-12-15-preview" - ], - "systemtopics": [ - "2020-04-01-preview", - "2020-10-15-preview", - "2021-06-01-preview", - "2021-10-15-preview", - "2021-12-01", - "2022-06-15", - "2023-06-01-preview", - "2023-12-15-preview", - "2024-06-01-preview", - "2024-12-15-preview" - ], - "systemtopics/eventsubscriptions": [ - "2020-04-01-preview", - "2020-10-15-preview", - "2021-06-01-preview", - "2021-10-15-preview", - "2021-12-01", - "2022-06-15", - "2023-06-01-preview", - "2023-12-15-preview", - "2024-06-01-preview", - "2024-12-15-preview" - ], - "topics": [ - "2017-06-15-preview", - "2017-09-15-preview", - "2018-01-01", - "2018-05-01-preview", - "2018-09-15-preview", - "2019-01-01", - "2019-02-01-preview", - "2019-06-01", - "2020-01-01-preview", - "2020-04-01-preview", - "2020-06-01", - "2020-10-15-preview", - "2021-06-01-preview", - "2021-10-15-preview", - "2021-12-01", - "2022-06-15", - "2023-06-01-preview", - "2023-12-15-preview", - "2024-06-01-preview", - "2024-12-15-preview" - ], - "topictypes": [ - "2017-06-15-preview", - "2017-09-15-preview", - "2018-01-01", - "2018-05-01-preview", - "2018-09-15-preview", - "2019-01-01", - "2019-02-01-preview", - "2019-06-01", - "2020-01-01-preview", - "2020-04-01-preview", - "2020-06-01", - "2020-10-15-preview", - "2021-06-01-preview", - "2021-10-15-preview", - "2021-12-01", - "2022-06-15", - "2023-06-01-preview", - "2023-12-15-preview", - "2024-06-01-preview", - "2024-12-15-preview" - ], - "verifiedpartners": [ - "2021-10-15-preview", - "2022-06-15", - "2023-06-01-preview", - "2023-12-15-preview", - "2024-06-01-preview", - "2024-12-15-preview" - ] - }, - "eventhub": { - "": [ - "2014-09-01", - "2015-08-01", - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01", - "2024-05-01-preview" - ], - "availableclusterregions": [ - "2018-01-01-preview" - ], - "checknameavailability": [ - "2014-09-01", - "2015-08-01", - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01", - "2024-05-01-preview" - ], - "checknamespaceavailability": [ - "2014-09-01", - "2015-08-01" - ], - "clusters": [ - "2018-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01", - "2024-05-01-preview" - ], - "locations": [ - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview" - ], - "locations/clusteroperationresults": [ - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01", - "2024-05-01-preview" - ], - "locations/deletevirtualnetworkorsubnets": [ - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01", - "2024-05-01-preview" - ], - "locations/namespaceoperationresults": [ - "2014-09-01", - "2015-08-01", - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01", - "2024-05-01-preview" - ], - "locations/notifynetworksecurityperimeterupdatesavailable": [ - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01", - "2024-05-01-preview" - ], - "locations/operationstatus": [ - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview" - ], - "namespaces": [ - "2014-09-01", - "2015-08-01", - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01", - "2024-05-01-preview" - ], - "namespaces/applicationgroups": [ - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01", - "2024-05-01-preview" - ], - "namespaces/authorizationrules": [ - "2014-09-01", - "2015-08-01", - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01", - "2024-05-01-preview" - ], - "namespaces/disasterrecoveryconfigs": [ - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01", - "2024-05-01-preview" - ], - "namespaces/disasterrecoveryconfigs/checknameavailability": [ - "2014-09-01", - "2015-08-01", - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01", - "2024-05-01-preview" - ], - "namespaces/eventhubs": [ - "2014-09-01", - "2015-08-01", - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01", - "2024-05-01-preview" - ], - "namespaces/eventhubs/authorizationrules": [ - "2014-09-01", - "2015-08-01", - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01", - "2024-05-01-preview" - ], - "namespaces/eventhubs/consumergroups": [ - "2014-09-01", - "2015-08-01", - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01", - "2024-05-01-preview" - ], - "namespaces/hoboconfigurations": [ - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01", - "2024-05-01-preview" - ], - "namespaces/networkrulesets": [ - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01", - "2024-05-01-preview" - ], - "namespaces/networksecurityperimeterassociationproxies": [ - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01", - "2024-05-01-preview" - ], - "namespaces/networksecurityperimeterconfigurations": [ - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01", - "2024-05-01-preview" - ], - "namespaces/privateendpointconnectionproxies": [ - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01", - "2024-05-01-preview" - ], - "namespaces/privateendpointconnections": [ - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01", - "2024-05-01-preview" - ], - "operations": [ - "2014-09-01", - "2015-08-01", - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01", - "2024-05-01-preview" - ], - "sku": [ - "2014-09-01", - "2015-08-01", - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01", - "2024-05-01-preview" - ] - }, - "experimentation": { - "": [ - "2021-11-01-preview", - "2023-09-30-preview", - "2024-11-30-preview" - ], - "operations": [ - "2021-11-01-preview", - "2023-09-30-preview", - "2024-11-30-preview" - ] - }, - "extendedlocation": { - "": [ - "2020-07-15-privatepreview", - "2021-03-15-preview", - "2021-08-15", - "2021-08-31-preview" - ], - "customlocations": [ - "2021-03-15-preview", - "2021-08-15", - "2021-08-31-preview" - ], - "customlocations/enabledresourcetypes": [ - "2021-03-15-preview", - "2021-08-15", - "2021-08-31-preview" - ], - "customlocations/resourcesyncrules": [ - "2021-08-31-preview" - ], - "locations": [ - "2020-07-15-privatepreview", - "2021-03-15-preview" - ], - "locations/operationresults": [ - "2021-03-15-preview" - ], - "locations/operationsstatus": [ - "2021-03-15-preview" - ], - "operations": [ - "2020-07-15-privatepreview", - "2021-03-15-preview", - "2021-08-15", - "2021-08-31-preview" - ] - }, - "fabric": { - "": [ - "2022-07-01-preview", - "2023-11-01", - "2024-06-01" - ], - "capacities": [ - "2022-07-01-preview", - "2023-11-01" - ], - "locations": [ - "2022-07-01-preview", - "2023-11-01" - ], - "locations/checknameavailability": [ - "2022-07-01-preview", - "2023-11-01" - ], - "locations/operationresults": [ - "2022-07-01-preview", - "2023-11-01" - ], - "locations/operationstatuses": [ - "2022-07-01-preview", - "2023-11-01" - ], - "locations/usages": [ - "2022-07-01-preview", - "2023-11-01" - ], - "operations": [ - "2022-07-01-preview", - "2023-11-01" - ], - "privatelinkservicesforfabric/operationresults": [ - "2024-06-01" - ] - }, - "fairfieldgardens": { - "": [ - "2023-12-01-preview" - ], - "deviceprovisioningstates": [ - "2023-12-01-preview" - ], - "locations/operationstatuses": [ - "2023-12-01-preview" - ], - "provisioningresources": [ - "2023-12-01-preview" - ], - "provisioningresources/provisioningpolicies": [ - "2023-12-01-preview" - ] - }, - "falcon": { - "": [ - "2020-01-20-preview" - ], - "namespaces": [ - "2020-01-20-preview" - ] - }, - "features": { - "": [ - "2014-08-01-preview", - "2015-12-01", - "2020-01-01", - "2020-09-01", - "2021-07-01" - ], - "featureconfigurations": [ - "2020-09-01", - "2021-07-01" - ], - "featureprovidernamespaces": [ - "2020-09-01", - "2021-07-01" - ], - "featureproviders": [ - "2020-01-01", - "2020-09-01", - "2021-07-01" - ], - "features": [ - "2014-08-01-preview", - "2015-12-01", - "2021-07-01" - ], - "operations": [ - "2014-08-01-preview", - "2015-12-01", - "2021-07-01" - ], - "providers": [ - "2014-08-01-preview", - "2015-12-01", - "2021-07-01" - ], - "subscriptionfeatureregistrations": [ - "2020-01-01", - "2020-09-01", - "2021-07-01" - ] - }, - "fluidrelay": { - "": [ - "2021-03-01-preview", - "2021-03-12-preview", - "2021-06-15-preview", - "2021-08-30-preview", - "2021-09-10-preview", - "2022-02-15", - "2022-02-16-preview", - "2022-02-23-preview", - "2022-04-03", - "2022-04-21", - "2022-05-11", - "2022-05-26", - "2022-06-01" - ], - "fluidrelayservers": [ - "2021-03-12-preview", - "2021-06-15-preview", - "2021-08-30-preview", - "2021-09-10-preview", - "2022-02-15", - "2022-02-16-preview", - "2022-02-23-preview", - "2022-04-03", - "2022-04-21", - "2022-05-11", - "2022-05-26", - "2022-06-01" - ], - "fluidrelayservers/fluidrelaycontainers": [ - "2021-08-30-preview", - "2021-09-10-preview", - "2022-02-15", - "2022-04-21", - "2022-05-11", - "2022-05-26", - "2022-06-01" - ], - "locations": [ - "2021-08-30-preview" - ], - "locations/operationstatuses": [ - "2021-08-30-preview" - ], - "operations": [ - "2021-03-01-preview", - "2021-03-12-preview", - "2022-02-15", - "2022-04-21", - "2022-05-11", - "2022-05-26", - "2022-06-01" - ] - }, - "graphservices": { - "": [ - "2022-09-22-preview", - "2023-04-13" - ], - "accounts": [ - "2022-09-22-preview", - "2023-04-13" - ], - "locations": [ - "2022-09-22-preview", - "2023-04-13" - ], - "locations/operationstatuses": [ - "2022-09-22-preview", - "2023-04-13" - ], - "operations": [ - "2022-09-22-preview", - "2023-04-13" - ], - "registeredsubscriptions": [ - "2022-09-22-preview", - "2023-04-13" - ] - }, - "guestconfiguration": { - "": [ - "2018-01-20-preview", - "2018-06-30-preview", - "2018-11-20", - "2020-06-25", - "2021-01-25", - "2022-01-25", - "2024-04-05" - ], - "guestconfigurationassignments": [ - "2018-01-20-preview", - "2018-06-30-preview", - "2018-11-20", - "2020-06-25", - "2021-01-25", - "2022-01-25", - "2024-04-05" - ], - "operations": [ - "2018-01-20-preview", - "2018-06-30-preview", - "2018-11-20", - "2020-06-25", - "2021-01-25", - "2022-01-25", - "2024-04-05" - ] - }, - "hanaonazure": { - "": [ - "2017-11-03-preview" - ], - "hanainstances": [ - "2017-11-03-preview" - ], - "locations": [ - "2017-11-03-preview" - ], - "locations/operations": [ - "2017-11-03-preview" - ], - "locations/operationsstatus": [ - "2017-11-03-preview" - ], - "operations": [ - "2017-11-03-preview" - ] - }, - "hardware": { - "": [ - "2023-02-22-preview", - "2023-07-12-preview" - ], - "operations": [ - "2023-02-22-preview" - ], - "orderpreview": [ - "2023-07-12-preview" - ], - "orders": [ - "2023-07-12-preview" - ], - "registeredsubscriptions": [ - "2023-07-12-preview" - ] - }, - "hardwaresecuritymodules": { - "": [ - "2018-10-31", - "2018-10-31-preview", - "2021-11-30", - "2022-08-31-preview", - "2024-06-30-preview" - ], - "cloudhsmclusters": [ - "2022-08-31-preview", - "2024-06-30-preview" - ], - "locations": [ - "2018-10-31", - "2018-10-31-preview", - "2021-11-30" - ], - "locations/cloudhsmoperationresults": [ - "2022-08-31-preview", - "2024-06-30-preview" - ], - "operations": [ - "2018-10-31", - "2018-10-31-preview", - "2021-11-30", - "2022-08-31-preview", - "2024-06-30-preview" - ] - }, - "hdinsight": { - "": [ - "2015-03-01-preview", - "2018-06-01-preview", - "2021-06-01", - "2021-09-15-preview", - "2023-04-15-preview", - "2023-06-01-preview", - "2023-08-15-preview", - "2023-11-01-preview", - "2024-05-01-preview", - "2024-08-01-preview" - ], - "clusterpools": [ - "2021-09-15-preview", - "2023-06-01-preview", - "2023-11-01-preview", - "2024-05-01-preview" - ], - "clusterpools/availableupgrades": [ - "2023-11-01-preview", - "2024-05-01-preview" - ], - "clusterpools/clusters": [ - "2021-09-15-preview", - "2023-06-01-preview", - "2023-11-01-preview", - "2024-05-01-preview" - ], - "clusterpools/clusters/availableupgrades": [ - "2023-11-01-preview", - "2024-05-01-preview" - ], - "clusterpools/clusters/instanceviews": [ - "2021-09-15-preview", - "2023-06-01-preview", - "2023-11-01-preview", - "2024-05-01-preview" - ], - "clusterpools/clusters/jobs": [ - "2021-09-15-preview", - "2023-06-01-preview", - "2023-11-01-preview", - "2024-05-01-preview" - ], - "clusterpools/clusters/libraries": [ - "2024-05-01-preview" - ], - "clusterpools/clusters/serviceconfigs": [ - "2021-09-15-preview", - "2023-06-01-preview", - "2023-11-01-preview", - "2024-05-01-preview" - ], - "clusterpools/clusters/upgradehistories": [ - "2024-05-01-preview" - ], - "clusterpools/upgradehistories": [ - "2024-05-01-preview" - ], - "clusters": [ - "2015-03-01-preview", - "2018-06-01-preview", - "2021-06-01", - "2023-04-15-preview", - "2023-08-15-preview", - "2024-08-01-preview" - ], - "clusters/applications": [ - "2015-03-01-preview", - "2018-06-01-preview", - "2021-06-01", - "2023-04-15-preview", - "2023-08-15-preview", - "2024-08-01-preview" - ], - "clusters/operationresults": [ - "2015-03-01-preview", - "2018-06-01-preview", - "2021-06-01", - "2023-04-15-preview", - "2023-08-15-preview", - "2024-08-01-preview" - ], - "locations": [ - "2015-03-01-preview", - "2018-06-01-preview", - "2021-06-01", - "2023-04-15-preview", - "2023-08-15-preview", - "2024-08-01-preview" - ], - "locations/availableclusterpoolversions": [ - "2021-09-15-preview", - "2023-06-01-preview", - "2023-11-01-preview", - "2024-05-01-preview" - ], - "locations/availableclusterversions": [ - "2021-09-15-preview", - "2023-06-01-preview", - "2023-11-01-preview", - "2024-05-01-preview" - ], - "locations/azureasyncoperations": [ - "2015-03-01-preview", - "2018-06-01-preview", - "2021-06-01", - "2023-04-15-preview", - "2023-08-15-preview", - "2024-08-01-preview" - ], - "locations/billingspecs": [ - "2015-03-01-preview", - "2018-06-01-preview", - "2021-06-01", - "2023-04-15-preview", - "2023-08-15-preview", - "2024-08-01-preview" - ], - "locations/capabilities": [ - "2015-03-01-preview", - "2018-06-01-preview", - "2021-06-01", - "2023-04-15-preview", - "2023-08-15-preview", - "2024-08-01-preview" - ], - "locations/checknameavailability": [ - "2015-03-01-preview", - "2018-06-01-preview", - "2021-06-01", - "2023-04-15-preview", - "2023-08-15-preview", - "2024-08-01-preview" - ], - "locations/clusterofferingversions": [ - "2021-09-15-preview", - "2023-06-01-preview", - "2023-11-01-preview", - "2024-05-01-preview" - ], - "locations/operationresults": [ - "2015-03-01-preview", - "2018-06-01-preview", - "2021-06-01", - "2023-04-15-preview", - "2023-08-15-preview", - "2024-08-01-preview" - ], - "locations/operationstatuses": [ - "2021-09-15-preview", - "2023-06-01-preview", - "2023-11-01-preview", - "2024-05-01-preview" - ], - "locations/usages": [ - "2015-03-01-preview", - "2018-06-01-preview", - "2021-06-01", - "2023-04-15-preview", - "2023-08-15-preview", - "2024-08-01-preview" - ], - "locations/validatecreaterequest": [ - "2015-03-01-preview", - "2018-06-01-preview", - "2021-06-01", - "2023-04-15-preview", - "2023-08-15-preview", - "2024-08-01-preview" - ], - "operations": [ - "2021-09-15-preview", - "2023-06-01-preview" - ] - }, - "healthbot": { - "": [ - "2020-12-08", - "2021-06-10", - "2021-08-24", - "2022-08-08", - "2023-05-01", - "2024-02-01" - ], - "healthbots": [ - "2020-12-08", - "2021-06-10", - "2021-08-24", - "2022-08-08", - "2023-05-01", - "2024-02-01" - ], - "locations": [ - "2020-12-08", - "2021-06-10", - "2021-08-24", - "2022-08-08", - "2023-05-01", - "2024-02-01" - ], - "locations/operationstatuses": [ - "2020-12-08", - "2021-06-10", - "2021-08-24", - "2022-08-08", - "2023-05-01", - "2024-02-01" - ], - "operations": [ - "2020-12-08", - "2021-06-10", - "2021-08-24", - "2022-08-08", - "2023-05-01", - "2024-02-01" - ] - }, - "healthcareapis": { - "": [ - "2018-08-20-preview", - "2019-09-16", - "2020-03-15", - "2020-03-30", - "2020-05-01-preview", - "2021-01-11", - "2021-03-31-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-31-preview", - "2022-05-15", - "2022-06-01", - "2022-10-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-02-01-preview", - "2023-02-28", - "2023-04-15-preview", - "2023-06-01-preview", - "2023-09-06", - "2023-10-15-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01", - "2024-03-01", - "2024-03-31" - ], - "checknameavailability": [ - "2018-08-20-preview", - "2019-09-16", - "2020-03-15", - "2020-03-30", - "2021-01-11", - "2021-03-31-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-31-preview", - "2022-05-15", - "2022-06-01", - "2022-12-01", - "2023-02-28", - "2023-06-01-preview", - "2023-09-06", - "2023-10-15-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01", - "2024-03-01", - "2024-03-31" - ], - "locations": [ - "2018-08-20-preview", - "2019-09-16", - "2020-03-15", - "2020-03-30", - "2021-01-11", - "2021-06-01-preview", - "2021-11-01", - "2022-01-31-preview", - "2022-05-15", - "2022-06-01", - "2022-12-01", - "2023-02-28", - "2023-06-01-preview", - "2023-09-06", - "2023-10-15-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01", - "2024-03-01", - "2024-03-31" - ], - "locations/operationresults": [ - "2018-08-20-preview", - "2019-09-16", - "2020-03-15", - "2020-03-30", - "2020-05-01-preview", - "2021-01-11", - "2021-06-01-preview", - "2021-11-01", - "2022-01-31-preview", - "2022-05-15", - "2022-06-01", - "2022-12-01", - "2023-02-28", - "2023-06-01-preview", - "2023-09-06", - "2023-10-15-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01", - "2024-03-01", - "2024-03-31" - ], - "operations": [ - "2018-08-20-preview", - "2019-09-16", - "2020-03-15", - "2020-03-30", - "2021-01-11", - "2021-06-01-preview", - "2021-11-01", - "2022-01-31-preview", - "2022-05-15", - "2022-06-01", - "2022-12-01", - "2023-02-28", - "2023-06-01-preview", - "2023-09-06", - "2023-10-15-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01", - "2024-03-01", - "2024-03-31" - ], - "services": [ - "2018-08-20-preview", - "2019-09-16", - "2020-03-15", - "2020-03-30", - "2021-01-11", - "2021-06-01-preview", - "2021-11-01", - "2022-01-31-preview", - "2022-05-15", - "2022-06-01", - "2022-12-01", - "2023-02-28", - "2023-06-01-preview", - "2023-09-06", - "2023-10-15-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01", - "2024-03-01", - "2024-03-31" - ], - "services/iomtconnectors": [ - "2020-05-01-preview" - ], - "services/iomtconnectors/connections": [ - "2020-05-01-preview" - ], - "services/iomtconnectors/mappings": [ - "2020-05-01-preview" - ], - "services/privateendpointconnectionproxies": [ - "2020-03-30", - "2021-06-01-preview", - "2021-11-01", - "2022-01-31-preview", - "2022-05-15", - "2022-06-01", - "2022-12-01", - "2023-02-28", - "2023-06-01-preview", - "2023-09-06", - "2023-10-15-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01", - "2024-03-01", - "2024-03-31" - ], - "services/privateendpointconnections": [ - "2020-03-30", - "2021-06-01-preview", - "2021-11-01", - "2022-01-31-preview", - "2022-05-15", - "2022-06-01", - "2022-12-01", - "2023-02-28", - "2023-06-01-preview", - "2023-09-06", - "2023-10-15-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01", - "2024-03-01", - "2024-03-31" - ], - "services/privatelinkresources": [ - "2020-03-30", - "2021-06-01-preview", - "2021-11-01", - "2022-01-31-preview", - "2022-05-15", - "2022-06-01", - "2022-12-01", - "2023-02-28", - "2023-06-01-preview", - "2023-09-06", - "2023-10-15-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01", - "2024-03-01", - "2024-03-31" - ], - "validatemedtechmappings": [ - "2022-01-31-preview" - ], - "workspaces": [ - "2021-06-01-preview", - "2021-11-01", - "2022-01-31-preview", - "2022-05-15", - "2022-06-01", - "2022-12-01", - "2023-02-28", - "2023-06-01-preview", - "2023-09-06", - "2023-10-15-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01", - "2024-03-01", - "2024-03-31" - ], - "workspaces/dicomservices": [ - "2021-06-01-preview", - "2021-11-01", - "2022-01-31-preview", - "2022-05-15", - "2022-06-01", - "2022-12-01", - "2023-02-28", - "2023-06-01-preview", - "2023-09-06", - "2023-10-15-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01", - "2024-03-01", - "2024-03-31" - ], - "workspaces/eventgridfilters": [ - "2021-06-01-preview", - "2021-11-01", - "2022-01-31-preview", - "2022-05-15", - "2022-06-01", - "2022-10-01-preview", - "2022-11-01-preview", - "2022-12-01", - "2023-02-01-preview", - "2023-02-28", - "2023-04-15-preview", - "2023-06-01-preview", - "2023-09-06", - "2023-10-15-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01", - "2024-03-01", - "2024-03-31" - ], - "workspaces/fhirservices": [ - "2021-06-01-preview", - "2021-11-01", - "2022-01-31-preview", - "2022-05-15", - "2022-06-01", - "2022-12-01", - "2023-02-28", - "2023-06-01-preview", - "2023-09-06", - "2023-10-15-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01", - "2024-03-01", - "2024-03-31" - ], - "workspaces/iotconnectors": [ - "2021-06-01-preview", - "2021-11-01", - "2022-01-31-preview", - "2022-05-15", - "2022-06-01", - "2022-12-01", - "2023-02-28", - "2023-06-01-preview", - "2023-09-06", - "2023-10-15-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01", - "2024-03-01", - "2024-03-31" - ], - "workspaces/iotconnectors/fhirdestinations": [ - "2021-06-01-preview", - "2021-11-01", - "2022-01-31-preview", - "2022-05-15", - "2022-06-01", - "2022-12-01", - "2023-02-28", - "2023-06-01-preview", - "2023-09-06", - "2023-10-15-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01", - "2024-03-01", - "2024-03-31" - ], - "workspaces/privateendpointconnectionproxies": [ - "2021-03-31-preview", - "2021-11-01", - "2022-01-31-preview", - "2022-05-15", - "2022-06-01", - "2022-12-01", - "2023-02-28", - "2023-06-01-preview", - "2023-09-06", - "2023-10-15-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01", - "2024-03-01", - "2024-03-31" - ], - "workspaces/privateendpointconnections": [ - "2021-03-31-preview", - "2021-11-01", - "2022-01-31-preview", - "2022-05-15", - "2022-06-01", - "2022-12-01", - "2023-02-28", - "2023-06-01-preview", - "2023-09-06", - "2023-10-15-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01", - "2024-03-01", - "2024-03-31" - ], - "workspaces/privatelinkresources": [ - "2021-03-31-preview", - "2021-11-01", - "2022-01-31-preview", - "2022-05-15", - "2022-06-01", - "2022-12-01", - "2023-02-28", - "2023-06-01-preview", - "2023-09-06", - "2023-10-15-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01", - "2024-03-01", - "2024-03-31" - ] - }, - "healthdataaiservices": { - "": [ - "2024-02-28-preview", - "2024-09-20" - ], - "deidservices": [ - "2024-02-28-preview", - "2024-09-20" - ], - "deidservices/privateendpointconnections": [ - "2024-02-28-preview", - "2024-09-20" - ], - "deidservices/privatelinkresources": [ - "2024-02-28-preview", - "2024-09-20" - ], - "locations": [ - "2024-02-28-preview", - "2024-09-20" - ], - "locations/operationstatuses": [ - "2024-02-28-preview", - "2024-09-20" - ], - "operations": [ - "2024-02-28-preview", - "2024-09-20" - ] - }, - "healthmodel": { - "": [ - "2022-11-01-preview" - ], - "operations": [ - "2022-11-01-preview" - ] - }, - "help": { - "": [ - "2023-01-01-preview", - "2023-03-03-preview", - "2023-03-23-preview", - "2023-06-01", - "2023-08-01-preview", - "2023-09-01-preview", - "2024-03-01-preview", - "2024-09-01-preview", - "2025-03-01-preview" - ], - "checknameavailability": [ - "2023-01-01-preview", - "2023-03-03-preview", - "2023-03-23-preview", - "2023-06-01", - "2023-09-01-preview", - "2024-03-01-preview" - ], - "diagnostics": [ - "2023-01-01-preview", - "2023-06-01", - "2023-09-01-preview", - "2024-03-01-preview" - ], - "discoversolutions": [ - "2023-08-01-preview", - "2024-03-01-preview" - ], - "discoverysolutions": [ - "2023-01-01-preview", - "2023-06-01", - "2023-08-01-preview", - "2023-09-01-preview", - "2024-03-01-preview" - ], - "monitorinsights": [ - "2024-09-01-preview" - ], - "operationresults": [ - "2023-01-01-preview", - "2023-03-03-preview", - "2023-06-01", - "2023-09-01-preview", - "2024-03-01-preview", - "2024-09-01-preview", - "2025-03-01-preview" - ], - "operations": [ - "2023-01-01-preview", - "2023-03-03-preview", - "2023-03-23-preview", - "2023-06-01", - "2023-09-01-preview", - "2024-03-01-preview", - "2024-09-01-preview", - "2025-03-01-preview" - ], - "plugins": [ - "2024-09-01-preview" - ], - "selfhelp": [ - "2024-03-01-preview" - ], - "simplifiedsolutions": [ - "2024-03-01-preview" - ], - "smartdiagnostics": [ - "2025-03-01-preview" - ], - "solutions": [ - "2023-03-03-preview", - "2023-09-01-preview", - "2024-03-01-preview" - ], - "troubleshooters": [ - "2023-03-23-preview", - "2023-09-01-preview", - "2024-03-01-preview" - ] - }, - "hybridcloud": { - "": [ - "2023-01-01-preview" - ], - "cloudconnections": [ - "2023-01-01-preview" - ], - "cloudconnectors": [ - "2023-01-01-preview" - ] - }, - "hybridcompute": { - "": [ - "2019-03-18-preview", - "2019-08-02-preview", - "2019-12-12", - "2020-03-11-preview", - "2020-07-30-preview", - "2020-08-02", - "2020-08-15-preview", - "2021-01-28-preview", - "2021-03-25-preview", - "2021-04-22-preview", - "2021-05-17-preview", - "2021-05-20", - "2021-06-10-preview", - "2021-12-10-preview", - "2022-03-10", - "2022-05-10-preview", - "2022-08-11-preview", - "2022-11-10", - "2022-12-27", - "2022-12-27-preview", - "2023-03-15-preview", - "2023-04-25-preview", - "2023-06-20-preview", - "2023-10-03-preview", - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ], - "gateways": [ - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ], - "licenses": [ - "2023-06-20-preview", - "2023-10-03-preview", - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ], - "locations": [ - "2019-08-02-preview", - "2019-12-12", - "2020-03-11-preview", - "2020-07-30-preview", - "2020-08-02", - "2020-08-15-preview", - "2021-01-28-preview", - "2021-03-25-preview", - "2021-04-22-preview", - "2021-05-17-preview", - "2021-05-20", - "2021-06-10-preview", - "2021-12-10-preview", - "2022-03-10", - "2022-05-10-preview", - "2022-08-11-preview", - "2022-11-10", - "2022-12-27", - "2022-12-27-preview", - "2023-03-15-preview", - "2023-04-25-preview", - "2023-06-20-preview", - "2023-10-03-preview", - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ], - "locations/notifyextension": [ - "2023-10-03-preview", - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ], - "locations/notifynetworksecurityperimeterupdatesavailable": [ - "2023-10-03-preview", - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ], - "locations/notifyruncommand": [ - "2023-10-03-preview", - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ], - "locations/operationresults": [ - "2019-08-02-preview", - "2019-12-12", - "2020-03-11-preview", - "2020-07-30-preview", - "2020-08-02", - "2020-08-15-preview", - "2021-01-28-preview", - "2021-03-25-preview", - "2021-04-22-preview", - "2021-05-17-preview", - "2021-05-20", - "2021-06-10-preview", - "2021-12-10-preview", - "2022-03-10", - "2022-05-10-preview", - "2022-08-11-preview", - "2022-11-10", - "2022-12-27", - "2022-12-27-preview", - "2023-03-15-preview", - "2023-04-25-preview", - "2023-06-20-preview", - "2023-10-03-preview", - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ], - "locations/operationstatus": [ - "2019-08-02-preview", - "2019-12-12", - "2020-03-11-preview", - "2020-07-30-preview", - "2020-08-02", - "2020-08-15-preview", - "2021-01-28-preview", - "2021-03-25-preview", - "2021-04-22-preview", - "2021-05-17-preview", - "2021-05-20", - "2021-06-10-preview", - "2021-12-10-preview", - "2022-03-10", - "2022-05-10-preview", - "2022-08-11-preview", - "2022-11-10", - "2022-12-27", - "2022-12-27-preview", - "2023-03-15-preview", - "2023-04-25-preview", - "2023-06-20-preview", - "2023-10-03-preview", - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ], - "locations/privatelinkscopes": [ - "2021-01-28-preview", - "2021-03-25-preview", - "2021-04-22-preview", - "2021-05-17-preview", - "2021-05-20", - "2021-06-10-preview", - "2021-12-10-preview", - "2022-03-10", - "2022-05-10-preview", - "2022-08-11-preview", - "2022-11-10", - "2022-12-27", - "2022-12-27-preview", - "2023-03-15-preview", - "2023-04-25-preview", - "2023-06-20-preview", - "2023-10-03-preview", - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ], - "locations/publishers": [ - "2022-08-11-preview", - "2022-11-10", - "2022-12-27", - "2022-12-27-preview", - "2023-03-15-preview", - "2023-04-25-preview", - "2023-06-20-preview", - "2023-10-03-preview", - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ], - "locations/publishers/extensiontypes": [ - "2022-08-11-preview", - "2022-11-10", - "2022-12-27", - "2022-12-27-preview", - "2023-03-15-preview", - "2023-04-25-preview", - "2023-06-20-preview", - "2023-10-03-preview", - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ], - "locations/publishers/extensiontypes/versions": [ - "2022-08-11-preview", - "2022-11-10", - "2022-12-27", - "2022-12-27-preview", - "2023-03-15-preview", - "2023-04-25-preview", - "2023-06-20-preview", - "2023-10-03-preview", - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ], - "locations/updatecenteroperationresults": [ - "2020-08-15-preview", - "2021-01-28-preview", - "2021-03-25-preview", - "2021-04-22-preview", - "2021-05-17-preview", - "2021-05-20", - "2021-06-10-preview", - "2021-12-10-preview", - "2022-03-10", - "2022-05-10-preview", - "2022-08-11-preview", - "2022-11-10", - "2022-12-27", - "2022-12-27-preview", - "2023-03-15-preview", - "2023-04-25-preview", - "2023-06-20-preview", - "2023-10-03-preview", - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ], - "machines": [ - "2019-03-18-preview", - "2019-08-02-preview", - "2019-12-12", - "2020-03-11-preview", - "2020-07-30-preview", - "2020-08-02", - "2020-08-15-preview", - "2021-01-28-preview", - "2021-03-25-preview", - "2021-04-22-preview", - "2021-05-17-preview", - "2021-05-20", - "2021-06-10-preview", - "2021-12-10-preview", - "2022-03-10", - "2022-05-10-preview", - "2022-08-11-preview", - "2022-11-10", - "2022-12-27", - "2022-12-27-preview", - "2023-03-15-preview", - "2023-04-25-preview", - "2023-06-20-preview", - "2023-10-03-preview", - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ], - "machines/assesspatches": [ - "2020-08-15-preview", - "2021-01-28-preview", - "2021-03-25-preview", - "2021-04-22-preview", - "2021-05-17-preview", - "2021-05-20", - "2021-06-10-preview", - "2021-12-10-preview", - "2022-03-10", - "2022-05-10-preview", - "2022-08-11-preview", - "2022-11-10", - "2022-12-27", - "2022-12-27-preview", - "2023-03-15-preview", - "2023-04-25-preview", - "2023-06-20-preview", - "2023-10-03-preview", - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ], - "machines/extensions": [ - "2019-08-02-preview", - "2019-12-12", - "2020-03-11-preview", - "2020-07-30-preview", - "2020-08-02", - "2020-08-15-preview", - "2021-01-28-preview", - "2021-03-25-preview", - "2021-04-22-preview", - "2021-05-17-preview", - "2021-05-20", - "2021-06-10-preview", - "2021-12-10-preview", - "2022-03-10", - "2022-05-10-preview", - "2022-08-11-preview", - "2022-11-10", - "2022-12-27", - "2022-12-27-preview", - "2023-03-15-preview", - "2023-04-25-preview", - "2023-06-20-preview", - "2023-10-03-preview", - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ], - "machines/hybrididentitymetadata": [ - "2022-12-27", - "2023-03-15-preview", - "2023-04-25-preview", - "2023-06-20-preview", - "2023-10-03-preview", - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ], - "machines/installpatches": [ - "2020-08-15-preview", - "2021-01-28-preview", - "2021-03-25-preview", - "2021-04-22-preview", - "2021-05-17-preview", - "2021-05-20", - "2021-06-10-preview", - "2021-12-10-preview", - "2022-03-10", - "2022-05-10-preview", - "2022-08-11-preview", - "2022-11-10", - "2022-12-27", - "2022-12-27-preview", - "2023-03-15-preview", - "2023-04-25-preview", - "2023-06-20-preview", - "2023-10-03-preview", - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ], - "machines/licenseprofiles": [ - "2023-06-20-preview", - "2023-10-03-preview", - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ], - "machines/privatelinkscopes": [ - "2021-01-28-preview", - "2021-03-25-preview", - "2021-04-22-preview", - "2021-05-17-preview", - "2021-05-20", - "2021-06-10-preview", - "2021-12-10-preview", - "2022-03-10", - "2022-05-10-preview", - "2022-08-11-preview", - "2022-11-10", - "2022-12-27", - "2022-12-27-preview", - "2023-03-15-preview", - "2023-04-25-preview", - "2023-06-20-preview", - "2023-10-03-preview", - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ], - "machines/runcommands": [ - "2023-04-25-preview", - "2023-06-20-preview", - "2023-10-03-preview", - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ], - "networkconfigurations": [ - "2023-10-03-preview", - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ], - "operations": [ - "2019-03-18-preview", - "2019-08-02-preview", - "2019-12-12", - "2020-03-11-preview", - "2020-07-30-preview", - "2020-08-02", - "2020-08-15-preview", - "2021-01-28-preview", - "2021-03-25-preview", - "2021-04-22-preview", - "2021-05-17-preview", - "2021-05-20", - "2021-06-10-preview", - "2021-12-10-preview", - "2022-03-10", - "2022-05-10-preview", - "2022-08-11-preview", - "2022-11-10", - "2022-12-27", - "2022-12-27-preview", - "2023-03-15-preview", - "2023-04-25-preview", - "2023-06-20-preview", - "2023-10-03-preview", - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ], - "ostype": [ - "2023-03-15-preview", - "2023-04-25-preview", - "2023-06-20-preview", - "2023-10-03-preview", - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ], - "ostype/agentversions": [ - "2023-03-15-preview", - "2023-04-25-preview", - "2023-06-20-preview", - "2023-10-03-preview", - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ], - "ostype/agentversions/latest": [ - "2023-03-15-preview", - "2023-04-25-preview", - "2023-06-20-preview", - "2023-10-03-preview", - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ], - "privatelinkscopes": [ - "2020-08-15-preview", - "2021-01-28-preview", - "2021-03-25-preview", - "2021-04-22-preview", - "2021-05-17-preview", - "2021-05-20", - "2021-06-10-preview", - "2021-12-10-preview", - "2022-03-10", - "2022-05-10-preview", - "2022-08-11-preview", - "2022-11-10", - "2022-12-27", - "2022-12-27-preview", - "2023-03-15-preview", - "2023-04-25-preview", - "2023-06-20-preview", - "2023-10-03-preview", - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ], - "privatelinkscopes/networksecurityperimeterassociationproxies": [ - "2023-10-03-preview", - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ], - "privatelinkscopes/networksecurityperimeterconfigurations": [ - "2023-10-03-preview", - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ], - "privatelinkscopes/privateendpointconnectionproxies": [ - "2020-08-15-preview", - "2021-01-28-preview", - "2021-03-25-preview", - "2021-04-22-preview", - "2021-05-17-preview", - "2021-05-20", - "2021-06-10-preview", - "2021-12-10-preview", - "2022-03-10", - "2022-05-10-preview", - "2022-08-11-preview", - "2022-11-10", - "2022-12-27", - "2022-12-27-preview", - "2023-03-15-preview", - "2023-04-25-preview", - "2023-06-20-preview", - "2023-10-03-preview", - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ], - "privatelinkscopes/privateendpointconnections": [ - "2020-08-15-preview", - "2021-01-28-preview", - "2021-03-25-preview", - "2021-04-22-preview", - "2021-05-17-preview", - "2021-05-20", - "2021-06-10-preview", - "2021-12-10-preview", - "2022-03-10", - "2022-05-10-preview", - "2022-08-11-preview", - "2022-11-10", - "2022-12-27", - "2022-12-27-preview", - "2023-03-15-preview", - "2023-04-25-preview", - "2023-06-20-preview", - "2023-10-03-preview", - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ], - "settings": [ - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ], - "validatelicense": [ - "2023-06-20-preview", - "2023-10-03-preview", - "2024-03-31-preview", - "2024-05-20-preview", - "2024-07-10", - "2024-07-31-preview" - ] - }, - "hybridconnectivity": { - "": [ - "2021-07-08-privatepreview", - "2021-10-01-privatepreview", - "2021-10-06-preview", - "2022-05-01-preview", - "2023-03-15", - "2023-04-01-preview", - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "endpoints": [ - "2021-10-06-preview", - "2022-05-01-preview", - "2023-03-15" - ], - "generateawstemplate": [ - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "locations": [ - "2021-07-08-privatepreview", - "2021-10-01-privatepreview", - "2021-10-06-preview", - "2022-05-01-preview", - "2023-03-15", - "2023-04-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "locations/operationstatuses": [ - "2021-10-06-preview", - "2022-05-01-preview", - "2023-03-15", - "2024-08-01-preview", - "2024-12-01" - ], - "operations": [ - "2021-07-08-privatepreview", - "2021-10-01-privatepreview", - "2021-10-06-preview", - "2022-05-01-preview", - "2023-03-15", - "2023-04-01-preview", - "2023-12-01-preview", - "2024-08-01-preview", - "2024-12-01" - ], - "publiccloudconnectors": [ - "2024-08-01-preview", - "2024-12-01" - ], - "solutionconfigurations": [ - "2024-08-01-preview", - "2024-12-01" - ], - "solutiontypes": [ - "2024-08-01-preview", - "2024-12-01" - ] - }, - "hybridcontainerservice": { - "": [ - "2021-08-01-preview", - "2021-09-01-preview", - "2022-01-01-preview", - "2022-05-01-preview", - "2022-09-01-preview", - "2023-11-01", - "2023-11-15-preview", - "2024-01-01", - "2024-09-01-preview" - ], - "kubernetesversions": [ - "2023-11-15-preview", - "2024-01-01" - ], - "locations": [ - "2021-08-01-preview", - "2021-09-01-preview", - "2022-01-01-preview", - "2022-05-01-preview", - "2022-09-01-preview", - "2023-11-01", - "2023-11-15-preview", - "2024-01-01", - "2024-09-01-preview" - ], - "locations/operationstatuses": [ - "2021-08-01-preview", - "2021-09-01-preview", - "2022-01-01-preview", - "2022-05-01-preview", - "2022-09-01-preview", - "2023-11-01", - "2023-11-15-preview", - "2024-01-01", - "2024-09-01-preview" - ], - "operations": [ - "2021-08-01-preview", - "2021-09-01-preview", - "2022-01-01-preview", - "2022-05-01-preview", - "2022-09-01-preview", - "2023-11-01", - "2023-11-15-preview", - "2024-01-01", - "2024-09-01-preview" - ], - "provisionedclusterinstances": [ - "2023-11-15-preview", - "2024-01-01" - ], - "provisionedclusters": [ - "2021-08-01-preview", - "2021-09-01-preview", - "2022-01-01-preview", - "2022-05-01-preview", - "2022-09-01-preview" - ], - "provisionedclusters/agentpools": [ - "2022-01-01-preview", - "2022-05-01-preview", - "2022-09-01-preview" - ], - "provisionedclusters/hybrididentitymetadata": [ - "2021-09-01-preview", - "2022-01-01-preview", - "2022-05-01-preview", - "2022-09-01-preview" - ], - "provisionedclusters/upgradeprofiles": [ - "2022-09-01-preview" - ], - "skus": [ - "2023-11-15-preview", - "2024-01-01" - ], - "virtualnetworks": [ - "2023-11-15-preview", - "2024-01-01" - ] - }, - "hybridnetwork": { - "": [ - "2020-01-01-preview", - "2021-05-01", - "2021-06-01-privatepreview", - "2022-01-01-preview", - "2022-09-01-preview", - "2023-01-01", - "2023-04-01-preview", - "2023-09-01", - "2024-04-01-preview", - "2024-04-15" - ], - "configurationgroupvalues": [ - "2023-09-01", - "2024-04-15" - ], - "devices": [ - "2020-01-01-preview", - "2021-05-01", - "2022-01-01-preview" - ], - "locations": [ - "2020-01-01-preview", - "2021-05-01", - "2022-01-01-preview" - ], - "locations/operationstatuses": [ - "2020-01-01-preview", - "2021-05-01" - ], - "networkfunctions": [ - "2020-01-01-preview", - "2021-05-01", - "2021-06-01-privatepreview", - "2022-01-01-preview", - "2022-09-01-preview", - "2023-01-01", - "2023-09-01", - "2024-04-15" - ], - "networkfunctions/components": [ - "2022-09-01-preview", - "2023-01-01", - "2023-09-01", - "2024-04-15" - ], - "networkfunctionvendors": [ - "2020-01-01-preview", - "2021-05-01", - "2022-01-01-preview" - ], - "operations": [ - "2020-01-01-preview", - "2021-05-01", - "2022-01-01-preview", - "2022-09-01-preview", - "2023-01-01", - "2023-04-01-preview", - "2023-09-01", - "2024-04-01-preview", - "2024-04-15" - ], - "publishers": [ - "2023-01-01" - ], - "publishers/artifactstores": [ - "2023-01-01" - ], - "publishers/artifactstores/artifactmanifests": [ - "2023-01-01" - ], - "publishers/artifactstores/artifacts": [ - "2023-09-01", - "2024-04-15" - ], - "publishers/artifactstores/artifactversions": [ - "2023-09-01", - "2024-04-15" - ], - "publishers/networkfunctiondefinitiongroups": [ - "2023-01-01" - ], - "publishers/networkfunctiondefinitiongroups/networkfunctiondefinitionversions": [ - "2023-01-01" - ], - "sitenetworkservices": [ - "2023-09-01", - "2024-04-15" - ], - "sites": [ - "2023-09-01", - "2024-04-15" - ] - }, - "impact": { - "": [ - "2022-11-01-preview", - "2023-02-01-preview", - "2023-07-01-preview", - "2023-12-01-preview", - "2024-05-01-preview" - ], - "operations": [ - "2022-11-01-preview", - "2023-02-01-preview", - "2023-07-01-preview", - "2023-12-01-preview" - ], - "workloadimpacts": [ - "2022-11-01-preview", - "2023-02-01-preview", - "2023-12-01-preview" - ], - "workloadimpacts/insights": [ - "2023-12-01-preview", - "2024-05-01-preview" - ] - }, - "insights": { - "": [ - "2014-04-01", - "2014-06-01", - "2014-08-01", - "2014-11-01", - "2014-12-01-preview", - "2015-04-01", - "2015-05-01", - "2015-07-01", - "2016-03-01", - "2016-06-01", - "2016-09-01", - "2016-09-01-preview", - "2017-02-01", - "2017-03-01-preview", - "2017-04-01", - "2017-05-01-preview", - "2017-09-01-preview", - "2017-10-01", - "2017-12-01-preview", - "2018-01-01", - "2018-03-01", - "2018-03-01-preview", - "2018-04-16", - "2018-04-20", - "2018-05-01-preview", - "2018-06-01-preview", - "2018-06-17-preview", - "2018-09-01", - "2018-11-27-preview", - "2019-01-01-preview", - "2019-03-01", - "2019-06-01", - "2019-07-01", - "2019-10-17-preview", - "2019-11-01-preview", - "2020-02-02", - "2020-02-02-preview", - "2020-02-10-preview", - "2020-02-12", - "2020-03-01-preview", - "2020-05-01-preview", - "2020-06-02-preview", - "2020-10-01", - "2020-10-20", - "2020-11-20", - "2021-02-01-preview", - "2021-03-08", - "2021-04-01", - "2021-05-01", - "2021-05-01-preview", - "2021-07-01-preview", - "2021-08-01", - "2021-09-01", - "2021-09-01-preview", - "2021-10-01", - "2021-10-14", - "2022-04-01", - "2022-04-01-preview", - "2022-06-01", - "2022-06-15", - "2022-08-01-preview", - "2022-10-01", - "2023-01-01", - "2023-01-01-preview", - "2023-03-01-preview", - "2023-03-11", - "2023-03-15-preview", - "2023-05-01-preview", - "2023-06-01", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-02-01", - "2024-02-01-preview" - ], - "actiongroups": [ - "2017-03-01-preview", - "2017-04-01", - "2018-03-01", - "2018-09-01", - "2019-03-01", - "2019-06-01", - "2021-09-01", - "2022-04-01", - "2022-06-01", - "2023-01-01", - "2023-08-01-preview", - "2023-09-01-preview" - ], - "actiongroups/networksecurityperimeterassociationproxies": [ - "2021-10-01" - ], - "actiongroups/networksecurityperimeterconfigurations": [ - "2021-10-01" - ], - "activitylogalerts": [ - "2017-03-01-preview", - "2017-04-01", - "2020-10-01" - ], - "autoscalesettings": [ - "2014-04-01", - "2015-04-01", - "2021-05-01-preview", - "2022-10-01", - "2023-01-01-preview", - "2024-01-01-preview" - ], - "components": [ - "2014-04-01", - "2014-08-01", - "2014-12-01-preview", - "2015-05-01", - "2018-05-01-preview", - "2020-02-02", - "2020-02-02-preview" - ], - "components/aggregate": [ - "2014-04-01", - "2014-08-01", - "2014-12-01-preview", - "2015-05-01", - "2018-05-01-preview", - "2020-02-02", - "2020-02-02-preview" - ], - "components/analyticsitems": [ - "2014-04-01", - "2014-08-01", - "2014-12-01-preview", - "2015-05-01", - "2018-05-01-preview", - "2020-02-02", - "2020-02-02-preview" - ], - "components/annotations": [ - "2014-04-01", - "2014-08-01", - "2014-12-01-preview", - "2015-05-01", - "2018-05-01-preview", - "2020-02-02", - "2020-02-02-preview" - ], - "components/api": [ - "2014-04-01", - "2014-08-01", - "2014-12-01-preview", - "2015-05-01", - "2018-05-01-preview", - "2020-02-02", - "2020-02-02-preview" - ], - "components/apikeys": [ - "2014-04-01", - "2014-08-01", - "2014-12-01-preview", - "2015-05-01", - "2018-05-01-preview", - "2020-02-02", - "2020-02-02-preview" - ], - "components/currentbillingfeatures": [ - "2014-04-01", - "2014-08-01", - "2014-12-01-preview", - "2015-05-01", - "2018-05-01-preview", - "2020-02-02", - "2020-02-02-preview" - ], - "components/defaultworkitemconfig": [ - "2014-04-01", - "2014-08-01", - "2014-12-01-preview", - "2015-05-01", - "2018-05-01-preview", - "2020-02-02", - "2020-02-02-preview" - ], - "components/events": [ - "2018-04-20" - ], - "components/exportconfiguration": [ - "2014-04-01", - "2014-08-01", - "2014-12-01-preview", - "2015-05-01", - "2018-05-01-preview", - "2020-02-02", - "2020-02-02-preview" - ], - "components/extendqueries": [ - "2014-04-01", - "2014-08-01", - "2014-12-01-preview", - "2015-05-01", - "2018-05-01-preview", - "2020-02-02", - "2020-02-02-preview" - ], - "components/favorites": [ - "2014-04-01", - "2014-08-01", - "2014-12-01-preview", - "2015-05-01", - "2018-05-01-preview", - "2020-02-02", - "2020-02-02-preview" - ], - "components/featurecapabilities": [ - "2014-04-01", - "2014-08-01", - "2014-12-01-preview", - "2015-05-01", - "2018-05-01-preview", - "2020-02-02", - "2020-02-02-preview" - ], - "components/getavailablebillingfeatures": [ - "2014-04-01", - "2014-08-01", - "2014-12-01-preview", - "2015-05-01", - "2018-05-01-preview", - "2020-02-02", - "2020-02-02-preview" - ], - "components/linkedstorageaccounts": [ - "2020-03-01-preview" - ], - "components/metadata": [ - "2018-04-20" - ], - "components/metricdefinitions": [ - "2014-04-01", - "2014-08-01", - "2014-12-01-preview", - "2015-05-01", - "2018-05-01-preview", - "2020-02-02", - "2020-02-02-preview" - ], - "components/metrics": [ - "2014-04-01", - "2018-04-20" - ], - "components/move": [ - "2014-04-01", - "2014-08-01", - "2014-12-01-preview", - "2015-05-01", - "2018-05-01-preview", - "2020-02-02", - "2020-02-02-preview" - ], - "components/myanalyticsitems": [ - "2014-04-01", - "2014-08-01", - "2014-12-01-preview", - "2015-05-01", - "2018-05-01-preview", - "2020-02-02", - "2020-02-02-preview" - ], - "components/myfavorites": [ - "2014-04-01", - "2014-08-01", - "2014-12-01-preview", - "2015-05-01", - "2018-05-01-preview", - "2020-02-02", - "2020-02-02-preview" - ], - "components/operations": [ - "2014-04-01", - "2014-08-01", - "2014-12-01-preview", - "2015-05-01", - "2018-05-01-preview", - "2020-02-02", - "2020-02-02-preview" - ], - "components/pricingplans": [ - "2017-10-01" - ], - "components/proactivedetectionconfigs": [ - "2014-04-01", - "2014-08-01", - "2014-12-01-preview", - "2015-05-01", - "2018-05-01-preview", - "2020-02-02", - "2020-02-02-preview" - ], - "components/purge": [ - "2014-04-01", - "2014-08-01", - "2014-12-01-preview", - "2015-05-01", - "2018-05-01-preview", - "2020-02-02", - "2020-02-02-preview" - ], - "components/query": [ - "2018-04-20" - ], - "components/quotastatus": [ - "2014-04-01", - "2014-08-01", - "2014-12-01-preview", - "2015-05-01", - "2018-05-01-preview", - "2020-02-02", - "2020-02-02-preview" - ], - "components/syntheticmonitorlocations": [ - "2014-04-01", - "2014-08-01", - "2014-12-01-preview", - "2015-05-01", - "2018-05-01-preview", - "2020-02-02", - "2020-02-02-preview" - ], - "components/webtests": [ - "2014-04-01", - "2014-08-01", - "2014-12-01-preview", - "2015-05-01", - "2018-05-01-preview", - "2020-02-02", - "2020-02-02-preview", - "2022-06-15" - ], - "components/workitemconfigs": [ - "2014-04-01", - "2014-08-01", - "2014-12-01-preview", - "2015-05-01", - "2018-05-01-preview", - "2020-02-02", - "2020-02-02-preview" - ], - "createnotifications": [ - "2021-09-01", - "2022-04-01", - "2022-06-01", - "2023-01-01", - "2023-05-01-preview", - "2023-09-01-preview" - ], - "datacollectionendpoints": [ - "2021-04-01", - "2021-09-01-preview", - "2022-06-01", - "2023-03-11" - ], - "datacollectionendpoints/networksecurityperimeterassociationproxies": [ - "2021-10-01" - ], - "datacollectionendpoints/networksecurityperimeterconfigurations": [ - "2021-10-01" - ], - "datacollectionendpoints/scopedprivatelinkproxies": [ - "2021-04-01", - "2021-09-01-preview" - ], - "datacollectionruleassociations": [ - "2019-11-01-preview", - "2021-04-01", - "2021-09-01-preview", - "2022-06-01", - "2023-03-11" - ], - "datacollectionrules": [ - "2019-11-01-preview", - "2021-04-01", - "2021-09-01-preview", - "2022-06-01", - "2023-03-11" - ], - "deletedworkbooks": [ - "2024-02-01-preview" - ], - "diagnosticsettings": [ - "2015-07-01", - "2016-09-01", - "2017-05-01-preview", - "2021-05-01-preview" - ], - "diagnosticsettingscategories": [ - "2017-05-01-preview", - "2021-05-01-preview" - ], - "eventcategories": [ - "2015-04-01" - ], - "eventtypes": [ - "2014-04-01", - "2014-11-01", - "2015-04-01", - "2016-09-01-preview", - "2017-03-01-preview" - ], - "extendeddiagnosticsettings": [ - "2017-02-01" - ], - "generatelivetoken": [ - "2020-06-02-preview", - "2021-10-14" - ], - "listmigrationdate": [ - "2017-10-01" - ], - "locations": [ - "2014-04-01", - "2015-04-01" - ], - "locations/notifynetworksecurityperimeterupdatesavailable": [ - "2021-10-01" - ], - "locations/operationresults": [ - "2014-04-01", - "2015-04-01" - ], - "logdefinitions": [ - "2015-07-01" - ], - "logprofiles": [ - "2016-03-01" - ], - "logs": [ - "2018-03-01-preview" - ], - "metricalerts": [ - "2017-09-01-preview", - "2018-03-01" - ], - "metricbaselines": [ - "2018-09-01", - "2019-03-01" - ], - "metricbatch": [ - "2019-01-01-preview" - ], - "metricdefinitions": [ - "2017-05-01-preview", - "2017-09-01-preview", - "2017-12-01-preview", - "2018-01-01", - "2021-05-01", - "2022-04-01-preview", - "2023-10-01", - "2024-02-01" - ], - "metricnamespaces": [ - "2017-12-01-preview", - "2023-10-01", - "2024-02-01" - ], - "metrics": [ - "2016-06-01", - "2016-09-01", - "2017-05-01-preview", - "2017-09-01-preview", - "2017-12-01-preview", - "2018-01-01", - "2019-07-01", - "2021-05-01", - "2023-10-01", - "2024-02-01" - ], - "migratealertrules": [ - "2018-03-01" - ], - "migratetonewpricingmodel": [ - "2017-10-01" - ], - "monitoredobjects": [ - "2021-09-01-preview" - ], - "notificationstatus": [ - "2021-09-01", - "2022-04-01", - "2022-06-01", - "2023-01-01", - "2023-05-01-preview", - "2023-09-01-preview" - ], - "operations": [ - "2014-04-01", - "2014-06-01", - "2015-04-01" - ], - "privatelinkscopeoperationstatuses": [ - "2019-10-17-preview", - "2021-07-01-preview", - "2021-09-01", - "2023-06-01-preview" - ], - "privatelinkscopes": [ - "2019-10-17-preview", - "2021-07-01-preview", - "2021-09-01", - "2023-06-01-preview" - ], - "privatelinkscopes/privateendpointconnectionproxies": [ - "2019-10-17-preview", - "2021-07-01-preview", - "2021-09-01", - "2023-06-01-preview" - ], - "privatelinkscopes/privateendpointconnections": [ - "2019-10-17-preview", - "2021-07-01-preview", - "2021-09-01", - "2023-06-01-preview" - ], - "privatelinkscopes/scopedresources": [ - "2019-10-17-preview", - "2021-07-01-preview", - "2021-09-01", - "2023-06-01-preview" - ], - "rollbacktolegacypricingmodel": [ - "2017-10-01" - ], - "scheduledqueryrules": [ - "2017-09-01-preview", - "2018-04-16", - "2020-05-01-preview", - "2021-02-01-preview", - "2021-08-01", - "2022-06-15", - "2022-08-01-preview", - "2023-03-15-preview" - ], - "scheduledqueryrules/networksecurityperimeterassociationproxies": [ - "2021-10-01" - ], - "scheduledqueryrules/networksecurityperimeterconfigurations": [ - "2021-10-01" - ], - "tenantactiongroups": [ - "2023-03-01-preview", - "2023-05-01-preview", - "2023-09-01-preview" - ], - "topology": [ - "2019-10-17-preview" - ], - "transactions": [ - "2019-10-17-preview" - ], - "vminsightsonboardingstatuses": [ - "2018-11-27-preview" - ], - "webtests": [ - "2014-04-01", - "2014-08-01", - "2015-05-01", - "2018-05-01-preview", - "2022-06-15" - ], - "webtests/gettestresultfile": [ - "2020-02-10-preview" - ], - "workbooks": [ - "2018-06-01-preview", - "2018-06-17-preview", - "2020-02-12", - "2020-10-20", - "2021-03-08", - "2021-08-01", - "2022-04-01", - "2023-06-01" - ], - "workbooktemplates": [ - "2019-10-17-preview", - "2020-11-20" - ] - }, - "integrationspaces": { - "": [ - "2023-11-14-preview" - ], - "locations": [ - "2023-11-14-preview" - ], - "locations/operationstatuses": [ - "2023-11-14-preview" - ], - "operations": [ - "2023-11-14-preview" - ], - "spaces": [ - "2023-11-14-preview" - ], - "spaces/applications": [ - "2023-11-14-preview" - ], - "spaces/applications/businessprocesses": [ - "2023-11-14-preview" - ], - "spaces/applications/businessprocesses/versions": [ - "2023-11-14-preview" - ], - "spaces/applications/resources": [ - "2023-11-14-preview" - ], - "spaces/infrastructureresources": [ - "2023-11-14-preview" - ] - }, - "inventory": { - "": [ - "2024-01-01-preview" - ], - "operations": [ - "2024-01-01-preview" - ], - "subscriptioninternalproperties": [ - "2024-01-01-preview" - ] - }, - "iotcentral": { - "": [ - "2017-07-01-privatepreview", - "2018-09-01", - "2021-06-01", - "2021-11-01-preview" - ], - "apptemplates": [ - "2018-09-01", - "2021-06-01", - "2021-11-01-preview" - ], - "checknameavailability": [ - "2017-07-01-privatepreview", - "2018-09-01", - "2021-06-01", - "2021-11-01-preview" - ], - "checksubdomainavailability": [ - "2018-09-01", - "2021-06-01", - "2021-11-01-preview" - ], - "iotapps": [ - "2017-07-01-privatepreview", - "2018-09-01", - "2021-06-01", - "2021-11-01-preview" - ], - "locations": [ - "2021-11-01-preview" - ], - "locations/operationresults": [ - "2021-11-01-preview" - ], - "operations": [ - "2017-07-01-privatepreview", - "2018-09-01", - "2021-06-01", - "2021-11-01-preview" - ] - }, - "iotfirmwaredefense": { - "": [ - "2021-11-10-privatepreview", - "2022-09-15-privatepreview", - "2023-02-08-preview", - "2024-01-10" - ], - "locations": [ - "2023-02-08-preview", - "2024-01-10" - ], - "locations/operationstatuses": [ - "2023-02-08-preview", - "2024-01-10" - ], - "operations": [ - "2021-11-10-privatepreview", - "2022-09-15-privatepreview", - "2023-02-08-preview", - "2024-01-10" - ], - "workspaces": [ - "2023-02-08-preview", - "2024-01-10" - ], - "workspaces/firmwares": [ - "2023-02-08-preview", - "2024-01-10" - ], - "workspaces/firmwares/binaryhardeningresults": [ - "2024-01-10" - ], - "workspaces/firmwares/cryptocertificates": [ - "2024-01-10" - ], - "workspaces/firmwares/cryptokeys": [ - "2024-01-10" - ], - "workspaces/firmwares/cves": [ - "2024-01-10" - ], - "workspaces/firmwares/passwordhashes": [ - "2024-01-10" - ], - "workspaces/firmwares/sbomcomponents": [ - "2024-01-10" - ], - "workspaces/firmwares/summaries": [ - "2024-01-10" - ] - }, - "iotoperations": { - "": [ - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-15-preview", - "2024-09-15-preview", - "2024-11-01" - ], - "instances": [ - "2024-07-01-preview", - "2024-08-15-preview", - "2024-09-15-preview", - "2024-11-01" - ], - "instances/brokers": [ - "2024-07-01-preview", - "2024-08-15-preview", - "2024-09-15-preview", - "2024-11-01" - ], - "instances/brokers/authentications": [ - "2024-07-01-preview", - "2024-08-15-preview", - "2024-09-15-preview", - "2024-11-01" - ], - "instances/brokers/authorizations": [ - "2024-06-01-preview", - "2024-07-01-preview", - "2024-08-15-preview", - "2024-09-15-preview", - "2024-11-01" - ], - "instances/brokers/listeners": [ - "2024-07-01-preview", - "2024-08-15-preview", - "2024-09-15-preview", - "2024-11-01" - ], - "instances/dataflowendpoints": [ - "2024-07-01-preview", - "2024-08-15-preview", - "2024-09-15-preview", - "2024-11-01" - ], - "instances/dataflowprofiles": [ - "2024-07-01-preview", - "2024-08-15-preview", - "2024-09-15-preview", - "2024-11-01" - ], - "instances/dataflowprofiles/dataflows": [ - "2024-07-01-preview", - "2024-08-15-preview", - "2024-09-15-preview", - "2024-11-01" - ], - "locations": [ - "2024-07-01-preview", - "2024-08-15-preview", - "2024-09-15-preview", - "2024-11-01" - ], - "locations/operationstatuses": [ - "2024-07-01-preview", - "2024-08-15-preview", - "2024-09-15-preview", - "2024-11-01" - ], - "operations": [ - "2024-07-01-preview", - "2024-08-15-preview", - "2024-09-15-preview", - "2024-11-01" - ] - }, - "iotoperationsdataprocessor": { - "": [ - "2023-10-04-preview", - "2024-02-01-preview" - ], - "instances": [ - "2023-10-04-preview", - "2024-02-01-preview" - ], - "instances/datasets": [ - "2023-10-04-preview", - "2024-02-01-preview" - ], - "instances/pipelines": [ - "2023-10-04-preview", - "2024-02-01-preview" - ], - "locations": [ - "2023-10-04-preview", - "2024-02-01-preview" - ], - "locations/operationstatuses": [ - "2023-10-04-preview", - "2024-02-01-preview" - ], - "operations": [ - "2023-10-04-preview", - "2024-02-01-preview" - ] - }, - "iotoperationsmq": { - "": [ - "2023-10-04-preview" - ], - "locations": [ - "2023-10-04-preview" - ], - "locations/operationstatuses": [ - "2023-10-04-preview" - ], - "mq": [ - "2023-10-04-preview" - ], - "mq/broker": [ - "2023-10-04-preview" - ], - "mq/broker/authentication": [ - "2023-10-04-preview" - ], - "mq/broker/authorization": [ - "2023-10-04-preview" - ], - "mq/broker/listener": [ - "2023-10-04-preview" - ], - "mq/datalakeconnector": [ - "2023-10-04-preview" - ], - "mq/datalakeconnector/topicmap": [ - "2023-10-04-preview" - ], - "mq/diagnosticservice": [ - "2023-10-04-preview" - ], - "mq/kafkaconnector": [ - "2023-10-04-preview" - ], - "mq/kafkaconnector/topicmap": [ - "2023-10-04-preview" - ], - "mq/mqttbridgeconnector": [ - "2023-10-04-preview" - ], - "mq/mqttbridgeconnector/topicmap": [ - "2023-10-04-preview" - ], - "operations": [ - "2023-10-04-preview" - ] - }, - "iotoperationsorchestrator": { - "": [ - "2023-10-04-preview" - ], - "instances": [ - "2023-10-04-preview" - ], - "locations": [ - "2023-10-04-preview" - ], - "locations/operationstatuses": [ - "2023-10-04-preview" - ], - "operations": [ - "2023-10-04-preview" - ], - "solutions": [ - "2023-10-04-preview" - ], - "targets": [ - "2023-10-04-preview" - ] - }, - "iotsecurity": { - "": [ - "2021-02-01-preview", - "2021-07-01-preview", - "2021-09-01-preview", - "2021-11-01-preview", - "2023-02-01-preview", - "2024-06-01-preview" - ], - "alerttypes": [ - "2021-07-01-preview" - ], - "defendersettings": [ - "2021-02-01-preview", - "2021-11-01-preview", - "2023-02-01-preview" - ], - "licenseskus": [ - "2023-02-01-preview" - ], - "locations": [ - "2021-02-01-preview", - "2021-09-01-preview", - "2023-02-01-preview", - "2024-06-01-preview" - ], - "locations/devicegroups": [ - "2021-02-01-preview", - "2021-11-01-preview", - "2023-02-01-preview" - ], - "locations/devicegroups/alerts": [ - "2021-07-01-preview", - "2023-02-01-preview", - "2024-06-01-preview" - ], - "locations/devicegroups/alerts/learn": [ - "2023-02-01-preview" - ], - "locations/devicegroups/alerts/pcaps": [ - "2023-02-01-preview" - ], - "locations/devicegroups/alerts/violations": [ - "2024-06-01-preview" - ], - "locations/devicegroups/devices": [ - "2021-02-01-preview", - "2021-11-01-preview" - ], - "locations/devicegroups/recommendations": [ - "2021-07-01-preview" - ], - "locations/devicegroups/vulnerabilities": [ - "2021-07-01-preview" - ], - "locations/endpoints": [ - "2023-02-01-preview" - ], - "locations/sites": [ - "2021-09-01-preview", - "2024-06-01-preview" - ], - "locations/sites/inventorynetworks": [ - "2024-06-01-preview" - ], - "locations/sites/sensors": [ - "2021-09-01-preview" - ], - "onpremisesensors": [ - "2021-02-01-preview", - "2021-11-01-preview" - ], - "operations": [ - "2021-02-01-preview" - ], - "recommendationtypes": [ - "2021-07-01-preview" - ], - "sensors": [ - "2021-02-01-preview", - "2021-09-01-preview" - ], - "sites": [ - "2021-02-01-preview", - "2021-09-01-preview", - "2023-02-01-preview" - ] - }, - "keyvault": { - "": [ - "2014-12-19-preview", - "2015-06-01", - "2016-10-01", - "2018-02-14", - "2018-02-14-preview", - "2019-09-01", - "2020-04-01-preview", - "2021-04-01-preview", - "2021-06-01-preview", - "2021-10-01", - "2021-11-01-preview", - "2021-12-01-preview", - "2022-02-01-preview", - "2022-07-01", - "2022-11-01", - "2023-02-01", - "2023-07-01", - "2023-08-01-PREVIEW", - "2024-04-01-preview" - ], - "checkmhsmnameavailability": [ - "2022-07-01", - "2022-11-01", - "2023-02-01", - "2023-07-01", - "2023-08-01-PREVIEW", - "2024-04-01-preview" - ], - "checknameavailability": [ - "2015-06-01", - "2016-10-01", - "2018-02-14", - "2018-02-14-preview", - "2019-09-01", - "2020-04-01-preview", - "2021-04-01-preview", - "2021-06-01-preview", - "2021-10-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-07-01", - "2022-11-01", - "2023-02-01", - "2023-07-01", - "2023-08-01-PREVIEW", - "2024-04-01-preview" - ], - "deletedmanagedhsms": [ - "2021-04-01-preview", - "2021-06-01-preview", - "2021-10-01", - "2021-11-01-preview", - "2021-12-01-preview", - "2022-02-01-preview", - "2022-07-01", - "2022-11-01", - "2023-02-01", - "2023-07-01", - "2023-08-01-PREVIEW", - "2024-04-01-preview" - ], - "deletedvaults": [ - "2016-10-01", - "2018-02-14", - "2018-02-14-preview", - "2019-09-01", - "2020-04-01-preview", - "2021-04-01-preview", - "2021-06-01-preview", - "2021-10-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-07-01", - "2022-11-01", - "2023-02-01", - "2023-07-01", - "2023-08-01-PREVIEW", - "2024-04-01-preview" - ], - "locations": [ - "2016-10-01", - "2018-02-14", - "2018-02-14-preview", - "2019-09-01", - "2020-04-01-preview", - "2021-04-01-preview", - "2021-06-01-preview", - "2021-10-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-07-01", - "2022-11-01", - "2023-02-01", - "2023-07-01", - "2023-08-01-PREVIEW", - "2024-04-01-preview" - ], - "locations/deletedmanagedhsms": [ - "2021-04-01-preview", - "2021-06-01-preview", - "2021-10-01", - "2021-11-01-preview", - "2021-12-01-preview", - "2022-02-01-preview", - "2022-07-01", - "2022-11-01", - "2023-02-01", - "2023-07-01", - "2023-08-01-PREVIEW", - "2024-04-01-preview" - ], - "locations/deletedvaults": [ - "2016-10-01", - "2018-02-14", - "2018-02-14-preview", - "2019-09-01", - "2020-04-01-preview", - "2021-04-01-preview", - "2021-06-01-preview", - "2021-10-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-07-01", - "2022-11-01", - "2023-02-01", - "2023-07-01", - "2023-08-01-PREVIEW", - "2024-04-01-preview" - ], - "locations/deletevirtualnetworkorsubnets": [ - "2016-10-01", - "2018-02-14", - "2018-02-14-preview", - "2019-09-01", - "2020-04-01-preview", - "2021-04-01-preview", - "2021-06-01-preview", - "2021-10-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-07-01", - "2022-11-01", - "2023-02-01", - "2023-07-01", - "2023-08-01-PREVIEW", - "2024-04-01-preview" - ], - "locations/managedhsmoperationresults": [ - "2021-04-01-preview", - "2021-06-01-preview", - "2021-10-01", - "2021-11-01-preview", - "2021-12-01-preview", - "2022-02-01-preview", - "2022-07-01", - "2022-11-01", - "2023-02-01", - "2023-07-01", - "2023-08-01-PREVIEW", - "2024-04-01-preview" - ], - "locations/notifynetworksecurityperimeterupdatesavailable": [ - "2022-02-01-preview", - "2022-07-01", - "2022-11-01", - "2023-02-01", - "2023-07-01", - "2023-08-01-PREVIEW", - "2024-04-01-preview" - ], - "locations/operationresults": [ - "2016-10-01", - "2018-02-14", - "2018-02-14-preview", - "2019-09-01", - "2020-04-01-preview", - "2021-04-01-preview", - "2021-06-01-preview", - "2021-10-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-07-01", - "2022-11-01", - "2023-02-01", - "2023-07-01", - "2023-08-01-PREVIEW", - "2024-04-01-preview" - ], - "managedhsms": [ - "2020-04-01-preview", - "2021-04-01-preview", - "2021-06-01-preview", - "2021-10-01", - "2021-11-01-preview", - "2021-12-01-preview", - "2022-02-01-preview", - "2022-07-01", - "2022-11-01", - "2023-02-01", - "2023-07-01", - "2023-08-01-PREVIEW", - "2024-04-01-preview" - ], - "managedhsms/keys": [ - "2022-11-01", - "2023-02-01", - "2023-07-01", - "2023-08-01-PREVIEW", - "2024-04-01-preview" - ], - "managedhsms/keys/versions": [ - "2022-11-01", - "2023-02-01", - "2023-07-01", - "2023-08-01-PREVIEW", - "2024-04-01-preview" - ], - "operations": [ - "2014-12-19-preview", - "2015-06-01", - "2016-10-01", - "2018-02-14", - "2018-02-14-preview", - "2019-09-01", - "2020-04-01-preview", - "2021-04-01-preview", - "2021-06-01-preview", - "2021-10-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-07-01", - "2022-11-01", - "2023-02-01", - "2023-07-01", - "2023-08-01-PREVIEW", - "2024-04-01-preview" - ], - "vaults": [ - "2015-06-01", - "2016-10-01", - "2018-02-14", - "2018-02-14-preview", - "2019-09-01", - "2020-04-01-preview", - "2021-04-01-preview", - "2021-06-01-preview", - "2021-10-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-07-01", - "2022-11-01", - "2023-02-01", - "2023-07-01", - "2023-08-01-PREVIEW", - "2024-04-01-preview" - ], - "vaults/accesspolicies": [ - "2015-06-01", - "2016-10-01", - "2018-02-14", - "2018-02-14-preview", - "2019-09-01", - "2020-04-01-preview", - "2021-04-01-preview", - "2021-06-01-preview", - "2021-10-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-07-01", - "2022-11-01", - "2023-02-01", - "2023-07-01", - "2023-08-01-PREVIEW", - "2024-04-01-preview" - ], - "vaults/eventgridfilters": [ - "2018-02-14", - "2018-02-14-preview", - "2019-09-01", - "2020-04-01-preview", - "2021-04-01-preview", - "2021-06-01-preview", - "2021-10-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-07-01", - "2022-11-01", - "2023-02-01", - "2023-07-01", - "2023-08-01-PREVIEW", - "2024-04-01-preview" - ], - "vaults/keys": [ - "2019-09-01", - "2020-04-01-preview", - "2021-04-01-preview", - "2021-06-01-preview", - "2021-10-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-07-01", - "2022-11-01", - "2023-02-01", - "2023-07-01", - "2023-08-01-PREVIEW", - "2024-04-01-preview" - ], - "vaults/keys/versions": [ - "2019-09-01", - "2020-04-01-preview", - "2021-04-01-preview", - "2021-06-01-preview", - "2021-10-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-07-01", - "2022-11-01", - "2023-02-01", - "2023-07-01", - "2023-08-01-PREVIEW", - "2024-04-01-preview" - ], - "vaults/secrets": [ - "2015-06-01", - "2016-10-01", - "2018-02-14", - "2018-02-14-preview", - "2019-09-01", - "2020-04-01-preview", - "2021-04-01-preview", - "2021-06-01-preview", - "2021-10-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-07-01", - "2022-11-01", - "2023-02-01", - "2023-07-01", - "2023-08-01-PREVIEW", - "2024-04-01-preview" - ] - }, - "kubernetes": { - "": [ - "2019-09-01-privatepreview", - "2019-11-01-preview", - "2020-01-01-preview", - "2021-03-01", - "2021-04-01-preview", - "2021-10-01", - "2022-05-01-preview", - "2022-10-01-preview", - "2023-11-01-preview", - "2024-01-01", - "2024-02-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-07-15-preview", - "2024-12-01-preview" - ], - "connectedclusters": [ - "2020-01-01-preview", - "2021-03-01", - "2021-04-01-preview", - "2021-10-01", - "2022-05-01-preview", - "2022-10-01-preview", - "2023-11-01-preview", - "2024-01-01", - "2024-02-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-07-15-preview", - "2024-12-01-preview" - ], - "locations": [ - "2020-01-01-preview", - "2021-03-01", - "2021-04-01-preview", - "2021-10-01", - "2022-05-01-preview", - "2022-10-01-preview", - "2023-11-01-preview", - "2024-01-01", - "2024-02-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-07-15-preview", - "2024-12-01-preview" - ], - "locations/operationstatuses": [ - "2020-01-01-preview", - "2021-03-01", - "2021-04-01-preview", - "2021-10-01", - "2022-05-01-preview", - "2022-10-01-preview", - "2023-11-01-preview", - "2024-01-01", - "2024-02-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-07-15-preview", - "2024-12-01-preview" - ], - "operations": [ - "2019-09-01-privatepreview", - "2019-11-01-preview", - "2020-01-01-preview", - "2021-03-01", - "2021-04-01-preview", - "2021-10-01", - "2022-05-01-preview", - "2022-10-01-preview", - "2023-11-01-preview", - "2024-01-01", - "2024-02-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-07-15-preview", - "2024-12-01-preview" - ], - "registeredsubscriptions": [ - "2020-01-01-preview", - "2021-03-01", - "2021-04-01-preview", - "2021-10-01", - "2022-05-01-preview", - "2022-10-01-preview", - "2023-11-01-preview", - "2024-01-01", - "2024-02-01-preview", - "2024-06-01-preview", - "2024-07-01-preview", - "2024-07-15-preview", - "2024-12-01-preview" - ] - }, - "kubernetesconfiguration": { - "": [ - "2019-11-01-preview", - "2020-07-01-preview", - "2020-10-01-preview", - "2021-03-01", - "2021-05-01-preview", - "2021-06-01-preview", - "2021-09-01", - "2021-11-01-preview", - "2021-12-01-preview", - "2022-01-01-preview", - "2022-01-15-preview", - "2022-03-01", - "2022-04-02-preview", - "2022-07-01", - "2022-11-01", - "2023-05-01", - "2023-05-01-preview", - "2024-04-01-preview" - ], - "extensions": [ - "2020-07-01-preview", - "2022-03-01", - "2022-07-01", - "2022-11-01", - "2023-05-01" - ], - "extensiontypes": [ - "2022-01-15-preview", - "2023-05-01-preview" - ], - "fluxconfigurations": [ - "2021-06-01-preview", - "2021-11-01-preview", - "2022-01-01-preview", - "2022-03-01", - "2022-07-01", - "2022-11-01", - "2023-05-01", - "2024-04-01-preview" - ], - "locations/extensiontypes": [ - "2022-01-15-preview", - "2023-05-01-preview" - ], - "locations/extensiontypes/versions": [ - "2022-01-15-preview", - "2023-05-01-preview" - ], - "operations": [ - "2019-11-01-preview", - "2020-07-01-preview", - "2020-10-01-preview", - "2021-03-01", - "2021-05-01-preview", - "2021-06-01-preview", - "2021-09-01", - "2021-11-01-preview", - "2021-12-01-preview", - "2022-01-01-preview", - "2022-03-01", - "2022-11-01", - "2023-05-01", - "2023-05-01-preview", - "2024-04-01-preview" - ], - "privatelinkscopes": [ - "2022-04-02-preview" - ], - "privatelinkscopes/privateendpointconnectionproxies": [ - "2022-04-02-preview" - ], - "privatelinkscopes/privateendpointconnections": [ - "2022-04-02-preview" - ], - "sourcecontrolconfigurations": [ - "2019-11-01-preview", - "2020-07-01-preview", - "2020-10-01-preview", - "2021-03-01", - "2022-03-01", - "2022-07-01", - "2022-11-01", - "2023-05-01" - ] - }, - "kubernetesruntime": { - "": [ - "2019-10-01", - "2023-10-01-preview", - "2024-03-01", - "2024-05-01-preview", - "2024-08-01" - ], - "bfdprofiles": [ - "2023-10-01-preview", - "2024-03-01", - "2024-05-01-preview", - "2024-08-01" - ], - "bgppeers": [ - "2023-10-01-preview", - "2024-03-01", - "2024-05-01-preview", - "2024-08-01" - ], - "loadbalancers": [ - "2023-10-01-preview", - "2024-03-01", - "2024-05-01-preview", - "2024-08-01" - ], - "locations": [ - "2023-10-01-preview", - "2024-03-01", - "2024-05-01-preview", - "2024-08-01" - ], - "locations/operationstatuses": [ - "2019-10-01", - "2023-10-01-preview", - "2024-03-01", - "2024-05-01-preview", - "2024-08-01" - ], - "operations": [ - "2023-10-01-preview", - "2024-03-01", - "2024-05-01-preview", - "2024-08-01" - ], - "services": [ - "2023-10-01-preview", - "2024-03-01", - "2024-05-01-preview", - "2024-08-01" - ], - "storageclasses": [ - "2023-10-01-preview", - "2024-03-01", - "2024-05-01-preview", - "2024-08-01" - ] - }, - "kusto": { - "": [ - "2017-09-07-privatepreview", - "2018-09-07-preview", - "2019-01-21", - "2019-05-15", - "2019-09-07", - "2019-11-09", - "2020-02-15", - "2020-06-14", - "2020-09-18", - "2021-01-01", - "2021-08-27", - "2022-02-01", - "2022-07-07", - "2022-11-11", - "2022-12-29", - "2023-05-02", - "2023-08-15", - "2024-04-13" - ], - "clusters": [ - "2017-09-07-privatepreview", - "2018-09-07-preview", - "2019-01-21", - "2019-05-15", - "2019-09-07", - "2019-11-09", - "2020-02-15", - "2020-06-14", - "2020-09-18", - "2021-01-01", - "2021-08-27", - "2022-02-01", - "2022-07-07", - "2022-11-11", - "2022-12-29", - "2023-05-02", - "2023-08-15", - "2024-04-13" - ], - "clusters/attacheddatabaseconfigurations": [ - "2019-09-07", - "2019-11-09", - "2020-02-15", - "2020-06-14", - "2020-09-18", - "2021-01-01", - "2021-08-27", - "2022-02-01", - "2022-07-07", - "2022-11-11", - "2022-12-29", - "2023-05-02", - "2023-08-15", - "2024-04-13" - ], - "clusters/databases": [ - "2017-09-07-privatepreview", - "2018-09-07-preview", - "2019-01-21", - "2019-05-15", - "2019-09-07", - "2019-11-09", - "2020-02-15", - "2020-06-14", - "2020-09-18", - "2021-01-01", - "2021-08-27", - "2022-02-01", - "2022-07-07", - "2022-11-11", - "2022-12-29", - "2023-05-02", - "2023-08-15", - "2024-04-13" - ], - "clusters/databases/dataconnections": [ - "2017-09-07-privatepreview", - "2018-09-07-preview", - "2019-01-21", - "2019-05-15", - "2019-09-07", - "2019-11-09", - "2020-02-15", - "2020-06-14", - "2020-09-18", - "2021-01-01", - "2021-08-27", - "2022-02-01", - "2022-07-07", - "2022-11-11", - "2022-12-29", - "2023-05-02", - "2023-08-15", - "2024-04-13" - ], - "clusters/databases/eventhubconnections": [ - "2017-09-07-privatepreview", - "2018-09-07-preview", - "2019-01-21", - "2019-05-15", - "2019-09-07", - "2019-11-09", - "2020-02-15", - "2020-06-14", - "2020-09-18", - "2021-01-01" - ], - "clusters/databases/principalassignments": [ - "2019-11-09", - "2020-02-15", - "2020-06-14", - "2020-09-18", - "2021-01-01", - "2021-08-27", - "2022-02-01", - "2022-07-07", - "2022-11-11", - "2022-12-29", - "2023-05-02", - "2023-08-15", - "2024-04-13" - ], - "clusters/databases/scripts": [ - "2021-01-01", - "2021-08-27", - "2022-02-01", - "2022-07-07", - "2022-11-11", - "2022-12-29", - "2023-05-02", - "2023-08-15", - "2024-04-13" - ], - "clusters/managedprivateendpoints": [ - "2021-08-27", - "2022-02-01", - "2022-07-07", - "2022-11-11", - "2022-12-29", - "2023-05-02", - "2023-08-15", - "2024-04-13" - ], - "clusters/principalassignments": [ - "2019-11-09", - "2020-02-15", - "2020-06-14", - "2020-09-18", - "2021-01-01", - "2021-08-27", - "2022-02-01", - "2022-07-07", - "2022-11-11", - "2022-12-29", - "2023-05-02", - "2023-08-15", - "2024-04-13" - ], - "clusters/sandboxcustomimages": [ - "2023-08-15", - "2024-04-13" - ], - "locations": [ - "2017-09-07-privatepreview", - "2018-09-07-preview", - "2019-01-21", - "2019-05-15", - "2019-09-07", - "2019-11-09", - "2020-02-15", - "2020-06-14", - "2020-09-18", - "2021-01-01", - "2021-08-27", - "2022-02-01", - "2022-07-07", - "2022-11-11", - "2022-12-29", - "2023-05-02", - "2023-08-15", - "2024-04-13" - ], - "locations/checknameavailability": [ - "2017-09-07-privatepreview", - "2018-09-07-preview", - "2019-01-21", - "2019-05-15", - "2019-09-07", - "2019-11-09", - "2020-02-15", - "2020-06-14", - "2020-09-18", - "2021-01-01", - "2021-08-27", - "2022-02-01", - "2022-07-07", - "2022-11-11", - "2022-12-29", - "2023-05-02", - "2023-08-15", - "2024-04-13" - ], - "locations/operationresults": [ - "2017-09-07-privatepreview", - "2018-09-07-preview", - "2019-01-21", - "2019-05-15", - "2019-09-07", - "2019-11-09", - "2020-02-15", - "2020-06-14", - "2020-09-18", - "2021-01-01", - "2021-08-27", - "2022-02-01", - "2022-07-07", - "2022-11-11", - "2022-12-29", - "2023-05-02", - "2023-08-15", - "2024-04-13" - ], - "locations/skus": [ - "2022-11-11", - "2022-12-29", - "2023-05-02", - "2023-08-15", - "2024-04-13" - ], - "operations": [ - "2017-09-07-privatepreview", - "2018-09-07-preview", - "2019-01-21", - "2019-05-15", - "2019-09-07", - "2019-11-09", - "2020-02-15", - "2020-06-14", - "2020-09-18", - "2021-01-01", - "2021-08-27", - "2022-02-01", - "2022-07-07", - "2022-11-11", - "2022-12-29", - "2023-05-02", - "2023-08-15", - "2024-04-13" - ] - }, - "labservices": { - "": [ - "2017-12-01-beta", - "2017-12-01-preview", - "2018-10-15", - "2019-01-01-beta", - "2019-01-01-preview", - "2020-05-01-preview", - "2021-10-01-preview", - "2021-11-15-preview", - "2022-08-01", - "2023-06-07" - ], - "labaccounts": [ - "2017-12-01-preview", - "2018-10-15", - "2019-01-01-preview" - ], - "labplans": [ - "2020-05-01-preview", - "2021-10-01-preview", - "2021-11-15-preview", - "2022-08-01", - "2023-06-07" - ], - "labs": [ - "2020-05-01-preview", - "2021-10-01-preview", - "2021-11-15-preview", - "2022-08-01", - "2023-06-07" - ], - "locations": [ - "2017-12-01-preview", - "2018-10-15", - "2019-01-01-preview", - "2020-05-01-preview", - "2021-10-01-preview", - "2021-11-15-preview", - "2022-08-01", - "2023-06-07" - ], - "locations/operationresults": [ - "2020-05-01-preview", - "2021-10-01-preview", - "2021-11-15-preview", - "2022-08-01", - "2023-06-07" - ], - "locations/operations": [ - "2017-12-01-preview", - "2018-10-15", - "2019-01-01-preview" - ], - "locations/usages": [ - "2021-11-15-preview", - "2022-08-01", - "2023-06-07" - ], - "operations": [ - "2017-12-01-preview", - "2018-10-15", - "2019-01-01-preview", - "2020-05-01-preview", - "2021-10-01-preview", - "2021-11-15-preview", - "2022-08-01", - "2023-06-07" - ], - "users": [ - "2017-12-01-beta", - "2017-12-01-preview", - "2018-10-15", - "2019-01-01-beta", - "2019-01-01-preview" - ] - }, - "loadtestservice": { - "": [ - "2022-12-01", - "2023-12-01-preview" - ], - "checknameavailability": [ - "2022-12-01", - "2023-12-01-preview" - ], - "loadtestmappings": [ - "2023-12-01-preview" - ], - "loadtestprofilemappings": [ - "2023-12-01-preview" - ], - "loadtests": [ - "2022-12-01", - "2023-12-01-preview" - ], - "loadtests/outboundnetworkdependenciesendpoints": [ - "2022-12-01", - "2023-12-01-preview" - ], - "locations": [ - "2022-12-01", - "2023-12-01-preview" - ], - "locations/operationstatuses": [ - "2022-12-01", - "2023-12-01-preview" - ], - "locations/quotas": [ - "2022-12-01", - "2023-12-01-preview" - ], - "operations": [ - "2022-12-01", - "2023-12-01-preview" - ], - "registeredsubscriptions": [ - "2022-12-01", - "2023-12-01-preview" - ] - }, - "logic": { - "": [ - "2015-02-01-preview", - "2015-08-01-preview", - "2016-06-01", - "2016-10-01", - "2017-07-01", - "2018-03-01-preview", - "2018-04-01-privatepreview", - "2018-07-01-preview", - "2019-05-01", - "2019-06-01-preview", - "2022-09-01-preview", - "2024-06-01-preview" - ], - "businessprocesses": [ - "2024-06-01-preview" - ], - "hostingenvironments": [ - "2018-04-01-privatepreview" - ], - "integrationaccounts": [ - "2015-08-01-preview", - "2016-06-01", - "2018-07-01-preview", - "2019-05-01" - ], - "integrationserviceenvironments": [ - "2018-03-01-preview", - "2018-07-01-preview", - "2019-05-01", - "2019-06-01-preview" - ], - "integrationserviceenvironments/managedapis": [ - "2018-07-01-preview", - "2019-05-01", - "2019-06-01-preview" - ], - "isolatedenvironments": [ - "2018-03-01-preview", - "2018-07-01-preview" - ], - "locations": [ - "2015-02-01-preview", - "2015-08-01-preview", - "2016-06-01", - "2016-10-01", - "2017-07-01", - "2018-07-01-preview", - "2019-05-01" - ], - "locations/generatecopilotresponse": [ - "2022-09-01-preview", - "2024-06-01-preview" - ], - "locations/validateworkflowexport": [ - "2022-09-01-preview" - ], - "locations/workflowexport": [ - "2022-09-01-preview" - ], - "locations/workflows": [ - "2015-02-01-preview", - "2015-08-01-preview", - "2016-06-01", - "2016-10-01", - "2017-07-01", - "2018-07-01-preview", - "2019-05-01" - ], - "operations": [ - "2015-02-01-preview", - "2015-08-01-preview", - "2016-06-01", - "2016-10-01", - "2017-07-01", - "2018-07-01-preview", - "2019-05-01", - "2022-09-01-preview" - ], - "workflows": [ - "2015-02-01-preview", - "2015-08-01-preview", - "2016-06-01", - "2016-10-01", - "2017-07-01", - "2018-07-01-preview", - "2019-05-01" - ] - }, - "logz": { - "": [ - "2020-10-01", - "2020-10-01-preview", - "2022-01-01-preview" - ], - "locations": [ - "2020-10-01", - "2020-10-01-preview", - "2022-01-01-preview" - ], - "locations/operationstatuses": [ - "2020-10-01", - "2020-10-01-preview", - "2022-01-01-preview" - ], - "monitors": [ - "2020-10-01", - "2020-10-01-preview", - "2022-01-01-preview" - ], - "monitors/accounts": [ - "2020-10-01", - "2020-10-01-preview", - "2022-01-01-preview" - ], - "monitors/accounts/tagrules": [ - "2020-10-01", - "2020-10-01-preview", - "2022-01-01-preview" - ], - "monitors/singlesignonconfigurations": [ - "2020-10-01", - "2020-10-01-preview", - "2022-01-01-preview" - ], - "monitors/tagrules": [ - "2020-10-01", - "2020-10-01-preview", - "2022-01-01-preview" - ], - "operations": [ - "2020-10-01", - "2020-10-01-preview", - "2022-01-01-preview" - ], - "registeredsubscriptions": [ - "2020-10-01", - "2020-10-01-preview", - "2022-01-01-preview" - ] - }, - "machinelearningservices": { - "": [ - "2018-03-01-preview", - "2018-11-19", - "2019-05-01", - "2019-06-01", - "2019-10-01", - "2019-11-01", - "2020-01-01", - "2020-02-02", - "2020-02-18-preview", - "2020-03-01", - "2020-04-01", - "2020-04-01-preview", - "2020-05-01-preview", - "2020-05-15-preview", - "2020-06-01", - "2020-08-01", - "2020-09-01", - "2020-09-01-preview", - "2020-12-01-preview", - "2021-01-01", - "2021-03-01-preview", - "2021-04-01", - "2021-07-01", - "2021-10-01", - "2022-01-01-preview", - "2022-02-01-preview", - "2022-05-01", - "2022-05-01-privatepreview", - "2022-06-01-preview", - "2022-10-01", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "capacityreservationgroups": [ - "2023-08-01-preview", - "2024-01-01-preview", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "locations": [ - "2018-03-01-preview", - "2018-11-19", - "2019-05-01", - "2019-06-01", - "2019-11-01", - "2020-01-01", - "2020-02-02", - "2020-02-18-preview", - "2020-03-01", - "2020-04-01", - "2020-04-01-preview", - "2020-05-01-preview", - "2020-05-15-preview", - "2020-06-01", - "2020-08-01", - "2020-09-01-preview", - "2021-01-01", - "2021-03-01-preview", - "2021-04-01", - "2021-07-01", - "2021-10-01", - "2022-01-01-preview", - "2022-02-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-10-01", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "locations/computeoperationsstatus": [ - "2018-03-01-preview", - "2018-11-19", - "2019-05-01", - "2019-06-01", - "2019-11-01", - "2020-01-01", - "2020-02-02", - "2020-02-18-preview", - "2020-03-01", - "2020-04-01", - "2020-04-01-preview", - "2020-05-01-preview", - "2020-05-15-preview", - "2020-06-01", - "2020-08-01", - "2020-09-01-preview", - "2021-01-01", - "2021-03-01-preview", - "2021-04-01", - "2021-07-01", - "2021-10-01", - "2022-01-01-preview", - "2022-02-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-10-01", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "locations/instancetypeseries": [ - "2021-03-01-preview" - ], - "locations/mfeoperationresults": [ - "2020-12-01-preview", - "2021-03-01-preview", - "2021-10-01", - "2022-02-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-10-01", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "locations/mfeoperationsstatus": [ - "2020-12-01-preview", - "2021-03-01-preview", - "2021-10-01", - "2022-02-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-10-01", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "locations/quotas": [ - "2019-06-01", - "2019-11-01", - "2020-01-01", - "2020-02-02", - "2020-02-18-preview", - "2020-03-01", - "2020-04-01", - "2020-04-01-preview", - "2020-05-01-preview", - "2020-05-15-preview", - "2020-06-01", - "2020-08-01", - "2020-09-01-preview", - "2021-01-01", - "2021-03-01-preview", - "2021-04-01", - "2021-07-01", - "2021-10-01", - "2022-01-01-preview", - "2022-02-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-10-01", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "locations/registryoperationsstatus": [ - "2022-05-01-privatepreview", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "locations/updatequotas": [ - "2019-06-01", - "2019-11-01", - "2020-01-01", - "2020-02-02", - "2020-02-18-preview", - "2020-03-01", - "2020-04-01", - "2020-04-01-preview", - "2020-05-01-preview", - "2020-05-15-preview", - "2020-06-01", - "2020-08-01", - "2020-09-01-preview", - "2021-01-01", - "2021-03-01-preview", - "2021-04-01", - "2021-07-01", - "2021-10-01", - "2022-01-01-preview", - "2022-02-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-10-01", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "locations/usages": [ - "2018-11-19", - "2019-05-01", - "2019-06-01", - "2019-11-01", - "2020-01-01", - "2020-02-02", - "2020-02-18-preview", - "2020-03-01", - "2020-04-01", - "2020-04-01-preview", - "2020-05-01-preview", - "2020-05-15-preview", - "2020-06-01", - "2020-08-01", - "2020-09-01-preview", - "2021-01-01", - "2021-03-01-preview", - "2021-04-01", - "2021-07-01", - "2021-10-01", - "2022-01-01-preview", - "2022-02-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-10-01", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "locations/vmsizes": [ - "2018-11-19", - "2019-05-01", - "2019-06-01", - "2019-11-01", - "2020-01-01", - "2020-02-02", - "2020-02-18-preview", - "2020-03-01", - "2020-04-01", - "2020-04-01-preview", - "2020-05-01-preview", - "2020-05-15-preview", - "2020-06-01", - "2020-08-01", - "2020-09-01-preview", - "2021-01-01", - "2021-03-01-preview", - "2021-04-01", - "2021-07-01", - "2021-10-01", - "2022-01-01-preview", - "2022-02-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-10-01", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "locations/workspaceoperationsstatus": [ - "2018-03-01-preview", - "2018-11-19", - "2019-05-01", - "2019-06-01", - "2019-10-01", - "2019-11-01", - "2020-01-01", - "2020-02-02", - "2020-02-18-preview", - "2020-03-01", - "2020-04-01", - "2020-04-01-preview", - "2020-05-01-preview", - "2020-05-15-preview", - "2020-06-01", - "2020-08-01", - "2020-09-01", - "2020-09-01-preview", - "2021-01-01", - "2021-03-01-preview", - "2021-04-01", - "2021-07-01", - "2021-10-01", - "2022-01-01-preview", - "2022-02-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-10-01", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "operations": [ - "2018-03-01-preview", - "2018-11-19", - "2019-05-01", - "2019-06-01", - "2019-11-01", - "2020-01-01", - "2020-02-02", - "2020-02-18-preview", - "2020-03-01", - "2020-04-01", - "2020-04-01-preview", - "2020-05-01-preview", - "2020-05-15-preview", - "2020-06-01", - "2020-08-01", - "2020-09-01-preview", - "2021-01-01", - "2021-03-01-preview", - "2021-04-01", - "2021-07-01", - "2021-10-01", - "2022-01-01-preview", - "2022-02-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-10-01", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "registries": [ - "2022-05-01-privatepreview", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "registries/codes": [ - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "registries/codes/versions": [ - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "registries/components": [ - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "registries/components/versions": [ - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "registries/data": [ - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "registries/data/versions": [ - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "registries/datareferences": [ - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "registries/datareferences/versions": [ - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "registries/environments": [ - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "registries/environments/versions": [ - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "registries/models": [ - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "registries/models/versions": [ - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "workspaces": [ - "2018-03-01-preview", - "2018-11-19", - "2019-05-01", - "2019-06-01", - "2019-10-01", - "2019-11-01", - "2020-01-01", - "2020-02-02", - "2020-02-18-preview", - "2020-03-01", - "2020-04-01", - "2020-04-01-preview", - "2020-05-01-preview", - "2020-05-15-preview", - "2020-06-01", - "2020-08-01", - "2020-09-01-preview", - "2021-01-01", - "2021-03-01-preview", - "2021-04-01", - "2021-07-01", - "2021-10-01", - "2022-01-01-preview", - "2022-02-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-10-01", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "workspaces/batchendpoints": [ - "2021-03-01-preview", - "2021-10-01", - "2022-02-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-10-01", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "workspaces/batchendpoints/deployments": [ - "2021-03-01-preview", - "2021-10-01", - "2022-02-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-10-01", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "workspaces/capabilityhosts": [ - "2024-10-01-preview" - ], - "workspaces/codes": [ - "2021-03-01-preview", - "2021-10-01", - "2022-02-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-10-01", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "workspaces/codes/versions": [ - "2021-03-01-preview", - "2021-10-01", - "2022-02-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-10-01", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "workspaces/components": [ - "2021-10-01", - "2022-02-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-10-01", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "workspaces/components/versions": [ - "2021-10-01", - "2022-02-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-10-01", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "workspaces/computes": [ - "2018-03-01-preview", - "2018-11-19", - "2019-05-01", - "2019-06-01", - "2019-11-01", - "2020-01-01", - "2020-02-02", - "2020-02-18-preview", - "2020-03-01", - "2020-04-01", - "2020-04-01-preview", - "2020-05-01-preview", - "2020-05-15-preview", - "2020-06-01", - "2020-08-01", - "2020-09-01-preview", - "2021-01-01", - "2021-03-01-preview", - "2021-04-01", - "2021-07-01", - "2021-10-01", - "2022-01-01-preview", - "2022-02-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-10-01", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "workspaces/data": [ - "2021-03-01-preview", - "2022-02-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-10-01", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "workspaces/data/versions": [ - "2021-03-01-preview", - "2022-02-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-10-01", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "workspaces/datasets": [ - "2020-05-01-preview", - "2021-10-01" - ], - "workspaces/datastores": [ - "2020-05-01-preview", - "2021-03-01-preview", - "2021-10-01", - "2022-02-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-10-01", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "workspaces/endpoints": [ - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "workspaces/environments": [ - "2021-03-01-preview", - "2021-10-01", - "2022-02-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-10-01", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "workspaces/environments/versions": [ - "2021-03-01-preview", - "2021-10-01", - "2022-02-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-10-01", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "workspaces/eventgridfilters": [ - "2018-03-01-preview", - "2018-11-19", - "2019-05-01", - "2019-06-01", - "2020-02-02", - "2020-02-18-preview", - "2020-03-01", - "2020-04-01", - "2020-04-01-preview", - "2020-05-01-preview", - "2020-05-15-preview", - "2020-06-01", - "2020-08-01", - "2020-09-01-preview", - "2021-01-01", - "2021-03-01-preview", - "2021-04-01", - "2021-07-01", - "2021-10-01", - "2022-01-01-preview", - "2022-02-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-10-01", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "workspaces/featuresets": [ - "2023-02-01-preview", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "workspaces/featuresets/versions": [ - "2023-02-01-preview", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "workspaces/featurestoreentities": [ - "2023-02-01-preview", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "workspaces/featurestoreentities/versions": [ - "2023-02-01-preview", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "workspaces/inferencepools": [ - "2023-08-01-preview", - "2024-01-01-preview", - "2024-04-01-preview", - "2024-10-01-preview" - ], - "workspaces/inferencepools/endpoints": [ - "2023-08-01-preview", - "2024-01-01-preview", - "2024-04-01-preview", - "2024-10-01-preview" - ], - "workspaces/inferencepools/groups": [ - "2023-08-01-preview", - "2024-01-01-preview", - "2024-04-01-preview", - "2024-10-01-preview" - ], - "workspaces/jobs": [ - "2021-03-01-preview", - "2021-10-01", - "2022-02-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-10-01", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "workspaces/labelingjobs": [ - "2021-03-01-preview", - "2022-06-01-preview", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2024-01-01-preview", - "2024-04-01-preview" - ], - "workspaces/linkedservices": [ - "2020-04-01-preview", - "2020-05-01-preview", - "2020-05-15-preview", - "2020-09-01-preview" - ], - "workspaces/marketplacesubscriptions": [ - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "workspaces/models": [ - "2021-03-01-preview", - "2021-10-01", - "2022-02-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-10-01", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "workspaces/models/versions": [ - "2021-03-01-preview", - "2021-10-01", - "2022-02-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-10-01", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "workspaces/onlineendpoints": [ - "2020-12-01-preview", - "2021-03-01-preview", - "2021-10-01", - "2022-02-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-10-01", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "workspaces/onlineendpoints/deployments": [ - "2020-12-01-preview", - "2021-03-01-preview", - "2021-10-01", - "2022-02-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-10-01", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "workspaces/onlineendpoints/deployments/skus": [ - "2020-12-01-preview", - "2021-03-01-preview", - "2021-10-01", - "2022-02-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-10-01", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "workspaces/schedules": [ - "2022-06-01-preview", - "2022-10-01", - "2022-10-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01", - "2023-04-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2023-10-01", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "workspaces/serverlessendpoints": [ - "2023-08-01-preview", - "2024-01-01-preview", - "2024-04-01", - "2024-04-01-preview", - "2024-07-01-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "workspaces/services": [ - "2020-05-01-preview" - ] - }, - "maintenance": { - "": [ - "2016-01-01", - "2017-01-01", - "2017-04-26", - "2018-06-01-preview", - "2018-10-01", - "2020-04-01", - "2020-07-01-preview", - "2021-04-01-preview", - "2021-05-01", - "2021-09-01-preview", - "2022-07-01-preview", - "2022-11-01-preview", - "2023-04-01", - "2023-09-01-preview", - "2023-10-01-preview", - "2024-02-01-preview" - ], - "applyupdates": [ - "2016-01-01", - "2017-01-01", - "2017-04-26", - "2018-06-01-preview", - "2018-10-01", - "2020-04-01", - "2020-07-01-preview", - "2021-04-01-preview", - "2021-05-01", - "2021-09-01-preview", - "2022-07-01-preview", - "2022-11-01-preview", - "2023-04-01", - "2023-09-01-preview", - "2023-10-01-preview", - "2024-02-01-preview" - ], - "configurationassignments": [ - "2016-01-01", - "2017-01-01", - "2017-04-26", - "2018-06-01-preview", - "2018-10-01", - "2020-04-01", - "2020-07-01-preview", - "2021-04-01-preview", - "2021-05-01", - "2021-09-01-preview", - "2022-07-01-preview", - "2022-11-01-preview", - "2024-02-01-preview" - ], - "maintenanceconfigurations": [ - "2016-01-01", - "2017-01-01", - "2017-04-26", - "2018-06-01-preview", - "2018-10-01", - "2020-04-01", - "2020-07-01-preview", - "2021-04-01-preview", - "2021-05-01", - "2021-09-01-preview", - "2022-07-01-preview", - "2022-11-01-preview", - "2023-04-01", - "2023-09-01-preview", - "2023-10-01-preview", - "2024-02-01-preview" - ], - "maintenanceconfigurations/eventgridfilters": [ - "2016-01-01", - "2017-01-01", - "2017-04-26", - "2018-06-01-preview", - "2018-10-01", - "2020-04-01", - "2020-07-01-preview", - "2021-04-01-preview", - "2021-05-01", - "2021-09-01-preview", - "2022-07-01-preview", - "2022-11-01-preview", - "2023-04-01", - "2023-09-01-preview", - "2023-10-01-preview", - "2024-02-01-preview" - ], - "operations": [ - "2016-01-01", - "2017-01-01", - "2017-04-26", - "2018-06-01-preview", - "2018-10-01", - "2020-04-01", - "2020-07-01-preview", - "2021-04-01-preview", - "2021-05-01", - "2021-09-01-preview", - "2022-07-01-preview", - "2022-11-01-preview", - "2023-04-01", - "2023-09-01-preview", - "2023-10-01-preview", - "2024-02-01-preview" - ], - "publicmaintenanceconfigurations": [ - "2020-07-01-preview", - "2021-04-01-preview", - "2021-05-01", - "2021-09-01-preview", - "2022-07-01-preview", - "2022-11-01-preview", - "2023-04-01", - "2023-09-01-preview", - "2023-10-01-preview", - "2024-02-01-preview" - ], - "scheduledevents": [ - "2023-10-01-preview", - "2024-02-01-preview" - ], - "scheduledevents/acknowledge": [ - "2023-10-01-preview", - "2024-02-01-preview" - ], - "updates": [ - "2016-01-01", - "2017-01-01", - "2017-04-26", - "2018-06-01-preview", - "2018-10-01", - "2020-04-01", - "2020-07-01-preview", - "2021-04-01-preview", - "2021-05-01", - "2021-09-01-preview", - "2022-07-01-preview", - "2022-11-01-preview", - "2023-04-01", - "2023-09-01-preview", - "2023-10-01-preview", - "2024-02-01-preview" - ] - }, - "managedidentity": { - "": [ - "2015-08-31-PREVIEW", - "2018-11-30", - "2021-09-30-PREVIEW", - "2022-01-31-PREVIEW", - "2023-01-31", - "2023-07-31-PREVIEW" - ], - "identities": [ - "2015-08-31-PREVIEW", - "2018-11-30", - "2021-09-30-PREVIEW", - "2022-01-31-PREVIEW", - "2023-01-31", - "2023-07-31-PREVIEW" - ], - "operations": [ - "2015-08-31-PREVIEW", - "2018-11-30", - "2021-09-30-PREVIEW", - "2022-01-31-PREVIEW", - "2023-01-31", - "2023-07-31-PREVIEW" - ], - "userassignedidentities": [ - "2015-08-31-PREVIEW", - "2018-11-30", - "2021-09-30-PREVIEW", - "2022-01-31-PREVIEW", - "2023-01-31", - "2023-07-31-PREVIEW" - ], - "userassignedidentities/federatedidentitycredentials": [ - "2022-01-31-PREVIEW", - "2023-01-31", - "2023-07-31-PREVIEW" - ] - }, - "managednetworkfabric": { - "": [ - "2022-01-15-privatepreview", - "2023-02-01-preview", - "2023-06-15", - "2024-02-15-preview" - ], - "accesscontrollists": [ - "2023-06-15", - "2024-02-15-preview" - ], - "internetgatewayrules": [ - "2023-06-15", - "2024-02-15-preview" - ], - "internetgateways": [ - "2023-06-15", - "2024-02-15-preview" - ], - "ipcommunities": [ - "2023-06-15", - "2024-02-15-preview" - ], - "ipextendedcommunities": [ - "2023-06-15", - "2024-02-15-preview" - ], - "ipprefixes": [ - "2023-06-15", - "2024-02-15-preview" - ], - "l2isolationdomains": [ - "2023-06-15", - "2024-02-15-preview" - ], - "l3isolationdomains": [ - "2023-06-15", - "2024-02-15-preview" - ], - "l3isolationdomains/externalnetworks": [ - "2023-06-15", - "2024-02-15-preview" - ], - "l3isolationdomains/internalnetworks": [ - "2023-06-15", - "2024-02-15-preview" - ], - "locations": [ - "2022-01-15-privatepreview", - "2023-02-01-preview", - "2023-06-15", - "2024-02-15-preview" - ], - "locations/operationstatuses": [ - "2023-06-15", - "2024-02-15-preview" - ], - "neighborgroups": [ - "2023-06-15", - "2024-02-15-preview" - ], - "networkdevices": [ - "2023-06-15", - "2024-02-15-preview" - ], - "networkdevices/networkinterfaces": [ - "2023-06-15", - "2024-02-15-preview" - ], - "networkfabriccontrollers": [ - "2023-06-15", - "2024-02-15-preview" - ], - "networkfabrics": [ - "2023-06-15", - "2024-02-15-preview" - ], - "networkfabrics/networktonetworkinterconnects": [ - "2023-06-15", - "2024-02-15-preview" - ], - "networkpacketbrokers": [ - "2023-06-15", - "2024-02-15-preview" - ], - "networkracks": [ - "2023-06-15", - "2024-02-15-preview" - ], - "networktaprules": [ - "2023-06-15", - "2024-02-15-preview" - ], - "networktaps": [ - "2023-06-15", - "2024-02-15-preview" - ], - "operations": [ - "2022-01-15-privatepreview", - "2023-02-01-preview", - "2023-06-15", - "2024-02-15-preview" - ], - "routepolicies": [ - "2023-06-15", - "2024-02-15-preview" - ] - }, - "managedservices": { - "": [ - "2018-06-01-preview", - "2019-04-01-preview", - "2019-06-01", - "2019-09-01", - "2020-02-01-preview", - "2022-01-01-preview", - "2022-10-01" - ], - "marketplaceregistrationdefinitions": [ - "2018-06-01-preview", - "2019-04-01-preview", - "2019-06-01", - "2019-09-01", - "2020-02-01-preview", - "2022-01-01-preview", - "2022-10-01" - ], - "operations": [ - "2018-06-01-preview", - "2019-04-01-preview", - "2019-06-01", - "2019-09-01", - "2020-02-01-preview", - "2022-01-01-preview", - "2022-10-01" - ], - "operationstatuses": [ - "2019-04-01-preview", - "2019-06-01", - "2019-09-01", - "2020-02-01-preview", - "2022-01-01-preview", - "2022-10-01" - ], - "registrationassignments": [ - "2018-06-01-preview", - "2019-04-01-preview", - "2019-06-01", - "2019-09-01", - "2020-02-01-preview", - "2022-01-01-preview", - "2022-10-01" - ], - "registrationdefinitions": [ - "2018-06-01-preview", - "2019-04-01-preview", - "2019-06-01", - "2019-09-01", - "2020-02-01-preview", - "2022-01-01-preview", - "2022-10-01" - ] - }, - "management": { - "": [ - "2017-05-31-preview", - "2017-06-30-preview", - "2017-08-31-preview", - "2017-11-01-preview", - "2018-01-01-preview", - "2018-03-01-beta", - "2018-03-01-preview", - "2019-11-01", - "2020-02-01", - "2020-05-01", - "2020-10-01", - "2021-04-01", - "2023-04-01" - ], - "checknameavailability": [ - "2018-01-01-preview", - "2018-03-01-beta", - "2018-03-01-preview", - "2019-11-01", - "2020-02-01", - "2020-05-01", - "2020-10-01", - "2021-04-01", - "2023-04-01" - ], - "getentities": [ - "2018-01-01-preview", - "2018-03-01-beta", - "2018-03-01-preview", - "2019-11-01", - "2020-02-01", - "2020-05-01", - "2020-10-01", - "2021-04-01", - "2023-04-01" - ], - "managementgroups": [ - "2017-05-31-preview", - "2017-06-30-preview", - "2017-08-31-preview", - "2017-11-01-preview", - "2018-01-01-preview", - "2018-03-01-beta", - "2018-03-01-preview", - "2019-11-01", - "2020-02-01", - "2020-05-01", - "2020-10-01", - "2021-04-01", - "2023-04-01" - ], - "managementgroups/settings": [ - "2018-03-01-beta", - "2020-02-01", - "2020-05-01", - "2020-10-01", - "2021-04-01", - "2023-04-01" - ], - "operationresults": [ - "2018-01-01-preview", - "2018-03-01-beta", - "2018-03-01-preview", - "2019-11-01", - "2020-02-01", - "2020-05-01", - "2020-10-01", - "2021-04-01", - "2023-04-01" - ], - "operationresults/asyncoperation": [ - "2017-05-31-preview", - "2017-06-30-preview", - "2017-08-31-preview", - "2017-11-01-preview", - "2018-01-01-preview", - "2018-03-01-beta", - "2018-03-01-preview", - "2019-11-01", - "2020-02-01", - "2020-05-01", - "2020-10-01", - "2021-04-01", - "2023-04-01" - ], - "operations": [ - "2017-05-31-preview", - "2017-06-30-preview", - "2017-08-31-preview", - "2017-11-01-preview", - "2018-01-01-preview", - "2018-03-01-beta", - "2018-03-01-preview", - "2019-11-01", - "2020-02-01", - "2020-05-01", - "2020-10-01", - "2021-04-01", - "2023-04-01" - ], - "resources": [ - "2017-05-31-preview", - "2017-06-30-preview", - "2017-08-31-preview", - "2017-11-01-preview" - ], - "starttenantbackfill": [ - "2018-03-01-beta", - "2018-03-01-preview", - "2019-11-01", - "2020-02-01", - "2020-05-01", - "2020-10-01", - "2021-04-01", - "2023-04-01" - ], - "tenantbackfillstatus": [ - "2018-03-01-beta", - "2018-03-01-preview", - "2019-11-01", - "2020-02-01", - "2020-05-01", - "2020-10-01", - "2021-04-01", - "2023-04-01" - ] - }, - "manufacturingplatform": { - "": [ - "2023-02-01-preview", - "2024-02-01-preview" - ], - "locations": [ - "2023-02-01-preview", - "2024-02-01-preview" - ], - "operations": [ - "2023-02-01-preview", - "2024-02-01-preview" - ] - }, - "maps": { - "": [ - "2017-01-01-preview", - "2018-05-01", - "2020-02-01-preview", - "2021-02-01", - "2021-07-01-preview", - "2021-12-01-preview", - "2023-06-01", - "2023-08-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-07-01-preview" - ], - "accounts": [ - "2017-01-01-preview", - "2018-05-01", - "2020-02-01-preview", - "2021-02-01", - "2021-07-01-preview", - "2021-12-01-preview", - "2023-06-01", - "2023-08-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-07-01-preview" - ], - "accounts/creators": [ - "2020-02-01-preview", - "2021-02-01", - "2021-12-01-preview", - "2023-06-01", - "2023-08-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-07-01-preview" - ], - "accounts/eventgridfilters": [ - "2018-05-01", - "2021-02-01", - "2021-07-01-preview", - "2021-12-01-preview", - "2023-06-01", - "2023-08-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-07-01-preview" - ], - "operations": [ - "2017-01-01-preview", - "2018-05-01", - "2020-02-01-preview", - "2021-02-01", - "2021-07-01-preview", - "2021-12-01-preview", - "2023-06-01", - "2023-08-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-07-01-preview" - ] - }, - "marketplace": { - "": [ - "2018-03-01-beta", - "2018-08-01-beta", - "2019-06-30-preview", - "2020-01-01", - "2020-12-01", - "2021-06-01", - "2021-06-01-beta", - "2021-10-01", - "2021-12-01", - "2022-02-02", - "2022-03-01", - "2022-07-31", - "2022-09-01", - "2022-12-01-preview", - "2023-01-01", - "2023-01-01-preview", - "2023-03-01-preview" - ], - "listavailableoffers": [ - "2018-03-01-beta" - ], - "locations": [ - "2018-08-01-beta", - "2021-06-01", - "2021-10-01", - "2022-07-31" - ], - "locations/edgezones": [ - "2018-08-01-beta", - "2021-06-01", - "2021-10-01", - "2022-07-31" - ], - "locations/edgezones/products": [ - "2018-08-01-beta", - "2021-06-01", - "2021-10-01", - "2022-07-31", - "2023-01-01" - ], - "mysolutions": [ - "2023-03-01-preview" - ], - "offers": [ - "2018-08-01-beta", - "2021-06-01", - "2021-10-01", - "2022-12-01-preview" - ], - "offertypes": [ - "2018-03-01-beta" - ], - "offertypes/publishers": [ - "2018-03-01-beta" - ], - "offertypes/publishers/offers": [ - "2018-03-01-beta" - ], - "offertypes/publishers/offers/plans": [ - "2018-03-01-beta" - ], - "offertypes/publishers/offers/plans/agreements": [ - "2018-03-01-beta" - ], - "offertypes/publishers/offers/plans/configs": [ - "2018-03-01-beta" - ], - "offertypes/publishers/offers/plans/configs/importimage": [ - "2018-03-01-beta" - ], - "operations": [ - "2018-03-01-beta", - "2018-08-01-beta", - "2021-06-01", - "2021-10-01", - "2021-12-01", - "2022-02-02", - "2022-03-01", - "2022-07-31", - "2022-09-01", - "2023-01-01", - "2023-01-01-preview", - "2023-03-01-preview" - ], - "privategalleryitems": [ - "2018-03-01-beta" - ], - "privatestoreclient": [ - "2018-03-01-beta", - "2018-08-01-beta" - ], - "privatestores": [ - "2020-01-01", - "2021-06-01", - "2021-12-01", - "2022-03-01", - "2022-09-01", - "2023-01-01" - ], - "privatestores/adminrequestapprovals": [ - "2020-12-01", - "2021-06-01", - "2021-12-01", - "2022-03-01", - "2022-09-01", - "2023-01-01" - ], - "privatestores/anyexistingoffersinthecollections": [ - "2022-03-01", - "2022-09-01", - "2023-01-01" - ], - "privatestores/billingaccounts": [ - "2021-06-01", - "2021-12-01", - "2022-03-01", - "2022-09-01", - "2023-01-01" - ], - "privatestores/bulkcollectionsaction": [ - "2021-06-01", - "2021-12-01", - "2022-03-01", - "2022-09-01", - "2023-01-01" - ], - "privatestores/collections": [ - "2021-06-01", - "2021-12-01", - "2022-03-01", - "2022-09-01", - "2023-01-01" - ], - "privatestores/collections/approveallitems": [ - "2022-03-01", - "2022-09-01", - "2023-01-01" - ], - "privatestores/collections/disableapproveallitems": [ - "2022-03-01", - "2022-09-01", - "2023-01-01" - ], - "privatestores/collections/mapofferstocontexts": [ - "2023-01-01" - ], - "privatestores/collections/offers": [ - "2021-06-01", - "2021-12-01", - "2022-03-01", - "2022-09-01", - "2023-01-01" - ], - "privatestores/collections/offers/upsertofferwithmulticontext": [ - "2022-03-01", - "2022-09-01", - "2023-01-01" - ], - "privatestores/collections/queryrules": [ - "2022-09-01", - "2023-01-01" - ], - "privatestores/collections/setrules": [ - "2022-09-01", - "2023-01-01" - ], - "privatestores/collections/transferoffers": [ - "2021-06-01", - "2021-12-01", - "2022-03-01", - "2022-09-01", - "2023-01-01" - ], - "privatestores/collectionstosubscriptionsmapping": [ - "2021-06-01", - "2021-12-01", - "2022-03-01", - "2022-09-01", - "2023-01-01" - ], - "privatestores/fetchallsubscriptionsintenant": [ - "2021-12-01", - "2022-03-01", - "2022-09-01", - "2023-01-01" - ], - "privatestores/listnewplansnotifications": [ - "2021-12-01", - "2022-03-01", - "2022-09-01", - "2023-01-01" - ], - "privatestores/liststopselloffersplansnotifications": [ - "2021-12-01", - "2022-03-01", - "2022-09-01", - "2023-01-01" - ], - "privatestores/listsubscriptionscontext": [ - "2021-12-01", - "2022-03-01", - "2022-09-01", - "2023-01-01" - ], - "privatestores/offers": [ - "2020-01-01", - "2021-06-01-beta" - ], - "privatestores/offers/acknowledgenotification": [ - "2020-12-01", - "2021-06-01", - "2021-12-01", - "2022-03-01", - "2022-09-01", - "2023-01-01" - ], - "privatestores/queryapprovedplans": [ - "2021-06-01", - "2021-12-01", - "2022-03-01", - "2022-09-01", - "2023-01-01" - ], - "privatestores/querynotificationsstate": [ - "2020-12-01", - "2021-06-01", - "2021-12-01", - "2022-03-01", - "2022-09-01", - "2023-01-01" - ], - "privatestores/queryoffers": [ - "2021-06-01", - "2021-12-01", - "2022-03-01", - "2022-09-01", - "2023-01-01" - ], - "privatestores/queryuseroffers": [ - "2022-03-01", - "2022-09-01", - "2023-01-01" - ], - "privatestores/queryuserrules": [ - "2022-09-01", - "2023-01-01" - ], - "privatestores/requestapprovals": [ - "2020-12-01", - "2021-06-01", - "2021-12-01", - "2022-03-01", - "2022-09-01", - "2023-01-01" - ], - "privatestores/requestapprovals/query": [ - "2020-12-01", - "2021-06-01", - "2021-12-01", - "2022-03-01", - "2022-09-01", - "2023-01-01" - ], - "privatestores/requestapprovals/withdrawplan": [ - "2020-12-01", - "2021-06-01", - "2021-12-01", - "2022-03-01", - "2022-09-01", - "2023-01-01" - ], - "products": [ - "2018-08-01-beta", - "2021-06-01", - "2021-10-01", - "2022-12-01-preview", - "2023-01-01-preview" - ], - "products/reviews": [ - "2023-01-01-preview" - ], - "products/reviews/comments": [ - "2023-01-01-preview" - ], - "products/reviews/helpful": [ - "2023-01-01-preview" - ], - "products/usermetadata": [ - "2023-01-01-preview" - ], - "publishers": [ - "2019-06-30-preview" - ], - "publishers/offers": [ - "2019-06-30-preview" - ], - "publishers/offers/amendments": [ - "2019-06-30-preview" - ], - "register": [ - "2020-01-01" - ], - "search": [ - "2022-02-02", - "2023-01-01-preview" - ] - }, - "marketplacenotifications": { - "": [ - "2021-03-03" - ], - "operations": [ - "2021-03-03" - ], - "reviewsnotifications": [ - "2021-03-03" - ] - }, - "marketplaceordering": { - "": [ - "2015-06-01", - "2021-01-01" - ], - "agreements": [ - "2015-06-01", - "2021-01-01" - ], - "offertypes": [ - "2015-06-01", - "2021-01-01" - ], - "operations": [ - "2015-06-01", - "2021-01-01" - ] - }, - "media": { - "": [ - "2015-04-01", - "2015-10-01", - "2016-05-01-preview", - "2018-02-05", - "2018-03-30-preview", - "2018-06-01-preview", - "2018-07-01", - "2019-05-01-preview", - "2020-05-01", - "2021-05-01", - "2021-06-01", - "2021-11-01", - "2022-05-01-preview", - "2022-07-01", - "2022-08-01", - "2022-11-01", - "2023-01-01" - ], - "checknameavailability": [ - "2015-04-01", - "2015-10-01" - ], - "locations": [ - "2016-05-01-preview", - "2018-03-30-preview", - "2018-06-01-preview", - "2018-07-01", - "2020-05-01", - "2021-05-01", - "2021-06-01", - "2021-11-01", - "2023-01-01" - ], - "locations/checknameavailability": [ - "2016-05-01-preview", - "2018-03-30-preview", - "2018-06-01-preview", - "2018-07-01", - "2020-05-01", - "2021-05-01", - "2021-06-01", - "2021-11-01", - "2023-01-01" - ], - "locations/mediaservicesoperationresults": [ - "2015-04-01", - "2015-10-01", - "2018-03-30-preview", - "2018-06-01-preview", - "2018-07-01", - "2020-05-01", - "2021-05-01", - "2021-06-01", - "2021-11-01", - "2023-01-01" - ], - "locations/mediaservicesoperationstatuses": [ - "2015-04-01", - "2015-10-01", - "2018-03-30-preview", - "2018-06-01-preview", - "2018-07-01", - "2020-05-01", - "2021-05-01", - "2021-06-01", - "2021-11-01", - "2023-01-01" - ], - "mediaservices": [ - "2015-04-01", - "2015-10-01", - "2018-03-30-preview", - "2018-06-01-preview", - "2018-07-01", - "2020-05-01", - "2021-05-01", - "2021-06-01", - "2021-11-01", - "2023-01-01" - ], - "mediaservices/accountfilters": [ - "2018-07-01", - "2020-05-01", - "2021-06-01", - "2021-11-01", - "2022-08-01", - "2023-01-01" - ], - "mediaservices/assets": [ - "2018-03-30-preview", - "2018-06-01-preview", - "2018-07-01", - "2020-05-01", - "2021-06-01", - "2021-11-01", - "2022-08-01", - "2023-01-01" - ], - "mediaservices/assets/assetfilters": [ - "2018-07-01", - "2020-05-01", - "2021-06-01", - "2021-11-01", - "2022-08-01", - "2023-01-01" - ], - "mediaservices/assets/tracks": [ - "2021-11-01", - "2022-08-01", - "2023-01-01" - ], - "mediaservices/assets/tracks/operationresults": [ - "2021-11-01", - "2022-08-01", - "2023-01-01" - ], - "mediaservices/assets/tracks/operationstatuses": [ - "2021-11-01", - "2022-08-01", - "2023-01-01" - ], - "mediaservices/contentkeypolicies": [ - "2018-03-30-preview", - "2018-06-01-preview", - "2018-07-01", - "2020-05-01", - "2021-06-01", - "2021-11-01", - "2022-08-01", - "2023-01-01" - ], - "mediaservices/eventgridfilters": [ - "2018-02-05" - ], - "mediaservices/liveeventoperations": [ - "2018-03-30-preview", - "2018-06-01-preview", - "2018-07-01", - "2019-05-01-preview", - "2020-05-01", - "2021-06-01", - "2021-11-01", - "2022-08-01", - "2022-11-01" - ], - "mediaservices/liveevents": [ - "2018-03-30-preview", - "2018-06-01-preview", - "2018-07-01", - "2019-05-01-preview", - "2020-05-01", - "2021-06-01", - "2021-11-01", - "2022-08-01", - "2022-11-01" - ], - "mediaservices/liveevents/liveoutputs": [ - "2018-03-30-preview", - "2018-06-01-preview", - "2018-07-01", - "2019-05-01-preview", - "2020-05-01", - "2021-06-01", - "2021-11-01", - "2022-08-01", - "2022-11-01" - ], - "mediaservices/liveevents/liveoutputs/operationlocations": [ - "2018-03-30-preview", - "2018-06-01-preview", - "2018-07-01", - "2019-05-01-preview", - "2020-05-01", - "2021-06-01", - "2021-11-01", - "2022-08-01", - "2022-11-01" - ], - "mediaservices/liveevents/operationlocations": [ - "2018-03-30-preview", - "2018-06-01-preview", - "2018-07-01", - "2019-05-01-preview", - "2020-05-01", - "2021-06-01", - "2021-11-01", - "2022-08-01", - "2022-11-01" - ], - "mediaservices/liveoutputoperations": [ - "2018-03-30-preview", - "2018-06-01-preview", - "2018-07-01", - "2019-05-01-preview", - "2020-05-01", - "2021-06-01", - "2021-11-01", - "2022-08-01", - "2022-11-01" - ], - "mediaservices/privateendpointconnectionoperations": [ - "2020-05-01", - "2021-05-01", - "2021-06-01", - "2021-11-01", - "2023-01-01" - ], - "mediaservices/privateendpointconnectionproxies": [ - "2020-05-01", - "2021-05-01", - "2021-06-01", - "2021-11-01", - "2023-01-01" - ], - "mediaservices/privateendpointconnections": [ - "2020-05-01", - "2021-05-01", - "2021-06-01", - "2021-11-01", - "2023-01-01" - ], - "mediaservices/streamingendpointoperations": [ - "2018-03-30-preview", - "2018-06-01-preview", - "2018-07-01", - "2019-05-01-preview", - "2020-05-01", - "2021-06-01", - "2021-11-01", - "2022-08-01", - "2022-11-01" - ], - "mediaservices/streamingendpoints": [ - "2018-03-30-preview", - "2018-06-01-preview", - "2018-07-01", - "2019-05-01-preview", - "2020-05-01", - "2021-06-01", - "2021-11-01", - "2022-08-01", - "2022-11-01" - ], - "mediaservices/streamingendpoints/operationlocations": [ - "2018-03-30-preview", - "2018-06-01-preview", - "2018-07-01", - "2019-05-01-preview", - "2020-05-01", - "2021-06-01", - "2021-11-01", - "2022-08-01", - "2022-11-01" - ], - "mediaservices/streaminglocators": [ - "2018-03-30-preview", - "2018-06-01-preview", - "2018-07-01", - "2020-05-01", - "2021-06-01", - "2021-11-01", - "2022-08-01", - "2023-01-01" - ], - "mediaservices/streamingpolicies": [ - "2018-03-30-preview", - "2018-06-01-preview", - "2018-07-01", - "2020-05-01", - "2021-06-01", - "2021-11-01", - "2022-08-01", - "2023-01-01" - ], - "mediaservices/transforms": [ - "2018-03-30-preview", - "2018-06-01-preview", - "2018-07-01", - "2020-05-01", - "2021-06-01", - "2021-11-01", - "2022-05-01-preview", - "2022-07-01" - ], - "mediaservices/transforms/jobs": [ - "2018-03-30-preview", - "2018-06-01-preview", - "2018-07-01", - "2020-05-01", - "2021-06-01", - "2021-11-01", - "2022-05-01-preview", - "2022-07-01" - ], - "operations": [ - "2015-04-01", - "2015-10-01", - "2016-05-01-preview", - "2018-02-05", - "2018-03-30-preview", - "2018-06-01-preview", - "2018-07-01", - "2020-05-01", - "2021-05-01", - "2021-06-01", - "2021-11-01", - "2023-01-01" - ] - }, - "messagingcatalog": { - "": [ - "2024-02-01-preview" - ], - "operations": [ - "2024-02-01-preview" - ] - }, - "messagingconnectors": { - "": [ - "2024-05-01-preview", - "2024-08-01-preview", - "2024-09-01-preview", - "2024-10-01-preview" - ], - "locations": [ - "2024-05-01-preview", - "2024-08-01-preview", - "2024-09-01-preview", - "2024-10-01-preview" - ], - "operations": [ - "2024-05-01-preview", - "2024-08-01-preview", - "2024-09-01-preview", - "2024-10-01-preview" - ] - }, - "migrate": { - "": [ - "2017-09-25-privatepreview", - "2017-11-11-preview", - "2018-02-02", - "2018-06-30-preview", - "2018-09-01-preview", - "2019-05-01", - "2019-06-01", - "2019-10-01", - "2019-10-01-preview", - "2020-01-01", - "2020-05-01", - "2020-05-01-preview", - "2020-06-01-preview", - "2021-01-01", - "2021-08-01", - "2022-02-02-preview", - "2022-05-01-preview", - "2022-08-01", - "2023-03-03", - "2023-03-15", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-07-07-preview", - "2023-08-01", - "2023-09-09-preview", - "2024-03-03-preview" - ], - "assessmentprojects": [ - "2018-06-30-preview", - "2019-05-01", - "2019-10-01", - "2020-01-01", - "2020-05-01-preview", - "2022-02-02-preview", - "2023-03-03", - "2023-03-15", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-07-07-preview", - "2023-09-09-preview", - "2024-03-03-preview" - ], - "assessmentprojects/assessments": [ - "2018-06-30-preview", - "2019-05-01", - "2019-10-01", - "2020-01-01", - "2020-05-01-preview", - "2022-02-02-preview", - "2023-03-03", - "2023-03-15", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-07-07-preview", - "2023-09-09-preview", - "2024-03-03-preview" - ], - "locations": [ - "2017-09-25-privatepreview", - "2017-11-11-preview", - "2018-02-02", - "2018-06-30-preview", - "2019-05-01", - "2019-10-01", - "2020-01-01", - "2020-05-01-preview", - "2022-02-02-preview", - "2023-03-03", - "2023-03-15", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-07-07-preview", - "2023-09-09-preview" - ], - "locations/rmsoperationresults": [ - "2019-10-01-preview", - "2021-01-01", - "2021-08-01", - "2022-08-01", - "2023-08-01" - ], - "migrateprojects": [ - "2018-09-01-preview", - "2019-06-01", - "2020-05-01", - "2020-06-01-preview" - ], - "modernizeprojects": [ - "2022-05-01-preview" - ], - "movecollections": [ - "2019-10-01-preview", - "2021-01-01", - "2021-08-01", - "2022-08-01", - "2023-08-01" - ], - "operations": [ - "2017-09-25-privatepreview", - "2017-11-11-preview", - "2018-02-02", - "2018-06-30-preview", - "2019-05-01", - "2019-10-01" - ] - }, - "mission": { - "": [ - "2023-02-01-preview", - "2023-08-01-preview", - "2023-11-01-preview", - "2024-01-01-preview", - "2024-06-01-preview" - ], - "checknameavailability": [ - "2023-02-01-preview", - "2023-08-01-preview", - "2023-11-01-preview", - "2024-01-01-preview", - "2024-06-01-preview" - ], - "locations": [ - "2023-02-01-preview", - "2023-08-01-preview", - "2023-11-01-preview", - "2024-01-01-preview", - "2024-06-01-preview" - ], - "locations/operationstatuses": [ - "2023-02-01-preview", - "2023-08-01-preview", - "2023-11-01-preview", - "2024-01-01-preview", - "2024-06-01-preview" - ], - "operations": [ - "2023-02-01-preview", - "2023-08-01-preview", - "2023-11-01-preview", - "2024-01-01-preview", - "2024-06-01-preview" - ], - "virtualenclaves/endpoints": [ - "2023-02-01-preview", - "2023-08-01-preview" - ] - }, - "mixedreality": { - "": [ - "2019-02-28-preview", - "2019-12-02-preview", - "2020-04-06-preview", - "2020-05-01", - "2021-01-01", - "2021-03-01-preview", - "2023-07-01-preview" - ], - "locations": [ - "2019-02-28-preview", - "2019-12-02-preview", - "2020-04-06-preview", - "2020-05-01", - "2021-01-01", - "2021-03-01-preview", - "2023-07-01-preview" - ], - "locations/checknameavailability": [ - "2019-02-28-preview", - "2019-12-02-preview", - "2020-04-06-preview", - "2020-05-01", - "2021-01-01", - "2021-03-01-preview", - "2023-07-01-preview" - ], - "operations": [ - "2019-02-28-preview", - "2019-12-02-preview", - "2020-04-06-preview", - "2020-05-01", - "2021-01-01", - "2021-03-01-preview", - "2023-07-01-preview" - ], - "remoterenderingaccounts": [ - "2019-12-02-preview", - "2020-04-06-preview", - "2021-01-01", - "2021-03-01-preview" - ], - "spatialanchorsaccounts": [ - "2019-02-28-preview", - "2019-12-02-preview", - "2020-05-01", - "2021-01-01", - "2021-03-01-preview" - ] - }, - "mobilenetwork": { - "": [ - "2022-04-01-preview", - "2022-11-01", - "2022-12-01-privatepreview", - "2023-06-01", - "2023-07-01-preview", - "2023-09-01", - "2023-10-01-preview", - "2024-02-01", - "2024-03-01-preview", - "2024-04-01", - "2024-05-01-preview", - "2024-05-15-preview" - ], - "locations": [ - "2022-04-01-preview", - "2022-11-01", - "2022-12-01-privatepreview", - "2023-06-01", - "2023-07-01-preview", - "2023-09-01", - "2023-10-01-preview", - "2024-02-01", - "2024-03-01-preview", - "2024-04-01", - "2024-05-01-preview", - "2024-05-15-preview" - ], - "locations/operationstatuses": [ - "2022-04-01-preview", - "2022-11-01", - "2022-12-01-privatepreview", - "2023-06-01", - "2023-07-01-preview", - "2023-09-01", - "2023-10-01-preview", - "2024-02-01", - "2024-03-01-preview", - "2024-04-01", - "2024-05-01-preview", - "2024-05-15-preview" - ], - "operations": [ - "2022-04-01-preview", - "2022-11-01", - "2022-12-01-privatepreview", - "2023-06-01", - "2023-07-01-preview", - "2023-09-01", - "2023-10-01-preview", - "2024-02-01", - "2024-03-01-preview", - "2024-04-01", - "2024-05-01-preview", - "2024-05-15-preview" - ], - "packetcorecontrolplaneversions": [ - "2022-04-01-preview", - "2022-11-01", - "2022-12-01-privatepreview", - "2023-06-01", - "2023-07-01-preview", - "2023-09-01", - "2023-10-01-preview", - "2024-02-01", - "2024-03-01-preview", - "2024-04-01", - "2024-05-01-preview", - "2024-05-15-preview" - ] - }, - "modsimworkbench": { - "": [ - "2021-03-01-preview" - ], - "instances": [ - "2021-03-01-preview" - ], - "instances/chambers": [ - "2021-03-01-preview" - ], - "instances/chambers/connectors": [ - "2021-03-01-preview" - ], - "instances/chambers/filerequests": [ - "2021-03-01-preview" - ], - "instances/chambers/files": [ - "2021-03-01-preview" - ], - "instances/chambers/workloads": [ - "2021-03-01-preview" - ], - "locations": [ - "2021-03-01-preview" - ], - "locations/operationstatuses": [ - "2021-03-01-preview" - ], - "operations": [ - "2021-03-01-preview" - ], - "workbenches": [ - "2021-03-01-preview" - ], - "workbenches/chambers": [ - "2021-03-01-preview" - ], - "workbenches/chambers/connectors": [ - "2021-03-01-preview" - ], - "workbenches/chambers/filerequests": [ - "2021-03-01-preview" - ], - "workbenches/chambers/files": [ - "2021-03-01-preview" - ], - "workbenches/chambers/storages": [ - "2021-03-01-preview" - ], - "workbenches/chambers/workloads": [ - "2021-03-01-preview" - ], - "workbenches/sharedstorages": [ - "2021-03-01-preview" - ] - }, - "monitor": { - "": [ - "2021-06-01-preview", - "2021-06-03-preview", - "2023-04-01", - "2023-04-03", - "2023-10-01-preview", - "2024-01-01-preview", - "2024-04-01-preview", - "2024-04-03-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "accounts": [ - "2021-06-03-preview", - "2023-04-03" - ], - "investigations": [ - "2024-01-01-preview" - ], - "locations": [ - "2021-06-01-preview", - "2021-06-03-preview", - "2023-04-01", - "2023-04-03", - "2023-10-01-preview", - "2024-04-01-preview", - "2024-04-03-preview", - "2024-10-01", - "2024-10-01-preview" - ], - "locations/locationoperationstatuses": [ - "2021-06-01-preview", - "2021-06-03-preview", - "2023-04-01", - "2023-04-03", - "2024-04-01-preview", - "2024-04-03-preview" - ], - "locations/operationresults": [ - "2021-06-01-preview", - "2021-06-03-preview", - "2023-04-01", - "2023-04-03", - "2024-04-01-preview", - "2024-04-03-preview" - ], - "locations/operationstatuses": [ - "2023-10-01-preview", - "2024-10-01-preview" - ], - "operations": [ - "2021-06-01-preview", - "2021-06-03-preview", - "2023-04-01", - "2023-04-03", - "2024-04-01-preview", - "2024-04-03-preview", - "2024-10-01-preview" - ], - "pipelinegroups": [ - "2023-10-01-preview", - "2024-10-01-preview" - ] - }, - "mysqldiscovery": { - "": [ - "2023-09-30-preview", - "2024-09-30-preview" - ], - "locations": [ - "2023-09-30-preview", - "2024-09-30-preview" - ], - "locations/operationstatuses": [ - "2023-09-30-preview", - "2024-09-30-preview" - ], - "mysqlsites": [ - "2023-09-30-preview", - "2024-09-30-preview" - ], - "mysqlsites/errorsummaries": [ - "2023-09-30-preview", - "2024-09-30-preview" - ], - "mysqlsites/mysqlservers": [ - "2023-09-30-preview", - "2024-09-30-preview" - ], - "mysqlsites/refresh": [ - "2023-09-30-preview", - "2024-09-30-preview" - ], - "mysqlsites/summaries": [ - "2023-09-30-preview", - "2024-09-30-preview" - ], - "operations": [ - "2023-09-30-preview", - "2024-09-30-preview" - ] - }, - "netapp": { - "": [ - "2017-08-15", - "2019-05-01", - "2019-06-01", - "2019-07-01", - "2019-07-15-preview", - "2019-08-01", - "2019-10-01", - "2019-11-01", - "2020-02-01", - "2020-03-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-09-01", - "2020-10-01", - "2020-11-01", - "2020-12-01", - "2021-02-01", - "2021-04-01", - "2021-04-01-preview", - "2021-06-01", - "2021-08-01", - "2021-10-01", - "2021-12-01-preview", - "2022-01-01", - "2022-03-01", - "2022-05-01", - "2022-07-01", - "2022-07-01-preview", - "2022-09-01", - "2022-11-01", - "2022-11-01-preview", - "2023-01-01", - "2023-01-01-preview", - "2023-03-01", - "2023-03-01-preview", - "2023-05-01", - "2023-05-01-preview", - "2023-07-01", - "2023-07-01-preview", - "2023-09-01", - "2023-09-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2024-01-01", - "2024-01-01-preview", - "2024-03-01", - "2024-03-01-preview", - "2024-05-01", - "2024-05-01-preview", - "2024-07-01", - "2024-07-01-preview" - ], - "locations": [ - "2017-08-15", - "2019-05-01", - "2019-06-01", - "2019-07-01", - "2019-07-15-preview", - "2019-08-01", - "2019-10-01", - "2019-11-01", - "2020-02-01", - "2020-03-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-09-01", - "2020-10-01", - "2020-11-01", - "2020-12-01", - "2021-02-01", - "2021-04-01", - "2021-06-01", - "2021-08-01", - "2021-10-01", - "2022-01-01", - "2022-03-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2022-11-01-preview", - "2023-01-01", - "2023-01-01-preview", - "2023-03-01", - "2023-03-01-preview", - "2023-05-01", - "2023-05-01-preview", - "2023-07-01", - "2023-07-01-preview", - "2023-09-01", - "2023-09-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2024-01-01", - "2024-01-01-preview", - "2024-03-01", - "2024-03-01-preview", - "2024-05-01", - "2024-05-01-preview", - "2024-07-01", - "2024-07-01-preview" - ], - "locations/checkfilepathavailability": [ - "2017-08-15", - "2019-05-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-10-01", - "2019-11-01", - "2020-02-01", - "2020-03-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-09-01", - "2020-10-01", - "2020-11-01", - "2020-12-01", - "2021-02-01", - "2021-04-01", - "2021-06-01", - "2021-08-01", - "2021-10-01", - "2022-01-01", - "2022-03-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2022-11-01-preview", - "2023-01-01", - "2023-01-01-preview", - "2023-03-01", - "2023-03-01-preview", - "2023-05-01", - "2023-05-01-preview", - "2023-07-01", - "2023-07-01-preview", - "2023-09-01", - "2023-09-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2024-01-01", - "2024-01-01-preview", - "2024-03-01", - "2024-03-01-preview", - "2024-05-01", - "2024-05-01-preview", - "2024-07-01", - "2024-07-01-preview" - ], - "locations/checkinventory": [ - "2021-08-01", - "2021-10-01", - "2021-12-01-preview", - "2022-01-01", - "2022-03-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2022-11-01-preview", - "2023-01-01", - "2023-01-01-preview", - "2023-03-01", - "2023-03-01-preview", - "2023-05-01", - "2023-05-01-preview", - "2023-07-01", - "2023-07-01-preview", - "2023-09-01", - "2023-09-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2024-01-01", - "2024-01-01-preview", - "2024-03-01", - "2024-03-01-preview", - "2024-05-01", - "2024-05-01-preview", - "2024-07-01", - "2024-07-01-preview" - ], - "locations/checknameavailability": [ - "2017-08-15", - "2019-05-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-10-01", - "2019-11-01", - "2020-02-01", - "2020-03-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-09-01", - "2020-10-01", - "2020-11-01", - "2020-12-01", - "2021-02-01", - "2021-04-01", - "2021-06-01", - "2021-08-01", - "2021-10-01", - "2022-01-01", - "2022-03-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2022-11-01-preview", - "2023-01-01", - "2023-01-01-preview", - "2023-03-01", - "2023-03-01-preview", - "2023-05-01", - "2023-05-01-preview", - "2023-07-01", - "2023-07-01-preview", - "2023-09-01", - "2023-09-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2024-01-01", - "2024-01-01-preview", - "2024-03-01", - "2024-03-01-preview", - "2024-05-01", - "2024-05-01-preview", - "2024-07-01", - "2024-07-01-preview" - ], - "locations/checkquotaavailability": [ - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-09-01", - "2020-10-01", - "2020-11-01", - "2020-12-01", - "2021-02-01", - "2021-04-01", - "2021-06-01", - "2021-08-01", - "2021-10-01", - "2022-01-01", - "2022-03-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2022-11-01-preview", - "2023-01-01", - "2023-01-01-preview", - "2023-03-01", - "2023-03-01-preview", - "2023-05-01", - "2023-05-01-preview", - "2023-07-01", - "2023-07-01-preview", - "2023-09-01", - "2023-09-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2024-01-01", - "2024-01-01-preview", - "2024-03-01", - "2024-03-01-preview", - "2024-05-01", - "2024-05-01-preview", - "2024-07-01", - "2024-07-01-preview" - ], - "locations/operationresults": [ - "2017-08-15", - "2019-05-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-10-01", - "2019-11-01", - "2020-02-01", - "2020-03-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-09-01", - "2020-10-01", - "2020-11-01", - "2020-12-01", - "2021-02-01", - "2021-04-01", - "2021-06-01", - "2021-08-01", - "2021-10-01", - "2021-12-01-preview", - "2022-01-01", - "2022-03-01", - "2022-05-01", - "2022-07-01", - "2022-07-01-preview", - "2022-09-01", - "2022-11-01", - "2022-11-01-preview", - "2023-01-01", - "2023-01-01-preview", - "2023-03-01", - "2023-03-01-preview", - "2023-05-01", - "2023-05-01-preview", - "2023-07-01", - "2023-07-01-preview", - "2023-09-01", - "2023-09-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2024-01-01", - "2024-01-01-preview", - "2024-03-01", - "2024-03-01-preview", - "2024-05-01", - "2024-05-01-preview", - "2024-07-01", - "2024-07-01-preview" - ], - "locations/querynetworksiblingset": [ - "2021-12-01-preview", - "2022-11-01", - "2022-11-01-preview", - "2023-01-01", - "2023-01-01-preview", - "2023-03-01", - "2023-03-01-preview", - "2023-05-01", - "2023-05-01-preview", - "2023-07-01", - "2023-07-01-preview", - "2023-09-01", - "2023-09-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2024-01-01", - "2024-01-01-preview", - "2024-03-01", - "2024-03-01-preview", - "2024-05-01", - "2024-05-01-preview", - "2024-07-01", - "2024-07-01-preview" - ], - "locations/quotalimits": [ - "2021-06-01", - "2021-08-01", - "2021-10-01", - "2022-01-01", - "2022-03-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2022-11-01-preview", - "2023-01-01", - "2023-01-01-preview", - "2023-03-01", - "2023-03-01-preview", - "2023-05-01", - "2023-05-01-preview", - "2023-07-01", - "2023-07-01-preview", - "2023-09-01", - "2023-09-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2024-01-01", - "2024-01-01-preview", - "2024-03-01", - "2024-03-01-preview", - "2024-05-01", - "2024-05-01-preview", - "2024-07-01", - "2024-07-01-preview" - ], - "locations/regioninfo": [ - "2021-04-01-preview", - "2021-12-01-preview", - "2022-11-01", - "2022-11-01-preview", - "2023-01-01", - "2023-01-01-preview", - "2023-03-01", - "2023-03-01-preview", - "2023-05-01", - "2023-05-01-preview", - "2023-07-01", - "2023-07-01-preview", - "2023-09-01", - "2023-09-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2024-01-01", - "2024-01-01-preview", - "2024-03-01", - "2024-03-01-preview", - "2024-05-01", - "2024-05-01-preview", - "2024-07-01", - "2024-07-01-preview" - ], - "locations/regioninfos": [ - "2023-05-01-preview", - "2023-07-01", - "2023-07-01-preview", - "2023-09-01", - "2023-09-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2024-01-01", - "2024-01-01-preview", - "2024-03-01", - "2024-03-01-preview", - "2024-05-01", - "2024-05-01-preview", - "2024-07-01", - "2024-07-01-preview" - ], - "locations/updatenetworksiblingset": [ - "2021-12-01-preview", - "2022-11-01", - "2022-11-01-preview", - "2023-01-01", - "2023-01-01-preview", - "2023-03-01", - "2023-03-01-preview", - "2023-05-01", - "2023-05-01-preview", - "2023-07-01", - "2023-07-01-preview", - "2023-09-01", - "2023-09-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2024-01-01", - "2024-01-01-preview", - "2024-03-01", - "2024-03-01-preview", - "2024-05-01", - "2024-05-01-preview", - "2024-07-01", - "2024-07-01-preview" - ], - "netappaccounts": [ - "2017-08-15", - "2019-05-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-10-01", - "2019-11-01", - "2020-02-01", - "2020-03-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-09-01", - "2020-10-01", - "2020-11-01", - "2020-12-01", - "2021-02-01", - "2021-04-01", - "2021-06-01", - "2021-08-01", - "2021-10-01", - "2022-01-01", - "2022-03-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2022-11-01-preview", - "2023-01-01", - "2023-01-01-preview", - "2023-03-01", - "2023-03-01-preview", - "2023-05-01", - "2023-05-01-preview", - "2023-07-01", - "2023-07-01-preview", - "2023-09-01", - "2023-09-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2024-01-01", - "2024-01-01-preview", - "2024-03-01", - "2024-03-01-preview", - "2024-05-01", - "2024-05-01-preview", - "2024-07-01", - "2024-07-01-preview" - ], - "netappaccounts/accountbackups": [ - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-09-01", - "2020-10-01", - "2020-11-01", - "2020-12-01", - "2021-02-01", - "2021-04-01", - "2021-06-01", - "2021-08-01", - "2021-10-01", - "2022-01-01", - "2022-03-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2022-11-01-preview" - ], - "netappaccounts/backuppolicies": [ - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-09-01", - "2020-10-01", - "2020-11-01", - "2020-12-01", - "2021-02-01", - "2021-04-01", - "2021-06-01", - "2021-08-01", - "2021-10-01", - "2022-01-01", - "2022-03-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2022-11-01-preview", - "2023-01-01", - "2023-01-01-preview", - "2023-03-01", - "2023-03-01-preview", - "2023-05-01", - "2023-05-01-preview", - "2023-07-01", - "2023-07-01-preview", - "2023-09-01", - "2023-09-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2024-01-01", - "2024-01-01-preview", - "2024-03-01", - "2024-03-01-preview", - "2024-05-01", - "2024-05-01-preview", - "2024-07-01", - "2024-07-01-preview" - ], - "netappaccounts/backupvaults": [ - "2022-11-01-preview", - "2023-01-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-07-01-preview", - "2023-09-01", - "2023-09-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2024-01-01", - "2024-01-01-preview", - "2024-03-01", - "2024-03-01-preview", - "2024-05-01", - "2024-05-01-preview", - "2024-07-01", - "2024-07-01-preview" - ], - "netappaccounts/backupvaults/backups": [ - "2022-11-01-preview", - "2023-01-01-preview", - "2023-03-01-preview", - "2023-05-01-preview", - "2023-07-01-preview", - "2023-09-01", - "2023-09-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2024-01-01", - "2024-01-01-preview", - "2024-03-01", - "2024-03-01-preview", - "2024-05-01", - "2024-05-01-preview", - "2024-07-01", - "2024-07-01-preview" - ], - "netappaccounts/capacitypools": [ - "2017-08-15", - "2019-05-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-10-01", - "2019-11-01", - "2020-02-01", - "2020-03-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-09-01", - "2020-10-01", - "2020-11-01", - "2020-12-01", - "2021-02-01", - "2021-04-01", - "2021-06-01", - "2021-08-01", - "2021-10-01", - "2022-01-01", - "2022-03-01", - "2022-05-01", - "2022-07-01", - "2022-07-01-preview", - "2022-09-01", - "2022-11-01", - "2022-11-01-preview", - "2023-01-01", - "2023-01-01-preview", - "2023-03-01", - "2023-03-01-preview", - "2023-05-01", - "2023-05-01-preview", - "2023-07-01", - "2023-07-01-preview", - "2023-09-01", - "2023-09-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2024-01-01", - "2024-01-01-preview", - "2024-03-01", - "2024-03-01-preview", - "2024-05-01", - "2024-05-01-preview", - "2024-07-01", - "2024-07-01-preview" - ], - "netappaccounts/capacitypools/volumes": [ - "2017-08-15", - "2019-05-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-10-01", - "2019-11-01", - "2020-02-01", - "2020-03-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-09-01", - "2020-10-01", - "2020-11-01", - "2020-12-01", - "2021-02-01", - "2021-04-01", - "2021-06-01", - "2021-08-01", - "2021-10-01", - "2021-12-01-preview", - "2022-01-01", - "2022-03-01", - "2022-05-01", - "2022-07-01", - "2022-07-01-preview", - "2022-09-01", - "2022-11-01", - "2022-11-01-preview", - "2023-01-01", - "2023-01-01-preview", - "2023-03-01", - "2023-03-01-preview", - "2023-05-01", - "2023-05-01-preview", - "2023-07-01", - "2023-07-01-preview", - "2023-09-01", - "2023-09-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2024-01-01", - "2024-01-01-preview", - "2024-03-01", - "2024-03-01-preview", - "2024-05-01", - "2024-05-01-preview", - "2024-07-01", - "2024-07-01-preview" - ], - "netappaccounts/capacitypools/volumes/backups": [ - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-09-01", - "2020-10-01", - "2020-11-01", - "2020-12-01", - "2021-02-01", - "2021-04-01", - "2021-06-01", - "2021-08-01", - "2021-10-01", - "2022-01-01", - "2022-03-01", - "2022-05-01", - "2022-07-01", - "2022-07-01-preview", - "2022-09-01", - "2022-11-01", - "2022-11-01-preview" - ], - "netappaccounts/capacitypools/volumes/mounttargets": [ - "2017-08-15", - "2019-05-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-10-01" - ], - "netappaccounts/capacitypools/volumes/snapshots": [ - "2017-08-15", - "2019-05-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-10-01", - "2019-11-01", - "2020-02-01", - "2020-03-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-09-01", - "2020-10-01", - "2020-11-01", - "2020-12-01", - "2021-02-01", - "2021-04-01", - "2021-06-01", - "2021-08-01", - "2021-10-01", - "2022-01-01", - "2022-03-01", - "2022-05-01", - "2022-07-01", - "2022-07-01-preview", - "2022-09-01", - "2022-11-01", - "2022-11-01-preview", - "2023-01-01", - "2023-01-01-preview", - "2023-03-01", - "2023-03-01-preview", - "2023-05-01", - "2023-05-01-preview", - "2023-07-01", - "2023-07-01-preview", - "2023-09-01", - "2023-09-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2024-01-01", - "2024-01-01-preview", - "2024-03-01", - "2024-03-01-preview", - "2024-05-01", - "2024-05-01-preview", - "2024-07-01", - "2024-07-01-preview" - ], - "netappaccounts/capacitypools/volumes/volumequotarules": [ - "2022-01-01", - "2022-03-01", - "2022-05-01", - "2022-07-01", - "2022-07-01-preview", - "2022-09-01", - "2022-11-01", - "2022-11-01-preview", - "2023-01-01", - "2023-01-01-preview", - "2023-03-01", - "2023-03-01-preview", - "2023-05-01", - "2023-05-01-preview", - "2023-07-01", - "2023-07-01-preview", - "2023-09-01", - "2023-09-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2024-01-01", - "2024-01-01-preview", - "2024-03-01", - "2024-03-01-preview", - "2024-05-01", - "2024-05-01-preview", - "2024-07-01", - "2024-07-01-preview" - ], - "netappaccounts/snapshotpolicies": [ - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-09-01", - "2020-10-01", - "2020-11-01", - "2020-12-01", - "2021-02-01", - "2021-04-01", - "2021-06-01", - "2021-08-01", - "2021-10-01", - "2022-01-01", - "2022-03-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2022-11-01-preview", - "2023-01-01", - "2023-01-01-preview", - "2023-03-01", - "2023-03-01-preview", - "2023-05-01", - "2023-05-01-preview", - "2023-07-01", - "2023-07-01-preview", - "2023-09-01", - "2023-09-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2024-01-01", - "2024-01-01-preview", - "2024-03-01", - "2024-03-01-preview", - "2024-05-01", - "2024-05-01-preview", - "2024-07-01", - "2024-07-01-preview" - ], - "netappaccounts/vaults": [ - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-09-01", - "2020-10-01", - "2020-11-01", - "2020-12-01", - "2021-02-01", - "2021-04-01", - "2021-06-01", - "2021-08-01", - "2021-10-01", - "2022-01-01", - "2022-03-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2022-11-01-preview" - ], - "netappaccounts/volumegroups": [ - "2021-02-01", - "2021-04-01", - "2021-06-01", - "2021-08-01", - "2021-10-01", - "2022-01-01", - "2022-03-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2022-11-01-preview", - "2023-01-01", - "2023-01-01-preview", - "2023-03-01", - "2023-03-01-preview", - "2023-05-01", - "2023-05-01-preview", - "2023-07-01", - "2023-07-01-preview", - "2023-09-01", - "2023-09-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2024-01-01", - "2024-01-01-preview", - "2024-03-01", - "2024-03-01-preview", - "2024-05-01", - "2024-05-01-preview", - "2024-07-01", - "2024-07-01-preview" - ], - "operations": [ - "2017-08-15", - "2019-05-01", - "2019-06-01", - "2019-07-01", - "2019-07-15-preview", - "2019-08-01", - "2019-10-01", - "2019-11-01", - "2020-02-01", - "2020-03-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-09-01", - "2020-10-01", - "2020-11-01", - "2020-12-01", - "2021-02-01", - "2021-04-01", - "2021-06-01", - "2021-08-01", - "2021-10-01", - "2021-12-01-preview", - "2022-01-01", - "2022-03-01", - "2022-05-01", - "2022-07-01", - "2022-07-01-preview", - "2022-09-01", - "2022-11-01", - "2022-11-01-preview", - "2023-01-01", - "2023-01-01-preview", - "2023-03-01", - "2023-03-01-preview", - "2023-05-01", - "2023-05-01-preview", - "2023-07-01", - "2023-07-01-preview", - "2023-09-01", - "2023-09-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2024-01-01", - "2024-01-01-preview", - "2024-03-01", - "2024-03-01-preview", - "2024-05-01", - "2024-05-01-preview", - "2024-07-01", - "2024-07-01-preview" - ] - }, - "network": { - "": [ - "2014-12-01-preview", - "2015-04-28-preview", - "2015-05-01-preview", - "2015-05-04-preview", - "2015-06-15", - "2015-11-01", - "2016-03-30", - "2016-04-01", - "2016-06-01", - "2016-07-01", - "2016-08-01", - "2016-09-01", - "2016-10-01", - "2016-11-01", - "2016-12-01", - "2017-03-01", - "2017-04-01", - "2017-05-01", - "2017-06-01", - "2017-08-01", - "2017-09-01", - "2017-09-01-preview", - "2017-09-15-preview", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-03-01-preview", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-09-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-03-01", - "2019-04-01", - "2019-05-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-10-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-04-01-preview", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-02-01-preview", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-05-01-preview", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-02-01-preview", - "2022-04-01", - "2022-04-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-01-01-preview", - "2023-02-01", - "2023-03-01-preview", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-07-01", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01", - "2023-09-01-preview", - "2023-11-01", - "2024-01-01", - "2024-01-01-preview", - "2024-02-01", - "2024-03-01", - "2024-05-01", - "2024-06-01", - "2024-06-01-preview" - ], - "applicationgatewayavailablerequestheaders": [ - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "applicationgatewayavailableresponseheaders": [ - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "applicationgatewayavailableservervariables": [ - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "applicationgatewayavailablessloptions": [ - "2017-06-01", - "2017-08-01", - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "applicationgatewayavailablewafrulesets": [ - "2017-03-01", - "2017-04-01", - "2017-06-01", - "2017-08-01", - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "applicationgateways": [ - "2014-12-01-preview", - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-06-01", - "2016-07-01", - "2016-08-01", - "2016-09-01", - "2016-10-01", - "2016-11-01", - "2016-12-01", - "2017-03-01", - "2017-04-01", - "2017-06-01", - "2017-08-01", - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "applicationgatewaywebapplicationfirewallpolicies": [ - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "applicationsecuritygroups": [ - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "assist": [ - "2024-06-01-preview" - ], - "azurefirewallfqdntags": [ - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "azurefirewalls": [ - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "azurewebcategories": [ - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-01-01-preview", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "bastionhosts": [ - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "bgpservicecommunities": [ - "2016-12-01", - "2017-03-01", - "2017-04-01", - "2017-06-01", - "2017-08-01", - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "checkfrontdoornameavailability": [ - "2018-08-01", - "2019-04-01", - "2019-05-01", - "2019-08-01", - "2020-01-01", - "2020-05-01", - "2020-07-01", - "2021-06-01" - ], - "checktrafficmanagernameavailability": [ - "2015-04-28-preview", - "2015-11-01", - "2017-03-01", - "2017-05-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-08-01", - "2022-04-01", - "2022-04-01-preview" - ], - "checktrafficmanagernameavailabilityv2": [ - "2022-04-01", - "2022-04-01-preview" - ], - "cloudserviceslots": [ - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "connections": [ - "2014-12-01-preview", - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-06-01", - "2016-07-01", - "2016-08-01", - "2016-09-01", - "2016-10-01", - "2016-11-01", - "2016-12-01", - "2017-03-01", - "2017-04-01", - "2017-06-01", - "2017-08-01", - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "copilot": [ - "2024-06-01-preview" - ], - "customipprefixes": [ - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "ddosprotectionplans": [ - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "dnsforwardingrulesets": [ - "2020-04-01-preview", - "2022-07-01", - "2023-07-01", - "2023-07-01-preview" - ], - "dnsforwardingrulesets/forwardingrules": [ - "2020-04-01-preview", - "2022-07-01", - "2023-07-01", - "2023-07-01-preview" - ], - "dnsforwardingrulesets/virtualnetworklinks": [ - "2020-04-01-preview", - "2022-07-01", - "2023-07-01", - "2023-07-01-preview" - ], - "dnsoperationresults": [ - "2016-04-01", - "2017-09-01", - "2017-09-15-preview", - "2017-10-01", - "2018-03-01-preview", - "2018-05-01", - "2023-07-01-preview" - ], - "dnsoperationstatuses": [ - "2016-04-01", - "2017-09-01", - "2017-09-15-preview", - "2017-10-01", - "2018-03-01-preview", - "2018-05-01", - "2023-07-01-preview" - ], - "dnsresolvers": [ - "2020-04-01-preview", - "2022-07-01", - "2023-07-01", - "2023-07-01-preview" - ], - "dnsresolvers/inboundendpoints": [ - "2020-04-01-preview", - "2022-07-01", - "2023-07-01", - "2023-07-01-preview" - ], - "dnsresolvers/outboundendpoints": [ - "2020-04-01-preview", - "2022-07-01", - "2023-07-01", - "2023-07-01-preview" - ], - "dnszones": [ - "2015-05-04-preview", - "2016-04-01", - "2017-09-01", - "2017-09-15-preview", - "2017-10-01", - "2018-03-01-preview", - "2018-05-01", - "2023-07-01-preview" - ], - "dnszones/a": [ - "2015-05-04-preview", - "2016-04-01", - "2017-09-01", - "2017-09-15-preview", - "2017-10-01", - "2018-03-01-preview", - "2018-05-01", - "2023-07-01-preview" - ], - "dnszones/aaaa": [ - "2015-05-04-preview", - "2016-04-01", - "2017-09-01", - "2017-09-15-preview", - "2017-10-01", - "2018-03-01-preview", - "2018-05-01", - "2023-07-01-preview" - ], - "dnszones/all": [ - "2015-05-04-preview", - "2016-04-01", - "2017-09-01", - "2017-09-15-preview", - "2017-10-01", - "2018-03-01-preview", - "2018-05-01", - "2023-07-01-preview" - ], - "dnszones/caa": [ - "2017-09-01", - "2017-09-15-preview", - "2017-10-01", - "2018-03-01-preview", - "2018-05-01", - "2023-07-01-preview" - ], - "dnszones/cname": [ - "2015-05-04-preview", - "2016-04-01", - "2017-09-01", - "2017-09-15-preview", - "2017-10-01", - "2018-03-01-preview", - "2018-05-01", - "2023-07-01-preview" - ], - "dnszones/dnssecconfigs": [ - "2023-07-01-preview" - ], - "dnszones/ds": [ - "2023-07-01-preview" - ], - "dnszones/mx": [ - "2015-05-04-preview", - "2016-04-01", - "2017-09-01", - "2017-09-15-preview", - "2017-10-01", - "2018-03-01-preview", - "2018-05-01", - "2023-07-01-preview" - ], - "dnszones/naptr": [ - "2023-07-01-preview" - ], - "dnszones/ns": [ - "2015-05-04-preview", - "2016-04-01", - "2017-09-01", - "2017-09-15-preview", - "2017-10-01", - "2018-03-01-preview", - "2018-05-01", - "2023-07-01-preview" - ], - "dnszones/ptr": [ - "2015-05-04-preview", - "2016-04-01", - "2017-09-01", - "2017-09-15-preview", - "2017-10-01", - "2018-03-01-preview", - "2018-05-01", - "2023-07-01-preview" - ], - "dnszones/recordsets": [ - "2015-05-04-preview", - "2016-04-01", - "2017-09-01", - "2017-09-15-preview", - "2017-10-01", - "2018-03-01-preview", - "2018-05-01", - "2023-07-01-preview" - ], - "dnszones/soa": [ - "2015-05-04-preview", - "2016-04-01", - "2017-09-01", - "2017-09-15-preview", - "2017-10-01", - "2018-03-01-preview", - "2018-05-01", - "2023-07-01-preview" - ], - "dnszones/srv": [ - "2015-05-04-preview", - "2016-04-01", - "2017-09-01", - "2017-09-15-preview", - "2017-10-01", - "2018-03-01-preview", - "2018-05-01", - "2023-07-01-preview" - ], - "dnszones/tlsa": [ - "2023-07-01-preview" - ], - "dnszones/txt": [ - "2015-05-04-preview", - "2016-04-01", - "2017-09-01", - "2017-09-15-preview", - "2017-10-01", - "2018-03-01-preview", - "2018-05-01", - "2023-07-01-preview" - ], - "dscpconfigurations": [ - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "expressroutecircuits": [ - "2014-12-01-preview", - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-06-01", - "2016-07-01", - "2016-08-01", - "2016-09-01", - "2016-10-01", - "2016-11-01", - "2016-12-01", - "2017-03-01", - "2017-04-01", - "2017-06-01", - "2017-08-01", - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "expressroutegateways": [ - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "expressrouteports": [ - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "expressrouteportslocations": [ - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "expressrouteproviderports": [ - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-01-01-preview", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "expressrouteserviceproviders": [ - "2014-12-01-preview", - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-06-01", - "2016-07-01", - "2016-08-01", - "2016-09-01", - "2016-10-01", - "2016-11-01", - "2016-12-01", - "2017-03-01", - "2017-04-01", - "2017-06-01", - "2017-08-01", - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "firewallpolicies": [ - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-01-01-preview", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "frontdooroperationresults": [ - "2018-08-01", - "2019-03-01", - "2019-04-01", - "2019-05-01", - "2019-08-01", - "2019-10-01", - "2019-11-01", - "2020-01-01", - "2020-04-01", - "2020-05-01", - "2020-07-01", - "2020-11-01", - "2021-06-01", - "2022-05-01", - "2024-02-01" - ], - "frontdoors": [ - "2018-08-01", - "2019-04-01", - "2019-05-01", - "2019-08-01", - "2020-01-01", - "2020-04-01", - "2020-05-01", - "2020-07-01", - "2021-06-01" - ], - "frontdoors/frontendendpoints": [ - "2018-08-01", - "2019-04-01", - "2019-05-01", - "2019-08-01", - "2020-01-01", - "2020-04-01", - "2020-05-01", - "2020-07-01", - "2021-06-01" - ], - "frontdoors/frontendendpoints/customhttpsconfiguration": [ - "2018-08-01", - "2019-04-01", - "2019-05-01", - "2019-08-01", - "2020-01-01", - "2020-04-01", - "2020-05-01", - "2020-07-01", - "2021-06-01" - ], - "frontdoorwebapplicationfirewallmanagedrulesets": [ - "2019-03-01", - "2019-10-01", - "2020-04-01", - "2020-11-01", - "2022-05-01", - "2024-02-01" - ], - "frontdoorwebapplicationfirewallpolicies": [ - "2018-08-01", - "2019-03-01", - "2019-10-01", - "2020-04-01", - "2020-11-01", - "2022-05-01", - "2024-02-01" - ], - "getdnsresourcereference": [ - "2018-05-01", - "2023-07-01-preview" - ], - "internalnotify": [ - "2018-05-01", - "2023-07-01-preview" - ], - "internalpublicipaddresses": [ - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "ipallocations": [ - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "ipgroups": [ - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-01-01-preview", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "loadbalancers": [ - "2014-12-01-preview", - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-06-01", - "2016-07-01", - "2016-08-01", - "2016-09-01", - "2016-10-01", - "2016-11-01", - "2016-12-01", - "2017-03-01", - "2017-04-01", - "2017-06-01", - "2017-08-01", - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "localnetworkgateways": [ - "2014-12-01-preview", - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-06-01", - "2016-07-01", - "2016-08-01", - "2016-09-01", - "2016-10-01", - "2016-11-01", - "2016-12-01", - "2017-03-01", - "2017-04-01", - "2017-06-01", - "2017-08-01", - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations": [ - "2014-12-01-preview", - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-06-01", - "2016-07-01", - "2016-08-01", - "2016-09-01", - "2016-10-01", - "2016-11-01", - "2016-12-01", - "2017-03-01", - "2017-04-01", - "2017-06-01", - "2017-08-01", - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/applicationgatewaywafdynamicmanifests": [ - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/autoapprovedprivatelinkservices": [ - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/availabledelegations": [ - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/availableprivateendpointtypes": [ - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/availableservicealiases": [ - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/baremetaltenants": [ - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/batchnotifyprivateendpointsforresourcemove": [ - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/batchvalidateprivateendpointsforresourcemove": [ - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/checkacceleratednetworkingsupport": [ - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/checkdnsnameavailability": [ - "2014-12-01-preview", - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-06-01", - "2016-07-01", - "2016-08-01", - "2016-09-01", - "2016-10-01", - "2016-11-01", - "2016-12-01", - "2017-03-01", - "2017-04-01", - "2017-06-01", - "2017-08-01", - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/checkprivatelinkservicevisibility": [ - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/commitinternalazurenetworkmanagerconfiguration": [ - "2022-01-01", - "2022-04-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-03-01-preview", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-01-01-preview", - "2024-03-01", - "2024-05-01" - ], - "locations/datatasks": [ - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/deletepackettagging": [ - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/dnsresolveroperationresults": [ - "2020-04-01-preview", - "2022-07-01", - "2023-07-01", - "2023-07-01-preview" - ], - "locations/dnsresolveroperationstatuses": [ - "2020-04-01-preview", - "2022-07-01", - "2023-07-01", - "2023-07-01-preview" - ], - "locations/dnsresolverpolicyoperationresults": [ - "2023-07-01-preview" - ], - "locations/dnsresolverpolicyoperationstatuses": [ - "2023-07-01-preview" - ], - "locations/effectiveresourceownership": [ - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/getazurenetworkmanagerconfiguration": [ - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/getpackettagging": [ - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/hybridedgezone": [ - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-01-01-preview", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/internalazurevirtualnetworkmanageroperation": [ - "2022-01-01", - "2022-04-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-03-01-preview", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-01-01-preview", - "2024-03-01", - "2024-05-01" - ], - "locations/ipampooloperationresults": [ - "2024-01-01-preview", - "2024-05-01" - ], - "locations/networksecurityperimeteroperationstatuses": [ - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview" - ], - "locations/nfvoperationresults": [ - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-01-01-preview", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/nfvoperations": [ - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-01-01-preview", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/operationresults": [ - "2014-12-01-preview", - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-06-01", - "2016-07-01", - "2016-08-01", - "2016-09-01", - "2016-10-01", - "2016-11-01", - "2016-12-01", - "2017-03-01", - "2017-04-01", - "2017-06-01", - "2017-08-01", - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/operations": [ - "2014-12-01-preview", - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-06-01", - "2016-07-01", - "2016-08-01", - "2016-09-01", - "2016-10-01", - "2016-11-01", - "2016-12-01", - "2017-03-01", - "2017-04-01", - "2017-06-01", - "2017-08-01", - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/perimeterassociableresourcetypes": [ - "2021-02-01-preview", - "2021-05-01-preview", - "2022-02-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview" - ], - "locations/privatelinkservices": [ - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/publishresources": [ - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/querynetworksecurityperimeter": [ - "2021-02-01-preview", - "2021-05-01-preview", - "2022-02-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview" - ], - "locations/rnmeffectivenetworksecuritygroups": [ - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/rnmeffectiveroutetable": [ - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/servicetagdetails": [ - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/servicetags": [ - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/setazurenetworkmanagerconfiguration": [ - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/setloadbalancerfrontendpublicipaddresses": [ - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/setresourceownership": [ - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/startpackettagging": [ - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/supportedvirtualmachinesizes": [ - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/usages": [ - "2014-12-01-preview", - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-06-01", - "2016-07-01", - "2016-08-01", - "2016-09-01", - "2016-10-01", - "2016-11-01", - "2016-12-01", - "2017-03-01", - "2017-04-01", - "2017-06-01", - "2017-08-01", - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/validateresourceownership": [ - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "locations/verifierworkspaceoperationresults": [ - "2024-01-01-preview", - "2024-05-01" - ], - "locations/virtualnetworkavailableendpointservices": [ - "2017-04-01", - "2017-06-01", - "2017-08-01", - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "natgateways": [ - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "networkexperimentprofiles": [ - "2019-11-01" - ], - "networkgroupmemberships": [ - "2022-06-01-preview" - ], - "networkintentpolicies": [ - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "networkinterfaces": [ - "2014-12-01-preview", - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-06-01", - "2016-07-01", - "2016-08-01", - "2016-09-01", - "2016-10-01", - "2016-11-01", - "2016-12-01", - "2017-03-01", - "2017-04-01", - "2017-06-01", - "2017-08-01", - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "networkmanagerconnections": [ - "2022-01-01", - "2022-04-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-03-01-preview", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-01-01-preview", - "2024-03-01", - "2024-05-01" - ], - "networkmanagers": [ - "2022-01-01", - "2022-04-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-03-01-preview", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-01-01-preview", - "2024-03-01", - "2024-05-01" - ], - "networkmanagers/ipampools": [ - "2023-07-01-preview", - "2024-01-01-preview", - "2024-05-01" - ], - "networkmanagers/verifierworkspaces": [ - "2024-01-01-preview", - "2024-05-01" - ], - "networkprofiles": [ - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "networksecuritygroups": [ - "2014-12-01-preview", - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-06-01", - "2016-07-01", - "2016-08-01", - "2016-09-01", - "2016-10-01", - "2016-11-01", - "2016-12-01", - "2017-03-01", - "2017-04-01", - "2017-06-01", - "2017-08-01", - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "networkvirtualappliances": [ - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-01-01-preview", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "networkvirtualapplianceskus": [ - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-01-01-preview", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "networkwatchers": [ - "2014-12-01-preview", - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-06-01", - "2016-07-01", - "2016-08-01", - "2016-09-01", - "2016-10-01", - "2016-11-01", - "2016-12-01", - "2017-03-01", - "2017-04-01", - "2017-06-01", - "2017-08-01", - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "networkwatchers/connectionmonitors": [ - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "networkwatchers/flowlogs": [ - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "networkwatchers/lenses": [ - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "networkwatchers/pingmeshes": [ - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "operations": [ - "2014-12-01-preview", - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-06-01", - "2016-07-01", - "2016-08-01", - "2016-09-01", - "2016-10-01", - "2016-11-01", - "2016-12-01", - "2017-03-01", - "2017-04-01", - "2017-06-01", - "2017-08-01", - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "p2svpngateways": [ - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "privatednsoperationresults": [ - "2018-09-01", - "2020-01-01", - "2020-06-01", - "2024-06-01" - ], - "privatednsoperationstatuses": [ - "2018-09-01", - "2020-01-01", - "2020-06-01", - "2024-06-01" - ], - "privatednszones": [ - "2018-09-01", - "2020-01-01", - "2020-06-01", - "2024-06-01" - ], - "privatednszones/a": [ - "2018-09-01", - "2020-01-01", - "2020-06-01", - "2024-06-01" - ], - "privatednszones/aaaa": [ - "2018-09-01", - "2020-01-01", - "2020-06-01", - "2024-06-01" - ], - "privatednszones/all": [ - "2018-09-01", - "2020-01-01", - "2020-06-01", - "2024-06-01" - ], - "privatednszones/cname": [ - "2018-09-01", - "2020-01-01", - "2020-06-01", - "2024-06-01" - ], - "privatednszones/mx": [ - "2018-09-01", - "2020-01-01", - "2020-06-01", - "2024-06-01" - ], - "privatednszones/ptr": [ - "2018-09-01", - "2020-01-01", - "2020-06-01", - "2024-06-01" - ], - "privatednszones/soa": [ - "2018-09-01", - "2020-01-01", - "2020-06-01", - "2024-06-01" - ], - "privatednszones/srv": [ - "2018-09-01", - "2020-01-01", - "2020-06-01", - "2024-06-01" - ], - "privatednszones/txt": [ - "2018-09-01", - "2020-01-01", - "2020-06-01", - "2024-06-01" - ], - "privatednszones/virtualnetworklinks": [ - "2018-09-01", - "2020-01-01", - "2020-06-01", - "2024-06-01" - ], - "privatednszonesinternal": [ - "2020-01-01", - "2020-06-01", - "2024-06-01" - ], - "privateendpointredirectmaps": [ - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "privateendpoints": [ - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "privateendpoints/privatelinkserviceproxies": [ - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "privatelinkservices": [ - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "publicipaddresses": [ - "2014-12-01-preview", - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-06-01", - "2016-07-01", - "2016-08-01", - "2016-09-01", - "2016-10-01", - "2016-11-01", - "2016-12-01", - "2017-03-01", - "2017-04-01", - "2017-06-01", - "2017-08-01", - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "publicipprefixes": [ - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "queryexpressrouteportsbandwidth": [ - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "routefilters": [ - "2014-12-01-preview", - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-06-01", - "2016-07-01", - "2016-08-01", - "2016-09-01", - "2016-10-01", - "2016-11-01", - "2016-12-01", - "2017-03-01", - "2017-04-01", - "2017-06-01", - "2017-08-01", - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "routetables": [ - "2014-12-01-preview", - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-06-01", - "2016-07-01", - "2016-08-01", - "2016-09-01", - "2016-10-01", - "2016-11-01", - "2016-12-01", - "2017-03-01", - "2017-04-01", - "2017-06-01", - "2017-08-01", - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "securitypartnerproviders": [ - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "serviceendpointpolicies": [ - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "trafficmanagergeographichierarchies": [ - "2017-03-01", - "2017-05-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-08-01", - "2022-04-01", - "2022-04-01-preview" - ], - "trafficmanagerprofiles": [ - "2015-04-28-preview", - "2015-11-01", - "2017-03-01", - "2017-05-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-08-01", - "2022-04-01", - "2022-04-01-preview" - ], - "trafficmanagerprofiles/azureendpoints": [ - "2015-04-28-preview", - "2015-11-01", - "2017-03-01", - "2017-05-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-08-01", - "2022-04-01", - "2022-04-01-preview" - ], - "trafficmanagerprofiles/externalendpoints": [ - "2015-04-28-preview", - "2015-11-01", - "2017-03-01", - "2017-05-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-08-01", - "2022-04-01", - "2022-04-01-preview" - ], - "trafficmanagerprofiles/heatmaps": [ - "2017-09-01-preview", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-08-01", - "2022-04-01", - "2022-04-01-preview" - ], - "trafficmanagerprofiles/nestedendpoints": [ - "2015-04-28-preview", - "2015-11-01", - "2017-03-01", - "2017-05-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-08-01", - "2022-04-01", - "2022-04-01-preview" - ], - "trafficmanagerusermetricskeys": [ - "2017-09-01-preview", - "2018-04-01", - "2018-08-01", - "2022-04-01", - "2022-04-01-preview" - ], - "virtualhubs": [ - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "virtualnetworkgateways": [ - "2014-12-01-preview", - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-06-01", - "2016-07-01", - "2016-08-01", - "2016-09-01", - "2016-10-01", - "2016-11-01", - "2016-12-01", - "2017-03-01", - "2017-04-01", - "2017-06-01", - "2017-08-01", - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "virtualnetworks": [ - "2014-12-01-preview", - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-06-01", - "2016-07-01", - "2016-08-01", - "2016-09-01", - "2016-10-01", - "2016-11-01", - "2016-12-01", - "2017-03-01", - "2017-04-01", - "2017-06-01", - "2017-08-01", - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "virtualnetworks/listdnsforwardingrulesets": [ - "2020-04-01-preview", - "2022-07-01", - "2023-07-01", - "2023-07-01-preview" - ], - "virtualnetworks/listdnsresolvers": [ - "2020-04-01-preview", - "2022-07-01", - "2023-07-01", - "2023-07-01-preview" - ], - "virtualnetworks/listnetworkmanagereffectiveconnectivityconfigurations": [ - "2022-01-01", - "2022-04-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-03-01-preview", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-01-01-preview", - "2024-03-01", - "2024-05-01" - ], - "virtualnetworks/listnetworkmanagereffectivesecurityadminrules": [ - "2022-01-01", - "2022-04-01-preview", - "2022-05-01", - "2022-06-01-preview", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-03-01-preview", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-01-01-preview", - "2024-03-01", - "2024-05-01" - ], - "virtualnetworks/privatednszonelinks": [ - "2020-06-01", - "2024-06-01" - ], - "virtualnetworks/taggedtrafficconsumers": [ - "2014-12-01-preview", - "2015-05-01-preview", - "2015-06-15", - "2016-03-30", - "2016-06-01", - "2016-07-01", - "2016-08-01", - "2016-09-01", - "2016-10-01", - "2016-11-01", - "2016-12-01", - "2017-03-01", - "2017-04-01", - "2017-06-01", - "2017-08-01", - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "virtualnetworktaps": [ - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "virtualrouters": [ - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-01-01-preview", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "virtualwans": [ - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "vpngateways": [ - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "vpnserverconfigurations": [ - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ], - "vpnsites": [ - "2017-09-01", - "2017-10-01", - "2017-11-01", - "2018-01-01", - "2018-02-01", - "2018-03-01", - "2018-04-01", - "2018-05-01", - "2018-06-01", - "2018-07-01", - "2018-08-01", - "2018-10-01", - "2018-11-01", - "2018-12-01", - "2019-02-01", - "2019-04-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-11-01", - "2019-12-01", - "2020-01-01", - "2020-03-01", - "2020-04-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-11-01", - "2021-01-01", - "2021-02-01", - "2021-03-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-12-01", - "2022-01-01", - "2022-05-01", - "2022-07-01", - "2022-09-01", - "2022-11-01", - "2023-02-01", - "2023-04-01", - "2023-05-01", - "2023-06-01", - "2023-09-01", - "2023-11-01", - "2024-01-01", - "2024-03-01", - "2024-05-01" - ] - }, - "networkcloud": { - "": [ - "2023-07-01", - "2023-10-01-preview", - "2023-12-01-preview", - "2024-03-01-preview", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "baremetalmachines": [ - "2023-07-01", - "2023-10-01-preview", - "2023-12-01-preview", - "2024-03-01-preview", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01" - ], - "cloudservicesnetworks": [ - "2023-07-01", - "2023-10-01-preview", - "2023-12-01-preview", - "2024-03-01-preview", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01" - ], - "clustermanagers": [ - "2023-07-01", - "2023-10-01-preview", - "2023-12-01-preview", - "2024-03-01-preview", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01" - ], - "clusters": [ - "2023-07-01", - "2023-10-01-preview", - "2023-12-01-preview", - "2024-03-01-preview", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01" - ], - "clusters/baremetalmachinekeysets": [ - "2023-07-01", - "2023-10-01-preview", - "2023-12-01-preview", - "2024-03-01-preview", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01" - ], - "clusters/bmckeysets": [ - "2023-07-01", - "2023-10-01-preview", - "2023-12-01-preview", - "2024-03-01-preview", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01" - ], - "clusters/metricsconfigurations": [ - "2023-07-01", - "2023-10-01-preview", - "2023-12-01-preview", - "2024-03-01-preview", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01" - ], - "edgeclusters/nodes": [ - "2023-12-01-preview", - "2024-03-01-preview", - "2024-05-01-preview" - ], - "kubernetesclusters": [ - "2023-07-01", - "2023-10-01-preview", - "2023-12-01-preview", - "2024-03-01-preview", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01" - ], - "kubernetesclusters/agentpools": [ - "2023-07-01", - "2023-10-01-preview", - "2023-12-01-preview", - "2024-03-01-preview", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01" - ], - "kubernetesclusters/features": [ - "2023-12-01-preview", - "2024-03-01-preview", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01" - ], - "l2networks": [ - "2023-07-01", - "2023-10-01-preview", - "2023-12-01-preview", - "2024-03-01-preview", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01" - ], - "l3networks": [ - "2023-07-01", - "2023-10-01-preview", - "2023-12-01-preview", - "2024-03-01-preview", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01" - ], - "locations": [ - "2023-07-01", - "2023-10-01-preview", - "2023-12-01-preview", - "2024-03-01-preview", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "locations/operationstatuses": [ - "2023-07-01", - "2023-10-01-preview", - "2023-12-01-preview", - "2024-03-01-preview", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01" - ], - "operations": [ - "2023-07-01", - "2023-10-01-preview", - "2023-12-01-preview", - "2024-03-01-preview", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "racks": [ - "2023-07-01", - "2023-10-01-preview", - "2023-12-01-preview", - "2024-03-01-preview", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01" - ], - "rackskus": [ - "2023-07-01", - "2023-10-01-preview", - "2023-12-01-preview", - "2024-03-01-preview", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01" - ], - "registeredsubscriptions": [ - "2023-07-01", - "2023-10-01-preview", - "2023-12-01-preview", - "2024-03-01-preview", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "registrationhubs/images": [ - "2023-12-01-preview", - "2024-03-01-preview", - "2024-05-01-preview" - ], - "registrationhubs/machines": [ - "2023-12-01-preview", - "2024-03-01-preview", - "2024-05-01-preview" - ], - "storageappliances": [ - "2023-07-01", - "2023-10-01-preview", - "2023-12-01-preview", - "2024-03-01-preview", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01" - ], - "trunkednetworks": [ - "2023-07-01", - "2023-10-01-preview", - "2023-12-01-preview", - "2024-03-01-preview", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01" - ], - "virtualmachines": [ - "2023-07-01", - "2023-10-01-preview", - "2023-12-01-preview", - "2024-03-01-preview", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01" - ], - "virtualmachines/consoles": [ - "2023-07-01", - "2023-10-01-preview", - "2023-12-01-preview", - "2024-03-01-preview", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01" - ], - "volumes": [ - "2023-07-01", - "2023-10-01-preview", - "2023-12-01-preview", - "2024-03-01-preview", - "2024-05-01-preview", - "2024-06-01-preview", - "2024-07-01" - ] - }, - "networkfunction": { - "": [ - "2021-08-01-preview", - "2021-09-01-preview", - "2022-05-01", - "2022-08-01", - "2022-11-01", - "2024-05-01-preview" - ], - "azuretrafficcollectors": [ - "2021-09-01-preview", - "2022-05-01", - "2022-08-01", - "2022-11-01" - ], - "azuretrafficcollectors/collectorpolicies": [ - "2021-09-01-preview", - "2022-05-01", - "2022-08-01", - "2022-11-01" - ], - "copilot": [ - "2024-05-01-preview" - ], - "locations": [ - "2021-08-01-preview", - "2021-09-01-preview", - "2022-05-01", - "2022-08-01", - "2022-11-01" - ], - "locations/nfvoperationresults": [ - "2021-08-01-preview", - "2021-09-01-preview", - "2022-05-01", - "2022-08-01", - "2022-11-01" - ], - "locations/nfvoperations": [ - "2021-08-01-preview", - "2021-09-01-preview", - "2022-05-01", - "2022-08-01", - "2022-11-01" - ], - "meshvpns": [ - "2021-08-01-preview" - ], - "meshvpns/connectionpolicies": [ - "2021-08-01-preview" - ], - "meshvpns/privateendpointconnectionproxies": [ - "2021-08-01-preview" - ], - "meshvpns/privateendpointconnections": [ - "2021-08-01-preview" - ], - "operations": [ - "2021-09-01-preview", - "2022-05-01", - "2022-08-01", - "2022-11-01" - ] - }, - "nexusidentity": { - "": [ - "2024-02-15-preview" - ], - "identitycontrollers": [ - "2024-02-15-preview" - ], - "identitysets": [ - "2024-02-15-preview" - ], - "locations": [ - "2024-02-15-preview" - ], - "locations/operationstatuses": [ - "2024-02-15-preview" - ], - "operations": [ - "2024-02-15-preview" - ] - }, - "notebooks": { - "": [ - "2019-10-11-preview" - ], - "notebookproxies": [ - "2019-10-11-preview" - ], - "operations": [ - "2019-10-11-preview" - ] - }, - "notificationhubs": { - "": [ - "2014-09-01", - "2016-03-01", - "2017-04-01", - "2020-01-01-preview", - "2023-01-01-preview", - "2023-09-01", - "2023-10-01-preview" - ], - "checknameavailability": [ - "2014-09-01", - "2016-03-01", - "2017-04-01", - "2020-01-01-preview", - "2023-01-01-preview", - "2023-09-01", - "2023-10-01-preview" - ], - "checknamespaceavailability": [ - "2014-09-01", - "2016-03-01", - "2017-04-01", - "2020-01-01-preview", - "2023-01-01-preview", - "2023-09-01", - "2023-10-01-preview" - ], - "namespaces": [ - "2014-09-01", - "2016-03-01", - "2017-04-01", - "2020-01-01-preview", - "2023-01-01-preview", - "2023-09-01", - "2023-10-01-preview" - ], - "namespaces/notificationhubs": [ - "2014-09-01", - "2016-03-01", - "2017-04-01", - "2020-01-01-preview", - "2023-01-01-preview", - "2023-09-01", - "2023-10-01-preview" - ], - "operations": [ - "2014-09-01", - "2016-03-01", - "2017-04-01", - "2020-01-01-preview", - "2023-01-01-preview", - "2023-09-01", - "2023-10-01-preview" - ] - }, - "nutanix": { - "": [ - "2020-06-01", - "2020-06-01-preview" - ], - "locations": [ - "2020-06-01", - "2020-06-01-preview" - ], - "operations": [ - "2020-06-01", - "2020-06-01-preview" - ] - }, - "objectstore": { - "": [ - "2019-06-01-preview", - "2021-09-01-preview" - ], - "osnamespaces": [ - "2019-06-01-preview", - "2021-09-01-preview" - ] - }, - "offazure": { - "": [ - "2018-05-01-preview", - "2019-05-01-preview", - "2019-06-06", - "2020-01-01", - "2020-01-01-preview", - "2020-02-01", - "2020-07-07", - "2020-07-10", - "2020-08-01-preview", - "2020-09-09-preview", - "2020-10-10-preview", - "2020-11-11-preview", - "2022-07-06-preview", - "2022-10-10-preview", - "2022-10-27", - "2023-06-06", - "2023-10-01-preview", - "2024-05-01-preview" - ], - "appliances": [ - "2022-07-06-preview" - ], - "hypervsites": [ - "2018-05-01-preview", - "2019-06-06", - "2020-01-01", - "2020-08-01-preview", - "2022-10-27", - "2023-06-06", - "2024-05-01-preview" - ], - "importsites": [ - "2019-05-01-preview", - "2020-01-01-preview", - "2020-02-01", - "2023-06-06", - "2023-10-01-preview" - ], - "locations": [ - "2020-07-07" - ], - "locations/operationresults": [ - "2020-07-07", - "2023-06-06", - "2024-05-01-preview" - ], - "mastersites": [ - "2020-07-07", - "2020-11-11-preview", - "2022-10-27", - "2023-06-06", - "2023-10-01-preview", - "2024-05-01-preview" - ], - "operations": [ - "2018-05-01-preview", - "2019-06-06", - "2020-01-01" - ], - "serversites": [ - "2019-05-01-preview", - "2020-01-01-preview", - "2020-08-01-preview", - "2020-09-09-preview", - "2022-10-10-preview", - "2022-10-27", - "2023-06-06", - "2024-05-01-preview" - ], - "vmwaresites": [ - "2018-05-01-preview", - "2019-05-01-preview", - "2019-06-06", - "2020-01-01", - "2020-01-01-preview", - "2020-07-10", - "2020-08-01-preview", - "2020-09-09-preview", - "2020-10-10-preview", - "2022-10-10-preview", - "2022-10-27", - "2023-06-06", - "2024-05-01-preview" - ] - }, - "offazurespringboot": { - "": [ - "2023-01-01-preview", - "2024-04-01-preview" - ], - "locations": [ - "2023-01-01-preview", - "2024-04-01-preview" - ], - "locations/operationstatuses": [ - "2023-01-01-preview", - "2024-04-01-preview" - ], - "operations": [ - "2023-01-01-preview", - "2024-04-01-preview" - ], - "springbootsites": [ - "2023-01-01-preview", - "2024-04-01-preview" - ], - "springbootsites/errorsummaries": [ - "2023-01-01-preview", - "2024-04-01-preview" - ], - "springbootsites/springbootapps": [ - "2023-01-01-preview", - "2024-04-01-preview" - ], - "springbootsites/springbootservers": [ - "2023-01-01-preview", - "2024-04-01-preview" - ], - "springbootsites/summaries": [ - "2023-01-01-preview", - "2024-04-01-preview" - ] - }, - "openenergyplatform": { - "": [ - "2021-06-01-preview", - "2022-04-04-preview", - "2022-07-21-preview", - "2022-12-01-preview", - "2023-02-21-preview", - "2023-06-12", - "2023-10-01-preview", - "2023-11-12", - "2024-02-09-preview", - "2024-05-21" - ], - "checknameavailability": [ - "2021-06-01-preview", - "2022-04-04-preview", - "2022-07-21-preview", - "2022-12-01-preview", - "2023-02-21-preview", - "2023-06-12", - "2023-10-01-preview", - "2023-11-12", - "2024-02-09-preview", - "2024-05-21" - ], - "energyservices": [ - "2021-06-01-preview", - "2022-04-04-preview", - "2022-07-21-preview", - "2022-12-01-preview", - "2023-02-21-preview", - "2023-06-12", - "2023-10-01-preview", - "2023-11-12", - "2024-05-21" - ], - "energyservices/privateendpointconnectionproxies": [ - "2021-06-01-preview", - "2022-04-04-preview", - "2022-07-21-preview", - "2022-12-01-preview", - "2023-02-21-preview", - "2023-06-12", - "2023-10-01-preview", - "2023-11-12", - "2024-05-21" - ], - "energyservices/privateendpointconnections": [ - "2021-06-01-preview", - "2022-04-04-preview", - "2022-07-21-preview", - "2022-12-01-preview", - "2023-02-21-preview", - "2023-06-12", - "2023-10-01-preview", - "2023-11-12", - "2024-05-21" - ], - "energyservices/privatelinkresources": [ - "2021-06-01-preview", - "2022-04-04-preview", - "2022-07-21-preview", - "2022-12-01-preview", - "2023-02-21-preview", - "2023-06-12", - "2023-10-01-preview", - "2023-11-12", - "2024-05-21" - ], - "locations": [ - "2021-06-01-preview", - "2022-04-04-preview", - "2022-07-21-preview", - "2022-12-01-preview", - "2023-02-21-preview", - "2023-06-12", - "2023-10-01-preview", - "2023-11-12", - "2024-02-09-preview", - "2024-05-21" - ], - "locations/operationstatuses": [ - "2021-06-01-preview", - "2022-04-04-preview", - "2022-07-21-preview", - "2022-12-01-preview", - "2023-02-21-preview", - "2023-06-12", - "2023-10-01-preview", - "2023-11-12", - "2024-05-21" - ], - "operations": [ - "2021-06-01-preview", - "2022-04-04-preview", - "2022-07-21-preview", - "2022-12-01-preview", - "2023-02-21-preview", - "2023-06-12", - "2023-10-01-preview", - "2023-11-12", - "2024-02-09-preview", - "2024-05-21" - ] - }, - "operationalinsights": { - "": [ - "2014-10-10", - "2014-11-10", - "2015-03-20", - "2015-11-01-preview", - "2017-01-01-preview", - "2017-03-03-preview", - "2017-03-15-preview", - "2017-04-26-preview", - "2017-10-01", - "2019-08-01-preview", - "2019-09-01", - "2019-09-01-preview", - "2020-03-01-preview", - "2020-08-01", - "2020-10-01", - "2021-03-01-privatepreview", - "2021-06-01", - "2021-10-01", - "2021-12-01-preview", - "2022-09-01-privatepreview", - "2022-10-01", - "2023-01-01-preview", - "2023-09-01" - ], - "clusters": [ - "2019-08-01-preview", - "2020-03-01-preview", - "2020-08-01", - "2020-10-01", - "2021-06-01", - "2022-10-01", - "2023-09-01" - ], - "deletedworkspaces": [ - "2020-03-01-preview", - "2020-08-01", - "2020-10-01", - "2021-12-01-preview", - "2022-10-01", - "2023-09-01" - ], - "linktargets": [ - "2015-03-20", - "2020-03-01-preview" - ], - "locations": [ - "2015-03-20", - "2015-11-01-preview", - "2017-01-01-preview", - "2017-03-03-preview", - "2017-03-15-preview", - "2017-04-26-preview", - "2019-08-01-preview", - "2020-03-01-preview", - "2020-08-01", - "2020-10-01" - ], - "locations/notifynetworksecurityperimeterupdatesavailable": [ - "2021-10-01" - ], - "locations/operationstatuses": [ - "2015-03-20", - "2015-11-01-preview", - "2017-01-01-preview", - "2017-03-03-preview", - "2017-03-15-preview", - "2017-04-26-preview", - "2019-08-01-preview", - "2020-03-01-preview", - "2020-08-01", - "2020-10-01", - "2021-12-01-preview", - "2022-09-01-privatepreview", - "2022-10-01", - "2023-01-01-preview", - "2023-09-01" - ], - "locations/workspaces": [ - "2023-01-01-preview" - ], - "operations": [ - "2014-11-10", - "2015-11-01-preview", - "2020-03-01-preview", - "2020-08-01", - "2020-10-01", - "2021-12-01-preview", - "2022-10-01", - "2023-09-01" - ], - "querypacks": [ - "2019-09-01", - "2019-09-01-preview", - "2023-09-01" - ], - "storageinsightconfigs": [ - "2014-10-10", - "2020-03-01-preview", - "2020-08-01" - ], - "workspaces": [ - "2015-03-20", - "2015-11-01-preview", - "2017-01-01-preview", - "2017-03-03-preview", - "2017-03-15-preview", - "2017-04-26-preview", - "2020-03-01-preview", - "2020-08-01", - "2020-10-01", - "2021-03-01-privatepreview", - "2021-06-01", - "2021-12-01-preview", - "2022-10-01", - "2023-09-01" - ], - "workspaces/api": [ - "2017-01-01-preview", - "2020-03-01-preview", - "2020-08-01" - ], - "workspaces/dataexports": [ - "2019-08-01-preview", - "2020-03-01-preview", - "2020-08-01", - "2023-09-01" - ], - "workspaces/datasources": [ - "2015-11-01-preview", - "2020-03-01-preview", - "2020-08-01", - "2023-09-01" - ], - "workspaces/linkedservices": [ - "2015-11-01-preview", - "2019-08-01-preview", - "2020-03-01-preview", - "2020-08-01", - "2023-09-01" - ], - "workspaces/linkedstorageaccounts": [ - "2019-08-01-preview", - "2020-03-01-preview", - "2020-08-01", - "2023-09-01" - ], - "workspaces/metadata": [ - "2017-10-01" - ], - "workspaces/networksecurityperimeterassociationproxies": [ - "2021-10-01" - ], - "workspaces/networksecurityperimeterconfigurations": [ - "2021-10-01" - ], - "workspaces/operations": [ - "2015-03-20", - "2017-04-26-preview", - "2020-08-01", - "2022-10-01", - "2023-09-01" - ], - "workspaces/purge": [ - "2015-03-20", - "2017-04-26-preview", - "2020-08-01", - "2020-10-01", - "2022-10-01", - "2023-09-01" - ], - "workspaces/query": [ - "2017-10-01" - ], - "workspaces/scopedprivatelinkproxies": [ - "2015-11-01-preview", - "2019-08-01-preview", - "2020-03-01-preview" - ], - "workspaces/storageinsightconfigs": [ - "2015-03-20", - "2015-11-01-preview", - "2017-01-01-preview", - "2017-03-03-preview", - "2017-03-15-preview", - "2017-04-26-preview", - "2020-03-01-preview", - "2020-08-01", - "2023-09-01" - ], - "workspaces/summarylogs": [ - "2023-01-01-preview" - ], - "workspaces/tables": [ - "2017-04-26-preview", - "2020-03-01-preview", - "2020-08-01", - "2021-12-01-preview", - "2022-10-01", - "2023-01-01-preview", - "2023-09-01" - ] - }, - "operationsmanagement": { - "": [ - "2015-11-01-preview", - "2017-08-21-preview" - ], - "managementassociations": [ - "2015-11-01-preview" - ], - "operations": [ - "2015-11-01-preview" - ], - "solutions": [ - "2015-11-01-preview" - ], - "views": [ - "2017-08-21-preview" - ] - }, - "operatorvoicemail": { - "": [ - "2023-03-01-preview" - ], - "locations": [ - "2023-03-01-preview" - ], - "locations/checknameavailability": [ - "2023-03-01-preview" - ], - "locations/operationstatuses": [ - "2023-03-01-preview" - ], - "operations": [ - "2023-03-01-preview" - ] - }, - "oraclediscovery": { - "": [ - "2022-11-22-preview" - ], - "locations": [ - "2022-11-22-preview" - ], - "locations/operationstatuses": [ - "2022-11-22-preview" - ], - "operations": [ - "2022-11-22-preview" - ], - "oraclesites": [ - "2022-11-22-preview" - ], - "oraclesites/errorsummaries": [ - "2022-11-22-preview" - ], - "oraclesites/oracledatabases": [ - "2022-11-22-preview" - ], - "oraclesites/oracleservers": [ - "2022-11-22-preview" - ], - "oraclesites/summaries": [ - "2022-11-22-preview" - ] - }, - "orbital": { - "": [ - "2021-04-04-preview", - "2022-03-01", - "2022-06-01-preview", - "2022-11-01", - "2024-01-31-preview", - "2024-03-01-preview" - ], - "availablegroundstations": [ - "2021-04-04-preview", - "2022-03-01", - "2022-11-01" - ], - "contactprofiles": [ - "2021-04-04-preview", - "2022-03-01", - "2022-11-01" - ], - "edgesites": [ - "2021-04-04-preview", - "2022-06-01-preview", - "2024-03-01-preview" - ], - "globalcommunicationssites": [ - "2021-04-04-preview", - "2022-06-01-preview", - "2024-03-01-preview" - ], - "groundstations": [ - "2021-04-04-preview", - "2022-06-01-preview", - "2024-03-01-preview" - ], - "l2connections": [ - "2021-04-04-preview", - "2022-06-01-preview", - "2024-03-01-preview" - ], - "locations": [], - "locations/operationresults": [ - "2022-03-01", - "2022-06-01-preview", - "2022-11-01", - "2024-03-01-preview" - ], - "locations/operationstatuses": [ - "2024-01-31-preview" - ], - "operations": [ - "2021-04-04-preview", - "2022-03-01", - "2022-11-01", - "2024-01-31-preview" - ], - "spacecrafts": [ - "2021-04-04-preview", - "2022-03-01", - "2022-11-01" - ], - "spacecrafts/contacts": [ - "2021-04-04-preview", - "2022-03-01", - "2022-11-01" - ] - }, - "partnermanagedconsumerrecurrence": { - "": [ - "2022-01-20-preview" - ], - "checkeligibility": [ - "2022-01-20-preview" - ], - "operations": [ - "2022-01-20-preview" - ], - "operationstatuses": [ - "2022-01-20-preview" - ], - "recurrences": [ - "2022-01-20-preview" - ] - }, - "peering": { - "": [ - "2019-08-01-preview", - "2019-09-01-preview", - "2020-01-01-preview", - "2020-04-01", - "2020-10-01", - "2021-01-01", - "2021-06-01", - "2022-01-01", - "2022-06-01", - "2022-10-01" - ], - "cdnpeeringprefixes": [ - "2020-10-01", - "2021-01-01", - "2021-06-01", - "2022-01-01", - "2022-06-01", - "2022-10-01" - ], - "checkserviceprovideravailability": [ - "2019-08-01-preview", - "2019-09-01-preview", - "2020-01-01-preview", - "2020-04-01", - "2020-10-01", - "2021-01-01", - "2021-06-01", - "2022-01-01", - "2022-06-01", - "2022-10-01" - ], - "legacypeerings": [ - "2019-08-01-preview", - "2019-09-01-preview", - "2020-01-01-preview", - "2020-04-01", - "2020-10-01", - "2021-01-01", - "2021-06-01", - "2022-01-01", - "2022-06-01", - "2022-10-01" - ], - "lookingglass": [ - "2021-06-01", - "2022-01-01", - "2022-06-01", - "2022-10-01" - ], - "operations": [ - "2019-08-01-preview", - "2019-09-01-preview", - "2020-01-01-preview", - "2020-04-01", - "2020-10-01", - "2021-01-01", - "2021-06-01", - "2022-01-01", - "2022-06-01", - "2022-10-01" - ], - "peerasns": [ - "2019-08-01-preview", - "2019-09-01-preview", - "2020-01-01-preview", - "2020-04-01", - "2020-10-01", - "2021-01-01", - "2021-06-01", - "2022-01-01", - "2022-06-01", - "2022-10-01" - ], - "peeringlocations": [ - "2019-08-01-preview", - "2019-09-01-preview", - "2020-01-01-preview", - "2020-04-01", - "2020-10-01", - "2021-01-01", - "2021-06-01", - "2022-01-01", - "2022-06-01", - "2022-10-01" - ], - "peerings": [ - "2019-08-01-preview", - "2019-09-01-preview", - "2020-01-01-preview", - "2020-04-01", - "2020-10-01", - "2021-01-01", - "2021-06-01", - "2022-01-01", - "2022-06-01", - "2022-10-01" - ], - "peeringservicecountries": [ - "2020-01-01-preview", - "2020-04-01", - "2020-10-01", - "2021-01-01", - "2021-06-01", - "2022-01-01", - "2022-06-01", - "2022-10-01" - ], - "peeringservicelocations": [ - "2019-08-01-preview", - "2019-09-01-preview", - "2020-01-01-preview", - "2020-04-01", - "2020-10-01", - "2021-01-01", - "2021-06-01", - "2022-01-01", - "2022-06-01", - "2022-10-01" - ], - "peeringserviceproviders": [ - "2019-08-01-preview", - "2019-09-01-preview", - "2020-01-01-preview", - "2020-04-01", - "2020-10-01", - "2021-01-01", - "2021-06-01", - "2022-01-01", - "2022-06-01", - "2022-10-01" - ], - "peeringservices": [ - "2019-08-01-preview", - "2019-09-01-preview", - "2020-01-01-preview", - "2020-04-01", - "2020-10-01", - "2021-01-01", - "2021-06-01", - "2022-01-01", - "2022-06-01", - "2022-10-01" - ] - }, - "pki": { - "": [ - "2021-03-01-preview", - "2022-09-01-preview" - ], - "operations": [ - "2021-03-01-preview", - "2022-09-01-preview" - ] - }, - "policyinsights": { - "": [ - "2017-08-09-preview", - "2017-10-17-preview", - "2017-12-12-preview", - "2018-04-04", - "2018-07-01-preview", - "2019-07-01", - "2019-10-01", - "2020-07-01", - "2020-07-01-preview", - "2020-10-01", - "2021-10-01", - "2022-03-01", - "2022-04-01", - "2023-03-01", - "2024-10-01" - ], - "asyncoperationresults": [ - "2018-07-01-preview", - "2019-10-01" - ], - "checkpolicyrestrictions": [ - "2020-07-01", - "2020-07-01-preview", - "2022-03-01", - "2023-03-01", - "2024-10-01" - ], - "eventgridfilters": [ - "2020-10-01" - ], - "operations": [ - "2017-08-09-preview", - "2017-10-17-preview", - "2017-12-12-preview", - "2018-04-04", - "2018-07-01-preview", - "2019-10-01", - "2022-04-01", - "2024-10-01" - ], - "policyevents": [ - "2017-08-09-preview", - "2017-10-17-preview", - "2017-12-12-preview", - "2018-04-04", - "2018-07-01-preview", - "2019-10-01", - "2024-10-01" - ], - "policymetadata": [ - "2019-10-01", - "2024-10-01" - ], - "policystates": [ - "2017-08-09-preview", - "2017-10-17-preview", - "2017-12-12-preview", - "2018-04-04", - "2018-07-01-preview", - "2019-10-01", - "2024-10-01" - ], - "policytrackedresources": [ - "2018-07-01-preview" - ], - "remediations": [ - "2018-07-01-preview", - "2019-07-01", - "2021-10-01", - "2024-10-01" - ] - }, - "portal": { - "": [ - "2015-08-01-preview", - "2017-01-01-preview", - "2017-08-01-preview", - "2017-12-01-preview", - "2018-10-01", - "2018-10-01-preview", - "2019-01-01-preview", - "2020-04-01-preview", - "2020-09-01-alpha", - "2020-09-01-preview", - "2022-12-01-preview", - "2023-02-01-preview" - ], - "consoles": [ - "2017-01-01-preview", - "2017-08-01-preview", - "2017-12-01-preview", - "2018-10-01", - "2020-04-01-preview", - "2023-02-01-preview" - ], - "dashboards": [ - "2015-08-01-preview", - "2018-10-01-preview", - "2019-01-01-preview", - "2020-09-01-alpha", - "2020-09-01-preview", - "2022-12-01-preview" - ], - "listtenantconfigurationviolations": [ - "2019-01-01-preview", - "2020-09-01-preview" - ], - "locations": [ - "2017-01-01-preview", - "2017-08-01-preview", - "2017-12-01-preview", - "2018-10-01", - "2020-04-01-preview", - "2023-02-01-preview" - ], - "locations/consoles": [ - "2017-01-01-preview", - "2017-08-01-preview", - "2017-12-01-preview", - "2018-10-01", - "2020-04-01-preview", - "2023-02-01-preview" - ], - "locations/usersettings": [ - "2017-01-01-preview", - "2017-08-01-preview", - "2017-12-01-preview", - "2018-10-01", - "2020-04-01-preview", - "2023-02-01-preview" - ], - "operations": [ - "2015-08-01-preview" - ], - "tenantconfigurations": [ - "2019-01-01-preview", - "2020-09-01-preview" - ], - "usersettings": [ - "2017-01-01-preview", - "2017-08-01-preview", - "2017-12-01-preview", - "2018-10-01", - "2020-04-01-preview", - "2023-02-01-preview" - ] - }, - "powerbi": { - "": [ - "2016-01-29", - "2020-06-01" - ], - "locations": [ - "2016-01-29" - ], - "locations/checknameavailability": [ - "2016-01-29" - ], - "operations": [ - "2016-01-29", - "2020-06-01" - ], - "privatelinkservicesforpowerbi": [ - "2020-06-01" - ], - "privatelinkservicesforpowerbi/operationresults": [ - "2020-06-01" - ], - "workspacecollections": [ - "2016-01-29" - ] - }, - "powerbidedicated": { - "": [ - "2017-01-01-preview", - "2017-10-01", - "2018-09-01-preview", - "2021-01-01", - "2021-05-01" - ], - "autoscalevcores": [ - "2021-01-01", - "2021-05-01" - ], - "capacities": [ - "2017-01-01-preview", - "2017-10-01", - "2018-09-01-preview", - "2021-01-01", - "2021-05-01" - ], - "locations": [ - "2017-01-01-preview" - ], - "locations/checknameavailability": [ - "2017-01-01-preview", - "2017-10-01", - "2018-09-01-preview", - "2021-01-01", - "2021-05-01" - ], - "locations/operationresults": [ - "2017-01-01-preview", - "2017-10-01", - "2018-09-01-preview", - "2021-01-01", - "2021-05-01" - ], - "locations/operationstatuses": [ - "2017-01-01-preview", - "2017-10-01", - "2018-09-01-preview", - "2021-01-01", - "2021-05-01" - ], - "operations": [ - "2017-01-01-preview", - "2017-10-01", - "2018-09-01-preview", - "2021-01-01", - "2021-05-01" - ] - }, - "powerplatform": { - "": [ - "2020-04-01", - "2020-10-30", - "2020-10-30-preview" - ], - "accounts": [ - "2020-10-30-preview" - ], - "enterprisepolicies": [ - "2020-10-30", - "2020-10-30-preview" - ], - "locations": [ - "2020-10-30", - "2020-10-30-preview" - ], - "locations/deletevirtualnetworkorsubnets": [ - "2020-10-30", - "2020-10-30-preview" - ], - "locations/validatedeletevirtualnetworkorsubnets": [ - "2020-10-30", - "2020-10-30-preview" - ], - "operations": [ - "2020-04-01", - "2020-10-30", - "2020-10-30-preview" - ] - }, - "professionalservice": { - "": [ - "2023-07-01-preview" - ], - "checknameavailability": [ - "2023-07-01-preview" - ], - "eligibilitycheck": [ - "2023-07-01-preview" - ], - "operationresults": [ - "2023-07-01-preview" - ], - "operations": [ - "2023-07-01-preview" - ], - "resources": [ - "2023-07-01-preview" - ] - }, - "programmableconnectivity": { - "": [ - "2024-01-15-preview" - ], - "gateways": [ - "2024-01-15-preview" - ], - "locations": [ - "2024-01-15-preview" - ], - "locations/operationstatuses": [ - "2024-01-15-preview" - ], - "operations": [ - "2024-01-15-preview" - ], - "operatorapiconnections": [ - "2024-01-15-preview" - ], - "operatorapiplans": [ - "2024-01-15-preview" - ] - }, - "projectarcadia": { - "": [ - "2019-06-01-preview" - ], - "checknameavailability": [ - "2019-06-01-preview" - ], - "operations": [ - "2019-06-01-preview" - ], - "workspaces": [ - "2019-06-01-preview" - ], - "workspaces/operationresults": [ - "2019-06-01-preview" - ], - "workspaces/operationstatus": [ - "2019-06-01-preview" - ], - "workspaces/sparkcomputes": [ - "2019-06-01-preview" - ], - "workspaces/sqlcomputes": [ - "2019-06-01-preview" - ] - }, - "providerhub": { - "": [ - "2019-02-01-preview", - "2019-10-01", - "2020-06-01-preview", - "2020-09-01-preview", - "2020-10-01-preview", - "2020-11-20", - "2021-01-01", - "2021-05-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2021-10-01-privatepreview", - "2022-07-01-preview", - "2023-01-01-privatepreview", - "2023-04-01-preview", - "2023-08-01-preview", - "2023-10-01-preview", - "2024-02-01-preview", - "2024-04-01-preview", - "2024-08-01-preview" - ], - "availableaccounts": [ - "2019-02-01-preview", - "2020-06-01-preview", - "2020-09-01-preview", - "2020-10-01-preview", - "2020-11-20", - "2021-05-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2023-04-01-preview", - "2023-08-01-preview", - "2023-10-01-preview", - "2024-04-01-preview", - "2024-08-01-preview" - ], - "operations": [ - "2019-02-01-preview", - "2020-06-01-preview", - "2020-09-01-preview", - "2020-10-01-preview", - "2020-11-20", - "2021-05-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2022-07-01-preview", - "2023-04-01-preview", - "2023-08-01-preview", - "2023-10-01-preview", - "2024-04-01-preview", - "2024-08-01-preview" - ], - "operationstatuses": [ - "2019-02-01-preview", - "2019-10-01", - "2020-06-01-preview", - "2020-09-01-preview", - "2020-10-01-preview", - "2020-11-20", - "2021-05-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2022-07-01-preview", - "2023-04-01-preview", - "2023-08-01-preview", - "2023-10-01-preview", - "2024-04-01-preview", - "2024-08-01-preview" - ], - "providerregistrations": [ - "2019-02-01-preview", - "2020-06-01-preview", - "2020-09-01-preview", - "2020-10-01-preview", - "2020-11-20", - "2021-05-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2022-07-01-preview", - "2023-04-01-preview", - "2023-08-01-preview", - "2023-10-01-preview", - "2024-04-01-preview", - "2024-08-01-preview" - ], - "providerregistrations/authorizedapplications": [ - "2023-01-01-privatepreview", - "2023-04-01-preview", - "2023-08-01-preview", - "2023-10-01-preview", - "2024-04-01-preview", - "2024-08-01-preview" - ], - "providerregistrations/checkinmanifest": [ - "2019-02-01-preview", - "2020-06-01-preview", - "2020-09-01-preview", - "2020-10-01-preview", - "2020-11-20", - "2021-05-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2022-07-01-preview", - "2023-04-01-preview", - "2023-08-01-preview", - "2023-10-01-preview", - "2024-04-01-preview", - "2024-08-01-preview" - ], - "providerregistrations/customrollouts": [ - "2019-02-01-preview", - "2020-06-01-preview", - "2020-09-01-preview", - "2020-10-01-preview", - "2020-11-20", - "2021-05-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2022-07-01-preview", - "2023-04-01-preview", - "2023-08-01-preview", - "2023-10-01-preview", - "2024-04-01-preview", - "2024-08-01-preview" - ], - "providerregistrations/defaultrollouts": [ - "2019-02-01-preview", - "2020-06-01-preview", - "2020-09-01-preview", - "2020-10-01-preview", - "2020-11-20", - "2021-05-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2022-07-01-preview", - "2023-04-01-preview", - "2023-08-01-preview", - "2023-10-01-preview", - "2024-04-01-preview", - "2024-08-01-preview" - ], - "providerregistrations/newregionfrontloadrelease": [ - "2019-02-01-preview", - "2020-06-01-preview", - "2020-09-01-preview", - "2020-10-01-preview", - "2020-11-20", - "2021-05-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2021-10-01-privatepreview", - "2022-07-01-preview", - "2023-01-01-privatepreview", - "2023-04-01-preview", - "2023-08-01-preview", - "2024-02-01-preview", - "2024-08-01-preview" - ], - "providerregistrations/resourceactions": [ - "2019-02-01-preview", - "2020-06-01-preview", - "2020-09-01-preview", - "2020-10-01-preview", - "2020-11-20", - "2021-01-01", - "2021-05-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2023-04-01-preview", - "2023-08-01-preview", - "2023-10-01-preview", - "2024-04-01-preview", - "2024-08-01-preview" - ], - "providerregistrations/resourcetyperegistrations": [ - "2019-02-01-preview", - "2020-06-01-preview", - "2020-09-01-preview", - "2020-10-01-preview", - "2020-11-20", - "2021-05-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2022-07-01-preview", - "2023-04-01-preview", - "2023-08-01-preview", - "2023-10-01-preview", - "2024-04-01-preview", - "2024-08-01-preview" - ] - }, - "purview": { - "": [ - "2020-12-01-preview", - "2021-07-01", - "2021-12-01", - "2022-11-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2024-04-01-preview" - ], - "accounts": [ - "2020-12-01-preview", - "2021-07-01", - "2021-12-01", - "2023-05-01-preview", - "2024-04-01-preview" - ], - "accounts/kafkaconfigurations": [ - "2021-12-01", - "2023-05-01-preview", - "2024-04-01-preview" - ], - "checknameavailability": [ - "2020-12-01-preview", - "2021-07-01", - "2021-12-01", - "2023-05-01-preview", - "2024-04-01-preview" - ], - "getdefaultaccount": [ - "2020-12-01-preview", - "2021-07-01", - "2021-12-01", - "2023-05-01-preview", - "2024-04-01-preview" - ], - "locations": [ - "2020-12-01-preview", - "2021-07-01", - "2021-12-01", - "2023-05-01-preview", - "2024-04-01-preview" - ], - "locations/listfeatures": [ - "2021-12-01", - "2023-05-01-preview", - "2024-04-01-preview" - ], - "locations/operationresults": [ - "2020-12-01-preview", - "2021-07-01", - "2021-12-01", - "2023-05-01-preview", - "2024-04-01-preview" - ], - "locations/usages": [ - "2021-12-01", - "2023-05-01-preview", - "2024-04-01-preview" - ], - "operations": [ - "2020-12-01-preview", - "2021-07-01", - "2021-12-01", - "2022-11-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2024-04-01-preview" - ], - "policies": [ - "2023-06-01-preview" - ], - "removedefaultaccount": [ - "2020-12-01-preview", - "2021-07-01", - "2021-12-01", - "2023-05-01-preview", - "2024-04-01-preview" - ], - "setdefaultaccount": [ - "2020-12-01-preview", - "2021-07-01", - "2021-12-01", - "2023-05-01-preview", - "2024-04-01-preview" - ] - }, - "quantum": { - "": [ - "2019-11-04-preview", - "2022-01-10-preview", - "2023-11-13-preview" - ], - "locations": [ - "2019-11-04-preview", - "2022-01-10-preview", - "2023-11-13-preview" - ], - "locations/checknameavailability": [ - "2019-11-04-preview", - "2022-01-10-preview", - "2023-11-13-preview" - ], - "locations/offerings": [ - "2019-11-04-preview", - "2022-01-10-preview", - "2023-11-13-preview" - ], - "locations/operationstatuses": [ - "2019-11-04-preview", - "2022-01-10-preview", - "2023-11-13-preview" - ], - "operations": [ - "2019-11-04-preview", - "2022-01-10-preview", - "2023-11-13-preview" - ], - "workspaces": [ - "2019-11-04-preview", - "2022-01-10-preview", - "2023-11-13-preview" - ] - }, - "quota": { - "": [ - "2021-03-15-preview", - "2023-02-01", - "2023-06-01-preview" - ], - "groupquotas": [ - "2023-06-01-preview" - ], - "groupquotas/groupoperationsstatus": [ - "2023-06-01-preview" - ], - "groupquotas/groupquotalimits": [ - "2023-06-01-preview" - ], - "groupquotas/groupquotaoperationsstatus": [ - "2023-06-01-preview" - ], - "groupquotas/groupquotarequests": [ - "2023-06-01-preview" - ], - "groupquotas/locationsettings": [ - "2023-06-01-preview" - ], - "groupquotas/locationsettingsoperationsstatus": [ - "2023-06-01-preview" - ], - "groupquotas/locationusages": [ - "2023-06-01-preview" - ], - "groupquotas/quotaallocationoperationsstatus": [ - "2023-06-01-preview" - ], - "groupquotas/quotaallocationrequests": [ - "2023-06-01-preview" - ], - "groupquotas/quotaallocations": [ - "2023-06-01-preview" - ], - "groupquotas/subscriptionrequests": [ - "2023-06-01-preview" - ], - "groupquotas/subscriptionrequestsoperationsstatus": [ - "2023-06-01-preview" - ], - "groupquotas/subscriptions": [ - "2023-06-01-preview" - ], - "operations": [ - "2021-03-15-preview", - "2023-02-01", - "2023-06-01-preview" - ], - "operationsstatus": [ - "2021-03-15-preview", - "2023-02-01", - "2023-06-01-preview" - ], - "quotarequests": [ - "2021-03-15-preview", - "2023-02-01", - "2023-06-01-preview" - ], - "quotas": [ - "2021-03-15-preview", - "2023-02-01", - "2023-06-01-preview" - ], - "usages": [ - "2021-03-15-preview", - "2023-02-01", - "2023-06-01-preview" - ] - }, - "recommendationsservice": { - "": [ - "2021-02-01-preview", - "2022-02-01", - "2022-03-01-preview", - "2022-09-01-preview" - ], - "accounts": [ - "2021-02-01-preview", - "2022-02-01", - "2022-03-01-preview", - "2022-09-01-preview" - ], - "accounts/modeling": [ - "2021-02-01-preview", - "2022-02-01", - "2022-03-01-preview", - "2022-09-01-preview" - ], - "accounts/serviceendpoints": [ - "2021-02-01-preview", - "2022-02-01", - "2022-03-01-preview", - "2022-09-01-preview" - ], - "checknameavailability": [ - "2021-02-01-preview", - "2022-02-01", - "2022-03-01-preview", - "2022-09-01-preview" - ], - "locations": [ - "2021-02-01-preview", - "2022-02-01", - "2022-03-01-preview", - "2022-09-01-preview" - ], - "locations/operationstatuses": [ - "2021-02-01-preview", - "2022-02-01", - "2022-03-01-preview", - "2022-09-01-preview" - ], - "operations": [ - "2021-02-01-preview", - "2022-02-01", - "2022-03-01-preview", - "2022-09-01-preview" - ] - }, - "recoveryservices": { - "": [ - "2015-03-15", - "2015-06-10", - "2015-08-10", - "2015-08-15", - "2015-11-10", - "2015-12-10", - "2015-12-15", - "2016-05-01", - "2016-06-01", - "2016-08-10", - "2016-12-01", - "2017-07-01", - "2017-07-01-preview", - "2017-09-01", - "2018-01-10", - "2018-07-10", - "2018-07-10-preview", - "2018-12-20", - "2018-12-20-preview", - "2019-05-13", - "2019-05-13-preview", - "2019-06-15", - "2020-02-02", - "2020-02-02-preview", - "2020-07-01", - "2020-07-01-preview", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-02-01", - "2021-02-01-preview", - "2021-02-10", - "2021-03-01", - "2021-04-01", - "2021-06-01", - "2021-07-01", - "2021-08-01", - "2021-10-01", - "2021-11-01", - "2021-11-01-preview", - "2021-11-15", - "2021-12-01", - "2022-01-01", - "2022-01-31-preview", - "2022-02-01", - "2022-03-01", - "2022-04-01", - "2022-05-01", - "2022-06-01-preview", - "2022-08-01", - "2022-09-01-preview", - "2022-09-10", - "2022-09-30-preview", - "2022-10-01", - "2023-01-01", - "2023-01-15", - "2023-02-01", - "2023-04-01", - "2023-06-01", - "2023-07-01-preview", - "2023-08-01", - "2024-01-01", - "2024-01-31-preview", - "2024-02-01", - "2024-04-01", - "2024-04-30-preview", - "2024-07-30-preview", - "2024-09-30-preview", - "2024-10-01" - ], - "backupprotecteditems": [ - "2017-07-01-preview" - ], - "locations": [ - "2016-06-01", - "2017-07-01", - "2021-03-01", - "2021-06-01", - "2021-07-01", - "2021-08-01", - "2021-10-01", - "2021-11-01", - "2021-11-01-preview", - "2021-12-01", - "2022-01-01", - "2022-02-01", - "2022-03-01", - "2022-04-01", - "2022-05-01", - "2022-06-01-preview", - "2022-08-01", - "2022-09-01-preview", - "2022-09-10", - "2022-09-30-preview", - "2022-10-01", - "2023-01-01", - "2023-02-01", - "2023-04-01", - "2023-06-01", - "2023-07-01-preview", - "2023-08-01", - "2024-01-01", - "2024-01-31-preview", - "2024-02-01", - "2024-04-01", - "2024-04-30-preview", - "2024-07-30-preview", - "2024-09-30-preview", - "2024-10-01" - ], - "locations/allocatedstamp": [ - "2015-08-15", - "2016-06-01", - "2024-04-01" - ], - "locations/allocatestamp": [ - "2015-08-15", - "2016-06-01", - "2024-04-01" - ], - "locations/backupaadproperties": [ - "2018-12-20", - "2018-12-20-preview", - "2021-11-15", - "2023-01-15" - ], - "locations/backupcrossregionrestore": [ - "2018-12-20", - "2018-12-20-preview", - "2021-11-15", - "2023-01-15" - ], - "locations/backupcrrjob": [ - "2018-12-20", - "2018-12-20-preview", - "2021-11-15", - "2023-01-15" - ], - "locations/backupcrrjobs": [ - "2018-12-20", - "2018-12-20-preview", - "2021-11-15", - "2023-01-15" - ], - "locations/backupcrroperationresults": [ - "2018-12-20", - "2018-12-20-preview", - "2021-11-15", - "2023-01-15" - ], - "locations/backupcrroperationsstatus": [ - "2018-12-20", - "2018-12-20-preview", - "2021-11-15", - "2023-01-15" - ], - "locations/backupprevalidateprotection": [ - "2017-07-01", - "2021-03-01", - "2021-06-01", - "2021-07-01", - "2021-08-01", - "2021-10-01", - "2021-12-01", - "2022-01-01", - "2022-02-01", - "2022-03-01", - "2022-04-01", - "2022-05-01", - "2022-06-01-preview", - "2022-08-01", - "2022-09-01-preview", - "2022-09-10", - "2022-09-30-preview", - "2022-10-01", - "2023-01-01", - "2023-02-01", - "2023-04-01", - "2023-06-01", - "2023-07-01-preview", - "2023-08-01", - "2024-01-01", - "2024-01-31-preview", - "2024-02-01", - "2024-04-01", - "2024-04-30-preview", - "2024-07-30-preview", - "2024-09-30-preview", - "2024-10-01" - ], - "locations/backupstatus": [ - "2016-06-01", - "2017-07-01", - "2021-03-01", - "2021-06-01", - "2021-07-01", - "2021-08-01", - "2021-10-01", - "2021-12-01", - "2022-01-01", - "2022-02-01", - "2022-03-01", - "2022-04-01", - "2022-05-01", - "2022-06-01-preview", - "2022-08-01", - "2022-09-01-preview", - "2022-09-10", - "2022-09-30-preview", - "2022-10-01", - "2023-01-01", - "2023-02-01", - "2023-04-01", - "2023-06-01", - "2023-07-01-preview", - "2023-08-01", - "2024-01-01", - "2024-01-31-preview", - "2024-02-01", - "2024-04-01", - "2024-04-30-preview", - "2024-07-30-preview", - "2024-09-30-preview", - "2024-10-01" - ], - "locations/backupvalidatefeatures": [ - "2017-07-01", - "2021-03-01", - "2021-06-01", - "2021-07-01", - "2021-08-01", - "2021-10-01", - "2021-12-01", - "2022-01-01", - "2022-02-01", - "2022-03-01", - "2022-04-01", - "2022-05-01", - "2022-06-01-preview", - "2022-08-01", - "2022-09-01-preview", - "2022-09-10", - "2022-09-30-preview", - "2022-10-01", - "2023-01-01", - "2023-02-01", - "2023-04-01", - "2023-06-01", - "2023-07-01-preview", - "2023-08-01", - "2024-01-01", - "2024-01-31-preview", - "2024-02-01", - "2024-04-01", - "2024-04-30-preview", - "2024-07-30-preview", - "2024-09-30-preview", - "2024-10-01" - ], - "locations/capabilities": [ - "2022-01-31-preview", - "2022-09-30-preview", - "2022-10-01", - "2023-01-01", - "2023-02-01", - "2023-04-01", - "2023-06-01", - "2023-07-01-preview", - "2023-08-01", - "2024-01-01", - "2024-01-31-preview", - "2024-02-01", - "2024-04-01", - "2024-04-30-preview", - "2024-07-30-preview", - "2024-09-30-preview", - "2024-10-01" - ], - "locations/checknameavailability": [ - "2018-01-10" - ], - "locations/deletedvaults": [ - "2024-09-30-preview", - "2024-10-01" - ], - "operations": [ - "2015-03-15", - "2015-06-10", - "2015-08-10", - "2015-08-15", - "2015-11-10", - "2015-12-10", - "2015-12-15", - "2016-06-01", - "2016-08-10", - "2016-12-01", - "2017-07-01", - "2017-07-01-preview", - "2017-09-01", - "2018-01-10", - "2018-07-10", - "2018-07-10-preview", - "2019-05-13", - "2019-05-13-preview", - "2019-06-15", - "2020-02-02", - "2020-02-02-preview", - "2020-07-01", - "2020-07-01-preview", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-02-01", - "2021-02-01-preview", - "2021-02-10", - "2021-03-01", - "2021-04-01", - "2021-06-01", - "2021-07-01", - "2021-08-01", - "2021-10-01", - "2021-11-01", - "2021-11-01-preview", - "2021-12-01", - "2022-01-01", - "2022-02-01", - "2022-03-01", - "2022-04-01", - "2022-05-01", - "2022-06-01-preview", - "2022-08-01", - "2022-09-01-preview", - "2022-09-10", - "2022-09-30-preview", - "2022-10-01", - "2023-01-01", - "2023-02-01", - "2023-04-01", - "2023-06-01", - "2023-07-01-preview", - "2023-08-01", - "2024-01-01", - "2024-01-31-preview", - "2024-02-01", - "2024-04-01", - "2024-04-30-preview", - "2024-07-30-preview", - "2024-09-30-preview", - "2024-10-01" - ], - "replicationeligibilityresults": [ - "2018-07-10", - "2021-02-10", - "2021-06-01", - "2021-07-01", - "2021-08-01", - "2021-10-01", - "2021-12-01", - "2022-01-01", - "2022-02-01", - "2022-03-01", - "2022-04-01", - "2022-05-01", - "2022-06-01-preview", - "2022-08-01", - "2022-09-01-preview", - "2022-09-10", - "2022-09-30-preview", - "2022-10-01", - "2023-01-01", - "2023-02-01", - "2023-04-01", - "2023-06-01", - "2023-07-01-preview", - "2023-08-01", - "2024-01-01", - "2024-01-31-preview", - "2024-02-01", - "2024-04-01", - "2024-04-30-preview", - "2024-07-30-preview", - "2024-09-30-preview", - "2024-10-01" - ], - "vaults": [ - "2015-03-15", - "2015-06-10", - "2015-08-10", - "2015-08-15", - "2015-11-10", - "2015-12-10", - "2015-12-15", - "2016-05-01", - "2016-06-01", - "2016-08-10", - "2016-12-01", - "2017-07-01", - "2017-07-01-preview", - "2018-01-10", - "2018-07-10", - "2018-07-10-preview", - "2019-05-13", - "2019-05-13-preview", - "2019-06-15", - "2020-02-02", - "2020-02-02-preview", - "2020-07-01", - "2020-07-01-preview", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-02-01", - "2021-02-01-preview", - "2021-02-10", - "2021-03-01", - "2021-04-01", - "2021-06-01", - "2021-07-01", - "2021-08-01", - "2021-10-01", - "2021-11-01", - "2021-11-01-preview", - "2021-12-01", - "2022-01-01", - "2022-02-01", - "2022-03-01", - "2022-04-01", - "2022-05-01", - "2022-06-01-preview", - "2022-08-01", - "2022-09-01-preview", - "2022-09-10", - "2022-09-30-preview", - "2022-10-01", - "2023-01-01", - "2023-02-01", - "2023-04-01", - "2023-06-01", - "2023-07-01-preview", - "2023-08-01", - "2024-01-01", - "2024-01-31-preview", - "2024-02-01", - "2024-04-01", - "2024-04-30-preview", - "2024-07-30-preview", - "2024-09-30-preview", - "2024-10-01" - ] - }, - "redhatopenshift": { - "": [ - "2019-12-31-preview", - "2020-04-30", - "2021-09-01-preview", - "2022-04-01", - "2022-09-04", - "2023-04-01", - "2023-07-01-preview", - "2023-09-04", - "2023-11-22" - ], - "locations": [ - "2019-12-31-preview", - "2020-04-30", - "2021-09-01-preview", - "2022-04-01", - "2022-09-04", - "2023-04-01", - "2023-07-01-preview", - "2023-09-04", - "2023-11-22" - ], - "locations/openshiftversions": [ - "2022-09-04", - "2023-04-01", - "2023-07-01-preview", - "2023-09-04", - "2023-11-22" - ], - "locations/operationresults": [ - "2020-04-30", - "2021-09-01-preview", - "2022-04-01", - "2022-09-04", - "2023-04-01", - "2023-07-01-preview", - "2023-09-04", - "2023-11-22" - ], - "locations/operationsstatus": [ - "2020-04-30", - "2021-09-01-preview", - "2022-04-01", - "2022-09-04", - "2023-04-01", - "2023-07-01-preview", - "2023-09-04", - "2023-11-22" - ], - "openshiftclusters": [ - "2020-04-30", - "2021-09-01-preview", - "2022-04-01", - "2022-09-04", - "2023-04-01", - "2023-07-01-preview", - "2023-09-04", - "2023-11-22" - ], - "operations": [ - "2019-12-31-preview", - "2020-04-30", - "2021-09-01-preview", - "2022-04-01", - "2022-09-04", - "2023-04-01", - "2023-07-01-preview", - "2023-09-04", - "2023-11-22" - ] - }, - "relay": { - "": [ - "2014-09-01", - "2015-08-01", - "2016-07-01", - "2017-04-01", - "2018-01-01-preview", - "2021-11-01", - "2024-01-01" - ], - "checknameavailability": [ - "2016-07-01", - "2017-04-01", - "2018-01-01-preview", - "2021-11-01", - "2024-01-01" - ], - "locations": [ - "2017-04-01", - "2018-01-01-preview", - "2021-11-01" - ], - "locations/namespaceoperationresults": [ - "2016-07-01", - "2017-04-01", - "2018-01-01-preview", - "2021-11-01", - "2024-01-01" - ], - "namespaces": [ - "2016-07-01", - "2017-04-01", - "2018-01-01-preview", - "2021-11-01", - "2024-01-01" - ], - "namespaces/authorizationrules": [ - "2014-09-01", - "2015-08-01", - "2016-07-01", - "2017-04-01", - "2018-01-01-preview", - "2021-11-01", - "2024-01-01" - ], - "namespaces/hybridconnections": [ - "2014-09-01", - "2015-08-01", - "2016-07-01", - "2017-04-01", - "2018-01-01-preview", - "2021-11-01", - "2024-01-01" - ], - "namespaces/hybridconnections/authorizationrules": [ - "2014-09-01", - "2015-08-01", - "2016-07-01", - "2017-04-01", - "2018-01-01-preview", - "2021-11-01", - "2024-01-01" - ], - "namespaces/privateendpointconnectionproxies": [ - "2018-01-01-preview", - "2021-11-01", - "2024-01-01" - ], - "namespaces/privateendpointconnections": [ - "2018-01-01-preview", - "2021-11-01", - "2024-01-01" - ], - "namespaces/wcfrelays": [ - "2014-09-01", - "2015-08-01", - "2016-07-01", - "2017-04-01", - "2018-01-01-preview", - "2021-11-01", - "2024-01-01" - ], - "namespaces/wcfrelays/authorizationrules": [ - "2014-09-01", - "2015-08-01", - "2016-07-01", - "2017-04-01", - "2018-01-01-preview", - "2021-11-01", - "2024-01-01" - ], - "operations": [ - "2016-07-01", - "2017-04-01", - "2018-01-01-preview", - "2021-11-01", - "2024-01-01" - ] - }, - "resourceconnector": { - "": [ - "2020-07-15-privatepreview", - "2020-09-15-privatepreview", - "2021-02-01", - "2021-10-31-preview", - "2022-04-15-preview", - "2022-10-27" - ], - "appliances": [ - "2021-10-31-preview", - "2022-10-27" - ], - "locations": [ - "2020-09-15-privatepreview", - "2021-10-31-preview", - "2022-04-15-preview", - "2022-10-27" - ], - "locations/operationresults": [ - "2020-07-15-privatepreview", - "2021-10-31-preview", - "2022-10-27" - ], - "locations/operationsstatus": [ - "2020-07-15-privatepreview", - "2021-10-31-preview", - "2022-10-27" - ], - "operations": [ - "2020-07-15-privatepreview", - "2021-02-01", - "2021-10-31-preview", - "2022-04-15-preview", - "2022-10-27" - ], - "telemetryconfig": [ - "2022-10-27" - ] - }, - "resourcegraph": { - "": [ - "2018-09-01-preview", - "2019-04-01", - "2020-04-01-preview", - "2020-09-01-preview", - "2021-03-01", - "2021-06-01-preview", - "2022-10-01", - "2023-09-01-preview" - ], - "generatequery": [ - "2023-09-01-preview" - ], - "operations": [ - "2018-09-01-preview", - "2019-04-01", - "2020-04-01-preview", - "2021-03-01", - "2021-06-01-preview", - "2022-10-01", - "2023-09-01-preview" - ], - "queries": [ - "2018-09-01-preview" - ], - "resourcechangedetails": [ - "2018-09-01-preview", - "2020-04-01-preview", - "2020-09-01-preview" - ], - "resourcechanges": [ - "2018-09-01-preview", - "2020-04-01-preview", - "2020-09-01-preview" - ], - "resources": [ - "2018-09-01-preview", - "2019-04-01", - "2020-04-01-preview", - "2021-03-01", - "2021-06-01-preview", - "2022-10-01", - "2023-09-01-preview" - ], - "resourceshistory": [ - "2018-09-01-preview", - "2020-04-01-preview", - "2020-09-01-preview", - "2021-06-01-preview" - ], - "subscriptionsstatus": [ - "2018-09-01-preview", - "2019-04-01" - ] - }, - "resourcehealth": { - "": [ - "2015-01-01", - "2015-01-01-preview", - "2015-01-01-rc", - "2017-07-01", - "2017-07-01-beta", - "2017-07-01-preview", - "2017-07-01-rc", - "2018-07-01", - "2018-07-01-alpha", - "2018-07-01-beta", - "2018-07-01-preview", - "2018-07-01-rc", - "2018-08-01-preview", - "2018-08-01-rc", - "2018-11-06-beta", - "2020-05-01", - "2020-05-01-preview", - "2020-09-01-rc", - "2022-05-01", - "2022-05-01-alpha", - "2022-05-01-beta", - "2022-05-01-preview", - "2022-05-01-rc", - "2022-10-01", - "2022-10-01-alpha", - "2022-10-01-beta", - "2022-10-01-preview", - "2022-10-01-rc", - "2023-07-01-alpha", - "2023-07-01-beta", - "2023-07-01-preview", - "2023-07-01-rc", - "2023-10-01-preview", - "2024-02-01", - "2024-02-01-alpha", - "2024-02-01-beta", - "2024-02-01-preview", - "2024-02-01-rc" - ], - "availabilitystatuses": [ - "2015-01-01", - "2017-07-01", - "2018-07-01", - "2018-07-01-preview", - "2018-07-01-rc", - "2018-08-01-preview", - "2018-08-01-rc", - "2020-05-01", - "2020-05-01-preview", - "2022-05-01", - "2022-05-01-preview", - "2022-10-01", - "2022-10-01-preview", - "2023-07-01-preview", - "2023-07-01-rc", - "2023-10-01-preview", - "2024-02-01", - "2024-02-01-preview", - "2024-02-01-rc" - ], - "childavailabilitystatuses": [ - "2015-01-01-preview", - "2015-01-01-rc", - "2017-07-01", - "2017-07-01-beta", - "2017-07-01-preview", - "2017-07-01-rc", - "2018-07-01-beta", - "2018-07-01-preview", - "2018-07-01-rc", - "2018-08-01-preview", - "2018-08-01-rc", - "2018-11-06-beta", - "2022-10-01", - "2023-07-01-beta", - "2023-07-01-preview", - "2023-07-01-rc", - "2023-10-01-preview", - "2024-02-01", - "2024-02-01-beta", - "2024-02-01-preview", - "2024-02-01-rc" - ], - "childresources": [ - "2015-01-01-preview", - "2015-01-01-rc", - "2017-07-01", - "2017-07-01-beta", - "2017-07-01-preview", - "2017-07-01-rc", - "2018-07-01-beta", - "2018-07-01-preview", - "2018-07-01-rc", - "2018-08-01-preview", - "2018-08-01-rc", - "2018-11-06-beta", - "2022-10-01", - "2023-07-01-preview", - "2023-10-01-preview", - "2024-02-01", - "2024-02-01-beta", - "2024-02-01-preview", - "2024-02-01-rc" - ], - "emergingissues": [ - "2017-07-01-beta", - "2018-07-01", - "2018-07-01-alpha", - "2018-07-01-beta", - "2018-07-01-preview", - "2018-07-01-rc", - "2018-11-06-beta", - "2022-10-01", - "2022-10-01-alpha", - "2022-10-01-beta", - "2022-10-01-preview", - "2022-10-01-rc", - "2023-07-01-alpha", - "2023-07-01-beta", - "2023-07-01-preview", - "2023-07-01-rc", - "2023-10-01-preview", - "2024-02-01", - "2024-02-01-alpha", - "2024-02-01-beta", - "2024-02-01-preview", - "2024-02-01-rc" - ], - "events": [ - "2018-07-01", - "2018-07-01-rc", - "2020-09-01-rc", - "2022-05-01", - "2022-05-01-rc", - "2022-10-01", - "2022-10-01-rc", - "2023-07-01-rc", - "2023-10-01-preview", - "2024-02-01", - "2024-02-01-rc" - ], - "metadata": [ - "2018-07-01", - "2018-07-01-alpha", - "2018-07-01-beta", - "2018-07-01-preview", - "2018-07-01-rc", - "2022-10-01", - "2022-10-01-alpha", - "2022-10-01-beta", - "2022-10-01-preview", - "2022-10-01-rc", - "2023-07-01-alpha", - "2023-07-01-beta", - "2023-07-01-preview", - "2023-07-01-rc", - "2023-10-01-preview", - "2024-02-01", - "2024-02-01-alpha", - "2024-02-01-beta", - "2024-02-01-preview", - "2024-02-01-rc" - ], - "operations": [ - "2015-01-01", - "2018-07-01", - "2018-07-01-preview", - "2020-05-01", - "2020-05-01-preview", - "2022-05-01", - "2022-05-01-alpha", - "2022-05-01-beta", - "2022-05-01-preview", - "2022-05-01-rc", - "2022-10-01", - "2022-10-01-alpha", - "2022-10-01-beta", - "2022-10-01-preview", - "2022-10-01-rc", - "2023-07-01-alpha", - "2023-07-01-beta", - "2023-07-01-preview", - "2023-07-01-rc", - "2023-10-01-preview", - "2024-02-01", - "2024-02-01-alpha", - "2024-02-01-beta", - "2024-02-01-preview", - "2024-02-01-rc" - ] - }, - "resourcenotifications": { - "": [ - "2022-03-15-privatepreview" - ], - "eventgridfilters": [ - "2022-03-15-privatepreview" - ], - "operations": [ - "2022-03-15-privatepreview" - ] - }, - "resources": { - "": [ - "2014-04-01-preview", - "2015-01-01", - "2015-11-01", - "2016-02-01", - "2016-06-01", - "2016-07-01", - "2016-09-01", - "2017-03-01", - "2017-05-01", - "2017-05-10", - "2017-06-01", - "2017-08-01", - "2018-01-01", - "2018-02-01", - "2018-05-01", - "2018-07-01", - "2018-08-01", - "2018-09-01", - "2018-11-01", - "2019-03-01", - "2019-04-01", - "2019-05-01", - "2019-06-01", - "2019-06-01-preview", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-10-01", - "2019-10-01-preview", - "2019-11-01", - "2020-01-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-09-01", - "2020-10-01", - "2021-01-01", - "2021-03-01-preview", - "2021-04-01", - "2021-05-01", - "2022-01-01", - "2022-02-01", - "2022-03-01-preview", - "2022-05-01", - "2022-06-01", - "2022-08-01-preview", - "2022-09-01", - "2022-11-01-preview", - "2022-12-01", - "2023-03-01-preview", - "2023-06-01-preview", - "2023-07-01", - "2023-07-01-preview", - "2023-08-01", - "2023-11-01", - "2024-02-01-preview", - "2024-03-01", - "2024-06-01-preview", - "2024-08-01" - ], - "builtintemplatespecs": [ - "2022-02-01" - ], - "builtintemplatespecs/versions": [ - "2022-02-01" - ], - "bulkdelete": [ - "2014-04-01-preview", - "2015-01-01", - "2015-11-01", - "2016-02-01", - "2016-06-01", - "2016-07-01", - "2016-09-01", - "2017-03-01", - "2017-05-01", - "2017-05-10", - "2017-06-01", - "2017-08-01", - "2018-01-01", - "2018-02-01", - "2018-05-01", - "2018-07-01", - "2018-08-01", - "2018-09-01", - "2018-11-01", - "2019-03-01", - "2019-04-01", - "2019-05-01" - ], - "calculatetemplatehash": [ - "2014-04-01-preview", - "2015-01-01", - "2015-11-01", - "2016-02-01", - "2016-06-01", - "2016-07-01", - "2016-09-01", - "2017-03-01", - "2017-05-01", - "2017-05-10", - "2017-06-01", - "2017-08-01", - "2018-01-01", - "2018-02-01", - "2018-05-01", - "2018-07-01", - "2018-08-01", - "2018-09-01", - "2018-11-01", - "2019-03-01", - "2019-04-01", - "2019-05-01", - "2019-09-01", - "2022-09-01", - "2023-07-01" - ], - "changes": [ - "2022-03-01-preview", - "2022-05-01", - "2023-03-01-preview", - "2023-07-01-preview", - "2024-06-01-preview" - ], - "checkpolicycompliance": [ - "2014-04-01-preview", - "2015-01-01", - "2015-11-01", - "2016-02-01", - "2016-06-01", - "2016-07-01", - "2016-09-01", - "2017-03-01", - "2017-05-01", - "2017-05-10", - "2017-06-01", - "2017-08-01", - "2018-01-01", - "2018-02-01", - "2018-05-01", - "2018-07-01", - "2018-08-01", - "2018-09-01", - "2018-11-01", - "2019-03-01", - "2019-04-01", - "2019-05-01" - ], - "checkresourcename": [ - "2014-04-01-preview", - "2015-01-01", - "2015-11-01", - "2016-02-01", - "2016-06-01", - "2016-07-01", - "2016-09-01", - "2017-03-01", - "2017-05-01", - "2017-05-10", - "2017-06-01", - "2017-08-01", - "2018-01-01", - "2018-02-01", - "2018-05-01", - "2018-07-01", - "2018-08-01", - "2018-09-01", - "2018-11-01", - "2019-03-01", - "2019-04-01", - "2019-05-01" - ], - "databoundaries": [ - "2024-02-01-preview", - "2024-08-01" - ], - "decompilebicep": [ - "2023-11-01" - ], - "deployments": [ - "2014-04-01-preview", - "2015-01-01", - "2015-11-01", - "2016-02-01", - "2016-06-01", - "2016-07-01", - "2016-09-01", - "2017-03-01", - "2017-05-01", - "2017-05-10", - "2017-06-01", - "2017-08-01", - "2018-01-01", - "2018-02-01", - "2018-05-01", - "2018-07-01", - "2018-08-01", - "2018-09-01", - "2018-11-01", - "2019-03-01", - "2019-04-01", - "2019-05-01", - "2019-08-01", - "2019-09-01", - "2020-06-01", - "2020-10-01", - "2021-01-01", - "2021-04-01", - "2022-09-01", - "2023-07-01" - ], - "deployments/operations": [ - "2014-04-01-preview", - "2015-01-01", - "2015-11-01", - "2016-02-01", - "2016-06-01", - "2016-07-01", - "2016-09-01", - "2017-03-01", - "2017-05-01", - "2017-05-10", - "2017-06-01", - "2017-08-01", - "2018-01-01", - "2018-02-01", - "2018-05-01", - "2018-07-01", - "2018-08-01", - "2018-09-01", - "2018-11-01", - "2019-03-01", - "2019-04-01", - "2019-05-01", - "2019-09-01", - "2020-06-01", - "2020-10-01", - "2021-01-01", - "2021-04-01", - "2022-09-01", - "2023-07-01" - ], - "deploymentscripts": [ - "2019-10-01-preview", - "2020-10-01", - "2023-08-01" - ], - "deploymentscripts/logs": [ - "2019-10-01-preview", - "2020-10-01", - "2023-08-01" - ], - "deploymentstacks": [ - "2022-08-01-preview", - "2024-03-01" - ], - "links": [ - "2014-04-01-preview", - "2015-01-01", - "2015-11-01", - "2016-02-01", - "2016-06-01", - "2016-07-01", - "2016-09-01", - "2017-03-01", - "2017-05-01", - "2017-05-10", - "2017-06-01", - "2017-08-01", - "2018-01-01", - "2018-02-01", - "2018-05-01", - "2018-07-01", - "2018-08-01", - "2018-09-01", - "2018-11-01", - "2019-03-01", - "2019-04-01", - "2019-05-01" - ], - "locations": [ - "2014-04-01-preview", - "2015-01-01", - "2015-11-01", - "2016-02-01", - "2016-06-01", - "2016-07-01", - "2016-09-01", - "2017-03-01", - "2017-05-01", - "2017-05-10", - "2017-06-01", - "2017-08-01", - "2018-01-01", - "2018-02-01", - "2018-05-01", - "2018-07-01", - "2018-08-01", - "2018-09-01", - "2018-11-01", - "2019-03-01", - "2019-04-01", - "2019-05-01", - "2019-09-01" - ], - "locations/deploymentoperationresults": [ - "2014-04-01-preview", - "2015-01-01", - "2015-11-01", - "2016-02-01", - "2016-06-01", - "2016-07-01", - "2016-09-01", - "2017-03-01", - "2017-05-01", - "2017-05-10", - "2017-06-01", - "2017-08-01", - "2018-01-01", - "2018-02-01", - "2018-05-01", - "2018-07-01", - "2018-08-01", - "2018-09-01", - "2018-11-01", - "2019-03-01", - "2019-04-01", - "2019-05-01", - "2019-08-01", - "2019-09-01", - "2020-06-01", - "2020-10-01", - "2021-01-01", - "2021-04-01", - "2022-09-01", - "2023-07-01" - ], - "locations/deploymentscriptoperationresults": [ - "2019-10-01-preview", - "2020-10-01", - "2023-08-01" - ], - "locations/deploymentstackoperationresults": [ - "2022-08-01-preview", - "2024-03-01" - ], - "locations/deploymentstackoperationstatus": [ - "2022-08-01-preview", - "2024-03-01" - ], - "locations/deploymentstatuses": [ - "2014-04-01-preview", - "2015-01-01", - "2015-11-01", - "2016-02-01", - "2016-06-01", - "2016-07-01", - "2016-09-01", - "2017-03-01", - "2017-05-01", - "2017-05-10", - "2017-06-01", - "2017-08-01", - "2018-01-01", - "2018-02-01", - "2018-05-01", - "2018-07-01", - "2018-08-01", - "2018-09-01", - "2018-11-01", - "2019-03-01", - "2019-04-01", - "2019-05-01", - "2019-08-01", - "2019-09-01", - "2020-06-01", - "2020-10-01", - "2021-01-01", - "2021-04-01", - "2022-09-01", - "2023-07-01" - ], - "locations/exportresourcetemplate": [ - "2014-04-01-preview", - "2015-01-01", - "2015-11-01", - "2016-02-01", - "2016-06-01", - "2016-07-01", - "2016-09-01", - "2017-03-01", - "2017-05-01", - "2017-05-10", - "2017-06-01", - "2017-08-01", - "2018-01-01", - "2018-02-01", - "2018-05-01", - "2018-07-01", - "2018-08-01", - "2018-09-01", - "2018-11-01", - "2019-03-01", - "2019-04-01", - "2019-05-01", - "2019-08-01", - "2019-09-01", - "2020-06-01", - "2020-10-01", - "2021-01-01", - "2021-04-01", - "2022-09-01", - "2023-07-01" - ], - "locations/mobooperationstatuses": [ - "2023-06-01-preview" - ], - "locations/notifydeploymentjobs": [ - "2014-04-01-preview", - "2015-01-01", - "2015-11-01", - "2016-02-01", - "2016-06-01", - "2016-07-01", - "2016-09-01", - "2017-03-01", - "2017-05-01", - "2017-05-10", - "2017-06-01", - "2017-08-01", - "2018-01-01", - "2018-02-01", - "2018-05-01", - "2018-07-01", - "2018-08-01", - "2018-09-01", - "2018-11-01", - "2019-03-01", - "2019-04-01", - "2019-05-01", - "2019-08-01", - "2019-09-01", - "2020-06-01", - "2020-10-01", - "2021-01-01", - "2021-04-01", - "2022-09-01", - "2023-07-01" - ], - "mobobrokers": [ - "2023-06-01-preview" - ], - "notifyresourcejobs": [ - "2018-02-01", - "2018-05-01", - "2018-07-01", - "2018-08-01", - "2018-09-01", - "2018-11-01", - "2019-03-01", - "2019-04-01", - "2019-05-01", - "2019-09-01" - ], - "operationresults": [ - "2014-04-01-preview", - "2015-01-01", - "2015-11-01", - "2016-02-01", - "2016-06-01", - "2016-07-01", - "2016-09-01", - "2017-03-01", - "2017-05-01", - "2017-05-10", - "2017-06-01", - "2017-08-01", - "2018-01-01", - "2018-02-01", - "2018-05-01", - "2018-07-01", - "2018-08-01", - "2018-09-01", - "2018-11-01", - "2019-03-01", - "2019-04-01", - "2019-05-01", - "2019-09-01" - ], - "operations": [ - "2015-01-01" - ], - "providers": [ - "2014-04-01-preview", - "2015-01-01", - "2015-11-01", - "2016-02-01", - "2016-06-01", - "2016-07-01", - "2016-09-01", - "2017-03-01", - "2017-05-01", - "2017-05-10", - "2017-06-01", - "2017-08-01", - "2018-01-01", - "2018-02-01", - "2018-05-01", - "2018-07-01", - "2018-08-01", - "2018-09-01", - "2018-11-01", - "2019-03-01", - "2019-04-01", - "2019-05-01" - ], - "resourcegroups": [ - "2014-04-01-preview", - "2015-01-01", - "2015-11-01", - "2016-02-01", - "2016-06-01", - "2016-07-01", - "2016-09-01", - "2017-03-01", - "2017-05-01", - "2017-05-10", - "2017-06-01", - "2017-08-01", - "2018-01-01", - "2018-02-01", - "2018-05-01", - "2018-07-01", - "2018-08-01", - "2018-09-01", - "2018-11-01", - "2019-03-01", - "2019-04-01", - "2019-05-01", - "2019-06-01", - "2019-07-01", - "2019-08-01", - "2019-09-01", - "2019-10-01", - "2019-11-01", - "2020-01-01", - "2020-05-01", - "2020-06-01", - "2020-07-01", - "2020-08-01", - "2020-09-01", - "2020-10-01", - "2021-01-01", - "2021-04-01", - "2022-01-01", - "2022-03-01-preview", - "2022-05-01", - "2022-06-01", - "2022-09-01", - "2022-11-01-preview", - "2022-12-01", - "2023-03-01-preview", - "2023-07-01", - "2023-07-01-preview" - ], - "resources": [ - "2014-04-01-preview", - "2015-01-01", - "2015-11-01", - "2016-02-01", - "2016-06-01", - "2016-07-01", - "2016-09-01", - "2017-03-01", - "2017-05-01", - "2017-05-10", - "2017-06-01", - "2017-08-01", - "2018-01-01", - "2018-02-01", - "2018-05-01", - "2018-07-01", - "2018-08-01", - "2018-09-01", - "2018-11-01", - "2019-03-01", - "2019-04-01", - "2019-05-01", - "2019-09-01" - ], - "snapshots": [ - "2022-11-01-preview" - ], - "subscriptions": [ - "2014-04-01-preview", - "2015-01-01", - "2015-11-01", - "2016-02-01", - "2016-06-01", - "2016-07-01", - "2016-09-01", - "2017-03-01", - "2017-05-01", - "2017-05-10", - "2017-06-01", - "2017-08-01", - "2018-01-01", - "2018-02-01", - "2018-05-01", - "2018-07-01", - "2018-08-01", - "2018-09-01", - "2018-11-01", - "2019-03-01", - "2019-04-01", - "2019-05-01", - "2019-09-01", - "2019-10-01" - ], - "subscriptions/locations": [ - "2014-04-01-preview", - "2015-01-01", - "2015-11-01", - "2016-02-01", - "2016-06-01", - "2016-07-01", - "2016-09-01", - "2017-03-01", - "2017-05-01", - "2017-05-10", - "2017-06-01", - "2017-08-01", - "2018-01-01", - "2018-02-01", - "2018-05-01", - "2018-07-01", - "2018-08-01", - "2018-09-01", - "2018-11-01", - "2019-03-01", - "2019-04-01", - "2019-05-01" - ], - "subscriptions/operationresults": [ - "2014-04-01-preview", - "2015-01-01", - "2015-11-01", - "2016-02-01", - "2016-06-01", - "2016-07-01", - "2016-09-01", - "2017-03-01", - "2017-05-01", - "2017-05-10", - "2017-06-01", - "2017-08-01", - "2018-01-01", - "2018-02-01", - "2018-05-01", - "2018-07-01", - "2018-08-01", - "2018-09-01", - "2018-11-01", - "2019-03-01", - "2019-04-01", - "2019-05-01" - ], - "subscriptions/providers": [ - "2014-04-01-preview", - "2015-01-01", - "2015-11-01", - "2016-02-01", - "2016-06-01", - "2016-07-01", - "2016-09-01", - "2017-03-01", - "2017-05-01", - "2017-05-10", - "2017-06-01", - "2017-08-01", - "2018-01-01", - "2018-02-01", - "2018-05-01", - "2018-07-01", - "2018-08-01", - "2018-09-01", - "2018-11-01", - "2019-03-01", - "2019-04-01", - "2019-05-01" - ], - "subscriptions/resourcegroups": [ - "2014-04-01-preview", - "2015-01-01", - "2015-11-01", - "2016-02-01", - "2016-06-01", - "2016-07-01", - "2016-09-01", - "2017-03-01", - "2017-05-01", - "2017-05-10", - "2017-06-01", - "2017-08-01", - "2018-01-01", - "2018-02-01", - "2018-05-01", - "2018-07-01", - "2018-08-01", - "2018-09-01", - "2018-11-01", - "2019-03-01", - "2019-04-01", - "2019-05-01" - ], - "subscriptions/resourcegroups/resources": [ - "2014-04-01-preview", - "2015-01-01", - "2015-11-01", - "2016-02-01", - "2016-06-01", - "2016-07-01", - "2016-09-01", - "2017-03-01", - "2017-05-01", - "2017-05-10", - "2017-06-01", - "2017-08-01", - "2018-01-01", - "2018-02-01", - "2018-05-01", - "2018-07-01", - "2018-08-01", - "2018-09-01", - "2018-11-01", - "2019-03-01", - "2019-04-01", - "2019-05-01" - ], - "subscriptions/resources": [ - "2014-04-01-preview", - "2015-01-01", - "2015-11-01", - "2016-02-01", - "2016-06-01", - "2016-07-01", - "2016-09-01", - "2017-03-01", - "2017-05-01", - "2017-05-10", - "2017-06-01", - "2017-08-01", - "2018-01-01", - "2018-02-01", - "2018-05-01", - "2018-07-01", - "2018-08-01", - "2018-09-01", - "2018-11-01", - "2019-03-01", - "2019-04-01", - "2019-05-01", - "2019-09-01" - ], - "subscriptions/tagnames": [ - "2014-04-01-preview", - "2015-01-01", - "2015-11-01", - "2016-02-01", - "2016-06-01", - "2016-07-01", - "2016-09-01", - "2017-03-01", - "2017-05-01", - "2017-05-10", - "2017-06-01", - "2017-08-01", - "2018-01-01", - "2018-02-01", - "2018-05-01", - "2018-07-01", - "2018-08-01", - "2018-09-01", - "2018-11-01", - "2019-03-01", - "2019-04-01", - "2019-05-01", - "2022-09-01", - "2023-07-01" - ], - "subscriptions/tagnames/tagvalues": [ - "2014-04-01-preview", - "2015-01-01", - "2015-11-01", - "2016-02-01", - "2016-06-01", - "2016-07-01", - "2016-09-01", - "2017-03-01", - "2017-05-01", - "2017-05-10", - "2017-06-01", - "2017-08-01", - "2018-01-01", - "2018-02-01", - "2018-05-01", - "2018-07-01", - "2018-08-01", - "2018-09-01", - "2018-11-01", - "2019-03-01", - "2019-04-01", - "2019-05-01", - "2022-09-01", - "2023-07-01" - ], - "tags": [ - "2018-11-01", - "2019-03-01", - "2019-04-01", - "2019-05-01", - "2019-10-01", - "2022-09-01", - "2023-07-01" - ], - "templatespecs": [ - "2019-06-01-preview", - "2021-03-01-preview", - "2021-05-01", - "2022-02-01" - ], - "templatespecs/versions": [ - "2019-06-01-preview", - "2021-03-01-preview", - "2021-05-01", - "2022-02-01" - ], - "tenants": [ - "2014-04-01-preview", - "2015-01-01", - "2015-11-01", - "2016-02-01", - "2016-06-01", - "2016-07-01", - "2016-09-01", - "2017-03-01", - "2017-05-01", - "2017-05-10", - "2017-06-01", - "2017-08-01", - "2018-01-01", - "2018-02-01", - "2018-05-01", - "2018-07-01", - "2018-08-01", - "2018-09-01", - "2018-11-01", - "2019-03-01", - "2019-04-01", - "2019-05-01", - "2019-09-01", - "2020-01-01" - ], - "validateresources": [ - "2022-06-01" - ] - }, - "saas": { - "": [ - "2018-03-01-beta" - ], - "applications": [ - "2018-03-01-beta" - ], - "checknameavailability": [ - "2018-03-01-beta" - ], - "operationresults": [ - "2018-03-01-beta" - ], - "operations": [ - "2018-03-01-beta" - ], - "resources": [ - "2018-03-01-beta" - ], - "saasresources": [ - "2018-03-01-beta" - ] - }, - "saashub": { - "": [ - "2023-01-01-preview" - ], - "cancreate": [ - "2023-01-01-preview" - ], - "checknameavailability": [ - "2023-01-01-preview" - ], - "cloudservices": [ - "2023-01-01-preview" - ], - "locations": [ - "2023-01-01-preview" - ], - "locations/operationstatuses": [ - "2023-01-01-preview" - ], - "operations": [ - "2023-01-01-preview" - ], - "operationstatuses": [ - "2023-01-01-preview" - ], - "registeredsubscriptions": [ - "2023-01-01-preview" - ] - }, - "scom": { - "": [ - "2021-06-30-preview", - "2022-04-30-preview", - "2022-09-13-preview", - "2023-06-30", - "2023-07-07-preview", - "2024-01-01-preview", - "2024-06-05-preview", - "2024-07-15-preview" - ], - "locations": [ - "2021-06-30-preview", - "2022-04-30-preview", - "2022-09-13-preview", - "2023-06-30", - "2023-07-07-preview", - "2024-06-05-preview", - "2024-07-15-preview" - ], - "locations/operationstatuses": [ - "2021-06-30-preview", - "2022-04-30-preview", - "2022-09-13-preview", - "2023-07-07-preview", - "2024-01-01-preview", - "2024-07-15-preview" - ], - "managedinstances": [ - "2021-06-30-preview", - "2022-04-30-preview", - "2022-09-13-preview", - "2023-07-07-preview", - "2024-01-01-preview", - "2024-07-15-preview" - ], - "managedinstances/managedgateways": [ - "2023-07-07-preview", - "2024-01-01-preview", - "2024-07-15-preview" - ], - "managedinstances/monitoredresources": [ - "2023-07-07-preview", - "2024-01-01-preview", - "2024-07-15-preview" - ], - "operations": [ - "2021-06-30-preview", - "2022-04-30-preview", - "2022-09-13-preview", - "2023-06-30", - "2023-07-07-preview" - ] - }, - "scvmm": { - "": [ - "2020-06-05-preview", - "2022-05-21-preview", - "2023-04-01-preview", - "2023-10-07", - "2024-06-01" - ], - "availabilitysets": [ - "2023-04-01-preview", - "2023-10-07", - "2024-06-01" - ], - "clouds": [ - "2023-04-01-preview", - "2023-10-07", - "2024-06-01" - ], - "locations": [ - "2020-06-05-preview", - "2022-05-21-preview", - "2023-04-01-preview", - "2023-10-07", - "2024-06-01" - ], - "locations/operationstatuses": [ - "2020-06-05-preview", - "2022-05-21-preview", - "2023-04-01-preview", - "2023-10-07", - "2024-06-01" - ], - "operations": [ - "2020-06-05-preview", - "2022-05-21-preview", - "2023-04-01-preview", - "2023-10-07", - "2024-06-01" - ], - "virtualmachineinstances": [ - "2023-04-01-preview", - "2023-10-07", - "2024-06-01" - ], - "virtualmachines": [ - "2020-06-05-preview", - "2022-05-21-preview", - "2023-04-01-preview" - ], - "virtualmachines/extensions": [ - "2022-05-21-preview", - "2023-04-01-preview" - ], - "virtualmachines/guestagents": [ - "2022-05-21-preview", - "2023-04-01-preview" - ], - "virtualmachines/hybrididentitymetadata": [ - "2022-05-21-preview", - "2023-04-01-preview" - ], - "virtualmachinetemplates": [ - "2023-04-01-preview", - "2023-10-07", - "2024-06-01" - ], - "virtualnetworks": [ - "2023-04-01-preview", - "2023-10-07", - "2024-06-01" - ], - "vmmservers": [ - "2023-04-01-preview", - "2023-10-07", - "2024-06-01" - ], - "vmmservers/inventoryitems": [ - "2023-04-01-preview", - "2023-10-07", - "2024-06-01" - ] - }, - "search": { - "": [ - "2014-07-31-Preview", - "2015-02-28", - "2015-08-19", - "2019-10-01-Preview", - "2020-03-13", - "2020-08-01", - "2020-08-01-Preview", - "2021-04-01-Preview", - "2021-06-06-Preview", - "2022-09-01", - "2023-11-01", - "2024-03-01-Preview", - "2024-06-01-Preview" - ], - "checknameavailability": [ - "2015-08-19", - "2019-10-01-Preview", - "2020-03-13", - "2020-08-01", - "2020-08-01-Preview", - "2021-04-01-Preview", - "2021-06-06-Preview", - "2022-09-01", - "2023-11-01", - "2024-03-01-Preview", - "2024-06-01-Preview" - ], - "checkservicenameavailability": [ - "2014-07-31-Preview", - "2015-02-28" - ], - "locations": [ - "2021-06-06-Preview", - "2022-09-01", - "2023-11-01", - "2024-03-01-Preview", - "2024-06-01-Preview" - ], - "locations/notifynetworksecurityperimeterupdatesavailable": [ - "2021-06-06-Preview", - "2022-09-01", - "2023-11-01", - "2024-03-01-Preview", - "2024-06-01-Preview" - ], - "locations/operationresults": [ - "2021-06-06-Preview", - "2024-03-01-Preview", - "2024-06-01-Preview" - ], - "locations/usages": [ - "2023-11-01", - "2024-03-01-Preview", - "2024-06-01-Preview" - ], - "operations": [ - "2015-02-28", - "2015-08-19", - "2019-10-01-Preview", - "2020-03-13", - "2020-08-01", - "2020-08-01-Preview", - "2021-04-01-Preview", - "2021-06-06-Preview", - "2022-09-01", - "2023-11-01", - "2024-03-01-Preview", - "2024-06-01-Preview" - ], - "resourcehealthmetadata": [ - "2015-08-19", - "2019-10-01-Preview", - "2020-03-13", - "2020-08-01", - "2020-08-01-Preview", - "2021-04-01-Preview", - "2021-06-06-Preview", - "2022-09-01", - "2023-11-01", - "2024-03-01-Preview", - "2024-06-01-Preview" - ], - "searchservices": [ - "2014-07-31-Preview", - "2015-02-28", - "2015-08-19", - "2019-10-01-Preview", - "2020-03-13", - "2020-08-01", - "2020-08-01-Preview", - "2021-04-01-Preview", - "2021-06-06-Preview", - "2022-09-01", - "2023-11-01", - "2024-03-01-Preview", - "2024-06-01-Preview" - ] - }, - "secretsynccontroller": { - "": [ - "2024-08-21-preview" - ], - "azurekeyvaultsecretproviderclasses": [ - "2024-08-21-preview" - ], - "locations": [ - "2024-08-21-preview" - ], - "locations/operationstatuses": [ - "2024-08-21-preview" - ], - "operations": [ - "2024-08-21-preview" - ], - "secretsyncs": [ - "2024-08-21-preview" - ] - }, - "security": { - "": [ - "2015-06-01-preview", - "2017-08-01", - "2017-08-01-preview", - "2018-06-01", - "2019-01-01", - "2019-01-01-preview", - "2019-08-01", - "2020-01-01", - "2020-01-01-preview", - "2020-07-01-preview", - "2021-01-01", - "2021-06-01", - "2021-07-01", - "2021-07-01-alpha", - "2021-07-01-beta", - "2021-07-01-preview", - "2021-08-01-preview", - "2021-10-01-preview", - "2021-11-01", - "2021-12-01-preview", - "2022-01-01", - "2022-01-01-preview", - "2022-03-01", - "2022-03-01-preview", - "2022-04-01-alpha", - "2022-04-01-beta", - "2022-04-01-preview", - "2022-05-01", - "2022-07-01-preview", - "2022-11-20-preview", - "2022-12-01-preview", - "2023-01-01", - "2023-01-01-preview", - "2023-02-01-preview", - "2023-02-15-preview", - "2023-03-01-preview", - "2023-05-01", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-15", - "2023-12-01-preview", - "2024-01-01", - "2024-03-01-preview", - "2024-04-01", - "2024-05-01-preview", - "2024-07-01-preview", - "2024-08-01", - "2024-08-01-preview", - "2024-10-01-preview" - ], - "advancedthreatprotectionsettings": [ - "2017-08-01-preview", - "2019-01-01" - ], - "aggregations": [ - "2023-06-01-preview" - ], - "alerts": [ - "2015-06-01-preview", - "2019-01-01", - "2020-01-01", - "2021-01-01", - "2021-11-01", - "2022-01-01" - ], - "alertssuppressionrules": [ - "2019-01-01-preview" - ], - "allowedconnections": [ - "2015-06-01-preview", - "2020-01-01" - ], - "apicollections": [ - "2022-11-20-preview", - "2023-11-15" - ], - "applications": [ - "2022-07-01-preview" - ], - "assessmentmetadata": [ - "2019-01-01-preview", - "2020-01-01", - "2021-06-01" - ], - "assessments": [ - "2019-01-01-preview", - "2020-01-01", - "2021-06-01" - ], - "assessments/governanceassignments": [ - "2022-01-01-preview" - ], - "assignments": [ - "2021-08-01-preview" - ], - "autodismissalertsrules": [ - "2019-01-01-preview" - ], - "automations": [ - "2019-01-01-preview", - "2023-12-01-preview" - ], - "autoprovisioningsettings": [ - "2017-08-01-preview", - "2019-01-01" - ], - "complianceresults": [ - "2017-08-01" - ], - "compliances": [ - "2017-08-01-preview" - ], - "connectors": [ - "2020-01-01-preview" - ], - "customassessmentautomations": [ - "2021-07-01-alpha", - "2021-07-01-beta", - "2021-07-01-preview" - ], - "customrecommendations": [ - "2023-05-01-preview", - "2024-08-01" - ], - "datacollectionagents": [ - "2015-06-01-preview" - ], - "datascanners": [ - "2021-12-01-preview" - ], - "defenderforstoragesettings": [ - "2017-08-01-preview", - "2022-12-01-preview", - "2024-10-01-preview" - ], - "devicesecuritygroups": [ - "2017-08-01-preview", - "2019-08-01" - ], - "discoveredsecuritysolutions": [ - "2015-06-01-preview", - "2020-01-01" - ], - "externalsecuritysolutions": [ - "2015-06-01-preview", - "2020-01-01" - ], - "governancerules": [ - "2022-01-01-preview" - ], - "healthreports": [ - "2023-02-01-preview", - "2023-05-01-preview" - ], - "informationprotectionpolicies": [ - "2017-08-01-preview" - ], - "integrations": [ - "2023-07-01-preview" - ], - "iotsecuritysolutions": [ - "2017-08-01-preview", - "2019-08-01" - ], - "iotsecuritysolutions/analyticsmodels": [ - "2017-08-01-preview", - "2019-08-01" - ], - "iotsecuritysolutions/analyticsmodels/aggregatedalerts": [ - "2017-08-01-preview", - "2019-08-01" - ], - "iotsecuritysolutions/analyticsmodels/aggregatedrecommendations": [ - "2017-08-01-preview", - "2019-08-01" - ], - "iotsecuritysolutions/iotalerts": [ - "2019-08-01" - ], - "iotsecuritysolutions/iotalerttypes": [ - "2019-08-01" - ], - "iotsecuritysolutions/iotrecommendations": [ - "2019-08-01" - ], - "iotsecuritysolutions/iotrecommendationtypes": [ - "2019-08-01" - ], - "jitnetworkaccesspolicies": [ - "2015-06-01-preview", - "2020-01-01" - ], - "jitpolicies": [ - "2015-06-01-preview" - ], - "locations": [ - "2015-06-01-preview" - ], - "locations/alerts": [ - "2015-06-01-preview", - "2019-01-01", - "2020-01-01", - "2021-01-01", - "2021-11-01", - "2022-01-01" - ], - "locations/allowedconnections": [ - "2015-06-01-preview", - "2020-01-01" - ], - "locations/discoveredsecuritysolutions": [ - "2015-06-01-preview", - "2020-01-01" - ], - "locations/externalsecuritysolutions": [ - "2015-06-01-preview", - "2020-01-01" - ], - "locations/jitnetworkaccesspolicies": [ - "2015-06-01-preview", - "2020-01-01" - ], - "locations/securitysolutions": [ - "2015-06-01-preview", - "2020-01-01" - ], - "locations/securitysolutionsreferencedata": [ - "2015-06-01-preview", - "2020-01-01" - ], - "locations/tasks": [ - "2015-06-01-preview" - ], - "locations/topologies": [ - "2015-06-01-preview", - "2020-01-01" - ], - "mdeonboardings": [ - "2021-10-01-preview" - ], - "operations": [ - "2015-06-01-preview", - "2020-01-01" - ], - "policies": [ - "2015-06-01-preview" - ], - "pricings": [ - "2018-06-01", - "2022-03-01", - "2023-01-01", - "2024-01-01" - ], - "pricings/securityoperators": [ - "2023-01-01-preview" - ], - "query": [ - "2022-04-01-alpha", - "2022-04-01-beta", - "2022-04-01-preview" - ], - "regulatorycompliancestandards": [ - "2019-01-01", - "2019-01-01-preview" - ], - "regulatorycompliancestandards/regulatorycompliancecontrols": [ - "2019-01-01", - "2019-01-01-preview" - ], - "regulatorycompliancestandards/regulatorycompliancecontrols/regulatorycomplianceassessments": [ - "2019-01-01", - "2019-01-01-preview" - ], - "securescorecontroldefinitions": [ - "2020-01-01", - "2020-01-01-preview" - ], - "securescorecontrols": [ - "2020-01-01", - "2020-01-01-preview" - ], - "securescores": [ - "2020-01-01", - "2020-01-01-preview" - ], - "securescores/securescorecontrols": [ - "2020-01-01", - "2020-01-01-preview" - ], - "securityconnectors": [ - "2023-03-01-preview", - "2023-10-01-preview", - "2024-03-01-preview", - "2024-07-01-preview", - "2024-08-01-preview" - ], - "securityconnectors/devops": [ - "2023-09-01-preview", - "2024-04-01", - "2024-05-01-preview" - ], - "securitycontacts": [ - "2017-08-01-preview", - "2020-01-01-preview", - "2023-12-01-preview" - ], - "securitysolutions": [ - "2015-06-01-preview", - "2020-01-01" - ], - "securitysolutionsreferencedata": [ - "2015-06-01-preview", - "2020-01-01" - ], - "securitystandards": [ - "2023-05-01-preview", - "2024-08-01" - ], - "securitystatuses": [ - "2015-06-01-preview" - ], - "securitystatusessummaries": [ - "2015-06-01-preview" - ], - "sensitivitysettings": [ - "2023-02-15-preview" - ], - "servervulnerabilityassessments": [ - "2015-06-01-preview", - "2020-01-01" - ], - "servervulnerabilityassessmentssettings": [ - "2022-01-01-preview", - "2023-05-01" - ], - "settings": [ - "2017-08-01-preview", - "2019-01-01", - "2021-06-01", - "2021-07-01", - "2022-05-01" - ], - "sqlvulnerabilityassessments": [ - "2020-07-01-preview", - "2023-02-01-preview" - ], - "standardassignments": [ - "2023-05-01-preview", - "2024-08-01" - ], - "standards": [ - "2021-08-01-preview" - ], - "subassessments": [ - "2019-01-01-preview", - "2020-01-01" - ], - "tasks": [ - "2015-06-01-preview" - ], - "topologies": [ - "2015-06-01-preview", - "2020-01-01" - ], - "trustedips": [ - "2024-07-01-preview" - ], - "vmscanners": [ - "2022-03-01-preview" - ], - "workspacesettings": [ - "2017-08-01-preview", - "2019-01-01" - ] - }, - "securitycopilot": { - "": [ - "2023-12-01-preview" - ], - "capacities": [ - "2023-12-01-preview" - ], - "locations": [ - "2023-12-01-preview" - ], - "locations/operationstatuses": [ - "2023-12-01-preview" - ], - "operations": [ - "2023-12-01-preview" - ] - }, - "securitydetonation": { - "": [ - "2019-08-01-preview", - "2020-07-01-preview", - "2021-07-01", - "2022-07-01" - ], - "chambers": [ - "2019-08-01-preview", - "2020-07-01-preview", - "2021-07-01", - "2022-07-01" - ], - "checknameavailability": [ - "2019-08-01-preview", - "2020-07-01-preview", - "2021-07-01", - "2022-07-01" - ], - "operationresults": [ - "2019-08-01-preview", - "2020-07-01-preview", - "2021-07-01", - "2022-07-01" - ], - "operations": [ - "2019-08-01-preview", - "2020-07-01-preview", - "2021-07-01", - "2022-07-01" - ] - }, - "securityinsights": { - "": [ - "2019-01-01-preview", - "2020-01-01", - "2021-03-01-preview", - "2021-04-01", - "2021-09-01-preview", - "2021-10-01", - "2021-10-01-preview", - "2022-01-01-preview", - "2022-04-01-preview", - "2022-05-01-preview", - "2022-06-01-preview", - "2022-07-01-preview", - "2022-08-01", - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01", - "2022-11-01-preview", - "2022-12-01-preview", - "2023-02-01", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-02-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-05-01-preview", - "2024-06-01", - "2024-06-01-preview", - "2024-09-01", - "2024-10-01-preview" - ], - "aggregations": [ - "2019-01-01-preview" - ], - "alertrules": [ - "2019-01-01-preview", - "2020-01-01", - "2021-03-01-preview", - "2021-09-01-preview", - "2021-10-01", - "2021-10-01-preview", - "2022-01-01-preview", - "2022-04-01-preview", - "2022-05-01-preview", - "2022-06-01-preview", - "2022-07-01-preview", - "2022-08-01", - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01", - "2022-11-01-preview", - "2022-12-01-preview", - "2023-02-01", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-09-01", - "2024-10-01-preview" - ], - "alertruletemplates": [ - "2019-01-01-preview", - "2020-01-01", - "2021-03-01-preview", - "2021-09-01-preview", - "2021-10-01", - "2021-10-01-preview", - "2022-01-01-preview", - "2022-04-01-preview", - "2022-05-01-preview", - "2022-06-01-preview", - "2022-07-01-preview", - "2022-08-01", - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01", - "2022-11-01-preview", - "2022-12-01-preview", - "2023-02-01", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-09-01", - "2024-10-01-preview" - ], - "automationrules": [ - "2019-01-01-preview", - "2021-09-01-preview", - "2021-10-01", - "2021-10-01-preview", - "2022-01-01-preview", - "2022-04-01-preview", - "2022-05-01-preview", - "2022-06-01-preview", - "2022-07-01-preview", - "2022-08-01", - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01", - "2022-11-01-preview", - "2022-12-01-preview", - "2023-02-01", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-09-01", - "2024-10-01-preview" - ], - "billingstatistics": [ - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-04-01-preview", - "2024-10-01-preview" - ], - "bookmarks": [ - "2019-01-01-preview", - "2020-01-01", - "2021-09-01-preview", - "2021-10-01", - "2021-10-01-preview", - "2022-01-01-preview", - "2022-04-01-preview", - "2022-05-01-preview", - "2022-06-01-preview", - "2022-07-01-preview", - "2022-08-01", - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01", - "2022-11-01-preview", - "2022-12-01-preview", - "2023-02-01", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-09-01", - "2024-10-01-preview" - ], - "businessapplicationagents": [ - "2024-04-01-preview", - "2024-10-01-preview" - ], - "cases": [ - "2019-01-01-preview" - ], - "confidentialwatchlists": [ - "2022-06-01-preview", - "2022-07-01-preview", - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-04-01-preview", - "2024-10-01-preview" - ], - "contentpackages": [ - "2022-11-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-09-01", - "2024-10-01-preview" - ], - "contentproductpackages": [ - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-09-01", - "2024-10-01-preview" - ], - "contentproducttemplates": [ - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-09-01", - "2024-10-01-preview" - ], - "contenttemplates": [ - "2022-11-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-09-01", - "2024-10-01-preview" - ], - "contenttranslators": [ - "2024-01-01-preview", - "2024-04-01-preview", - "2024-10-01-preview" - ], - "dataconnectordefinitions": [ - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-04-01-preview", - "2024-06-01", - "2024-09-01", - "2024-10-01-preview" - ], - "dataconnectors": [ - "2019-01-01-preview", - "2020-01-01", - "2021-03-01-preview", - "2021-09-01-preview", - "2021-10-01", - "2021-10-01-preview", - "2022-01-01-preview", - "2022-04-01-preview", - "2022-05-01-preview", - "2022-06-01-preview", - "2022-07-01-preview", - "2022-08-01", - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01", - "2022-11-01-preview", - "2022-12-01-preview", - "2023-02-01", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-06-01", - "2024-09-01", - "2024-10-01-preview" - ], - "dataconnectorscheckrequirements": [ - "2019-01-01-preview", - "2021-09-01-preview", - "2021-10-01-preview", - "2022-01-01-preview", - "2022-04-01-preview", - "2022-05-01-preview", - "2022-06-01-preview", - "2022-07-01-preview", - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-04-01-preview", - "2024-10-01-preview" - ], - "enrichment": [ - "2019-01-01-preview", - "2021-09-01-preview", - "2021-10-01-preview", - "2022-01-01-preview", - "2022-04-01-preview", - "2022-05-01-preview", - "2022-06-01-preview", - "2022-07-01-preview", - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-02-01-preview", - "2024-04-01-preview", - "2024-10-01-preview" - ], - "enrichmentwidgets": [ - "2024-06-01-preview", - "2024-10-01-preview" - ], - "entities": [ - "2019-01-01-preview", - "2021-09-01-preview", - "2021-10-01-preview", - "2022-01-01-preview", - "2022-04-01-preview", - "2022-05-01-preview", - "2022-06-01-preview", - "2022-07-01-preview", - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-05-01-preview", - "2024-09-01", - "2024-10-01-preview" - ], - "entityqueries": [ - "2019-01-01-preview", - "2021-03-01-preview", - "2021-09-01-preview", - "2021-10-01-preview", - "2022-01-01-preview", - "2022-04-01-preview", - "2022-05-01-preview", - "2022-06-01-preview", - "2022-07-01-preview", - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-04-01-preview", - "2024-10-01-preview" - ], - "entityquerytemplates": [ - "2019-01-01-preview", - "2021-03-01-preview", - "2021-09-01-preview", - "2021-10-01-preview", - "2022-01-01-preview", - "2022-04-01-preview", - "2022-05-01-preview", - "2022-06-01-preview", - "2022-07-01-preview", - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-04-01-preview", - "2024-10-01-preview" - ], - "exportconnections": [ - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-04-01-preview", - "2024-10-01-preview" - ], - "fileimports": [ - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-04-01-preview", - "2024-10-01-preview" - ], - "hunts": [ - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-04-01-preview", - "2024-10-01-preview" - ], - "huntsessions": [ - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-04-01-preview", - "2024-10-01-preview" - ], - "incidents": [ - "2019-01-01-preview", - "2020-01-01", - "2021-03-01-preview", - "2021-04-01", - "2021-09-01-preview", - "2021-10-01", - "2021-10-01-preview", - "2022-01-01-preview", - "2022-04-01-preview", - "2022-05-01-preview", - "2022-06-01-preview", - "2022-07-01-preview", - "2022-08-01", - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01", - "2022-11-01-preview", - "2022-12-01-preview", - "2023-02-01", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-09-01", - "2024-10-01-preview" - ], - "listrepositories": [ - "2021-03-01-preview", - "2021-09-01-preview", - "2021-10-01-preview", - "2022-01-01-preview", - "2022-04-01-preview", - "2022-05-01-preview", - "2022-06-01-preview", - "2022-07-01-preview", - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-09-01", - "2024-10-01-preview" - ], - "metadata": [ - "2021-03-01-preview", - "2021-09-01-preview", - "2021-10-01-preview", - "2022-01-01-preview", - "2022-04-01-preview", - "2022-05-01-preview", - "2022-06-01-preview", - "2022-07-01-preview", - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01-preview", - "2022-12-01-preview", - "2023-02-01", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-09-01", - "2024-10-01-preview" - ], - "mitrecoveragerecords": [ - "2022-01-01-preview", - "2022-04-01-preview", - "2022-05-01-preview", - "2022-06-01-preview", - "2022-07-01-preview", - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-04-01-preview", - "2024-10-01-preview" - ], - "officeconsents": [ - "2019-01-01-preview", - "2021-09-01-preview", - "2021-10-01-preview", - "2022-01-01-preview", - "2022-04-01-preview", - "2022-05-01-preview", - "2022-06-01-preview", - "2022-07-01-preview", - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-04-01-preview", - "2024-10-01-preview" - ], - "onboardingstates": [ - "2021-03-01-preview", - "2021-09-01-preview", - "2021-10-01", - "2021-10-01-preview", - "2022-01-01-preview", - "2022-04-01-preview", - "2022-05-01-preview", - "2022-06-01-preview", - "2022-07-01-preview", - "2022-08-01", - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01", - "2022-11-01-preview", - "2022-12-01-preview", - "2023-02-01", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-09-01", - "2024-10-01-preview" - ], - "operations": [ - "2019-01-01-preview", - "2020-01-01", - "2021-03-01-preview", - "2021-04-01", - "2021-09-01-preview", - "2021-10-01", - "2021-10-01-preview", - "2022-01-01-preview", - "2022-04-01-preview", - "2022-05-01-preview", - "2022-06-01-preview", - "2022-07-01-preview", - "2022-08-01", - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01", - "2022-11-01-preview", - "2022-12-01-preview", - "2023-02-01", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-09-01", - "2024-10-01-preview" - ], - "overview": [ - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-04-01-preview", - "2024-10-01-preview" - ], - "recommendations": [ - "2022-11-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-04-01-preview", - "2024-10-01-preview" - ], - "securitymlanalyticssettings": [ - "2022-05-01-preview", - "2022-06-01-preview", - "2022-07-01-preview", - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01", - "2022-11-01-preview", - "2022-12-01-preview", - "2023-02-01", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-09-01", - "2024-10-01-preview" - ], - "settings": [ - "2019-01-01-preview", - "2021-03-01-preview", - "2021-09-01-preview", - "2021-10-01-preview", - "2022-01-01-preview", - "2022-04-01-preview", - "2022-05-01-preview", - "2022-06-01-preview", - "2022-07-01-preview", - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-04-01-preview", - "2024-10-01-preview" - ], - "sourcecontrols": [ - "2021-03-01-preview", - "2021-09-01-preview", - "2021-10-01-preview", - "2022-01-01-preview", - "2022-04-01-preview", - "2022-05-01-preview", - "2022-06-01-preview", - "2022-07-01-preview", - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-09-01", - "2024-10-01-preview" - ], - "threatintelligence": [ - "2019-01-01-preview", - "2021-04-01", - "2021-09-01-preview", - "2021-10-01", - "2021-10-01-preview", - "2022-01-01-preview", - "2022-04-01-preview", - "2022-05-01-preview", - "2022-06-01-preview", - "2022-07-01-preview", - "2022-08-01", - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01", - "2022-11-01-preview", - "2022-12-01-preview", - "2023-02-01", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-09-01", - "2024-10-01-preview" - ], - "triggeredanalyticsruleruns": [ - "2023-02-01-preview", - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-04-01-preview", - "2024-10-01-preview" - ], - "watchlists": [ - "2019-01-01-preview", - "2021-03-01-preview", - "2021-04-01", - "2021-09-01-preview", - "2021-10-01", - "2021-10-01-preview", - "2022-01-01-preview", - "2022-04-01-preview", - "2022-05-01-preview", - "2022-06-01-preview", - "2022-07-01-preview", - "2022-08-01", - "2022-08-01-preview", - "2022-09-01-preview", - "2022-10-01-preview", - "2022-11-01", - "2022-11-01-preview", - "2022-12-01-preview", - "2023-02-01", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-09-01", - "2024-10-01-preview" - ], - "workspacemanagerassignments": [ - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-04-01-preview", - "2024-10-01-preview" - ], - "workspacemanagerconfigurations": [ - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-04-01-preview", - "2024-10-01-preview" - ], - "workspacemanagergroups": [ - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-04-01-preview", - "2024-10-01-preview" - ], - "workspacemanagermembers": [ - "2023-03-01-preview", - "2023-04-01-preview", - "2023-05-01-preview", - "2023-06-01-preview", - "2023-07-01-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-10-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-04-01-preview", - "2024-10-01-preview" - ] - }, - "securityplatform": { - "": [ - "2024-10-01-preview" - ], - "locations": [ - "2024-10-01-preview" - ], - "locations/operationstatuses": [ - "2024-10-01-preview" - ], - "operations": [ - "2024-10-01-preview" - ] - }, - "serialconsole": { - "": [ - "2018-05-01", - "2023-01-01", - "2024-07-01" - ], - "consoleservices": [ - "2018-05-01", - "2023-01-01", - "2024-07-01" - ], - "locations": [ - "2018-05-01", - "2023-01-01", - "2024-07-01" - ], - "locations/consoleservices": [ - "2018-05-01", - "2023-01-01", - "2024-07-01" - ], - "operations": [ - "2018-05-01", - "2023-01-01", - "2024-07-01" - ], - "serialports": [ - "2018-05-01", - "2023-01-01", - "2024-07-01" - ] - }, - "servicebus": { - "": [ - "2014-09-01", - "2015-08-01", - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01" - ], - "checknameavailability": [ - "2014-09-01", - "2015-08-01", - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01" - ], - "checknamespaceavailability": [ - "2014-09-01", - "2015-08-01" - ], - "locations": [ - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview" - ], - "locations/deletevirtualnetworkorsubnets": [ - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01" - ], - "locations/namespaceoperationresults": [ - "2014-09-01", - "2015-08-01", - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01" - ], - "locations/operationstatus": [ - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview" - ], - "namespaces": [ - "2014-09-01", - "2015-08-01", - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01" - ], - "namespaces/authorizationrules": [ - "2014-09-01", - "2015-08-01", - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01" - ], - "namespaces/disasterrecoveryconfigs": [ - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01" - ], - "namespaces/disasterrecoveryconfigs/checknameavailability": [ - "2014-09-01", - "2015-08-01", - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01" - ], - "namespaces/eventgridfilters": [ - "2014-09-01", - "2015-08-01", - "2017-04-01" - ], - "namespaces/migrationconfigurations": [ - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01" - ], - "namespaces/networkrulesets": [ - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01" - ], - "namespaces/privateendpointconnectionproxies": [ - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01" - ], - "namespaces/privateendpointconnections": [ - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01" - ], - "namespaces/queues": [ - "2014-09-01", - "2015-08-01", - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01" - ], - "namespaces/queues/authorizationrules": [ - "2014-09-01", - "2015-08-01", - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01" - ], - "namespaces/topics": [ - "2014-09-01", - "2015-08-01", - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01" - ], - "namespaces/topics/authorizationrules": [ - "2014-09-01", - "2015-08-01", - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01" - ], - "namespaces/topics/subscriptions": [ - "2014-09-01", - "2015-08-01", - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01" - ], - "namespaces/topics/subscriptions/rules": [ - "2014-09-01", - "2015-08-01", - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01" - ], - "operations": [ - "2014-09-01", - "2015-08-01", - "2017-04-01", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01" - ], - "premiummessagingregions": [ - "2014-09-01", - "2015-08-01", - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview" - ], - "sku": [ - "2014-09-01", - "2015-08-01", - "2017-04-01", - "2018-01-01-preview", - "2021-01-01-preview", - "2021-06-01-preview", - "2021-11-01", - "2022-01-01-preview", - "2022-10-01-preview", - "2023-01-01-preview", - "2024-01-01" - ] - }, - "servicefabric": { - "": [ - "2016-03-01", - "2016-09-01", - "2017-07-01-preview", - "2017-07-01-privatepreview", - "2018-02-01", - "2018-02-01-privatepreview", - "2019-03-01", - "2019-03-01-preview", - "2019-03-01-privatepreview", - "2019-06-01-preview", - "2019-11-01-preview", - "2019-11-01-privatepreview", - "2020-01-01-preview", - "2020-02-01-preview", - "2020-02-01-privatepreview", - "2020-03-01", - "2020-12-01-preview", - "2020-12-01-privatepreview", - "2020-12-15-preview", - "2020-12-15-privatepreview", - "2021-01-01-preview", - "2021-05-01", - "2021-06-01", - "2021-07-01-preview", - "2021-11-01-preview", - "2022-01-01", - "2022-02-01-preview", - "2022-06-01-preview", - "2022-08-01-preview", - "2022-10-01-preview", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-11-01-privatepreview", - "2023-12-01-preview", - "2024-02-01-preview", - "2024-04-01", - "2024-06-01-preview", - "2024-09-01-preview" - ], - "clusters": [ - "2016-03-01", - "2016-09-01", - "2017-07-01-preview", - "2017-07-01-privatepreview", - "2018-02-01", - "2018-02-01-privatepreview", - "2019-03-01", - "2019-03-01-preview", - "2019-03-01-privatepreview", - "2019-06-01-preview", - "2019-11-01-preview", - "2019-11-01-privatepreview", - "2020-03-01", - "2020-12-01-preview", - "2020-12-01-privatepreview", - "2021-06-01", - "2023-11-01-preview", - "2023-11-01-privatepreview" - ], - "clusters/applications": [ - "2016-03-01", - "2016-09-01", - "2017-07-01-preview", - "2019-03-01", - "2019-03-01-preview", - "2019-03-01-privatepreview", - "2019-06-01-preview", - "2019-11-01-preview", - "2019-11-01-privatepreview", - "2020-03-01", - "2020-12-01-preview", - "2020-12-01-privatepreview", - "2021-06-01", - "2023-11-01-preview", - "2023-11-01-privatepreview" - ], - "clusters/applications/services": [ - "2016-03-01", - "2016-09-01", - "2017-07-01-preview", - "2019-03-01", - "2019-03-01-preview", - "2019-03-01-privatepreview", - "2019-06-01-preview", - "2019-11-01-preview", - "2019-11-01-privatepreview", - "2020-03-01", - "2020-12-01-preview", - "2020-12-01-privatepreview", - "2021-06-01", - "2023-11-01-preview", - "2023-11-01-privatepreview" - ], - "clusters/applicationtypes": [ - "2016-03-01", - "2016-09-01", - "2017-07-01-preview", - "2019-03-01", - "2019-03-01-preview", - "2019-03-01-privatepreview", - "2019-06-01-preview", - "2019-11-01-preview", - "2019-11-01-privatepreview", - "2020-03-01", - "2020-12-01-preview", - "2020-12-01-privatepreview", - "2021-06-01", - "2023-11-01-preview", - "2023-11-01-privatepreview" - ], - "clusters/applicationtypes/versions": [ - "2016-03-01", - "2016-09-01", - "2017-07-01-preview", - "2019-03-01", - "2019-03-01-preview", - "2019-03-01-privatepreview", - "2019-06-01-preview", - "2019-11-01-preview", - "2019-11-01-privatepreview", - "2020-03-01", - "2020-12-01-preview", - "2020-12-01-privatepreview", - "2021-06-01", - "2023-11-01-preview", - "2023-11-01-privatepreview" - ], - "locations": [ - "2016-03-01", - "2016-09-01", - "2017-07-01-preview", - "2017-07-01-privatepreview", - "2018-02-01", - "2018-02-01-privatepreview", - "2019-03-01", - "2019-03-01-preview", - "2019-03-01-privatepreview", - "2019-06-01-preview", - "2019-11-01-preview", - "2019-11-01-privatepreview", - "2020-02-01-preview", - "2020-02-01-privatepreview", - "2020-03-01", - "2020-12-01-preview", - "2020-12-01-privatepreview", - "2020-12-15-preview", - "2020-12-15-privatepreview", - "2021-06-01", - "2023-11-01-preview", - "2023-11-01-privatepreview" - ], - "locations/clusterversions": [ - "2016-03-01", - "2016-09-01", - "2017-07-01-preview", - "2017-07-01-privatepreview", - "2018-02-01", - "2018-02-01-privatepreview", - "2019-03-01", - "2019-03-01-preview", - "2019-03-01-privatepreview", - "2019-06-01-preview", - "2019-11-01-preview", - "2019-11-01-privatepreview", - "2020-02-01-preview", - "2020-02-01-privatepreview", - "2020-03-01", - "2020-12-01-preview", - "2020-12-01-privatepreview", - "2020-12-15-preview", - "2020-12-15-privatepreview", - "2021-06-01", - "2023-11-01-preview", - "2023-11-01-privatepreview" - ], - "locations/environments": [ - "2016-03-01", - "2016-09-01", - "2017-07-01-preview", - "2017-07-01-privatepreview", - "2018-02-01", - "2018-02-01-privatepreview", - "2019-03-01", - "2019-03-01-preview", - "2019-03-01-privatepreview", - "2019-06-01-preview", - "2019-11-01-preview", - "2019-11-01-privatepreview", - "2020-02-01-preview", - "2020-02-01-privatepreview", - "2020-03-01", - "2020-12-01-preview", - "2020-12-01-privatepreview", - "2020-12-15-preview", - "2020-12-15-privatepreview", - "2021-06-01", - "2023-11-01-preview", - "2023-11-01-privatepreview" - ], - "locations/environments/managedclusterversions": [ - "2020-01-01-preview", - "2021-01-01-preview", - "2021-05-01", - "2021-07-01-preview", - "2021-11-01-preview", - "2022-01-01", - "2022-02-01-preview", - "2022-06-01-preview", - "2022-08-01-preview", - "2022-10-01-preview", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-02-01-preview", - "2024-04-01", - "2024-06-01-preview", - "2024-09-01-preview" - ], - "locations/managedclusteroperationresults": [ - "2020-01-01-preview", - "2021-01-01-preview", - "2021-05-01", - "2021-07-01-preview", - "2021-11-01-preview", - "2022-01-01", - "2022-02-01-preview", - "2022-06-01-preview", - "2022-08-01-preview", - "2022-10-01-preview", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-02-01-preview", - "2024-04-01", - "2024-06-01-preview", - "2024-09-01-preview" - ], - "locations/managedclusteroperations": [ - "2020-01-01-preview", - "2021-01-01-preview", - "2021-05-01", - "2021-07-01-preview", - "2021-11-01-preview", - "2022-01-01", - "2022-02-01-preview", - "2022-06-01-preview", - "2022-08-01-preview", - "2022-10-01-preview", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-02-01-preview", - "2024-04-01", - "2024-06-01-preview", - "2024-09-01-preview" - ], - "locations/managedclusterversions": [ - "2020-01-01-preview", - "2021-01-01-preview", - "2021-05-01", - "2021-07-01-preview", - "2021-11-01-preview", - "2022-01-01", - "2022-02-01-preview", - "2022-06-01-preview", - "2022-08-01-preview", - "2022-10-01-preview", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-02-01-preview", - "2024-04-01", - "2024-06-01-preview", - "2024-09-01-preview" - ], - "locations/managedunsupportedvmsizes": [ - "2020-01-01-preview", - "2021-01-01-preview", - "2021-05-01", - "2021-07-01-preview", - "2021-11-01-preview", - "2022-01-01", - "2022-02-01-preview", - "2022-06-01-preview", - "2022-08-01-preview", - "2022-10-01-preview", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-02-01-preview", - "2024-04-01", - "2024-06-01-preview", - "2024-09-01-preview" - ], - "locations/operationresults": [ - "2016-03-01", - "2016-09-01", - "2017-07-01-preview", - "2017-07-01-privatepreview", - "2018-02-01", - "2018-02-01-privatepreview", - "2019-03-01", - "2019-03-01-preview", - "2019-03-01-privatepreview", - "2019-06-01-preview", - "2019-11-01-preview", - "2019-11-01-privatepreview", - "2020-02-01-preview", - "2020-02-01-privatepreview", - "2020-03-01", - "2020-12-01-preview", - "2020-12-01-privatepreview", - "2020-12-15-preview", - "2020-12-15-privatepreview", - "2021-06-01", - "2023-11-01-preview", - "2023-11-01-privatepreview" - ], - "locations/operations": [ - "2016-03-01", - "2016-09-01", - "2017-07-01-preview", - "2017-07-01-privatepreview", - "2018-02-01", - "2018-02-01-privatepreview", - "2019-03-01", - "2019-03-01-preview", - "2019-03-01-privatepreview", - "2019-06-01-preview", - "2019-11-01-preview", - "2019-11-01-privatepreview", - "2020-02-01-preview", - "2020-02-01-privatepreview", - "2020-03-01", - "2020-12-01-preview", - "2020-12-01-privatepreview", - "2020-12-15-preview", - "2020-12-15-privatepreview", - "2021-06-01", - "2023-11-01-preview", - "2023-11-01-privatepreview" - ], - "locations/unsupportedvmsizes": [ - "2016-03-01", - "2016-09-01", - "2017-07-01-preview", - "2017-07-01-privatepreview", - "2018-02-01", - "2018-02-01-privatepreview", - "2019-03-01", - "2019-03-01-preview", - "2019-03-01-privatepreview", - "2019-06-01-preview", - "2019-11-01-preview", - "2019-11-01-privatepreview", - "2020-02-01-preview", - "2020-02-01-privatepreview", - "2020-03-01", - "2020-12-01-preview", - "2020-12-01-privatepreview", - "2020-12-15-preview", - "2020-12-15-privatepreview", - "2021-06-01", - "2023-11-01-preview", - "2023-11-01-privatepreview" - ], - "managedclusters": [ - "2020-01-01-preview", - "2021-01-01-preview", - "2021-05-01", - "2021-07-01-preview", - "2021-11-01-preview", - "2022-01-01", - "2022-02-01-preview", - "2022-06-01-preview", - "2022-08-01-preview", - "2022-10-01-preview", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-02-01-preview", - "2024-04-01", - "2024-06-01-preview", - "2024-09-01-preview" - ], - "managedclusters/applications": [ - "2021-01-01-preview", - "2021-05-01", - "2021-07-01-preview", - "2021-11-01-preview", - "2022-01-01", - "2022-02-01-preview", - "2022-06-01-preview", - "2022-08-01-preview", - "2022-10-01-preview", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-02-01-preview", - "2024-04-01", - "2024-06-01-preview", - "2024-09-01-preview" - ], - "managedclusters/applications/services": [ - "2021-01-01-preview", - "2021-05-01", - "2021-07-01-preview", - "2021-11-01-preview", - "2022-01-01", - "2022-02-01-preview", - "2022-06-01-preview", - "2022-08-01-preview", - "2022-10-01-preview", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-02-01-preview", - "2024-04-01", - "2024-06-01-preview", - "2024-09-01-preview" - ], - "managedclusters/applicationtypes": [ - "2021-01-01-preview", - "2021-05-01", - "2021-07-01-preview", - "2021-11-01-preview", - "2022-01-01", - "2022-02-01-preview", - "2022-06-01-preview", - "2022-08-01-preview", - "2022-10-01-preview", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-02-01-preview", - "2024-04-01", - "2024-06-01-preview", - "2024-09-01-preview" - ], - "managedclusters/applicationtypes/versions": [ - "2021-01-01-preview", - "2021-05-01", - "2021-07-01-preview", - "2021-11-01-preview", - "2022-01-01", - "2022-02-01-preview", - "2022-06-01-preview", - "2022-08-01-preview", - "2022-10-01-preview", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-02-01-preview", - "2024-04-01", - "2024-06-01-preview", - "2024-09-01-preview" - ], - "managedclusters/nodetypes": [ - "2020-01-01-preview", - "2021-01-01-preview", - "2021-05-01", - "2021-07-01-preview", - "2021-11-01-preview", - "2022-01-01", - "2022-02-01-preview", - "2022-06-01-preview", - "2022-08-01-preview", - "2022-10-01-preview", - "2023-02-01-preview", - "2023-03-01-preview", - "2023-07-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2023-12-01-preview", - "2024-02-01-preview", - "2024-04-01", - "2024-06-01-preview", - "2024-09-01-preview" - ], - "operations": [ - "2016-03-01", - "2016-09-01", - "2017-07-01-preview", - "2017-07-01-privatepreview", - "2018-02-01", - "2018-02-01-privatepreview", - "2019-03-01", - "2019-03-01-preview", - "2019-03-01-privatepreview", - "2019-06-01-preview", - "2019-11-01-preview", - "2019-11-01-privatepreview", - "2020-01-01-preview", - "2020-02-01-preview", - "2020-02-01-privatepreview", - "2020-03-01", - "2020-12-01-preview", - "2020-12-01-privatepreview", - "2020-12-15-preview", - "2020-12-15-privatepreview", - "2021-01-01-preview", - "2021-05-01", - "2021-06-01", - "2021-07-01-preview", - "2021-11-01-preview", - "2022-01-01", - "2022-02-01-preview", - "2022-06-01-preview", - "2022-08-01-preview", - "2022-10-01-preview", - "2023-02-01-preview", - "2023-11-01-preview", - "2023-11-01-privatepreview", - "2023-12-01-preview", - "2024-02-01-preview", - "2024-04-01", - "2024-06-01-preview", - "2024-09-01-preview" - ] - }, - "servicefabricmesh": { - "": [ - "2018-07-01-preview", - "2018-09-01-preview" - ], - "applications": [ - "2018-07-01-preview", - "2018-09-01-preview" - ], - "gateways": [ - "2018-07-01-preview", - "2018-09-01-preview" - ], - "locations": [ - "2018-07-01-preview", - "2018-09-01-preview" - ], - "locations/applicationoperations": [ - "2018-07-01-preview", - "2018-09-01-preview" - ], - "locations/gatewayoperations": [ - "2018-07-01-preview", - "2018-09-01-preview" - ], - "locations/networkoperations": [ - "2018-07-01-preview", - "2018-09-01-preview" - ], - "locations/secretoperations": [ - "2018-07-01-preview", - "2018-09-01-preview" - ], - "locations/volumeoperations": [ - "2018-07-01-preview", - "2018-09-01-preview" - ], - "networks": [ - "2018-07-01-preview", - "2018-09-01-preview" - ], - "operations": [ - "2018-09-01-preview" - ], - "secrets": [ - "2018-07-01-preview", - "2018-09-01-preview" - ], - "volumes": [ - "2018-07-01-preview", - "2018-09-01-preview" - ] - }, - "servicelinker": { - "": [ - "2021-01-01-privatepreview", - "2021-11-01-preview", - "2021-12-01-privatepreview", - "2022-01-01-preview", - "2022-05-01", - "2022-07-01-privatepreview", - "2022-11-01-preview", - "2023-04-01-preview", - "2024-04-01", - "2024-07-01-preview" - ], - "configurationnames": [ - "2022-11-01-preview", - "2023-04-01-preview", - "2024-04-01", - "2024-07-01-preview" - ], - "daprconfigurations": [ - "2023-04-01-preview", - "2024-04-01", - "2024-07-01-preview" - ], - "dryruns": [ - "2021-12-01-privatepreview", - "2022-11-01-preview", - "2023-04-01-preview", - "2024-04-01", - "2024-07-01-preview" - ], - "linkers": [ - "2021-11-01-preview", - "2022-01-01-preview", - "2022-05-01", - "2022-11-01-preview", - "2023-04-01-preview", - "2024-04-01", - "2024-07-01-preview" - ], - "locations": [ - "2021-01-01-privatepreview", - "2021-11-01-preview", - "2022-05-01", - "2022-07-01-privatepreview", - "2022-11-01-preview", - "2023-04-01-preview", - "2024-04-01", - "2024-07-01-preview" - ], - "locations/connectors": [ - "2022-11-01-preview", - "2023-04-01-preview", - "2024-04-01", - "2024-07-01-preview" - ], - "locations/dryruns": [ - "2022-11-01-preview", - "2023-04-01-preview", - "2024-04-01", - "2024-07-01-preview" - ], - "locations/operationstatuses": [ - "2021-01-01-privatepreview", - "2021-11-01-preview", - "2022-05-01" - ], - "operations": [ - "2021-01-01-privatepreview", - "2021-11-01-preview", - "2022-05-01", - "2023-04-01-preview", - "2024-04-01", - "2024-07-01-preview" - ] - }, - "servicenetworking": { - "": [ - "2022-10-01-preview", - "2023-05-01-preview", - "2023-11-01", - "2024-05-01-preview" - ], - "locations": [ - "2022-10-01-preview", - "2023-05-01-preview", - "2023-11-01", - "2024-05-01-preview" - ], - "locations/operationresults": [ - "2022-10-01-preview", - "2023-05-01-preview", - "2023-11-01", - "2024-05-01-preview" - ], - "locations/operations": [ - "2022-10-01-preview", - "2023-05-01-preview", - "2023-11-01", - "2024-05-01-preview" - ], - "operations": [ - "2022-10-01-preview", - "2023-05-01-preview", - "2023-11-01", - "2024-05-01-preview" - ], - "trafficcontrollers": [ - "2022-10-01-preview", - "2023-05-01-preview", - "2023-11-01", - "2024-05-01-preview" - ], - "trafficcontrollers/associations": [ - "2022-10-01-preview", - "2023-05-01-preview", - "2023-11-01", - "2024-05-01-preview" - ], - "trafficcontrollers/frontends": [ - "2022-10-01-preview", - "2023-05-01-preview", - "2023-11-01", - "2024-05-01-preview" - ] - }, - "serviceshub": { - "": [ - "2019-08-15-preview", - "2023-03-24-preview", - "2023-04-17-preview", - "2023-10-20-preview" - ], - "connectors": [ - "2019-08-15-preview", - "2023-04-17-preview", - "2023-10-20-preview" - ], - "connectors/connectorspaces": [ - "2023-10-20-preview" - ], - "getrecommendationscontent": [ - "2023-03-24-preview" - ], - "operations": [ - "2019-08-15-preview", - "2023-10-20-preview" - ], - "supportofferingentitlement": [ - "2019-08-15-preview" - ], - "workspaces": [ - "2019-08-15-preview" - ] - }, - "signalrservice": { - "": [ - "2018-03-01-preview", - "2018-10-01", - "2020-05-01", - "2020-07-01-preview", - "2021-04-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2021-10-01", - "2022-02-01", - "2022-08-01-preview", - "2023-02-01", - "2023-03-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-08-01-preview" - ], - "locations": [ - "2018-03-01-preview", - "2018-10-01", - "2020-05-01", - "2020-07-01-preview", - "2021-04-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2021-10-01", - "2022-02-01", - "2022-08-01-preview", - "2023-02-01", - "2023-03-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-08-01-preview" - ], - "locations/checknameavailability": [ - "2018-03-01-preview", - "2018-10-01", - "2020-05-01", - "2020-07-01-preview", - "2021-04-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2021-10-01", - "2022-02-01", - "2022-08-01-preview", - "2023-02-01", - "2023-03-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-08-01-preview" - ], - "locations/operationresults": [ - "2018-03-01-preview", - "2018-10-01", - "2020-05-01", - "2020-07-01-preview", - "2021-04-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2021-10-01", - "2022-02-01", - "2022-08-01-preview", - "2023-02-01", - "2023-03-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-08-01-preview" - ], - "locations/operationstatuses": [ - "2018-03-01-preview", - "2018-10-01", - "2020-05-01", - "2020-07-01-preview", - "2021-04-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2021-10-01", - "2022-02-01", - "2022-08-01-preview", - "2023-02-01", - "2023-03-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-08-01-preview" - ], - "locations/usages": [ - "2018-03-01-preview", - "2018-10-01", - "2020-05-01", - "2020-07-01-preview", - "2021-04-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2021-10-01", - "2022-02-01", - "2022-08-01-preview", - "2023-02-01", - "2023-03-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-08-01-preview" - ], - "operations": [ - "2018-03-01-preview", - "2018-10-01", - "2020-05-01", - "2020-07-01-preview", - "2021-04-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2021-10-01", - "2022-02-01", - "2022-08-01-preview", - "2023-02-01", - "2023-03-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-08-01-preview" - ], - "signalr": [ - "2018-03-01-preview", - "2018-10-01", - "2020-05-01", - "2020-07-01-preview", - "2021-04-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2021-10-01", - "2022-02-01", - "2022-08-01-preview", - "2023-02-01", - "2023-03-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-08-01-preview" - ], - "signalr/customdomains": [ - "2020-05-01", - "2020-07-01-preview", - "2021-04-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2021-10-01", - "2022-02-01", - "2022-08-01-preview", - "2023-02-01", - "2023-03-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-08-01-preview" - ], - "signalr/eventgridfilters": [ - "2018-03-01-preview", - "2018-10-01", - "2020-05-01", - "2020-07-01-preview", - "2021-04-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2021-10-01", - "2022-02-01", - "2022-08-01-preview", - "2023-02-01", - "2023-03-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-08-01-preview" - ], - "signalr/replicas": [ - "2023-03-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-08-01-preview" - ], - "webpubsub": [ - "2020-05-01", - "2021-04-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2021-10-01", - "2022-08-01-preview", - "2023-02-01", - "2023-03-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-08-01-preview" - ], - "webpubsub/customdomains": [ - "2020-05-01", - "2021-04-01-preview", - "2021-06-01-preview", - "2021-09-01-preview", - "2021-10-01", - "2022-08-01-preview", - "2023-02-01", - "2023-03-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-08-01-preview" - ], - "webpubsub/replicas": [ - "2023-03-01-preview", - "2023-06-01-preview", - "2023-08-01-preview", - "2024-01-01-preview", - "2024-03-01", - "2024-04-01-preview", - "2024-08-01-preview" - ] - }, - "singularity": { - "": [ - "2020-12-01-preview" - ], - "accounts": [ - "2020-12-01-preview" - ], - "accounts/accountquotapolicies": [ - "2020-12-01-preview" - ], - "accounts/grouppolicies": [ - "2020-12-01-preview" - ], - "accounts/jobs": [ - "2020-12-01-preview" - ], - "accounts/models": [ - "2020-12-01-preview" - ], - "accounts/networks": [ - "2020-12-01-preview" - ], - "accounts/secrets": [ - "2020-12-01-preview" - ], - "accounts/storagecontainers": [ - "2020-12-01-preview" - ], - "accounts/templatedmodels": [ - "2020-12-01-preview" - ], - "images": [ - "2020-12-01-preview" - ], - "locations": [ - "2020-12-01-preview" - ], - "locations/instancetypeseries": [ - "2020-12-01-preview" - ], - "locations/instancetypeseries/instancetypes": [ - "2020-12-01-preview" - ], - "locations/operationresults": [ - "2020-12-01-preview" - ], - "locations/operationstatus": [ - "2020-12-01-preview" - ], - "operations": [ - "2020-12-01-preview" - ], - "quotas": [ - "2020-12-01-preview" - ] - }, - "softwareplan": { - "": [ - "2019-06-01-preview", - "2024-06-01-preview", - "2024-07-01-preview" - ], - "hybridusebenefits": [ - "2019-06-01-preview" - ], - "operationresults": [ - "2024-06-01-preview" - ], - "operations": [ - "2019-06-01-preview", - "2024-07-01-preview" - ], - "softwaresubscriptions": [ - "2024-06-01-preview" - ] - }, - "solutions": { - "": [ - "2017-09-01", - "2017-12-01", - "2018-02-01", - "2018-03-01", - "2018-06-01", - "2018-09-01-preview", - "2019-07-01", - "2020-08-21-preview", - "2021-02-01-preview", - "2021-07-01" - ], - "applicationdefinitions": [ - "2017-09-01", - "2017-12-01", - "2018-02-01", - "2018-03-01", - "2018-06-01", - "2018-09-01-preview", - "2019-07-01", - "2020-08-21-preview", - "2021-02-01-preview", - "2021-07-01" - ], - "applications": [ - "2017-09-01", - "2017-12-01", - "2018-02-01", - "2018-03-01", - "2018-06-01", - "2018-09-01-preview", - "2019-07-01", - "2020-08-21-preview", - "2021-02-01-preview", - "2021-07-01" - ], - "jitrequests": [ - "2018-09-01-preview", - "2019-07-01", - "2020-08-21-preview", - "2021-02-01-preview", - "2021-07-01" - ], - "locations": [ - "2017-09-01", - "2017-12-01", - "2018-02-01", - "2018-03-01", - "2018-06-01", - "2018-09-01-preview", - "2019-07-01", - "2020-08-21-preview", - "2021-02-01-preview", - "2021-07-01" - ], - "locations/operationstatuses": [ - "2017-09-01", - "2017-12-01", - "2018-02-01", - "2018-03-01", - "2018-06-01", - "2018-09-01-preview", - "2019-07-01", - "2020-08-21-preview", - "2021-02-01-preview", - "2021-07-01" - ], - "operations": [ - "2017-09-01", - "2017-12-01", - "2018-02-01", - "2018-03-01", - "2018-06-01", - "2018-09-01-preview", - "2019-07-01", - "2020-08-21-preview", - "2021-02-01-preview", - "2021-07-01" - ] - }, - "sovereign": { - "": [ - "2023-09-28-preview", - "2024-03-31-preview", - "2024-10-31-preview" - ], - "checknameavailability": [ - "2023-09-28-preview", - "2024-03-31-preview", - "2024-10-31-preview" - ], - "landingzoneconfigurations": [ - "2023-09-28-preview", - "2024-03-31-preview" - ], - "landingzoneregistrations": [ - "2023-09-28-preview", - "2024-03-31-preview" - ], - "locations": [ - "2023-09-28-preview", - "2024-03-31-preview", - "2024-10-31-preview" - ], - "locations/operationstatuses": [ - "2023-09-28-preview", - "2024-03-31-preview", - "2024-10-31-preview" - ], - "operations": [ - "2023-09-28-preview", - "2024-03-31-preview", - "2024-10-31-preview" - ], - "transparencylogs": [ - "2024-03-31-preview", - "2024-10-31-preview" - ] - }, - "sql": { - "": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview", - "2015-01-01", - "2015-05-01", - "2015-05-01-preview", - "2015-09-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "checknameavailability": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview", - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "instancepools": [ - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview" - ], - "locations/administratorazureasyncoperation": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/administratoroperationresults": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/advancedthreatprotectionazureasyncoperation": [ - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/advancedthreatprotectionoperationresults": [ - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/auditingsettingsazureasyncoperation": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/auditingsettingsoperationresults": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/capabilities": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview", - "2015-05-01", - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/changelongtermretentionbackupaccesstierazureasyncoperation": [ - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/changelongtermretentionbackupaccesstieroperationresults": [ - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/connectionpoliciesazureasyncoperation": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/connectionpoliciesoperationresults": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/databaseazureasyncoperation": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/databaseencryptionprotectorrevalidateazureasyncoperation": [ - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/databaseencryptionprotectorrevalidateoperationresults": [ - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/databaseencryptionprotectorrevertazureasyncoperation": [ - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/databaseencryptionprotectorrevertoperationresults": [ - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/databaseoperationresults": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/databaserestoreazureasyncoperation": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/deletevirtualnetworkorsubnets": [ - "2015-05-01", - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/deletevirtualnetworkorsubnetsazureasyncoperation": [ - "2015-05-01", - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/deletevirtualnetworkorsubnetsoperationresults": [ - "2015-05-01", - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/devopsauditingsettingsazureasyncoperation": [ - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/devopsauditingsettingsoperationresults": [ - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/distributedavailabilitygroupsazureasyncoperation": [ - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/distributedavailabilitygroupsoperationresults": [ - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/dnsaliasasyncoperation": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/dnsaliasoperationresults": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/elasticpoolazureasyncoperation": [ - "2015-05-01", - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/elasticpooloperationresults": [ - "2015-05-01", - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/encryptionprotectorazureasyncoperation": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/encryptionprotectoroperationresults": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/extendedauditingsettingsazureasyncoperation": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/extendedauditingsettingsoperationresults": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/externalpolicybasedauthorizationsazureasycoperation": [ - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/externalpolicybasedauthorizationsoperationresults": [ - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/failovergroupazureasyncoperation": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/failovergroupoperationresults": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/firewallrulesazureasyncoperation": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/firewallrulesoperationresults": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/importexportazureasyncoperation": [ - "2020-02-02-preview", - "2020-08-01", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/importexportoperationresults": [ - "2020-02-02-preview", - "2020-08-01", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/instancefailovergroupazureasyncoperation": [ - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/instancefailovergroupoperationresults": [ - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/instancefailovergroups": [ - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/instancepoolazureasyncoperation": [ - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/instancepooloperationresults": [ - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/ipv6firewallrulesazureasyncoperation": [ - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/ipv6firewallrulesoperationresults": [ - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/jobagentazureasyncoperation": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/jobagentoperationresults": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/jobagentprivateendpointazureasyncoperation": [ - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/jobagentprivateendpointoperationresults": [ - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/ledgerdigestuploadsazureasyncoperation": [ - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/ledgerdigestuploadsoperationresults": [ - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/longtermretentionbackupazureasyncoperation": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/longtermretentionbackupoperationresults": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/longtermretentionbackups": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/longtermretentionmanagedinstancebackupazureasyncoperation": [ - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/longtermretentionmanagedinstancebackupoperationresults": [ - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/longtermretentionmanagedinstancebackups": [ - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/longtermretentionmanagedinstances": [ - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/longtermretentionpolicyazureasyncoperation": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/longtermretentionpolicyoperationresults": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/longtermretentionservers": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/manageddatabaseazureasyncoperation": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/manageddatabasecompleterestoreazureasyncoperation": [ - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/manageddatabasecompleterestoreoperationresults": [ - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/manageddatabasemoveoperationresults": [ - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/manageddatabaseoperationresults": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/manageddatabaserestoreazureasyncoperation": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/manageddatabaserestoreoperationresults": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/manageddnsaliasasyncoperation": [ - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/manageddnsaliasoperationresults": [ - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/managedinstanceadvancedthreatprotectionazureasyncoperation": [ - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/managedinstanceadvancedthreatprotectionoperationresults": [ - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/managedinstanceazureasyncoperation": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/managedinstancedtcazureasyncoperation": [ - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/managedinstanceencryptionprotectorazureasyncoperation": [ - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/managedinstanceencryptionprotectoroperationresults": [ - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/managedinstancekeyazureasyncoperation": [ - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/managedinstancekeyoperationresults": [ - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/managedinstancelongtermretentionpolicyazureasyncoperation": [ - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/managedinstancelongtermretentionpolicyoperationresults": [ - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/managedinstanceoperationresults": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/managedinstanceprivateendpointconnectionazureasyncoperation": [ - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/managedinstanceprivateendpointconnectionoperationresults": [ - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/managedinstanceprivateendpointconnectionproxyazureasyncoperation": [ - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/managedinstanceprivateendpointconnectionproxyoperationresults": [ - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/managedinstancetdecertazureasyncoperation": [ - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/managedinstancetdecertoperationresults": [ - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/managedledgerdigestuploadsazureasyncoperation": [ - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/managedledgerdigestuploadsoperationresults": [ - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/managedserversecurityalertpoliciesazureasyncoperation": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/managedserversecurityalertpoliciesoperationresults": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/managedshorttermretentionpolicyazureasyncoperation": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/managedshorttermretentionpolicyoperationresults": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/managedtransparentdataencryptionazureasyncoperation": [ - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/managedtransparentdataencryptionoperationresults": [ - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/notifyazureasyncoperation": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/notifynetworksecurityperimeterupdatesavailable": [ - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/outboundfirewallrulesazureasyncoperation": [ - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/outboundfirewallrulesoperationresults": [ - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/privateendpointconnectionazureasyncoperation": [ - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/privateendpointconnectionoperationresults": [ - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/privateendpointconnectionproxyazureasyncoperation": [ - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/privateendpointconnectionproxyoperationresults": [ - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/refreshexternalgovernancestatusazureasyncoperation": [ - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/refreshexternalgovernancestatusmiazureasyncoperation": [ - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/refreshexternalgovernancestatusmioperationresults": [ - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/refreshexternalgovernancestatusoperationresults": [ - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/replicationlinksazureasyncoperation": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/replicationlinksoperationresults": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/securityalertpoliciesazureasyncoperation": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/securityalertpoliciesoperationresults": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/serveradministratorazureasyncoperation": [ - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/serveradministratoroperationresults": [ - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/serverazureasyncoperation": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/serverconfigurationoptionazureasyncoperation": [ - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/serverkeyazureasyncoperation": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/serverkeyoperationresults": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/serveroperationresults": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/servertrustcertificatesazureasyncoperation": [ - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/servertrustcertificatesoperationresults": [ - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/servertrustgroupazureasyncoperation": [ - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/servertrustgroupoperationresults": [ - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/servertrustgroups": [ - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/shorttermretentionpolicyazureasyncoperation": [ - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/shorttermretentionpolicyoperationresults": [ - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/sqlvulnerabilityassessmentazureasyncoperation": [ - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/sqlvulnerabilityassessmentoperationresults": [ - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/startmanagedinstanceazureasyncoperation": [ - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/startmanagedinstanceoperationresults": [ - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/stopmanagedinstanceazureasyncoperation": [ - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/stopmanagedinstanceoperationresults": [ - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/syncagentoperationresults": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/syncdatabaseids": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/syncgroupazureasyncoperation": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/syncgroupoperationresults": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/syncmemberoperationresults": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/tdecertazureasyncoperation": [ - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/tdecertoperationresults": [ - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/transparentdataencryptionazureasyncoperation": [ - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/transparentdataencryptionoperationresults": [ - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/updatemanagedinstancednsserversazureasyncoperation": [ - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/updatemanagedinstancednsserversoperationresults": [ - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/usages": [ - "2014-04-01-preview", - "2015-05-01", - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/virtualclusterazureasyncoperation": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/virtualclusteroperationresults": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/virtualnetworkrulesazureasyncoperation": [ - "2015-05-01", - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/virtualnetworkrulesoperationresults": [ - "2015-05-01", - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/vulnerabilityassessmentscanazureasyncoperation": [ - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "locations/vulnerabilityassessmentscanoperationresults": [ - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "managedinstances": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "managedinstances/administrators": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "managedinstances/advancedthreatprotectionsettings": [ - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "managedinstances/databases": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "managedinstances/databases/advancedthreatprotectionsettings": [ - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "managedinstances/databases/backuplongtermretentionpolicies": [ - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "managedinstances/databases/ledgerdigestuploads": [ - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "managedinstances/databases/vulnerabilityassessments": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "managedinstances/dnsaliases": [ - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "managedinstances/metricdefinitions": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "managedinstances/metrics": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "managedinstances/recoverabledatabases": [ - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "managedinstances/sqlagent": [ - "2018-06-01", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "managedinstances/startstopschedules": [ - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "managedinstances/tdecertificates": [ - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "managedinstances/vulnerabilityassessments": [ - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "operations": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview", - "2015-05-01", - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview", - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/administratoroperationresults": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview" - ], - "servers/administrators": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/advancedthreatprotectionsettings": [ - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/advisors": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview", - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/aggregateddatabasemetrics": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview" - ], - "servers/auditingsettings": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/automatictuning": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/communicationlinks": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview" - ], - "servers/connectionpolicies": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview", - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/databases": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview", - "2015-01-01", - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/databases/advancedthreatprotectionsettings": [ - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/databases/advisors": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview", - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/databases/auditingsettings": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/databases/auditrecords": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/databases/automatictuning": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/databases/backuplongtermretentionpolicies": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/databases/backupshorttermretentionpolicies": [ - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/databases/datamaskingpolicies": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview", - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/databases/datamaskingpolicies/rules": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview", - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/databases/extensions": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview" - ], - "servers/databases/geobackuppolicies": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview", - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/databases/ledgerdigestuploads": [ - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/databases/metricdefinitions": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview" - ], - "servers/databases/metrics": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview" - ], - "servers/databases/recommendedsensitivitylabels": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/databases/replicationlinks": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview", - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/databases/securityalertpolicies": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/databases/sqlvulnerabilityassessments": [ - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/databases/syncgroups": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/databases/syncgroups/syncmembers": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/databases/topqueries": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview" - ], - "servers/databases/topqueries/querytext": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview" - ], - "servers/databases/transparentdataencryption": [ - "2014-04-01", - "2014-04-01-preview", - "2015-05-01-preview", - "2017-03-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/databases/vulnerabilityassessment": [ - "2017-03-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/databases/vulnerabilityassessments": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/databases/vulnerabilityassessmentscans": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/databases/vulnerabilityassessmentsettings": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/databases/workloadgroups": [ - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/databasesecuritypolicies": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview" - ], - "servers/devopsauditingsettings": [ - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/disasterrecoveryconfiguration": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview" - ], - "servers/dnsaliases": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/elasticpoolestimates": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/elasticpools": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview", - "2015-05-01", - "2015-05-01-preview", - "2015-09-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/elasticpools/advisors": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/elasticpools/metricdefinitions": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview" - ], - "servers/elasticpools/metrics": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview" - ], - "servers/encryptionprotector": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/extendedauditingsettings": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/failovergroups": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/failovergroups/tryplannedbeforeforcedfailover": [ - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/import": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/importexportoperationresults": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview" - ], - "servers/jobaccounts": [ - "2015-05-01-preview" - ], - "servers/jobagents": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/jobagents/jobs": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/jobagents/jobs/executions": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/jobagents/jobs/steps": [ - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/jobagents/privateendpoints": [ - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/keys": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/operationresults": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview" - ], - "servers/recommendedelasticpools": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview" - ], - "servers/recoverabledatabases": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview", - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/restorabledroppeddatabases": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/securityalertpolicies": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/serviceobjectives": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview" - ], - "servers/sqlvulnerabilityassessments": [ - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/syncagents": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/tdecertificates": [ - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/usages": [ - "2014-01-01", - "2014-04-01", - "2014-04-01-preview", - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/virtualnetworkrules": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "servers/vulnerabilityassessments": [ - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ], - "virtualclusters": [ - "2015-05-01-preview", - "2017-03-01-preview", - "2017-10-01-preview", - "2018-06-01-preview", - "2019-06-01-preview", - "2020-02-02-preview", - "2020-08-01-preview", - "2020-11-01-preview", - "2021-02-01-preview", - "2021-05-01-preview", - "2021-08-01-preview", - "2021-11-01", - "2021-11-01-preview", - "2022-02-01-preview", - "2022-05-01-preview", - "2022-08-01-preview", - "2022-11-01-preview", - "2023-02-01-preview", - "2023-05-01-preview", - "2023-08-01-preview", - "2024-05-01-preview" - ] - }, - "sqlvirtualmachine": { - "": [ - "2017-03-01-preview", - "2021-11-01-preview", - "2022-02-01", - "2022-02-01-preview", - "2022-07-01-preview", - "2022-08-01-preview", - "2023-01-01-preview", - "2023-10-01" - ], - "locations": [ - "2017-03-01-preview", - "2021-11-01-preview", - "2022-02-01", - "2022-02-01-preview", - "2022-07-01-preview", - "2022-08-01-preview", - "2023-01-01-preview", - "2023-10-01" - ], - "locations/availabilitygrouplisteneroperationresults": [ - "2017-03-01-preview", - "2021-11-01-preview", - "2022-02-01", - "2022-02-01-preview", - "2022-07-01-preview", - "2022-08-01-preview", - "2023-01-01-preview", - "2023-10-01" - ], - "locations/operationtypes": [ - "2017-03-01-preview", - "2021-11-01-preview", - "2022-02-01", - "2022-02-01-preview", - "2022-07-01-preview", - "2022-08-01-preview", - "2023-01-01-preview", - "2023-10-01" - ], - "locations/registersqlvmcandidate": [ - "2017-03-01-preview", - "2021-11-01-preview", - "2022-02-01", - "2022-02-01-preview", - "2022-07-01-preview", - "2022-08-01-preview", - "2023-01-01-preview", - "2023-10-01" - ], - "locations/sqlvirtualmachinegroupoperationresults": [ - "2017-03-01-preview", - "2021-11-01-preview", - "2022-02-01", - "2022-02-01-preview", - "2022-07-01-preview", - "2022-08-01-preview", - "2023-01-01-preview", - "2023-10-01" - ], - "locations/sqlvirtualmachineoperationresults": [ - "2017-03-01-preview", - "2021-11-01-preview", - "2022-02-01", - "2022-02-01-preview", - "2022-07-01-preview", - "2022-08-01-preview", - "2023-01-01-preview", - "2023-10-01" - ], - "operations": [ - "2017-03-01-preview", - "2021-11-01-preview", - "2022-02-01", - "2022-02-01-preview", - "2022-07-01-preview", - "2022-08-01-preview", - "2023-01-01-preview", - "2023-10-01" - ], - "sqlvirtualmachinegroups": [ - "2017-03-01-preview", - "2021-11-01-preview", - "2022-02-01", - "2022-02-01-preview", - "2022-07-01-preview", - "2022-08-01-preview", - "2023-01-01-preview", - "2023-10-01" - ], - "sqlvirtualmachinegroups/availabilitygrouplisteners": [ - "2017-03-01-preview", - "2021-11-01-preview", - "2022-02-01", - "2022-02-01-preview", - "2022-07-01-preview", - "2022-08-01-preview", - "2023-01-01-preview", - "2023-10-01" - ], - "sqlvirtualmachines": [ - "2017-03-01-preview", - "2021-11-01-preview", - "2022-02-01", - "2022-02-01-preview", - "2022-07-01-preview", - "2022-08-01-preview", - "2023-01-01-preview", - "2023-10-01" - ] - }, - "standbypool": { - "": [ - "2023-06-01-preview", - "2023-12-01-preview", - "2024-03-01", - "2024-03-01-preview", - "2024-08-01-preview" - ], - "locations": [ - "2023-06-01-preview", - "2023-12-01-preview", - "2024-03-01", - "2024-03-01-preview", - "2024-08-01-preview" - ], - "locations/operationstatuses": [ - "2023-06-01-preview", - "2023-12-01-preview", - "2024-03-01", - "2024-03-01-preview", - "2024-08-01-preview" - ], - "operations": [ - "2023-06-01-preview", - "2023-12-01-preview", - "2024-03-01", - "2024-03-01-preview", - "2024-08-01-preview" - ], - "standbyvirtualmachinepools": [ - "2024-03-01" - ], - "standbyvirtualmachinepools/runtimeviews": [ - "2024-03-01" - ], - "standbyvirtualmachinepools/standbyvirtualmachines": [ - "2024-03-01" - ] - }, - "storage": { - "": [ - "2014-04-01", - "2015-05-01-preview", - "2015-06-15", - "2016-01-01", - "2016-05-01", - "2016-07-01", - "2016-12-01", - "2017-06-01", - "2017-10-01", - "2018-02-01", - "2018-03-01-preview", - "2018-07-01", - "2018-11-01", - "2019-04-01", - "2019-06-01", - "2020-08-01-preview", - "2021-01-01", - "2021-02-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-09-01", - "2022-05-01", - "2022-09-01", - "2023-01-01", - "2023-04-01", - "2023-05-01", - "2024-01-01" - ], - "checknameavailability": [ - "2015-05-01-preview", - "2015-06-15", - "2016-01-01", - "2016-05-01", - "2016-12-01", - "2017-06-01", - "2017-10-01", - "2018-02-01", - "2018-03-01-preview", - "2018-07-01", - "2018-11-01", - "2019-04-01", - "2019-06-01", - "2020-08-01-preview", - "2021-01-01", - "2021-02-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-09-01", - "2022-05-01", - "2022-09-01", - "2023-01-01", - "2023-04-01", - "2023-05-01", - "2024-01-01" - ], - "deletedaccounts": [ - "2019-06-01", - "2020-08-01-preview", - "2021-01-01", - "2021-02-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-09-01", - "2022-05-01", - "2022-09-01", - "2023-01-01", - "2023-04-01", - "2023-05-01", - "2024-01-01" - ], - "locations": [ - "2016-01-01", - "2016-07-01", - "2016-12-01", - "2017-06-01", - "2017-10-01", - "2018-02-01", - "2018-03-01-preview", - "2018-07-01", - "2018-11-01", - "2019-04-01", - "2019-06-01", - "2020-08-01-preview", - "2021-01-01", - "2021-02-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-09-01", - "2022-05-01", - "2022-09-01", - "2023-01-01", - "2023-04-01", - "2023-05-01", - "2024-01-01" - ], - "locations/asyncoperations": [ - "2015-05-01-preview", - "2015-06-15", - "2016-01-01", - "2016-05-01", - "2016-12-01", - "2017-06-01", - "2017-10-01", - "2018-02-01", - "2018-03-01-preview", - "2018-07-01", - "2018-11-01", - "2019-04-01", - "2019-06-01", - "2020-08-01-preview", - "2021-01-01", - "2021-02-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-09-01", - "2022-05-01", - "2022-09-01", - "2023-01-01", - "2023-04-01", - "2023-05-01", - "2024-01-01" - ], - "locations/checknameavailability": [ - "2016-12-01", - "2017-06-01", - "2017-10-01", - "2018-02-01", - "2018-07-01", - "2018-11-01", - "2019-04-01", - "2019-06-01", - "2020-08-01-preview", - "2021-01-01", - "2021-02-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-09-01", - "2022-05-01", - "2022-09-01", - "2023-01-01", - "2023-04-01", - "2023-05-01", - "2024-01-01" - ], - "locations/deletedaccounts": [ - "2019-06-01", - "2020-08-01-preview", - "2021-01-01", - "2021-02-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-09-01", - "2022-05-01", - "2022-09-01", - "2023-01-01", - "2023-04-01", - "2023-05-01", - "2024-01-01" - ], - "locations/deletevirtualnetworkorsubnets": [ - "2016-07-01", - "2016-12-01", - "2017-06-01", - "2017-10-01", - "2018-02-01", - "2018-03-01-preview", - "2018-07-01", - "2018-11-01", - "2019-04-01", - "2019-06-01", - "2020-08-01-preview", - "2021-01-01", - "2021-02-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-09-01", - "2022-05-01", - "2022-09-01", - "2023-01-01", - "2023-04-01", - "2023-05-01", - "2024-01-01" - ], - "locations/notifynetworksecurityperimeterupdatesavailable": [ - "2021-09-01", - "2022-05-01", - "2022-09-01", - "2023-01-01", - "2023-04-01", - "2023-05-01", - "2024-01-01" - ], - "locations/usages": [ - "2016-12-01", - "2017-06-01", - "2017-10-01", - "2018-02-01", - "2018-03-01-preview", - "2018-07-01", - "2018-11-01", - "2019-04-01", - "2019-06-01", - "2020-08-01-preview", - "2021-01-01", - "2021-02-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-09-01", - "2022-05-01", - "2022-09-01", - "2023-01-01", - "2023-04-01", - "2023-05-01", - "2024-01-01" - ], - "operations": [ - "2015-05-01-preview", - "2015-06-15", - "2016-01-01", - "2016-05-01", - "2016-12-01", - "2017-06-01", - "2017-10-01", - "2018-02-01", - "2018-03-01-preview", - "2018-07-01", - "2018-11-01", - "2019-04-01", - "2019-06-01", - "2020-08-01-preview", - "2021-01-01", - "2021-02-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-09-01", - "2022-05-01", - "2022-09-01", - "2023-01-01", - "2023-04-01", - "2023-05-01", - "2024-01-01" - ], - "storageaccounts": [ - "2015-05-01-preview", - "2015-06-15", - "2016-01-01", - "2016-05-01", - "2016-12-01", - "2017-06-01", - "2017-10-01", - "2018-02-01", - "2018-03-01-preview", - "2018-07-01", - "2018-11-01", - "2019-04-01", - "2019-06-01", - "2020-08-01-preview", - "2021-01-01", - "2021-02-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-09-01", - "2022-05-01", - "2022-09-01", - "2023-01-01", - "2023-04-01", - "2023-05-01", - "2024-01-01" - ], - "storageaccounts/blobservices": [ - "2016-05-01", - "2016-12-01", - "2017-06-01", - "2017-10-01", - "2018-02-01", - "2018-03-01-preview", - "2018-07-01", - "2018-11-01", - "2019-04-01", - "2019-06-01", - "2020-08-01-preview", - "2021-01-01", - "2021-02-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-09-01", - "2022-05-01", - "2022-09-01", - "2023-01-01", - "2023-04-01", - "2023-05-01", - "2024-01-01" - ], - "storageaccounts/encryptionscopes": [ - "2019-06-01", - "2020-08-01-preview", - "2021-01-01", - "2021-02-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-09-01", - "2022-05-01", - "2022-09-01", - "2023-01-01", - "2023-04-01", - "2023-05-01", - "2024-01-01" - ], - "storageaccounts/fileservices": [ - "2016-05-01", - "2016-12-01", - "2017-06-01", - "2017-10-01", - "2018-02-01", - "2018-03-01-preview", - "2018-07-01", - "2018-11-01", - "2019-04-01", - "2019-06-01", - "2020-08-01-preview", - "2021-01-01", - "2021-02-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-09-01", - "2022-05-01", - "2022-09-01", - "2023-01-01", - "2023-04-01", - "2023-05-01", - "2024-01-01" - ], - "storageaccounts/listaccountsas": [ - "2016-05-01", - "2016-12-01", - "2017-06-01", - "2017-10-01", - "2018-02-01", - "2018-03-01-preview", - "2018-07-01", - "2018-11-01", - "2019-04-01", - "2019-06-01", - "2020-08-01-preview", - "2021-01-01", - "2021-02-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-09-01", - "2022-05-01", - "2022-09-01", - "2023-01-01", - "2023-04-01", - "2023-05-01", - "2024-01-01" - ], - "storageaccounts/listservicesas": [ - "2016-05-01", - "2016-12-01", - "2017-06-01", - "2017-10-01", - "2018-02-01", - "2018-03-01-preview", - "2018-07-01", - "2018-11-01", - "2019-04-01", - "2019-06-01", - "2020-08-01-preview", - "2021-01-01", - "2021-02-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-09-01", - "2022-05-01", - "2022-09-01", - "2023-01-01", - "2023-04-01", - "2023-05-01", - "2024-01-01" - ], - "storageaccounts/queueservices": [ - "2016-05-01", - "2016-12-01", - "2017-06-01", - "2017-10-01", - "2018-02-01", - "2018-03-01-preview", - "2018-07-01", - "2018-11-01", - "2019-04-01", - "2019-06-01", - "2020-08-01-preview", - "2021-01-01", - "2021-02-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-09-01", - "2022-05-01", - "2022-09-01", - "2023-01-01", - "2023-04-01", - "2023-05-01", - "2024-01-01" - ], - "storageaccounts/services": [ - "2014-04-01" - ], - "storageaccounts/services/metricdefinitions": [ - "2014-04-01" - ], - "storageaccounts/storagetaskassignments": [ - "2021-09-01", - "2022-05-01", - "2022-09-01", - "2023-01-01", - "2023-04-01", - "2023-05-01", - "2024-01-01" - ], - "storageaccounts/tableservices": [ - "2016-05-01", - "2016-12-01", - "2017-06-01", - "2017-10-01", - "2018-02-01", - "2018-03-01-preview", - "2018-07-01", - "2018-11-01", - "2019-04-01", - "2019-06-01", - "2020-08-01-preview", - "2021-01-01", - "2021-02-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-09-01", - "2022-05-01", - "2022-09-01", - "2023-01-01", - "2023-04-01", - "2023-05-01", - "2024-01-01" - ], - "storagetasks": [ - "2021-09-01", - "2022-05-01", - "2022-09-01", - "2023-01-01", - "2023-04-01", - "2023-05-01", - "2024-01-01" - ], - "usages": [ - "2015-05-01-preview", - "2015-06-15", - "2016-01-01", - "2016-05-01", - "2016-12-01", - "2017-06-01", - "2017-10-01", - "2018-02-01", - "2018-03-01-preview", - "2018-07-01", - "2018-11-01", - "2019-04-01", - "2019-06-01", - "2020-08-01-preview", - "2021-01-01", - "2021-02-01", - "2021-04-01", - "2021-05-01", - "2021-06-01", - "2021-08-01", - "2021-09-01", - "2022-05-01", - "2022-09-01", - "2023-01-01", - "2023-04-01", - "2023-05-01", - "2024-01-01" - ] - }, - "storageactions": { - "": [ - "2023-01-01" - ], - "locations": [ - "2023-01-01" - ], - "locations/asyncoperations": [ - "2023-01-01" - ], - "locations/previewactions": [ - "2023-01-01" - ], - "operations": [ - "2023-01-01" - ], - "storagetasks": [ - "2023-01-01" - ] - }, - "storagecache": { - "": [ - "2019-08-01-preview", - "2019-11-01", - "2020-03-01", - "2020-10-01", - "2021-03-01", - "2021-05-01", - "2021-09-01", - "2021-10-01-preview", - "2021-11-01-preview", - "2022-01-01", - "2022-05-01", - "2022-09-01-preview", - "2023-01-01", - "2023-03-01-preview", - "2023-05-01", - "2023-11-01-preview", - "2024-03-01" - ], - "amlfilesystems": [ - "2021-11-01-preview", - "2023-03-01-preview", - "2023-05-01", - "2023-11-01-preview", - "2024-03-01" - ], - "amlfilesystems/importjobs": [ - "2024-03-01" - ], - "caches": [ - "2019-08-01-preview", - "2019-11-01", - "2020-03-01", - "2020-10-01", - "2021-03-01", - "2021-05-01", - "2021-09-01", - "2021-10-01-preview", - "2022-01-01", - "2022-05-01", - "2022-09-01-preview", - "2023-01-01", - "2023-03-01-preview", - "2023-05-01", - "2023-11-01-preview", - "2024-03-01" - ], - "caches/storagetargets": [ - "2019-08-01-preview", - "2019-11-01", - "2020-03-01", - "2020-10-01", - "2021-03-01", - "2021-05-01", - "2021-09-01", - "2021-10-01-preview", - "2022-01-01", - "2022-05-01", - "2022-09-01-preview", - "2023-01-01", - "2023-03-01-preview", - "2023-05-01", - "2023-11-01-preview", - "2024-03-01" - ], - "checkamlfssubnets": [ - "2021-11-01-preview", - "2023-03-01-preview", - "2023-05-01", - "2023-11-01-preview", - "2024-03-01" - ], - "getrequiredamlfssubnetssize": [ - "2021-11-01-preview", - "2023-03-01-preview", - "2023-05-01", - "2023-11-01-preview", - "2024-03-01" - ], - "locations": [ - "2019-08-01-preview", - "2019-11-01", - "2020-03-01", - "2020-10-01", - "2021-03-01", - "2021-05-01", - "2021-09-01", - "2021-10-01-preview", - "2021-11-01-preview", - "2022-01-01", - "2022-05-01", - "2022-09-01-preview", - "2023-01-01", - "2023-03-01-preview", - "2023-05-01", - "2023-11-01-preview", - "2024-03-01" - ], - "locations/ascoperations": [ - "2019-08-01-preview", - "2019-11-01", - "2020-03-01", - "2020-10-01", - "2021-03-01", - "2021-05-01", - "2021-09-01", - "2021-10-01-preview", - "2021-11-01-preview", - "2022-01-01", - "2022-05-01", - "2022-09-01-preview", - "2023-01-01", - "2023-03-01-preview", - "2023-05-01", - "2023-11-01-preview", - "2024-03-01" - ], - "locations/usages": [ - "2022-01-01", - "2022-05-01", - "2022-09-01-preview", - "2023-01-01", - "2023-03-01-preview", - "2023-05-01", - "2023-11-01-preview", - "2024-03-01" - ], - "operations": [ - "2019-08-01-preview", - "2019-11-01", - "2020-03-01", - "2020-10-01", - "2021-03-01", - "2021-05-01", - "2021-09-01", - "2021-10-01-preview", - "2021-11-01-preview", - "2022-01-01", - "2022-05-01", - "2022-09-01-preview", - "2023-01-01", - "2023-03-01-preview", - "2023-05-01", - "2023-11-01-preview", - "2024-03-01" - ], - "usagemodels": [ - "2019-08-01-preview", - "2019-11-01", - "2020-03-01", - "2020-10-01", - "2021-03-01", - "2021-05-01", - "2021-09-01", - "2021-10-01-preview", - "2022-01-01", - "2022-05-01", - "2022-09-01-preview", - "2023-01-01", - "2023-03-01-preview", - "2023-05-01", - "2023-11-01-preview", - "2024-03-01" - ] - }, - "storagemover": { - "": [ - "2022-07-01-preview", - "2023-03-01", - "2023-07-01-preview", - "2023-10-01", - "2024-07-01" - ], - "locations": [ - "2022-07-01-preview", - "2023-03-01", - "2023-07-01-preview", - "2023-10-01", - "2024-07-01" - ], - "locations/operationstatuses": [ - "2022-07-01-preview", - "2023-03-01", - "2023-07-01-preview", - "2023-10-01", - "2024-07-01" - ], - "operations": [ - "2022-07-01-preview", - "2023-03-01", - "2023-07-01-preview", - "2023-10-01", - "2024-07-01" - ], - "storagemovers": [ - "2022-07-01-preview", - "2023-03-01", - "2023-07-01-preview", - "2023-10-01", - "2024-07-01" - ], - "storagemovers/agents": [ - "2022-07-01-preview", - "2023-03-01", - "2023-07-01-preview", - "2023-10-01", - "2024-07-01" - ], - "storagemovers/endpoints": [ - "2022-07-01-preview", - "2023-03-01", - "2023-07-01-preview", - "2023-10-01", - "2024-07-01" - ], - "storagemovers/projects": [ - "2022-07-01-preview", - "2023-03-01", - "2023-07-01-preview", - "2023-10-01", - "2024-07-01" - ], - "storagemovers/projects/jobdefinitions": [ - "2022-07-01-preview", - "2023-03-01", - "2023-07-01-preview", - "2023-10-01", - "2024-07-01" - ], - "storagemovers/projects/jobdefinitions/jobruns": [ - "2022-07-01-preview", - "2023-03-01", - "2023-07-01-preview", - "2023-10-01", - "2024-07-01" - ] - }, - "storagesync": { - "": [ - "2018-04-02", - "2018-07-01", - "2018-10-01", - "2019-02-01", - "2019-03-01", - "2019-06-01", - "2019-10-01", - "2020-03-01", - "2020-09-01", - "2022-06-01", - "2022-09-01" - ], - "locations": [ - "2018-04-02", - "2018-07-01", - "2018-10-01", - "2019-02-01", - "2019-03-01", - "2019-06-01", - "2019-10-01", - "2020-03-01", - "2020-09-01", - "2022-06-01", - "2022-09-01" - ], - "locations/checknameavailability": [ - "2018-04-02", - "2018-07-01", - "2018-10-01", - "2019-02-01", - "2019-03-01", - "2019-06-01", - "2019-10-01", - "2020-03-01", - "2020-09-01", - "2022-06-01", - "2022-09-01" - ], - "locations/operationresults": [ - "2020-03-01", - "2020-09-01", - "2022-06-01", - "2022-09-01" - ], - "locations/operations": [ - "2020-03-01", - "2020-09-01", - "2022-06-01", - "2022-09-01" - ], - "locations/workflows": [ - "2018-04-02", - "2018-07-01", - "2018-10-01", - "2019-02-01", - "2019-03-01", - "2019-06-01", - "2019-10-01", - "2020-03-01", - "2020-09-01", - "2022-06-01", - "2022-09-01" - ], - "operations": [ - "2018-04-02", - "2018-07-01", - "2018-10-01", - "2019-02-01", - "2019-03-01", - "2019-06-01", - "2019-10-01", - "2020-03-01", - "2020-09-01", - "2022-06-01", - "2022-09-01" - ], - "storagesyncservices": [ - "2018-04-02", - "2018-07-01", - "2018-10-01", - "2019-02-01", - "2019-03-01", - "2019-06-01", - "2019-10-01", - "2020-03-01", - "2020-09-01", - "2022-06-01", - "2022-09-01" - ], - "storagesyncservices/registeredservers": [ - "2018-04-02", - "2018-07-01", - "2018-10-01", - "2019-02-01", - "2019-03-01", - "2019-06-01", - "2019-10-01", - "2020-03-01", - "2020-09-01", - "2022-06-01", - "2022-09-01" - ], - "storagesyncservices/syncgroups": [ - "2018-04-02", - "2018-07-01", - "2018-10-01", - "2019-02-01", - "2019-03-01", - "2019-06-01", - "2019-10-01", - "2020-03-01", - "2020-09-01", - "2022-06-01", - "2022-09-01" - ], - "storagesyncservices/syncgroups/cloudendpoints": [ - "2018-04-02", - "2018-07-01", - "2018-10-01", - "2019-02-01", - "2019-03-01", - "2019-06-01", - "2019-10-01", - "2020-03-01", - "2020-09-01", - "2022-06-01", - "2022-09-01" - ], - "storagesyncservices/syncgroups/serverendpoints": [ - "2018-04-02", - "2018-07-01", - "2018-10-01", - "2019-02-01", - "2019-03-01", - "2019-06-01", - "2019-10-01", - "2020-03-01", - "2020-09-01", - "2022-06-01", - "2022-09-01" - ], - "storagesyncservices/workflows": [ - "2018-04-02", - "2018-07-01", - "2018-10-01", - "2019-02-01", - "2019-03-01", - "2019-06-01", - "2019-10-01", - "2020-03-01", - "2020-09-01", - "2022-06-01", - "2022-09-01" - ] - }, - "storagetasks": { - "": [ - "2023-01-01" - ], - "locations": [ - "2023-01-01" - ], - "locations/asyncoperations": [ - "2023-01-01" - ], - "locations/previewactions": [ - "2023-01-01" - ], - "operations": [ - "2023-01-01" - ], - "storagetasks": [ - "2023-01-01" - ] - }, - "streamanalytics": { - "": [ - "2015-03-01-preview", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-08-01-preview", - "2015-09-01", - "2015-10-01", - "2015-11-01", - "2016-03-01", - "2017-04-01-preview", - "2018-11-01", - "2019-06-01", - "2020-03-01", - "2020-03-01-preview", - "2021-10-01-preview" - ], - "clusters": [ - "2020-03-01", - "2020-03-01-preview" - ], - "clusters/privateendpoints": [ - "2020-03-01", - "2020-03-01-preview" - ], - "locations": [ - "2015-03-01-preview", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-08-01-preview", - "2015-09-01", - "2015-10-01", - "2015-11-01", - "2016-03-01", - "2017-04-01-preview", - "2018-11-01", - "2019-06-01", - "2020-03-01", - "2021-10-01-preview" - ], - "locations/compilequery": [ - "2017-04-01-preview", - "2021-10-01-preview" - ], - "locations/operationresults": [ - "2017-04-01-preview", - "2021-10-01-preview" - ], - "locations/quotas": [ - "2015-03-01-preview", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-08-01-preview", - "2015-09-01", - "2015-10-01", - "2015-11-01", - "2016-03-01", - "2017-04-01-preview", - "2018-11-01", - "2019-06-01", - "2020-03-01", - "2021-10-01-preview" - ], - "locations/sampleinput": [ - "2017-04-01-preview", - "2021-10-01-preview" - ], - "locations/testinput": [ - "2017-04-01-preview", - "2021-10-01-preview" - ], - "locations/testoutput": [ - "2017-04-01-preview", - "2021-10-01-preview" - ], - "locations/testquery": [ - "2017-04-01-preview", - "2021-10-01-preview" - ], - "operations": [ - "2015-03-01-preview", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-08-01-preview", - "2015-09-01", - "2015-10-01", - "2015-11-01", - "2016-03-01", - "2017-04-01-preview", - "2018-11-01", - "2019-06-01", - "2020-03-01", - "2021-10-01-preview" - ], - "streamingjobs": [ - "2015-03-01-preview", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-08-01-preview", - "2015-09-01", - "2015-10-01", - "2015-11-01", - "2016-03-01", - "2017-04-01-preview", - "2018-11-01", - "2019-06-01", - "2020-03-01", - "2021-10-01-preview" - ] - }, - "subscription": { - "": [ - "2017-11-01-preview", - "2018-03-01-preview", - "2018-11-01-preview", - "2019-03-01-preview", - "2019-10-01-preview", - "2020-09-01", - "2021-01-01-privatepreview", - "2021-10-01", - "2024-08-01-preview" - ], - "acceptchangetenant": [ - "2019-10-01-preview", - "2021-01-01-privatepreview", - "2024-08-01-preview" - ], - "acceptownership": [ - "2021-01-01-privatepreview", - "2021-10-01", - "2024-08-01-preview" - ], - "acceptownershipstatus": [ - "2021-01-01-privatepreview", - "2021-10-01", - "2024-08-01-preview" - ], - "aliases": [ - "2019-10-01-preview", - "2020-09-01", - "2021-01-01-privatepreview", - "2021-10-01", - "2024-08-01-preview" - ], - "cancel": [ - "2019-03-01-preview", - "2019-10-01-preview", - "2020-09-01", - "2021-10-01", - "2024-08-01-preview" - ], - "changetenantrequest": [ - "2019-10-01-preview", - "2021-01-01-privatepreview", - "2024-08-01-preview" - ], - "changetenantstatus": [ - "2019-10-01-preview", - "2021-01-01-privatepreview", - "2024-08-01-preview" - ], - "createsubscription": [ - "2018-03-01-preview", - "2018-11-01-preview", - "2019-10-01-preview" - ], - "directories": [ - "2021-01-01-privatepreview" - ], - "enable": [ - "2019-03-01-preview", - "2019-10-01-preview", - "2020-09-01", - "2021-10-01", - "2024-08-01-preview" - ], - "operationresults": [ - "2019-10-01-preview" - ], - "operations": [ - "2017-11-01-preview", - "2021-10-01", - "2024-08-01-preview" - ], - "policies": [ - "2021-01-01-privatepreview", - "2021-10-01", - "2024-08-01-preview" - ], - "rename": [ - "2019-03-01-preview", - "2019-10-01-preview", - "2020-09-01", - "2021-10-01", - "2024-08-01-preview" - ], - "subscriptiondefinitions": [ - "2017-11-01-preview" - ], - "subscriptionoperations": [ - "2017-11-01-preview", - "2018-03-01-preview", - "2018-11-01-preview", - "2019-10-01-preview", - "2021-01-01-privatepreview", - "2021-10-01", - "2024-08-01-preview" - ], - "subscriptions": [ - "2019-10-01-preview", - "2021-01-01-privatepreview", - "2021-10-01", - "2024-08-01-preview" - ], - "validatecancel": [ - "2021-01-01-privatepreview" - ] - }, - "support": { - "": [ - "2015-03-01", - "2015-07-01-Preview", - "2019-05-01-preview", - "2020-04-01", - "2021-06-01-preview", - "2022-09-01-preview", - "2023-06-01-preview", - "2024-04-01" - ], - "checknameavailability": [ - "2019-05-01-preview", - "2020-04-01", - "2022-09-01-preview", - "2023-06-01-preview", - "2024-04-01" - ], - "classifyservices": [ - "2023-06-01-preview" - ], - "fileworkspaces": [ - "2022-09-01-preview", - "2023-06-01-preview", - "2024-04-01" - ], - "fileworkspaces/files": [ - "2022-09-01-preview", - "2023-06-01-preview", - "2024-04-01" - ], - "lookupresourceid": [ - "2021-06-01-preview", - "2022-09-01-preview", - "2023-06-01-preview" - ], - "operationresults": [ - "2019-05-01-preview", - "2020-04-01", - "2022-09-01-preview", - "2023-06-01-preview", - "2024-04-01" - ], - "operations": [ - "2015-03-01", - "2015-07-01-Preview", - "2019-05-01-preview", - "2020-04-01", - "2021-06-01-preview", - "2022-09-01-preview", - "2023-06-01-preview", - "2024-04-01" - ], - "operationsstatus": [ - "2019-05-01-preview", - "2020-04-01", - "2022-09-01-preview", - "2023-06-01-preview", - "2024-04-01" - ], - "services": [ - "2019-05-01-preview", - "2020-04-01", - "2022-09-01-preview", - "2023-06-01-preview", - "2024-04-01" - ], - "services/problemclassifications": [ - "2019-05-01-preview", - "2020-04-01", - "2022-09-01-preview", - "2023-06-01-preview", - "2024-04-01" - ], - "supporttickets": [ - "2019-05-01-preview", - "2020-04-01", - "2022-09-01-preview", - "2023-06-01-preview", - "2024-04-01" - ], - "supporttickets/communications": [ - "2019-05-01-preview", - "2020-04-01", - "2022-09-01-preview", - "2023-06-01-preview", - "2024-04-01" - ] - }, - "sustainabilityservices": { - "": [ - "2024-10-01-preview" - ], - "locations": [ - "2024-10-01-preview" - ], - "operations": [ - "2024-10-01-preview" - ] - }, - "synapse": { - "": [ - "2019-06-01-preview", - "2020-04-01-preview", - "2020-12-01", - "2021-03-01", - "2021-04-01-preview", - "2021-05-01", - "2021-06-01", - "2021-06-01-preview", - "2023-05-01" - ], - "checknameavailability": [ - "2019-06-01-preview", - "2020-12-01", - "2021-03-01", - "2021-04-01-preview", - "2021-05-01", - "2021-06-01", - "2021-06-01-preview", - "2023-05-01" - ], - "kustooperations": [ - "2021-04-01-preview", - "2021-06-01-preview" - ], - "locations": [ - "2019-06-01-preview", - "2020-12-01", - "2021-03-01", - "2021-04-01-preview", - "2021-05-01", - "2021-06-01", - "2021-06-01-preview", - "2023-05-01" - ], - "locations/kustopoolchecknameavailability": [ - "2021-04-01-preview", - "2021-06-01-preview" - ], - "locations/kustopooloperationresults": [ - "2021-04-01-preview", - "2021-06-01-preview" - ], - "locations/operationresults": [ - "2019-06-01-preview", - "2020-12-01", - "2021-03-01", - "2021-04-01-preview", - "2021-05-01", - "2021-06-01", - "2021-06-01-preview", - "2023-05-01" - ], - "locations/operationstatuses": [ - "2019-06-01-preview", - "2020-12-01", - "2021-03-01", - "2021-04-01-preview", - "2021-05-01", - "2021-06-01", - "2021-06-01-preview", - "2023-05-01" - ], - "locations/sqldatabaseazureasyncoperation": [ - "2020-04-01-preview" - ], - "locations/sqldatabaseoperationresults": [ - "2020-04-01-preview" - ], - "locations/sqlpoolazureasyncoperation": [ - "2020-04-01-preview" - ], - "locations/sqlpooloperationresults": [ - "2020-04-01-preview" - ], - "locations/usages": [ - "2023-05-01" - ], - "operations": [ - "2019-06-01-preview", - "2020-12-01", - "2021-03-01", - "2021-04-01-preview", - "2021-05-01", - "2021-06-01", - "2021-06-01-preview", - "2023-05-01" - ], - "privatelinkhubs": [ - "2019-06-01-preview", - "2020-12-01", - "2021-03-01", - "2021-04-01-preview", - "2021-05-01", - "2021-06-01", - "2021-06-01-preview", - "2023-05-01" - ], - "workspaces": [ - "2019-06-01-preview", - "2020-12-01", - "2021-03-01", - "2021-04-01-preview", - "2021-05-01", - "2021-06-01", - "2021-06-01-preview", - "2023-05-01" - ], - "workspaces/bigdatapools": [ - "2019-06-01-preview", - "2020-12-01", - "2021-03-01", - "2021-04-01-preview", - "2021-05-01", - "2021-06-01", - "2021-06-01-preview", - "2023-05-01" - ], - "workspaces/kustopools": [ - "2021-04-01-preview", - "2021-06-01-preview" - ], - "workspaces/kustopools/attacheddatabaseconfigurations": [ - "2021-04-01-preview", - "2021-06-01-preview" - ], - "workspaces/kustopools/databases": [ - "2021-04-01-preview", - "2021-06-01-preview" - ], - "workspaces/kustopools/databases/dataconnections": [ - "2021-04-01-preview", - "2021-06-01-preview" - ], - "workspaces/operationresults": [ - "2019-06-01-preview", - "2020-12-01", - "2021-03-01", - "2021-04-01-preview", - "2021-05-01", - "2021-06-01", - "2021-06-01-preview", - "2023-05-01" - ], - "workspaces/operationstatuses": [ - "2019-06-01-preview", - "2020-12-01", - "2021-03-01", - "2021-04-01-preview", - "2021-05-01", - "2021-06-01", - "2021-06-01-preview", - "2023-05-01" - ], - "workspaces/sqldatabases": [ - "2020-04-01-preview" - ], - "workspaces/sqlpools": [ - "2019-06-01-preview", - "2020-04-01-preview", - "2020-12-01", - "2021-03-01", - "2021-04-01-preview", - "2021-05-01", - "2021-06-01", - "2021-06-01-preview", - "2023-05-01" - ], - "workspaces/usages": [ - "2023-05-01" - ] - }, - "syntex": { - "": [ - "2021-10-20-preview", - "2022-06-15-preview", - "2022-09-15-preview", - "2023-01-04-preview" - ], - "accounts": [ - "2023-01-04-preview" - ], - "documentprocessors": [ - "2022-09-15-preview" - ], - "locations": [ - "2022-09-15-preview" - ], - "locations/operationstatuses": [ - "2022-09-15-preview" - ], - "operations": [ - "2021-10-20-preview", - "2022-06-15-preview", - "2022-09-15-preview", - "2023-01-04-preview" - ] - }, - "toolchainorchestrator": { - "": [ - "2024-04-01-preview", - "2024-08-01-preview" - ], - "operations": [ - "2024-04-01-preview", - "2024-08-01-preview" - ] - }, - "updatemanager": { - "": [ - "2024-11-01-preview" - ], - "updaterules": [ - "2024-11-01-preview" - ], - "updaterulesets": [ - "2024-11-01-preview" - ] - }, - "usagebilling": { - "": [ - "2021-05-01-preview", - "2022-09-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01-preview", - "2023-09-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-05-01-preview" - ], - "operations": [ - "2021-05-01-preview", - "2022-09-01-preview", - "2022-12-01-preview", - "2023-02-01-preview", - "2023-04-01-preview", - "2023-09-01-preview", - "2023-12-01-preview", - "2024-01-01-preview", - "2024-05-01-preview" - ] - }, - "verifiedid": { - "": [ - "2024-01-26-preview" - ], - "authorities": [ - "2024-01-26-preview" - ] - }, - "videoindexer": { - "": [ - "2021-10-18-preview", - "2021-10-27-preview", - "2021-11-10-preview", - "2022-04-13-preview", - "2022-07-20-preview", - "2022-08-01", - "2023-06-02-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2024-01-01", - "2024-03-01-preview", - "2024-04-01-preview", - "2024-06-01-preview", - "2024-09-23-preview" - ], - "accounts": [ - "2021-10-18-preview", - "2021-10-27-preview", - "2021-11-10-preview", - "2022-04-13-preview", - "2022-07-20-preview", - "2022-08-01", - "2023-11-01-preview", - "2024-01-01", - "2024-04-01-preview", - "2024-06-01-preview", - "2024-09-23-preview" - ], - "accounts/privateendpointconnections": [ - "2023-11-01-preview", - "2024-03-01-preview", - "2024-06-01-preview" - ], - "accounts/privatelinkresources": [ - "2023-11-01-preview", - "2024-03-01-preview", - "2024-06-01-preview" - ], - "checknameavailability": [ - "2021-10-18-preview", - "2021-10-27-preview", - "2021-11-10-preview", - "2022-04-13-preview", - "2022-07-20-preview", - "2022-08-01", - "2023-06-02-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2024-01-01", - "2024-03-01-preview", - "2024-04-01-preview", - "2024-06-01-preview", - "2024-09-23-preview" - ], - "locations": [ - "2021-10-18-preview", - "2021-10-27-preview", - "2021-11-10-preview", - "2022-04-13-preview", - "2022-07-20-preview", - "2022-08-01", - "2023-06-02-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2024-01-01", - "2024-03-01-preview", - "2024-04-01-preview", - "2024-06-01-preview", - "2024-09-23-preview" - ], - "locations/classicaccounts": [ - "2021-10-27-preview", - "2021-11-10-preview", - "2022-04-13-preview", - "2022-07-20-preview", - "2022-08-01" - ], - "locations/operationstatuses": [ - "2021-10-18-preview", - "2021-10-27-preview", - "2021-11-10-preview", - "2022-04-13-preview", - "2022-07-20-preview", - "2022-08-01", - "2023-06-02-preview", - "2023-08-01-preview", - "2023-11-01-preview", - "2024-01-01", - "2024-03-01-preview", - "2024-04-01-preview", - "2024-06-01-preview", - "2024-09-23-preview" - ], - "locations/userclassicaccounts": [ - "2021-10-27-preview", - "2021-11-10-preview", - "2022-04-13-preview", - "2022-07-20-preview", - "2022-08-01" - ], - "operations": [ - "2021-10-18-preview", - "2021-10-27-preview", - "2021-11-10-preview", - "2022-04-13-preview", - "2022-07-20-preview", - "2022-08-01", - "2023-06-02-preview", - "2023-08-01-preview", - "2023-09-01-preview", - "2023-11-01-preview", - "2024-01-01", - "2024-03-01-preview", - "2024-04-01-preview", - "2024-06-01-preview", - "2024-09-23-preview" - ] - }, - "virtualmachineimages": { - "": [ - "2019-05-01-preview", - "2020-02-14", - "2021-10-01", - "2022-02-14", - "2022-07-01", - "2023-07-01", - "2024-02-01" - ], - "imagetemplates": [ - "2019-05-01-preview", - "2020-02-14", - "2021-10-01", - "2022-02-14", - "2022-07-01", - "2023-07-01", - "2024-02-01" - ], - "imagetemplates/runoutputs": [ - "2019-05-01-preview", - "2020-02-14", - "2021-10-01", - "2022-02-14", - "2022-07-01", - "2023-07-01", - "2024-02-01" - ], - "imagetemplates/triggers": [ - "2022-07-01", - "2023-07-01", - "2024-02-01" - ], - "locations": [ - "2019-05-01-preview", - "2020-02-14", - "2021-10-01", - "2022-02-14", - "2022-07-01", - "2023-07-01", - "2024-02-01" - ], - "locations/operations": [ - "2019-05-01-preview", - "2020-02-14", - "2021-10-01", - "2022-02-14", - "2022-07-01", - "2023-07-01", - "2024-02-01" - ], - "operations": [ - "2019-05-01-preview", - "2020-02-14", - "2021-10-01", - "2022-02-14", - "2022-07-01", - "2023-07-01", - "2024-02-01" - ] - }, - "visualstudio": { - "": [ - "2014-02-26", - "2014-04-01-preview" - ], - "account": [ - "2014-02-26", - "2014-04-01-preview" - ], - "account/extension": [ - "2014-02-26", - "2014-04-01-preview" - ], - "account/project": [ - "2014-02-26", - "2014-04-01-preview" - ], - "checknameavailability": [ - "2014-04-01-preview" - ], - "operations": [ - "2014-02-26", - "2014-04-01-preview" - ] - }, - "vmware": { - "": [ - "2019-12-20-privatepreview", - "2020-10-01-preview" - ], - "arczones": [ - "2019-12-20-privatepreview" - ], - "locations": [ - "2019-12-20-privatepreview", - "2020-10-01-preview" - ], - "locations/operationstatuses": [ - "2019-12-20-privatepreview", - "2020-10-01-preview" - ], - "operations": [ - "2019-12-20-privatepreview", - "2020-10-01-preview" - ], - "resourcepools": [ - "2019-12-20-privatepreview", - "2020-10-01-preview" - ], - "vcenters": [ - "2019-12-20-privatepreview", - "2020-10-01-preview" - ], - "vcenters/inventoryitems": [ - "2020-10-01-preview" - ], - "virtualmachines": [ - "2019-12-20-privatepreview", - "2020-10-01-preview" - ], - "virtualmachinetemplates": [ - "2019-12-20-privatepreview", - "2020-10-01-preview" - ], - "virtualnetworks": [ - "2019-12-20-privatepreview", - "2020-10-01-preview" - ] - }, - "voiceservices": { - "": [ - "2022-12-01-preview", - "2023-01-31", - "2023-04-03", - "2023-07-13-preview", - "2023-09-01", - "2023-09-21", - "2024-02-05-preview", - "2024-02-16-preview" - ], - "locations": [ - "2023-01-31", - "2023-04-03", - "2023-07-13-preview", - "2023-09-01", - "2023-09-21", - "2024-02-05-preview", - "2024-02-16-preview" - ], - "locations/checknameavailability": [ - "2023-01-31", - "2023-04-03", - "2023-07-13-preview", - "2023-09-01", - "2023-09-21", - "2024-02-05-preview", - "2024-02-16-preview" - ], - "operations": [ - "2023-01-31", - "2023-04-03", - "2023-07-13-preview", - "2023-09-01", - "2023-09-21", - "2024-02-05-preview", - "2024-02-16-preview" - ], - "registeredsubscriptions": [ - "2022-12-01-preview", - "2023-01-31", - "2023-04-03", - "2023-07-13-preview", - "2023-09-01", - "2023-09-21", - "2024-02-05-preview", - "2024-02-16-preview" - ] - }, - "web": { - "": [ - "2014-04-01", - "2014-04-01-preview", - "2014-06-01", - "2014-11-01", - "2015-01-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2015-08-01-preview", - "2015-11-01", - "2016-03-01", - "2016-06-01", - "2016-08-01", - "2016-09-01", - "2016-11-01", - "2017-08-01", - "2018-02-01", - "2018-03-01-preview", - "2018-05-01-preview", - "2018-07-01-preview", - "2018-08-01", - "2018-11-01", - "2019-01-01", - "2019-02-01", - "2019-08-01", - "2019-12-01-preview", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2022-09-01-preview", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "aseregions": [ - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "availablestacks": [ - "2014-04-01", - "2014-04-01-preview", - "2014-06-01", - "2014-11-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2016-03-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "billingmeters": [ - "2014-04-01", - "2014-04-01-preview", - "2014-06-01", - "2014-11-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2015-08-01-preview", - "2016-03-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "certificates": [ - "2014-04-01", - "2014-04-01-preview", - "2014-06-01", - "2014-11-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2015-08-01-preview", - "2016-03-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "checknameavailability": [ - "2014-04-01", - "2014-04-01-preview", - "2014-06-01", - "2014-11-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2015-08-01-preview", - "2016-03-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "connectiongateways": [ - "2015-08-01-preview", - "2016-06-01", - "2018-03-01-preview" - ], - "connections": [ - "2015-08-01-preview", - "2016-06-01", - "2018-03-01-preview", - "2018-07-01-preview" - ], - "containerapps": [ - "2021-03-01" - ], - "customapis": [ - "2015-08-01-preview", - "2016-06-01", - "2018-03-01-preview", - "2018-07-01-preview" - ], - "customhostnamesites": [ - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2016-03-01", - "2016-08-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "deletedsites": [ - "2014-04-01", - "2014-04-01-preview", - "2014-06-01", - "2014-11-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2016-03-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "deploymentlocations": [ - "2014-04-01", - "2014-04-01-preview", - "2014-06-01", - "2014-11-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2016-03-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "freetrialstaticwebapps": [ - "2022-09-01" - ], - "functionappstacks": [ - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "generategithubaccesstokenforappservicecli": [ - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "georegions": [ - "2014-04-01", - "2014-04-01-preview", - "2014-06-01", - "2014-11-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2016-03-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "hostingenvironments": [ - "2014-04-01", - "2014-06-01", - "2014-11-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2016-03-01", - "2016-09-01", - "2017-08-01", - "2018-02-01", - "2018-05-01-preview", - "2018-08-01", - "2018-11-01", - "2019-01-01", - "2019-02-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "hostingenvironments/eventgridfilters": [ - "2014-04-01", - "2014-06-01", - "2014-11-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2016-03-01", - "2016-09-01", - "2017-08-01", - "2018-02-01", - "2018-05-01-preview", - "2018-08-01", - "2018-11-01", - "2019-01-01", - "2019-02-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "hostingenvironments/multirolepools": [ - "2014-04-01", - "2014-06-01", - "2014-11-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2016-03-01", - "2016-09-01", - "2017-08-01", - "2018-02-01", - "2018-08-01", - "2018-11-01", - "2019-02-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "hostingenvironments/workerpools": [ - "2014-04-01", - "2014-06-01", - "2014-11-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2016-03-01", - "2016-09-01", - "2017-08-01", - "2018-02-01", - "2018-08-01", - "2018-11-01", - "2019-02-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "ishostingenvironmentnameavailable": [ - "2014-04-01", - "2014-04-01-preview", - "2014-06-01", - "2014-11-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2016-03-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "ishostnameavailable": [ - "2014-04-01", - "2014-04-01-preview", - "2014-06-01", - "2014-11-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2016-03-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "isusernameavailable": [ - "2014-04-01", - "2014-04-01-preview", - "2014-06-01", - "2014-11-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2016-03-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "kubeenvironments": [ - "2021-03-01" - ], - "listsitesassignedtohostname": [ - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2016-03-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "locations": [ - "2015-08-01-preview", - "2016-06-01", - "2018-03-01-preview", - "2018-07-01-preview" - ], - "locations/apioperations": [ - "2015-08-01-preview", - "2016-06-01", - "2018-03-01-preview", - "2018-07-01-preview", - "2022-09-01-preview" - ], - "locations/checknameavailability": [ - "2014-04-01", - "2014-04-01-preview", - "2014-06-01", - "2014-11-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2015-08-01-preview", - "2016-03-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "locations/connectiongatewayinstallations": [ - "2015-08-01-preview", - "2016-06-01", - "2018-03-01-preview" - ], - "locations/deletedsites": [ - "2014-04-01", - "2014-04-01-preview", - "2014-06-01", - "2014-11-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2016-03-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "locations/deletevirtualnetworkorsubnets": [ - "2014-04-01", - "2014-04-01-preview", - "2014-06-01", - "2014-11-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2015-08-01-preview", - "2016-03-01", - "2016-08-01", - "2016-11-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "locations/extractapidefinitionfromwsdl": [ - "2015-08-01-preview", - "2016-06-01", - "2018-03-01-preview" - ], - "locations/functionappstacks": [ - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "locations/getnetworkpolicies": [ - "2016-08-01", - "2018-02-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "locations/listwsdlinterfaces": [ - "2015-08-01-preview", - "2016-06-01", - "2018-03-01-preview" - ], - "locations/managedapis": [ - "2015-08-01-preview", - "2016-06-01", - "2018-03-01-preview", - "2018-07-01-preview", - "2022-09-01-preview" - ], - "locations/notifynetworksecurityperimeterupdatesavailable": [ - "2022-03-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "locations/operationresults": [ - "2016-08-01", - "2018-02-01", - "2018-11-01", - "2019-01-01", - "2019-08-01", - "2019-12-01-preview", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "locations/operations": [ - "2016-08-01", - "2018-02-01", - "2018-11-01", - "2019-01-01", - "2019-08-01", - "2019-12-01-preview", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "locations/previewstaticsiteworkflowfile": [ - "2019-08-01", - "2019-12-01-preview", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "locations/runtimes": [ - "2015-08-01-preview", - "2016-06-01", - "2018-03-01-preview" - ], - "locations/usages": [ - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "locations/validatedeletevirtualnetworkorsubnets": [ - "2014-04-01", - "2014-04-01-preview", - "2014-06-01", - "2014-11-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2015-08-01-preview", - "2016-03-01", - "2016-08-01", - "2016-11-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "locations/webappstacks": [ - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "operations": [ - "2014-04-01", - "2014-04-01-preview", - "2014-06-01", - "2014-11-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2016-03-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "publishingusers": [ - "2014-04-01", - "2014-04-01-preview", - "2014-06-01", - "2014-11-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2016-03-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "recommendations": [ - "2014-04-01", - "2014-04-01-preview", - "2014-06-01", - "2014-11-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2016-03-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "resourcehealthmetadata": [ - "2014-04-01", - "2014-04-01-preview", - "2014-06-01", - "2014-11-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2016-03-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "runtimes": [ - "2014-04-01", - "2014-06-01", - "2014-11-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2016-03-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "serverfarms": [ - "2014-04-01", - "2014-04-01-preview", - "2014-06-01", - "2014-11-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2016-03-01", - "2016-09-01", - "2017-08-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "serverfarms/eventgridfilters": [ - "2014-04-01", - "2014-04-01-preview", - "2014-06-01", - "2014-11-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2016-03-01", - "2016-09-01", - "2017-08-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "serverfarms/firstpartyapps": [ - "2014-04-01", - "2014-04-01-preview", - "2014-06-01", - "2014-11-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2016-03-01", - "2016-09-01", - "2017-08-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "serverfarms/firstpartyapps/keyvaultsettings": [ - "2014-04-01", - "2014-04-01-preview", - "2014-06-01", - "2014-11-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2016-03-01", - "2016-09-01", - "2017-08-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "sites": [ - "2014-04-01", - "2014-04-01-preview", - "2014-06-01", - "2014-11-01", - "2015-01-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2015-08-01-preview", - "2015-11-01", - "2016-03-01", - "2016-08-01", - "2016-09-01", - "2017-08-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "sites/eventgridfilters": [ - "2014-04-01", - "2014-04-01-preview", - "2014-06-01", - "2014-11-01", - "2015-01-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2015-08-01-preview", - "2015-11-01", - "2016-03-01", - "2016-08-01", - "2016-09-01", - "2017-08-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "sites/hostnamebindings": [ - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2016-03-01", - "2016-08-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "sites/networkconfig": [ - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2016-03-01", - "2016-08-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "sites/premieraddons": [ - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2016-03-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "sites/slots": [ - "2014-04-01", - "2014-04-01-preview", - "2014-06-01", - "2014-11-01", - "2015-01-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2015-11-01", - "2016-03-01", - "2016-08-01", - "2016-09-01", - "2017-08-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "sites/slots/eventgridfilters": [ - "2014-04-01", - "2014-04-01-preview", - "2014-06-01", - "2014-11-01", - "2015-01-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2015-11-01", - "2016-03-01", - "2016-08-01", - "2016-09-01", - "2017-08-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "sites/slots/hostnamebindings": [ - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2016-03-01", - "2016-08-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "sites/slots/networkconfig": [ - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2016-03-01", - "2016-08-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "sourcecontrols": [ - "2014-04-01", - "2014-04-01-preview", - "2014-06-01", - "2014-11-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2016-03-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "staticsiteregions": [ - "2024-04-01" - ], - "staticsites": [ - "2019-08-01", - "2019-12-01-preview", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "staticsites/builds": [ - "2019-08-01", - "2019-12-01-preview", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "staticsites/builds/databaseconnections": [ - "2019-08-01", - "2019-12-01-preview", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "staticsites/builds/linkedbackends": [ - "2019-08-01", - "2019-12-01-preview", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "staticsites/builds/userprovidedfunctionapps": [ - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "staticsites/databaseconnections": [ - "2019-08-01", - "2019-12-01-preview", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "staticsites/linkedbackends": [ - "2019-08-01", - "2019-12-01-preview", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "staticsites/userprovidedfunctionapps": [ - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "validate": [ - "2014-04-01", - "2014-04-01-preview", - "2014-06-01", - "2014-11-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2016-03-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "verifyhostingenvironmentvnet": [ - "2014-04-01", - "2014-04-01-preview", - "2014-06-01", - "2014-11-01", - "2015-02-01", - "2015-04-01", - "2015-05-01", - "2015-06-01", - "2015-07-01", - "2015-08-01", - "2016-03-01", - "2018-02-01", - "2018-11-01", - "2019-08-01", - "2020-06-01", - "2020-09-01", - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "webappstacks": [ - "2020-10-01", - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01", - "2021-03-01", - "2022-03-01", - "2022-09-01", - "2023-01-01", - "2023-12-01", - "2024-04-01" - ], - "workerapps": [ - "2020-12-01", - "2021-01-01", - "2021-01-15", - "2021-02-01" - ] - }, - "windowspushnotificationservices": { - "": [ - "2022-09-12-preview" - ], - "checknameavailability": [ - "2022-09-12-preview" - ] - }, - "workloadbuilder": { - "": [ - "2020-07-01-privatepreview", - "2021-03-01-privatepreview" - ], - "locations": [ - "2020-07-01-privatepreview", - "2021-03-01-privatepreview" - ], - "locations/operationstatuses": [ - "2020-07-01-privatepreview", - "2021-03-01-privatepreview" - ], - "operations": [ - "2020-07-01-privatepreview", - "2021-03-01-privatepreview" - ] - }, - "workloads": { - "": [ - "2021-12-01-preview", - "2022-10-15-preview", - "2022-11-01-preview", - "2023-04-01", - "2023-10-01-preview", - "2023-12-01-preview", - "2024-02-01-preview", - "2024-04-01-preview", - "2024-06-01-preview", - "2024-09-01", - "2024-10-01-preview" - ], - "configurationvalidationresults": [ - "2024-10-01-preview" - ], - "connectors": [ - "2023-10-01-preview" - ], - "connectors/acssbackups": [ - "2023-10-01-preview" - ], - "epicvirtualinstances": [ - "2024-04-01-preview" - ], - "epicvirtualinstances/databaseinstances": [ - "2024-04-01-preview" - ], - "epicvirtualinstances/hyperspacewebinstances": [ - "2024-04-01-preview" - ], - "epicvirtualinstances/presentationinstances": [ - "2024-04-01-preview" - ], - "epicvirtualinstances/sharedinstances": [ - "2024-04-01-preview" - ], - "epicvirtualinstances/wssinstances": [ - "2024-04-01-preview" - ], - "locations": [ - "2021-12-01-preview", - "2022-10-15-preview", - "2022-11-01-preview", - "2023-04-01", - "2023-10-01-preview", - "2023-12-01-preview", - "2024-02-01-preview", - "2024-06-01-preview", - "2024-09-01", - "2024-10-01-preview" - ], - "locations/operationstatuses": [ - "2021-12-01-preview", - "2022-10-15-preview", - "2022-11-01-preview", - "2023-04-01", - "2023-10-01-preview", - "2023-12-01-preview", - "2024-02-01-preview", - "2024-09-01", - "2024-10-01-preview" - ], - "locations/sapvirtualinstancemetadata": [ - "2021-12-01-preview", - "2022-11-01-preview", - "2023-04-01", - "2023-10-01-preview" - ], - "monitors": [ - "2021-12-01-preview", - "2022-11-01-preview", - "2023-04-01", - "2023-10-01-preview", - "2023-12-01-preview" - ], - "monitors/providerinstances": [ - "2021-12-01-preview", - "2022-11-01-preview", - "2023-04-01", - "2023-10-01-preview", - "2023-12-01-preview" - ], - "monitors/saplandscapemonitor": [ - "2022-11-01-preview", - "2023-04-01", - "2023-10-01-preview", - "2023-12-01-preview" - ], - "operations": [ - "2021-12-01-preview", - "2022-10-15-preview", - "2022-11-01-preview", - "2023-04-01", - "2023-10-01-preview", - "2023-12-01-preview", - "2024-02-01-preview", - "2024-06-01-preview", - "2024-09-01", - "2024-10-01-preview" - ], - "sapdiscoverysites": [ - "2023-10-01-preview" - ], - "sapdiscoverysites/sapinstances": [ - "2023-10-01-preview" - ], - "sapdiscoverysites/sapinstances/serverinstances": [ - "2023-10-01-preview" - ], - "sapvirtualinstances": [ - "2021-12-01-preview", - "2022-11-01-preview", - "2023-04-01", - "2023-10-01-preview" - ], - "sapvirtualinstances/applicationinstances": [ - "2021-12-01-preview", - "2022-11-01-preview", - "2023-04-01", - "2023-10-01-preview" - ], - "sapvirtualinstances/centralinstances": [ - "2021-12-01-preview", - "2022-11-01-preview", - "2023-04-01", - "2023-10-01-preview" - ], - "sapvirtualinstances/databaseinstances": [ - "2021-12-01-preview", - "2022-11-01-preview", - "2023-04-01", - "2023-10-01-preview" - ] - } -} \ No newline at end of file diff --git a/reports/inactiveDefaultVersions.json b/reports/inactiveDefaultVersions.json new file mode 100644 index 000000000000..715670946101 --- /dev/null +++ b/reports/inactiveDefaultVersions.json @@ -0,0 +1,149 @@ +{ + "AadIam": [ + "2020-07-01-preview" + ], + "Automanage": [ + "2020-06-30-preview" + ], + "AzureData": [ + "2019-07-24-preview" + ], + "AzureDataTransfer": [ + "2024-09-27" + ], + "Cloudngfw": [ + "2023-09-01", + "2024-02-07-preview" + ], + "ContainerInstance": [ + "2024-11-01-preview" + ], + "ContainerService": [ + "2019-10-27-preview" + ], + "ContainerStorage": [ + "2023-07-01-preview" + ], + "Contoso": [ + "2021-10-01-preview" + ], + "CustomerInsights": [ + "2017-04-26" + ], + "DBforPostgreSQL": [ + "2024-03-01-preview" + ], + "DataCatalog": [ + "2016-03-30" + ], + "DevHub": [ + "2024-08-01-preview" + ], + "DevSpaces": [ + "2019-04-01" + ], + "Dynamics365Fraudprotection": [ + "2021-02-01-preview" + ], + "Education": [ + "2021-12-01-preview" + ], + "EngagementFabric": [ + "2018-09-01-preview" + ], + "EnterpriseKnowledgeGraph": [ + "2018-12-03" + ], + "HybridData": [ + "2019-06-01" + ], + "ImportExport": [ + "2021-01-01" + ], + "Insights": [ + "2021-03-03-preview" + ], + "Intune": [ + "2015-01-14-preview" + ], + "M365SecurityAndCompliance": [ + "2021-03-25-preview" + ], + "MachineLearning": [ + "2016-05-01-preview", + "2017-01-01", + "2019-10-01" + ], + "ManagedIdentity": [ + "2022-01-31-preview" + ], + "ManagedNetwork": [ + "2019-06-01-preview" + ], + "ManagementPartner": [ + "2018-02-01" + ], + "Media": [ + "2020-02-01-preview" + ], + "Migrate": [ + "2023-01-01" + ], + "Network": [ + "2021-03-01-preview" + ], + "NetworkAnalytics": [ + "2023-11-15" + ], + "PolicyInsights": [ + "2022-09-01" + ], + "PortalServices": [ + "2024-04-01-preview" + ], + "Scheduler": [ + "2016-03-01" + ], + "Security": [ + "2024-05-15-preview" + ], + "SecurityAndCompliance": [ + "2021-03-08" + ], + "SoftwarePlan": [ + "2019-12-01" + ], + "StorSimple": [ + "2017-06-01" + ], + "StoragePool": [ + "2021-08-01" + ], + "TestBase": [ + "2022-04-01-preview", + "2023-11-01-preview" + ], + "TimeSeriesInsights": [ + "2020-05-15", + "2021-03-31-preview" + ], + "VMwareCloudSimple": [ + "2019-04-01" + ], + "VideoAnalyzer": [ + "2021-11-01-preview" + ], + "VisualStudio": [ + "2017-11-01-preview" + ], + "WebPubSub": [ + "2023-02-01", + "2023-03-01-preview" + ], + "WindowsESU": [ + "2019-09-16-preview" + ], + "WindowsIoT": [ + "2019-06-01" + ] +} \ No newline at end of file From a99a3d0534e5adc3e08161e779490b88900f5fcc Mon Sep 17 00:00:00 2001 From: Daniel Bradley Date: Thu, 21 Nov 2024 13:05:26 +0000 Subject: [PATCH 6/8] Prefer live versions for tracking - Fall back to any version if none are live. - Add documentation comments. - Create providerSpecBuilder class to give access to global, immutable data across functions to avoid passing providerName and providerList everywhere. - Simplify filtering candidate versions. Test adding resources only if they're live --- provider/pkg/versioning/defaultVersion.go | 53 ++++++++---- .../pkg/versioning/defaultVersion_test.go | 14 ++-- .../gen_calculateVersionMetadata_test.go | 81 ++++++++++++++++++- 3 files changed, 123 insertions(+), 25 deletions(-) diff --git a/provider/pkg/versioning/defaultVersion.go b/provider/pkg/versioning/defaultVersion.go index 6b3806568dce..75db22d5451c 100644 --- a/provider/pkg/versioning/defaultVersion.go +++ b/provider/pkg/versioning/defaultVersion.go @@ -42,7 +42,8 @@ func BuildSpec(spec ProvidersVersionResources, curations Curations, existingConf specs := Spec{} for providerName, versionResources := range spec { existing := existingConfig[providerName] - specs[providerName] = buildSpec(providerName, versionResources, curations, existing, providerList) + builder := providerSpecBuilder{providerName: providerName, providerList: providerList} + specs[providerName] = builder.buildSpec(versionResources, curations, existing) } return specs } @@ -169,13 +170,18 @@ func DefaultConfigToDefaultVersionLock(spec ProvidersVersionResources, defaultCo return defaultVersionLock, multierror.Flatten(err) } -func buildSpec(providerName string, versions VersionResources, curations Curations, existing ProviderSpec, providerList providerlist.ProviderListActiveVersionChecker) ProviderSpec { +type providerSpecBuilder struct { + providerName string + providerList providerlist.ProviderListActiveVersionChecker +} + +func (b providerSpecBuilder) buildSpec(versions VersionResources, curations Curations, existing ProviderSpec) ProviderSpec { var additionsPtr *map[string]string var trackingPtr *string var exclusionErrors []ExclusionError - providerCuration := curations[providerName] - latestVersions := findLatestVersions(versions, providerCuration) + providerCuration := curations[b.providerName] + latestVersions := b.findLatestVersions(versions, providerCuration) if len(latestVersions) == 0 { return ProviderSpec{} @@ -187,9 +193,11 @@ func buildSpec(providerName string, versions VersionResources, curations Curatio trackingPtr = existing.Tracking trackingResources = codegen.NewStringSet(versions[*trackingPtr]...) } else if !providerCuration.Explicit { + // Take the latest version as the new tracking version maxVersion := maxKey(latestVersions) if maxVersion != nil { trackingPtr = maxVersion + // Capture all the resources in the version we're tracking ready to find any resources which aren't in this version trackingResources = codegen.NewStringSet(latestVersions[*trackingPtr]...) } } @@ -213,7 +221,7 @@ func buildSpec(providerName string, versions VersionResources, curations Curatio isExcluded, exclusionErr := providerCuration.IsExcluded(resourceName, apiVersion) if exclusionErr != nil { exclusionErrors = append(exclusionErrors, ExclusionError{ - Provider: providerName, + Provider: b.providerName, ResourceName: resourceName, Detail: exclusionErr.Error(), }) @@ -240,8 +248,9 @@ func buildSpec(providerName string, versions VersionResources, curations Curatio } } -func findLatestVersions(versions VersionResources, curations providerCuration) map[openapi.ApiVersion][]openapi.ResourceName { - latestResourceVersions := findLatestResourceVersions(versions, curations) +// Returns each resource's latest version grouped by version +func (b providerSpecBuilder) findLatestVersions(versions VersionResources, curations providerCuration) map[openapi.ApiVersion][]openapi.ResourceName { + latestResourceVersions := b.findLatestResourceVersions(versions, curations) latestVersions := map[openapi.ApiVersion][]openapi.ResourceName{} for resourceName, version := range latestResourceVersions { latestVersions[version] = append(latestVersions[version], resourceName) @@ -252,8 +261,8 @@ func findLatestVersions(versions VersionResources, curations providerCuration) m return latestVersions } -func findLatestResourceVersions(versions VersionResources, curations providerCuration) map[openapi.ResourceName]openapi.ApiVersion { - candidateVersions := filterCandidateVersions(versions, curations.Preview) +func (b providerSpecBuilder) findLatestResourceVersions(versions VersionResources, curations providerCuration) map[openapi.ResourceName]openapi.ApiVersion { + candidateVersions := b.filterCandidateVersions(versions, curations.Preview) candidates := filterVersionResources(versions, candidateVersions) minimalVersionSet := findMinimalVersionSet(candidates) minimalVersions := filterVersionResources(candidates, minimalVersionSet) @@ -291,14 +300,26 @@ func filterVersionResources(versions VersionResources, filter []openapi.ApiVersi return filtered } -func filterCandidateVersions(versions VersionResources, previewPolicy string) []openapi.ApiVersion { +// filterCandidateVersions returns a sorted list of versions which are the best upgrade options, +// removing versions which have now been superseded by a newer or more stable version. +func (b providerSpecBuilder) filterCandidateVersions(versions VersionResources, previewPolicy string) []openapi.ApiVersion { orderedVersions := make([]openapi.ApiVersion, 0, len(versions)) - for version := range versions { - if version != "" { + for _, version := range keys(versions) { + if version != "" { // Ignore default version placeholders orderedVersions = append(orderedVersions, version) } } - sort.Strings(orderedVersions) + openapi.SortApiVersions(orderedVersions) + liveOrderedVersions := []openapi.ApiVersion{} + for _, version := range orderedVersions { + if b.providerList.HasProviderVersion(b.providerName, version) { + liveOrderedVersions = append(liveOrderedVersions, version) + } + } + // If there are live versions, consider only those. + if len(liveOrderedVersions) > 0 { + orderedVersions = liveOrderedVersions + } candidateVersions := codegen.NewStringSet() hasFutureStableVersion := false @@ -321,7 +342,7 @@ func filterCandidateVersions(versions VersionResources, previewPolicy string) [] } // If no more to iterate through, just add - if i == 0 || !containsRecentStable(orderedVersions[:i], version) { + if i == 0 || !b.containsRecentStable(orderedVersions[:i], version) { candidateVersions.Add(version) continue } @@ -352,7 +373,7 @@ func isMoreThanOneYearOld(version openapi.ApiVersion) (bool, error) { return diff.Hours() > 24*366, nil } -func containsRecentStable(orderedVersions []openapi.ApiVersion, comparisonVersion openapi.ApiVersion) bool { +func (b providerSpecBuilder) containsRecentStable(orderedVersions []openapi.ApiVersion, comparisonVersion openapi.ApiVersion) bool { for i := len(orderedVersions) - 1; i >= 0; i-- { previousVersion := orderedVersions[i] // Only looking for recent stable versions @@ -362,7 +383,7 @@ func containsRecentStable(orderedVersions []openapi.ApiVersion, comparisonVersio // Check if stable version is also recent timeDiff, err := timeBetweenVersions(previousVersion, comparisonVersion) if err != nil { - panic(errors.Wrapf(err, "failed parsing version as date: %s or %s", comparisonVersion, previousVersion)) + panic(errors.Wrapf(err, "failed parsing version as date for %s: %s or %s", b.providerName, comparisonVersion, previousVersion)) } const maxRecentVersionTimeInHours = 24 * 366 isRecent := timeDiff.Hours() <= maxRecentVersionTimeInHours diff --git a/provider/pkg/versioning/defaultVersion_test.go b/provider/pkg/versioning/defaultVersion_test.go index ebba7562af39..c1a5fd811a47 100644 --- a/provider/pkg/versioning/defaultVersion_test.go +++ b/provider/pkg/versioning/defaultVersion_test.go @@ -332,7 +332,7 @@ func TestFindMinimalVersionSet(t *testing.T) { func TestFilterCandidateVersions(t *testing.T) { t.Run("empty spec", func(t *testing.T) { - actual := filterCandidateVersions(map[openapi.ApiVersion][]openapi.ResourceName{}, "") + actual := providerSpecBuilder{}.filterCandidateVersions(map[openapi.ApiVersion][]openapi.ResourceName{}, "") expected := []string{} assert.Equal(t, expected, actual) }) @@ -340,7 +340,7 @@ func TestFilterCandidateVersions(t *testing.T) { twoMonthsAgo := time.Now().Add(-time.Hour * 24 * 30).Format("2006-01-02") oneMonthAgo := time.Now().Add(-time.Hour * 24 * 30).Format("2006-01-02") recentPreview := oneMonthAgo + "-preview" - actual := filterCandidateVersions(map[openapi.ApiVersion][]openapi.ResourceName{ + actual := providerSpecBuilder{}.filterCandidateVersions(map[openapi.ApiVersion][]openapi.ResourceName{ twoMonthsAgo: {}, recentPreview: {}, }, "") @@ -348,7 +348,7 @@ func TestFilterCandidateVersions(t *testing.T) { assert.Equal(t, expected, actual) }) t.Run("skips preview which is now stable", func(t *testing.T) { - actual := filterCandidateVersions(map[openapi.ApiVersion][]openapi.ResourceName{ + actual := providerSpecBuilder{}.filterCandidateVersions(map[openapi.ApiVersion][]openapi.ResourceName{ "2020-01-01": {}, "2020-01-01-preview": {}, "2022-02-02": {}, @@ -357,7 +357,7 @@ func TestFilterCandidateVersions(t *testing.T) { assert.Equal(t, expected, actual) }) t.Run("skips multiple previews recently after a stable", func(t *testing.T) { - actual := filterCandidateVersions(map[openapi.ApiVersion][]openapi.ResourceName{ + actual := providerSpecBuilder{}.filterCandidateVersions(map[openapi.ApiVersion][]openapi.ResourceName{ "2020-01-01": {}, "2020-01-01-preview": {}, "2020-06-01-preview": {}, @@ -367,14 +367,14 @@ func TestFilterCandidateVersions(t *testing.T) { assert.Equal(t, expected, actual) }) t.Run("single preview", func(t *testing.T) { - actual := filterCandidateVersions(map[openapi.ApiVersion][]openapi.ResourceName{ + actual := providerSpecBuilder{}.filterCandidateVersions(map[openapi.ApiVersion][]openapi.ResourceName{ "2020-01-01-preview": {}, }, "") expected := []string{"2020-01-01-preview"} assert.Equal(t, expected, actual) }) t.Run("only previews", func(t *testing.T) { - actual := filterCandidateVersions(map[openapi.ApiVersion][]openapi.ResourceName{ + actual := providerSpecBuilder{}.filterCandidateVersions(map[openapi.ApiVersion][]openapi.ResourceName{ "2020-01-01-preview": {}, "2021-01-01-preview": {}, }, "") @@ -382,7 +382,7 @@ func TestFilterCandidateVersions(t *testing.T) { assert.Equal(t, expected, actual) }) t.Run("remove private previews", func(t *testing.T) { - actual := filterCandidateVersions(map[openapi.ApiVersion][]openapi.ResourceName{ + actual := providerSpecBuilder{}.filterCandidateVersions(map[openapi.ApiVersion][]openapi.ResourceName{ "2015-01-14-preview": {}, "2015-01-14-privatepreview": {}, }, "") diff --git a/provider/pkg/versioning/gen_calculateVersionMetadata_test.go b/provider/pkg/versioning/gen_calculateVersionMetadata_test.go index 01bb0093f005..c56b4402b0a7 100644 --- a/provider/pkg/versioning/gen_calculateVersionMetadata_test.go +++ b/provider/pkg/versioning/gen_calculateVersionMetadata_test.go @@ -4,6 +4,7 @@ import ( "testing" "github.com/pulumi/pulumi-azure-native/v2/provider/pkg/openapi" + "github.com/pulumi/pulumi-azure-native/v2/provider/pkg/providerlist" "github.com/stretchr/testify/assert" ) @@ -37,8 +38,25 @@ func TestCalculateVersionMetadata(t *testing.T) { }), result.Spec) }) - t.Run("New module with partial latest version includes additions", func(t *testing.T) { + t.Run("New module with partial latest version includes additions if live", func(t *testing.T) { sources := VersionSources{ + ProviderList: providerlist.ProviderList{ + Providers: []providerlist.Provider{ + { + Namespace: "Microsoft.Module", + ResourceTypes: []providerlist.ResourceType{ + { + ResourceType: "Resource1", + ApiVersions: []string{"2020-01-01", "2021-01-01"}, + }, + { + ResourceType: "Resource2", + ApiVersions: []string{"2020-01-01"}, + }, + }, + }, + }, + }, AllResourcesByVersion: map[string]map[string][]string{ "Module": { "2020-01-01": {"Resource1", "Resource2"}, @@ -116,6 +134,48 @@ func TestCalculateVersionMetadata(t *testing.T) { }), result.Spec) }) + t.Run("New resource ignored if not live", func(t *testing.T) { + sources := VersionSources{ + ProviderList: providerlist.ProviderList{ + Providers: []providerlist.Provider{ + { + Namespace: "Microsoft.Module", + ResourceTypes: []providerlist.ResourceType{ + { + ResourceType: "Resource1", + ApiVersions: []string{"2020-01-01"}, + }, + { + ResourceType: "Resource2", + ApiVersions: []string{"2020-01-01"}, + }, + }, + }, + }, + }, + Spec: map[openapi.ProviderName]ProviderSpec{ + "Module": { + Tracking: strptr("2020-01-01"), + }, + }, + AllResourcesByVersion: map[string]map[string][]string{ + "Module": { + "2020-01-01": {"Resource1"}, + "2021-01-01": {"Resource1", "Resource2"}, + }, + }, + } + + result, err := calculateVersionMetadata(sources) + + assert.NoError(t, err) + assert.Equal(t, Spec(map[openapi.ProviderName]ProviderSpec{ + "Module": { + Tracking: strptr("2020-01-01"), + }, + }), result.Spec) + }) + t.Run("New version ignored if already tracking during upgrade", func(t *testing.T) { sources := VersionSources{ Spec: map[openapi.ProviderName]ProviderSpec{ @@ -141,8 +201,25 @@ func TestCalculateVersionMetadata(t *testing.T) { }), result.Spec) }) - t.Run("New resource in new version added during upgrade", func(t *testing.T) { + t.Run("New resource in new version added during upgrade if live", func(t *testing.T) { sources := VersionSources{ + ProviderList: providerlist.ProviderList{ + Providers: []providerlist.Provider{ + { + Namespace: "Microsoft.Module", + ResourceTypes: []providerlist.ResourceType{ + { + ResourceType: "Resource1", + ApiVersions: []string{"2020-01-01", "2021-01-01"}, + }, + { + ResourceType: "Resource2", + ApiVersions: []string{"2021-01-01"}, + }, + }, + }, + }, + }, Spec: map[openapi.ProviderName]ProviderSpec{ "Module": { Tracking: strptr("2020-01-01"), From b6764873b98ecb7a31e072a822e8c488d7e08ef9 Mon Sep 17 00:00:00 2001 From: Daniel Bradley Date: Mon, 2 Dec 2024 14:17:21 +0000 Subject: [PATCH 7/8] Only add extra resources if live - If the resource is already added, don't remove it. - If it's a new addition, but not yet live, don't add it. --- provider/pkg/versioning/defaultVersion.go | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/provider/pkg/versioning/defaultVersion.go b/provider/pkg/versioning/defaultVersion.go index 75db22d5451c..ccf4cd5b9dbe 100644 --- a/provider/pkg/versioning/defaultVersion.go +++ b/provider/pkg/versioning/defaultVersion.go @@ -231,7 +231,13 @@ func (b providerSpecBuilder) buildSpec(versions VersionResources, curations Cura } if existingVersion, ok := existingAdditions[resourceName]; ok { additions[resourceName] = existingVersion - } else if !trackingResources.Has(resourceName) { + continue + } + if !b.providerList.HasProviderVersion(b.providerName, apiVersion) { + // Don't add if not marked as live + continue + } + if !trackingResources.Has(resourceName) { additions[resourceName] = apiVersion } } From 50c3df9d11b8f8bbc398ce26e8f23017a69f3daa Mon Sep 17 00:00:00 2001 From: Daniel Bradley Date: Tue, 26 Nov 2024 16:18:18 +0000 Subject: [PATCH 8/8] Move and extend unit tests - Test prefering live versions for tracking - Combine default version tests - Move lots of default version tests into the new calculateVersionMetadata tests which are a broader test and require less mocking. --- .../pkg/versioning/defaultVersion_test.go | 303 +----------------- .../gen_calculateVersionMetadata_test.go | 182 +++++++++++ 2 files changed, 194 insertions(+), 291 deletions(-) diff --git a/provider/pkg/versioning/defaultVersion_test.go b/provider/pkg/versioning/defaultVersion_test.go index c1a5fd811a47..6ed9b72d26b0 100644 --- a/provider/pkg/versioning/defaultVersion_test.go +++ b/provider/pkg/versioning/defaultVersion_test.go @@ -5,293 +5,10 @@ import ( "time" "github.com/pulumi/pulumi-azure-native/v2/provider/pkg/openapi" + "github.com/pulumi/pulumi-azure-native/v2/provider/pkg/providerlist" "github.com/stretchr/testify/assert" ) -func TestDefaultVersion(t *testing.T) { - t.Run("simple latest additive", func(t *testing.T) { - actual := BuildSpec(map[openapi.ProviderName]VersionResources{ - "Provider": { - "2020-01-01": []openapi.ResourceName{ - "Resource A", - }, - "2021-02-02": []openapi.ResourceName{ - "Resource A", - "Resource B", - }, - }, - }, nil, Spec{}) - v2021 := "2021-02-02" - expected := Spec{ - "Provider": { - Tracking: &v2021, - }, - } - assert.Equal(t, expected, actual) - }) - t.Run("two-previews", func(t *testing.T) { - actual := BuildSpec(map[openapi.ProviderName]VersionResources{ - "Provider": { - "2020-01-01-preview": []openapi.ResourceName{ - "Resource A", - }, - "2021-02-02-preview": []openapi.ResourceName{ - "Resource A", - "Resource B", - }, - }, - }, nil, Spec{}) - v2021 := "2021-02-02-preview" - expected := Spec{ - "Provider": { - Tracking: &v2021, - }, - } - assert.Equal(t, expected, actual) - }) - - t.Run("prefer existing tracking version", func(t *testing.T) { - v2021 := "2021-02-02" - v2020 := "2020-01-01" - - actual := BuildSpec(map[openapi.ProviderName]VersionResources{ - "Provider": { - v2020: []openapi.ResourceName{ - "Resource A", - }, - v2021: []openapi.ResourceName{ - "Resource A", - "Resource B", - }, - }, - }, nil, Spec{ - "Provider": { - Tracking: &v2020, - }, - }) - expected := Spec{ - "Provider": { - Tracking: &v2020, - Additions: &map[openapi.ResourceName]openapi.ApiVersion{ - "Resource B": v2021, - }, - }, - } - assert.Equal(t, expected, actual) - }) - - t.Run("prefer preview versions - treat as stable", func(t *testing.T) { - v2021 := "2021-02-02-preview" - v2020 := "2020-01-01" - - spec := map[openapi.ProviderName]VersionResources{ - "Provider": { - v2020: []openapi.ResourceName{ - "Resource A", - }, - v2021: []openapi.ResourceName{ - "Resource A", - "Resource B", - }, - }, - } - curations := Curations{ - "Provider": { - Preview: PreviewPrefer, - }, - } - existing := Spec{} - actual := BuildSpec(spec, curations, existing) - expected := Spec{ - "Provider": { - Tracking: &v2021, - }, - } - assert.Equal(t, expected, actual) - }) - - t.Run("include latest preview if over a year old", func(t *testing.T) { - v202001 := "2021-01-01" - v202102preview := "2021-02-02-preview" - - spec := map[openapi.ProviderName]VersionResources{ - "Provider": { - v202001: []openapi.ResourceName{ - "Resource B", - }, - v202102preview: []openapi.ResourceName{ - "Resource A", - }, - }, - } - - curations := Curations{} - - existingConfig := Spec{ - "Provider": { - Tracking: &v202001, - }, - } - - actual := BuildSpec(spec, curations, existingConfig) - expected := Spec{ - "Provider": { - Tracking: &v202001, - Additions: &map[openapi.ResourceName]openapi.ApiVersion{ - "Resource A": v202102preview, - }, - }, - } - assert.Equal(t, expected, actual) - }) - - t.Run("include new services", func(t *testing.T) { - v2020 := "2020-01-01" - - actual := BuildSpec(map[openapi.ProviderName]VersionResources{ - "Provider A": { - v2020: []openapi.ResourceName{ - "Resource A", - }, - }, - "Provider B": { - v2020: []openapi.ResourceName{ - "Resource B", - }, - }, - }, nil, Spec{ - "Provider A": { - Tracking: &v2020, - }, - }) - expected := Spec{ - "Provider A": { - Tracking: &v2020, - }, - "Provider B": { - Tracking: &v2020, - }, - } - assert.Equal(t, expected, actual) - }) - - t.Run("prefer existing addition version", func(t *testing.T) { - v2020 := "2020-01-01" - v2021 := "2021-02-02" - v2022 := "2022-03-03" - - existingConfig := Spec{ - "Provider": { - Tracking: &v2021, - Additions: &map[openapi.ResourceName]openapi.ApiVersion{ - "Resource B": v2020, - }, - }, - } - - actual := BuildSpec(map[openapi.ProviderName]VersionResources{ - "Provider": { - v2020: []openapi.ResourceName{ - "Resource B", - }, - v2021: []openapi.ResourceName{ - "Resource A", - }, - v2022: []openapi.ResourceName{ - "Resource B", - "Resource C", - }, - }, - }, nil, existingConfig) - expected := Spec{ - "Provider": { - Tracking: &v2021, - Additions: &map[openapi.ResourceName]openapi.ApiVersion{ - "Resource B": v2020, - "Resource C": v2022, - }, - }, - } - assert.Equal(t, expected, actual) - }) - - t.Run("exclude existing addition", func(t *testing.T) { - v2020 := "2020-01-01" - v2021 := "2021-02-02" - - spec := map[openapi.ProviderName]VersionResources{ - "Provider": { - v2020: []openapi.ResourceName{ - "Resource B", - }, - v2021: []openapi.ResourceName{ - "Resource A", - }, - }, - } - - curations := Curations{ - "Provider": { - Exclusions: map[string]string{ - "Resource B": v2020, - }, - }, - } - - existingConfig := Spec{ - "Provider": { - Tracking: &v2021, - Additions: &map[openapi.ResourceName]openapi.ApiVersion{ - "Resource B": v2020, - }, - }, - } - - actual := BuildSpec(spec, curations, existingConfig) - expected := Spec{ - "Provider": { - Tracking: &v2021, - }, - } - assert.Equal(t, expected, actual) - }) -} - -func TestExplicitPreference(t *testing.T) { - v2020 := "2020-01-01" - v2021 := "2021-02-02" - - spec := map[openapi.ProviderName]VersionResources{ - "Provider": { - v2020: []openapi.ResourceName{ - "Resource B", - }, - v2021: []openapi.ResourceName{ - "Resource A", - }, - }, - } - - curations := Curations{ - "Provider": { - Explicit: true, - }, - } - - existingConfig := Spec{} - - actual := BuildSpec(spec, curations, existingConfig) - expected := Spec{ - "Provider": { - Additions: &map[openapi.ResourceName]openapi.ApiVersion{ - "Resource A": v2021, - "Resource B": v2020, - }, - }, - } - assert.Equal(t, expected, actual) -} - func TestFindMinimalVersionSet(t *testing.T) { t.Run("empty", func(t *testing.T) { actual := findMinimalVersionSet(map[openapi.ApiVersion][]openapi.ResourceName{}) @@ -331,8 +48,12 @@ func TestFindMinimalVersionSet(t *testing.T) { } func TestFilterCandidateVersions(t *testing.T) { + emptyBuilder := providerSpecBuilder{ + providerName: "", + providerList: providerlist.ProviderList{}.Index(), + } t.Run("empty spec", func(t *testing.T) { - actual := providerSpecBuilder{}.filterCandidateVersions(map[openapi.ApiVersion][]openapi.ResourceName{}, "") + actual := emptyBuilder.filterCandidateVersions(map[openapi.ApiVersion][]openapi.ResourceName{}, "") expected := []string{} assert.Equal(t, expected, actual) }) @@ -340,7 +61,7 @@ func TestFilterCandidateVersions(t *testing.T) { twoMonthsAgo := time.Now().Add(-time.Hour * 24 * 30).Format("2006-01-02") oneMonthAgo := time.Now().Add(-time.Hour * 24 * 30).Format("2006-01-02") recentPreview := oneMonthAgo + "-preview" - actual := providerSpecBuilder{}.filterCandidateVersions(map[openapi.ApiVersion][]openapi.ResourceName{ + actual := emptyBuilder.filterCandidateVersions(map[openapi.ApiVersion][]openapi.ResourceName{ twoMonthsAgo: {}, recentPreview: {}, }, "") @@ -348,7 +69,7 @@ func TestFilterCandidateVersions(t *testing.T) { assert.Equal(t, expected, actual) }) t.Run("skips preview which is now stable", func(t *testing.T) { - actual := providerSpecBuilder{}.filterCandidateVersions(map[openapi.ApiVersion][]openapi.ResourceName{ + actual := emptyBuilder.filterCandidateVersions(map[openapi.ApiVersion][]openapi.ResourceName{ "2020-01-01": {}, "2020-01-01-preview": {}, "2022-02-02": {}, @@ -357,7 +78,7 @@ func TestFilterCandidateVersions(t *testing.T) { assert.Equal(t, expected, actual) }) t.Run("skips multiple previews recently after a stable", func(t *testing.T) { - actual := providerSpecBuilder{}.filterCandidateVersions(map[openapi.ApiVersion][]openapi.ResourceName{ + actual := emptyBuilder.filterCandidateVersions(map[openapi.ApiVersion][]openapi.ResourceName{ "2020-01-01": {}, "2020-01-01-preview": {}, "2020-06-01-preview": {}, @@ -367,14 +88,14 @@ func TestFilterCandidateVersions(t *testing.T) { assert.Equal(t, expected, actual) }) t.Run("single preview", func(t *testing.T) { - actual := providerSpecBuilder{}.filterCandidateVersions(map[openapi.ApiVersion][]openapi.ResourceName{ + actual := emptyBuilder.filterCandidateVersions(map[openapi.ApiVersion][]openapi.ResourceName{ "2020-01-01-preview": {}, }, "") expected := []string{"2020-01-01-preview"} assert.Equal(t, expected, actual) }) t.Run("only previews", func(t *testing.T) { - actual := providerSpecBuilder{}.filterCandidateVersions(map[openapi.ApiVersion][]openapi.ResourceName{ + actual := emptyBuilder.filterCandidateVersions(map[openapi.ApiVersion][]openapi.ResourceName{ "2020-01-01-preview": {}, "2021-01-01-preview": {}, }, "") @@ -382,7 +103,7 @@ func TestFilterCandidateVersions(t *testing.T) { assert.Equal(t, expected, actual) }) t.Run("remove private previews", func(t *testing.T) { - actual := providerSpecBuilder{}.filterCandidateVersions(map[openapi.ApiVersion][]openapi.ResourceName{ + actual := emptyBuilder.filterCandidateVersions(map[openapi.ApiVersion][]openapi.ResourceName{ "2015-01-14-preview": {}, "2015-01-14-privatepreview": {}, }, "") diff --git a/provider/pkg/versioning/gen_calculateVersionMetadata_test.go b/provider/pkg/versioning/gen_calculateVersionMetadata_test.go index c56b4402b0a7..ebdfabbf486e 100644 --- a/provider/pkg/versioning/gen_calculateVersionMetadata_test.go +++ b/provider/pkg/versioning/gen_calculateVersionMetadata_test.go @@ -2,6 +2,7 @@ package versioning import ( "testing" + "time" "github.com/pulumi/pulumi-azure-native/v2/provider/pkg/openapi" "github.com/pulumi/pulumi-azure-native/v2/provider/pkg/providerlist" @@ -38,6 +39,107 @@ func TestCalculateVersionMetadata(t *testing.T) { }), result.Spec) }) + t.Run("New module tracks latest of two preview versions", func(t *testing.T) { + sources := VersionSources{ + AllResourcesByVersion: map[string]map[string][]string{ + "Module": { + "2019-01-01-preview": {"Resource1"}, + "2020-01-01-preview": {"Resource1"}, + }, + }, + } + + result, err := calculateVersionMetadata(sources) + + assert.NoError(t, err) + assert.Equal(t, Spec(map[openapi.ProviderName]ProviderSpec{ + "Module": { + Tracking: strptr("2020-01-01-preview"), + }, + }), result.Spec) + }) + + t.Run("New module tracks preview if more than 1 year newer than last stable", func(t *testing.T) { + sources := VersionSources{ + AllResourcesByVersion: map[string]map[string][]string{ + "Module": { + "2019-01-01": {"Resource1"}, + "2020-02-01-preview": {"Resource1"}, + }, + }, + } + + result, err := calculateVersionMetadata(sources) + + assert.NoError(t, err) + assert.Equal(t, Spec(map[openapi.ProviderName]ProviderSpec{ + "Module": { + Tracking: strptr("2020-02-01-preview"), + }, + }), result.Spec) + }) + + t.Run("New module tracks older stable if not yet 1 year old", func(t *testing.T) { + today := time.Now().Format("2006-01-02") + elevenMonthsAgo := time.Now().Add(-time.Hour * 24 * 30 * 11).Format("2006-01-02") + olderStable := elevenMonthsAgo + newerPreview := today + "-preview" + sources := VersionSources{ + AllResourcesByVersion: map[string]map[string][]string{ + "Module": { + olderStable: {"Resource1"}, + newerPreview: {"Resource1"}, + }, + }, + } + + result, err := calculateVersionMetadata(sources) + + assert.NoError(t, err) + assert.Equal(t, Spec(map[openapi.ProviderName]ProviderSpec{ + "Module": { + Tracking: strptr(olderStable), + }, + }), result.Spec) + }) + + t.Run("New module prefers live version", func(t *testing.T) { + sources := VersionSources{ + ProviderList: providerlist.ProviderList{ + Providers: []providerlist.Provider{ + { + Namespace: "Microsoft.Module", + ResourceTypes: []providerlist.ResourceType{ + { + ResourceType: "Resource1", + ApiVersions: []string{"2019-01-01"}, + }, + { + ResourceType: "Resource2", + ApiVersions: []string{"2019-01-01"}, + }, + }, + }, + }, + }, + AllResourcesByVersion: map[string]map[string][]string{ + "Module": { + "2019-01-01": {"Resource1", "Resource2"}, + "2020-01-01": {"Resource1", "Resource2"}, + }, + }, + } + + result, err := calculateVersionMetadata(sources) + + assert.NoError(t, err) + assert.Equal(t, Spec(map[openapi.ProviderName]ProviderSpec{ + "Module": { + Tracking: strptr("2019-01-01"), + }, + }), result.Spec) + }) + t.Run("New module with partial latest version includes additions if live", func(t *testing.T) { sources := VersionSources{ ProviderList: providerlist.ProviderList{ @@ -134,6 +236,51 @@ func TestCalculateVersionMetadata(t *testing.T) { }), result.Spec) }) + t.Run("New spec with preference for explicit version selection", func(t *testing.T) { + sources := VersionSources{ + Config: map[openapi.ProviderName]providerCuration{ + "Module": { + Explicit: true, + }, + }, + AllResourcesByVersion: map[string]map[string][]string{ + "Module": { + "2019-01-01": {"Resource1", "Resource2"}, + "2020-01-01": {"Resource1"}, + }, + }, + ProviderList: providerlist.ProviderList{ + Providers: []providerlist.Provider{ + { + Namespace: "Microsoft.Module", + ResourceTypes: []providerlist.ResourceType{ + { + ResourceType: "Resource1", + ApiVersions: []string{"2019-01-01", "2020-01-01"}, + }, + { + ResourceType: "Resource2", + ApiVersions: []string{"2019-01-01"}, + }, + }, + }, + }, + }, + } + + result, err := calculateVersionMetadata(sources) + + assert.NoError(t, err) + assert.Equal(t, Spec(map[openapi.ProviderName]ProviderSpec{ + "Module": { + Additions: &map[string]string{ + "Resource1": "2020-01-01", + "Resource2": "2019-01-01", + }, + }, + }), result.Spec) + }) + t.Run("New resource ignored if not live", func(t *testing.T) { sources := VersionSources{ ProviderList: providerlist.ProviderList{ @@ -245,6 +392,41 @@ func TestCalculateVersionMetadata(t *testing.T) { }, }), result.Spec) }) + + t.Run("Remove previous addition via exclusion", func(t *testing.T) { + sources := VersionSources{ + Spec: map[openapi.ProviderName]ProviderSpec{ + "Module": { + Tracking: strptr("2020-01-01"), + Additions: &map[string]string{ + "Resource2": "2021-01-01", + }, + }, + }, + Config: map[openapi.ProviderName]providerCuration{ + "Module": { + Exclusions: map[openapi.ResourceName]openapi.ApiVersion{ + "Resource2": "2021-01-01", + }, + }, + }, + AllResourcesByVersion: map[string]map[string][]string{ + "Module": { + "2020-01-01": {"Resource1"}, + "2021-01-01": {"Resource1", "Resource2"}, + }, + }, + } + + result, err := calculateVersionMetadata(sources) + + assert.NoError(t, err) + assert.Equal(t, Spec(map[openapi.ProviderName]ProviderSpec{ + "Module": { + Tracking: strptr("2020-01-01"), + }, + }), result.Spec) + }) } func strptr(s string) *string {