Skip to content

Instantly share code, notes, and snippets.

@DanielSpindler83
Created October 30, 2022 10:38
Show Gist options
  • Save DanielSpindler83/0e3af732704623a052415471b9bf5209 to your computer and use it in GitHub Desktop.
Save DanielSpindler83/0e3af732704623a052415471b9bf5209 to your computer and use it in GitHub Desktop.
Fails to create azure container right after azure storage account was created #15609
This file has been truncated, but you can view the full file.
2022-10-30T20:26:56.557+1000 [INFO] Terraform version: 1.3.3
2022-10-30T20:26:56.557+1000 [DEBUG] using github.com/hashicorp/go-tfe v1.9.0
2022-10-30T20:26:56.557+1000 [DEBUG] using github.com/hashicorp/hcl/v2 v2.14.1
2022-10-30T20:26:56.557+1000 [DEBUG] using github.com/hashicorp/terraform-config-inspect v0.0.0-20210209133302-4fd17a0faac2
2022-10-30T20:26:56.557+1000 [DEBUG] using github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734
2022-10-30T20:26:56.557+1000 [DEBUG] using github.com/zclconf/go-cty v1.11.1
2022-10-30T20:26:56.557+1000 [INFO] Go runtime version: go1.19.1
2022-10-30T20:26:56.557+1000 [INFO] CLI args: []string{"C:\\learn-terraform-azure\\tools\\terraform.exe", "init"}
2022-10-30T20:26:56.560+1000 [DEBUG] Attempting to open CLI config file: C:\Users\User\AppData\Roaming\terraform.rc
2022-10-30T20:26:56.561+1000 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2022-10-30T20:26:56.561+1000 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2022-10-30T20:26:56.561+1000 [DEBUG] ignoring non-existing provider search directory C:\Users\User\AppData\Roaming\terraform.d\plugins
2022-10-30T20:26:56.562+1000 [DEBUG] ignoring non-existing provider search directory C:\Users\User\AppData\Roaming\HashiCorp\Terraform\plugins
2022-10-30T20:26:56.562+1000 [INFO] CLI command args: []string{"init"}
2022-10-30T20:26:56.564+1000 [DEBUG] New state was assigned lineage "464aab6f-4360-4c7b-c36a-cc6de348cfe7"
2022-10-30T20:26:56.565+1000 [DEBUG] checking for provisioner in "."
2022-10-30T20:26:56.565+1000 [DEBUG] checking for provisioner in "C:\\learn-terraform-azure\\tools"
2022-10-30T20:26:56.566+1000 [DEBUG] Service discovery for registry.terraform.io at https://registry.terraform.io/.well-known/terraform.json
2022-10-30T20:26:56.989+1000 [DEBUG] GET https://registry.terraform.io/v1/providers/hashicorp/azurerm/versions
2022-10-30T20:26:57.128+1000 [DEBUG] GET https://registry.terraform.io/v1/providers/hashicorp/azurerm/3.28.0/download/windows/amd64
2022-10-30T20:26:57.274+1000 [DEBUG] GET https://releases.hashicorp.com/terraform-provider-azurerm/3.28.0/terraform-provider-azurerm_3.28.0_SHA256SUMS
2022-10-30T20:26:57.374+1000 [DEBUG] GET https://releases.hashicorp.com/terraform-provider-azurerm/3.28.0/terraform-provider-azurerm_3.28.0_SHA256SUMS.72D7468F.sig
2022-10-30T20:27:00.493+1000 [DEBUG] Provider signed by 34365D9472D7468F HashiCorp Security (hashicorp.com/security) <security@hashicorp.com>
2022-10-30T20:27:29.553+1000 [INFO] Terraform version: 1.3.3
2022-10-30T20:27:29.553+1000 [DEBUG] using github.com/hashicorp/go-tfe v1.9.0
2022-10-30T20:27:29.553+1000 [DEBUG] using github.com/hashicorp/hcl/v2 v2.14.1
2022-10-30T20:27:29.553+1000 [DEBUG] using github.com/hashicorp/terraform-config-inspect v0.0.0-20210209133302-4fd17a0faac2
2022-10-30T20:27:29.553+1000 [DEBUG] using github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734
2022-10-30T20:27:29.553+1000 [DEBUG] using github.com/zclconf/go-cty v1.11.1
2022-10-30T20:27:29.553+1000 [INFO] Go runtime version: go1.19.1
2022-10-30T20:27:29.553+1000 [INFO] CLI args: []string{"C:\\learn-terraform-azure\\tools\\terraform.exe", "plan"}
2022-10-30T20:27:29.557+1000 [DEBUG] Attempting to open CLI config file: C:\Users\User\AppData\Roaming\terraform.rc
2022-10-30T20:27:29.557+1000 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2022-10-30T20:27:29.558+1000 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2022-10-30T20:27:29.558+1000 [DEBUG] ignoring non-existing provider search directory C:\Users\User\AppData\Roaming\terraform.d\plugins
2022-10-30T20:27:29.558+1000 [DEBUG] ignoring non-existing provider search directory C:\Users\User\AppData\Roaming\HashiCorp\Terraform\plugins
2022-10-30T20:27:29.558+1000 [INFO] CLI command args: []string{"plan"}
2022-10-30T20:27:29.560+1000 [DEBUG] New state was assigned lineage "76b27b2b-7d5c-bbfe-fff6-7cc1fd2b3338"
2022-10-30T20:27:29.978+1000 [DEBUG] checking for provisioner in "."
2022-10-30T20:27:29.978+1000 [DEBUG] checking for provisioner in "C:\\learn-terraform-azure\\tools"
2022-10-30T20:27:29.979+1000 [INFO] backend/local: starting Plan operation
2022-10-30T20:27:29.984+1000 [DEBUG] created provider logger: level=debug
2022-10-30T20:27:29.984+1000 [INFO] provider: configuring client automatic mTLS
2022-10-30T20:27:29.999+1000 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/3.28.0/windows_amd64/terraform-provider-azurerm_v3.28.0_x5.exe args=[.terraform/providers/registry.terraform.io/hashicorp/azurerm/3.28.0/windows_amd64/terraform-provider-azurerm_v3.28.0_x5.exe]
2022-10-30T20:27:30.043+1000 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/3.28.0/windows_amd64/terraform-provider-azurerm_v3.28.0_x5.exe pid=14692
2022-10-30T20:27:30.043+1000 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/3.28.0/windows_amd64/terraform-provider-azurerm_v3.28.0_x5.exe
2022-10-30T20:27:30.070+1000 [INFO] provider.terraform-provider-azurerm_v3.28.0_x5.exe: configuring server automatic mTLS: timestamp=2022-10-30T20:27:30.068+1000
2022-10-30T20:27:30.086+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "AAD B2C"..: timestamp=2022-10-30T20:27:30.084+1000
2022-10-30T20:27:30.086+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "AAD B2C"..: timestamp=2022-10-30T20:27:30.084+1000
2022-10-30T20:27:30.086+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "API Management"..: timestamp=2022-10-30T20:27:30.084+1000
2022-10-30T20:27:30.086+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "API Management"..: timestamp=2022-10-30T20:27:30.086+1000
2022-10-30T20:27:30.086+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "App Configuration"..: timestamp=2022-10-30T20:27:30.086+1000
2022-10-30T20:27:30.086+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "App Configuration"..: timestamp=2022-10-30T20:27:30.086+1000
2022-10-30T20:27:30.086+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Application Insights"..: timestamp=2022-10-30T20:27:30.086+1000
2022-10-30T20:27:30.086+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Application Insights"..: timestamp=2022-10-30T20:27:30.086+1000
2022-10-30T20:27:30.086+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "AppService"..: timestamp=2022-10-30T20:27:30.086+1000
2022-10-30T20:27:30.087+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "AppService"..: timestamp=2022-10-30T20:27:30.087+1000
2022-10-30T20:27:30.092+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Automation"..: timestamp=2022-10-30T20:27:30.092+1000
2022-10-30T20:27:30.092+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Automation"..: timestamp=2022-10-30T20:27:30.092+1000
2022-10-30T20:27:30.092+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Batch"..: timestamp=2022-10-30T20:27:30.092+1000
2022-10-30T20:27:30.092+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Batch"..: timestamp=2022-10-30T20:27:30.092+1000
2022-10-30T20:27:30.092+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Bot"..: timestamp=2022-10-30T20:27:30.092+1000
2022-10-30T20:27:30.092+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Bot"..: timestamp=2022-10-30T20:27:30.092+1000
2022-10-30T20:27:30.092+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Compute"..: timestamp=2022-10-30T20:27:30.092+1000
2022-10-30T20:27:30.092+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Compute"..: timestamp=2022-10-30T20:27:30.092+1000
2022-10-30T20:27:30.092+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Consumption"..: timestamp=2022-10-30T20:27:30.092+1000
2022-10-30T20:27:30.092+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Consumption"..: timestamp=2022-10-30T20:27:30.092+1000
2022-10-30T20:27:30.092+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Container Services"..: timestamp=2022-10-30T20:27:30.092+1000
2022-10-30T20:27:30.092+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Container Services"..: timestamp=2022-10-30T20:27:30.092+1000
2022-10-30T20:27:30.093+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "CosmosDB"..: timestamp=2022-10-30T20:27:30.092+1000
2022-10-30T20:27:30.093+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "CosmosDB"..: timestamp=2022-10-30T20:27:30.092+1000
2022-10-30T20:27:30.093+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Cost Management"..: timestamp=2022-10-30T20:27:30.093+1000
2022-10-30T20:27:30.093+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Cost Management"..: timestamp=2022-10-30T20:27:30.093+1000
2022-10-30T20:27:30.093+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Dashboard"..: timestamp=2022-10-30T20:27:30.093+1000
2022-10-30T20:27:30.093+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Dashboard"..: timestamp=2022-10-30T20:27:30.093+1000
2022-10-30T20:27:30.093+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "DataBricks"..: timestamp=2022-10-30T20:27:30.093+1000
2022-10-30T20:27:30.093+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "DataBricks"..: timestamp=2022-10-30T20:27:30.093+1000
2022-10-30T20:27:30.093+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Disks"..: timestamp=2022-10-30T20:27:30.093+1000
2022-10-30T20:27:30.093+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Disks"..: timestamp=2022-10-30T20:27:30.093+1000
2022-10-30T20:27:30.093+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "DomainServices"..: timestamp=2022-10-30T20:27:30.093+1000
2022-10-30T20:27:30.093+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "DomainServices"..: timestamp=2022-10-30T20:27:30.093+1000
2022-10-30T20:27:30.094+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "EventHub"..: timestamp=2022-10-30T20:27:30.093+1000
2022-10-30T20:27:30.094+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "EventHub"..: timestamp=2022-10-30T20:27:30.093+1000
2022-10-30T20:27:30.094+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Fluid Relay"..: timestamp=2022-10-30T20:27:30.094+1000
2022-10-30T20:27:30.094+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Fluid Relay"..: timestamp=2022-10-30T20:27:30.094+1000
2022-10-30T20:27:30.094+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "IoT Central"..: timestamp=2022-10-30T20:27:30.094+1000
2022-10-30T20:27:30.094+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "IoT Central"..: timestamp=2022-10-30T20:27:30.094+1000
2022-10-30T20:27:30.094+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "KeyVault"..: timestamp=2022-10-30T20:27:30.094+1000
2022-10-30T20:27:30.094+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "KeyVault"..: timestamp=2022-10-30T20:27:30.094+1000
2022-10-30T20:27:30.094+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Load Balancer"..: timestamp=2022-10-30T20:27:30.094+1000
2022-10-30T20:27:30.094+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Load Balancer"..: timestamp=2022-10-30T20:27:30.094+1000
2022-10-30T20:27:30.094+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Log Analytics"..: timestamp=2022-10-30T20:27:30.094+1000
2022-10-30T20:27:30.094+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Log Analytics"..: timestamp=2022-10-30T20:27:30.094+1000
2022-10-30T20:27:30.094+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Monitor"..: timestamp=2022-10-30T20:27:30.094+1000
2022-10-30T20:27:30.094+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Monitor"..: timestamp=2022-10-30T20:27:30.094+1000
2022-10-30T20:27:30.095+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Microsoft SQL Server / Azure SQL"..: timestamp=2022-10-30T20:27:30.095+1000
2022-10-30T20:27:30.095+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Microsoft SQL Server / Azure SQL"..: timestamp=2022-10-30T20:27:30.095+1000
2022-10-30T20:27:30.095+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Nginx"..: timestamp=2022-10-30T20:27:30.095+1000
2022-10-30T20:27:30.095+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Nginx"..: timestamp=2022-10-30T20:27:30.095+1000
2022-10-30T20:27:30.095+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Policy"..: timestamp=2022-10-30T20:27:30.095+1000
2022-10-30T20:27:30.095+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Policy"..: timestamp=2022-10-30T20:27:30.095+1000
2022-10-30T20:27:30.096+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Recovery Services"..: timestamp=2022-10-30T20:27:30.096+1000
2022-10-30T20:27:30.096+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Recovery Services"..: timestamp=2022-10-30T20:27:30.096+1000
2022-10-30T20:27:30.096+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Resources"..: timestamp=2022-10-30T20:27:30.096+1000
2022-10-30T20:27:30.096+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Resources"..: timestamp=2022-10-30T20:27:30.096+1000
2022-10-30T20:27:30.096+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Sentinel"..: timestamp=2022-10-30T20:27:30.096+1000
2022-10-30T20:27:30.096+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Sentinel"..: timestamp=2022-10-30T20:27:30.096+1000
2022-10-30T20:27:30.096+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "ServiceConnector"..: timestamp=2022-10-30T20:27:30.096+1000
2022-10-30T20:27:30.096+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "ServiceConnector"..: timestamp=2022-10-30T20:27:30.096+1000
2022-10-30T20:27:30.096+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Service Fabric Managed Clusters"..: timestamp=2022-10-30T20:27:30.096+1000
2022-10-30T20:27:30.096+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Service Fabric Managed Clusters"..: timestamp=2022-10-30T20:27:30.096+1000
2022-10-30T20:27:30.096+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Orbital"..: timestamp=2022-10-30T20:27:30.096+1000
2022-10-30T20:27:30.096+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Orbital"..: timestamp=2022-10-30T20:27:30.096+1000
2022-10-30T20:27:30.096+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Stream Analytics"..: timestamp=2022-10-30T20:27:30.096+1000
2022-10-30T20:27:30.096+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Stream Analytics"..: timestamp=2022-10-30T20:27:30.096+1000
2022-10-30T20:27:30.096+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Search"..: timestamp=2022-10-30T20:27:30.096+1000
2022-10-30T20:27:30.096+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Search"..: timestamp=2022-10-30T20:27:30.096+1000
2022-10-30T20:27:30.096+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Web"..: timestamp=2022-10-30T20:27:30.096+1000
2022-10-30T20:27:30.096+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Web"..: timestamp=2022-10-30T20:27:30.096+1000
2022-10-30T20:27:30.096+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "LoadTestService"..: timestamp=2022-10-30T20:27:30.096+1000
2022-10-30T20:27:30.096+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "LoadTestService"..: timestamp=2022-10-30T20:27:30.096+1000
2022-10-30T20:27:30.096+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "ManagedIdentity"..: timestamp=2022-10-30T20:27:30.096+1000
2022-10-30T20:27:30.096+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "ManagedIdentity"..: timestamp=2022-10-30T20:27:30.096+1000
2022-10-30T20:27:30.097+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Advisor"..: timestamp=2022-10-30T20:27:30.096+1000
2022-10-30T20:27:30.097+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Advisor"..: timestamp=2022-10-30T20:27:30.097+1000
2022-10-30T20:27:30.097+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Analysis Services"..: timestamp=2022-10-30T20:27:30.097+1000
2022-10-30T20:27:30.097+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Analysis Services"..: timestamp=2022-10-30T20:27:30.097+1000
2022-10-30T20:27:30.097+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "API Management"..: timestamp=2022-10-30T20:27:30.097+1000
2022-10-30T20:27:30.097+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "API Management"..: timestamp=2022-10-30T20:27:30.097+1000
2022-10-30T20:27:30.099+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "App Configuration"..: timestamp=2022-10-30T20:27:30.099+1000
2022-10-30T20:27:30.099+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "App Configuration"..: timestamp=2022-10-30T20:27:30.099+1000
2022-10-30T20:27:30.099+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Spring Cloud"..: timestamp=2022-10-30T20:27:30.099+1000
2022-10-30T20:27:30.099+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Spring Cloud"..: timestamp=2022-10-30T20:27:30.099+1000
2022-10-30T20:27:30.099+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Application Insights"..: timestamp=2022-10-30T20:27:30.099+1000
2022-10-30T20:27:30.099+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Application Insights"..: timestamp=2022-10-30T20:27:30.099+1000
2022-10-30T20:27:30.099+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Attestation"..: timestamp=2022-10-30T20:27:30.099+1000
2022-10-30T20:27:30.099+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Attestation"..: timestamp=2022-10-30T20:27:30.099+1000
2022-10-30T20:27:30.099+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Authorization"..: timestamp=2022-10-30T20:27:30.099+1000
2022-10-30T20:27:30.099+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Authorization"..: timestamp=2022-10-30T20:27:30.099+1000
2022-10-30T20:27:30.099+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Automation"..: timestamp=2022-10-30T20:27:30.099+1000
2022-10-30T20:27:30.100+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Automation"..: timestamp=2022-10-30T20:27:30.100+1000
2022-10-30T20:27:30.101+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Azure Stack HCI"..: timestamp=2022-10-30T20:27:30.101+1000
2022-10-30T20:27:30.101+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Azure Stack HCI"..: timestamp=2022-10-30T20:27:30.101+1000
2022-10-30T20:27:30.101+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Batch"..: timestamp=2022-10-30T20:27:30.101+1000
2022-10-30T20:27:30.101+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Batch"..: timestamp=2022-10-30T20:27:30.101+1000
2022-10-30T20:27:30.101+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Billing"..: timestamp=2022-10-30T20:27:30.101+1000
2022-10-30T20:27:30.101+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Billing"..: timestamp=2022-10-30T20:27:30.101+1000
2022-10-30T20:27:30.101+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Blueprints"..: timestamp=2022-10-30T20:27:30.101+1000
2022-10-30T20:27:30.101+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Blueprints"..: timestamp=2022-10-30T20:27:30.101+1000
2022-10-30T20:27:30.101+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Bot"..: timestamp=2022-10-30T20:27:30.101+1000
2022-10-30T20:27:30.101+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Bot"..: timestamp=2022-10-30T20:27:30.101+1000
2022-10-30T20:27:30.101+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "CDN"..: timestamp=2022-10-30T20:27:30.101+1000
2022-10-30T20:27:30.101+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "CDN"..: timestamp=2022-10-30T20:27:30.101+1000
2022-10-30T20:27:30.102+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Cognitive Services"..: timestamp=2022-10-30T20:27:30.102+1000
2022-10-30T20:27:30.102+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Cognitive Services"..: timestamp=2022-10-30T20:27:30.102+1000
2022-10-30T20:27:30.102+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Communication"..: timestamp=2022-10-30T20:27:30.102+1000
2022-10-30T20:27:30.102+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Communication"..: timestamp=2022-10-30T20:27:30.102+1000
2022-10-30T20:27:30.102+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Compute"..: timestamp=2022-10-30T20:27:30.102+1000
2022-10-30T20:27:30.104+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Compute"..: timestamp=2022-10-30T20:27:30.104+1000
2022-10-30T20:27:30.104+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Confidential Ledger"..: timestamp=2022-10-30T20:27:30.104+1000
2022-10-30T20:27:30.104+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Confidential Ledger"..: timestamp=2022-10-30T20:27:30.104+1000
2022-10-30T20:27:30.104+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Connections"..: timestamp=2022-10-30T20:27:30.104+1000
2022-10-30T20:27:30.104+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Connections"..: timestamp=2022-10-30T20:27:30.104+1000
2022-10-30T20:27:30.104+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Container Services"..: timestamp=2022-10-30T20:27:30.104+1000
2022-10-30T20:27:30.104+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Container Services"..: timestamp=2022-10-30T20:27:30.104+1000
2022-10-30T20:27:30.107+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Consumption"..: timestamp=2022-10-30T20:27:30.107+1000
2022-10-30T20:27:30.107+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Consumption"..: timestamp=2022-10-30T20:27:30.107+1000
2022-10-30T20:27:30.107+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "CosmosDB"..: timestamp=2022-10-30T20:27:30.107+1000
2022-10-30T20:27:30.107+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "CosmosDB"..: timestamp=2022-10-30T20:27:30.107+1000
2022-10-30T20:27:30.107+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Custom Providers"..: timestamp=2022-10-30T20:27:30.107+1000
2022-10-30T20:27:30.107+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Custom Providers"..: timestamp=2022-10-30T20:27:30.107+1000
2022-10-30T20:27:30.107+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Dashboard"..: timestamp=2022-10-30T20:27:30.107+1000
2022-10-30T20:27:30.107+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Dashboard"..: timestamp=2022-10-30T20:27:30.107+1000
2022-10-30T20:27:30.107+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "DataBricks"..: timestamp=2022-10-30T20:27:30.107+1000
2022-10-30T20:27:30.107+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "DataBricks"..: timestamp=2022-10-30T20:27:30.107+1000
2022-10-30T20:27:30.107+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Datadog"..: timestamp=2022-10-30T20:27:30.107+1000
2022-10-30T20:27:30.107+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Datadog"..: timestamp=2022-10-30T20:27:30.107+1000
2022-10-30T20:27:30.107+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Data Factory"..: timestamp=2022-10-30T20:27:30.107+1000
2022-10-30T20:27:30.107+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Data Factory"..: timestamp=2022-10-30T20:27:30.107+1000
2022-10-30T20:27:30.107+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Database Migration"..: timestamp=2022-10-30T20:27:30.107+1000
2022-10-30T20:27:30.107+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Database Migration"..: timestamp=2022-10-30T20:27:30.107+1000
2022-10-30T20:27:30.107+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Databox Edge"..: timestamp=2022-10-30T20:27:30.107+1000
2022-10-30T20:27:30.107+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Databox Edge"..: timestamp=2022-10-30T20:27:30.107+1000
2022-10-30T20:27:30.107+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "DataProtection"..: timestamp=2022-10-30T20:27:30.107+1000
2022-10-30T20:27:30.107+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "DataProtection"..: timestamp=2022-10-30T20:27:30.107+1000
2022-10-30T20:27:30.107+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Data Share"..: timestamp=2022-10-30T20:27:30.107+1000
2022-10-30T20:27:30.107+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Data Share"..: timestamp=2022-10-30T20:27:30.107+1000
2022-10-30T20:27:30.111+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Desktop Virtualization"..: timestamp=2022-10-30T20:27:30.111+1000
2022-10-30T20:27:30.111+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Desktop Virtualization"..: timestamp=2022-10-30T20:27:30.111+1000
2022-10-30T20:27:30.111+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Dev Test"..: timestamp=2022-10-30T20:27:30.111+1000
2022-10-30T20:27:30.111+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Dev Test"..: timestamp=2022-10-30T20:27:30.111+1000
2022-10-30T20:27:30.112+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Digital Twins"..: timestamp=2022-10-30T20:27:30.112+1000
2022-10-30T20:27:30.112+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Digital Twins"..: timestamp=2022-10-30T20:27:30.112+1000
2022-10-30T20:27:30.112+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "DNS"..: timestamp=2022-10-30T20:27:30.112+1000
2022-10-30T20:27:30.112+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "DNS"..: timestamp=2022-10-30T20:27:30.112+1000
2022-10-30T20:27:30.112+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "DomainServices"..: timestamp=2022-10-30T20:27:30.112+1000
2022-10-30T20:27:30.112+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "DomainServices"..: timestamp=2022-10-30T20:27:30.112+1000
2022-10-30T20:27:30.112+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Elastic"..: timestamp=2022-10-30T20:27:30.112+1000
2022-10-30T20:27:30.112+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Elastic"..: timestamp=2022-10-30T20:27:30.112+1000
2022-10-30T20:27:30.112+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "EventGrid"..: timestamp=2022-10-30T20:27:30.112+1000
2022-10-30T20:27:30.112+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "EventGrid"..: timestamp=2022-10-30T20:27:30.112+1000
2022-10-30T20:27:30.112+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "EventHub"..: timestamp=2022-10-30T20:27:30.112+1000
2022-10-30T20:27:30.112+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "EventHub"..: timestamp=2022-10-30T20:27:30.112+1000
2022-10-30T20:27:30.112+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Firewall"..: timestamp=2022-10-30T20:27:30.112+1000
2022-10-30T20:27:30.112+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Firewall"..: timestamp=2022-10-30T20:27:30.112+1000
2022-10-30T20:27:30.112+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "FrontDoor"..: timestamp=2022-10-30T20:27:30.112+1000
2022-10-30T20:27:30.112+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "FrontDoor"..: timestamp=2022-10-30T20:27:30.112+1000
2022-10-30T20:27:30.112+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "HPC Cache"..: timestamp=2022-10-30T20:27:30.112+1000
2022-10-30T20:27:30.112+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "HPC Cache"..: timestamp=2022-10-30T20:27:30.112+1000
2022-10-30T20:27:30.115+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Hardware Security Module"..: timestamp=2022-10-30T20:27:30.115+1000
2022-10-30T20:27:30.115+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Hardware Security Module"..: timestamp=2022-10-30T20:27:30.115+1000
2022-10-30T20:27:30.115+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "HDInsight"..: timestamp=2022-10-30T20:27:30.115+1000
2022-10-30T20:27:30.115+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "HDInsight"..: timestamp=2022-10-30T20:27:30.115+1000
2022-10-30T20:27:30.115+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Health Care"..: timestamp=2022-10-30T20:27:30.115+1000
2022-10-30T20:27:30.115+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Health Care"..: timestamp=2022-10-30T20:27:30.115+1000
2022-10-30T20:27:30.115+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "IoT Hub"..: timestamp=2022-10-30T20:27:30.115+1000
2022-10-30T20:27:30.115+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "IoT Hub"..: timestamp=2022-10-30T20:27:30.115+1000
2022-10-30T20:27:30.115+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "IoT Central"..: timestamp=2022-10-30T20:27:30.115+1000
2022-10-30T20:27:30.115+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "IoT Central"..: timestamp=2022-10-30T20:27:30.115+1000
2022-10-30T20:27:30.115+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "KeyVault"..: timestamp=2022-10-30T20:27:30.115+1000
2022-10-30T20:27:30.115+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "KeyVault"..: timestamp=2022-10-30T20:27:30.115+1000
2022-10-30T20:27:30.115+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Kusto"..: timestamp=2022-10-30T20:27:30.115+1000
2022-10-30T20:27:30.118+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Kusto"..: timestamp=2022-10-30T20:27:30.115+1000
2022-10-30T20:27:30.118+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Legacy"..: timestamp=2022-10-30T20:27:30.118+1000
2022-10-30T20:27:30.118+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Legacy"..: timestamp=2022-10-30T20:27:30.118+1000
2022-10-30T20:27:30.118+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Load Balancer"..: timestamp=2022-10-30T20:27:30.118+1000
2022-10-30T20:27:30.118+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Load Balancer"..: timestamp=2022-10-30T20:27:30.118+1000
2022-10-30T20:27:30.118+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Log Analytics"..: timestamp=2022-10-30T20:27:30.118+1000
2022-10-30T20:27:30.118+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Log Analytics"..: timestamp=2022-10-30T20:27:30.118+1000
2022-10-30T20:27:30.118+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Logic"..: timestamp=2022-10-30T20:27:30.118+1000
2022-10-30T20:27:30.118+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Logic"..: timestamp=2022-10-30T20:27:30.118+1000
2022-10-30T20:27:30.118+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Logz"..: timestamp=2022-10-30T20:27:30.118+1000
2022-10-30T20:27:30.118+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Logz"..: timestamp=2022-10-30T20:27:30.118+1000
2022-10-30T20:27:30.118+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Machine Learning"..: timestamp=2022-10-30T20:27:30.118+1000
2022-10-30T20:27:30.118+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Machine Learning"..: timestamp=2022-10-30T20:27:30.118+1000
2022-10-30T20:27:30.118+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Maintenance"..: timestamp=2022-10-30T20:27:30.118+1000
2022-10-30T20:27:30.118+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Maintenance"..: timestamp=2022-10-30T20:27:30.118+1000
2022-10-30T20:27:30.118+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Managed Applications"..: timestamp=2022-10-30T20:27:30.118+1000
2022-10-30T20:27:30.118+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Managed Applications"..: timestamp=2022-10-30T20:27:30.118+1000
2022-10-30T20:27:30.118+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Lighthouse"..: timestamp=2022-10-30T20:27:30.118+1000
2022-10-30T20:27:30.118+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Lighthouse"..: timestamp=2022-10-30T20:27:30.118+1000
2022-10-30T20:27:30.118+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Management Group"..: timestamp=2022-10-30T20:27:30.118+1000
2022-10-30T20:27:30.118+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Management Group"..: timestamp=2022-10-30T20:27:30.118+1000
2022-10-30T20:27:30.118+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Maps"..: timestamp=2022-10-30T20:27:30.118+1000
2022-10-30T20:27:30.118+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Maps"..: timestamp=2022-10-30T20:27:30.118+1000
2022-10-30T20:27:30.118+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "MariaDB"..: timestamp=2022-10-30T20:27:30.118+1000
2022-10-30T20:27:30.118+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "MariaDB"..: timestamp=2022-10-30T20:27:30.118+1000
2022-10-30T20:27:30.118+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Media"..: timestamp=2022-10-30T20:27:30.118+1000
2022-10-30T20:27:30.118+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Media"..: timestamp=2022-10-30T20:27:30.118+1000
2022-10-30T20:27:30.124+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Mixed Reality"..: timestamp=2022-10-30T20:27:30.123+1000
2022-10-30T20:27:30.124+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Mixed Reality"..: timestamp=2022-10-30T20:27:30.123+1000
2022-10-30T20:27:30.124+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Monitor"..: timestamp=2022-10-30T20:27:30.123+1000
2022-10-30T20:27:30.124+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Monitor"..: timestamp=2022-10-30T20:27:30.124+1000
2022-10-30T20:27:30.125+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "ManagedIdentity"..: timestamp=2022-10-30T20:27:30.125+1000
2022-10-30T20:27:30.125+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "ManagedIdentity"..: timestamp=2022-10-30T20:27:30.125+1000
2022-10-30T20:27:30.125+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Microsoft SQL Server / Azure SQL"..: timestamp=2022-10-30T20:27:30.125+1000
2022-10-30T20:27:30.125+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Microsoft SQL Server / Azure SQL"..: timestamp=2022-10-30T20:27:30.125+1000
2022-10-30T20:27:30.125+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "MySQL"..: timestamp=2022-10-30T20:27:30.125+1000
2022-10-30T20:27:30.125+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "MySQL"..: timestamp=2022-10-30T20:27:30.125+1000
2022-10-30T20:27:30.125+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "NetApp"..: timestamp=2022-10-30T20:27:30.125+1000
2022-10-30T20:27:30.125+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "NetApp"..: timestamp=2022-10-30T20:27:30.125+1000
2022-10-30T20:27:30.125+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Network"..: timestamp=2022-10-30T20:27:30.125+1000
2022-10-30T20:27:30.126+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Network"..: timestamp=2022-10-30T20:27:30.126+1000
2022-10-30T20:27:30.127+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Notification Hub"..: timestamp=2022-10-30T20:27:30.127+1000
2022-10-30T20:27:30.127+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Notification Hub"..: timestamp=2022-10-30T20:27:30.127+1000
2022-10-30T20:27:30.127+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Policy"..: timestamp=2022-10-30T20:27:30.127+1000
2022-10-30T20:27:30.127+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Policy"..: timestamp=2022-10-30T20:27:30.127+1000
2022-10-30T20:27:30.127+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Portal"..: timestamp=2022-10-30T20:27:30.127+1000
2022-10-30T20:27:30.127+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Portal"..: timestamp=2022-10-30T20:27:30.127+1000
2022-10-30T20:27:30.127+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "PostgreSQL"..: timestamp=2022-10-30T20:27:30.127+1000
2022-10-30T20:27:30.127+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "PostgreSQL"..: timestamp=2022-10-30T20:27:30.127+1000
2022-10-30T20:27:30.128+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "PowerBI"..: timestamp=2022-10-30T20:27:30.128+1000
2022-10-30T20:27:30.128+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "PowerBI"..: timestamp=2022-10-30T20:27:30.128+1000
2022-10-30T20:27:30.128+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Private DNS"..: timestamp=2022-10-30T20:27:30.128+1000
2022-10-30T20:27:30.128+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Private DNS"..: timestamp=2022-10-30T20:27:30.128+1000
2022-10-30T20:27:30.128+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Purview"..: timestamp=2022-10-30T20:27:30.128+1000
2022-10-30T20:27:30.128+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Purview"..: timestamp=2022-10-30T20:27:30.128+1000
2022-10-30T20:27:30.128+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Recovery Services"..: timestamp=2022-10-30T20:27:30.128+1000
2022-10-30T20:27:30.128+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Recovery Services"..: timestamp=2022-10-30T20:27:30.128+1000
2022-10-30T20:27:30.129+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Redis"..: timestamp=2022-10-30T20:27:30.129+1000
2022-10-30T20:27:30.129+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Redis"..: timestamp=2022-10-30T20:27:30.129+1000
2022-10-30T20:27:30.129+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Redis Enterprise"..: timestamp=2022-10-30T20:27:30.129+1000
2022-10-30T20:27:30.129+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Redis Enterprise"..: timestamp=2022-10-30T20:27:30.129+1000
2022-10-30T20:27:30.129+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Relay"..: timestamp=2022-10-30T20:27:30.129+1000
2022-10-30T20:27:30.129+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Relay"..: timestamp=2022-10-30T20:27:30.129+1000
2022-10-30T20:27:30.129+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Resources"..: timestamp=2022-10-30T20:27:30.129+1000
2022-10-30T20:27:30.129+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Resources"..: timestamp=2022-10-30T20:27:30.129+1000
2022-10-30T20:27:30.129+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Search"..: timestamp=2022-10-30T20:27:30.129+1000
2022-10-30T20:27:30.129+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Search"..: timestamp=2022-10-30T20:27:30.129+1000
2022-10-30T20:27:30.129+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Security Center"..: timestamp=2022-10-30T20:27:30.129+1000
2022-10-30T20:27:30.129+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Security Center"..: timestamp=2022-10-30T20:27:30.129+1000
2022-10-30T20:27:30.129+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Sentinel"..: timestamp=2022-10-30T20:27:30.129+1000
2022-10-30T20:27:30.129+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Sentinel"..: timestamp=2022-10-30T20:27:30.129+1000
2022-10-30T20:27:30.129+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "ServiceBus"..: timestamp=2022-10-30T20:27:30.129+1000
2022-10-30T20:27:30.130+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "ServiceBus"..: timestamp=2022-10-30T20:27:30.130+1000
2022-10-30T20:27:30.131+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Service Fabric"..: timestamp=2022-10-30T20:27:30.131+1000
2022-10-30T20:27:30.131+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Service Fabric"..: timestamp=2022-10-30T20:27:30.131+1000
2022-10-30T20:27:30.131+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "SignalR"..: timestamp=2022-10-30T20:27:30.131+1000
2022-10-30T20:27:30.131+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "SignalR"..: timestamp=2022-10-30T20:27:30.131+1000
2022-10-30T20:27:30.131+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "SQL"..: timestamp=2022-10-30T20:27:30.131+1000
2022-10-30T20:27:30.132+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "SQL"..: timestamp=2022-10-30T20:27:30.132+1000
2022-10-30T20:27:30.132+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Storage"..: timestamp=2022-10-30T20:27:30.132+1000
2022-10-30T20:27:30.132+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Storage"..: timestamp=2022-10-30T20:27:30.132+1000
2022-10-30T20:27:30.132+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Stream Analytics"..: timestamp=2022-10-30T20:27:30.132+1000
2022-10-30T20:27:30.132+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Stream Analytics"..: timestamp=2022-10-30T20:27:30.132+1000
2022-10-30T20:27:30.133+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Subscription"..: timestamp=2022-10-30T20:27:30.132+1000
2022-10-30T20:27:30.133+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Subscription"..: timestamp=2022-10-30T20:27:30.133+1000
2022-10-30T20:27:30.133+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Synapse"..: timestamp=2022-10-30T20:27:30.133+1000
2022-10-30T20:27:30.133+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Synapse"..: timestamp=2022-10-30T20:27:30.133+1000
2022-10-30T20:27:30.133+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Time Series Insights"..: timestamp=2022-10-30T20:27:30.133+1000
2022-10-30T20:27:30.133+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Time Series Insights"..: timestamp=2022-10-30T20:27:30.133+1000
2022-10-30T20:27:30.134+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Traffic Manager"..: timestamp=2022-10-30T20:27:30.134+1000
2022-10-30T20:27:30.134+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Traffic Manager"..: timestamp=2022-10-30T20:27:30.134+1000
2022-10-30T20:27:30.134+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Video Analyzer"..: timestamp=2022-10-30T20:27:30.134+1000
2022-10-30T20:27:30.134+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Video Analyzer"..: timestamp=2022-10-30T20:27:30.134+1000
2022-10-30T20:27:30.134+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "VMware"..: timestamp=2022-10-30T20:27:30.134+1000
2022-10-30T20:27:30.134+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "VMware"..: timestamp=2022-10-30T20:27:30.134+1000
2022-10-30T20:27:30.134+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Web"..: timestamp=2022-10-30T20:27:30.134+1000
2022-10-30T20:27:30.134+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Web"..: timestamp=2022-10-30T20:27:30.134+1000
2022-10-30T20:27:30.135+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: plugin address: address=127.0.0.1:10000 network=tcp timestamp=2022-10-30T20:27:30.135+1000
2022-10-30T20:27:30.135+1000 [DEBUG] provider: using plugin: version=5
2022-10-30T20:27:30.282+1000 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2022-10-30T20:27:30.306+1000 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/3.28.0/windows_amd64/terraform-provider-azurerm_v3.28.0_x5.exe pid=14692
2022-10-30T20:27:30.306+1000 [DEBUG] provider: plugin exited
2022-10-30T20:27:30.306+1000 [DEBUG] Building and walking validate graph
2022-10-30T20:27:30.306+1000 [DEBUG] ProviderTransformer: "azurerm_storage_account.app_grp" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/azurerm"]
2022-10-30T20:27:30.306+1000 [DEBUG] ProviderTransformer: "azurerm_storage_container.data" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/azurerm"]
2022-10-30T20:27:30.306+1000 [DEBUG] ProviderTransformer: "azurerm_storage_blob.maintf" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/azurerm"]
2022-10-30T20:27:30.306+1000 [DEBUG] ProviderTransformer: "azurerm_resource_group.app_grp" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/azurerm"]
2022-10-30T20:27:30.306+1000 [DEBUG] ReferenceTransformer: "azurerm_storage_account.app_grp" references: [azurerm_resource_group.app_grp]
2022-10-30T20:27:30.306+1000 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/azurerm\"]" references: []
2022-10-30T20:27:30.306+1000 [DEBUG] ReferenceTransformer: "azurerm_storage_container.data" references: [azurerm_storage_account.app_grp]
2022-10-30T20:27:30.306+1000 [DEBUG] ReferenceTransformer: "azurerm_storage_blob.maintf" references: [azurerm_storage_container.data]
2022-10-30T20:27:30.306+1000 [DEBUG] ReferenceTransformer: "azurerm_resource_group.app_grp" references: []
2022-10-30T20:27:30.307+1000 [DEBUG] Starting graph walk: walkValidate
2022-10-30T20:27:30.307+1000 [DEBUG] created provider logger: level=debug
2022-10-30T20:27:30.307+1000 [INFO] provider: configuring client automatic mTLS
2022-10-30T20:27:30.307+1000 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/3.28.0/windows_amd64/terraform-provider-azurerm_v3.28.0_x5.exe args=[.terraform/providers/registry.terraform.io/hashicorp/azurerm/3.28.0/windows_amd64/terraform-provider-azurerm_v3.28.0_x5.exe]
2022-10-30T20:27:30.307+1000 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/3.28.0/windows_amd64/terraform-provider-azurerm_v3.28.0_x5.exe pid=2472
2022-10-30T20:27:30.307+1000 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/3.28.0/windows_amd64/terraform-provider-azurerm_v3.28.0_x5.exe
2022-10-30T20:27:30.333+1000 [INFO] provider.terraform-provider-azurerm_v3.28.0_x5.exe: configuring server automatic mTLS: timestamp=2022-10-30T20:27:30.332+1000
2022-10-30T20:27:30.348+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "AAD B2C"..: timestamp=2022-10-30T20:27:30.348+1000
2022-10-30T20:27:30.348+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "AAD B2C"..: timestamp=2022-10-30T20:27:30.348+1000
2022-10-30T20:27:30.348+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "API Management"..: timestamp=2022-10-30T20:27:30.348+1000
2022-10-30T20:27:30.348+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "API Management"..: timestamp=2022-10-30T20:27:30.348+1000
2022-10-30T20:27:30.348+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "App Configuration"..: timestamp=2022-10-30T20:27:30.348+1000
2022-10-30T20:27:30.348+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "App Configuration"..: timestamp=2022-10-30T20:27:30.348+1000
2022-10-30T20:27:30.348+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Application Insights"..: timestamp=2022-10-30T20:27:30.348+1000
2022-10-30T20:27:30.348+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Application Insights"..: timestamp=2022-10-30T20:27:30.348+1000
2022-10-30T20:27:30.348+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "AppService"..: timestamp=2022-10-30T20:27:30.348+1000
2022-10-30T20:27:30.349+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "AppService"..: timestamp=2022-10-30T20:27:30.349+1000
2022-10-30T20:27:30.351+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Automation"..: timestamp=2022-10-30T20:27:30.351+1000
2022-10-30T20:27:30.351+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Automation"..: timestamp=2022-10-30T20:27:30.351+1000
2022-10-30T20:27:30.351+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Batch"..: timestamp=2022-10-30T20:27:30.351+1000
2022-10-30T20:27:30.351+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Batch"..: timestamp=2022-10-30T20:27:30.351+1000
2022-10-30T20:27:30.351+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Bot"..: timestamp=2022-10-30T20:27:30.351+1000
2022-10-30T20:27:30.351+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Bot"..: timestamp=2022-10-30T20:27:30.351+1000
2022-10-30T20:27:30.351+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Compute"..: timestamp=2022-10-30T20:27:30.351+1000
2022-10-30T20:27:30.351+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Compute"..: timestamp=2022-10-30T20:27:30.351+1000
2022-10-30T20:27:30.352+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Consumption"..: timestamp=2022-10-30T20:27:30.352+1000
2022-10-30T20:27:30.352+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Consumption"..: timestamp=2022-10-30T20:27:30.352+1000
2022-10-30T20:27:30.352+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Container Services"..: timestamp=2022-10-30T20:27:30.352+1000
2022-10-30T20:27:30.352+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Container Services"..: timestamp=2022-10-30T20:27:30.352+1000
2022-10-30T20:27:30.352+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "CosmosDB"..: timestamp=2022-10-30T20:27:30.352+1000
2022-10-30T20:27:30.352+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "CosmosDB"..: timestamp=2022-10-30T20:27:30.352+1000
2022-10-30T20:27:30.352+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Cost Management"..: timestamp=2022-10-30T20:27:30.352+1000
2022-10-30T20:27:30.352+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Cost Management"..: timestamp=2022-10-30T20:27:30.352+1000
2022-10-30T20:27:30.352+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Dashboard"..: timestamp=2022-10-30T20:27:30.352+1000
2022-10-30T20:27:30.352+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Dashboard"..: timestamp=2022-10-30T20:27:30.352+1000
2022-10-30T20:27:30.353+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "DataBricks"..: timestamp=2022-10-30T20:27:30.352+1000
2022-10-30T20:27:30.353+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "DataBricks"..: timestamp=2022-10-30T20:27:30.353+1000
2022-10-30T20:27:30.353+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Disks"..: timestamp=2022-10-30T20:27:30.353+1000
2022-10-30T20:27:30.353+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Disks"..: timestamp=2022-10-30T20:27:30.353+1000
2022-10-30T20:27:30.353+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "DomainServices"..: timestamp=2022-10-30T20:27:30.353+1000
2022-10-30T20:27:30.353+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "DomainServices"..: timestamp=2022-10-30T20:27:30.353+1000
2022-10-30T20:27:30.353+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "EventHub"..: timestamp=2022-10-30T20:27:30.353+1000
2022-10-30T20:27:30.353+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "EventHub"..: timestamp=2022-10-30T20:27:30.353+1000
2022-10-30T20:27:30.353+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Fluid Relay"..: timestamp=2022-10-30T20:27:30.353+1000
2022-10-30T20:27:30.353+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Fluid Relay"..: timestamp=2022-10-30T20:27:30.353+1000
2022-10-30T20:27:30.353+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "IoT Central"..: timestamp=2022-10-30T20:27:30.353+1000
2022-10-30T20:27:30.353+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "IoT Central"..: timestamp=2022-10-30T20:27:30.353+1000
2022-10-30T20:27:30.353+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "KeyVault"..: timestamp=2022-10-30T20:27:30.353+1000
2022-10-30T20:27:30.353+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "KeyVault"..: timestamp=2022-10-30T20:27:30.353+1000
2022-10-30T20:27:30.353+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Load Balancer"..: timestamp=2022-10-30T20:27:30.353+1000
2022-10-30T20:27:30.353+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Load Balancer"..: timestamp=2022-10-30T20:27:30.353+1000
2022-10-30T20:27:30.353+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Log Analytics"..: timestamp=2022-10-30T20:27:30.353+1000
2022-10-30T20:27:30.353+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Log Analytics"..: timestamp=2022-10-30T20:27:30.353+1000
2022-10-30T20:27:30.353+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Monitor"..: timestamp=2022-10-30T20:27:30.353+1000
2022-10-30T20:27:30.353+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Monitor"..: timestamp=2022-10-30T20:27:30.353+1000
2022-10-30T20:27:30.354+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Microsoft SQL Server / Azure SQL"..: timestamp=2022-10-30T20:27:30.354+1000
2022-10-30T20:27:30.354+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Microsoft SQL Server / Azure SQL"..: timestamp=2022-10-30T20:27:30.354+1000
2022-10-30T20:27:30.354+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Nginx"..: timestamp=2022-10-30T20:27:30.354+1000
2022-10-30T20:27:30.354+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Nginx"..: timestamp=2022-10-30T20:27:30.354+1000
2022-10-30T20:27:30.354+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Policy"..: timestamp=2022-10-30T20:27:30.354+1000
2022-10-30T20:27:30.354+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Policy"..: timestamp=2022-10-30T20:27:30.354+1000
2022-10-30T20:27:30.354+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Recovery Services"..: timestamp=2022-10-30T20:27:30.354+1000
2022-10-30T20:27:30.354+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Recovery Services"..: timestamp=2022-10-30T20:27:30.354+1000
2022-10-30T20:27:30.354+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Resources"..: timestamp=2022-10-30T20:27:30.354+1000
2022-10-30T20:27:30.354+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Resources"..: timestamp=2022-10-30T20:27:30.354+1000
2022-10-30T20:27:30.354+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Sentinel"..: timestamp=2022-10-30T20:27:30.354+1000
2022-10-30T20:27:30.354+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Sentinel"..: timestamp=2022-10-30T20:27:30.354+1000
2022-10-30T20:27:30.354+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "ServiceConnector"..: timestamp=2022-10-30T20:27:30.354+1000
2022-10-30T20:27:30.354+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "ServiceConnector"..: timestamp=2022-10-30T20:27:30.354+1000
2022-10-30T20:27:30.354+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Service Fabric Managed Clusters"..: timestamp=2022-10-30T20:27:30.354+1000
2022-10-30T20:27:30.354+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Service Fabric Managed Clusters"..: timestamp=2022-10-30T20:27:30.354+1000
2022-10-30T20:27:30.354+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Orbital"..: timestamp=2022-10-30T20:27:30.354+1000
2022-10-30T20:27:30.354+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Orbital"..: timestamp=2022-10-30T20:27:30.354+1000
2022-10-30T20:27:30.354+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Stream Analytics"..: timestamp=2022-10-30T20:27:30.354+1000
2022-10-30T20:27:30.354+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Stream Analytics"..: timestamp=2022-10-30T20:27:30.354+1000
2022-10-30T20:27:30.355+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Search"..: timestamp=2022-10-30T20:27:30.354+1000
2022-10-30T20:27:30.355+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Search"..: timestamp=2022-10-30T20:27:30.355+1000
2022-10-30T20:27:30.355+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Web"..: timestamp=2022-10-30T20:27:30.355+1000
2022-10-30T20:27:30.355+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Web"..: timestamp=2022-10-30T20:27:30.355+1000
2022-10-30T20:27:30.355+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "LoadTestService"..: timestamp=2022-10-30T20:27:30.355+1000
2022-10-30T20:27:30.355+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "LoadTestService"..: timestamp=2022-10-30T20:27:30.355+1000
2022-10-30T20:27:30.355+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "ManagedIdentity"..: timestamp=2022-10-30T20:27:30.355+1000
2022-10-30T20:27:30.355+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "ManagedIdentity"..: timestamp=2022-10-30T20:27:30.355+1000
2022-10-30T20:27:30.355+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Advisor"..: timestamp=2022-10-30T20:27:30.355+1000
2022-10-30T20:27:30.355+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Advisor"..: timestamp=2022-10-30T20:27:30.355+1000
2022-10-30T20:27:30.355+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Analysis Services"..: timestamp=2022-10-30T20:27:30.355+1000
2022-10-30T20:27:30.355+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Analysis Services"..: timestamp=2022-10-30T20:27:30.355+1000
2022-10-30T20:27:30.355+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "API Management"..: timestamp=2022-10-30T20:27:30.355+1000
2022-10-30T20:27:30.355+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "API Management"..: timestamp=2022-10-30T20:27:30.355+1000
2022-10-30T20:27:30.357+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "App Configuration"..: timestamp=2022-10-30T20:27:30.357+1000
2022-10-30T20:27:30.357+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "App Configuration"..: timestamp=2022-10-30T20:27:30.357+1000
2022-10-30T20:27:30.357+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Spring Cloud"..: timestamp=2022-10-30T20:27:30.357+1000
2022-10-30T20:27:30.357+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Spring Cloud"..: timestamp=2022-10-30T20:27:30.357+1000
2022-10-30T20:27:30.357+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Application Insights"..: timestamp=2022-10-30T20:27:30.357+1000
2022-10-30T20:27:30.357+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Application Insights"..: timestamp=2022-10-30T20:27:30.357+1000
2022-10-30T20:27:30.357+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Attestation"..: timestamp=2022-10-30T20:27:30.357+1000
2022-10-30T20:27:30.357+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Attestation"..: timestamp=2022-10-30T20:27:30.357+1000
2022-10-30T20:27:30.357+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Authorization"..: timestamp=2022-10-30T20:27:30.357+1000
2022-10-30T20:27:30.357+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Authorization"..: timestamp=2022-10-30T20:27:30.357+1000
2022-10-30T20:27:30.357+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Automation"..: timestamp=2022-10-30T20:27:30.357+1000
2022-10-30T20:27:30.358+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Automation"..: timestamp=2022-10-30T20:27:30.357+1000
2022-10-30T20:27:30.359+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Azure Stack HCI"..: timestamp=2022-10-30T20:27:30.359+1000
2022-10-30T20:27:30.359+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Azure Stack HCI"..: timestamp=2022-10-30T20:27:30.359+1000
2022-10-30T20:27:30.359+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Batch"..: timestamp=2022-10-30T20:27:30.359+1000
2022-10-30T20:27:30.359+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Batch"..: timestamp=2022-10-30T20:27:30.359+1000
2022-10-30T20:27:30.359+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Billing"..: timestamp=2022-10-30T20:27:30.359+1000
2022-10-30T20:27:30.359+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Billing"..: timestamp=2022-10-30T20:27:30.359+1000
2022-10-30T20:27:30.359+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Blueprints"..: timestamp=2022-10-30T20:27:30.359+1000
2022-10-30T20:27:30.359+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Blueprints"..: timestamp=2022-10-30T20:27:30.359+1000
2022-10-30T20:27:30.359+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Bot"..: timestamp=2022-10-30T20:27:30.359+1000
2022-10-30T20:27:30.359+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Bot"..: timestamp=2022-10-30T20:27:30.359+1000
2022-10-30T20:27:30.359+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "CDN"..: timestamp=2022-10-30T20:27:30.359+1000
2022-10-30T20:27:30.359+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "CDN"..: timestamp=2022-10-30T20:27:30.359+1000
2022-10-30T20:27:30.360+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Cognitive Services"..: timestamp=2022-10-30T20:27:30.360+1000
2022-10-30T20:27:30.360+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Cognitive Services"..: timestamp=2022-10-30T20:27:30.360+1000
2022-10-30T20:27:30.360+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Communication"..: timestamp=2022-10-30T20:27:30.360+1000
2022-10-30T20:27:30.360+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Communication"..: timestamp=2022-10-30T20:27:30.360+1000
2022-10-30T20:27:30.360+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Compute"..: timestamp=2022-10-30T20:27:30.360+1000
2022-10-30T20:27:30.361+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Compute"..: timestamp=2022-10-30T20:27:30.361+1000
2022-10-30T20:27:30.363+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Confidential Ledger"..: timestamp=2022-10-30T20:27:30.363+1000
2022-10-30T20:27:30.363+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Confidential Ledger"..: timestamp=2022-10-30T20:27:30.363+1000
2022-10-30T20:27:30.363+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Connections"..: timestamp=2022-10-30T20:27:30.363+1000
2022-10-30T20:27:30.363+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Connections"..: timestamp=2022-10-30T20:27:30.363+1000
2022-10-30T20:27:30.363+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Container Services"..: timestamp=2022-10-30T20:27:30.363+1000
2022-10-30T20:27:30.363+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Container Services"..: timestamp=2022-10-30T20:27:30.363+1000
2022-10-30T20:27:30.364+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Consumption"..: timestamp=2022-10-30T20:27:30.364+1000
2022-10-30T20:27:30.364+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Consumption"..: timestamp=2022-10-30T20:27:30.364+1000
2022-10-30T20:27:30.364+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "CosmosDB"..: timestamp=2022-10-30T20:27:30.364+1000
2022-10-30T20:27:30.364+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "CosmosDB"..: timestamp=2022-10-30T20:27:30.364+1000
2022-10-30T20:27:30.365+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Custom Providers"..: timestamp=2022-10-30T20:27:30.365+1000
2022-10-30T20:27:30.365+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Custom Providers"..: timestamp=2022-10-30T20:27:30.365+1000
2022-10-30T20:27:30.365+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Dashboard"..: timestamp=2022-10-30T20:27:30.365+1000
2022-10-30T20:27:30.365+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Dashboard"..: timestamp=2022-10-30T20:27:30.365+1000
2022-10-30T20:27:30.365+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "DataBricks"..: timestamp=2022-10-30T20:27:30.365+1000
2022-10-30T20:27:30.365+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "DataBricks"..: timestamp=2022-10-30T20:27:30.365+1000
2022-10-30T20:27:30.365+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Datadog"..: timestamp=2022-10-30T20:27:30.365+1000
2022-10-30T20:27:30.365+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Datadog"..: timestamp=2022-10-30T20:27:30.365+1000
2022-10-30T20:27:30.365+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Data Factory"..: timestamp=2022-10-30T20:27:30.365+1000
2022-10-30T20:27:30.365+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Data Factory"..: timestamp=2022-10-30T20:27:30.365+1000
2022-10-30T20:27:30.365+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Database Migration"..: timestamp=2022-10-30T20:27:30.365+1000
2022-10-30T20:27:30.365+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Database Migration"..: timestamp=2022-10-30T20:27:30.365+1000
2022-10-30T20:27:30.365+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Databox Edge"..: timestamp=2022-10-30T20:27:30.365+1000
2022-10-30T20:27:30.365+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Databox Edge"..: timestamp=2022-10-30T20:27:30.365+1000
2022-10-30T20:27:30.365+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "DataProtection"..: timestamp=2022-10-30T20:27:30.365+1000
2022-10-30T20:27:30.365+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "DataProtection"..: timestamp=2022-10-30T20:27:30.365+1000
2022-10-30T20:27:30.366+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Data Share"..: timestamp=2022-10-30T20:27:30.365+1000
2022-10-30T20:27:30.366+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Data Share"..: timestamp=2022-10-30T20:27:30.366+1000
2022-10-30T20:27:30.367+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Desktop Virtualization"..: timestamp=2022-10-30T20:27:30.367+1000
2022-10-30T20:27:30.367+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Desktop Virtualization"..: timestamp=2022-10-30T20:27:30.367+1000
2022-10-30T20:27:30.368+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Dev Test"..: timestamp=2022-10-30T20:27:30.368+1000
2022-10-30T20:27:30.368+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Dev Test"..: timestamp=2022-10-30T20:27:30.368+1000
2022-10-30T20:27:30.368+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Digital Twins"..: timestamp=2022-10-30T20:27:30.368+1000
2022-10-30T20:27:30.368+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Digital Twins"..: timestamp=2022-10-30T20:27:30.368+1000
2022-10-30T20:27:30.368+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "DNS"..: timestamp=2022-10-30T20:27:30.368+1000
2022-10-30T20:27:30.369+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "DNS"..: timestamp=2022-10-30T20:27:30.369+1000
2022-10-30T20:27:30.369+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "DomainServices"..: timestamp=2022-10-30T20:27:30.369+1000
2022-10-30T20:27:30.369+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "DomainServices"..: timestamp=2022-10-30T20:27:30.369+1000
2022-10-30T20:27:30.369+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Elastic"..: timestamp=2022-10-30T20:27:30.369+1000
2022-10-30T20:27:30.369+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Elastic"..: timestamp=2022-10-30T20:27:30.369+1000
2022-10-30T20:27:30.369+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "EventGrid"..: timestamp=2022-10-30T20:27:30.369+1000
2022-10-30T20:27:30.369+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "EventGrid"..: timestamp=2022-10-30T20:27:30.369+1000
2022-10-30T20:27:30.370+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "EventHub"..: timestamp=2022-10-30T20:27:30.370+1000
2022-10-30T20:27:30.371+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "EventHub"..: timestamp=2022-10-30T20:27:30.371+1000
2022-10-30T20:27:30.372+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Firewall"..: timestamp=2022-10-30T20:27:30.372+1000
2022-10-30T20:27:30.372+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Firewall"..: timestamp=2022-10-30T20:27:30.372+1000
2022-10-30T20:27:30.372+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "FrontDoor"..: timestamp=2022-10-30T20:27:30.372+1000
2022-10-30T20:27:30.372+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "FrontDoor"..: timestamp=2022-10-30T20:27:30.372+1000
2022-10-30T20:27:30.372+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "HPC Cache"..: timestamp=2022-10-30T20:27:30.372+1000
2022-10-30T20:27:30.372+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "HPC Cache"..: timestamp=2022-10-30T20:27:30.372+1000
2022-10-30T20:27:30.372+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Hardware Security Module"..: timestamp=2022-10-30T20:27:30.372+1000
2022-10-30T20:27:30.372+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Hardware Security Module"..: timestamp=2022-10-30T20:27:30.372+1000
2022-10-30T20:27:30.372+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "HDInsight"..: timestamp=2022-10-30T20:27:30.372+1000
2022-10-30T20:27:30.372+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "HDInsight"..: timestamp=2022-10-30T20:27:30.372+1000
2022-10-30T20:27:30.372+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Health Care"..: timestamp=2022-10-30T20:27:30.372+1000
2022-10-30T20:27:30.372+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Health Care"..: timestamp=2022-10-30T20:27:30.372+1000
2022-10-30T20:27:30.373+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "IoT Hub"..: timestamp=2022-10-30T20:27:30.373+1000
2022-10-30T20:27:30.373+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "IoT Hub"..: timestamp=2022-10-30T20:27:30.373+1000
2022-10-30T20:27:30.374+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "IoT Central"..: timestamp=2022-10-30T20:27:30.374+1000
2022-10-30T20:27:30.374+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "IoT Central"..: timestamp=2022-10-30T20:27:30.374+1000
2022-10-30T20:27:30.374+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "KeyVault"..: timestamp=2022-10-30T20:27:30.374+1000
2022-10-30T20:27:30.374+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "KeyVault"..: timestamp=2022-10-30T20:27:30.374+1000
2022-10-30T20:27:30.374+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Kusto"..: timestamp=2022-10-30T20:27:30.374+1000
2022-10-30T20:27:30.374+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Kusto"..: timestamp=2022-10-30T20:27:30.374+1000
2022-10-30T20:27:30.375+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Legacy"..: timestamp=2022-10-30T20:27:30.375+1000
2022-10-30T20:27:30.375+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Legacy"..: timestamp=2022-10-30T20:27:30.375+1000
2022-10-30T20:27:30.375+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Load Balancer"..: timestamp=2022-10-30T20:27:30.375+1000
2022-10-30T20:27:30.375+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Load Balancer"..: timestamp=2022-10-30T20:27:30.375+1000
2022-10-30T20:27:30.375+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Log Analytics"..: timestamp=2022-10-30T20:27:30.375+1000
2022-10-30T20:27:30.375+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Log Analytics"..: timestamp=2022-10-30T20:27:30.375+1000
2022-10-30T20:27:30.375+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Logic"..: timestamp=2022-10-30T20:27:30.375+1000
2022-10-30T20:27:30.375+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Logic"..: timestamp=2022-10-30T20:27:30.375+1000
2022-10-30T20:27:30.376+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Logz"..: timestamp=2022-10-30T20:27:30.376+1000
2022-10-30T20:27:30.376+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Logz"..: timestamp=2022-10-30T20:27:30.376+1000
2022-10-30T20:27:30.376+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Machine Learning"..: timestamp=2022-10-30T20:27:30.376+1000
2022-10-30T20:27:30.376+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Machine Learning"..: timestamp=2022-10-30T20:27:30.376+1000
2022-10-30T20:27:30.376+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Maintenance"..: timestamp=2022-10-30T20:27:30.376+1000
2022-10-30T20:27:30.376+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Maintenance"..: timestamp=2022-10-30T20:27:30.376+1000
2022-10-30T20:27:30.376+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Managed Applications"..: timestamp=2022-10-30T20:27:30.376+1000
2022-10-30T20:27:30.376+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Managed Applications"..: timestamp=2022-10-30T20:27:30.376+1000
2022-10-30T20:27:30.376+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Lighthouse"..: timestamp=2022-10-30T20:27:30.376+1000
2022-10-30T20:27:30.376+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Lighthouse"..: timestamp=2022-10-30T20:27:30.376+1000
2022-10-30T20:27:30.376+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Management Group"..: timestamp=2022-10-30T20:27:30.376+1000
2022-10-30T20:27:30.376+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Management Group"..: timestamp=2022-10-30T20:27:30.376+1000
2022-10-30T20:27:30.377+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Maps"..: timestamp=2022-10-30T20:27:30.376+1000
2022-10-30T20:27:30.377+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Maps"..: timestamp=2022-10-30T20:27:30.376+1000
2022-10-30T20:27:30.377+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "MariaDB"..: timestamp=2022-10-30T20:27:30.377+1000
2022-10-30T20:27:30.377+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "MariaDB"..: timestamp=2022-10-30T20:27:30.377+1000
2022-10-30T20:27:30.377+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Media"..: timestamp=2022-10-30T20:27:30.377+1000
2022-10-30T20:27:30.377+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Media"..: timestamp=2022-10-30T20:27:30.377+1000
2022-10-30T20:27:30.379+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Mixed Reality"..: timestamp=2022-10-30T20:27:30.379+1000
2022-10-30T20:27:30.379+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Mixed Reality"..: timestamp=2022-10-30T20:27:30.379+1000
2022-10-30T20:27:30.379+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Monitor"..: timestamp=2022-10-30T20:27:30.379+1000
2022-10-30T20:27:30.379+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Monitor"..: timestamp=2022-10-30T20:27:30.379+1000
2022-10-30T20:27:30.379+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "ManagedIdentity"..: timestamp=2022-10-30T20:27:30.379+1000
2022-10-30T20:27:30.379+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "ManagedIdentity"..: timestamp=2022-10-30T20:27:30.379+1000
2022-10-30T20:27:30.379+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Microsoft SQL Server / Azure SQL"..: timestamp=2022-10-30T20:27:30.379+1000
2022-10-30T20:27:30.380+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Microsoft SQL Server / Azure SQL"..: timestamp=2022-10-30T20:27:30.379+1000
2022-10-30T20:27:30.380+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "MySQL"..: timestamp=2022-10-30T20:27:30.380+1000
2022-10-30T20:27:30.380+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "MySQL"..: timestamp=2022-10-30T20:27:30.380+1000
2022-10-30T20:27:30.380+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "NetApp"..: timestamp=2022-10-30T20:27:30.380+1000
2022-10-30T20:27:30.380+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "NetApp"..: timestamp=2022-10-30T20:27:30.380+1000
2022-10-30T20:27:30.380+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Network"..: timestamp=2022-10-30T20:27:30.380+1000
2022-10-30T20:27:30.382+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Network"..: timestamp=2022-10-30T20:27:30.382+1000
2022-10-30T20:27:30.383+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Notification Hub"..: timestamp=2022-10-30T20:27:30.383+1000
2022-10-30T20:27:30.383+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Notification Hub"..: timestamp=2022-10-30T20:27:30.383+1000
2022-10-30T20:27:30.383+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Policy"..: timestamp=2022-10-30T20:27:30.383+1000
2022-10-30T20:27:30.383+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Policy"..: timestamp=2022-10-30T20:27:30.383+1000
2022-10-30T20:27:30.383+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Portal"..: timestamp=2022-10-30T20:27:30.383+1000
2022-10-30T20:27:30.383+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Portal"..: timestamp=2022-10-30T20:27:30.383+1000
2022-10-30T20:27:30.383+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "PostgreSQL"..: timestamp=2022-10-30T20:27:30.383+1000
2022-10-30T20:27:30.383+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "PostgreSQL"..: timestamp=2022-10-30T20:27:30.383+1000
2022-10-30T20:27:30.384+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "PowerBI"..: timestamp=2022-10-30T20:27:30.384+1000
2022-10-30T20:27:30.384+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "PowerBI"..: timestamp=2022-10-30T20:27:30.384+1000
2022-10-30T20:27:30.384+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Private DNS"..: timestamp=2022-10-30T20:27:30.384+1000
2022-10-30T20:27:30.384+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Private DNS"..: timestamp=2022-10-30T20:27:30.384+1000
2022-10-30T20:27:30.384+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Purview"..: timestamp=2022-10-30T20:27:30.384+1000
2022-10-30T20:27:30.384+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Purview"..: timestamp=2022-10-30T20:27:30.384+1000
2022-10-30T20:27:30.384+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Recovery Services"..: timestamp=2022-10-30T20:27:30.384+1000
2022-10-30T20:27:30.384+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Recovery Services"..: timestamp=2022-10-30T20:27:30.384+1000
2022-10-30T20:27:30.385+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Redis"..: timestamp=2022-10-30T20:27:30.385+1000
2022-10-30T20:27:30.385+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Redis"..: timestamp=2022-10-30T20:27:30.385+1000
2022-10-30T20:27:30.385+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Redis Enterprise"..: timestamp=2022-10-30T20:27:30.385+1000
2022-10-30T20:27:30.385+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Redis Enterprise"..: timestamp=2022-10-30T20:27:30.385+1000
2022-10-30T20:27:30.385+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Relay"..: timestamp=2022-10-30T20:27:30.385+1000
2022-10-30T20:27:30.385+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Relay"..: timestamp=2022-10-30T20:27:30.385+1000
2022-10-30T20:27:30.385+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Resources"..: timestamp=2022-10-30T20:27:30.385+1000
2022-10-30T20:27:30.385+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Resources"..: timestamp=2022-10-30T20:27:30.385+1000
2022-10-30T20:27:30.385+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Search"..: timestamp=2022-10-30T20:27:30.385+1000
2022-10-30T20:27:30.385+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Search"..: timestamp=2022-10-30T20:27:30.385+1000
2022-10-30T20:27:30.385+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Security Center"..: timestamp=2022-10-30T20:27:30.385+1000
2022-10-30T20:27:30.385+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Security Center"..: timestamp=2022-10-30T20:27:30.385+1000
2022-10-30T20:27:30.385+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Sentinel"..: timestamp=2022-10-30T20:27:30.385+1000
2022-10-30T20:27:30.385+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Sentinel"..: timestamp=2022-10-30T20:27:30.385+1000
2022-10-30T20:27:30.385+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "ServiceBus"..: timestamp=2022-10-30T20:27:30.385+1000
2022-10-30T20:27:30.386+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "ServiceBus"..: timestamp=2022-10-30T20:27:30.386+1000
2022-10-30T20:27:30.386+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Service Fabric"..: timestamp=2022-10-30T20:27:30.386+1000
2022-10-30T20:27:30.386+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Service Fabric"..: timestamp=2022-10-30T20:27:30.386+1000
2022-10-30T20:27:30.386+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "SignalR"..: timestamp=2022-10-30T20:27:30.386+1000
2022-10-30T20:27:30.386+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "SignalR"..: timestamp=2022-10-30T20:27:30.386+1000
2022-10-30T20:27:30.386+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "SQL"..: timestamp=2022-10-30T20:27:30.386+1000
2022-10-30T20:27:30.387+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "SQL"..: timestamp=2022-10-30T20:27:30.386+1000
2022-10-30T20:27:30.387+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Storage"..: timestamp=2022-10-30T20:27:30.387+1000
2022-10-30T20:27:30.387+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Storage"..: timestamp=2022-10-30T20:27:30.387+1000
2022-10-30T20:27:30.387+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Stream Analytics"..: timestamp=2022-10-30T20:27:30.387+1000
2022-10-30T20:27:30.387+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Stream Analytics"..: timestamp=2022-10-30T20:27:30.387+1000
2022-10-30T20:27:30.388+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Subscription"..: timestamp=2022-10-30T20:27:30.388+1000
2022-10-30T20:27:30.388+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Subscription"..: timestamp=2022-10-30T20:27:30.388+1000
2022-10-30T20:27:30.388+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Synapse"..: timestamp=2022-10-30T20:27:30.388+1000
2022-10-30T20:27:30.388+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Synapse"..: timestamp=2022-10-30T20:27:30.388+1000
2022-10-30T20:27:30.388+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Time Series Insights"..: timestamp=2022-10-30T20:27:30.388+1000
2022-10-30T20:27:30.388+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Time Series Insights"..: timestamp=2022-10-30T20:27:30.388+1000
2022-10-30T20:27:30.388+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Traffic Manager"..: timestamp=2022-10-30T20:27:30.388+1000
2022-10-30T20:27:30.388+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Traffic Manager"..: timestamp=2022-10-30T20:27:30.388+1000
2022-10-30T20:27:30.388+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Video Analyzer"..: timestamp=2022-10-30T20:27:30.388+1000
2022-10-30T20:27:30.388+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Video Analyzer"..: timestamp=2022-10-30T20:27:30.388+1000
2022-10-30T20:27:30.388+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "VMware"..: timestamp=2022-10-30T20:27:30.388+1000
2022-10-30T20:27:30.388+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "VMware"..: timestamp=2022-10-30T20:27:30.388+1000
2022-10-30T20:27:30.388+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Web"..: timestamp=2022-10-30T20:27:30.388+1000
2022-10-30T20:27:30.388+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Web"..: timestamp=2022-10-30T20:27:30.388+1000
2022-10-30T20:27:30.388+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: plugin address: address=127.0.0.1:10000 network=tcp timestamp=2022-10-30T20:27:30.388+1000
2022-10-30T20:27:30.389+1000 [DEBUG] provider: using plugin: version=5
2022-10-30T20:27:30.606+1000 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2022-10-30T20:27:30.631+1000 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/3.28.0/windows_amd64/terraform-provider-azurerm_v3.28.0_x5.exe pid=2472
2022-10-30T20:27:30.631+1000 [DEBUG] provider: plugin exited
2022-10-30T20:27:30.631+1000 [INFO] backend/local: plan calling Plan
2022-10-30T20:27:30.631+1000 [DEBUG] Building and walking plan graph for NormalMode
2022-10-30T20:27:30.631+1000 [DEBUG] ProviderTransformer: "azurerm_storage_account.app_grp (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/azurerm"]
2022-10-30T20:27:30.631+1000 [DEBUG] ProviderTransformer: "azurerm_storage_container.data (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/azurerm"]
2022-10-30T20:27:30.631+1000 [DEBUG] ProviderTransformer: "azurerm_storage_blob.maintf (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/azurerm"]
2022-10-30T20:27:30.631+1000 [DEBUG] ProviderTransformer: "azurerm_resource_group.app_grp (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/azurerm"]
2022-10-30T20:27:30.631+1000 [DEBUG] ReferenceTransformer: "azurerm_storage_container.data (expand)" references: [azurerm_storage_account.app_grp (expand)]
2022-10-30T20:27:30.631+1000 [DEBUG] ReferenceTransformer: "azurerm_storage_blob.maintf (expand)" references: [azurerm_storage_container.data (expand)]
2022-10-30T20:27:30.631+1000 [DEBUG] ReferenceTransformer: "azurerm_resource_group.app_grp (expand)" references: []
2022-10-30T20:27:30.631+1000 [DEBUG] ReferenceTransformer: "azurerm_storage_account.app_grp (expand)" references: [azurerm_resource_group.app_grp (expand)]
2022-10-30T20:27:30.631+1000 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/azurerm\"]" references: []
2022-10-30T20:27:30.631+1000 [DEBUG] Starting graph walk: walkPlan
2022-10-30T20:27:30.632+1000 [DEBUG] created provider logger: level=debug
2022-10-30T20:27:30.632+1000 [INFO] provider: configuring client automatic mTLS
2022-10-30T20:27:30.639+1000 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/3.28.0/windows_amd64/terraform-provider-azurerm_v3.28.0_x5.exe args=[.terraform/providers/registry.terraform.io/hashicorp/azurerm/3.28.0/windows_amd64/terraform-provider-azurerm_v3.28.0_x5.exe]
2022-10-30T20:27:30.641+1000 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/3.28.0/windows_amd64/terraform-provider-azurerm_v3.28.0_x5.exe pid=13168
2022-10-30T20:27:30.641+1000 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/3.28.0/windows_amd64/terraform-provider-azurerm_v3.28.0_x5.exe
2022-10-30T20:27:30.659+1000 [INFO] provider.terraform-provider-azurerm_v3.28.0_x5.exe: configuring server automatic mTLS: timestamp=2022-10-30T20:27:30.658+1000
2022-10-30T20:27:30.674+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "AAD B2C"..: timestamp=2022-10-30T20:27:30.673+1000
2022-10-30T20:27:30.674+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "AAD B2C"..: timestamp=2022-10-30T20:27:30.673+1000
2022-10-30T20:27:30.674+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "API Management"..: timestamp=2022-10-30T20:27:30.673+1000
2022-10-30T20:27:30.674+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "API Management"..: timestamp=2022-10-30T20:27:30.673+1000
2022-10-30T20:27:30.674+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "App Configuration"..: timestamp=2022-10-30T20:27:30.673+1000
2022-10-30T20:27:30.674+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "App Configuration"..: timestamp=2022-10-30T20:27:30.674+1000
2022-10-30T20:27:30.674+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Application Insights"..: timestamp=2022-10-30T20:27:30.674+1000
2022-10-30T20:27:30.674+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Application Insights"..: timestamp=2022-10-30T20:27:30.674+1000
2022-10-30T20:27:30.674+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "AppService"..: timestamp=2022-10-30T20:27:30.674+1000
2022-10-30T20:27:30.675+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "AppService"..: timestamp=2022-10-30T20:27:30.675+1000
2022-10-30T20:27:30.678+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Automation"..: timestamp=2022-10-30T20:27:30.678+1000
2022-10-30T20:27:30.678+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Automation"..: timestamp=2022-10-30T20:27:30.678+1000
2022-10-30T20:27:30.678+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Batch"..: timestamp=2022-10-30T20:27:30.678+1000
2022-10-30T20:27:30.678+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Batch"..: timestamp=2022-10-30T20:27:30.678+1000
2022-10-30T20:27:30.678+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Bot"..: timestamp=2022-10-30T20:27:30.678+1000
2022-10-30T20:27:30.678+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Bot"..: timestamp=2022-10-30T20:27:30.678+1000
2022-10-30T20:27:30.678+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Compute"..: timestamp=2022-10-30T20:27:30.678+1000
2022-10-30T20:27:30.678+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Compute"..: timestamp=2022-10-30T20:27:30.678+1000
2022-10-30T20:27:30.678+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Consumption"..: timestamp=2022-10-30T20:27:30.678+1000
2022-10-30T20:27:30.678+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Consumption"..: timestamp=2022-10-30T20:27:30.678+1000
2022-10-30T20:27:30.678+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Container Services"..: timestamp=2022-10-30T20:27:30.678+1000
2022-10-30T20:27:30.678+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Container Services"..: timestamp=2022-10-30T20:27:30.678+1000
2022-10-30T20:27:30.679+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "CosmosDB"..: timestamp=2022-10-30T20:27:30.679+1000
2022-10-30T20:27:30.679+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "CosmosDB"..: timestamp=2022-10-30T20:27:30.679+1000
2022-10-30T20:27:30.679+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Cost Management"..: timestamp=2022-10-30T20:27:30.679+1000
2022-10-30T20:27:30.679+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Cost Management"..: timestamp=2022-10-30T20:27:30.679+1000
2022-10-30T20:27:30.679+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Dashboard"..: timestamp=2022-10-30T20:27:30.679+1000
2022-10-30T20:27:30.679+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Dashboard"..: timestamp=2022-10-30T20:27:30.679+1000
2022-10-30T20:27:30.679+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "DataBricks"..: timestamp=2022-10-30T20:27:30.679+1000
2022-10-30T20:27:30.679+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "DataBricks"..: timestamp=2022-10-30T20:27:30.679+1000
2022-10-30T20:27:30.679+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Disks"..: timestamp=2022-10-30T20:27:30.679+1000
2022-10-30T20:27:30.679+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Disks"..: timestamp=2022-10-30T20:27:30.679+1000
2022-10-30T20:27:30.679+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "DomainServices"..: timestamp=2022-10-30T20:27:30.679+1000
2022-10-30T20:27:30.679+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "DomainServices"..: timestamp=2022-10-30T20:27:30.679+1000
2022-10-30T20:27:30.679+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "EventHub"..: timestamp=2022-10-30T20:27:30.679+1000
2022-10-30T20:27:30.679+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "EventHub"..: timestamp=2022-10-30T20:27:30.679+1000
2022-10-30T20:27:30.679+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Fluid Relay"..: timestamp=2022-10-30T20:27:30.679+1000
2022-10-30T20:27:30.679+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Fluid Relay"..: timestamp=2022-10-30T20:27:30.679+1000
2022-10-30T20:27:30.679+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "IoT Central"..: timestamp=2022-10-30T20:27:30.679+1000
2022-10-30T20:27:30.679+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "IoT Central"..: timestamp=2022-10-30T20:27:30.679+1000
2022-10-30T20:27:30.679+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "KeyVault"..: timestamp=2022-10-30T20:27:30.679+1000
2022-10-30T20:27:30.679+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "KeyVault"..: timestamp=2022-10-30T20:27:30.679+1000
2022-10-30T20:27:30.679+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Load Balancer"..: timestamp=2022-10-30T20:27:30.679+1000
2022-10-30T20:27:30.679+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Load Balancer"..: timestamp=2022-10-30T20:27:30.679+1000
2022-10-30T20:27:30.679+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Log Analytics"..: timestamp=2022-10-30T20:27:30.679+1000
2022-10-30T20:27:30.679+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Log Analytics"..: timestamp=2022-10-30T20:27:30.679+1000
2022-10-30T20:27:30.680+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Monitor"..: timestamp=2022-10-30T20:27:30.679+1000
2022-10-30T20:27:30.680+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Monitor"..: timestamp=2022-10-30T20:27:30.680+1000
2022-10-30T20:27:30.680+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Microsoft SQL Server / Azure SQL"..: timestamp=2022-10-30T20:27:30.680+1000
2022-10-30T20:27:30.680+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Microsoft SQL Server / Azure SQL"..: timestamp=2022-10-30T20:27:30.680+1000
2022-10-30T20:27:30.680+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Nginx"..: timestamp=2022-10-30T20:27:30.680+1000
2022-10-30T20:27:30.680+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Nginx"..: timestamp=2022-10-30T20:27:30.680+1000
2022-10-30T20:27:30.680+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Policy"..: timestamp=2022-10-30T20:27:30.680+1000
2022-10-30T20:27:30.680+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Policy"..: timestamp=2022-10-30T20:27:30.680+1000
2022-10-30T20:27:30.680+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Recovery Services"..: timestamp=2022-10-30T20:27:30.680+1000
2022-10-30T20:27:30.680+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Recovery Services"..: timestamp=2022-10-30T20:27:30.680+1000
2022-10-30T20:27:30.680+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Resources"..: timestamp=2022-10-30T20:27:30.680+1000
2022-10-30T20:27:30.680+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Resources"..: timestamp=2022-10-30T20:27:30.680+1000
2022-10-30T20:27:30.680+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Sentinel"..: timestamp=2022-10-30T20:27:30.680+1000
2022-10-30T20:27:30.680+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Sentinel"..: timestamp=2022-10-30T20:27:30.680+1000
2022-10-30T20:27:30.680+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "ServiceConnector"..: timestamp=2022-10-30T20:27:30.680+1000
2022-10-30T20:27:30.680+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "ServiceConnector"..: timestamp=2022-10-30T20:27:30.680+1000
2022-10-30T20:27:30.681+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Service Fabric Managed Clusters"..: timestamp=2022-10-30T20:27:30.680+1000
2022-10-30T20:27:30.681+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Service Fabric Managed Clusters"..: timestamp=2022-10-30T20:27:30.681+1000
2022-10-30T20:27:30.681+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Orbital"..: timestamp=2022-10-30T20:27:30.681+1000
2022-10-30T20:27:30.681+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Orbital"..: timestamp=2022-10-30T20:27:30.681+1000
2022-10-30T20:27:30.681+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Stream Analytics"..: timestamp=2022-10-30T20:27:30.681+1000
2022-10-30T20:27:30.681+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Stream Analytics"..: timestamp=2022-10-30T20:27:30.681+1000
2022-10-30T20:27:30.681+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Search"..: timestamp=2022-10-30T20:27:30.681+1000
2022-10-30T20:27:30.681+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Search"..: timestamp=2022-10-30T20:27:30.681+1000
2022-10-30T20:27:30.681+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Web"..: timestamp=2022-10-30T20:27:30.681+1000
2022-10-30T20:27:30.681+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Web"..: timestamp=2022-10-30T20:27:30.681+1000
2022-10-30T20:27:30.681+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "LoadTestService"..: timestamp=2022-10-30T20:27:30.681+1000
2022-10-30T20:27:30.681+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "LoadTestService"..: timestamp=2022-10-30T20:27:30.681+1000
2022-10-30T20:27:30.681+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "ManagedIdentity"..: timestamp=2022-10-30T20:27:30.681+1000
2022-10-30T20:27:30.681+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "ManagedIdentity"..: timestamp=2022-10-30T20:27:30.681+1000
2022-10-30T20:27:30.681+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Advisor"..: timestamp=2022-10-30T20:27:30.681+1000
2022-10-30T20:27:30.681+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Advisor"..: timestamp=2022-10-30T20:27:30.681+1000
2022-10-30T20:27:30.681+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Analysis Services"..: timestamp=2022-10-30T20:27:30.681+1000
2022-10-30T20:27:30.681+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Analysis Services"..: timestamp=2022-10-30T20:27:30.681+1000
2022-10-30T20:27:30.681+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "API Management"..: timestamp=2022-10-30T20:27:30.681+1000
2022-10-30T20:27:30.681+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "API Management"..: timestamp=2022-10-30T20:27:30.681+1000
2022-10-30T20:27:30.683+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "App Configuration"..: timestamp=2022-10-30T20:27:30.683+1000
2022-10-30T20:27:30.683+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "App Configuration"..: timestamp=2022-10-30T20:27:30.683+1000
2022-10-30T20:27:30.683+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Spring Cloud"..: timestamp=2022-10-30T20:27:30.683+1000
2022-10-30T20:27:30.683+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Spring Cloud"..: timestamp=2022-10-30T20:27:30.683+1000
2022-10-30T20:27:30.683+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Application Insights"..: timestamp=2022-10-30T20:27:30.683+1000
2022-10-30T20:27:30.683+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Application Insights"..: timestamp=2022-10-30T20:27:30.683+1000
2022-10-30T20:27:30.683+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Attestation"..: timestamp=2022-10-30T20:27:30.683+1000
2022-10-30T20:27:30.683+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Attestation"..: timestamp=2022-10-30T20:27:30.683+1000
2022-10-30T20:27:30.683+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Authorization"..: timestamp=2022-10-30T20:27:30.683+1000
2022-10-30T20:27:30.684+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Authorization"..: timestamp=2022-10-30T20:27:30.683+1000
2022-10-30T20:27:30.684+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Automation"..: timestamp=2022-10-30T20:27:30.684+1000
2022-10-30T20:27:30.684+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Automation"..: timestamp=2022-10-30T20:27:30.684+1000
2022-10-30T20:27:30.685+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Azure Stack HCI"..: timestamp=2022-10-30T20:27:30.685+1000
2022-10-30T20:27:30.685+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Azure Stack HCI"..: timestamp=2022-10-30T20:27:30.685+1000
2022-10-30T20:27:30.685+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Batch"..: timestamp=2022-10-30T20:27:30.685+1000
2022-10-30T20:27:30.685+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Batch"..: timestamp=2022-10-30T20:27:30.685+1000
2022-10-30T20:27:30.685+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Billing"..: timestamp=2022-10-30T20:27:30.685+1000
2022-10-30T20:27:30.685+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Billing"..: timestamp=2022-10-30T20:27:30.685+1000
2022-10-30T20:27:30.685+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Blueprints"..: timestamp=2022-10-30T20:27:30.685+1000
2022-10-30T20:27:30.685+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Blueprints"..: timestamp=2022-10-30T20:27:30.685+1000
2022-10-30T20:27:30.685+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Bot"..: timestamp=2022-10-30T20:27:30.685+1000
2022-10-30T20:27:30.685+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Bot"..: timestamp=2022-10-30T20:27:30.685+1000
2022-10-30T20:27:30.685+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "CDN"..: timestamp=2022-10-30T20:27:30.685+1000
2022-10-30T20:27:30.685+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "CDN"..: timestamp=2022-10-30T20:27:30.685+1000
2022-10-30T20:27:30.686+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Cognitive Services"..: timestamp=2022-10-30T20:27:30.686+1000
2022-10-30T20:27:30.686+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Cognitive Services"..: timestamp=2022-10-30T20:27:30.686+1000
2022-10-30T20:27:30.687+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Communication"..: timestamp=2022-10-30T20:27:30.686+1000
2022-10-30T20:27:30.687+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Communication"..: timestamp=2022-10-30T20:27:30.686+1000
2022-10-30T20:27:30.687+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Compute"..: timestamp=2022-10-30T20:27:30.687+1000
2022-10-30T20:27:30.688+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Compute"..: timestamp=2022-10-30T20:27:30.687+1000
2022-10-30T20:27:30.688+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Confidential Ledger"..: timestamp=2022-10-30T20:27:30.688+1000
2022-10-30T20:27:30.688+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Confidential Ledger"..: timestamp=2022-10-30T20:27:30.688+1000
2022-10-30T20:27:30.688+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Connections"..: timestamp=2022-10-30T20:27:30.688+1000
2022-10-30T20:27:30.688+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Connections"..: timestamp=2022-10-30T20:27:30.688+1000
2022-10-30T20:27:30.688+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Container Services"..: timestamp=2022-10-30T20:27:30.688+1000
2022-10-30T20:27:30.689+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Container Services"..: timestamp=2022-10-30T20:27:30.688+1000
2022-10-30T20:27:30.689+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Consumption"..: timestamp=2022-10-30T20:27:30.689+1000
2022-10-30T20:27:30.689+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Consumption"..: timestamp=2022-10-30T20:27:30.689+1000
2022-10-30T20:27:30.689+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "CosmosDB"..: timestamp=2022-10-30T20:27:30.689+1000
2022-10-30T20:27:30.689+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "CosmosDB"..: timestamp=2022-10-30T20:27:30.689+1000
2022-10-30T20:27:30.689+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Custom Providers"..: timestamp=2022-10-30T20:27:30.689+1000
2022-10-30T20:27:30.689+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Custom Providers"..: timestamp=2022-10-30T20:27:30.689+1000
2022-10-30T20:27:30.689+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Dashboard"..: timestamp=2022-10-30T20:27:30.689+1000
2022-10-30T20:27:30.689+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Dashboard"..: timestamp=2022-10-30T20:27:30.689+1000
2022-10-30T20:27:30.689+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "DataBricks"..: timestamp=2022-10-30T20:27:30.689+1000
2022-10-30T20:27:30.689+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "DataBricks"..: timestamp=2022-10-30T20:27:30.689+1000
2022-10-30T20:27:30.689+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Datadog"..: timestamp=2022-10-30T20:27:30.689+1000
2022-10-30T20:27:30.689+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Datadog"..: timestamp=2022-10-30T20:27:30.689+1000
2022-10-30T20:27:30.690+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Data Factory"..: timestamp=2022-10-30T20:27:30.689+1000
2022-10-30T20:27:30.690+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Data Factory"..: timestamp=2022-10-30T20:27:30.690+1000
2022-10-30T20:27:30.690+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Database Migration"..: timestamp=2022-10-30T20:27:30.690+1000
2022-10-30T20:27:30.690+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Database Migration"..: timestamp=2022-10-30T20:27:30.690+1000
2022-10-30T20:27:30.690+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Databox Edge"..: timestamp=2022-10-30T20:27:30.690+1000
2022-10-30T20:27:30.690+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Databox Edge"..: timestamp=2022-10-30T20:27:30.690+1000
2022-10-30T20:27:30.690+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "DataProtection"..: timestamp=2022-10-30T20:27:30.690+1000
2022-10-30T20:27:30.690+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "DataProtection"..: timestamp=2022-10-30T20:27:30.690+1000
2022-10-30T20:27:30.690+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Data Share"..: timestamp=2022-10-30T20:27:30.690+1000
2022-10-30T20:27:30.691+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Data Share"..: timestamp=2022-10-30T20:27:30.691+1000
2022-10-30T20:27:30.692+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Desktop Virtualization"..: timestamp=2022-10-30T20:27:30.692+1000
2022-10-30T20:27:30.692+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Desktop Virtualization"..: timestamp=2022-10-30T20:27:30.692+1000
2022-10-30T20:27:30.693+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Dev Test"..: timestamp=2022-10-30T20:27:30.692+1000
2022-10-30T20:27:30.693+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Dev Test"..: timestamp=2022-10-30T20:27:30.693+1000
2022-10-30T20:27:30.693+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Digital Twins"..: timestamp=2022-10-30T20:27:30.693+1000
2022-10-30T20:27:30.693+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Digital Twins"..: timestamp=2022-10-30T20:27:30.693+1000
2022-10-30T20:27:30.693+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "DNS"..: timestamp=2022-10-30T20:27:30.693+1000
2022-10-30T20:27:30.693+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "DNS"..: timestamp=2022-10-30T20:27:30.693+1000
2022-10-30T20:27:30.693+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "DomainServices"..: timestamp=2022-10-30T20:27:30.693+1000
2022-10-30T20:27:30.693+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "DomainServices"..: timestamp=2022-10-30T20:27:30.693+1000
2022-10-30T20:27:30.693+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Elastic"..: timestamp=2022-10-30T20:27:30.693+1000
2022-10-30T20:27:30.693+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Elastic"..: timestamp=2022-10-30T20:27:30.693+1000
2022-10-30T20:27:30.693+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "EventGrid"..: timestamp=2022-10-30T20:27:30.693+1000
2022-10-30T20:27:30.694+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "EventGrid"..: timestamp=2022-10-30T20:27:30.694+1000
2022-10-30T20:27:30.694+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "EventHub"..: timestamp=2022-10-30T20:27:30.694+1000
2022-10-30T20:27:30.696+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "EventHub"..: timestamp=2022-10-30T20:27:30.696+1000
2022-10-30T20:27:30.697+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Firewall"..: timestamp=2022-10-30T20:27:30.697+1000
2022-10-30T20:27:30.697+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Firewall"..: timestamp=2022-10-30T20:27:30.697+1000
2022-10-30T20:27:30.697+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "FrontDoor"..: timestamp=2022-10-30T20:27:30.697+1000
2022-10-30T20:27:30.697+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "FrontDoor"..: timestamp=2022-10-30T20:27:30.697+1000
2022-10-30T20:27:30.697+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "HPC Cache"..: timestamp=2022-10-30T20:27:30.697+1000
2022-10-30T20:27:30.697+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "HPC Cache"..: timestamp=2022-10-30T20:27:30.697+1000
2022-10-30T20:27:30.698+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Hardware Security Module"..: timestamp=2022-10-30T20:27:30.697+1000
2022-10-30T20:27:30.698+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Hardware Security Module"..: timestamp=2022-10-30T20:27:30.698+1000
2022-10-30T20:27:30.698+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "HDInsight"..: timestamp=2022-10-30T20:27:30.698+1000
2022-10-30T20:27:30.698+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "HDInsight"..: timestamp=2022-10-30T20:27:30.698+1000
2022-10-30T20:27:30.698+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Health Care"..: timestamp=2022-10-30T20:27:30.698+1000
2022-10-30T20:27:30.698+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Health Care"..: timestamp=2022-10-30T20:27:30.698+1000
2022-10-30T20:27:30.698+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "IoT Hub"..: timestamp=2022-10-30T20:27:30.698+1000
2022-10-30T20:27:30.698+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "IoT Hub"..: timestamp=2022-10-30T20:27:30.698+1000
2022-10-30T20:27:30.699+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "IoT Central"..: timestamp=2022-10-30T20:27:30.699+1000
2022-10-30T20:27:30.699+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "IoT Central"..: timestamp=2022-10-30T20:27:30.699+1000
2022-10-30T20:27:30.699+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "KeyVault"..: timestamp=2022-10-30T20:27:30.699+1000
2022-10-30T20:27:30.699+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "KeyVault"..: timestamp=2022-10-30T20:27:30.699+1000
2022-10-30T20:27:30.699+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Kusto"..: timestamp=2022-10-30T20:27:30.699+1000
2022-10-30T20:27:30.699+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Kusto"..: timestamp=2022-10-30T20:27:30.699+1000
2022-10-30T20:27:30.699+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Legacy"..: timestamp=2022-10-30T20:27:30.699+1000
2022-10-30T20:27:30.699+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Legacy"..: timestamp=2022-10-30T20:27:30.699+1000
2022-10-30T20:27:30.700+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Load Balancer"..: timestamp=2022-10-30T20:27:30.700+1000
2022-10-30T20:27:30.700+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Load Balancer"..: timestamp=2022-10-30T20:27:30.700+1000
2022-10-30T20:27:30.700+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Log Analytics"..: timestamp=2022-10-30T20:27:30.700+1000
2022-10-30T20:27:30.700+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Log Analytics"..: timestamp=2022-10-30T20:27:30.700+1000
2022-10-30T20:27:30.700+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Logic"..: timestamp=2022-10-30T20:27:30.700+1000
2022-10-30T20:27:30.700+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Logic"..: timestamp=2022-10-30T20:27:30.700+1000
2022-10-30T20:27:30.701+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Logz"..: timestamp=2022-10-30T20:27:30.701+1000
2022-10-30T20:27:30.701+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Logz"..: timestamp=2022-10-30T20:27:30.701+1000
2022-10-30T20:27:30.701+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Machine Learning"..: timestamp=2022-10-30T20:27:30.701+1000
2022-10-30T20:27:30.701+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Machine Learning"..: timestamp=2022-10-30T20:27:30.701+1000
2022-10-30T20:27:30.702+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Maintenance"..: timestamp=2022-10-30T20:27:30.702+1000
2022-10-30T20:27:30.702+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Maintenance"..: timestamp=2022-10-30T20:27:30.702+1000
2022-10-30T20:27:30.702+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Managed Applications"..: timestamp=2022-10-30T20:27:30.702+1000
2022-10-30T20:27:30.702+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Managed Applications"..: timestamp=2022-10-30T20:27:30.702+1000
2022-10-30T20:27:30.702+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Lighthouse"..: timestamp=2022-10-30T20:27:30.702+1000
2022-10-30T20:27:30.702+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Lighthouse"..: timestamp=2022-10-30T20:27:30.702+1000
2022-10-30T20:27:30.702+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Management Group"..: timestamp=2022-10-30T20:27:30.702+1000
2022-10-30T20:27:30.702+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Management Group"..: timestamp=2022-10-30T20:27:30.702+1000
2022-10-30T20:27:30.702+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Maps"..: timestamp=2022-10-30T20:27:30.702+1000
2022-10-30T20:27:30.702+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Maps"..: timestamp=2022-10-30T20:27:30.702+1000
2022-10-30T20:27:30.702+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "MariaDB"..: timestamp=2022-10-30T20:27:30.702+1000
2022-10-30T20:27:30.702+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "MariaDB"..: timestamp=2022-10-30T20:27:30.702+1000
2022-10-30T20:27:30.702+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Media"..: timestamp=2022-10-30T20:27:30.702+1000
2022-10-30T20:27:30.702+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Media"..: timestamp=2022-10-30T20:27:30.702+1000
2022-10-30T20:27:30.703+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Mixed Reality"..: timestamp=2022-10-30T20:27:30.703+1000
2022-10-30T20:27:30.703+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Mixed Reality"..: timestamp=2022-10-30T20:27:30.703+1000
2022-10-30T20:27:30.703+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Monitor"..: timestamp=2022-10-30T20:27:30.703+1000
2022-10-30T20:27:30.703+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Monitor"..: timestamp=2022-10-30T20:27:30.703+1000
2022-10-30T20:27:30.703+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "ManagedIdentity"..: timestamp=2022-10-30T20:27:30.703+1000
2022-10-30T20:27:30.703+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "ManagedIdentity"..: timestamp=2022-10-30T20:27:30.703+1000
2022-10-30T20:27:30.703+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Microsoft SQL Server / Azure SQL"..: timestamp=2022-10-30T20:27:30.703+1000
2022-10-30T20:27:30.703+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Microsoft SQL Server / Azure SQL"..: timestamp=2022-10-30T20:27:30.703+1000
2022-10-30T20:27:30.703+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "MySQL"..: timestamp=2022-10-30T20:27:30.703+1000
2022-10-30T20:27:30.705+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "MySQL"..: timestamp=2022-10-30T20:27:30.703+1000
2022-10-30T20:27:30.705+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "NetApp"..: timestamp=2022-10-30T20:27:30.705+1000
2022-10-30T20:27:30.705+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "NetApp"..: timestamp=2022-10-30T20:27:30.705+1000
2022-10-30T20:27:30.705+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Network"..: timestamp=2022-10-30T20:27:30.705+1000
2022-10-30T20:27:30.705+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Network"..: timestamp=2022-10-30T20:27:30.705+1000
2022-10-30T20:27:30.705+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Notification Hub"..: timestamp=2022-10-30T20:27:30.705+1000
2022-10-30T20:27:30.705+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Notification Hub"..: timestamp=2022-10-30T20:27:30.705+1000
2022-10-30T20:27:30.705+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Policy"..: timestamp=2022-10-30T20:27:30.705+1000
2022-10-30T20:27:30.705+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Policy"..: timestamp=2022-10-30T20:27:30.705+1000
2022-10-30T20:27:30.705+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Portal"..: timestamp=2022-10-30T20:27:30.705+1000
2022-10-30T20:27:30.705+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Portal"..: timestamp=2022-10-30T20:27:30.705+1000
2022-10-30T20:27:30.705+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "PostgreSQL"..: timestamp=2022-10-30T20:27:30.705+1000
2022-10-30T20:27:30.705+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "PostgreSQL"..: timestamp=2022-10-30T20:27:30.705+1000
2022-10-30T20:27:30.705+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "PowerBI"..: timestamp=2022-10-30T20:27:30.705+1000
2022-10-30T20:27:30.705+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "PowerBI"..: timestamp=2022-10-30T20:27:30.705+1000
2022-10-30T20:27:30.705+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Private DNS"..: timestamp=2022-10-30T20:27:30.705+1000
2022-10-30T20:27:30.708+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Private DNS"..: timestamp=2022-10-30T20:27:30.708+1000
2022-10-30T20:27:30.708+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Purview"..: timestamp=2022-10-30T20:27:30.708+1000
2022-10-30T20:27:30.708+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Purview"..: timestamp=2022-10-30T20:27:30.708+1000
2022-10-30T20:27:30.708+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Recovery Services"..: timestamp=2022-10-30T20:27:30.708+1000
2022-10-30T20:27:30.708+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Recovery Services"..: timestamp=2022-10-30T20:27:30.708+1000
2022-10-30T20:27:30.708+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Redis"..: timestamp=2022-10-30T20:27:30.708+1000
2022-10-30T20:27:30.708+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Redis"..: timestamp=2022-10-30T20:27:30.708+1000
2022-10-30T20:27:30.708+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Redis Enterprise"..: timestamp=2022-10-30T20:27:30.708+1000
2022-10-30T20:27:30.708+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Redis Enterprise"..: timestamp=2022-10-30T20:27:30.708+1000
2022-10-30T20:27:30.708+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Relay"..: timestamp=2022-10-30T20:27:30.708+1000
2022-10-30T20:27:30.708+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Relay"..: timestamp=2022-10-30T20:27:30.708+1000
2022-10-30T20:27:30.708+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Resources"..: timestamp=2022-10-30T20:27:30.708+1000
2022-10-30T20:27:30.708+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Resources"..: timestamp=2022-10-30T20:27:30.708+1000
2022-10-30T20:27:30.708+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Search"..: timestamp=2022-10-30T20:27:30.708+1000
2022-10-30T20:27:30.708+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Search"..: timestamp=2022-10-30T20:27:30.708+1000
2022-10-30T20:27:30.709+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Security Center"..: timestamp=2022-10-30T20:27:30.708+1000
2022-10-30T20:27:30.709+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Security Center"..: timestamp=2022-10-30T20:27:30.708+1000
2022-10-30T20:27:30.709+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Sentinel"..: timestamp=2022-10-30T20:27:30.709+1000
2022-10-30T20:27:30.709+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Sentinel"..: timestamp=2022-10-30T20:27:30.709+1000
2022-10-30T20:27:30.709+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "ServiceBus"..: timestamp=2022-10-30T20:27:30.709+1000
2022-10-30T20:27:30.709+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "ServiceBus"..: timestamp=2022-10-30T20:27:30.709+1000
2022-10-30T20:27:30.709+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Service Fabric"..: timestamp=2022-10-30T20:27:30.709+1000
2022-10-30T20:27:30.709+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Service Fabric"..: timestamp=2022-10-30T20:27:30.709+1000
2022-10-30T20:27:30.709+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "SignalR"..: timestamp=2022-10-30T20:27:30.709+1000
2022-10-30T20:27:30.709+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "SignalR"..: timestamp=2022-10-30T20:27:30.709+1000
2022-10-30T20:27:30.709+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "SQL"..: timestamp=2022-10-30T20:27:30.709+1000
2022-10-30T20:27:30.709+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "SQL"..: timestamp=2022-10-30T20:27:30.709+1000
2022-10-30T20:27:30.709+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Storage"..: timestamp=2022-10-30T20:27:30.709+1000
2022-10-30T20:27:30.711+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Storage"..: timestamp=2022-10-30T20:27:30.709+1000
2022-10-30T20:27:30.711+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Stream Analytics"..: timestamp=2022-10-30T20:27:30.711+1000
2022-10-30T20:27:30.711+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Stream Analytics"..: timestamp=2022-10-30T20:27:30.711+1000
2022-10-30T20:27:30.711+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Subscription"..: timestamp=2022-10-30T20:27:30.711+1000
2022-10-30T20:27:30.711+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Subscription"..: timestamp=2022-10-30T20:27:30.711+1000
2022-10-30T20:27:30.711+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Synapse"..: timestamp=2022-10-30T20:27:30.711+1000
2022-10-30T20:27:30.711+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Synapse"..: timestamp=2022-10-30T20:27:30.711+1000
2022-10-30T20:27:30.711+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Time Series Insights"..: timestamp=2022-10-30T20:27:30.711+1000
2022-10-30T20:27:30.711+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Time Series Insights"..: timestamp=2022-10-30T20:27:30.711+1000
2022-10-30T20:27:30.711+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Traffic Manager"..: timestamp=2022-10-30T20:27:30.711+1000
2022-10-30T20:27:30.711+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Traffic Manager"..: timestamp=2022-10-30T20:27:30.711+1000
2022-10-30T20:27:30.711+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Video Analyzer"..: timestamp=2022-10-30T20:27:30.711+1000
2022-10-30T20:27:30.711+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Video Analyzer"..: timestamp=2022-10-30T20:27:30.711+1000
2022-10-30T20:27:30.711+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "VMware"..: timestamp=2022-10-30T20:27:30.711+1000
2022-10-30T20:27:30.711+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "VMware"..: timestamp=2022-10-30T20:27:30.711+1000
2022-10-30T20:27:30.711+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Data Sources for "Web"..: timestamp=2022-10-30T20:27:30.711+1000
2022-10-30T20:27:30.711+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Registering Resources for "Web"..: timestamp=2022-10-30T20:27:30.711+1000
2022-10-30T20:27:30.711+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: plugin address: address=127.0.0.1:10000 network=tcp timestamp=2022-10-30T20:27:30.711+1000
2022-10-30T20:27:30.711+1000 [DEBUG] provider: using plugin: version=5
2022-10-30T20:27:30.923+1000 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/hashicorp/azurerm\"]" changed the config value, but that value is unused
2022-10-30T20:27:30.924+1000 [INFO] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Testing if Service Principal / Client Certificate is applicable for Authentication..: timestamp=2022-10-30T20:27:30.924+1000
2022-10-30T20:27:30.924+1000 [INFO] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Testing if Multi Tenant Service Principal / Client Secret is applicable for Authentication..: timestamp=2022-10-30T20:27:30.924+1000
2022-10-30T20:27:30.924+1000 [INFO] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Testing if Service Principal / Client Secret is applicable for Authentication..: timestamp=2022-10-30T20:27:30.924+1000
2022-10-30T20:27:30.924+1000 [INFO] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Using Service Principal / Client Secret for Authentication: timestamp=2022-10-30T20:27:30.924+1000
2022-10-30T20:27:30.924+1000 [INFO] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Getting OAuth config for endpoint https://login.microsoftonline.com with tenant d0bb8303-3009-4d58-8a1e-87de10f1edde: timestamp=2022-10-30T20:27:30.924+1000
2022-10-30T20:27:31.114+1000 [INFO] provider.terraform-provider-azurerm_v3.28.0_x5.exe: authenticated object ID cache miss, populating with: "921466b6-8a66-4e57-a79c-a61a7b9b7b18": timestamp=2022-10-30T20:27:31.114+1000
2022-10-30T20:27:31.114+1000 [INFO] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Getting OAuth config for endpoint https://login.microsoftonline.com/ with tenant d0bb8303-3009-4d58-8a1e-87de10f1edde: timestamp=2022-10-30T20:27:31.114+1000
2022-10-30T20:27:31.114+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Genereated Provider Correlation Request Id: 0abd7456-826f-870d-3186-bd2015b8f031: timestamp=2022-10-30T20:27:31.114+1000
2022-10-30T20:27:31.530+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: AzureRM Request:
GET /subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers?api-version=2016-02-01 HTTP/1.1
Host: management.azure.com
User-Agent: Go/go1.18.5 (amd64-windows) go-autorest/v14.2.1 Azure-SDK-For-Go/v66.0.0 resources/2016-02-01 HashiCorp Terraform/1.3.3 (+https://www.terraform.io) Terraform Plugin SDK/2.10.1 terraform-provider-azurerm/dev pid-222c6c49-1b0a-5959-a213-6608f9eb8820
X-Ms-Authorization-Auxiliary:
X-Ms-Correlation-Request-Id: 0abd7456-826f-870d-3186-bd2015b8f031
Accept-Encoding: gzip: timestamp=2022-10-30T20:27:31.530+1000
2022-10-30T20:27:36.810+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: {"@level":"debug","@message":"AzureRM Response for https://management.azure.com/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers?api-version=2016-02-01: \nHTTP/2.0 200 OK\r\nCache-Control: no-cache\r\nContent-Type: application/json; charset=utf-8\r\nDate: Sun, 30 Oct 2022 10:27:36 GMT\r\nExpires: -1\r\nPragma: no-cache\r\nStrict-Transport-Security: max-age=31536000; includeSubDomains\r\nVary: Accept-Encoding\r\nX-Content-Type-Options: nosniff\r\nX-Ms-Correlation-Request-Id: 0abd7456-826f-870d-3186-bd2015b8f031\r\nX-Ms-Ratelimit-Remaining-Subscription-Reads: 11999\r\nX-Ms-Request-Id: e60af82e-8063-45b4-ae78-995684444700\r\nX-Ms-Routing-Request-Id: AUSTRALIASOUTHEAST:20221030T102736Z:e60af82e-8063-45b4-ae78-995684444700\r\n\r\n{\"value\":[{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.Web\",\"namespace\":\"Microsoft.Web\",\"authorizations\":[{\"applicationId\":\"abfa0a7c-a6b6-4736-8310-5855508787cd\",\"roleDefinitionId\":\"f47ed98b-b063-4a5b-9e10-4b9b44fa7735\"},{\"applicationId\":\"7e3bc4fd-85a3-4192-b177-5b8bfc87f42c\",\"roleDefinitionId\":\"39a74f72-b40f-4bdc-b639-562fe2260bf0\"},{\"applicationId\":\"3734c1a4-2bed-4998-a37a-ff1a9e7bf019\",\"roleDefinitionId\":\"5c779a4f-5cb2-4547-8c41-478d9be8ba90\"}],\"resourceTypes\":[{\"resourceType\":\"publishingUsers\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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\":\"validate\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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\":\"generateGithubAccessTokenForAppserviceCLI\",\"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\"],\"apiVersions\":[\"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\":\"sourceControls\",\"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\"],\"apiVersions\":[\"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\":\"availableStacks\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"2022-03-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-15\",\"2021-01-01\",\"2020-12-01\",\"2020-10-01\"]},{\"resourceType\":\"locations/webAppStacks\",\"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\"],\"apiVersions\":[\"2022-03-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-15\",\"2021-01-01\",\"2020-12-01\",\"2020-10-01\"]},{\"resourceType\":\"functionAppStacks\",\"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\"],\"apiVersions\":[\"2022-03-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-15\",\"2021-01-01\",\"2020-12-01\",\"2020-10-01\"]},{\"resourceType\":\"locations/functionAppStacks\",\"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\"],\"apiVersions\":[\"2022-03-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-15\",\"2021-01-01\",\"2020-12-01\",\"2020-10-01\"]},{\"resourceType\":\"staticSites\",\"locations\":[\"West US 2\",\"Central US\",\"East US 2\",\"West Europe\",\"East Asia\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"locations/previewStaticSiteWorkflowFile\",\"locations\":[\"West US 2\",\"Central US\",\"East US 2\",\"West Europe\",\"East Asia\"],\"apiVersions\":[\"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\",\"locations\":[\"West US 2\",\"Central US\",\"East US 2\",\"West Europe\",\"East Asia\"],\"apiVersions\":[\"2022-03-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-15\",\"2021-01-01\",\"2020-12-01\"]},{\"resourceType\":\"staticSites/linkedBackends\",\"locations\":[\"West US 2\",\"Central US\",\"East US 2\",\"West Europe\",\"East Asia\"],\"apiVersions\":[\"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\",\"locations\":[\"West US 2\",\"Central US\",\"East US 2\",\"West Europe\",\"East Asia\"],\"apiVersions\":[\"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\",\"locations\":[\"West US 2\",\"Central US\",\"East US 2\",\"West Europe\",\"East Asia\"],\"apiVersions\":[\"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\",\"locations\":[\"West US 2\",\"Central US\",\"East US 2\",\"West Europe\",\"East Asia\"],\"apiVersions\":[\"2022-03-01\",\"2021-03-01\",\"2021-02-01\",\"2021-01-15\",\"2021-01-01\",\"2020-12-01\"]},{\"resourceType\":\"listSitesAssignedToHostName\",\"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\"],\"apiVersions\":[\"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/getNetworkPolicies\",\"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\"],\"apiVersions\":[\"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/operations\",\"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\"],\"apiVersions\":[\"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/operationResults\",\"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\"],\"apiVersions\":[\"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\":\"sites/networkConfig\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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/hostNameBindings\",\"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\"],\"apiVersions\":[\"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/hostNameBindings\",\"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\"],\"apiVersions\":[\"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\":\"operations\",\"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\"],\"apiVersions\":[\"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\":\"certificates\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossSubscriptionResourceMove\"},{\"resourceType\":\"serverFarms\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"sites\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"sites/slots\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"runtimes\",\"locations\":[],\"apiVersions\":[\"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\":\"recommendations\",\"locations\":[],\"apiVersions\":[\"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\",\"locations\":[],\"apiVersions\":[\"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\":\"georegions\",\"locations\":[],\"apiVersions\":[\"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\":\"sites/premieraddons\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"hostingEnvironments\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"SystemAssignedResourceIdentity\"},{\"resourceType\":\"hostingEnvironments/multiRolePools\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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\":\"kubeEnvironments\",\"locations\":[\"West Central US\",\"East US\",\"West Europe\",\"North Europe\",\"Canada Central\",\"East US 2\"],\"apiVersions\":[\"2021-03-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"deploymentLocations\",\"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\"],\"apiVersions\":[\"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\":\"deletedSites\",\"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\"],\"apiVersions\":[\"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/deletedSites\",\"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\"],\"apiVersions\":[\"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\":\"ishostingenvironmentnameavailable\",\"locations\":[],\"apiVersions\":[\"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/deleteVirtualNetworkOrSubnets\",\"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\"],\"apiVersions\":[\"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/validateDeleteVirtualNetworkOrSubnets\",\"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\"],\"apiVersions\":[\"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\":\"connections\",\"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\",\"Sweden Central\",\"Qatar Central\"],\"apiVersions\":[\"2018-07-01-preview\",\"2018-03-01-preview\",\"2016-06-01\",\"2015-08-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"customApis\",\"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\",\"Sweden Central\",\"Qatar Central\"],\"apiVersions\":[\"2018-07-01-preview\",\"2018-03-01-preview\",\"2016-06-01\",\"2015-08-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2018-07-01-preview\",\"2018-03-01-preview\",\"2016-06-01\",\"2015-08-01-preview\"]},{\"resourceType\":\"locations/listWsdlInterfaces\",\"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\",\"Sweden Central\",\"Qatar Central\"],\"apiVersions\":[\"2018-03-01-preview\",\"2016-06-01\",\"2015-08-01-preview\"]},{\"resourceType\":\"locations/extractApiDefinitionFromWsdl\",\"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\",\"Sweden Central\",\"Qatar Central\"],\"apiVersions\":[\"2018-03-01-preview\",\"2016-06-01\",\"2015-08-01-preview\"]},{\"resourceType\":\"locations/managedApis\",\"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\",\"Sweden Central\",\"Qatar Central\"],\"apiVersions\":[\"2018-07-01-preview\",\"2018-03-01-preview\",\"2016-06-01\",\"2015-08-01-preview\"]},{\"resourceType\":\"locations/runtimes\",\"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\",\"Sweden Central\",\"Qatar Central\"],\"apiVersions\":[\"2018-03-01-preview\",\"2016-06-01\",\"2015-08-01-preview\"]},{\"resourceType\":\"locations/apiOperations\",\"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\",\"Sweden Central\",\"Qatar Central\"],\"apiVersions\":[\"2018-07-01-preview\",\"2018-03-01-preview\",\"2016-06-01\",\"2015-08-01-preview\"]},{\"resourceType\":\"connectionGateways\",\"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\",\"Sweden Central\",\"Qatar Central\"],\"apiVersions\":[\"2018-03-01-preview\",\"2016-06-01\",\"2015-08-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"locations/connectionGatewayInstallations\",\"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\",\"Sweden Central\",\"Qatar Central\"],\"apiVersions\":[\"2018-03-01-preview\",\"2016-06-01\",\"2015-08-01-preview\"]},{\"resourceType\":\"checkNameAvailability\",\"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\"],\"apiVersions\":[\"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\":\"billingMeters\",\"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\"],\"apiVersions\":[\"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\":\"verifyHostingEnvironmentVnet\",\"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\"],\"apiVersions\":[\"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\":\"serverFarms/eventGridFilters\",\"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\"],\"apiVersions\":[\"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/eventGridFilters\",\"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\"],\"apiVersions\":[\"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/slots/eventGridFilters\",\"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\",\"Switzerland North\",\"UAE North\",\"Sweden Central\",\"Qatar Central\",\"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\"],\"apiVersions\":[\"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\":\"hostingEnvironments/eventGridFilters\",\"locations\":[\"West US\",\"North Central US\",\"South Central US\",\"Brazil South\",\"Canada East\",\"UK West\",\"South Africa North\",\"West US 2\",\"East US 2\",\"East US\",\"UK South\",\"Southeast Asia\",\"North Europe\",\"Japan East\",\"West Europe\",\"East Asia\",\"Australia East\",\"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\"],\"apiVersions\":[\"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\":\"serverFarms/firstPartyApps\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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\":\"workerApps\",\"locations\":[],\"apiVersions\":[\"2021-02-01\",\"2021-01-15\",\"2021-01-01\",\"2020-12-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"containerApps\",\"locations\":[\"East US\",\"North Europe\",\"Canada Central\",\"East US 2\",\"West Europe\"],\"apiVersions\":[\"2021-03-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"customhostnameSites\",\"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\"],\"apiVersions\":[\"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\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.OperationsManagement\",\"namespace\":\"Microsoft.OperationsManagement\",\"authorization\":{\"applicationId\":\"d2a0a418-0aac-4541-82b2-b3142c89da77\",\"roleDefinitionId\":\"aa249101-6816-4966-aafa-08175d795f14\"},\"resourceTypes\":[{\"resourceType\":\"solutions\",\"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\"],\"apiVersions\":[\"2015-11-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"managementassociations\",\"locations\":[],\"apiVersions\":[\"2015-11-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"views\",\"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\"],\"apiVersions\":[\"2017-08-21-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2015-11-01-preview\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.GuestConfiguration\",\"namespace\":\"Microsoft.GuestConfiguration\",\"authorizations\":[{\"applicationId\":\"e935b4a5-8968-416d-8414-caed51c782a9\",\"roleDefinitionId\":\"9c6ffa40-421e-4dc0-9739-76b0699a11de\"}],\"resourceTypes\":[{\"resourceType\":\"guestConfigurationAssignments\",\"locations\":[],\"apiVersions\":[\"2022-01-25\",\"2021-01-25\",\"2020-06-25\",\"2018-11-20\",\"2018-06-30-preview\",\"2018-01-20-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2022-01-25\",\"2021-01-25\",\"2020-06-25\",\"2018-11-20\",\"2018-06-30-preview\",\"2018-01-20-preview\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.EventHub\",\"namespace\":\"Microsoft.EventHub\",\"authorizations\":[{\"applicationId\":\"80369ed6-5f11-4dd9-bef3-692475845e77\",\"roleDefinitionId\":\"eb8e1991-5de0-42a6-a64b-29b059341b7b\"},{\"applicationId\":\"6201d19e-14fb-4472-a2d6-5634a5c97568\"}],\"resourceTypes\":[{\"resourceType\":\"namespaces\",\"locations\":[\"Australia East\",\"Australia Southeast\",\"Central US\",\"East US\",\"East US 2\",\"West US\",\"West US 2\",\"North Central US\",\"South Central US\",\"West Central US\",\"East Asia\",\"Southeast Asia\",\"Brazil South\",\"Japan East\",\"Japan West\",\"North Europe\",\"West Europe\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\"],\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"clusters\",\"locations\":[\"South Central US\",\"East Asia\",\"West US\",\"West Europe\",\"Central US\",\"East US\",\"East US 2\",\"Japan East\",\"North Europe\",\"Australia East\",\"Australia Southeast\",\"West US 2\",\"North Central US\",\"West Central US\",\"Southeast Asia\",\"Brazil South\",\"Japan West\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"Australia Central\",\"UAE North\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\"],\"apiVersions\":[\"2022-01-01-preview\",\"2021-11-01\",\"2021-06-01-preview\",\"2018-01-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"namespaces/authorizationrules\",\"locations\":[\"North Central US\",\"West Central US\"],\"apiVersions\":[\"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\",\"locations\":[],\"apiVersions\":[\"2022-01-01-preview\",\"2021-11-01\",\"2021-06-01-preview\",\"2021-01-01-preview\",\"2018-01-01-preview\",\"2017-04-01\"]},{\"resourceType\":\"namespaces/privateEndpointConnections\",\"locations\":[],\"apiVersions\":[\"2022-01-01-preview\",\"2021-11-01\",\"2021-06-01-preview\",\"2021-01-01-preview\",\"2018-01-01-preview\"]},{\"resourceType\":\"namespaces/eventhubs\",\"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\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Qatar
2022-10-30T20:27:36.810+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: Central\",\"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\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2022-01-01-preview\",\"2021-11-01\",\"2021-06-01-preview\",\"2021-01-01-preview\",\"2018-01-01-preview\",\"2017-04-01\"]},{\"resourceType\":\"namespaces/eventhubs/authorizationrules\",\"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\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Qatar Central\",\"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\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2022-01-01-preview\",\"2021-11-01\",\"2021-06-01-preview\",\"2021-01-01-preview\",\"2018-01-01-preview\",\"2017-04-01\"]},{\"resourceType\":\"namespaces/eventhubs/consumergroups\",\"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\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Qatar Central\",\"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\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2022-01-01-preview\",\"2021-11-01\",\"2021-06-01-preview\",\"2021-01-01-preview\",\"2018-01-01-preview\",\"2017-04-01\"]},{\"resourceType\":\"namespaces/applicationGroups\",\"locations\":[],\"apiVersions\":[\"2022-01-01-preview\"]},{\"resourceType\":\"checkNamespaceAvailability\",\"locations\":[],\"apiVersions\":[\"2015-08-01\",\"2014-09-01\"]},{\"resourceType\":\"checkNameAvailability\",\"locations\":[],\"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\",\"locations\":[],\"apiVersions\":[\"2017-04-01\",\"2015-08-01\",\"2014-09-01\"]},{\"resourceType\":\"operations\",\"locations\":[],\"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\":\"namespaces/disasterrecoveryconfigs\",\"locations\":[],\"apiVersions\":[\"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\",\"locations\":[],\"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\":\"locations\",\"locations\":[],\"apiVersions\":[\"2022-01-01-preview\",\"2021-11-01\",\"2021-06-01-preview\",\"2021-01-01-preview\",\"2018-01-01-preview\",\"2017-04-01\"]},{\"resourceType\":\"locations/operationStatus\",\"locations\":[],\"apiVersions\":[\"2022-01-01-preview\"]},{\"resourceType\":\"locations/clusterOperationResults\",\"locations\":[\"South Central US\",\"East Asia\",\"West US\",\"West Europe\",\"Central US\",\"East US\",\"East US 2\",\"Japan East\",\"North Europe\"],\"apiVersions\":[\"2022-01-01-preview\",\"2021-11-01\",\"2021-06-01-preview\",\"2021-01-01-preview\",\"2018-01-01-preview\"]},{\"resourceType\":\"locations/deleteVirtualNetworkOrSubnets\",\"locations\":[],\"apiVersions\":[\"2022-01-01-preview\",\"2021-11-01\",\"2021-06-01-preview\",\"2021-01-01-preview\",\"2018-01-01-preview\",\"2017-04-01\"]},{\"resourceType\":\"availableClusterRegions\",\"locations\":[],\"apiVersions\":[\"2018-01-01-preview\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.PowerBIDedicated\",\"namespace\":\"Microsoft.PowerBIDedicated\",\"authorizations\":[{\"applicationId\":\"4ac7d521-0382-477b-b0f8-7e1d95f85ca2\",\"roleDefinitionId\":\"490d5987-bcf6-4be6-b6b2-056a78cb693a\"},{\"applicationId\":\"cb4dc29f-0bf4-402a-8b30-7511498ed654\",\"roleDefinitionId\":\"e03b0682-208e-4ddd-841f-66fb49a5c930\"}],\"resourceTypes\":[{\"resourceType\":\"capacities\",\"locations\":[\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Norway East\",\"Norway West\",\"UAE North\",\"UAE Central\",\"Qatar Central\",\"Germany West Central\",\"Germany North\",\"France Central\",\"France South\",\"Korea Central\",\"Korea South\",\"Japan West\",\"South Africa North\",\"Switzerland North\",\"Switzerland West\",\"Canada East\",\"South Africa West\",\"UK West\",\"Central US\",\"Central India\",\"Australia East\",\"East Asia\",\"East US\",\"East US 2\",\"West India\",\"Japan East\",\"West Central US\",\"North Central US\",\"North Europe\",\"South Central US\",\"Southeast Asia\",\"UK South\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2021-05-01\",\"2021-01-01\",\"2018-09-01-preview\",\"2017-10-01\",\"2017-01-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"autoScaleVCores\",\"locations\":[\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Norway East\",\"Norway West\",\"UAE North\",\"UAE Central\",\"Qatar Central\",\"Germany West Central\",\"Germany North\",\"France Central\",\"France South\",\"Korea Central\",\"Korea South\",\"Japan West\",\"South Africa North\",\"Switzerland North\",\"Switzerland West\",\"Canada East\",\"South Africa West\",\"UK West\",\"Central US\",\"Central India\",\"Australia East\",\"East Asia\",\"East US\",\"East US 2\",\"West India\",\"Japan East\",\"West Central US\",\"North Central US\",\"North Europe\",\"South Central US\",\"Southeast Asia\",\"UK South\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2021-05-01\",\"2021-01-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2017-01-01-preview\"]},{\"resourceType\":\"locations/checkNameAvailability\",\"locations\":[\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Norway East\",\"Norway West\",\"UAE North\",\"UAE Central\",\"Qatar Central\",\"Germany West Central\",\"Germany North\",\"France Central\",\"France South\",\"Korea Central\",\"Korea South\",\"Japan West\",\"Switzerland North\",\"Switzerland West\",\"Canada East\",\"UK West\",\"Central US\",\"Central India\",\"Australia East\",\"East Asia\",\"East US\",\"East US 2\",\"West India\",\"Japan East\",\"West Central US\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Central US\",\"Southeast Asia\",\"South Africa West\",\"UK South\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2021-05-01\",\"2021-01-01\",\"2018-09-01-preview\",\"2017-10-01\",\"2017-01-01-preview\"]},{\"resourceType\":\"locations/operationresults\",\"locations\":[\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Norway East\",\"Norway West\",\"UAE North\",\"UAE Central\",\"Qatar Central\",\"Germany West Central\",\"Germany North\",\"France Central\",\"France South\",\"Korea Central\",\"Korea South\",\"Japan West\",\"Switzerland North\",\"Switzerland West\",\"Canada East\",\"UK West\",\"Central US\",\"Central India\",\"Australia East\",\"East Asia\",\"East US\",\"East US 2\",\"West India\",\"Japan East\",\"West Central US\",\"North Central US\",\"North Europe\",\"South Central US\",\"Southeast Asia\",\"UK South\",\"West Europe\",\"West US\",\"South Africa North\",\"South Africa West\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2021-05-01\",\"2021-01-01\",\"2018-09-01-preview\",\"2017-10-01\",\"2017-01-01-preview\"]},{\"resourceType\":\"locations/operationstatuses\",\"locations\":[\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Norway East\",\"Norway West\",\"UAE North\",\"UAE Central\",\"Qatar Central\",\"Germany West Central\",\"Germany North\",\"France Central\",\"France South\",\"Korea Central\",\"Korea South\",\"Japan West\",\"Switzerland North\",\"Switzerland West\",\"Canada East\",\"UK West\",\"Central US\",\"Central India\",\"Australia East\",\"East Asia\",\"East US\",\"East US 2\",\"West India\",\"Japan East\",\"West Central US\",\"North Central US\",\"North Europe\",\"South Central US\",\"Southeast Asia\",\"UK South\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\",\"South Africa North\",\"South Africa West\"],\"apiVersions\":[\"2021-05-01\",\"2021-01-01\",\"2018-09-01-preview\",\"2017-10-01\",\"2017-01-01-preview\"]},{\"resourceType\":\"operations\",\"locations\":[\"East US 2\"],\"apiVersions\":[\"2021-05-01\",\"2021-01-01\",\"2018-09-01-preview\",\"2017-10-01\",\"2017-01-01-preview\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.ManagedServices\",\"namespace\":\"Microsoft.ManagedServices\",\"authorization\":{\"applicationId\":\"66c6d0d1-f2e7-4a18-97a9-ed10f3347016\",\"roleDefinitionId\":\"1e86f807-6ec0-40b3-8b5f-686b7e43a0a2\"},\"resourceTypes\":[{\"resourceType\":\"registrationDefinitions\",\"locations\":[],\"apiVersions\":[\"2022-01-01-preview\",\"2020-02-01-preview\",\"2019-09-01\",\"2019-06-01\",\"2019-04-01-preview\",\"2018-06-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"registrationAssignments\",\"locations\":[],\"apiVersions\":[\"2022-01-01-preview\",\"2020-02-01-preview\",\"2019-09-01\",\"2019-06-01\",\"2019-04-01-preview\",\"2018-06-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2022-01-01-preview\",\"2020-02-01-preview\",\"2019-09-01\",\"2019-06-01\",\"2019-04-01-preview\",\"2018-06-01-preview\"]},{\"resourceType\":\"marketplaceRegistrationDefinitions\",\"locations\":[],\"apiVersions\":[\"2022-01-01-preview\",\"2020-02-01-preview\",\"2019-09-01\",\"2019-06-01\",\"2019-04-01-preview\",\"2018-06-01-preview\"]},{\"resourceType\":\"operationStatuses\",\"locations\":[],\"apiVersions\":[\"2022-01-01-preview\",\"2020-02-01-preview\",\"2019-09-01\",\"2019-06-01\",\"2019-04-01-preview\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.Automation\",\"namespace\":\"Microsoft.Automation\",\"authorizations\":[{\"applicationId\":\"fc75330b-179d-49af-87dd-3b1acf6827fa\",\"roleDefinitionId\":\"95fd5de3-d071-4362-92bf-cf341c1de832\"}],\"resourceTypes\":[{\"resourceType\":\"automationAccounts\",\"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\",\"Canada East\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"deletedAutomationAccounts\",\"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\",\"Canada East\"],\"apiVersions\":[\"2022-01-31\"]},{\"resourceType\":\"automationAccounts/runbooks\",\"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\",\"Canada East\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"automationAccounts/configurations\",\"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\",\"Canada East\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"automationAccounts/webhooks\",\"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\",\"Canada East\"],\"apiVersions\":[\"2018-06-30\",\"2018-01-15\",\"2017-05-15-preview\",\"2015-10-31\",\"2015-01-01-preview\"]},{\"resourceType\":\"operations\",\"locations\":[\"South Central US\"],\"apiVersions\":[\"2020-01-13-preview\",\"2019-06-01\",\"2018-06-30\",\"2018-01-15\",\"2017-05-15-preview\",\"2015-10-31\",\"2015-01-01-preview\"]},{\"resourceType\":\"automationAccounts/softwareUpdateConfigurations\",\"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\",\"Canada East\"],\"apiVersions\":[\"2020-01-13-preview\",\"2019-06-01\",\"2018-06-30\",\"2018-01-15\",\"2017-05-15-preview\"]},{\"resourceType\":\"automationAccounts/softwareUpdateConfigurationRuns\",\"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\",\"Canada East\"],\"apiVersions\":[\"2022-08-08\",\"2020-01-13-preview\",\"2019-06-01\",\"2018-06-30\",\"2018-01-15\",\"2017-05-15-preview\"]},{\"resourceType\":\"automationAccounts/softwareUpdateConfigurationMachineRuns\",\"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\",\"Canada East\"],\"apiVersions\":[\"2022-08-08\",\"2020-01-13-preview\",\"2019-06-01\",\"2018-06-30\",\"2018-01-15\",\"2017-05-15-preview\"]},{\"resourceType\":\"automationAccounts/jobs\",\"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\",\"Canada East\"],\"apiVersions\":[\"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/privateLinkResources\",\"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\",\"Canada East\"],\"apiVersions\":[\"2021-06-22\",\"2020-01-13-preview\"]},{\"resourceType\":\"automationAccounts/privateEndpointConnections\",\"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\",\"Canada East\"],\"apiVersions\":[\"2021-06-22\",\"2020-01-13-preview\"]},{\"resourceType\":\"automationAccounts/privateEndpointConnectionProxies\",\"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\",\"Canada East\"],\"apiVersions\":[\"2021-06-22\",\"2020-01-13-preview\"]},{\"resourceType\":\"automationAccounts/hybridRunbookWorkerGroups\",\"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\",\"Canada East\"],\"apiVersions\":[\"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\",\"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\",\"Canada East\"],\"apiVersions\":[\"2022-08-08\",\"2021-06-22\"]},{\"resourceType\":\"automationAccounts/agentRegistrationInformation\",\"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\",\"Canada East\"],\"apiVersions\":[\"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\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.CustomProviders\",\"namespace\":\"Microsoft.CustomProviders\",\"authorization\":{\"applicationId\":\"bf8eb16c-7ba7-4b47-86be-ac5e4b2007a5\",\"roleDefinitionId\":\"FACF09C9-A5D0-4D34-8B1F-B623AC29C6F7\"},\"resourceTypes\":[{\"resourceType\":\"resourceProviders\",\"locations\":[\"Australia East\",\"Australia Southeast\",\"East US\",\"West US 2\",\"West Europe\",\"North Europe\",\"Canada Central\",\"Canada East\"],\"apiVersions\":[\"2018-09-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"associations\",\"locations\":[],\"apiVersions\":[\"2018-09-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2018-09-01-preview\"]},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2018-09-01-preview\"]},{\"resourceType\":\"locations/operationStatuses\",\"locations\":[\"Australia East\",\"Australia Southeast\",\"East US\",\"West US 2\",\"West Europe\",\"North Europe\",\"Canada Central\",\"Canada East\"],\"apiVersions\":[\"2018-09-01-preview\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.MixedReality\",\"namespace\":\"Microsoft.MixedReality\",\"authorizations\":[{\"applicationId\":\"c7ddd9b4-5172-4e28-bd29-1e0792947d18\",\"roleDefinitionId\":\"b67ee066-e058-4ddb-92bc-83cdd74bc38a\"},{\"applicationId\":\"a15bc1de-f777-408f-9d2b-a27ed19c72ba\"}],\"resourceTypes\":[{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"2021-03-01-preview\",\"2021-01-01\",\"2020-05-01\",\"2020-04-06-preview\",\"2019-12-02-preview\",\"2019-02-28-preview\"]},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2021-03-01-preview\",\"2021-01-01\",\"2020-05-01\",\"2020-04-06-preview\",\"2019-12-02-preview\",\"2019-02-28-preview\"]},{\"resourceType\":\"spatialAnchorsAccounts\",\"locations\":[\"Australia East\",\"East US\",\"East US 2\",\"Korea Central\",\"North Europe\",\"West Europe\",\"South Central US\",\"UK South\",\"Southeast Asia\",\"West US 2\"],\"apiVersions\":[\"2021-03-01-preview\",\"2021-01-01\",\"2020-05-01\",\"2019-12-02-preview\",\"2019-02-28-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"remoteRenderingAccounts\",\"locations\":[\"East US 2\",\"East US\",\"Southeast Asia\",\"West Europe\",\"West US 2\",\"Japan East\",\"Australia East\",\"North Europe\",\"South Central US\",\"UK South\"],\"apiVersions\":[\"2021-03-01-preview\",\"2021-01-01\",\"2020-04-06-preview\",\"2019-12-02-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"objectAnchorsAccounts\",\"locations\":[\"East US 2\",\"North Europe\"],\"apiVersions\":[\"2021-03-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.TimeSeriesInsights\",\"namespace\":\"Microsoft.TimeSeriesInsights\",\"authorizations\":[{\"applicationId\":\"120d688d-1518-4cf7-bd38-182f158850b6\",\"roleDefinitionId\":\"5a43abdf-bb87-42c4-9e56-1c24bf364150\"}],\"resourceTypes\":[{\"resourceType\":\"environments\",\"locations\":[\"Canada Central\",\"France Central\",\"South Central Us\",\"East US 2\",\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"West US 2\",\"Central US\",\"Southeast Asia\",\"Australia East\",\"Australia Southeast\",\"East Asia\",\"UK West\",\"UK South\"],\"apiVersions\":[\"2021-03-31-preview\",\"2020-05-15\",\"2018-08-15-preview\",\"2017-11-15\",\"2017-02-28-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"environments/eventsources\",\"locations\":[\"Canada Central\",\"France Central\",\"South Central Us\",\"East US 2\",\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"West US 2\",\"Central US\",\"Southeast Asia\",\"Australia East\",\"Australia Southeast\",\"East Asia\",\"UK West\",\"UK South\"],\"apiVersions\":[\"2021-03-31-preview\",\"2020-05-15\",\"2018-08-15-preview\",\"2017-11-15\",\"2017-02-28-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"environments/referenceDataSets\",\"locations\":[\"Canada Central\",\"France Central\",\"South Central Us\",\"East US 2\",\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"West US 2\",\"Central US\",\"Southeast Asia\",\"Australia East\",\"Australia Southeast\",\"East Asia\",\"UK West\",\"UK South\"],\"apiVersions\":[\"2021-03-31-preview\",\"2020-05-15\",\"2018-08-15-preview\",\"2017-11-15\",\"2017-02-28-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"environments/accessPolicies\",\"locations\":[\"Canada Central\",\"France Central\",\"South Central Us\",\"East US 2\",\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"West US 2\",\"Central US\",\"Southeast Asia\",\"Australia East\",\"Australia Southeast\",\"East Asia\",\"UK West\",\"UK South\"],\"apiVersions\":[\"2021-03-31-preview\",\"2020-05-15\",\"2018-08-15-preview\",\"2017-11-15\",\"2017-02-28-preview\"]},{\"resourceType\":\"environments/privateLinkResources\",\"locations\":[\"Canada Central\",\"France Central\",\"South Central Us\",\"East US 2\",\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"West US 2\",\"Central US\",\"Southeast Asia\",\"Australia East\",\"Australia Southeast\",\"East Asia\",\"UK West\",\"UK South\"],\"apiVersions\":[\"2021-03-31-preview\",\"2020-05-15\"]},{\"resourceType\":\"environments/privateEndpointConnectionProxies\",\"locations\":[\"Canada Central\",\"France Central\",\"South Central Us\",\"East US 2\",\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"West US 2\",\"Central US\",\"Southeast Asia\",\"Australia East\",\"Australia Southeast\",\"East Asia\",\"UK West\",\"UK South\"],\"apiVersions\":[\"2021-03-31-preview\",\"2020-05-15\"]},{\"resourceType\":\"environments/privateEndpointConnections\",\"locations\":[\"Canada Central\",\"France Central\",\"South Central Us\",\"East US 2\",\"West US\",\"East US\",\"North Europe\",\"West Europe\",\"West US 2\",\"Central US\",\"Southeast Asia\",\"Australia East\",\"Australia Southeast\",\"East Asia\",\"UK West\",\"UK South\"],\"apiVersions\":[\"2021-03-31-preview\",\"2020-05-15\"]},{\"resourceType\":\"operations\",\"locations\":[\"Canada Central\",\"West India\",\"France Central\",\"South Central Us\",\"East US 2\",\"West US\",\"East US\",\"East US 2 EUAP\",\"North Europe\",\"West Europe\",\"West US 2\",\"Central US\",\"Southeast Asia\",\"Australia East\",\"Australia Southeast\",\"East Asia\",\"UK West\",\"North Central US\",\"UK South\"],\"apiVersions\":[\"2021-08-15-privatepreview\",\"2021-03-31-preview\",\"2020-05-15\",\"2018-08-15-preview\",\"2017-11-15\",\"2017-05-31-privatepreview\",\"2017-02-28-preview\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.Blueprint\",\"namespace\":\"Microsoft.Blueprint\",\"authorizations\":[{\"applicationId\":\"f71766dc-90d9-4b7d-bd9d-4499c4331c3f\",\"roleDefinitionId\":\"cb180127-cf6d-4672-9e75-e29a487f9658\"}],\"resourceTypes\":[{\"resourceType\":\"blueprints\",\"locations\":[],\"apiVersions\":[\"2018-11-01-preview\",\"2018-11-01-alpha\",\"2017-11-11-preview\",\"2017-11-11-alpha\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"blueprints/artifacts\",\"locations\":[],\"apiVersions\":[\"2018-11-01-preview\",\"2018-11-01-alpha\",\"2017-11-11-preview\",\"2017-11-11-alpha\"]},{\"resourceType\":\"blueprints/versions\",\"locations\":[],\"apiVersions\":[\"2018-11-01-preview\",\"2018-11-01-alpha\",\"2017-11-11-preview\",\"2017-11-11-alpha\"]},{\"resourceType\":\"blueprints/versions/artifacts\",\"locations\":[],\"apiVersions\":[\"2018-11-01-preview\",\"2018-11-01-alpha\",\"2017-11-11-preview\",\"2017-11-11-alpha\"]},{\"resourceType\":\"blueprintAssignments\",\"locations\":[],\"apiVersions\":[\"2018-11-01-preview\",\"2018-11-01-alpha\",\"2017-11-11-preview\",\"2017-11-11-alpha\"],\"capabilities\":\"SystemAssignedResourceIdentity, SupportsExtension\"},{\"resourceType\":\"blueprintAssignments/operations\",\"locations\":[],\"apiVersions\":[\"2017-11-11-preview\",\"2017-11-11-alpha\"]},{\"resourceType\":\"blueprintAssignments/assignmentOperations\",\"locations\":[],\"apiVersions\":[\"2018-11-01-preview\",\"2018-11-01-alpha\"]},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2018-11-01-preview\",\"2018-11-01-alpha\",\"2017-11-11-preview\",\"2017-11-11-alpha\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.ManagedIdentity\",\"namespace\":\"Microsoft.ManagedIdentity\",\"resourceTypes\":[{\"resourceType\":\"Identities\",\"locations\":[\"Global\",\"United States\",\"South Africa\",\"UK\",\"Japan\",\"India\",\"France\",\"Europe\",\"Germany\",\"Switzerland\",\"Canada\",\"Brazil\",\"Australia\",\"Asia\",\"UAE\",\"Korea\",\"Norway\",\"South Africa North\",\"South Africa West\",\"UAE North\",\"Australia Central\",\"Australia East\",\"Australia Southeast\",\"Canada Central\",\"Canada East\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"Korea Central\",\"Korea South\",\"North Europe\",\"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\"],\"apiVersions\":[\"2022-01-31-PREVIEW\",\"2021-09-30-PREVIEW\",\"2018-11-30\",\"2015-08-31-PREVIEW\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"userAssignedIdentities\",\"locations\":[\"South Africa North\",\"South Africa West\",\"UAE North\",\"Australia Central\",\"Australia East\",\"Australia Southeast\",\"Canada Central\",\"Canada East\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"Korea Central\",\"Korea South\",\"North Europe\",\"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\"],\"apiVersions\":[\"2022-01-31-PREVIEW\",\"2021-09-30-PREVIEW\",\"2018-11-30\",\"2015-08-31-PREVIEW\"],\"capabilities\":\"None\"},{\"resourceType\":\"operations\",\"locations\":[\"South Africa North\",\"South Africa West\",\"UAE North\",\"Australia Central\",\"Australia East\",\"Australia Southeast\",\"Canada Central\",\"Canada East\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"Korea Central\",\"Korea South\",\"North Europe\",\"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\"],\"apiVersions\":[\"2022-01-31-PREVIEW\",\"2021-09-30-PREVIEW\",\"2018-11-30\",\"2015-08-31-PREVIEW\"]},{\"resourceType\":\"userAssignedIdentities/federatedIdentityCredentials\",\"locations\":[\"South Africa North\",\"South Africa West\",\"UAE North\",\"Australia Central\",\"Australia East\",\"Australia Southeast\",\"Canada Central\",\"Canada East\",\"Brazil South\",\"Central India\",\"West India\",\"South India\",\"Japan West\",\"Japan East\",\"East Asia\",\"Southeast Asia\",\"Korea Central\",\"Korea South\",\"North Europe\",\"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\"],\"apiVersions\":[\"2022-01-31-PREVIEW\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.Maps\",\"namespace\":\"Microsoft.Maps\",\"authorizations\":[{\"applicationId\":\"608f6f31-fed0-4f7b-809f-90f6c9b3de78\",\"roleDefinitionId\":\"3431F0E6-63BC-482D-A96E-0AB819610A5F\"},{\"applicationId\":\"ba1ea022-5807-41d5-bbeb-292c7e1cf5f6\",\"roleDefinitionId\":\"48195074-b752-4868-be0f-7c324a224aa1\"}],\"resourceTypes\":[{\"resourceType\":\"accounts\",\"locations\":[\"West Central US\",\"Global\",\"West US 2\",\"East US\",\"West Europe\",\"North Europe\"],\"apiVersions\":[\"2021-12-01-preview\",\"2021-07-01-preview\",\"2021-02-01\",\"2020-02-01-preview\",\"2018-05-01\",\"2017-01-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"accounts/creators\",\"locations\":[\"North Europe\",\"West Europe\",\"East US 2\",\"West US 2\",\"Europe\",\"United States\"],\"apiVersions\":[\"2021-02-01\",\"2020-02-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"accounts/eventGridFilters\",\"locations\":[\"West Central US\",\"West US 2\",\"East US\",\"West Europe\",\"North Europe\",\"Global\"],\"apiVersions\":[\"2021-12-01-preview\",\"2021-07-01-preview\",\"2021-02-01\",\"2020-02-01-preview\",\"2018-05-01\"]},{\"resourceType\":\"operations\",\"locations\":[\"Global\"],\"apiVersions\":[\"2021-12-01-preview\",\"2021-07-01-preview\",\"2021-02-01\",\"2020-02-01-preview\",\"2018-05-01\",\"2017-01-01-preview\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.StreamAnalytics\",\"namespace\":\"Microsoft.StreamAnalytics\",\"authorizations\":[{\"applicationId\":\"66f1e791-7bfb-4e18-aed8-1720056421c7\",\"roleDefinitionId\":\"15f6e7b0-eec0-4f18-a552-c97e000cbc61\"}],\"resourceTypes\":[{\"resourceType\":\"streamingjobs\",\"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\",\"Qatar Central\"],\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"clusters\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"2020-03-01-preview\",\"2020-03-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"clusters/privateEndpoints\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"2020-03-01-preview\",\"2020-03-01\"]},{\"resourceType\":\"locations\",\"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\"],\"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/quotas\",\"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/testQuery\",\"locations\":[],\"apiVersions\":[\"2021-10-01-preview\",\"2017-04-01-preview\"]},{\"resourceType\":\"locations/compileQuery\",\"locations\":[],\"apiVersions\":[\"2021-10-01-preview\",\"2017-04-01-preview\"]},{\"resourceType\":\"locations/sampleInput\",\"locations\":[],\"apiVersions\":[\"2021-10-01-preview\",\"2017-04-01-preview\"]},{\"resourceType\":\"locations/testInput\",\"locations\":[],\"apiVersions\":[\"2021-10-01-preview\",\"2017-04-01-preview\"]},{\"resourceType\":\"locations/testOutput\",\"locations\":[],\"apiVersions\":[\"2021-10-01-preview\",\"2017-04-01-preview\"]},{\"resourceType\":\"locations/operationResults\",\"locations\":[],\"apiVersions\":[\"2021-10-01-preview\",\"2017-04-01-preview\"]},{\"resourceType\":\"operations\",\"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\",\"Qatar Central\"],\"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\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.DBforMariaDB\",\"namespace\":\"Microsoft.DBforMariaDB\",\"authorizations\":[{\"applicationId\":\"76cd24bf-a9fc-4344-b1dc-908275de6d6d\",\"roleDefinitionId\":\"c13b7b9c-2ed1-4901-b8a8-16f35468da29\"},{\"applicationId\":\"123cd850-d9df-40bd-94d5-c9f07b7fa203\"}],\"resourceTypes\":[{\"resourceType\":\"operations\",\"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\"],\"apiVersions\":[\"2018-06-01-preview\",\"2018-06-01\"]},{\"resourceType\":\"servers\",\"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\"],\"apiVersions\":[\"2018-06-01-preview\",\"2018-06-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"servers/recoverableServers\",\"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\"],\"apiVersions\":[\"2018-06-01-preview\",\"2018-06-01\"]},{\"resourceType\":\"servers/virtualNetworkRules\",\"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\"],\"apiVersions\":[\"2018-06-01-preview\",\"2018-06-01\"]},{\"resourceType\":\"checkNameAvailability\",\"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\"],\"apiVersions\":[\"2018-06-01-preview\",\"2018-06-01\"]},{\"resourceType\":\"locations\",\"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\"],\"apiVersions\":[\"2018-06-01-preview\",\"2018-06-01\"]},{\"resourceType\":\"locations/operationResults\",\"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\"],\"apiVersions\":[\"2018-06-01-preview\",\"2018-06-01\"]},{\"resourceType\":\"locations/azureAsyncOperation\",\"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\"],\"apiVersions\":[\"2018-06-01-preview\",\"2018-06-01\"]},{\"resourceType\":\"locations/performanceTiers\",\"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\"],\"apiVersions\":[\"2018-06-01-preview\",\"2018-06-01\"]},{\"resourceType\":\"locations/securityAlertPoliciesAzureAsyncOperation\",\"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\"],\"apiVersions\":[\"2018-06-01\"]},{\"resourceType\":\"locations/privateEndpointConnectionProxyOperationResults\",\"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\"],\"apiVersions\":[\"2018-06-01-privatepreview\",\"2018-06-01-preview\",\"2018-06-01\"]},{\"resourceType\":\"locations/privateEndpointConnectionProxyAzureAsyncOperation\",\"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\"],\"apiVersions\":[\"2018-06-01-privatepreview\",\"2018-06-01-preview\",\"2018-06-01\"]},{\"resourceType\":\"locations/privateEndpointConnectionOperationResults\",\"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\"],\"apiVersions\":[\"2018-06-01-privatepreview\",\"2018-06-01-preview\",\"2018-06-01\"]},{\"resourceType\":\"locations/privateEndpointConnectionAzureAsyncOperation\",\"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\"],\"apiVersions\":[\"2018-06-01-privatepreview\",\"2018-06-01-preview\",\"2018-06-01\"]},{\"resourceType\":\"locations/securityAlertPoliciesOperationResults\",\"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\"],\"apiVersions\":[\"2018-06-01\"]},{\"resourceType\":\"locations/recommendedActionSessionsAzureAsyncOperation\",\"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\"],\"apiVersions\":[\"2018-06-01-privatepreview\",\"2018-06-01-preview\",\"2018-06-01\"]},{\"resourceType\":\"locations/recommendedActionSessionsOperationResults\",\"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\"],\"apiVersions\":[\"2018-06-01-privatepreview\",\"2018-06-01-preview\",\"2018-06-01\"]},{\"resourceType\":\"servers/topQueryStatistics\",\"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\"],\"apiVersions\":[\"2018-06-01-privatepreview\",\"2018-06-01-preview\",\"2018-06-01\"]},{\"resourceType\":\"servers/queryTexts\",\"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\"],\"apiVersions\":[\"2018-06-01-privatepreview\",\"2018-06-01-preview\",\"2018-06-01\"]},{\"resourceType\":\"servers/waitStatistics\",\"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\"],\"apiVersions\":[\"2018-06-01-privatepreview\",\"2018-06-01-preview\",\"2018-06-01\"]},{\"resourceType\":\"servers/resetQueryPerformanceInsightData\",\"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\"],\"apiVersions\":[\"2018-06-01-privatepreview\",\"2018-06-01-preview\",\"2018-06-01\"]},{\"resourceType\":\"servers/advisors\",\"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\"],\"apiVersions\":[\"2018-06-01-privatepreview\",\"2018-06-01-preview\",\"2018-06-01\"]},{\"resourceType\":\"servers/privateLinkResources\",\"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 Indi
2022-10-30T20:27:36.810+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: a\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2018-06-01-privatepreview\",\"2018-06-01-preview\",\"2018-06-01\"]},{\"resourceType\":\"servers/privateEndpointConnections\",\"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\"],\"apiVersions\":[\"2018-06-01-privatepreview\",\"2018-06-01-preview\",\"2018-06-01\"]},{\"resourceType\":\"servers/privateEndpointConnectionProxies\",\"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\"],\"apiVersions\":[\"2018-06-01-privatepreview\",\"2018-06-01-preview\",\"2018-06-01\"]},{\"resourceType\":\"servers/keys\",\"locations\":[],\"apiVersions\":[\"2020-01-01-privatepreview\",\"2020-01-01-preview\",\"2020-01-01\"]},{\"resourceType\":\"locations/serverKeyAzureAsyncOperation\",\"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\"],\"apiVersions\":[\"2020-01-01-privatepreview\",\"2020-01-01-preview\",\"2020-01-01\"]},{\"resourceType\":\"locations/serverKeyOperationResults\",\"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\"],\"apiVersions\":[\"2020-01-01-privatepreview\",\"2020-01-01-preview\",\"2020-01-01\"]},{\"resourceType\":\"servers/start\",\"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\"],\"apiVersions\":[\"2020-01-01-privatepreview\",\"2020-01-01-preview\",\"2020-01-01\"]},{\"resourceType\":\"servers/stop\",\"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\"],\"apiVersions\":[\"2020-01-01-privatepreview\",\"2020-01-01-preview\",\"2020-01-01\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.Relay\",\"namespace\":\"Microsoft.Relay\",\"authorizations\":[{\"applicationId\":\"91bb937c-29c2-4275-982f-9465f0caf03d\",\"roleDefinitionId\":\"6ea9e989-a5f4-4187-8d11-c8db3dd04da1\"},{\"applicationId\":\"80369ed6-5f11-4dd9-bef3-692475845e77\"}],\"resourceTypes\":[{\"resourceType\":\"namespaces\",\"locations\":[\"Australia East\",\"Australia Southeast\",\"Central US\",\"East US\",\"East US 2\",\"West US 2\",\"West US\",\"North Central US\",\"South Central US\",\"West Central US\",\"East Asia\",\"Southeast Asia\",\"Brazil South\",\"Japan East\",\"Japan West\",\"North Europe\",\"West Europe\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\"],\"apiVersions\":[\"2021-11-01\",\"2018-01-01-preview\",\"2017-04-01\",\"2016-07-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"namespaces/authorizationrules\",\"locations\":[\"Australia Central\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"East Asia\",\"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\",\"Switzerland North\",\"UAE North\",\"UK South\",\"West Central US\",\"West India\",\"West US\"],\"apiVersions\":[\"2021-11-01\",\"2018-01-01-preview\",\"2017-04-01\"]},{\"resourceType\":\"namespaces/privateEndpointConnections\",\"locations\":[],\"apiVersions\":[\"2021-11-01\",\"2018-01-01-preview\"]},{\"resourceType\":\"namespaces/hybridconnections\",\"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\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Qatar Central\",\"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\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2021-11-01\",\"2018-01-01-preview\",\"2017-04-01\"]},{\"resourceType\":\"namespaces/hybridconnections/authorizationrules\",\"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\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Qatar Central\",\"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\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2021-11-01\",\"2018-01-01-preview\",\"2017-04-01\"]},{\"resourceType\":\"namespaces/wcfrelays\",\"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\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Qatar Central\",\"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\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2021-11-01\",\"2018-01-01-preview\",\"2017-04-01\"]},{\"resourceType\":\"namespaces/wcfrelays/authorizationrules\",\"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\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Qatar Central\",\"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\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2021-11-01\",\"2018-01-01-preview\",\"2017-04-01\"]},{\"resourceType\":\"checkNameAvailability\",\"locations\":[],\"apiVersions\":[\"2021-11-01\",\"2018-01-01-preview\",\"2017-04-01\",\"2016-07-01\"]},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2021-11-01\",\"2018-01-01-preview\",\"2017-04-01\",\"2016-07-01\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.DocumentDB\",\"namespace\":\"Microsoft.DocumentDB\",\"authorizations\":[{\"applicationId\":\"57c0fc58-a83a-41d0-8ae9-08952659bdfd\",\"roleDefinitionId\":\"FFFD5CF5-FFD3-4B24-B0E2-0715ADD4C282\"},{\"applicationId\":\"36e2398c-9dd3-4f29-9a72-d9f2cfc47ad9\",\"roleDefinitionId\":\"D5A795DE-916D-4818-B015-33C9E103E39B\"},{\"applicationId\":\"a232010e-820c-4083-83bb-3ace5fc29d0b\",\"roleDefinitionId\":\"D5A795DE-916D-4818-B015-33C9E103E39B\"}],\"resourceTypes\":[{\"resourceType\":\"databaseAccounts\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"databaseAccountNames\",\"locations\":[],\"apiVersions\":[\"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\",\"locations\":[],\"apiVersions\":[\"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\":\"operationResults\",\"locations\":[],\"apiVersions\":[\"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\",\"locations\":[],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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/operationResults\",\"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\"],\"apiVersions\":[\"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\",\"locations\":[],\"apiVersions\":[\"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/deleteVirtualNetworkOrSubnets\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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\":\"restorableDatabaseAccounts\",\"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\"],\"apiVersions\":[\"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\":\"cassandraClusters\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"SystemAssignedResourceIdentity\"},{\"resourceType\":\"databaseAccounts/encryptionScopes\",\"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\"],\"apiVersions\":[\"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\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.Management\",\"namespace\":\"Microsoft.Management\",\"authorization\":{\"applicationId\":\"f2c304cf-8e7e-4c3f-8164-16299ad9d272\",\"roleDefinitionId\":\"c1cf3708-588a-4647-be7f-f400bbe214cf\"},\"resourceTypes\":[{\"resourceType\":\"resources\",\"locations\":[],\"apiVersions\":[\"2017-11-01-preview\",\"2017-08-31-preview\",\"2017-06-30-preview\",\"2017-05-31-preview\"]},{\"resourceType\":\"managementGroups\",\"locations\":[],\"apiVersions\":[\"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\":\"getEntities\",\"locations\":[],\"apiVersions\":[\"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/settings\",\"locations\":[],\"apiVersions\":[\"2021-04-01\",\"2020-10-01\",\"2020-05-01\",\"2020-02-01\",\"2018-03-01-beta\"]},{\"resourceType\":\"checkNameAvailability\",\"locations\":[],\"apiVersions\":[\"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\",\"locations\":[],\"apiVersions\":[\"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\",\"locations\":[],\"apiVersions\":[\"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\",\"locations\":[],\"apiVersions\":[\"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\":\"tenantBackfillStatus\",\"locations\":[],\"apiVersions\":[\"2021-04-01\",\"2020-10-01\",\"2020-05-01\",\"2020-02-01\",\"2019-11-01\",\"2018-03-01-preview\",\"2018-03-01-beta\"]},{\"resourceType\":\"startTenantBackfill\",\"locations\":[],\"apiVersions\":[\"2021-04-01\",\"2020-10-01\",\"2020-05-01\",\"2020-02-01\",\"2019-11-01\",\"2018-03-01-preview\",\"2018-03-01-beta\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.AppPlatform\",\"namespace\":\"Microsoft.AppPlatform\",\"authorizations\":[{\"applicationId\":\"03b39d0f-4213-4864-a245-b1476ec03169\"},{\"applicationId\":\"584a29b4-7876-4445-921e-71e427d4f4b3\"},{\"applicationId\":\"b61cc489-e138-4a69-8bf3-c2c5855c8784\",\"roleDefinitionId\":\"462ddd96-910a-44f5-adfa-644d99942778\"},{\"applicationId\":\"e8de9221-a19c-4c81-b814-fd37c6caf9d2\",\"roleDefinitionId\":\"2b7114c7-e037-4bc6-8f83-3b79b250acbe\",\"managedByRoleDefinitionId\":\"5b60e0d8-70f6-43fe-b54a-1373f48edd50\"},{\"applicationId\":\"366cbfa5-46b3-47fb-9d70-55fb923b4833\",\"roleDefinitionId\":\"d63d711d-1c1a-41d9-905a-fb87b28d47d9\"},{\"applicationId\":\"86adf623-eea3-4453-9f4a-18134ac1410d\"}],\"resourceTypes\":[{\"resourceType\":\"Spring\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"Spring/apps\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"SystemAssignedResourceIdentity\"},{\"resourceType\":\"Spring/apps/deployments\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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\",\"locations\":[],\"apiVersions\":[\"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\",\"locations\":[],\"apiVersions\":[\"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\",\"locations\":[],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.Logic\",\"namespace\":\"Microsoft.Logic\",\"authorization\":{\"applicationId\":\"7cd684f4-8a78-49b0-91ec-6a35d38739ba\",\"roleDefinitionId\":\"cb3ef1fb-6e31-49e2-9d87-ed821053fe58\"},\"resourceTypes\":[{\"resourceType\":\"workflows\",\"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\"],\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"locations/workflows\",\"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\"],\"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/validateWorkflowExport\",\"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\"],\"apiVersions\":[\"2022-09-01-preview\"]},{\"resourceType\":\"locations/workflowExport\",\"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\"],\"apiVersions\":[\"2022-09-01-preview\"]},{\"resourceType\":\"locations\",\"locations\":[\"North Central US\"],\"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\",\"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\"],\"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\":\"integrationAccounts\",\"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\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Switzerland North\",\"Switzerland West\",\"Norway East\",\"Norway West\",\"Germany North\",\"Germany West Central\"],\"apiVersions\":[\"2019-05-01\",\"2018-07-01-preview\",\"2016-06-01\",\"2015-08-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"integrationServiceEnvironments\",\"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\"],\"apiVersions\":[\"2019-06-01-preview\",\"2019-05-01\",\"2018-07-01-preview\",\"2018-03-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"integrationServiceEnvironments/managedApis\",\"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\"],\"apiVersions\":[\"2019-06-01-preview\",\"2019-05-01\",\"2018-07-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove\"}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.StoragePool\",\"namespace\":\"Microsoft.StoragePool\",\"authorizations\":[{\"applicationId\":\"5741a1ff-751d-4ad7-bcd1-dfe3c998fd11\",\"roleDefinitionId\":\"3eef04c6-e880-42e9-aaef-6e04c508124c\",\"managedByRoleDefinitionId\":\"7379b183-294f-4404-b062-f3b9a0f03f5a\"}],\"resourceTypes\":[{\"resourceType\":\"diskPools\",\"locations\":[\"East US\",\"Canada Central\",\"West Europe\",\"West US 2\",\"Australia East\",\"Central US\",\"Japan East\",\"North Europe\",\"UK South\",\"Southeast Asia\",\"South Central US\",\"Central India\",\"East US 2\",\"Korea Central\",\"Sweden Central\",\"East Asia\",\"Norway East\",\"South Africa North\"],\"apiVersions\":[\"2021-08-01\",\"2021-04-01-preview\"],\"capabilities\":\"SystemAssignedResourceIdentity\"},{\"resourceType\":\"diskPools/iscsiTargets\",\"locations\":[\"East US\",\"Canada Central\",\"West Europe\",\"West US 2\",\"Australia East\",\"Central US\",\"Japan East\",\"North Europe\",\"UK South\",\"Southeast Asia\",\"South Central US\",\"Central India\",\"East US 2\",\"Korea Central\",\"Sweden Central\",\"East Asia\",\"Norway East\",\"South Africa North\"],\"apiVersions\":[\"2021-08-01\",\"2021-04-01-preview\"],\"capabilities\":\"SystemAssignedResourceIdentity\"},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2021-08-01\",\"2021-04-01-preview\",\"2020-03-15-preview\"]},{\"resourceType\":\"locations/operationResults\",\"locations\":[\"East US\",\"Canada Central\",\"West Europe\",\"West US 2\",\"Australia East\",\"Central US\",\"Japan East\",\"North Europe\",\"UK South\",\"Southeast Asia\",\"South Central US\",\"Central India\",\"East US 2\",\"Korea Central\",\"Sweden Central\",\"East Asia\",\"Norway East\",\"South Africa North\"],\"apiVersions\":[\"2021-08-01\",\"2021-04-01-preview\"]},{\"resourceType\":\"locations/operationsStatus\",\"locations\":[\"East US\",\"Canada Central\",\"West Europe\",\"West US 2\",\"Australia East\",\"Central US\",\"Japan East\",\"North Europe\",\"UK South\",\"Southeast Asia\",\"South Central US\",\"Central India\",\"East US 2\",\"Korea Central\",\"Sweden Central\",\"East Asia\",\"Norway East\",\"South Africa North\"],\"apiVersions\":[\"2021-08-01\",\"2021-04-01-preview\"]},{\"resourceType\":\"locations/diskPoolZones\",\"locations\":[\"East US\",\"Canada Central\",\"West Europe\",\"West US 2\",\"Australia East\",\"Central US\",\"Japan East\",\"North Europe\",\"UK South\",\"Southeast Asia\",\"South Central US\",\"Central India\",\"East US 2\",\"Korea Central\",\"Sweden Central\",\"East Asia\",\"Norway East\",\"South Africa North\"],\"apiVersions\":[\"2021-08-01\",\"2021-04-01-preview\"]},{\"resourceType\":\"locations/skus\",\"locations\":[\"East US\",\"Canada Central\",\"West Europe\",\"West US 2\",\"Australia East\",\"Central US\",\"Japan East\",\"North Europe\",\"UK South\",\"Southeast Asia\",\"South Central US\",\"Central India\",\"East US 2\",\"Korea Central\",\"Sweden Central\",\"East Asia\",\"Norway East\",\"South Africa North\"],\"apiVersions\":[\"2021-08-01\"]},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2021-08-01\",\"2021-04-01-preview\",\"2020-03-15-preview\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.ServiceBus\",\"namespace\":\"Microsoft.ServiceBus\",\"authorizations\":[{\"applicationId\":\"80a10ef9-8168-493d-abf9-3297c4ef6e3c\",\"roleDefinitionId\":\"2b7763f7-bbe2-4e19-befe-28c79f1cf7f7\"},{\"applicationId\":\"eb070ea5-bd17-41f1-ad68-5851f6e71774\"}],\"resourceTypes\":[{\"resourceType\":\"namespaces\",\"locations\":[\"Australia East\",\"Australia Southeast\",\"Central US\",\"East US\",\"East US 2\",\"West US 2\",\"West US\",\"North Central US\",\"South Central US\",\"West Central US\",\"East Asia\",\"Southeast Asia\",\"Brazil South\",\"Japan East\",\"Japan West\",\"North Europe\",\"West Europe\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\"],\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"namespaces/authorizationrules\",\"locations\":[],\"apiVersions\":[\"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\",\"locations\":[],\"apiVersions\":[\"2022-01-01-preview\",\"2021-11-01\",\"2021-06-01-preview\",\"2021-01-01-preview\",\"2018-01-01-preview\",\"2017-04-01\"]},{\"resourceType\":\"namespaces/privateEndpointConnections\",\"locations\":[],\"apiVersions\":[\"2022-01-01-preview\",\"2021-11-01\",\"2021-06-01-preview\",\"2021-01-01-preview\",\"2018-01-01-preview\"]},{\"resourceType\":\"namespaces/queues\",\"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\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Qatar Central\",\"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\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2022-01-01-preview\",\"2021-11-01\",\"2021-06-01-preview\",\"2021-01-01-preview\",\"2018-01-01-preview\",\"2017-04-01\"]},{\"resourceType\":\"namespaces/queues/authorizationrules\",\"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\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Qatar Central\",\"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\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2022-01-01-preview\",\"2021-11-01\",\"2021-06-01-preview\",\"2021-01-01-preview\",\"2018-01-01-preview\",\"2017-04-01\"]},{\"resourceType\":\"namespaces/topics\",\"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\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Qatar Central\",\"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\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2022-01-01-preview\",\"2021-11-01\",\"2021-06-01-preview\",\"2021-01-01-preview\",\"2018-01-01-preview\",\"2017-04-01\"]},{\"resourceType\":\"namespaces/topics/authorizationrules\",\"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\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Qatar Central\",\"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\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2022-01-01-preview\",\"2021-11-01\",\"2021-06-01-preview\",\"2021-01-01-preview\",\"2018-01-01-preview\",\"2017-04-01\"]},{\"resourceType\":\"namespaces/topics/subscriptions\",\"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\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Qatar Central\",\"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\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2022-01-01-preview\",\"2021-11-01\",\"2021-06-01-preview\",\"2021-01-01-preview\",\"2018-01-01-preview\",\"2017-04-01\"]},{\"resourceType\":\"namespaces/topics/subscriptions/rules\",\"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\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Qatar Central\",\"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\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2022-01-01-preview\",\"2021-11-01\",\"2021-06-01-preview\",\"2021-01-01-preview\",\"2018-01-01-preview\",\"2017-04-01\"]},{\"resourceType\":\"checkNamespaceAvailability\",\"locations\":[],\"apiVersions\":[\"2015-08-01\",\"2014-09-01\"]},{\"resourceType\":\"checkNameAvailability\",\"locations\":[],\"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\",\"locations\":[],\"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\":\"premiumMessagingRegions\",\"locations\":[],\"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\":\"operations\",\"locations\":[],\"apiVersions\":[\"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\":\"namespaces/eventgridfilters\",\"locations\":[\"Australia East\",\"Australia Southeast\",\"Central US\",\"East US\",\"East US 2\",\"West US 2\",\"West US\",\"North Central US\",\"South Central US\",\"West Central US\",\"East Asia\",\"Southeast Asia\",\"Brazil South\",\"Japan East\",\"Japan West\",\"North Europe\",\"West Europe\",\"Central India\",\"South India\",\"West India\",\"Canada Central\",\"Canada East\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"France Central\",\"South Africa North\",\"UAE North\",\"Australia Central\",\"Switzerland North\",\"Germany West Central\",\"Norway East\",\"West US 3\",\"Sweden Central\",\"Qatar Central\"],\"apiVersions\":[\"2017-04-01\",\"2015-08-01\",\"2014-09-01\"]},{\"resourceType\":\"namespaces/disasterrecoveryconfigs\",\"locations\":[],\"apiVersions\":[\"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\",\"locations\":[],\"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\":\"locations\",\"locations\":[],\"apiVersions\":[\"2022-01-01-preview\",\"2021-11-01\",\"2021-06-01-preview\",\"2021-01-01-preview\",\"2018-01-01-preview\",\"2017-04-01\"]},{\"resourceType\":\"locations/operationStatus\",\"locations\":[],\"apiVersions\":[\"2022-01-01-preview\"]},{\"resourceType\":\"locations/deleteVirtualNetworkOrSubnets\",\"locations\":[],\"apiVersions\":[\"2022-01-01-preview\",\"2021-11-01\",\"2021-06-01-preview\",\"2021-01-01-preview\",\"2018-01-01-preview\",\"2017-04-01\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.DataLakeAnalytics\",\"namespace\":\"Microsoft.DataLakeAnalytics\",\"authorization\":{\"applicationId\":\"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\"roleDefinitionId\":\"77c80091-6c80-47e2-9942-6cc943597398\"},\"resourceTypes\":[{\"resourceType\":\"accounts\",\"locations\":[\"East US 2\",\"North Europe\",\"Central US\",\"West Europe\"],\"apiVersions\":[\"2019-11-01-preview\",\"2016-11-01\",\"2015-10-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"accounts/dataLakeStoreAccounts\",\"locations\":[\"East US 2\",\"North Europe\",\"Central US\",\"West Europe\"],\"apiVersions\":[\"2019-11-01-preview\",\"2016-11-01\",\"2015-10-01-preview\"]},{\"resourceType\":\"accounts/storageAccounts\",\"locations\":[\"East US 2\",\"North Europe\",\"Central US\",\"West Europe\"],\"apiVersions\":[\"2019-11-01-preview\",\"2016-11-01\",\"2015-10-01-preview\"]},{\"resourceType\":\"accounts/storageAccounts/containers\",\"locations\":[\"East US 2\",\"North Europe\",\"Central US\",\"West Europe\"],\"apiVersions\":[\"2019-11-01-preview\",\"2016-11-01\",\"2015-10-01-preview\"]},{\"resourceType\":\"accounts/storageAccounts/containers/listSasTokens\",\"locations\":[\"East US 2\",\"North Europe\",\"Central US\",\"West Europe\"],\"apiVersions\":[\"2019-11-01-preview\",\"2016-11-01\",\"2015-10-01-preview\"]},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2019-11-01-preview\",\"2016-11-01\",\"2015-10-01-preview\"]},{\"resourceType\":\"locations/operationresults\",\"locations\":[],\"apiVersions\":[\"2019-11-01-preview\",\"2016-11-01\",\"2015-10-01-preview\"]},{\"resourceType\":\"locations/checkNameAvailability\",\"locations\":[],\"apiVersions\":[\"2019-11-01-preview\",\"2016-11-01\",\"2015-10-01-preview\"]},{\"resourceType\":\"locations/capability\",\"locations\":[],\"apiVersions\":[\"2019-11-01-preview\",\"2016-11-01\",\"2015-10-01-preview\"]},{\"resourceType\":\"locations/usages\",\"locations\":[],\"apiVersions\":[\"2019-11-01-preview\",\"2016-11-01\",\"2015-10-01-preview\"]},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2019-11-01-preview\",\"2016-11-01\",\"2015-10-01-preview\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.Search\",\"namespace\":\"Microsoft.Search\",\"authorizations\":[{\"applicationId\":\"408992c7-2af6-4ff1-92e3-65b73d2b5092\",\"roleDefinitionId\":\"20FA3191-87CF-4C3D-9510-74CCB594A310\"},{\"applicationId\":\"880da380-985e-4198-81b9-e05b1cc53158\",\"roleDefinitionId\":\"d2e67903-baaa-4696-926b-61ab86235aaf\"}],\"resourceTypes\":[{\"resourceType\":\"searchServices\",\"locations\":[\"Qatar Central\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"checkServiceNameAvailability\",\"locations\":[],\"apiVersions\":[\"2015-02-28\",\"2014-07-31-Preview\"]},{\"resourceType\":\"checkNameAvailability\",\"locations\":[],\"apiVersions\":[\"2021-04-01-Preview\",\"2020-08-01-Preview\",\"2020-08-01\",\"2020-03-13\",\"2019-10-01-Preview\",\"2015-08-19\"]},{\"resourceType\":\"resourceHealthMetadata\",\"locations\":[\"Qatar Central\",\"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\"],\"apiVersions\":[\"2021-04-01-Preview\",\"2020-08-01-Preview\",\"2020-08-01\",\"2020-03-13\",\"2019-10-01-Preview\",\"2015-08-19\"]},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2021-04-01-Preview\",\"2020-08-01-Preview\",\"2020-08-01\",\"2020-03-13\",\"2019-10-01-Preview\",\"2015-08-19\",\"2015-02-28\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.OperationalInsights\",\"namespace\":\"Microsoft.OperationalInsights\",\"authorizations\":[{\"applicationId\":\"d2a0a418-0aac-4541-82b2-b3142c89da77\",\"roleDefinitionId\":\"86695298-2eb9-48a7-9ec3-2fdb38b6878b\"},{\"applicationId\":\"ca7f3f0b-7d91-482c-8e09-c5d840d0eac5\",\"roleDefinitionId\":\"5d5a2e56-9835-44aa-93db-d2f19e155438\"}],\"resourceTypes\":[{\"resourceType\":\"workspaces\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"querypacks\",\"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\"],\"apiVersions\":[\"2019-09-01-preview\",\"2019-09-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations\",\"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/operationStatuses\",\"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\"],\"apiVersions\":[\"2022-10-01\",\"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\":\"workspaces/scopedPrivateLinkProxies\",\"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\"],\"apiVersions\":[\"2020-03-01-preview\",\"2019-08-01-preview\",\"2015-11-01-preview\"]},{\"resourceType\":\"workspaces/query\",\"locations\":[],\"apiVersions\":[\"2017-10-01\"]},{\"resourceType\":\"workspaces/metadata\",\"locations\":[],\"apiVersions\":[\"2017-10-01\"]},{\"resourceType\":\"workspaces/dataSources\",\"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\"],\"apiVersions\":[\"2020-08-01\",\"2020-03-01-preview\",\"2015-11-01-preview\"]},{\"resourceType\":\"workspaces/linkedStorageAccounts\",\"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\"],\"apiVersions\":[\"2020-08-01\",\"2020-03-01-preview\",\"2019-08-01-preview\"]},{\"resourceType\":\"workspaces/tables\",\"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\"],\"apiVersions\":[\"2022-10-01\",\"2021-12-01-preview\",\"2020-08-01\",\"2020-03-01-preview\",\"2017-04-26-preview\"]},{\"resourceType\":\"workspaces/storageInsightConfigs\",\"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\"],\"apiVersions\":[\"2020-08-01\",\"2020-03-01-preview\",\"2017-04-26-preview\",\"2017-03-15-preview\",\"2017-03-03-preview\",\"2017-01-01-preview\",\"2015-11-01-preview\",\"2015-03-20\"]},{\"resourceType\":\"storageInsightConfigs\",\"locations\":[],\"apiVersions\":[\"2020-08-01\",\"2020-03-01-
2022-10-30T20:27:36.811+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: preview\",\"2014-10-10\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"workspaces/linkedServices\",\"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\"],\"apiVersions\":[\"2020-08-01\",\"2020-03-01-preview\",\"2019-08-01-preview\",\"2015-11-01-preview\"]},{\"resourceType\":\"linkTargets\",\"locations\":[\"East US\"],\"apiVersions\":[\"2020-03-01-preview\",\"2015-03-20\"]},{\"resourceType\":\"deletedWorkspaces\",\"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\"],\"apiVersions\":[\"2021-12-01-preview\",\"2020-10-01\",\"2020-08-01\",\"2020-03-01-preview\"]},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"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\":\"clusters\",\"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\"],\"apiVersions\":[\"2021-06-01\",\"2020-10-01\",\"2020-08-01\",\"2020-03-01-preview\",\"2019-08-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"workspaces/dataExports\",\"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\"],\"apiVersions\":[\"2020-08-01\",\"2020-03-01-preview\",\"2019-08-01-preview\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.ContainerService\",\"namespace\":\"Microsoft.ContainerService\",\"authorizations\":[{\"applicationId\":\"7319c514-987d-4e9b-ac3d-d38c4f427f4c\",\"roleDefinitionId\":\"1b4a0c7f-2217-416f-acfa-cf73452fdc1c\",\"managedByRoleDefinitionId\":\"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\",\"managedByAuthorization\":{\"allowManagedByInheritance\":true}},{\"applicationId\":\"6dae42f8-4368-4678-94ff-3960e28e3630\",\"roleDefinitionId\":\"831388fc-33b1-4dd1-b64c-40fdcaf96654\"}],\"resourceTypes\":[{\"resourceType\":\"ManagedClusters/eventGridFilters\",\"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 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 US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"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-02-preview\",\"2022-06-01\",\"2022-05-02-preview\",\"2022-04-02-preview\",\"2022-04-01\",\"2022-03-02-preview\",\"2022-03-01\",\"2022-02-02-preview\",\"2022-02-01\",\"2022-01-02-preview\",\"2022-01-01\",\"2021-11-01-preview\",\"2021-10-01\",\"2021-09-01\",\"2021-08-01\",\"2021-07-01\",\"2021-05-01\",\"2021-03-01\",\"2021-02-01\"]},{\"resourceType\":\"containerServices\",\"locations\":[\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"South Africa North\",\"South Central US\",\"Southeast Asia\",\"South India\",\"West India\",\"UK South\",\"UK West\",\"West Central US\",\"West Europe\",\"West US\",\"West US 2\"],\"apiVersions\":[\"2017-07-01\",\"2017-01-31\",\"2016-09-30\",\"2016-03-30\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2017-08-31\",\"2017-01-31\",\"2016-09-30\",\"2016-03-30\",\"2015-11-01-preview\"]},{\"resourceType\":\"locations/notifyNetworkSecurityPerimeterUpdatesAvailable\",\"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\",\"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\",\"Southeast Asia\",\"South India\",\"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\"],\"apiVersions\":[\"2022-09-02-preview\",\"2022-08-03-preview\",\"2022-08-02-preview\",\"2022-07-02-preview\",\"2022-03-01\"]},{\"resourceType\":\"locations/operationresults\",\"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\",\"Qatar Central\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"Southeast Asia\",\"South India\",\"West India\",\"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\"],\"apiVersions\":[\"2017-08-31\",\"2016-03-30\"]},{\"resourceType\":\"locations/operations\",\"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\",\"Qatar Central\",\"South Africa North\",\"South Africa West\",\"South Central US\",\"Southeast Asia\",\"South India\",\"West India\",\"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\"],\"apiVersions\":[\"2017-08-31\",\"2016-03-30\"]},{\"resourceType\":\"locations/orchestrators\",\"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\",\"Qatar 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 Central US\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"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-02-preview\",\"2022-06-01\",\"2022-05-02-preview\",\"2022-04-02-preview\",\"2022-04-01\",\"2022-03-02-preview\",\"2022-03-01\",\"2022-02-02-preview\",\"2022-02-01\",\"2022-01-02-preview\",\"2022-01-01\",\"2021-11-01-preview\",\"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\",\"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\",\"Qatar 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 Central US\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"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-02-preview\",\"2022-06-01\",\"2022-05-02-preview\",\"2022-04-02-preview\",\"2022-04-01\",\"2022-03-02-preview\",\"2022-03-01\",\"2022-02-02-preview\",\"2022-02-01\",\"2022-01-02-preview\",\"2022-01-01\",\"2021-11-01-preview\",\"2021-10-01\",\"2021-09-01\",\"2021-08-01\",\"2021-07-01\",\"2021-05-01\",\"2021-03-01\"]},{\"resourceType\":\"managedClusters\",\"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\",\"Qatar Central\",\"South Africa North\",\"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 US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"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-02-preview\",\"2022-06-01\",\"2022-05-02-preview\",\"2022-04-02-preview\",\"2022-04-01\",\"2022-03-02-preview\",\"2022-03-01\",\"2022-02-02-preview\",\"2022-02-01\",\"2022-01-02-preview\",\"2022-01-01\",\"2021-11-01-preview\",\"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-08-01-preview\",\"2018-03-31\",\"2017-08-31\"],\"capabilities\":\"SystemAssignedResourceIdentity\"},{\"resourceType\":\"managedclustersnapshots\",\"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\",\"Qatar Central\",\"South Africa North\",\"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 US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"2022-09-02-preview\",\"2022-08-03-preview\",\"2022-08-02-preview\",\"2022-07-02-preview\",\"2022-06-02-preview\",\"2022-05-02-preview\",\"2022-04-02-preview\",\"2022-03-02-preview\",\"2022-02-02-preview\"],\"capabilities\":\"SystemAssignedResourceIdentity\"},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2018-10-31\",\"2018-03-31\",\"2017-08-31\",\"2017-07-01\",\"2017-01-31\",\"2016-09-30\",\"2016-03-30\",\"2015-11-01-preview\"]},{\"resourceType\":\"snapshots\",\"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\",\"Qatar 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 Central US\",\"West Europe\",\"West US\",\"West US 2\",\"West US 3\"],\"apiVersions\":[\"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-02-preview\",\"2022-06-01\",\"2022-05-02-preview\",\"2022-04-02-preview\",\"2022-04-01\",\"2022-03-02-preview\",\"2022-03-01\",\"2022-02-02-preview\",\"2022-02-01\",\"2022-01-02-preview\",\"2022-01-01\",\"2021-11-01-preview\",\"2021-10-01\",\"2021-09-01\",\"2021-08-01\"],\"capabilities\":\"SystemAssignedResourceIdentity\"}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/microsoft.insights\",\"namespace\":\"microsoft.insights\",\"authorizations\":[{\"applicationId\":\"6bccf540-eb86-4037-af03-7fa058c2db75\",\"roleDefinitionId\":\"89dcede2-9219-403a-9723-d3c6473f9472\"},{\"applicationId\":\"11c174dc-1945-4a9a-a36b-c79a0f246b9b\",\"roleDefinitionId\":\"dd9d4347-f397-45f2-b538-85f21c90037b\"},{\"applicationId\":\"035f9e1d-4f00-4419-bf50-bf2d87eb4878\",\"roleDefinitionId\":\"323795fe-ba3d-4f5a-ad42-afb4e1ea9485\"},{\"applicationId\":\"f5c26e74-f226-4ae8-85f0-b4af0080ac9e\",\"roleDefinitionId\":\"529d7ae6-e892-4d43-809d-8547aeb90643\"},{\"applicationId\":\"b503eb83-1222-4dcc-b116-b98ed5216e05\",\"roleDefinitionId\":\"68699c37-c689-44d4-9248-494b782d46ae\"},{\"applicationId\":\"ca7f3f0b-7d91-482c-8e09-c5d840d0eac5\",\"roleDefinitionId\":\"5d5a2e56-9835-44aa-93db-d2f19e155438\"},{\"applicationId\":\"3af5a1e8-2459-45cb-8683-bcd6cccbcc13\",\"roleDefinitionId\":\"b1309299-720d-4159-9897-6158a61aee41\"},{\"applicationId\":\"6a0a243c-0886-468a-a4c2-eff52c7445da\",\"roleDefinitionId\":\"d2eda64b-c5e6-4930-8642-2d80ecd7c2e2\"},{\"applicationId\":\"707be275-6b9d-4ee7-88f9-c0c2bd646e0f\",\"roleDefinitionId\":\"fa027d90-6ba0-4c33-9a54-59edaf2327e7\"},{\"applicationId\":\"461e8683-5575-4561-ac7f-899cc907d62a\",\"roleDefinitionId\":\"68699c37-c689-44d4-9248-494b782d46ae\"},{\"applicationId\":\"562db366-1b96-45d2-aa4a-f2148cef2240\",\"roleDefinitionId\":\"4109c8be-c1c8-4be0-af52-9d3c76c140ab\"},{\"applicationId\":\"e933bd07-d2ee-4f1d-933c-3752b819567b\",\"roleDefinitionId\":\"abbcfd44-e662-419a-9b5a-478f8e2f57c9\"},{\"applicationId\":\"f6b60513-f290-450e-a2f3-9930de61c5e7\",\"roleDefinitionId\":\"4ef11659-08ac-48af-98a7-25fb6b1e1bc4\"},{\"applicationId\":\"12743ff8-d3de-49d0-a4ce-6c91a4245ea0\",\"roleDefinitionId\":\"207b20a7-6802-4ae4-aaa2-1a36dd45bba0\"},{\"applicationId\":\"58ef1dbd-684c-47d6-8ffc-61ea7a197b95\",\"roleDefinitionId\":\"dd9d4347-f397-45f2-b538-85f21c90037b\"}],\"resourceTypes\":[{\"resourceType\":\"components\",\"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\"],\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"components/query\",\"locations\":[],\"apiVersions\":[\"2018-04-20\"]},{\"resourceType\":\"components/metadata\",\"locations\":[],\"apiVersions\":[\"2018-04-20\"]},{\"resourceType\":\"components/metrics\",\"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\"],\"apiVersions\":[\"2018-04-20\",\"2014-04-01\"]},{\"resourceType\":\"components/events\",\"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\"],\"apiVersions\":[\"2018-04-20\"]},{\"resourceType\":\"components/syntheticmonitorlocations\",\"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\"],\"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\",\"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\"],\"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\",\"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\"],\"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\",\"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\"],\"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\",\"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\"],\"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\",\"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\"],\"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/exportConfiguration\",\"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\"],\"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\",\"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\"],\"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\",\"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\"],\"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\",\"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\"],\"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/metricDefinitions\",\"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\"],\"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\",\"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\"],\"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\",\"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\"],\"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\",\"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\"],\"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\",\"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\"],\"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\",\"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\"],\"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\",\"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\"],\"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/proactiveDetectionConfigs\",\"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\"],\"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/move\",\"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\"],\"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\",\"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\"],\"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/quotaStatus\",\"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\"],\"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\",\"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\"],\"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\",\"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\"],\"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\":\"webtests\",\"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\"],\"apiVersions\":[\"2022-06-15\",\"2018-05-01-preview\",\"2015-05-01\",\"2014-08-01\",\"2014-04-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"webtests/getTestResultFile\",\"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\"],\"apiVersions\":[\"2020-02-10-preview\"]},{\"resourceType\":\"scheduledqueryrules\",\"locations\":[\"West Central US\",\"Australia East\",\"Central US\",\"East US\",\"East US 2\",\"France Central\",\"Japan East\",\"North Europe\",\"South Africa North\",\"Southeast Asia\",\"UK South\",\"West Europe\",\"West US 2\",\"Central India\",\"Canada Central\",\"Australia Southeast\",\"South Central US\",\"Australia Central\",\"Korea Central\",\"East Asia\",\"West US\",\"North Central US\",\"Brazil South\",\"UK West\",\"Switzerland North\",\"Switzerland West\",\"UAE Central\",\"Germany West Central\",\"Australia Central 2\",\"Brazil SouthEast\",\"Norway East\",\"UAE North\",\"Japan West\",\"South India\",\"France South\",\"Norway West\",\"West US 3\",\"Sweden Central\",\"Korea South\",\"Canada East\",\"Qatar Central\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"components/pricingPlans\",\"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\"],\"apiVersions\":[\"2017-10-01\"]},{\"resourceType\":\"migrateToNewPricingModel\",\"locations\":[\"East US\",\"South Central US\",\"North Europe\",\"West Europe\",\"Southeast Asia\",\"West US 2\"],\"apiVersions\":[\"2017-10-01\"]},{\"resourceType\":\"rollbackToLegacyPricingModel\",\"locations\":[\"East US\",\"South Central US\",\"North Europe\",\"West Europe\",\"Southeast Asia\",\"West US 2\"],\"apiVersions\":[\"2017-10-01\"]},{\"resourceType\":\"listMigrationdate\",\"locations\":[\"East US\",\"South Central US\",\"North Europe\",\"West Europe\",\"Southeast Asia\",\"West US 2\"],\"apiVersions\":[\"2017-10-01\"]},{\"resourceType\":\"logprofiles\",\"locations\":[],\"apiVersions\":[\"2016-03-01\"]},{\"resourceType\":\"migratealertrules\",\"locations\":[],\"apiVersions\":[\"2018-03-01\"]},{\"resourceType\":\"metricalerts\",\"locations\":[\"Global\",\"West Europe\",\"North Europe\",\"Sweden Central\",\"Germany West Central\"],\"apiVersions\":[\"2018-03-01\",\"2017-09-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"alertrules\",\"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\"],\"apiVersions\":[\"2016-03-01\",\"2015-04-01\",\"2014-04-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"autoscalesettings\",\"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\"],\"apiVersions\":[\"2022-10-01\",\"2021-05-01-preview\",\"2015-04-01\",\"2014-04-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"eventtypes\",\"locations\":[],\"apiVersions\":[\"2017-03-01-preview\",\"2016-09-01-preview\",\"2015-04-01\",\"2014-11-01\",\"2014-04-01\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"locations\",\"locations\":[\"East US\"],\"apiVersions\":[\"2015-04-01\",\"2014-04-01\"]},{\"resourceType\":\"locations/operationResults\",\"locations\":[],\"apiVersions\":[\"2015-04-01\",\"2014-04-01\"]},{\"resourceType\":\"vmInsightsOnboardingStatuses\",\"locations\":[],\"apiVersions\":[\"2018-11-27-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2015-04-01\",\"2014-06-01\",\"2014-04-01\"]},{\"resourceType\":\"diagnosticSettings\",\"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\"],\"apiVersions\":[\"2021-05-01-preview\",\"2017-05-01-preview\",\"2016-09-01\",\"2015-07-01\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"diagnosticSettingsCategories\",\"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\"],\"apiVersions\":[\"2021-05-01-preview\",\"2017-05-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"extendedDiagnosticSettings\",\"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\"],\"apiVersions\":[\"2017-02-01\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"metricDefinitions\",\"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\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Qatar Central\",\"Switzerland North\",\"Switzerland West\",\"Germany North\",\"Germany West Central\",\"Norway East\",\"Norway West\"],\"apiVersions\":[\"2022-04-01-preview\",\"2021-05-01\",\"2018-01-01\",\"2017-12-01-preview\",\"2017-09-01-preview\",\"2017-05-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"logDefinitions\",\"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\"],\"apiVersions\":[\"2015-07-01\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"eventCategories\",\"locations\":[],\"apiVersions\":[\"2015-04-01\"]},{\"resourceType\":\"metrics\",\"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\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Qatar Central\",\"Switzerland North\",\"Switzerland West\",\"Germany North\",\"Germany West Central\",\"Norway East\",\"Norway West\"],\"apiVersions\":[\"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\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"metricbatch\",\"locations\":[],\"apiVersions\":[\"2019-01-01-preview\"]},{\"resourceType\":\"metricNamespaces\",\"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\",\"South Africa North\",\"South Africa West\",\"UAE Central\",\"UAE North\",\"Qatar Central\",\"Switzerland North\",\"Switzerland West\",\"Germany North\",\"Germany West Central\",\"Norway East\",\"Norway West\"],\"apiVersions\":[\"2017-12-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"notificationstatus\",\"locations\":[],\"apiVersions\":[\"2022-06-01\",\"2022-04-01\",\"2021-09-01\"]},{\"resourceType\":\"createnotifications\",\"locations\":[],\"apiVersions\":[\"2022-06-01\",\"2022-04-01\",\"2021-09-01\"]},{\"resourceType\":\"actiongroups\",\"locations\":[\"Global\",\"Sweden Central\",\"Germany West Central\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"activityLogAlerts\",\"locations\":[\"Global\"],\"apiVersions\":[\"2020-10-01\",\"2017-04-01\",\"2017-03-01-preview\"],\"capabilities\":\"None\"},{\"resourceType\":\"metricbaselines\",\"locations\":[\"West Europe\",\"North Europe\"],\"apiVersions\":[\"2019-03-01\",\"2018-09-01\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"workbooks\",\"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\"],\"apiVersions\":[\"2022-04-01\",\"2021-08-01\",\"2021-03-08\",\"2020-10-20\",\"2020-02-12\",\"2018-06-17-preview\",\"2018-06-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"workbooktemplates\",\"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\"],\"apiVersions\":[\"2020-11-20\",\"2019-10-17-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"myWorkbooks\",\"locations\":[\"West Europe\",\"South Central US\",\"East US\",\"North Europe\",\"Southeast Asia\",\"West US 2\",\"UK South\",\"Canada Central\",\"Central India\",\"Japan East\",\"Australia East\",\"Korea Central\",\"France Central\",\"Central US\",\"East US 2\",\"East Asia\",\"West US\",\"South Africa North\",\"North Central US\",\"Brazil South\",\"Switzerland North\",\"Norway East\",\"Norway West\",\"Australia Southeast\"],\"apiVersions\":[\"2021-03-08\",\"2020-10-20\",\"2020-02-12\",\"2018-06-17-preview\",\"2018-06-15-preview\",\"2018-06-01-preview\",\"2016-06-15-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"logs\",\"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\"],\"apiVersions\":[\"2018-08-01-preview\",\"2018-03-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"transactions\",\"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\"],\"apiVersions\":[\"2019-10-17-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"topology\",\"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\"],\"apiVersions\":[\"2019-10-17-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"generateLiveToken\",\"locations\":[],\"apiVersions\":[\"2021-10-14\",\"2020-06-02-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"monitoredObjects\",\"locations\":[],\"apiVersions\":[\"2021-09-01-preview\"]},{\"resourceType\":\"dataCollectionRules\",\"locations\":[\"Australia Southeast\",\"Canada Central\",\"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\"],\"apiVersions\":[\"2021-09-01-preview\",\"2021-04-01\",\"2019-11-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"dataCollectionRuleAssociations\",\"locations\":[\"Australia Southeast\",\"Canada Central\",\"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\"],\"apiVersions\":[\"2021-09-01-preview\",\"2021-04-01\",\"2019-11-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"dataCollectionEndpoints\",\"locations\":[\"Australia Southeast\",\"Canada Central\",\"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\"],\"apiVersions\":[\"2021-09-01-preview\",\"2021-04-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"dataCollectionEndpoints/scopedPrivateLinkProxies\",\"locations\":[\"Australia Southeast\",\"Canada Central\",\"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\"],\"apiVersions\":[\"2021-09-01-preview\",\"2021-04-01\"]},{\"resourceType\":\"privateLinkScopes\",\"locations\":[\"Global\"],\"apiVersions\":[\"2021-09-01\",\"2021-07-01-preview\",\"2019-10-17-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"privateLinkScopes/privateEndpointConnections\",\"locations\":[\"Global\"],\"apiVersions\":[\"2021-09-01\",\"2021-07-01-preview\",\"2019-10-17-preview\"]},{\"resourceType\":\"privateLinkScopes/privateEndpointConnectionProxies\",\"locations\":[\"Global\"],\"apiVersions\":[\"2021-09-01\",\"2021-07-01-preview\",\"2019-10-17-preview\"]},{\"resourceType\":\"privateLinkScopes/scopedResources\",\"locations\":[\"Global\"],\"apiVersions\":[\"2021-09-01\",\"2021-07-01-preview\",\"2019-10-17-preview\"]},{\"resourceType\":\"components/linkedstorageaccounts\",\"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\"],\"apiVersions\":[\"2020-03-01-preview\"]},{\"resourceType\":\"privateLinkScopeOperationStatuses\",\"locations\":[\"Global\"],\"apiVersions\":[\"2021-09-01\",\"2021-07-01-preview\",\"2019-10-17-preview\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-
2022-10-30T20:27:36.811+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: 9678-9e53daf74b50/providers/Microsoft.DesktopVirtualization\",\"namespace\":\"Microsoft.DesktopVirtualization\",\"authorizations\":[{\"applicationId\":\"50e95039-b200-4007-bc97-8d5790743a63\",\"roleDefinitionId\":\"cad30215-ad1c-43bf-be90-7bfa8b493e62\"},{\"applicationId\":\"9cdead84-a844-4324-93f2-b2e6bb768d07\"},{\"applicationId\":\"a85cf173-4192-42f8-81fa-777a763e6e2c\"},{\"applicationId\":\"a4a365df-50f1-4397-bc59-1a1564b8bb9c\"}],\"resourceTypes\":[{\"resourceType\":\"workspaces\",\"locations\":[\"UK South\",\"UK West\",\"Japan East\",\"Australia East\",\"Canada East\",\"Canada Central\",\"North Europe\",\"West Europe\",\"East US\",\"East US 2\",\"West US\",\"West US 2\",\"West US 3\",\"North Central US\",\"South Central US\",\"West Central US\",\"Central US\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"applicationgroups\",\"locations\":[\"UK South\",\"UK West\",\"Japan East\",\"Australia East\",\"Canada East\",\"Canada Central\",\"North Europe\",\"West Europe\",\"East US\",\"East US 2\",\"West US\",\"West US 2\",\"West US 3\",\"North Central US\",\"South Central US\",\"West Central US\",\"Central US\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"applicationgroups/applications\",\"locations\":[\"UK South\",\"UK West\",\"Japan East\",\"Australia East\",\"Canada East\",\"Canada Central\",\"North Europe\",\"West Europe\",\"East US\",\"East US 2\",\"West US\",\"West US 2\",\"West US 3\",\"North Central US\",\"South Central US\",\"West Central US\",\"Central US\"],\"apiVersions\":[\"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\",\"locations\":[\"UK South\",\"UK West\",\"Japan East\",\"Australia East\",\"Canada East\",\"Canada Central\",\"North Europe\",\"West Europe\",\"East US\",\"East US 2\",\"West US\",\"West US 2\",\"West US 3\",\"North Central US\",\"South Central US\",\"West Central US\",\"Central US\"],\"apiVersions\":[\"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\",\"locations\":[\"UK South\",\"UK West\",\"Japan East\",\"Australia East\",\"Canada East\",\"Canada Central\",\"North Europe\",\"West Europe\",\"East US\",\"East US 2\",\"West US\",\"West US 2\",\"West US 3\",\"North Central US\",\"South Central US\",\"West Central US\",\"Central US\"],\"apiVersions\":[\"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\",\"locations\":[\"UK South\",\"UK West\",\"Japan East\",\"Australia East\",\"Canada East\",\"Canada Central\",\"North Europe\",\"West Europe\",\"East US\",\"East US 2\",\"West US\",\"West US 2\",\"West US 3\",\"North Central US\",\"South Central US\",\"West Central US\",\"Central US\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"hostpools/msixpackages\",\"locations\":[\"UK South\",\"UK West\",\"Japan East\",\"Australia East\",\"Canada East\",\"Canada Central\",\"North Europe\",\"West Europe\",\"East US\",\"East US 2\",\"West US\",\"West US 2\",\"West US 3\",\"North Central US\",\"South Central US\",\"West Central US\",\"Central US\"],\"apiVersions\":[\"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\",\"locations\":[\"UK South\",\"UK West\",\"Japan East\",\"Australia East\",\"Canada East\",\"Canada Central\",\"North Europe\",\"West Europe\",\"East US\",\"East US 2\",\"West US\",\"West US 2\",\"West US 3\",\"North Central US\",\"South Central US\",\"West Central US\",\"Central US\"],\"apiVersions\":[\"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\",\"locations\":[\"UK South\",\"UK West\",\"Japan East\",\"Australia East\",\"Canada East\",\"Canada Central\",\"North Europe\",\"West Europe\",\"East US\",\"East US 2\",\"West US\",\"West US 2\",\"West US 3\",\"North Central US\",\"South Central US\",\"West Central US\",\"Central US\"],\"apiVersions\":[\"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\",\"locations\":[\"UK South\",\"UK West\",\"Japan East\",\"Australia East\",\"Canada East\",\"Canada Central\",\"North Europe\",\"West Europe\",\"East US\",\"East US 2\",\"West US\",\"West US 2\",\"West US 3\",\"North Central US\",\"South Central US\",\"West Central US\",\"Central US\"],\"apiVersions\":[\"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\":\"scalingplans\",\"locations\":[\"UK South\",\"UK West\",\"Japan East\",\"Australia East\",\"Canada East\",\"Canada Central\",\"North Europe\",\"West Europe\",\"East US\",\"East US 2\",\"West US\",\"West US 2\",\"West US 3\",\"North Central US\",\"South Central US\",\"West Central US\",\"Central US\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove\"},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2022-08-09-privatepreview\",\"2022-07-05-preview\",\"2022-06-03-privatepreview\",\"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\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.Network\",\"namespace\":\"Microsoft.Network\",\"authorizations\":[{\"applicationId\":\"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c\",\"roleDefinitionId\":\"13ba9ab4-19f0-4804-adc4-14ece36cc7a1\"},{\"applicationId\":\"7c33bfcb-8d33-48d6-8e60-dc6404003489\",\"roleDefinitionId\":\"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3\"},{\"applicationId\":\"1e3e4475-288f-4018-a376-df66fd7fac5f\",\"roleDefinitionId\":\"1d538b69-3d87-4e56-8ff8-25786fd48261\"},{\"applicationId\":\"a0be0c72-870e-46f0-9c49-c98333a996f7\",\"roleDefinitionId\":\"7ce22727-ffce-45a9-930c-ddb2e56fa131\"},{\"applicationId\":\"486c78bf-a0f7-45f1-92fd-37215929e116\",\"roleDefinitionId\":\"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d\"},{\"applicationId\":\"19947cfd-0303-466c-ac3c-fcc19a7a1570\",\"roleDefinitionId\":\"d813ab6c-bfb7-413e-9462-005b21f0ce09\"},{\"applicationId\":\"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd\",\"roleDefinitionId\":\"8141843c-c51c-4c1e-a5bf-0d351594b86c\"},{\"applicationId\":\"328fd23b-de6e-462c-9433-e207470a5727\",\"roleDefinitionId\":\"79e29e06-4056-41e5-a6b2-959f1f47747e\"},{\"applicationId\":\"6d057c82-a784-47ae-8d12-ca7b38cf06b4\",\"roleDefinitionId\":\"c27dd31e-c1e5-4ab0-93e1-a12ba34f182e\"},{\"applicationId\":\"b4ca0290-4e73-4e31-ade0-c82ecfaabf6a\",\"roleDefinitionId\":\"18363e25-ff21-4159-ae8d-7dfecb5bd001\"},{\"applicationId\":\"79d7fb34-4bef-4417-8184-ff713af7a679\",\"roleDefinitionId\":\"1c1f11ef-abfa-4abe-a02b-226771d07fc7\"},{\"applicationId\":\"38808189-fa7a-4d8a-807f-eba01edacca6\",\"roleDefinitionId\":\"7dbad3e2-b105-40d5-8fe4-4a9ff6c17ae6\"}],\"resourceTypes\":[{\"resourceType\":\"virtualNetworks\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"virtualNetworks/taggedTrafficConsumers\",\"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\"],\"apiVersions\":[\"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\":\"natGateways\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"publicIPAddresses\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"internalPublicIpAddresses\",\"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\"],\"apiVersions\":[\"2022-07-01\",\"2022-05-01\",\"2022-01-01\"]},{\"resourceType\":\"customIpPrefixes\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"networkInterfaces\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"dscpConfigurations\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"privateEndpoints\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"privateEndpoints/privateLinkServiceProxies\",\"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\"],\"apiVersions\":[\"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\":\"privateEndpointRedirectMaps\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"None\"},{\"resourceType\":\"loadBalancers\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"networkSecurityGroups\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"applicationSecurityGroups\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"serviceEndpointPolicies\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"networkIntentPolicies\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"routeTables\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"publicIPPrefixes\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"networkWatchers\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"networkWatchers/connectionMonitors\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"networkWatchers/flowLogs\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"networkWatchers/pingMeshes\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"virtualNetworkGateways\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"localNetworkGateways\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"connections\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"applicationGateways\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"None\"},{\"resourceType\":\"applicationGatewayWebApplicationFirewallPolicies\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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/operationResults\",\"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\"],\"apiVersions\":[\"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/CheckDnsNameAvailability\",\"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\"],\"apiVersions\":[\"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/setLoadBalancerFrontendPublicIpAddresses\",\"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\"],\"apiVersions\":[\"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/usages\",\"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\"],\"apiVersions\":[\"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/virtualNetworkAvailableEndpointServices\",\"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\"],\"apiVersions\":[\"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\":\"locations/availableDelegations\",\"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\"],\"apiVersions\":[\"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/ApplicationGatewayWafDynamicManifest\",\"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\"],\"apiVersions\":[\"2022-07-01\",\"2022-05-01\"]},{\"resourceType\":\"locations/serviceTags\",\"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\"],\"apiVersions\":[\"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/availablePrivateEndpointTypes\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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/checkPrivateLinkServiceVisibility\",\"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\"],\"apiVersions\":[\"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/autoApprovedPrivateLinkServices\",\"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\"],\"apiVersions\":[\"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
2022-10-30T20:27:36.811+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: -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/batchValidatePrivateEndpointsForResourceMove\",\"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\"],\"apiVersions\":[\"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/batchNotifyPrivateEndpointsForResourceMove\",\"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\"],\"apiVersions\":[\"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/supportedVirtualMachineSizes\",\"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\"],\"apiVersions\":[\"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/setAzureNetworkManagerConfiguration\",\"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\"],\"apiVersions\":[\"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/publishResources\",\"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\"],\"apiVersions\":[\"2022-07-01\",\"2022-05-01\",\"2022-01-01\"]},{\"resourceType\":\"locations/getAzureNetworkManagerConfiguration\",\"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\"],\"apiVersions\":[\"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/checkAcceleratedNetworkingSupport\",\"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\"],\"apiVersions\":[\"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/validateResourceOwnership\",\"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\"],\"apiVersions\":[\"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/setResourceOwnership\",\"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\"],\"apiVersions\":[\"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/effectiveResourceOwnership\",\"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\"],\"apiVersions\":[\"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\":\"operations\",\"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\"],\"apiVersions\":[\"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\":\"dnszones\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"dnsOperationResults\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\"]},{\"resourceType\":\"dnsOperationStatuses\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\"]},{\"resourceType\":\"getDnsResourceReference\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\"]},{\"resourceType\":\"internalNotify\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\"]},{\"resourceType\":\"dnszones/A\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"]},{\"resourceType\":\"dnszones/AAAA\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"]},{\"resourceType\":\"dnszones/CNAME\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"]},{\"resourceType\":\"dnszones/PTR\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"]},{\"resourceType\":\"dnszones/MX\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"]},{\"resourceType\":\"dnszones/TXT\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"]},{\"resourceType\":\"dnszones/SRV\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"]},{\"resourceType\":\"dnszones/SOA\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"]},{\"resourceType\":\"dnszones/NS\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"]},{\"resourceType\":\"dnszones/CAA\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\"]},{\"resourceType\":\"dnszones/recordsets\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"]},{\"resourceType\":\"dnszones/all\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-05-01\",\"2018-03-01-preview\",\"2017-10-01\",\"2017-09-15-preview\",\"2017-09-01\",\"2016-04-01\",\"2015-05-04-preview\"]},{\"resourceType\":\"privateDnsZones\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"privateDnsZones/virtualNetworkLinks\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"privateDnsOperationResults\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"]},{\"resourceType\":\"privateDnsOperationStatuses\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"]},{\"resourceType\":\"privateDnsZonesInternal\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\"]},{\"resourceType\":\"privateDnsZones/A\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"]},{\"resourceType\":\"privateDnsZones/AAAA\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"]},{\"resourceType\":\"privateDnsZones/CNAME\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"]},{\"resourceType\":\"privateDnsZones/PTR\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"]},{\"resourceType\":\"privateDnsZones/MX\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"]},{\"resourceType\":\"privateDnsZones/TXT\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"]},{\"resourceType\":\"privateDnsZones/SRV\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"]},{\"resourceType\":\"privateDnsZones/SOA\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"]},{\"resourceType\":\"privateDnsZones/all\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\",\"2020-01-01\",\"2018-09-01\"]},{\"resourceType\":\"virtualNetworks/privateDnsZoneLinks\",\"locations\":[\"global\"],\"apiVersions\":[\"2020-06-01\"]},{\"resourceType\":\"dnsResolvers\",\"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\",\"Canada Central\",\"Central US\",\"France Central\",\"Japan East\",\"Germany West Central\",\"South Africa North\",\"Korea Central\",\"Sweden Central\",\"East Asia\",\"Switzerland North\",\"Brazil South\"],\"apiVersions\":[\"2022-07-01\",\"2020-04-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"dnsResolvers/inboundEndpoints\",\"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\",\"Canada Central\",\"Central US\",\"France Central\",\"Japan East\",\"Germany West Central\",\"South Africa North\",\"Korea Central\",\"Sweden Central\",\"East Asia\",\"Switzerland North\",\"Brazil South\"],\"apiVersions\":[\"2022-07-01\",\"2020-04-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"dnsResolvers/outboundEndpoints\",\"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\",\"Canada Central\",\"Central US\",\"France Central\",\"Japan East\",\"Germany West Central\",\"South Africa North\",\"Korea Central\",\"Sweden Central\",\"East Asia\",\"Switzerland North\",\"Brazil South\"],\"apiVersions\":[\"2022-07-01\",\"2020-04-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"dnsForwardingRulesets\",\"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\",\"Canada Central\",\"Central US\",\"France Central\",\"Japan East\",\"Germany West Central\",\"South Africa North\",\"Korea Central\",\"Sweden Central\",\"East Asia\",\"Switzerland North\",\"Brazil South\"],\"apiVersions\":[\"2022-07-01\",\"2020-04-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"dnsForwardingRulesets/forwardingRules\",\"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\",\"Canada Central\",\"Central US\",\"France Central\",\"Japan East\",\"Germany West Central\",\"South Africa North\",\"Korea Central\",\"Sweden Central\",\"East Asia\",\"Switzerland North\",\"Brazil South\"],\"apiVersions\":[\"2022-07-01\",\"2020-04-01-preview\"]},{\"resourceType\":\"dnsForwardingRulesets/virtualNetworkLinks\",\"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\",\"Canada Central\",\"Central US\",\"France Central\",\"Japan East\",\"Germany West Central\",\"South Africa North\",\"Korea Central\",\"Sweden Central\",\"East Asia\",\"Switzerland North\",\"Brazil South\"],\"apiVersions\":[\"2022-07-01\",\"2020-04-01-preview\"]},{\"resourceType\":\"virtualNetworks/listDnsResolvers\",\"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\",\"Canada Central\",\"Central US\",\"France Central\",\"Japan East\",\"Germany West Central\",\"South Africa North\",\"Korea Central\",\"Sweden Central\",\"East Asia\",\"Switzerland North\",\"Brazil South\"],\"apiVersions\":[\"2022-07-01\",\"2020-04-01-preview\"]},{\"resourceType\":\"virtualNetworks/listDnsForwardingRulesets\",\"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\",\"Canada Central\",\"Central US\",\"France Central\",\"Japan East\",\"Germany West Central\",\"South Africa North\",\"Korea Central\",\"Sweden Central\",\"East Asia\",\"Switzerland North\",\"Brazil South\"],\"apiVersions\":[\"2022-07-01\",\"2020-04-01-preview\"]},{\"resourceType\":\"locations/dnsResolverOperationResults\",\"locations\":[],\"apiVersions\":[\"2022-07-01\",\"2020-04-01-preview\"]},{\"resourceType\":\"locations/dnsResolverOperationStatuses\",\"locations\":[],\"apiVersions\":[\"2022-07-01\",\"2020-04-01-preview\"]},{\"resourceType\":\"trafficmanagerprofiles\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-08-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2017-05-01\",\"2017-03-01\",\"2015-11-01\",\"2015-04-28-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"trafficmanagerprofiles/heatMaps\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-08-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2017-09-01-preview\"]},{\"resourceType\":\"trafficmanagerprofiles/azureendpoints\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-08-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2017-05-01\",\"2017-03-01\",\"2015-11-01\",\"2015-04-28-preview\"]},{\"resourceType\":\"trafficmanagerprofiles/externalendpoints\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-08-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2017-05-01\",\"2017-03-01\",\"2015-11-01\",\"2015-04-28-preview\"]},{\"resourceType\":\"trafficmanagerprofiles/nestedendpoints\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-08-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2017-05-01\",\"2017-03-01\",\"2015-11-01\",\"2015-04-28-preview\"]},{\"resourceType\":\"checkTrafficManagerNameAvailability\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-08-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2017-05-01\",\"2017-03-01\",\"2015-11-01\",\"2015-04-28-preview\"]},{\"resourceType\":\"trafficManagerUserMetricsKeys\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-08-01\",\"2018-04-01\",\"2017-09-01-preview\"]},{\"resourceType\":\"trafficManagerGeographicHierarchies\",\"locations\":[\"global\"],\"apiVersions\":[\"2018-08-01\",\"2018-04-01\",\"2018-03-01\",\"2018-02-01\",\"2017-05-01\",\"2017-03-01\"]},{\"resourceType\":\"expressRouteCircuits\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"None\"},{\"resourceType\":\"expressRouteServiceProviders\",\"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\"],\"apiVersions\":[\"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\":\"applicationGatewayAvailableWafRuleSets\",\"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\"],\"apiVersions\":[\"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\":\"applicationGatewayAvailableSslOptions\",\"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\"],\"apiVersions\":[\"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\":\"applicationGatewayAvailableServerVariables\",\"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\"],\"apiVersions\":[\"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\":\"applicationGatewayAvailableRequestHeaders\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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\":\"routeFilters\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"None\"},{\"resourceType\":\"bgpServiceCommunities\",\"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\"],\"apiVersions\":[\"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\":\"virtualWans\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"None\"},{\"resourceType\":\"vpnSites\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"None\"},{\"resourceType\":\"vpnServerConfigurations\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"None\"},{\"resourceType\":\"virtualHubs\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"None\"},{\"resourceType\":\"vpnGateways\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"None\"},{\"resourceType\":\"p2sVpnGateways\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"None\"},{\"resourceType\":\"expressRouteGateways\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/hybridEdgeZone\",\"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\"],\"apiVersions\":[\"2022-07-01\",\"2022-05-01\",\"2022-01-01\"]},{\"resourceType\":\"expressRoutePortsLocations\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"None\"},{\"resourceType\":\"firewallPolicies\",\"locations\":[\"Qatar 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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"None\"},{\"resourceType\":\"ipGroups\",\"locations\":[\"Qatar 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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"None\"},{\"resourceType\":\"azureWebCategories\",\"locations\":[],\"apiVersions\":[\"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/nfvOperations\",\"locations\":[],\"apiVersions\":[\"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/nfvOperationResults\",\"locations\":[],\"apiVersions\":[\"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\":\"securityPartnerProviders\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"None\"},{\"resourceType\":\"azureFirewalls\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"None\"},{\"resourceType\":\"azureFirewallFqdnTags\",\"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\"],\"apiVersions\":[\"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\":\"virtualNetworkTaps\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"None\"},{\"resourceType\":\"privateLinkServices\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/privateLinkServices\",\"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\"],\"apiVersions\":[\"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\":\"ddosProtectionPlans\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"None\"},{\"resourceType\":\"networkProfiles\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"None\"},{\"resourceType\":\"frontdoorOperationResults\",\"locations\":[\"global\"],\"apiVersions\":[\"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\":\"checkFrontdoorNameAvailability\",\"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\"],\"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\":\"frontdoors\",\"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\"],\"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\"],\"capabilities\":\"None\"},{\"resourceType\":\"frontdoors/frontendEndpoints\",\"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\"],\"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\",\"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\"],\"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\":\"frontdoorWebApplicationFirewallPolicies\",\"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\"],\"apiVersions\":[\"2022-05-01\",\"2020-11-01\",\"2020-04-01\",\"2019-10-01\",\"2019-03-01\",\"2018-08-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"frontdoorWebApplicationFirewallManagedRuleSets\",\"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\"],\"apiVersions\":[\"2022-05-01\",\"2020-11-01\",\"2020-04-01\",\"2019-10-01\",\"2019-03-01\"]},{\"resourceType\":\"networkExperimentProfiles\",\"locations\":[\"global\",\"Cent
2022-10-30T20:27:36.811+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: ral 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\"],\"apiVersions\":[\"2019-11-01\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/bareMetalTenants\",\"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\"],\"apiVersions\":[\"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\":\"bastionHosts\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"None\"},{\"resourceType\":\"virtualRouters\",\"locations\":[\"Qatar 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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"None\"},{\"resourceType\":\"networkVirtualAppliances\",\"locations\":[\"Qatar 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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"None\"},{\"resourceType\":\"ipAllocations\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"networkManagers\",\"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\"],\"apiVersions\":[\"2022-07-01\",\"2022-06-01-preview\",\"2022-05-01\",\"2022-04-01-preview\",\"2022-02-01-preview\",\"2022-01-01\",\"2021-05-01-preview\",\"2021-02-01-preview\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2019-12-01\",\"2019-11-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"networkManagerConnections\",\"locations\":[],\"apiVersions\":[\"2022-07-01\",\"2022-06-01-preview\",\"2022-05-01\",\"2022-04-01-preview\",\"2022-02-01-preview\",\"2022-01-01\",\"2021-05-01-preview\",\"2021-02-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"locations/queryNetworkSecurityPerimeter\",\"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\"],\"apiVersions\":[\"2022-02-01-preview\",\"2021-05-01-preview\",\"2021-02-01-preview\"]},{\"resourceType\":\"virtualNetworks/listNetworkManagerEffectiveConnectivityConfigurations\",\"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\"],\"apiVersions\":[\"2022-07-01\",\"2022-06-01-preview\",\"2022-05-01\",\"2022-04-01-preview\",\"2022-02-01-preview\",\"2022-01-01\",\"2021-05-01-preview\",\"2021-02-01-preview\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2019-12-01\",\"2019-11-01\"]},{\"resourceType\":\"virtualNetworks/listNetworkManagerEffectiveSecurityAdminRules\",\"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\"],\"apiVersions\":[\"2022-07-01\",\"2022-06-01-preview\",\"2022-05-01\",\"2022-04-01-preview\",\"2022-02-01-preview\",\"2022-01-01\",\"2021-05-01-preview\",\"2021-02-01-preview\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2019-12-01\",\"2019-11-01\"]},{\"resourceType\":\"locations/commitInternalAzureNetworkManagerConfiguration\",\"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\"],\"apiVersions\":[\"2022-07-01\",\"2022-06-01-preview\",\"2022-05-01\",\"2022-04-01-preview\",\"2022-02-01-preview\",\"2022-01-01\",\"2021-05-01-preview\",\"2021-02-01-preview\",\"2020-08-01\",\"2020-07-01\",\"2020-06-01\",\"2020-05-01\",\"2020-04-01\",\"2020-03-01\",\"2019-12-01\",\"2019-11-01\"]},{\"resourceType\":\"locations/internalAzureVirtualNetworkManagerOperation\",\"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\"],\"apiVersions\":[\"2022-07-01\",\"2022-06-01-preview\",\"2022-05-01\",\"2022-04-01-preview\",\"2022-02-01-preview\",\"2022-01-01\",\"2021-05-01-preview\",\"2021-02-01-preview\",\"2020-08-01\"]},{\"resourceType\":\"networkVirtualApplianceSkus\",\"locations\":[],\"apiVersions\":[\"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/serviceTagDetails\",\"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\"],\"apiVersions\":[\"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/dataTasks\",\"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\"],\"apiVersions\":[\"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\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.DevTestLab\",\"namespace\":\"Microsoft.DevTestLab\",\"authorization\":{\"applicationId\":\"1a14be2a-e903-4cec-99cf-b2e209259a0f\",\"roleDefinitionId\":\"8f2de81a-b9aa-49d8-b24c-11814d3ab525\",\"managedByRoleDefinitionId\":\"8f2de81a-b9aa-49d8-b24c-11814d3ab525\"},\"resourceTypes\":[{\"resourceType\":\"labs/environments\",\"locations\":[\"Southeast Asia\",\"East US\",\"West US\",\"West Europe\",\"East Asia\",\"East US 2\",\"Japan East\",\"Japan West\",\"Central US\"],\"apiVersions\":[\"2015-05-21-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"labs\",\"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\",\"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\"],\"apiVersions\":[\"2018-10-15-preview\",\"2018-09-15\",\"2017-04-26-preview\",\"2016-05-15\",\"2015-05-21-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"schedules\",\"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\",\"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\"],\"apiVersions\":[\"2018-10-15-preview\",\"2018-09-15\",\"2017-04-26-preview\",\"2016-05-15\",\"2015-05-21-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"labs/virtualMachines\",\"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\",\"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\"],\"apiVersions\":[\"2018-10-15-preview\",\"2018-09-15\",\"2017-04-26-preview\",\"2016-05-15\",\"2015-05-21-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove\"},{\"resourceType\":\"labs/serviceRunners\",\"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\",\"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\"],\"apiVersions\":[\"2018-10-15-preview\",\"2018-09-15\",\"2017-04-26-preview\",\"2016-05-15\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2018-10-15-preview\",\"2018-09-15\",\"2017-04-26-preview\",\"2016-05-15\",\"2015-05-21-preview\"]},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2018-10-15-preview\",\"2018-09-15\",\"2017-04-26-preview\",\"2016-05-15\",\"2015-05-21-preview\"]},{\"resourceType\":\"locations/operations\",\"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\",\"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\"],\"apiVersions\":[\"2018-10-15-preview\",\"2018-09-15\",\"2017-04-26-preview\",\"2016-05-15\",\"2015-05-21-preview\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.DataProtection\",\"namespace\":\"Microsoft.DataProtection\",\"resourceTypes\":[{\"resourceType\":\"BackupVaults\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"ResourceGuards\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"None\"},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"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\",\"locations\":[],\"apiVersions\":[\"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/operationResults\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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\":\"backupInstances\",\"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\"],\"apiVersions\":[\"2022-10-01-preview\",\"2022-09-01-preview\",\"2022-03-31-preview\"],\"capabilities\":\"SupportsExtension\"}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.MachineLearningServices\",\"namespace\":\"Microsoft.MachineLearningServices\",\"authorizations\":[{\"applicationId\":\"0736f41a-0425-4b46-bdb5-1563eff02385\",\"roleDefinitionId\":\"376aa7d7-51a9-463d-bd4d-7e1691345612\",\"managedByRoleDefinitionId\":\"91d00862-cf55-46a5-9dce-260bbd92ce25\"},{\"applicationId\":\"44b7b882-eb46-485c-9c78-686f6b67b176\",\"roleDefinitionId\":\"34a36fe4-521c-4206-9ba5-26ad882913a1\",\"managedByRoleDefinitionId\":\"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\"},{\"applicationId\":\"607ece82-f922-494f-88b8-30effaf12214\",\"roleDefinitionId\":\"376aa7d7-51a9-463d-bd4d-7e1691345612\",\"managedByRoleDefinitionId\":\"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\"},{\"applicationId\":\"61c50b89-703d-431d-8d80-1e8618748775\",\"roleDefinitionId\":\"d312a9a6-5102-420b-b8b3-aa6b22670aaa\",\"managedByRoleDefinitionId\":\"91d00862-cf55-46a5-9dce-260bbd92ce25\"},{\"applicationId\":\"18a66f5f-dbdf-4c17-9dd7-1634712a9cbe\",\"roleDefinitionId\":\"8b910db7-60f9-4c04-af30-71aab18eda90\",\"managedByRoleDefinitionId\":\"91d00862-cf55-46a5-9dce-260bbd92ce25\"},{\"applicationId\":\"b8cf62f3-7cc7-4e32-ab3a-41370ef0cfcf\",\"roleDefinitionId\":\"8b910db7-60f9-4c04-af30-71aab18eda90\",\"managedByRoleDefinitionId\":\"91d00862-cf55-46a5-9dce-260bbd92ce25\"},{\"applicationId\":\"fb9de05a-fecc-4642-b3ca-66b9d4434d4d\",\"roleDefinitionId\":\"8b910db7-60f9-4c04-af30-71aab18eda90\",\"managedByRoleDefinitionId\":\"91d00862-cf55-46a5-9dce-260bbd92ce25\"},{\"applicationId\":\"bf283ae6-5efd-44a8-b56a-2a7939982d60\",\"roleDefinitionId\":\"8b910db7-60f9-4c04-af30-71aab18eda90\",\"managedByRoleDefinitionId\":\"91d00862-cf55-46a5-9dce-260bbd92ce25\"},{\"applicationId\":\"6608bce8-e060-4e82-bfd2-67ed4f60262f\",\"roleDefinitionId\":\"344880d0-81ee-4377-b825-b8b79810e492\",\"managedByRoleDefinitionId\":\"91d00862-cf55-46a5-9dce-260bbd92ce25\"}],\"resourceTypes\":[{\"resourceType\":\"workspaces\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"registries\",\"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\"],\"apiVersions\":[\"2022-10-01-preview\",\"2022-05-01-privatepreview\"],\"capabilities\":\"SystemAssignedResourceIdentity\"},{\"resourceType\":\"locations/registryOperationsStatus\",\"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\"],\"apiVersions\":[\"2022-10-01-preview\",\"2022-05-01-privatepreview\",\"2022-04-01-privatepreview\"]},{\"resourceType\":\"workspaces/onlineEndpoints\",\"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\"],\"apiVersions\":[\"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\",\"2020-09-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"workspaces/onlineEndpoints/deployments\",\"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\"],\"apiVersions\":[\"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\",\"2020-09-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"workspaces/onlineEndpoints/deployments/skus\",\"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\"],\"apiVersions\":[\"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\",\"2020-09-01-preview\"]},{\"resourceType\":\"workspaces/batchEndpoints\",\"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\"],\"apiVersions\":[\"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-09-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"workspaces/batchEndpoints/deployments\",\"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\"],\"apiVersions\":[\"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-09-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"workspaces/batchEndpoints/jobs\",\"locations\":[\"North Central US\",\"Canada Central\",\"Central India\",\"UK South\",\"West US\",\"Central US\",\"East Asia\",\"Japan East\",\"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\"],\"apiVersions\":[\"2020-09-01-preview\"]},{\"resourceType\":\"workspaces/batchEndpoints/deployments/jobs\",\"locations\":[\"North Central US\",\"Canada Central\",\"Central India\",\"UK South\",\"West US\",\"Central US\",\"East Asia\",\"Japan East\",\"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\"],\"apiVersions\":[\"2020-09-01-preview\"]},{\"resourceType\":\"workspaces/computes\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"SystemAssignedResourceIdentity\"},{\"resourceType\":\"workspaces/jobs\",\"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\"],\"apiVersions\":[\"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-09-01-preview\"]},{\"resourceType\":\"workspaces/codes\",\"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\"],\"apiVersions\":[\"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-09-01-preview\"]},{\"resourceType\":\"workspaces/codes/versions\",\"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\"],\"apiVersions\":[\"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-09-01-preview\"]},{\"resourceType\":\"workspaces/components\",\"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\"],\"apiVersions\":[\"2022-10-01-preview\",\"2022-10-01\",\"2022-06-01-preview\",\"2022-05-01\",\"2022-02-01-preview\",\"2021-10-01\",\"2020-09-01-preview\"]},{\"resourceType\":\"workspaces/components/versions\",\"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\"],\"apiVersions\":[\"2022-10-01-preview\",\"2022-10-01\",\"2022-06-01-preview\",\"2022-05-01\",\"2022-02-01-preview\",\"2021-10-01\",\"2020-09-01-preview\"]},{\"resourceType\":\"workspaces/environments\",\"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\"],\"apiVersions\":[\"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-09-01-preview\"]},{\"resourceType\":\"workspaces/environments/versions\",\"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\"],\"apiVersions\":[\"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-09-01-preview\"]},{\"resourceType\":\"workspaces/data\",\"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\"],\"apiVersions\":[\"2022-10-01-preview\",\"2022-10-01\",\"2022-06-01-preview\",\"2022-05-01\",\"2022-02-01-preview\",\"2021-03-01-preview\",\"2020-09-01-preview\"]},{\"resourceType\":\"workspaces/data/versions\",\"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\"],\"apiVersions\":[\"2022-10-01-preview\",\"2022-10-01\",\"2022-06-01-preview\",\"2022-05-01\",\"2022-02-01-preview\",\"2021-03-01-preview\",\"2020-09-01-preview\"]},{\"resourceType\":\"workspaces/datasets\",\"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\"],\"apiVersions\":[\"2021-10-01\",\"2020-05-01-preview\"]},{\"resourceType\":\"workspaces/services\",\"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\"],\"apiVersions\":[\"2020-05-01-preview\"]},{\"resourceType\":\"workspaces/datastores\",\"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\"],\"apiVersions\":[\"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-09-01-preview\",\"2020-05-01-preview\"]},{\"resourceType\":\"workspaces/eventGridFilters\",\"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\"],\"apiVersions\":[\"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/models\",\"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\"],\"apiVersions\":[\"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-09-01-preview\"]},{\"resourceType\":\"workspaces/models/versions\",\"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\"],\"apiVersions\":[\"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-09-01-preview\"]},{\"resourceType\":\"operations\",\"locations\":[\"East US 2\"],\"apiVersions\":[\"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\",\"locations\":[\"East US 2\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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/mfeOperationResults\",\"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\"],\"apiVersions\":[\"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\",\"2020-09-01-preview\"]},{\"resourceType\":\"locations/mfeOperationsStatus\",\"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\"],\"apiVersions\":[\"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\",\"2020-09-01-preview\"]},{\"resourceType\":\"locations/workspaceOperationsStatus\",\"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\"],\"apiVersions\":[\"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\":\"locations/usages\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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/quotas\",\"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\"],\"apiVersions\":[\"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/updatequotas\",\"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\"],\"apiVersions\":[\"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\":\"workspaces/linkedServices\",\"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\"],\"apiVersions\":[\"2020-09-01-preview\",\"2020-05-15-preview\",\"2020-05-01-preview\",\"2020-04-01-preview\"],\"capabilities\":\"SystemAssignedResourceIdentity\"},{\"resourceType\":\"workspaces/labelingJobs\",\"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\"],\"apiVersions\":[\"2022-10-01-preview\",\"2022-06-01-preview\",\"2021-03-01-preview\",\"2020-09-01-preview\"]},{\"resourceType\":\"workspaces/schedules\",\"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\"],\"apiVersions\":[\"2022-10-01-preview\",\"2022-10-01\",\"2022-06-01-preview\"]},{\"resourceType\":\"registries/codes\",\"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\"],\"apiVersions\":[\"2022-10-01-preview\"]},{\"resourceType\":\"registries/codes/versions\",\"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\"],\"apiVersions\":[\"2022-10-01-preview\"]},{\"resourceType\":\"registries/components\",\"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\"],\"apiVersions\":[\"2022-10-01-preview\"]},{\"resourceType\":\"registries/components/versions\",\"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\"],\"apiVersions\":[\"2022-10-01-preview\"]},{\"resourceType\":\"registries/environments\",\"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\"],\"apiVersions\":[\"2022-10-01-preview\"]},{\"resourceType\":\"registries/environments/versions\",\"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\"],\"apiVersions\":[\"2022-10-01-preview\"]},{\"resourceType\":\"registries/models\",\"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\"],\"apiVersions\":[\"2022-10-01-preview\"]},{\"resourceType\":\"registries/models/versions\",\"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\"],\"apiVersions\":[\"2022-10-01-preview\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscript
2022-10-30T20:27:36.811+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: ions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.BotService\",\"namespace\":\"Microsoft.BotService\",\"authorizations\":[{\"applicationId\":\"f3723d34-6ff5-4ceb-a148-d99dcd2511fc\",\"roleDefinitionId\":\"71213c26-43ed-41d8-9905-3c12971517a3\"},{\"applicationId\":\"27a762be-14e7-4f92-899c-151877d6d497\",\"roleDefinitionId\":\"aab320d1-5b9b-4748-982e-be803163df77\"},{\"applicationId\":\"5b404cf4-a79d-4cfe-b866-24bf8e1a4921\",\"roleDefinitionId\":\"3d07f186-e6fa-4974-ac88-b88eeda6370a\"},{\"applicationId\":\"ce48853e-0605-4f77-8746-d70ac63cc6bc\",\"roleDefinitionId\":\"d5b49851-91ee-42df-9dc4-00b3a3b4d96b\"},{\"applicationId\":\"e6650347-047f-4e51-9386-839384472ea5\",\"roleDefinitionId\":\"a9b54502-e245-45bc-bd0f-aa7e1074afdc\"}],\"resourceTypes\":[{\"resourceType\":\"botServices\",\"locations\":[\"Global\",\"West Europe\",\"West US\"],\"apiVersions\":[\"2022-06-15-preview\",\"2021-05-01-preview\",\"2021-03-01\",\"2020-06-02\",\"2018-07-12\",\"2017-12-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"botServices/channels\",\"locations\":[\"Global\",\"West Europe\",\"West US\"],\"apiVersions\":[\"2022-06-15-preview\",\"2021-05-01-preview\",\"2021-03-01\",\"2020-06-02\",\"2018-07-12\",\"2017-12-01\"]},{\"resourceType\":\"botServices/connections\",\"locations\":[\"Global\",\"West Europe\",\"West US\"],\"apiVersions\":[\"2022-06-15-preview\",\"2021-05-01-preview\",\"2021-03-01\",\"2020-06-02\",\"2018-07-12\",\"2017-12-01\"]},{\"resourceType\":\"listAuthServiceProviders\",\"locations\":[\"Global\"],\"apiVersions\":[\"2022-06-15-preview\",\"2021-05-01-preview\",\"2021-03-01\",\"2020-06-02\",\"2018-07-12\",\"2017-12-01\"]},{\"resourceType\":\"listQnAMakerEndpointKeys\",\"locations\":[\"Global\"],\"apiVersions\":[\"2022-06-15-preview\"]},{\"resourceType\":\"hostSettings\",\"locations\":[\"Global\"],\"apiVersions\":[\"2022-06-15-preview\",\"2021-05-01-preview\",\"2021-03-01\"]},{\"resourceType\":\"checkNameAvailability\",\"locations\":[\"Global\"],\"apiVersions\":[\"2022-06-15-preview\",\"2021-05-01-preview\",\"2021-03-01\",\"2020-06-02\",\"2018-07-12\",\"2017-12-01\"]},{\"resourceType\":\"operations\",\"locations\":[\"Global\"],\"apiVersions\":[\"2022-06-15-preview\",\"2021-05-01-preview\",\"2021-03-01\",\"2020-06-02\",\"2018-07-12\",\"2017-12-01\"]},{\"resourceType\":\"botServices/privateEndpointConnectionProxies\",\"locations\":[\"Global\",\"West Europe\",\"West US\"],\"apiVersions\":[\"2022-06-15-preview\",\"2021-05-01-preview\",\"2021-03-01\"]},{\"resourceType\":\"botServices/privateEndpointConnections\",\"locations\":[\"Global\",\"West Europe\",\"West US\"],\"apiVersions\":[\"2022-06-15-preview\",\"2021-05-01-preview\",\"2021-03-01\"]},{\"resourceType\":\"botServices/privateLinkResources\",\"locations\":[\"Global\",\"West Europe\",\"West US\"],\"apiVersions\":[\"2022-06-15-preview\",\"2021-05-01-preview\",\"2021-03-01\"]},{\"resourceType\":\"operationResults\",\"locations\":[\"Global\"],\"apiVersions\":[\"2022-06-15-preview\",\"2021-05-01-preview\",\"2021-03-01\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.Maintenance\",\"namespace\":\"Microsoft.Maintenance\",\"authorization\":{\"applicationId\":\"f18474f2-a66a-4bb0-a3c9-9b8d892092fa\",\"roleDefinitionId\":\"2f1ef7b0-d5c4-4d3c-98fa-6a9fa8e74aa5\"},\"resourceTypes\":[{\"resourceType\":\"maintenanceConfigurations\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"updates\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"configurationAssignments\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"applyUpdates\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"publicMaintenanceConfigurations\",\"locations\":[],\"apiVersions\":[\"2022-07-01-preview\",\"2021-09-01-preview\",\"2021-05-01\",\"2021-04-01-preview\",\"2020-07-01-preview\"]},{\"resourceType\":\"operations\",\"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\"],\"apiVersions\":[\"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\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.Databricks\",\"namespace\":\"Microsoft.Databricks\",\"authorizations\":[{\"applicationId\":\"d9327919-6775-4843-9037-3fb0fb0473cb\",\"roleDefinitionId\":\"f31567d0-b61f-43c2-97a5-a98cdc3bfcb6\",\"managedByRoleDefinitionId\":\"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"},{\"applicationId\":\"2ff814a6-3304-4ab8-85cb-cd0e6f879c1d\",\"roleDefinitionId\":\"f31567d0-b61f-43c2-97a5-a98cdc3bfcb6\",\"managedByRoleDefinitionId\":\"8e3af657-a8ff-443c-a75c-2fe8c4bcb635\"}],\"resourceTypes\":[{\"resourceType\":\"workspaces\",\"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\",\"West Central US\",\"West US 3\"],\"apiVersions\":[\"2022-04-01-preview\",\"2021-04-01-preview\",\"2018-04-01\"],\"capabilities\":\"SystemAssignedResourceIdentity\"},{\"resourceType\":\"accessConnectors\",\"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\",\"West Central US\",\"West US 3\"],\"apiVersions\":[\"2022-04-01-preview\"],\"capabilities\":\"SystemAssignedResourceIdentity\"},{\"resourceType\":\"workspaces/virtualNetworkPeerings\",\"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\",\"West Central US\",\"West US 3\"],\"apiVersions\":[\"2022-04-01-preview\",\"2021-04-01-preview\",\"2018-04-01\"]},{\"resourceType\":\"workspaces/dbWorkspaces\",\"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\",\"West Central US\",\"West US 3\"],\"apiVersions\":[\"2018-04-01\"]},{\"resourceType\":\"operations\",\"locations\":[\"West US\",\"West Europe\",\"Japan East\",\"East US\",\"Korea Central\",\"Central US\",\"West US 2\",\"East US 2\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"South Central US\",\"North Central US\",\"UK West\",\"UK South\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Australia Central 2\",\"Japan West\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"West India\",\"South Africa North\",\"UAE North\",\"Brazil South\",\"France Central\",\"Switzerland North\",\"Norway East\",\"Germany West Central\",\"Switzerland West\",\"Sweden Central\",\"West Central US\",\"West US 3\"],\"apiVersions\":[\"2022-04-01-preview\",\"2021-04-01-preview\",\"2018-04-01\"]},{\"resourceType\":\"locations\",\"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\",\"West Central US\",\"West US 3\"],\"apiVersions\":[\"2022-04-01-preview\",\"2021-04-01-preview\",\"2018-04-01\",\"2018-03-15\",\"2018-03-01\"]},{\"resourceType\":\"locations/operationstatuses\",\"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\",\"West Central US\",\"West US 3\"],\"apiVersions\":[\"2022-04-01-preview\",\"2021-04-01-preview\",\"2018-04-01\"]},{\"resourceType\":\"locations/getNetworkPolicies\",\"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\",\"West Central US\",\"West US 3\"],\"apiVersions\":[\"2022-04-01-preview\",\"2021-04-01-preview\",\"2018-04-01\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.HealthcareApis\",\"namespace\":\"Microsoft.HealthcareApis\",\"authorizations\":[{\"applicationId\":\"4f6778d8-5aef-43dc-a1ff-b073724b9495\"},{\"applicationId\":\"3274406e-4e0a-4852-ba4f-d7226630abb7\",\"roleDefinitionId\":\"e39edba5-cde8-4529-ba1f-159138220220\"},{\"applicationId\":\"894b1496-c6e0-4001-b69c-81b327564ca4\",\"roleDefinitionId\":\"c69c1f48-8535-41e7-9667-539790b1c663\"},{\"applicationId\":\"75e725bf-66ce-4cea-9b9a-5c4caae57f33\"}],\"resourceTypes\":[{\"resourceType\":\"services\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"services/privateEndpointConnectionProxies\",\"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\"],\"apiVersions\":[\"2022-06-01\",\"2022-05-15\",\"2022-01-31-preview\",\"2021-11-01\",\"2021-06-01-preview\",\"2020-03-30\"]},{\"resourceType\":\"services/privateEndpointConnections\",\"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\"],\"apiVersions\":[\"2022-06-01\",\"2022-05-15\",\"2022-01-31-preview\",\"2021-11-01\",\"2021-06-01-preview\",\"2020-03-30\"]},{\"resourceType\":\"services/privateLinkResources\",\"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\"],\"apiVersions\":[\"2022-06-01\",\"2022-05-15\",\"2022-01-31-preview\",\"2021-11-01\",\"2021-06-01-preview\",\"2020-03-30\"]},{\"resourceType\":\"services/iomtconnectors\",\"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\"],\"apiVersions\":[\"2020-05-01-preview\"]},{\"resourceType\":\"services/iomtconnectors/connections\",\"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\"],\"apiVersions\":[\"2020-05-01-preview\"]},{\"resourceType\":\"services/iomtconnectors/mappings\",\"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\"],\"apiVersions\":[\"2020-05-01-preview\"]},{\"resourceType\":\"workspaces\",\"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\"],\"apiVersions\":[\"2022-06-01\",\"2022-05-15\",\"2022-01-31-preview\",\"2021-11-01\",\"2021-06-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"workspaces/privateEndpointConnectionProxies\",\"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\"],\"apiVersions\":[\"2022-06-01\",\"2022-05-15\",\"2022-01-31-preview\",\"2021-11-01\"]},{\"resourceType\":\"workspaces/privateEndpointConnections\",\"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\"],\"apiVersions\":[\"2022-06-01\",\"2022-05-15\",\"2022-01-31-preview\",\"2021-11-01\"]},{\"resourceType\":\"workspaces/privateLinkResources\",\"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\"],\"apiVersions\":[\"2022-06-01\",\"2022-05-15\",\"2022-01-31-preview\",\"2021-11-01\"]},{\"resourceType\":\"workspaces/dicomservices\",\"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\"],\"apiVersions\":[\"2022-06-01\",\"2022-05-15\",\"2022-01-31-preview\",\"2021-11-01\",\"2021-06-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"workspaces/iotconnectors\",\"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\"],\"apiVersions\":[\"2022-06-01\",\"2022-05-15\",\"2022-01-31-preview\",\"2021-11-01\",\"2021-06-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"workspaces/iotconnectors/fhirdestinations\",\"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\"],\"apiVersions\":[\"2022-06-01\",\"2022-05-15\",\"2022-01-31-preview\",\"2021-11-01\",\"2021-06-01-preview\"]},{\"resourceType\":\"workspaces/fhirservices\",\"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\"],\"apiVersions\":[\"2022-06-01\",\"2022-05-15\",\"2022-01-31-preview\",\"2021-11-01\",\"2021-06-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"workspaces/eventGridFilters\",\"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\"],\"apiVersions\":[\"2022-06-01\",\"2022-05-15\",\"2022-01-31-preview\",\"2021-11-01\"]},{\"resourceType\":\"locations\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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\":\"checkNameAvailability\",\"locations\":[],\"apiVersions\":[\"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\":\"operations\",\"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\"],\"apiVersions\":[\"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\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.Cdn\",\"namespace\":\"Microsoft.Cdn\",\"authorizations\":[{\"applicationId\":\"92b61450-2139-4e4a-a0cc-898eced7a779\",\"roleDefinitionId\":\"067b29c5-33d0-424f-9209-a02a6cc90732\"}],\"resourceTypes\":[{\"resourceType\":\"profiles\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"profiles/endpoints\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"profiles/endpoints/origins\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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/customdomains\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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/originresults\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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/customdomainresults\",\"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\"],\"apiVersions\":[\"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\":\"checkNameAvailability\",\"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\"],\"apiVersions\":[\"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\":\"checkEndpointNameAvailability\",\"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\"],\"apiVersions\":[\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\"]},{\"resourceType\":\"checkResourceUsage\",\"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\"],\"apiVersions\":[\"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\":\"validateProbe\",\"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\"],\"apiVersions\":[\"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\":\"canMigrate\",\"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\"],\"apiVersions\":[\"2022-11-01-preview\",\"2022-05-01-preview\"]},{\"resourceType\":\"migrate\",\"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\"],\"apiVersions\":[\"2022-11-01-preview\",\"2022-05-01-preview\"]},{\"resourceType\":\"operations\",\"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\"],\"apiVersions\":[\"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\":\"edgenodes\",\"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\"],\"apiVersions\":[\"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\":\"CdnWebApplicationFirewallPolicies\",\"locations\":[\"global\"],\"apiVersions\":[\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\",\"2020-04-15\",\"2019-06-15-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"CdnWebApplicationFirewallManagedRuleSets\",\"locations\":[],\"apiVersions\":[\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\",\"2020-04-15\",\"2019-06-15-preview\"]},{\"resourceType\":\"profiles/afdendpoints\",\"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\"],\"apiVersions\":[\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"profiles/afdendpoints/routes\",\"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\"],\"apiVersions\":[\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"]},{\"resourceType\":\"profiles/customdomains\",\"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\"],\"apiVersions\":[\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"]},{\"resourceType\":\"profiles/origingroups\",\"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\"],\"apiVersions\":[\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"]},{\"resourceType\":\"profiles/origingroups/origins\",\"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\"],\"apiVersions\":[\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"]},{\"resourceType\":\"profiles/rulesets\",\"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\"],\"apiVersions\":[\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"]},{\"resourceType\":\"profiles/rulesets/rules\",\"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\"],\"apiVersions\":[\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"]},{\"resourceType\":\"profiles/secrets\",\"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\"],\"apiVersions\":[\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"]},{\"resourceType\":\"validateSecret\",\"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\"],\"apiVersions\":[\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"]},{\"resourceType\":\"profiles/securitypolicies\",\"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\"],\"apiVersions\":[\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"]},{\"resourceType\":\"operationresults/profileresults/afdendpointresults\",\"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\"],\"apiVersions\":[\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"]},{\"resourceType\":\"operationresults/profileresults/afdendpointresults/routeresults\",\"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\"],\"apiVersions\":[\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"]},{\"resourceType\":\"operationresults/profileresults/customdomainresults\",\"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\"],\"apiVersions\":[\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"]},{\"resourceType\":\"operationresults/profileresults/origingroupresults\",\"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\"],\"apiVersions\":[\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"]},{\"resourceType\":\"operationresults/profileresults/origingroupresults/originresults\",\"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\"],\"apiVersions\":[\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"]},{\"resourceType\":\"operationresults/profileresults/rulesetresults\",\"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\"],\"apiVersions\":[\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"]},{\"resourceType\":\"operationresults/profileresults/rulesetresults/ruleresults\",\"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\"],\"apiVersions\":[\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"]},{\"resourceType\":\"operationresults/profileresults/secretresults\",\"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\"],\"apiVersions\":[\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"]},{\"resourceType\":\"operationresults/profileresults/securitypoliciesresults\",\"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\"],\"apiVersions\":[\"2022-11-01-preview\",\"2022-05-01-preview\",\"2021-06-01\",\"2020-09-01\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.SecurityInsights\",\"namespace\":\"Microsoft.SecurityInsights\",\"authorizations\":[{\"applicationId\":\"98785600-1bb7-4fb9-b9fa-19afe2c8a360\",\"roleDefinitionId\":\"ef1c46aa-ae81-4091-ab83-f75f28efb7b8\"}],\"resourceTypes\":[{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"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\":\"alertRules\",\"locations\":[\"West Europe\",\"North Europe\",\"France Central\",\"UK South\",\"UK West\",\"France South\",\"Switzerland North\",\"Switzerland West\",\"Norway East\",\"Norway West\",\"Germany West Central\"],\"apiVersions\":[\"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\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"alertRuleTemplates\",\"locations\":[\"West Europe\",\"North Europe\",\"France Central\",\"UK South\",\"UK West\",\"France South\",\"Switzerland North\",\"Switzerland West\",\"Norway East\",\"Norway West\",\"Germany West Central\"],\"apiVersions\":[\"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\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"cases\",\"locations\":[\"West Europe\",\"North Europe\",\"France Central\",\"UK South\",\"UK West\",\"France South\",\"Switzerland North\",\"Switzerland West\",\"Norway East\",\"Norway West\",\"Germany West Central\"],\"apiVersions\":[\"2019-01-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"bookmarks\",\"locations\":[\"West Europe\",\"North Europe\",\"France Central\",\"UK South\",\"UK West\",\"France South\",\"Switzerland North\",\"Switzerland West\",\"Norway East\",\"Norway West\",\"Germany West Central\"],\"apiVersions\":[\"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\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"dataConnectors\",\"locations\":[\"West Europe\",\"North Europe\",\"France Central\",\"UK South\",\"UK West\",\"France South\",\"Switzerland North\",\"Switzerland West\",\"Norway East\",\"Norway West\",\"Germany West Central\"],\"apiVersions\":[\"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\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"dataConnectorDefinitions\",\"locations\":[\"West Europe\",\"North Europe\",\"France Central\",\"UK South\",\"UK West\",\"France South\",\"Switzerland North\",\"Switzerland West\",\"Norway East\",\"Norway West\",\"Germany West Central\"],\"apiVersions\":[\"2022-11-01-preview\",\"2022-10-01-preview\",\"2022-09-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"dataConnectorsCheckRequirements\",\"locations\":[\"West Europe\",\"North Europe\",\"France Central\",\"UK South\",\"UK West\",\"France South\",\"Switzerland North\",\"Switzerland West\",\"Norway East\",\"Norway West\",\"Germany West Central\"],\"apiVersions\":[\"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\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"enrichment\",\"locations\":[\"West Europe\",\"North Europe\",\"France Central\",\"UK South\",\"UK West\",\"France South\",\"Switzerland North\",\"Switzerland West\",\"Norway East\",\"Norway West\",\"Germany West Central\"],\"apiVersions\":[\"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\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"fileImports\",\"locations\":[\"West Europe\",\"North Europe\",\"France Central\",\"UK South\",\"UK West\",\"France South\",\"Switzerland North\",\"Switzerland West\",\"Norway East\",\"Norway West\",\"Germany West Central\"],\"apiVersions\":[\"2022-11-01-preview\",\"2022-10-01-preview\",\"2022-09-01-preview\",\"2022-08-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"entities\",\"locations\":[\"West Europe\",\"North Europe\",\"France Central\",\"UK South\",\"UK West\",\"France South\",\"Switzerland North\",\"Switzerland West\",\"Norway East\",\"Norway West\",\"Germany West Central\"],\"apiVersions\":[\"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\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"incidents\",\"locations\":[\"West Europe\",\"North Europe\",\"France Central\",\"UK South\",\"UK West\",\"France South\",\"Switzerland North\",\"Switzerland West\",\"Norway East\",\"Norway West\",\"Germany West Central\"],\"apiVersions\":[\"2023-02-01-preview\",\"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\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"officeConsents\",\"locations\":[\"West Europe\",\"North Europe\",\"France Central\",\"UK South\",\"UK West\",\"France South\",\"Switzerland North\",\"Switzerland West\",\"Norway East\",\"Norway West\",\"Germany West Central\"],\"apiVersions\":[\"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\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"settings\",\"locations\":[\"West Europe\",\"North Europe\",\"France Central\",\"UK South\",\"UK West\",\"France South\",\"Switzerland North\",\"Switzerland West\",\"Norway East\",\"Norway West\",\"Germany West Central\"],\"apiVersions\":[\"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\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"aggregations\",\"locations\":[\"West Europe\",\"North Europe\",\"France Central\",\"UK South\",\"UK West\",\"France South\",\"Switzerland North\",\"Switzerland West\",\"Norway East\",\"Norway West\",\"Germany West Central\"],\"apiVersions\":[\"2019-01-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"entityQueries\",\"locations\":[\"West Europe\",\"North Europe\",\"France Central\",\"UK South\",\"UK West\",\"France South\",\"Switzerland North\",\"Switzerland West\",\"Norway East\",\"Norway West\",\"Germany West Central\"],\"apiVersions\":[\"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\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"entityQueryTemplates\",\"locations\":[\"West Europe\",\"North Europe\",\"France Central\",\"UK South\",\"UK West\",\"France South\",\"Switzerland North\",\"Switzerland West\",\"Norway East\",\"Norway West\",\"Germany West Central\"],\"apiVersions\":[\"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\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"threatIntelligence\",\"locations\":[\"West Europe\",\"North Europe\",\"France Central\",\"UK South\",\"UK West\",\"France South\",\"Switzerland North\",\"Switzerland West\",\"Norway East\",\"Norway West\",\"Germany West Central\"],\"apiVersions\":[\"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\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"automationRules\",\"locations\":[\"West Europe\",\"North Europe\",\"France Central\",\"UK South\",\"UK West\",\"France South\",\"Switzerland North\",\"Switzerland West\",\"Norway East\",\"Norway West\",\"Germany West Central\"],\"apiVersions\":[\"2023-02-01-preview\",\"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\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"sourceControls\",\"locations\":[\"West Europe\",\"North Europe\",\"France Central\",\"UK South\",\"UK West\",\"France South\",\"Switzerland North\",\"Switzerland West\",\"Norway East\",\"Norway West\",\"Germany West Central\"],\"apiVersions\":[\"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\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"listrepositories\",\"locations\":[\"West Europe\",\"North Europe\",\"France Central\",\"UK South\",\"UK West\",\"France South\",\"Switzerland North\",\"Switzerland West\",\"Norway East\",\"Norway West\",\"Germany West Central\"],\"apiVersions\":[\"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\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"watchlists\",\"locations\":[\"West Europe\",\"North Europe\",\"France Central\",\"UK South\",\"UK West\",\"France South\",\"Switzerland North\",\"Switzerland West\",\"Norway East\",\"Norway West\",\"Germany West Central\"],\"apiVersions\":[\"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\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"confidentialWatchlists\",\"locations\":[\"West Europe\",\"North Europe\",\"France Central\",\"UK South\",\"UK West\",\"France South\",\"Switzerland North\",\"Switzerland West\",\"Norway East\",\"Norway West\",\"Germany West Central\"],\"apiVersions\":[\"2022-11-01-preview\",\"2022-10-01-preview\",\"2022-09-01-preview\",\"2022-08-01-preview\",\"2022-07-01-preview\",\"2022-06-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"huntsessions\",\"locations\":[\"West Europe\",\"North Europe\",\"France Central\",\"UK South\",\"UK West\",\"France South\",\"Switzerland North\",\"Switzerland West\",\"Norway East\",\"Norway West\",\"Germany West Central\"],\"apiVersions\":[\"2022-11-01-preview\",\"2022-10-01-preview\",\"2022-09-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"onboardingStates\",\"locations\":[\"West Europe\",\"North Europe\",\"France Central\",\"UK South\",\"UK West\",\"France South\",\"Switzerland North\",\"Switzerland West\",\"Norway East\",\"Norway West\",\"Germany West Central\"],\"apiVersions\":[\"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\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"metadata\",\"locations\":[\"West Europe\",\"North Europe\",\"France Central\",\"UK South\",\"UK West\",\"France South\",\"Switzerland North\",\"Switzerland West\",\"Norway East\",\"Norway West\",\"Germany West Central\"],\"apiVersions\":[\"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\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"contentPackages\",\"locations\":[\"West Europe\",\"North Europe\",\"France Central\",\"UK South\",\"UK West\",\"France South\",\"Switzerland North\",\"Switzerland West\",\"Norway East\",\"Norway West\",\"Germany West Central\"],\"apiVersions\":[\"2022-11-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"contentTemplates\",\"locations\":[\"West Europe\",\"North Europe\",\"France Central\",\"UK South\",\"UK West\",\"France South\",\"Switzerland North\",\"Switzerland West\",\"Norway East\",\"Norway West\",\"Germany West Central\"],\"apiVersions\":[\"2022-11-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"MitreCoverageRecords\",\"locations\":[\"West Europe\",\"North Europe\",\"France Central\",\"UK South\",\"UK West\",\"France South\",\"Switzerland North\",\"Switzerland West\",\"Norway East\",\"Norway West\",\"Germany West Central\"],\"apiVersions\":[\"2022-11-01-preview\",\"2022-10-01-preview\",\"2022-09-01
2022-10-30T20:27:36.811+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: -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\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"overview\",\"locations\":[\"West Europe\",\"North Europe\",\"France Central\",\"UK South\",\"UK West\",\"France South\",\"Switzerland North\",\"Switzerland West\",\"Norway East\",\"Norway West\",\"Germany West Central\"],\"apiVersions\":[\"2022-11-01-preview\",\"2022-10-01-preview\",\"2022-09-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"recommendations\",\"locations\":[\"West Europe\",\"North Europe\",\"France Central\",\"UK South\",\"UK West\",\"France South\",\"Switzerland North\",\"Switzerland West\",\"Norway East\",\"Norway West\",\"Germany West Central\"],\"apiVersions\":[\"2022-11-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"securityMLAnalyticsSettings\",\"locations\":[\"West Europe\",\"North Europe\",\"France Central\",\"UK South\",\"UK West\",\"France South\",\"Switzerland North\",\"Switzerland West\",\"Norway East\",\"Norway West\",\"Germany West Central\"],\"apiVersions\":[\"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\"],\"capabilities\":\"SupportsExtension\"}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.CognitiveServices\",\"namespace\":\"Microsoft.CognitiveServices\",\"authorizations\":[{\"applicationId\":\"7d312290-28c8-473c-a0ed-8e53749b6d6d\",\"roleDefinitionId\":\"5cb87f79-a7c3-4a95-9414-45b65974b51b\"}],\"resourceTypes\":[{\"resourceType\":\"accounts\",\"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\"],\"apiVersions\":[\"2022-10-01\",\"2022-03-01\",\"2021-10-01\",\"2021-04-30\",\"2017-04-18\",\"2016-02-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"operations\",\"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\"],\"apiVersions\":[\"2022-10-01\",\"2022-03-01\",\"2021-10-01\",\"2021-04-30\",\"2017-04-18\",\"2016-02-01-preview\"]},{\"resourceType\":\"locations/operationResults\",\"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\"],\"apiVersions\":[\"2022-10-01\",\"2022-03-01\",\"2021-10-01\",\"2021-04-30\",\"2017-04-18\",\"2016-02-01-preview\"]},{\"resourceType\":\"locations\",\"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\"],\"apiVersions\":[\"2022-10-01\",\"2022-03-01\",\"2021-10-01\",\"2021-04-30\",\"2017-04-18\",\"2016-02-01-preview\"]},{\"resourceType\":\"locations/deleteVirtualNetworkOrSubnets\",\"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\"],\"apiVersions\":[\"2022-10-01\",\"2022-03-01\",\"2021-10-01\",\"2021-04-30\",\"2017-04-18\",\"2016-02-01-preview\"]},{\"resourceType\":\"locations/checkSkuAvailability\",\"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\"],\"apiVersions\":[\"2022-10-01\",\"2022-03-01\",\"2021-10-01\",\"2021-04-30\",\"2017-04-18\",\"2016-02-01-preview\"]},{\"resourceType\":\"checkDomainAvailability\",\"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\"],\"apiVersions\":[\"2022-10-01\",\"2022-03-01\",\"2021-10-01\",\"2021-04-30\",\"2017-04-18\",\"2016-02-01-preview\"]},{\"resourceType\":\"accounts/privateLinkResources\",\"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\"],\"apiVersions\":[\"2022-10-01\",\"2022-03-01\",\"2021-10-01\",\"2021-04-30\",\"2017-04-18\"]},{\"resourceType\":\"accounts/privateEndpointConnections\",\"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\"],\"apiVersions\":[\"2022-10-01\",\"2022-03-01\",\"2021-10-01\",\"2021-04-30\",\"2017-04-18\"]},{\"resourceType\":\"accounts/privateEndpointConnectionProxies\",\"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\"],\"apiVersions\":[\"2022-10-01\",\"2022-03-01\",\"2021-10-01\",\"2021-04-30\",\"2017-04-18\"]},{\"resourceType\":\"deletedAccounts\",\"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\"],\"apiVersions\":[\"2022-10-01\",\"2022-03-01\",\"2021-10-01\",\"2021-04-30\"]},{\"resourceType\":\"locations/resourceGroups\",\"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\"],\"apiVersions\":[\"2022-10-01\",\"2022-03-01\",\"2021-10-01\",\"2021-04-30\"]},{\"resourceType\":\"locations/resourceGroups/deletedAccounts\",\"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\"],\"apiVersions\":[\"2022-10-01\",\"2022-03-01\",\"2021-10-01\",\"2021-04-30\"]},{\"resourceType\":\"locations/commitmentTiers\",\"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\"],\"apiVersions\":[\"2022-10-01\",\"2022-03-01\",\"2021-10-01\"]},{\"resourceType\":\"locations/notifyNetworkSecurityPerimeterUpdatesAvailable\",\"locations\":[\"Central US EUAP\",\"East US 2 EUAP\",\"North Central US\"],\"apiVersions\":[\"2021-10-01\"]},{\"resourceType\":\"accounts/networkSecurityPerimeterAssociationProxies\",\"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\"],\"apiVersions\":[\"2021-10-01\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.Media\",\"namespace\":\"Microsoft.Media\",\"authorization\":{\"applicationId\":\"374b2a64-3b6b-436b-934c-b820eacca870\",\"roleDefinitionId\":\"aab70789-0cec-44b5-95d7-84b64c9487af\"},\"resourceTypes\":[{\"resourceType\":\"mediaservices\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"videoAnalyzers\",\"locations\":[\"Southeast Asia\",\"Australia East\",\"North Europe\",\"West Europe\",\"Central India\",\"Japan East\",\"Korea Central\",\"East US 2\",\"West US 2\"],\"apiVersions\":[\"2021-11-01-preview\",\"2021-05-01-privatepreview\",\"2021-05-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"mediaservices/assets\",\"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\"],\"apiVersions\":[\"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/tracks\",\"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\"],\"apiVersions\":[\"2022-08-01\",\"2021-11-01\"]},{\"resourceType\":\"mediaservices/contentKeyPolicies\",\"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\"],\"apiVersions\":[\"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/streamingLocators\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"2018-02-05\"]},{\"resourceType\":\"mediaservices/transforms\",\"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\"],\"apiVersions\":[\"2021-11-01\",\"2021-06-01\",\"2020-05-01\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\"]},{\"resourceType\":\"mediaservices/transforms/jobs\",\"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\"],\"apiVersions\":[\"2021-11-01\",\"2021-06-01\",\"2020-05-01\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\"]},{\"resourceType\":\"mediaservices/streamingEndpoints\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"mediaservices/liveEvents\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"mediaservices/liveEvents/liveOutputs\",\"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\"],\"apiVersions\":[\"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/streamingEndpointOperations\",\"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\"],\"apiVersions\":[\"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/liveEventOperations\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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/privateEndpointConnectionProxies\",\"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\"],\"apiVersions\":[\"2021-11-01\",\"2021-06-01\",\"2021-05-01\",\"2020-05-01\"]},{\"resourceType\":\"mediaservices/privateEndpointConnections\",\"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\"],\"apiVersions\":[\"2021-11-01\",\"2021-06-01\",\"2021-05-01\",\"2020-05-01\"]},{\"resourceType\":\"mediaservices/privateEndpointConnectionOperations\",\"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\"],\"apiVersions\":[\"2021-11-01\",\"2021-06-01\",\"2021-05-01\",\"2020-05-01\"]},{\"resourceType\":\"locations/mediaServicesOperationStatuses\",\"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\"],\"apiVersions\":[\"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/mediaServicesOperationResults\",\"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\"],\"apiVersions\":[\"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/assets/assetFilters\",\"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\"],\"apiVersions\":[\"2022-08-01\",\"2021-11-01\",\"2021-06-01\",\"2020-05-01\",\"2018-07-01\"]},{\"resourceType\":\"mediaservices/accountFilters\",\"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\"],\"apiVersions\":[\"2022-08-01\",\"2021-11-01\",\"2021-06-01\",\"2020-05-01\",\"2018-07-01\"]},{\"resourceType\":\"videoAnalyzers/accessPolicies\",\"locations\":[\"Southeast Asia\",\"Australia East\",\"North Europe\",\"West Europe\",\"Central India\",\"Japan East\",\"Korea Central\",\"East US 2\",\"West US 2\"],\"apiVersions\":[\"2021-11-01-preview\",\"2021-05-01-privatepreview\",\"2021-05-01-preview\"]},{\"resourceType\":\"videoAnalyzers/edgeModules\",\"locations\":[\"Southeast Asia\",\"Australia East\",\"North Europe\",\"West Europe\",\"Central India\",\"Japan East\",\"Korea Central\",\"East US 2\",\"West US 2\"],\"apiVersions\":[\"2021-11-01-preview\",\"2021-05-01-privatepreview\",\"2021-05-01-preview\"]},{\"resourceType\":\"videoAnalyzers/pipelineTopologies\",\"locations\":[\"Southeast Asia\",\"Australia East\",\"North Europe\",\"West Europe\",\"Central India\",\"Japan East\",\"Korea Central\",\"East US 2\",\"West US 2\"],\"apiVersions\":[\"2021-11-01-preview\",\"2021-05-01-privatepreview\"]},{\"resourceType\":\"videoAnalyzers/livePipelines\",\"locations\":[\"Southeast Asia\",\"Australia East\",\"North Europe\",\"West Europe\",\"Central India\",\"Japan East\",\"Korea Central\",\"East US 2\",\"West US 2\"],\"apiVersions\":[\"2021-11-01-preview\",\"2021-05-01-privatepreview\"]},{\"resourceType\":\"videoAnalyzers/pipelineJobs\",\"locations\":[\"Southeast Asia\",\"Australia East\",\"North Europe\",\"West Europe\",\"Central India\",\"Japan East\",\"Korea Central\",\"East US 2\",\"West US 2\"],\"apiVersions\":[\"2021-11-01-preview\"]},{\"resourceType\":\"videoAnalyzers/videos\",\"locations\":[\"Southeast Asia\",\"Australia East\",\"North Europe\",\"West Europe\",\"Central India\",\"Japan East\",\"Korea Central\",\"East US 2\",\"West US 2\"],\"apiVersions\":[\"2021-11-01-preview\",\"2021-05-01-privatepreview\",\"2021-05-01-preview\"]},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2021-11-01-preview\",\"2021-11-01\",\"2021-06-01\",\"2021-05-01-privatepreview\",\"2021-05-01-preview\",\"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\"]},{\"resourceType\":\"checknameavailability\",\"locations\":[],\"apiVersions\":[\"2015-10-01\",\"2015-04-01\"]},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2021-11-01-preview\",\"2021-11-01\",\"2021-06-01\",\"2021-05-01-privatepreview\",\"2021-05-01-preview\",\"2021-05-01\",\"2020-05-01\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\",\"2016-05-01-preview\"]},{\"resourceType\":\"locations/checkNameAvailability\",\"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\"],\"apiVersions\":[\"2021-11-01-preview\",\"2021-11-01\",\"2021-06-01\",\"2021-05-01-privatepreview\",\"2021-05-01-preview\",\"2021-05-01\",\"2020-05-01\",\"2018-07-01\",\"2018-06-01-preview\",\"2018-03-30-preview\",\"2016-05-01-preview\"]},{\"resourceType\":\"locations/videoAnalyzerOperationStatuses\",\"locations\":[\"Southeast Asia\",\"Australia East\",\"North Europe\",\"West Europe\",\"Central India\",\"Japan East\",\"Korea Central\",\"East US 2\",\"West US 2\"],\"apiVersions\":[\"2021-11-01-preview\"]},{\"resourceType\":\"locations/videoAnalyzerOperationResults\",\"locations\":[\"Southeast Asia\",\"Australia East\",\"North Europe\",\"West Europe\",\"Central India\",\"Japan East\",\"Korea Central\",\"East US 2\",\"West US 2\"],\"apiVersions\":[\"2021-11-01-preview\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.RecoveryServices\",\"namespace\":\"Microsoft.RecoveryServices\",\"authorizations\":[{\"applicationId\":\"262044b1-e2ce-469f-a196-69ab7ada62d3\",\"roleDefinitionId\":\"21CEC436-F7D0-4ADE-8AD8-FEC5668484CC\"},{\"applicationId\":\"b8340c3b-9267-498f-b21a-15d5547fd85e\",\"roleDefinitionId\":\"8A00C8EA-8F1B-45A7-8F64-F4CC61EEE9B6\"},{\"applicationId\":\"3b2fa68d-a091-48c9-95be-88d572e08fb7\",\"roleDefinitionId\":\"47d68fae-99c7-4c10-b9db-2316116a061e\"},{\"applicationId\":\"9bdab391-7bbe-42e8-8132-e4491dc29cc0\",\"roleDefinitionId\":\"0383f7f5-023d-4379-b2c7-9ef786459969\"},{\"applicationId\":\"e81c7467-0fc3-4866-b814-c973488361cd\",\"roleDefinitionId\":\"212c936c-5360-4b3b-b2a1-b1eba3849a6f\"},{\"applicationId\":\"c505e273-0ba0-47e7-a0bd-f48042b4524d\",\"roleDefinitionId\":\"a3d1c624-1f2f-41e8-9dc7-53fd55bcd821\"}],\"resourceTypes\":[{\"resourceType\":\"vaults\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"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\":\"locations\",\"locations\":[],\"apiVersions\":[\"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/backupStatus\",\"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\"],\"apiVersions\":[\"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/checkNameAvailability\",\"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\"],\"apiVersions\":[\"2018-01-10\"]},{\"resourceType\":\"locations/allocatedStamp\",\"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\"],\"apiVersions\":[\"2016-06-01\",\"2015-08-15\"]},{\"resourceType\":\"locations/allocateStamp\",\"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\"],\"apiVersions\":[\"2016-06-01\",\"2015-08-15\"]},{\"resourceType\":\"locations/backupValidateFeatures\",\"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\"],\"apiVersions\":[\"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/backupPreValidateProtection\",\"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\"],\"apiVersions\":[\"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/backupCrrJobs\",\"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\"],\"apiVersions\":[\"2021-11-15\",\"2018-12-20-preview\",\"2018-12-20\"]},{\"resourceType\":\"locations/backupCrrJob\",\"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\"],\"apiVersions\":[\"2021-11-15\",\"2018-12-20-preview\",\"2018-12-20\"]},{\"resourceType\":\"locations/backupAadProperties\",\"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\"],\"apiVersions\":[\"2021-11-15\",\"2018-12-20-preview\",\"2018-12-20\"]},{\"resourceType\":\"locations/backupCrossRegionRestore\",\"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\"],\"apiVersions\":[\"2021-11-15\",\"2018-12-20-preview\",\"2018-12-20\"]},{\"resourceType\":\"locations/backupCrrOperationResults\",\"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\"],\"apiVersions\":[\"2021-11-15\",\"2018-12-20-preview\",\"2018-12-20\"]},{\"resourceType\":\"locations/backupCrrOperationsStatus\",\"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\"],\"apiVersions\":[\"2021-11-15\",\"2018-12-20-preview\",\"2018-12-20\"]},{\"resourceType\":\"backupProtectedItems\",\"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\"],\"apiVersions\":[\"2017-07-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"replicationEligibilityResults\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"locations/capabilities\",\"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\"],\"apiVersions\":[\"2022-09-30-preview\",\"2022-01-31-preview\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.NotificationHubs\",\"namespace\":\"Microsoft.NotificationHubs\",\"authorizations\":[{\"applicationId\":\"3caf7e80-c1dc-4cbc-811c-d281c9d5e45c\",\"roleDefinitionId\":\"8cbd263b-bab7-4bc3-a158-19543aabc9eb\"}],\"resourceTypes\":[{\"resourceType\":\"namespaces\",\"locations\":[\"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\"],\"apiVersions\":[\"2020-01-01-preview\",\"2017-04-01\",\"2016-03-01\",\"2014-09-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"namespaces/notificationHubs\",\"locations\":[\"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\"],\"apiVersions\":[\"2020-01-01-preview\",\"2017-04-01\",\"2016-03-01\",\"2014-09-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"checkNamespaceAvailability\",\"locations\":[\"West US 3\",\"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\"],\"apiVersions\":[\"2020-01-01-preview\",\"2017-04-01\",\"2016-03-01\",\"2014-09-01\"]},{\"resourceType\":\"checkNameAvailability\",\"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\"],\"apiVersions\":[\"2017-04-01\",\"2016-03-01\",\"2014-09-01\"]},{\"resourceType\":\"operations\",\"locations\":[\"West US 3\",\"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\"],\"apiVersions\":[\"2020-01-01-preview\",\"2017-04-01\",\"2016-03-01\",\"2014-09-01\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.PolicyInsights\",\"namespace\":\"Microsoft.PolicyInsights\",\"authorizations\":[{\"applicationId\":\"1d78a85d-813d-46f0-b496-dd72f50a3ec0\",\"roleDefinitionId\":\"63d2b225-4c34-4641-8768-21a1f7c68ce8\"},{\"applicationId\":\"8cae6e77-e04e-42ce-b5cb-50d82bce26b1\",\"roleDefinitionId\":\"4a2d3d6b-a6ea-45e2-9882-c9ba3e726ed7\"}],\"resourceTypes\":[{\"resourceType\":\"policyEvents\",\"locations\":[],\"apiVersions\":[\"2019-10-01\",\"2018-07-01-preview\",\"2018-04-04\",\"2017-12-12-preview\",\"2017-10-17-preview\",\"2017-08-09-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"policyStates\",\"locations\":[],\"apiVersions\":[\"2019-10-01\",\"2018-07-01-preview\",\"2018-04-04\",\"2017-12-12-preview\",\"2017-10-17-preview\",\"2017-08-09-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2019-10-01\",\"2018-07-01-preview\",\"2018-04-04\",\"2017-12-12-preview\",\"2017-10-17-preview\",\"2017-08-09-preview\"]},{\"resourceType\":\"asyncOperationResults\",\"locations\":[],\"apiVersions\":[\"2019-10-01\",\"2018-07-01-preview\"]},{\"resourceType\":\"remediations\",\"locations\":[],\"apiVersions\":[\"2021-10-01\",\"2019-07-01\",\"2018-07-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"attestations\",\"locations\":[],\"apiVersions\":[\"2022-09-01\",\"2021-01-01\",\"2019-10-01\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"eventGridFilters\",\"locations\":[],\"apiVersions\":[\"2020-10-01\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"checkPolicyRestrictions\",\"locations\":[],\"apiVersions\":[\"2022-03-01\",\"2020-07-01-preview\",\"2020-07-01\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"policyTrackedResources\",\"locations\":[],\"apiVersions\":[\"2018-07-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"policyMetadata\",\"locations\":[],\"apiVersions\":[\"2019-10-01\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.ServiceFabric\",\"namespace\":\"Microsoft.ServiceFabric\",\"authorization\":{\"applicationId\":\"74cb6831-0dbb-4be1-8206-fd4df301cdc2\",\"roleDefinitionId\":\"e55cc65f-6903-4917-b4ef-f8d4640b57f5\",\"managedByRoleDefinitionId\":\"9e3af657-a8ff-583c-a75c-2fe7c4bcb635\"},\"resourceTypes\":[{\"resourceType\":\"clusters\",\"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\",\"Sweden Central\",\"Qatar Central\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"clusters/applications\",\"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\",\"Sweden Central\",\"Qatar Central\"],\"apiVersions\":[\"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\"],\"capabilities\":\"SystemAssignedResourceIdentity\"},{\"resourceType\":\"clusters/applicationTypes\",\"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\",\"Sweden Central\",\"Qatar Central\"],\"apiVersions\":[\"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\",\"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\",\"Sweden Central\",\"Qatar Central\"],\"apiVersions\":[\"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\",\"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\",\"Sweden Central\",\"Qatar Central\"],\"apiVersions\":[\"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\",\"locations\":[],\"apiVersions\":[\"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\",\"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\",\"Sweden Central\",\"Qatar Central\"],\"apiVersions\":[\"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\",\"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
2022-10-30T20:27:36.811+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: 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\",\"Sweden Central\",\"Qatar Central\"],\"apiVersions\":[\"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\",\"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\",\"Sweden Central\",\"Qatar Central\"],\"apiVersions\":[\"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/operationResults\",\"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\",\"Sweden Central\",\"Qatar Central\"],\"apiVersions\":[\"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\",\"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\",\"Sweden Central\",\"Qatar Central\"],\"apiVersions\":[\"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\":\"operations\",\"locations\":[],\"apiVersions\":[\"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\"]},{\"resourceType\":\"managedclusters\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"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\"],\"capabilities\":\"None\"},{\"resourceType\":\"managedclusters/nodetypes\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"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\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"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\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"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\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"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\"],\"capabilities\":\"SystemAssignedResourceIdentity\"},{\"resourceType\":\"managedclusters/applications/services\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"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\":\"locations/managedClusterOperations\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"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\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"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\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"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/environments/managedClusterVersions\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"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\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"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\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.KeyVault\",\"namespace\":\"Microsoft.KeyVault\",\"authorizations\":[{\"applicationId\":\"cfa8b339-82a2-471a-a3c9-0fc0be7a4093\",\"roleDefinitionId\":\"1cf9858a-28a2-4228-abba-94e606305b95\"},{\"applicationId\":\"589d5083-6f11-4d30-a62a-a4b316a14abf\",\"roleDefinitionId\":\"1f7e9952-ea79-42b8-a90e-b2dabbe1c1f2\"},{\"applicationId\":\"a1b76039-a76c-499f-a2dd-846b4cc32627\"}],\"resourceTypes\":[{\"resourceType\":\"vaults\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"vaults/secrets\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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\":\"operations\",\"locations\":[],\"apiVersions\":[\"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\":\"checkNameAvailability\",\"locations\":[],\"apiVersions\":[\"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\":\"deletedVaults\",\"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\"],\"apiVersions\":[\"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\",\"locations\":[],\"apiVersions\":[\"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/notifyNetworkSecurityPerimeterUpdatesAvailable\",\"locations\":[\"North Central US\",\"Central US EUAP\",\"East US 2 EUAP\"],\"apiVersions\":[\"2022-07-01\",\"2022-02-01-preview\"]},{\"resourceType\":\"locations/deletedVaults\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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/operationResults\",\"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\"],\"apiVersions\":[\"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\":\"vaults/eventGridFilters\",\"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\"],\"apiVersions\":[\"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\":\"managedHSMs\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"deletedManagedHSMs\",\"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\"],\"apiVersions\":[\"2022-07-01\",\"2022-02-01-preview\",\"2021-11-01-preview\",\"2021-10-01\",\"2021-06-01-preview\",\"2021-04-01-preview\"]},{\"resourceType\":\"locations/deletedManagedHSMs\",\"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\"],\"apiVersions\":[\"2022-07-01\",\"2022-02-01-preview\",\"2021-11-01-preview\",\"2021-10-01\",\"2021-06-01-preview\",\"2021-04-01-preview\"]},{\"resourceType\":\"locations/managedHsmOperationResults\",\"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\"],\"apiVersions\":[\"2022-07-01\",\"2022-02-01-preview\",\"2021-11-01-preview\",\"2021-10-01\",\"2021-06-01-preview\",\"2021-04-01-preview\"]},{\"resourceType\":\"checkMhsmNameAvailability\",\"locations\":[],\"apiVersions\":[\"2022-07-01\"]},{\"resourceType\":\"vaults/keys\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.DataMigration\",\"namespace\":\"Microsoft.DataMigration\",\"authorization\":{\"applicationId\":\"a4bad4aa-bf02-4631-9f78-a64ffdba8150\",\"roleDefinitionId\":\"b831a21d-db98-4760-89cb-bef871952df1\",\"managedByRoleDefinitionId\":\"6256fb55-9e59-4018-a9e1-76b11c0a4c89\"},\"resourceTypes\":[{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"None\"},{\"resourceType\":\"services/projects\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"None\"},{\"resourceType\":\"locations/operationResults\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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\":\"operations\",\"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\"],\"apiVersions\":[\"2022-03-30-preview\",\"2022-01-30-preview\",\"2021-10-30-preview\",\"2020-09-01-preview\"]},{\"resourceType\":\"SqlMigrationServices\",\"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\"],\"apiVersions\":[\"2022-03-30-preview\",\"2022-01-30-preview\",\"2021-10-30-preview\",\"2020-09-01-preview\"],\"capabilities\":\"SystemAssignedResourceIdentity\"},{\"resourceType\":\"DatabaseMigrations\",\"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\"],\"apiVersions\":[\"2022-03-30-preview\",\"2022-01-30-preview\",\"2021-10-30-preview\",\"2020-09-01-preview\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"Locations/OperationTypes\",\"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\"],\"apiVersions\":[\"2022-03-30-preview\",\"2022-01-30-preview\",\"2021-10-30-preview\",\"2020-09-01-preview\"]},{\"resourceType\":\"Locations/sqlMigrationServiceOperationResults\",\"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\"],\"apiVersions\":[\"2022-03-30-preview\",\"2022-01-30-preview\",\"2021-10-30-preview\",\"2020-09-01-preview\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.Storage\",\"namespace\":\"Microsoft.Storage\",\"authorizations\":[{\"applicationId\":\"a6aa9161-5291-40bb-8c5c-923b567bee3b\",\"roleDefinitionId\":\"070ab87f-0efc-4423-b18b-756f3bdb0236\"},{\"applicationId\":\"e406a681-f3d4-42a8-90b6-c2b029497af1\"},{\"applicationId\":\"1609d3a1-0db2-4818-b854-fe1614f0718a\"},{\"applicationId\":\"05d97c70-cb7c-4e66-8138-d5ca7c59d206\",\"roleDefinitionId\":\"3185b772-d635-455a-8d37-0a41169c8cf9\"}],\"resourceTypes\":[{\"resourceType\":\"storageAccounts/storageTaskAssignments\",\"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\"],\"apiVersions\":[\"2022-05-01\",\"2021-09-01\"]},{\"resourceType\":\"storageAccounts/encryptionScopes\",\"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\"],\"apiVersions\":[\"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\":\"deletedAccounts\",\"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\"],\"apiVersions\":[\"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/deletedAccounts\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"storageTasks\",\"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\"],\"apiVersions\":[\"2022-05-01\",\"2021-09-01\"],\"capabilities\":\"SystemAssignedResourceIdentity\"},{\"resourceType\":\"operations\",\"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\"],\"apiVersions\":[\"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/asyncoperations\",\"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\"],\"apiVersions\":[\"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/listAccountSas\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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/blobServices\",\"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\"],\"apiVersions\":[\"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/tableServices\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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/fileServices\",\"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\"],\"apiVersions\":[\"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\":\"locations\",\"locations\":[],\"apiVersions\":[\"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/usages\",\"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\"],\"apiVersions\":[\"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\":\"locations/deleteVirtualNetworkOrSubnets\",\"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\"],\"apiVersions\":[\"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\":\"usages\",\"locations\":[],\"apiVersions\":[\"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\":\"checkNameAvailability\",\"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\"],\"apiVersions\":[\"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\",\"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\"],\"apiVersions\":[\"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\":\"storageAccounts/services\",\"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\"],\"apiVersions\":[\"2014-04-01\"]},{\"resourceType\":\"storageAccounts/services/metricDefinitions\",\"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\"],\"apiVersions\":[\"2014-04-01\"]},{\"resourceType\":\"locations/notifyNetworkSecurityPerimeterUpdatesAvailable\",\"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\",\"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\"],\"apiVersions\":[\"2022-05-01\",\"2021-09-01\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.EventGrid\",\"namespace\":\"Microsoft.EventGrid\",\"authorizations\":[{\"applicationId\":\"4962773b-9cdb-44cf-a8bf-237846a00ab7\",\"roleDefinitionId\":\"7FE036D8-246F-48BF-A78F-AB3EE699C8F3\"},{\"applicationId\":\"823c0a78-5de0-4445-a7f5-c2f42d7dc89b\"}],\"resourceTypes\":[{\"resourceType\":\"locations\",\"locations\":[],\"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\":\"locations/eventSubscriptions\",\"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\"],\"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\":\"eventSubscriptions\",\"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\"],\"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\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"topics\",\"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\"],\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"domains\",\"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\"],\"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\",\"2018-09-15-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"domains/topics\",\"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\"],
2022-10-30T20:27:36.811+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: \"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\",\"2018-09-15-preview\"]},{\"resourceType\":\"topicTypes\",\"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\"],\"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\":\"operations\",\"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\"],\"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\":\"locations/operationsStatus\",\"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\"],\"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\":\"locations/operationResults\",\"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\"],\"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\":\"locations/topicTypes\",\"locations\":[\"West US 2\",\"East US\",\"West US\",\"Central US\",\"East US 2\",\"West Central US\",\"Australia East\",\"Australia Southeast\",\"Australia Central\",\"Japan East\",\"Japan West\",\"West Europe\",\"North Europe\",\"Southeast Asia\",\"East Asia\",\"North Central US\",\"South Central US\",\"Brazil South\",\"Canada Central\",\"Canada East\",\"Central India\",\"South India\",\"West India\",\"France Central\",\"UK West\",\"UK South\",\"Korea Central\",\"Korea South\",\"South Africa North\",\"Switzerland North\",\"Germany West Central\",\"West US 3\",\"Sweden Central\",\"Norway East\",\"Qatar Central\"],\"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\":\"extensionTopics\",\"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\"],\"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\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"operationResults\",\"locations\":[],\"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\",\"locations\":[],\"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\":\"systemTopics\",\"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\"],\"apiVersions\":[\"2022-06-15\",\"2021-12-01\",\"2021-10-15-preview\",\"2021-06-01-preview\",\"2020-10-15-preview\",\"2020-04-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"systemTopics/eventSubscriptions\",\"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\"],\"apiVersions\":[\"2022-06-15\",\"2021-12-01\",\"2021-10-15-preview\",\"2021-06-01-preview\",\"2020-10-15-preview\",\"2020-04-01-preview\"]},{\"resourceType\":\"partnerRegistrations\",\"locations\":[\"Global\"],\"apiVersions\":[\"2022-06-15\",\"2021-10-15-preview\",\"2021-06-01-preview\",\"2020-10-15-preview\",\"2020-04-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"partnerConfigurations\",\"locations\":[\"Global\"],\"apiVersions\":[\"2022-06-15\",\"2021-10-15-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"verifiedPartners\",\"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\"],\"apiVersions\":[\"2022-06-15\",\"2021-10-15-preview\"]},{\"resourceType\":\"partnerNamespaces\",\"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\"],\"apiVersions\":[\"2022-06-15\",\"2021-10-15-preview\",\"2021-06-01-preview\",\"2020-04-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"partnerTopics\",\"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\"],\"apiVersions\":[\"2022-06-15\",\"2021-10-15-preview\",\"2021-06-01-preview\",\"2020-10-15-preview\",\"2020-04-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"partnerTopics/eventSubscriptions\",\"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\"],\"apiVersions\":[\"2022-06-15\",\"2021-10-15-preview\",\"2021-06-01-preview\",\"2020-10-15-preview\",\"2020-04-01-preview\"]},{\"resourceType\":\"partnerNamespaces/eventChannels\",\"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\"],\"apiVersions\":[\"2021-10-15-preview\",\"2021-06-01-preview\",\"2020-10-15-preview\",\"2020-04-01-preview\"]},{\"resourceType\":\"partnerNamespaces/channels\",\"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\"],\"apiVersions\":[\"2022-06-15\",\"2021-10-15-preview\"]},{\"resourceType\":\"partnerDestinations\",\"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\"],\"apiVersions\":[\"2021-10-15-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.ContainerRegistry\",\"namespace\":\"Microsoft.ContainerRegistry\",\"authorizations\":[{\"applicationId\":\"6a0ec4d3-30cb-4a83-91c0-ae56bc0e3d26\",\"roleDefinitionId\":\"78e18383-93eb-418a-9887-bc9271046576\"},{\"applicationId\":\"737d58c1-397a-46e7-9d12-7d8c830883c2\",\"roleDefinitionId\":\"716bb53a-0390-4428-bf41-b1bedde7d751\"},{\"applicationId\":\"918d0db8-4a38-4938-93c1-9313bdfe0272\",\"roleDefinitionId\":\"dcd2d2c9-3f80-4d72-95a8-2593111b4b12\"},{\"applicationId\":\"d2fa1650-4805-4a83-bcb9-cf41fe63539c\",\"roleDefinitionId\":\"c15f8dab-b103-4f8d-9afb-fbe4b8e98de2\"},{\"applicationId\":\"a4c95b9e-3994-40cc-8953-5dc66d48348d\",\"roleDefinitionId\":\"dc88c655-90fa-48d9-8d51-003cc8738508\"},{\"applicationId\":\"62c559cd-db0c-4da0-bab2-972528c65d42\",\"roleDefinitionId\":\"437b639a-6d74-491d-959f-d172e8c5c1fc\"},{\"applicationId\":\"a3747411-ce7c-4888-9ddc-3a230786ca19\",\"roleDefinitionId\":\"b29ead14-d6d9-4957-bdf1-494b07fe2e87\"},{\"applicationId\":\"76c92352-c057-4cc2-9b1e-f34c32bc58bd\"}],\"resourceTypes\":[{\"resourceType\":\"registries\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"registries/connectedRegistries\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"2022-02-01-preview\",\"2021-12-01-preview\",\"2021-08-01-preview\",\"2021-06-01-preview\",\"2020-11-01-preview\"]},{\"resourceType\":\"registries/connectedRegistries/deactivate\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"2022-02-01-preview\",\"2021-12-01-preview\",\"2021-08-01-preview\",\"2021-06-01-preview\",\"2020-11-01-preview\"]},{\"resourceType\":\"registries/scopeMaps\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"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/tokens\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"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/generateCredentials\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"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/privateEndpointConnections\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"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\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"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\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"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\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"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/importImage\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"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/exportPipelines\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"2022-02-01-preview\",\"2021-12-01-preview\",\"2021-08-01-preview\",\"2021-06-01-preview\",\"2020-11-01-preview\",\"2019-12-01-preview\"],\"capabilities\":\"SystemAssignedResourceIdentity\"},{\"resourceType\":\"registries/importPipelines\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"2022-02-01-preview\",\"2021-12-01-preview\",\"2021-08-01-preview\",\"2021-06-01-preview\",\"2020-11-01-preview\",\"2019-12-01-preview\"],\"capabilities\":\"SystemAssignedResourceIdentity\"},{\"resourceType\":\"registries/pipelineRuns\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"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\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"2019-06-01-preview\",\"2019-04-01\",\"2018-09-01\"]},{\"resourceType\":\"registries/scheduleRun\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"2019-06-01-preview\",\"2019-04-01\",\"2018-09-01\"]},{\"resourceType\":\"registries/runs\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"2019-06-01-preview\",\"2019-04-01\",\"2018-09-01\"]},{\"resourceType\":\"registries/taskRuns\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"2019-06-01-preview\"]},{\"resourceType\":\"registries/taskRuns/listDetails\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"2019-06-01-preview\"]},{\"resourceType\":\"registries/agentPools\",\"locations\":[\"East US\",\"West Europe\",\"West US 2\",\"South Central US\",\"Canada Central\",\"Central US\",\"East Asia\",\"East US 2\",\"North Europe\"],\"apiVersions\":[\"2019-06-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"registries/agentPoolsOperationResults\",\"locations\":[\"East US\",\"West Europe\",\"West US 2\",\"South Central US\",\"Canada Central\",\"Central US\",\"East Asia\",\"East US 2\",\"North Europe\"],\"apiVersions\":[\"2019-06-01-preview\"]},{\"resourceType\":\"registries/agentPools/listQueueStatus\",\"locations\":[\"East US\",\"West Europe\",\"West US 2\",\"South Central US\",\"Canada Central\",\"Central US\",\"East Asia\",\"East US 2\",\"North Europe\"],\"apiVersions\":[\"2019-06-01-preview\"]},{\"resourceType\":\"registries/runs/listLogSasUrl\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"2019-06-01-preview\",\"2019-04-01\",\"2018-09-01\"]},{\"resourceType\":\"registries/runs/cancel\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"2019-06-01-preview\",\"2019-04-01\",\"2018-09-01\"]},{\"resourceType\":\"registries/tasks\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"2019-06-01-preview\",\"2019-04-01\",\"2018-09-01\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"registries/tasks/listDetails\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"2019-06-01-preview\",\"2019-04-01\",\"2018-09-01\"]},{\"resourceType\":\"registries/getBuildSourceUploadUrl\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"2018-02-01-preview\"]},{\"resourceType\":\"registries/queueBuild\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"2018-02-01-preview\"]},{\"resourceType\":\"registries/builds\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"2018-02-01-preview\"]},{\"resourceType\":\"registries/builds/getLogLink\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"2018-02-01-preview\"]},{\"resourceType\":\"registries/builds/cancel\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"2018-02-01-preview\"]},{\"resourceType\":\"registries/buildTasks\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"2018-02-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"registries/buildTasks/listSourceRepositoryProperties\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"2018-02-01-preview\"]},{\"resourceType\":\"registries/buildTasks/steps\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"2018-02-01-preview\"]},{\"resourceType\":\"registries/buildTasks/steps/listBuildArguments\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"2018-02-01-preview\"]},{\"resourceType\":\"registries/replications\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"registries/webhooks\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"registries/webhooks/ping\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"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\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"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\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"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\":\"locations/setupAuth\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"2018-02-01-preview\"]},{\"resourceType\":\"locations/authorize\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"2018-02-01-preview\"]},{\"resourceType\":\"locations/operationResults\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"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/deleteVirtualNetworkOrSubnets\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"2019-05-01\",\"2017-10-01\"]},{\"resourceType\":\"registries/GetCredentials\",\"locations\":[\"West US\",\"East US\",\"South Central US\",\"West Europe\"],\"apiVersions\":[\"2016-06-27-preview\"]},{\"resourceType\":\"registries/listCredentials\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"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/regenerateCredential\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"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/listUsages\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"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/listPolicies\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"2017-10-01\"]},{\"resourceType\":\"registries/updatePolicies\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"2017-10-01\"]},{\"resourceType\":\"registries/regenerateCredentials\",\"locations\":[\"West US\",\"East US\",\"South Central US\",\"West Europe\"],\"apiVersions\":[\"2016-06-27-preview\"]},{\"resourceType\":\"registries/eventGridFilters\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"2019-05-01\",\"2017-10-01\"]},{\"resourceType\":\"checkNameAvailability\",\"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\"],\"apiVersions\":[\"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-06-01-preview\",\"2017-03-01\",\"2016-06-27-preview\"]},{\"resourceType\":\"operations\",\"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\",\"Qatar Central\"],\"apiVersions\":[\"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-06-01-preview\",\"2017-03-01\"]},{\"resourceType\":\"locations\",\"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\"],\"apiVersions\":[\"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\",\"2017-06-01-preview\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.ServiceFabricMesh\",\"namespace\":\"Microsoft.ServiceFabricMesh\",\"authorizations\":[{\"applicationId\":\"d10de03d-5ba3-497a-90e6-7ff8c9736059\",\"roleDefinitionId\":\"BC13595A-E262-4621-929E-56FF90E6BF18\"}],\"resourceTypes\":[{\"resourceType\":\"applications\",\"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\"],\"apiVersions\":[\"2018-09-01-preview\",\"2018-07-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"networks\",\"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\"],\"apiVersions\":[\"2018-09-01-preview\",\"2018-07-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"volumes\",\"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\"],\"apiVersions\":[\"2018-09-01-preview\",\"2018-07-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"secrets\",\"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\"],\"apiVersions\":[\"2018-09-01-preview\",\"2018-07-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"gateways\",\"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\",\"Ca
2022-10-30T20:27:36.811+1000 [DEBUG] provider.terraform-provider-azurerm_v3.28.0_x5.exe: nada 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\"],\"apiVersions\":[\"2018-09-01-preview\",\"2018-07-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove\"},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2018-09-01-preview\",\"2018-07-01-preview\"]},{\"resourceType\":\"locations/applicationOperations\",\"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\"],\"apiVersions\":[\"2018-09-01-preview\",\"2018-07-01-preview\"]},{\"resourceType\":\"locations/networkOperations\",\"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\"],\"apiVersions\":[\"2018-09-01-preview\",\"2018-07-01-preview\"]},{\"resourceType\":\"locations/volumeOperations\",\"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\"],\"apiVersions\":[\"2018-09-01-preview\",\"2018-07-01-preview\"]},{\"resourceType\":\"locations/gatewayOperations\",\"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\"],\"apiVersions\":[\"2018-09-01-preview\",\"2018-07-01-preview\"]},{\"resourceType\":\"locations/secretOperations\",\"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\"],\"apiVersions\":[\"2018-09-01-preview\",\"2018-07-01-preview\"]},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2018-09-01-preview\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.DataLakeStore\",\"namespace\":\"Microsoft.DataLakeStore\",\"authorization\":{\"applicationId\":\"e9f49c6b-5ce5-44c8-925d-015017e9f7ad\",\"roleDefinitionId\":\"17eb9cca-f08a-4499-b2d3-852d175f614f\"},\"resourceTypes\":[{\"resourceType\":\"accounts\",\"locations\":[\"East US 2\",\"North Europe\",\"Central US\",\"West Europe\",\"Australia East\"],\"apiVersions\":[\"2016-11-01\",\"2015-10-01-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"accounts/firewallRules\",\"locations\":[\"East US 2\",\"North Europe\",\"Central US\",\"West Europe\",\"Australia East\"],\"apiVersions\":[\"2016-11-01\",\"2015-10-01-preview\"]},{\"resourceType\":\"accounts/eventGridFilters\",\"locations\":[\"East US 2\",\"North Europe\",\"Central US\",\"West Europe\",\"Australia East\"],\"apiVersions\":[\"2016-11-01\",\"2015-10-01-preview\"]},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2016-11-01\",\"2015-10-01-preview\"]},{\"resourceType\":\"locations/operationresults\",\"locations\":[],\"apiVersions\":[\"2016-11-01\",\"2015-10-01-preview\"]},{\"resourceType\":\"locations/checkNameAvailability\",\"locations\":[],\"apiVersions\":[\"2016-11-01\",\"2015-10-01-preview\"]},{\"resourceType\":\"locations/capability\",\"locations\":[],\"apiVersions\":[\"2016-11-01\",\"2015-10-01-preview\"]},{\"resourceType\":\"locations/usages\",\"locations\":[],\"apiVersions\":[\"2016-11-01\",\"2015-10-01-preview\"]},{\"resourceType\":\"locations/deleteVirtualNetworkOrSubnets\",\"locations\":[],\"apiVersions\":[\"2016-11-01\",\"2015-10-01-preview\"]},{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2016-11-01\",\"2015-10-01-preview\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.Kusto\",\"namespace\":\"Microsoft.Kusto\",\"authorizations\":[{\"applicationId\":\"2746ea77-4702-4b45-80ca-3c97e680e8b7\",\"roleDefinitionId\":\"dd9d4347-f397-45f2-b538-85f21c90037c\"}],\"resourceTypes\":[{\"resourceType\":\"clusters\",\"locations\":[\"Australia Central\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Qatar Central\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"clusters/databases\",\"locations\":[\"Australia Central\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Qatar Central\",\"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\"],\"apiVersions\":[\"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\",\"locations\":[\"Australia Central\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Qatar Central\",\"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\"],\"apiVersions\":[\"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/principalassignments\",\"locations\":[\"Australia Central\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Qatar Central\",\"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\"],\"apiVersions\":[\"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/eventhubconnections\",\"locations\":[\"Australia Central\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Qatar Central\",\"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\"],\"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/dataconnections\",\"locations\":[\"Australia Central\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Qatar Central\",\"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\"],\"apiVersions\":[\"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/principalassignments\",\"locations\":[\"Australia Central\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Qatar Central\",\"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\"],\"apiVersions\":[\"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\":\"locations/operationResults\",\"locations\":[\"Australia Central\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Qatar Central\",\"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\"],\"apiVersions\":[\"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\",\"locations\":[],\"apiVersions\":[\"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\",\"locations\":[\"Australia Central\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Qatar Central\",\"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\"],\"apiVersions\":[\"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\":\"operations\",\"locations\":[],\"apiVersions\":[\"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/scripts\",\"locations\":[\"Australia Central\",\"Australia East\",\"Australia Southeast\",\"Brazil South\",\"Brazil Southeast\",\"Canada Central\",\"Canada East\",\"Central India\",\"Central US\",\"East Asia\",\"East US\",\"East US 2\",\"France Central\",\"France South\",\"Germany West Central\",\"Japan East\",\"Japan West\",\"Korea Central\",\"Korea South\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Qatar Central\",\"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\"],\"apiVersions\":[\"2022-07-07\",\"2022-02-01\",\"2021-08-27\",\"2021-01-01\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.Devices\",\"namespace\":\"Microsoft.Devices\",\"authorizations\":[{\"applicationId\":\"0cd79364-7a90-4354-9984-6e36c841418d\",\"roleDefinitionId\":\"C121DF10-FE58-4BC4-97F9-8296879F7BBB\"},{\"applicationId\":\"29f411f1-b2cf-4043-8ac8-2185d7316811\",\"roleDefinitionId\":\"d04fc6c0-fc10-4ab8-b7de-c979247c3b65\"},{\"applicationId\":\"89d10474-74af-4874-99a7-c23c2f643083\",\"roleDefinitionId\":\"7df22794-26e3-4f94-9d50-a4f0f6e1cb41\"}],\"resourceTypes\":[{\"resourceType\":\"checkNameAvailability\",\"locations\":[],\"apiVersions\":[\"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\",\"locations\":[],\"apiVersions\":[\"2022-02-05\",\"2021-10-15\",\"2020-03-01\",\"2020-01-01\",\"2018-01-22\",\"2017-11-15\",\"2017-08-21-preview\"]},{\"resourceType\":\"usages\",\"locations\":[],\"apiVersions\":[\"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\":\"operations\",\"locations\":[],\"apiVersions\":[\"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\":\"operationResults\",\"locations\":[],\"apiVersions\":[\"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\":\"provisioningServiceOperationResults\",\"locations\":[],\"apiVersions\":[\"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\":\"locations/provisioningServiceOperationResults\",\"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\",\"Germany West Central\",\"UAE North\"],\"apiVersions\":[\"2022-02-05\",\"2021-10-15\",\"2020-03-01\",\"2020-01-01\",\"2018-01-22\",\"2017-11-15\",\"2017-08-21-preview\"]},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"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/operationResults\",\"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\"],\"apiVersions\":[\"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-07-01-preview\",\"2019-03-22-preview\",\"2019-03-22\",\"2018-12-01-preview\",\"2018-04-01-preview\",\"2018-04-01\",\"2018-01-22\",\"2017-07-01\",\"2017-01-19\",\"2016-02-03\",\"2015-08-15-preview\"]},{\"resourceType\":\"IotHubs\",\"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\"],\"apiVersions\":[\"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-07-01-preview\",\"2019-03-22-preview\",\"2019-03-22\",\"2018-12-01-preview\",\"2018-04-01-preview\",\"2018-04-01\",\"2018-01-22\",\"2017-07-01\",\"2017-01-19\",\"2016-02-03\",\"2015-08-15-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"IotHubs/eventGridFilters\",\"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\"],\"apiVersions\":[\"2021-02-01-preview\",\"2018-07-31\",\"2018-01-15-preview\"]},{\"resourceType\":\"IotHubs/failover\",\"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\"],\"apiVersions\":[\"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-07-01-preview\",\"2019-03-22-preview\",\"2019-03-22\",\"2018-12-01-preview\",\"2018-04-01-preview\",\"2018-04-01\",\"2018-01-22\",\"2017-07-01\",\"2017-01-19\",\"2016-02-03\",\"2015-08-15-preview\"]},{\"resourceType\":\"ProvisioningServices\",\"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\",\"Germany West Central\",\"UAE North\"],\"apiVersions\":[\"2022-02-05\",\"2021-10-15\",\"2020-03-01\",\"2020-01-01\",\"2018-01-22\",\"2017-11-15\",\"2017-08-21-preview\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"IotHubs/securitySettings\",\"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\"],\"apiVersions\":[\"2019-09-01\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.ContainerInstance\",\"namespace\":\"Microsoft.ContainerInstance\",\"authorizations\":[{\"applicationId\":\"6bb8e274-af5d-4df2-98a3-4fd78b4cafd9\",\"roleDefinitionId\":\"3c60422b-a83a-428d-9830-22609c77aa6c\"},{\"applicationId\":\"63ea3c01-7483-456e-8073-d3fed34fbdda\",\"roleDefinitionId\":\"bafbada8-7822-4049-a4d7-4a3f19fa394b\"}],\"resourceTypes\":[{\"resourceType\":\"containerGroups\",\"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\",\"Korea Central\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Qatar Central\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"SystemAssignedResourceIdentity\"},{\"resourceType\":\"serviceAssociationLinks\",\"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\",\"Korea Central\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Qatar Central\",\"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\"],\"apiVersions\":[\"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\"],\"capabilities\":\"SupportsExtension\"},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"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\",\"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\",\"Korea Central\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Qatar Central\",\"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\"],\"apiVersions\":[\"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\",\"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\",\"Korea Central\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Qatar Central\",\"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\"],\"apiVersions\":[\"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\",\"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\",\"Korea Central\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Qatar Central\",\"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\"],\"apiVersions\":[\"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/operationresults\",\"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\",\"Korea Central\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Qatar Central\",\"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\"],\"apiVersions\":[\"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\":\"operations\",\"locations\":[],\"apiVersions\":[\"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\",\"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\",\"Korea Central\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Qatar Central\",\"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\"],\"apiVersions\":[\"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\",\"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\",\"Korea Central\",\"North Central US\",\"North Europe\",\"Norway East\",\"Norway West\",\"Qatar Central\",\"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\"],\"apiVersions\":[\"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\"]}],\"registrationState\":\"Registered\"},{\"id\":\"/subscriptions/cf8310cd-2b1f-4e63-9678-9e53daf74b50/providers/Microsoft.AVS\",\"namespace\":\"Microsoft.AVS\",\"authorizations\":[{\"applicationId\":\"608f9929-9737-432e-860f-4e1c1821052f\",\"roleDefinitionId\":\"a12e1b40-7eca-4c51-be1d-d8bc564dcfdd\",\"allowedThirdPartyExtensions\":[{\"name\":\"VMCP\"}]}],\"resourceTypes\":[{\"resourceType\":\"operations\",\"locations\":[],\"apiVersions\":[\"2022-05-01\",\"2021-12-01\",\"2021-06-01\",\"2020-03-20\"]},{\"resourceType\":\"locations\",\"locations\":[],\"apiVersions\":[\"2022-05-01\",\"2021-12-01\",\"2021-06-01\",\"2020-03-20\"]},{\"resourceType\":\"locations/checkTrialAvailability\",\"locations\":[\"East US\",\"Germany West Central\",\"France Central\",\"Sweden Central\",\"West Central US\",\"North Central US\",\"West US\",\"West US 2\",\"West Europe\",\"Australia East\",\"South Central US\",\"Japan East\",\"Japan West\",\"South Africa North\",\"UK South\",\"Canada Central\",\"North Europe\",\"Southeast Asia\",\"UK West\",\"East US 2\",\"Central US\",\"Australia Southeast\",\"Canada East\",\"East Asia\",\"Brazil South\"],\"apiVersions\":[\"2022-05-01\",\"2021-12-01\",\"2021-06-01\",\"2020-03-20\"]},{\"resourceType\":\"locations/checkQuotaAvailability\",\"locations\":[\"East US\",\"Germany West Central\",\"France Central\",\"Sweden Central\",\"West Central US\",\"North Central US\",\"West US\",\"West US 2\",\"West Europe\",\"Australia East\",\"South Central US\",\"Japan East\",\"Japan West\",\"South Africa North\",\"UK South\",\"Canada Central\",\"North Europe\",\"Southeast Asia\",\"UK West\",\"East US 2\",\"Central US\",\"Australia Southeast\",\"Canada East\",\"East Asia\",\"Brazil South\"],\"apiVersions\":[\"2022-05-01\",\"2021-12-01\",\"2021-06-01\",\"2020-03-20\"]},{\"resourceType\":\"privateClouds\",\"locations\":[\"East US\",\"Germany West Central\",\"France Central\",\"Sweden Central\",\"West Central US\",\"North Central US\",\"West US\",\"West US 2\",\"West Europe\",\"Australia East\",\"South Central US\",\"Japan East\",\"Japan West\",\"South Africa North\",\"UK South\",\"Canada Central\",\"North Europe\",\"Southeast Asia\",\"UK West\",\"East US 2\",\"Central US\",\"Australia Southeast\",\"Canada East\",\"East Asia\",\"Brazil South\"],\"apiVersions\":[\"2022-05-01\",\"2021-12-01\",\"2021-06-01\",\"2021-01-01-preview\",\"2020-07-17-preview\",\"2020-03-20\"],\"capabilities\":\"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity\"},{\"resourceType\":\"privateClouds/clusters\",\"locations\":[\"East US\",\"Germany West Central\",\"France Central\",\"Sweden Central\",\"West Central US\",\"North Central US\",\"West US\",\"West US 2\",\"West Europe\",\"Australia East\",\"South Central US\",\"Japan East\",\"Japan West\",\"South Africa North\",\"UK South\",\"Canada Central\",\"North Europe\",\"Southeast Asia\",\"UK West\",\"East US 2\",\"Central US\",\"Australia Southeast\",\"Canada East\",\"East Asia\",\"Brazil South\"],\"apiVersions\":[\"2022-05-01\",\"2021-12-01\",\"2021-06-01\",\"2021-01-01-preview\",\"2020-03-20\"]},{\"resourceType\":\"privateClouds/authorizations\",\"locations\":[\"East US\",\"Germany West Central\",\"France Central\",\"Sweden Central\",\"West Central US\",\"North Central US\",\"West US\",\"West US 2\",\"West Europe\",\"Australia East\",\"South Central US\",\"Japan East\",\"Japan West\",\"South Africa North\",\"UK South\",\"Canada Central\",\"North Europe\",\"Southeast Asia\",\"UK West\",\"East US 2\",\"Central US\",\"Australia Southeast\",\"Canada East\",\"East Asia\",\"Brazil South\"],\"apiVersions\":[\"2022-05-01\",\"2021-12-01\",\"2021-06-01\",\"2020-03-20\"]},{\"resourceType\":\"privateClouds/hcxEnterpriseSites\",\"locations\":[\"East US\",\"Germany West Central\",\"France Central\",\"Sweden Central\",\"West Central US\",\"North Central US\",\"West US\",\"West US 2\",\"West Europe\",\"Australia East\",\"South Central US\",\"Japan East\",\"Japan West\",\"South Africa North\",\"UK South\",\"Canada Central\",\"North Europe\",\"Southeast Asia\",\"UK West\",\"East US 2\",\"Central US\",\"Australia Southeast\",\"Canada East\",\"East Asia\",\"Brazil South\"],\"apiVersions\":[\"2022-05-01\",\"2021-12-01\",\"2021-06-01\",\"2020-03-20\"]},{\"resourceType\":\"privateClouds/globalReachConnections\",\"locations\":[\"East US\",\"Germany West Central\",\"France Central\",\"Sweden Central\",\"West Central US\",\"North Central US\",\"West US\",\"West US 2\",\"West Europe\",\"Australia East\",\"South Central US\",\"Japan East\",\"Japan West\",\"South Africa North\",\"UK South\",\"Canada Central\",\"North Europe\",\"Southeast Asia\",\"UK West\",\"East US 2\",\"Central US\",\"Australia Southeast\",\"Canada East\",\"East Asia\",\"Brazil South\"],\"apiVersions\":[\"2022-05-01\",\"2021-12-01\",\"2021-06-01\",\"2020-07-17-preview\"]},{\"resourceType\":\"privateClouds/addons\",\"locations\":[\"East US\",\"Germany West Central\",\"France Central\",\"Sweden Central\",\"West Central US\",\"North Central US\",\"West US\",\"West US 2\",\"West Europe\",\"Australia East\",\"South Central US\",\"Japan East\",\"Japan West\",\"South Africa North\",\"UK South\",\"Canada Central\",\"North Europe\",\"Southeast Asia\",\"UK West\",\"East US 2\",\"Central US\",\"Australia Southeast\",\"Canada East\",\"East Asia\",\"Brazil South\"],\"apiVersions\":[\"2022-05-01\",\"2021-12-01\",\"2021-06-01\",\"2020-07-17-preview\"]},{\"resourceType\":\"privateClouds/workloadNetworks\",\"locations\":[\"East US\",\"Germany West Central\",\"France Central\",\"Sweden Central\",\"West Central US\",\"North Central US\",\"West US\",\"West US 2\",\"West Europe\",\"Australia East\",\"South Central US\",\"Japan East\",\"Japan West\",\"South Africa North\",\"UK South\",\"Canada Central\",\"North Europe\",\"Southeast Asia\",\"UK West\",\"East US 2\",\"Central US\",\"Australia Southeast\",\"Canada East\",\"East Asia\",\"Brazil South\"],\"apiVersions\":[\"2022-05-01\",\"2021-12-01\",\"2021-06-01\",\"2020-07-17-preview\"]},{\"resourceType\":\"privateClouds/workloadNetworks/dhcpConfigurations\",\"locations\":[\"East US\",\"Germany West Central\",\"France Central\",\"Sweden Central\",\"West Central US\",\"North Central US\",\"West US\",\"West US 2\",\"West Europe\",\"Australia East\",\"South Central US\",\"Japan East\",\"Japan West\",\"South Africa North\",\"UK South\",\"Canada Central\",\"North Europe\",\"Southeast Asia\",\"UK West\",\"East US 2\",\"Central US\",\"Australia Southeast\",\"Canada East\",\"East Asia\",\"Brazil South\"],\"apiVersions\":[\"2022-05-01\",\"2021-12-01\",\"2021-06-01\",\"2020-07-17-preview\"]},{\"resourceType\":\"privateClouds/workloadNetworks/portMirroringProfiles\",\"locations\":[\"East US\",\"Germany West Central\",\"France Central\",\"Sweden Central\",\"West Central US\",\"North Central US\",\"West US\",\"West US 2\",\"West Europe\",\"Australia East\",\"South Central US\",\"Japan East\",\"Japan West\",\"South Africa North\",\"UK South\",\"Canada Central\",\"North Europe\",\"Southeast Asia\",\"UK West\",\"East US 2\",\"Central US\",\"Australia Sout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment