Skip to content

Instantly share code, notes, and snippets.

@ryepup
Last active December 24, 2020 19:40
Show Gist options
  • Save ryepup/0066f093db4571513446b0b8531fbca2 to your computer and use it in GitHub Desktop.
Save ryepup/0066f093db4571513446b0b8531fbca2 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
2020/12/24 14:37:54 [INFO] Terraform version: 0.14.0
2020/12/24 14:37:54 [INFO] Go runtime version: go1.15.2
2020/12/24 14:37:54 [INFO] CLI args: []string{"/home/ryan/bin/terraform", "apply", "-auto-approve", "-no-color"}
2020/12/24 14:37:54 [DEBUG] Attempting to open CLI config file: /home/ryan/.terraformrc
2020/12/24 14:37:54 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2020/12/24 14:37:54 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2020/12/24 14:37:54 [DEBUG] ignoring non-existing provider search directory /home/ryan/.terraform.d/plugins
2020/12/24 14:37:54 [DEBUG] ignoring non-existing provider search directory /home/ryan/.local/share/terraform/plugins
2020/12/24 14:37:54 [DEBUG] ignoring non-existing provider search directory /usr/share/ubuntu/terraform/plugins
2020/12/24 14:37:54 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins
2020/12/24 14:37:54 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins
2020/12/24 14:37:54 [DEBUG] ignoring non-existing provider search directory /var/lib/snapd/desktop/terraform/plugins
2020/12/24 14:37:54 [INFO] CLI command args: []string{"apply", "-auto-approve", "-no-color"}
2020/12/24 14:37:54 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2020/12/24 14:37:54 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2020/12/24 14:37:54 [DEBUG] New state was assigned lineage "050bb05b-d8a2-52ca-d6b0-eb07c629d92d"
2020/12/24 14:37:54 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2020/12/24 14:37:54 [TRACE] Meta.Backend: instantiated backend of type <nil>
2020/12/24 14:37:54 [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers
2020/12/24 14:37:54 [TRACE] getproviders.SearchLocalDirectory: .terraform/providers is a symlink to .terraform/providers
2020/12/24 14:37:54 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/azurerm v2.41.0 for linux_amd64 at .terraform/providers/registry.terraform.io/hashicorp/azurerm/2.41.0/linux_amd64
2020/12/24 14:37:54 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/random v3.0.0 for linux_amd64 at .terraform/providers/registry.terraform.io/hashicorp/random/3.0.0/linux_amd64
2020/12/24 14:37:54 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/azurerm/2.41.0/linux_amd64 as a candidate package for registry.terraform.io/hashicorp/azurerm 2.41.0
2020/12/24 14:37:54 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/random/3.0.0/linux_amd64 as a candidate package for registry.terraform.io/hashicorp/random 3.0.0
2020/12/24 14:37:54 [TRACE] providercache.fillMetaCache: using cached result from previous scan of .terraform/providers
2020/12/24 14:37:54 [DEBUG] checking for provisioner in "."
2020/12/24 14:37:54 [DEBUG] checking for provisioner in "/home/ryan/bin"
2020/12/24 14:37:54 [INFO] Failed to read plugin lock file .terraform/plugins/linux_amd64/lock.json: open .terraform/plugins/linux_amd64/lock.json: no such file or directory
2020/12/24 14:37:54 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2020/12/24 14:37:54 [INFO] backend/local: starting Apply operation
2020/12/24 14:37:54 [TRACE] backend/local: requesting state manager for workspace "default"
2020/12/24 14:37:54 [TRACE] backend/local: state manager for workspace "default" will:
- read initial snapshot from terraform.tfstate
- write new snapshots to terraform.tfstate
- create any backup at terraform.tfstate.backup
2020/12/24 14:37:54 [TRACE] backend/local: requesting state lock for workspace "default"
2020/12/24 14:37:54 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2020/12/24 14:37:54 [TRACE] statemgr.Filesystem: existing snapshot has lineage "b751f235-0a9d-84d8-2f49-b73caab43d80" serial 85
2020/12/24 14:37:54 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2020/12/24 14:37:54 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2020/12/24 14:37:54 [TRACE] backend/local: reading remote state for workspace "default"
2020/12/24 14:37:54 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2020/12/24 14:37:54 [TRACE] statemgr.Filesystem: read snapshot with lineage "b751f235-0a9d-84d8-2f49-b73caab43d80" serial 85
2020/12/24 14:37:54 [TRACE] backend/local: retrieving local state snapshot for workspace "default"
2020/12/24 14:37:54 [TRACE] backend/local: building context for current working directory
2020/12/24 14:37:54 [TRACE] terraform.NewContext: starting
2020/12/24 14:37:54 [TRACE] terraform.NewContext: loading provider schemas
2020/12/24 14:37:54 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/azurerm"
2020-12-24T14:37:54.722-0500 [INFO] plugin: configuring client automatic mTLS
2020-12-24T14:37:54.746-0500 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.41.0/linux_amd64/terraform-provider-azurerm_v2.41.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.41.0/linux_amd64/terraform-provider-azurerm_v2.41.0_x5]
2020-12-24T14:37:54.746-0500 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.41.0/linux_amd64/terraform-provider-azurerm_v2.41.0_x5 pid=221634
2020-12-24T14:37:54.746-0500 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.41.0/linux_amd64/terraform-provider-azurerm_v2.41.0_x5
2020-12-24T14:37:54.753-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "EventHub"..
2020-12-24T14:37:54.753-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "EventHub"..
2020-12-24T14:37:54.753-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Resources"..
2020-12-24T14:37:54.753-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Resources"..
2020-12-24T14:37:54.753-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Advisor"..
2020-12-24T14:37:54.753-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Advisor"..
2020-12-24T14:37:54.753-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Analysis Services"..
2020-12-24T14:37:54.753-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Analysis Services"..
2020-12-24T14:37:54.753-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "API Management"..
2020-12-24T14:37:54.753-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "API Management"..
2020-12-24T14:37:54.754-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "App Configuration"..
2020-12-24T14:37:54.754-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "App Configuration"..
2020-12-24T14:37:54.754-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Spring Cloud"..
2020-12-24T14:37:54.754-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Spring Cloud"..
2020-12-24T14:37:54.754-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Application Insights"..
2020-12-24T14:37:54.754-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Application Insights"..
2020-12-24T14:37:54.754-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Attestation"..
2020-12-24T14:37:54.754-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Attestation"..
2020-12-24T14:37:54.754-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Authorization"..
2020-12-24T14:37:54.754-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Authorization"..
2020-12-24T14:37:54.754-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Automation"..
2020-12-24T14:37:54.754-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Automation"..
2020-12-24T14:37:54.755-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Azure Stack HCI"..
2020-12-24T14:37:54.755-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Azure Stack HCI"..
2020-12-24T14:37:54.755-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Batch"..
2020-12-24T14:37:54.755-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Batch"..
2020-12-24T14:37:54.755-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Blueprints"..
2020-12-24T14:37:54.755-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Blueprints"..
2020-12-24T14:37:54.755-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Bot"..
2020-12-24T14:37:54.755-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Bot"..
2020-12-24T14:37:54.755-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "CDN"..
2020-12-24T14:37:54.755-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "CDN"..
2020-12-24T14:37:54.757-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Cognitive Services"..
2020-12-24T14:37:54.757-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Cognitive Services"..
2020-12-24T14:37:54.757-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Compute"..
2020-12-24T14:37:54.757-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Compute"..
2020-12-24T14:37:54.757-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Container Services"..
2020-12-24T14:37:54.758-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Container Services"..
2020-12-24T14:37:54.758-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "CosmosDB"..
2020-12-24T14:37:54.758-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "CosmosDB"..
2020-12-24T14:37:54.758-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Cost Management"..
2020-12-24T14:37:54.758-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Cost Management"..
2020-12-24T14:37:54.758-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Custom Providers"..
2020-12-24T14:37:54.758-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Custom Providers"..
2020-12-24T14:37:54.758-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "DataBricks"..
2020-12-24T14:37:54.758-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "DataBricks"..
2020-12-24T14:37:54.758-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Data Factory"..
2020-12-24T14:37:54.758-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Data Factory"..
2020-12-24T14:37:54.758-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Data Lake"..
2020-12-24T14:37:54.758-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Data Lake"..
2020-12-24T14:37:54.759-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Database Migration"..
2020-12-24T14:37:54.759-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Database Migration"..
2020-12-24T14:37:54.759-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Data Share"..
2020-12-24T14:37:54.760-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Data Share"..
2020-12-24T14:37:54.760-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Desktop Virtualization"..
2020-12-24T14:37:54.760-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Desktop Virtualization"..
2020-12-24T14:37:54.761-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "DevSpaces"..
2020-12-24T14:37:54.761-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "DevSpaces"..
2020-12-24T14:37:54.761-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Dev Test"..
2020-12-24T14:37:54.761-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Dev Test"..
2020-12-24T14:37:54.761-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Digital Twins"..
2020-12-24T14:37:54.761-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Digital Twins"..
2020-12-24T14:37:54.761-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "DNS"..
2020-12-24T14:37:54.761-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "DNS"..
2020-12-24T14:37:54.761-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "EventGrid"..
2020-12-24T14:37:54.761-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "EventGrid"..
2020-12-24T14:37:54.761-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "EventHub"..
2020-12-24T14:37:54.761-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "EventHub"..
2020-12-24T14:37:54.762-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Firewall"..
2020-12-24T14:37:54.762-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Firewall"..
2020-12-24T14:37:54.762-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "FrontDoor"..
2020-12-24T14:37:54.762-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "FrontDoor"..
2020-12-24T14:37:54.763-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "HPC Cache"..
2020-12-24T14:37:54.763-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "HPC Cache"..
2020-12-24T14:37:54.763-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Hardware Security Module"..
2020-12-24T14:37:54.763-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Hardware Security Module"..
2020-12-24T14:37:54.763-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "HDInsight"..
2020-12-24T14:37:54.763-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "HDInsight"..
2020-12-24T14:37:54.763-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Health Care"..
2020-12-24T14:37:54.763-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Health Care"..
2020-12-24T14:37:54.763-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "IoT Hub"..
2020-12-24T14:37:54.763-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "IoT Hub"..
2020-12-24T14:37:54.763-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "IoT Central"..
2020-12-24T14:37:54.763-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "IoT Central"..
2020-12-24T14:37:54.763-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "KeyVault"..
2020-12-24T14:37:54.763-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "KeyVault"..
2020-12-24T14:37:54.763-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Kusto"..
2020-12-24T14:37:54.763-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Kusto"..
2020-12-24T14:37:54.763-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Load Balancer"..
2020-12-24T14:37:54.763-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Load Balancer"..
2020-12-24T14:37:54.763-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Log Analytics"..
2020-12-24T14:37:54.763-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Log Analytics"..
2020-12-24T14:37:54.764-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Logic"..
2020-12-24T14:37:54.764-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Logic"..
2020-12-24T14:37:54.764-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Machine Learning"..
2020-12-24T14:37:54.764-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Machine Learning"..
2020-12-24T14:37:54.764-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Maintenance"..
2020-12-24T14:37:54.764-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Maintenance"..
2020-12-24T14:37:54.764-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Managed Applications"..
2020-12-24T14:37:54.764-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Managed Applications"..
2020-12-24T14:37:54.764-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Lighthouse"..
2020-12-24T14:37:54.764-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Lighthouse"..
2020-12-24T14:37:54.764-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Management Group"..
2020-12-24T14:37:54.764-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Management Group"..
2020-12-24T14:37:54.764-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Maps"..
2020-12-24T14:37:54.764-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Maps"..
2020-12-24T14:37:54.764-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "MariaDB"..
2020-12-24T14:37:54.764-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "MariaDB"..
2020-12-24T14:37:54.764-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Media"..
2020-12-24T14:37:54.764-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Media"..
2020-12-24T14:37:54.765-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Mixed Reality"..
2020-12-24T14:37:54.765-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Mixed Reality"..
2020-12-24T14:37:54.765-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Monitor"..
2020-12-24T14:37:54.765-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Monitor"..
2020-12-24T14:37:54.765-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Managed Service Identities"..
2020-12-24T14:37:54.765-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Managed Service Identities"..
2020-12-24T14:37:54.765-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Microsoft SQL Server / SQL Azure"..
2020-12-24T14:37:54.765-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Microsoft SQL Server / SQL Azure"..
2020-12-24T14:37:54.765-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "MySQL"..
2020-12-24T14:37:54.765-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "MySQL"..
2020-12-24T14:37:54.765-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "NetApp"..
2020-12-24T14:37:54.765-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "NetApp"..
2020-12-24T14:37:54.766-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Network"..
2020-12-24T14:37:54.766-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Network"..
2020-12-24T14:37:54.766-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Notification Hub"..
2020-12-24T14:37:54.766-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Notification Hub"..
2020-12-24T14:37:54.766-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Policy"..
2020-12-24T14:37:54.766-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Policy"..
2020-12-24T14:37:54.766-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Portal"..
2020-12-24T14:37:54.766-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Portal"..
2020-12-24T14:37:54.766-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "PostgreSQL"..
2020-12-24T14:37:54.766-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "PostgreSQL"..
2020-12-24T14:37:54.766-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "PowerBI"..
2020-12-24T14:37:54.766-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "PowerBI"..
2020-12-24T14:37:54.766-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Private DNS"..
2020-12-24T14:37:54.766-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Private DNS"..
2020-12-24T14:37:54.766-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Recovery Services"..
2020-12-24T14:37:54.766-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Recovery Services"..
2020-12-24T14:37:54.767-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Redis"..
2020-12-24T14:37:54.767-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Redis"..
2020-12-24T14:37:54.767-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Relay"..
2020-12-24T14:37:54.767-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Relay"..
2020-12-24T14:37:54.767-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Resources"..
2020-12-24T14:37:54.767-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Resources"..
2020-12-24T14:37:54.767-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Search"..
2020-12-24T14:37:54.767-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Search"..
2020-12-24T14:37:54.767-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Security Center"..
2020-12-24T14:37:54.767-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Security Center"..
2020-12-24T14:37:54.767-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Sentinel"..
2020-12-24T14:37:54.767-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Sentinel"..
2020-12-24T14:37:54.767-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "ServiceBus"..
2020-12-24T14:37:54.768-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "ServiceBus"..
2020-12-24T14:37:54.769-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Service Fabric"..
2020-12-24T14:37:54.769-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Service Fabric"..
2020-12-24T14:37:54.769-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Service Fabric Mesh"..
2020-12-24T14:37:54.769-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Service Fabric Mesh"..
2020-12-24T14:37:54.769-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "SignalR"..
2020-12-24T14:37:54.769-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "SignalR"..
2020-12-24T14:37:54.769-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "SQL"..
2020-12-24T14:37:54.769-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "SQL"..
2020-12-24T14:37:54.769-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Storage"..
2020-12-24T14:37:54.769-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Storage"..
2020-12-24T14:37:54.769-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Stream Analytics"..
2020-12-24T14:37:54.769-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Stream Analytics"..
2020-12-24T14:37:54.769-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Subscription"..
2020-12-24T14:37:54.769-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Subscription"..
2020-12-24T14:37:54.769-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Synapse"..
2020-12-24T14:37:54.769-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Synapse"..
2020-12-24T14:37:54.769-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Time Series Insights"..
2020-12-24T14:37:54.769-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Time Series Insights"..
2020-12-24T14:37:54.769-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Traffic Manager"..
2020-12-24T14:37:54.769-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Traffic Manager"..
2020-12-24T14:37:54.769-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Web"..
2020-12-24T14:37:54.769-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Web"..
2020-12-24T14:37:54.770-0500 [INFO] plugin.terraform-provider-azurerm_v2.41.0_x5: configuring server automatic mTLS: timestamp=2020-12-24T14:37:54.770-0500
2020-12-24T14:37:54.794-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: plugin address: address=/tmp/plugin876375020 network=unix timestamp=2020-12-24T14:37:54.794-0500
2020-12-24T14:37:54.794-0500 [DEBUG] plugin: using plugin: version=5
2020/12/24 14:37:54 [TRACE] GRPCProvider: GetSchema
2020-12-24T14:37:54.847-0500 [TRACE] plugin.stdio: waiting for stdio data
2020-12-24T14:37:54.848-0500 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio"
2020/12/24 14:37:54 [TRACE] No provider meta schema returned
2020/12/24 14:37:54 [TRACE] GRPCProvider: Close
2020-12-24T14:37:54.907-0500 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.41.0/linux_amd64/terraform-provider-azurerm_v2.41.0_x5 pid=221634
2020-12-24T14:37:54.907-0500 [DEBUG] plugin: plugin exited
2020/12/24 14:37:54 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/random"
2020-12-24T14:37:54.907-0500 [INFO] plugin: configuring client automatic mTLS
2020-12-24T14:37:54.932-0500 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.0.0/linux_amd64/terraform-provider-random_v3.0.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/random/3.0.0/linux_amd64/terraform-provider-random_v3.0.0_x5]
2020-12-24T14:37:54.932-0500 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.0.0/linux_amd64/terraform-provider-random_v3.0.0_x5 pid=221655
2020-12-24T14:37:54.932-0500 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.0.0/linux_amd64/terraform-provider-random_v3.0.0_x5
2020-12-24T14:37:54.935-0500 [INFO] plugin.terraform-provider-random_v3.0.0_x5: configuring server automatic mTLS: timestamp=2020-12-24T14:37:54.935-0500
2020-12-24T14:37:54.961-0500 [DEBUG] plugin.terraform-provider-random_v3.0.0_x5: plugin address: address=/tmp/plugin735134392 network=unix timestamp=2020-12-24T14:37:54.961-0500
2020-12-24T14:37:54.961-0500 [DEBUG] plugin: using plugin: version=5
2020/12/24 14:37:55 [TRACE] GRPCProvider: GetSchema
2020-12-24T14:37:55.013-0500 [TRACE] plugin.stdio: waiting for stdio data
2020/12/24 14:37:55 [TRACE] GRPCProvider: Close
2020-12-24T14:37:55.014-0500 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2020-12-24T14:37:55.015-0500 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.0.0/linux_amd64/terraform-provider-random_v3.0.0_x5 pid=221655
2020-12-24T14:37:55.015-0500 [DEBUG] plugin: plugin exited
2020/12/24 14:37:55 [TRACE] terraform.NewContext: complete
2020/12/24 14:37:55 [TRACE] backend/local: finished building terraform.Context
2020/12/24 14:37:55 [TRACE] backend/local: requesting interactive input, if necessary
2020/12/24 14:37:55 [TRACE] Context.Input: Prompting for provider arguments
2020/12/24 14:37:55 [TRACE] Context.Input: Provider provider.azurerm declared at main.tf:15,1-19
2020/12/24 14:37:55 [TRACE] Context.Input: Provider provider.random declared at main.tf:19,1-18
2020/12/24 14:37:55 [TRACE] Context.Input: Input for provider.azurerm: map[string]cty.Value{}
2020/12/24 14:37:55 [TRACE] Context.Input: Input for provider.random: map[string]cty.Value{}
2020/12/24 14:37:55 [TRACE] backend/local: running validation operation
2020/12/24 14:37:55 [INFO] terraform: building graph: GraphTypeValidate
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.ConfigTransformer
2020/12/24 14:37:55 [TRACE] ConfigTransformer: Starting for path:
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
azurerm_resource_group.example - *terraform.NodeValidatableResource
azurerm_storage_account.example - *terraform.NodeValidatableResource
azurerm_storage_share.example - *terraform.NodeValidatableResource
azurerm_storage_share_file.large - *terraform.NodeValidatableResource
azurerm_storage_share_file.medium - *terraform.NodeValidatableResource
azurerm_storage_share_file.small - *terraform.NodeValidatableResource
random_string.name - *terraform.NodeValidatableResource
------
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.LocalTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.OutputTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.StateTransformer
2020/12/24 14:37:55 [TRACE] StateTransformer: state is empty, so nothing to do
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2020/12/24 14:37:55 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_storage_account.example" (*terraform.NodeValidatableResource) config from main.tf:33,1-45
2020/12/24 14:37:55 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_storage_account.example
2020/12/24 14:37:55 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_storage_share.example" (*terraform.NodeValidatableResource) config from main.tf:41,1-43
2020/12/24 14:37:55 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_storage_share.example
2020/12/24 14:37:55 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_storage_share_file.large" (*terraform.NodeValidatableResource) config from main.tf:47,1-46
2020/12/24 14:37:55 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_storage_share_file.large
2020/12/24 14:37:55 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_storage_share_file.medium" (*terraform.NodeValidatableResource) config from main.tf:54,1-47
2020/12/24 14:37:55 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_storage_share_file.medium
2020/12/24 14:37:55 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_storage_share_file.small" (*terraform.NodeValidatableResource) config from main.tf:61,1-46
2020/12/24 14:37:55 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_storage_share_file.small
2020/12/24 14:37:55 [TRACE] AttachResourceConfigTransformer: attaching to "random_string.name" (*terraform.NodeValidatableResource) config from main.tf:22,1-32
2020/12/24 14:37:55 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to random_string.name
2020/12/24 14:37:55 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_resource_group.example" (*terraform.NodeValidatableResource) config from main.tf:28,1-44
2020/12/24 14:37:55 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_resource_group.example
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2020/12/24 14:37:55 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2020/12/24 14:37:55 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/azurerm\"]" provider configuration from main.tf:15,1-19
2020/12/24 14:37:55 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/random\"]" provider configuration from main.tf:19,1-18
2020/12/24 14:37:55 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
azurerm_resource_group.example - *terraform.NodeValidatableResource
azurerm_storage_account.example - *terraform.NodeValidatableResource
azurerm_storage_share.example - *terraform.NodeValidatableResource
azurerm_storage_share_file.large - *terraform.NodeValidatableResource
azurerm_storage_share_file.medium - *terraform.NodeValidatableResource
azurerm_storage_share_file.small - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
random_string.name - *terraform.NodeValidatableResource
------
2020/12/24 14:37:55 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2020/12/24 14:37:55 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2020/12/24 14:37:55 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2020/12/24 14:37:55 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/random"] serving random_string.name
2020/12/24 14:37:55 [DEBUG] ProviderTransformer: "random_string.name" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/random"]
2020/12/24 14:37:55 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_storage_share.example
2020/12/24 14:37:55 [DEBUG] ProviderTransformer: "azurerm_storage_share.example" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/azurerm"]
2020/12/24 14:37:55 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_storage_share_file.large
2020/12/24 14:37:55 [DEBUG] ProviderTransformer: "azurerm_storage_share_file.large" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/azurerm"]
2020/12/24 14:37:55 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_storage_share_file.medium
2020/12/24 14:37:55 [DEBUG] ProviderTransformer: "azurerm_storage_share_file.medium" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/azurerm"]
2020/12/24 14:37:55 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_resource_group.example
2020/12/24 14:37:55 [DEBUG] ProviderTransformer: "azurerm_resource_group.example" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/azurerm"]
2020/12/24 14:37:55 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_storage_account.example
2020/12/24 14:37:55 [DEBUG] ProviderTransformer: "azurerm_storage_account.example" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/azurerm"]
2020/12/24 14:37:55 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_storage_share_file.small
2020/12/24 14:37:55 [DEBUG] ProviderTransformer: "azurerm_storage_share_file.small" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/azurerm"]
2020/12/24 14:37:55 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
azurerm_resource_group.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_account.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.large - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.medium - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.small - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
random_string.name - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
------
2020/12/24 14:37:55 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2020/12/24 14:37:55 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2020/12/24 14:37:55 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2020/12/24 14:37:55 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
azurerm_resource_group.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_account.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.large - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.medium - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.small - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
random_string.name - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
------
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2020/12/24 14:37:55 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_resource_group.example
2020/12/24 14:37:55 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_storage_account.example
2020/12/24 14:37:55 [TRACE] AttachSchemaTransformer: attaching resource schema to random_string.name
2020/12/24 14:37:55 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_storage_share.example
2020/12/24 14:37:55 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_storage_share_file.large
2020/12/24 14:37:55 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_storage_share_file.medium
2020/12/24 14:37:55 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_storage_share_file.small
2020/12/24 14:37:55 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/azurerm"]
2020/12/24 14:37:55 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/random"]
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/12/24 14:37:55 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/azurerm\"]" references: []
2020/12/24 14:37:55 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/random\"]" references: []
2020/12/24 14:37:55 [DEBUG] ReferenceTransformer: "random_string.name" references: []
2020/12/24 14:37:55 [DEBUG] ReferenceTransformer: "azurerm_storage_share.example" references: [azurerm_storage_account.example]
2020/12/24 14:37:55 [DEBUG] ReferenceTransformer: "azurerm_storage_share_file.large" references: [azurerm_storage_share.example]
2020/12/24 14:37:55 [DEBUG] ReferenceTransformer: "azurerm_storage_share_file.medium" references: [azurerm_storage_share.example]
2020/12/24 14:37:55 [DEBUG] ReferenceTransformer: "azurerm_storage_share_file.small" references: [azurerm_storage_share.example]
2020/12/24 14:37:55 [DEBUG] ReferenceTransformer: "azurerm_resource_group.example" references: []
2020/12/24 14:37:55 [DEBUG] ReferenceTransformer: "azurerm_storage_account.example" references: [azurerm_resource_group.example random_string.name azurerm_resource_group.example]
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
azurerm_resource_group.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_account.example - *terraform.NodeValidatableResource
azurerm_resource_group.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
random_string.name - *terraform.NodeValidatableResource
azurerm_storage_share.example - *terraform.NodeValidatableResource
azurerm_storage_account.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.large - *terraform.NodeValidatableResource
azurerm_storage_share.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.medium - *terraform.NodeValidatableResource
azurerm_storage_share.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.small - *terraform.NodeValidatableResource
azurerm_storage_share.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
random_string.name - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
------
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.attachDataResourceDependenciesTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.attachDataResourceDependenciesTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
azurerm_resource_group.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_account.example - *terraform.NodeValidatableResource
azurerm_resource_group.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
random_string.name - *terraform.NodeValidatableResource
azurerm_storage_share.example - *terraform.NodeValidatableResource
azurerm_storage_account.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.large - *terraform.NodeValidatableResource
azurerm_storage_share.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.medium - *terraform.NodeValidatableResource
azurerm_storage_share.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.small - *terraform.NodeValidatableResource
azurerm_storage_share.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
azurerm_resource_group.example - *terraform.NodeValidatableResource
azurerm_storage_account.example - *terraform.NodeValidatableResource
azurerm_storage_share.example - *terraform.NodeValidatableResource
azurerm_storage_share_file.large - *terraform.NodeValidatableResource
azurerm_storage_share_file.medium - *terraform.NodeValidatableResource
azurerm_storage_share_file.small - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
random_string.name - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
random_string.name - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
------
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
azurerm_resource_group.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_account.example - *terraform.NodeValidatableResource
azurerm_resource_group.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
random_string.name - *terraform.NodeValidatableResource
azurerm_storage_share.example - *terraform.NodeValidatableResource
azurerm_storage_account.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.large - *terraform.NodeValidatableResource
azurerm_storage_share.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.medium - *terraform.NodeValidatableResource
azurerm_storage_share.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.small - *terraform.NodeValidatableResource
azurerm_storage_share.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
azurerm_resource_group.example - *terraform.NodeValidatableResource
azurerm_storage_account.example - *terraform.NodeValidatableResource
azurerm_storage_share.example - *terraform.NodeValidatableResource
azurerm_storage_share_file.large - *terraform.NodeValidatableResource
azurerm_storage_share_file.medium - *terraform.NodeValidatableResource
azurerm_storage_share_file.small - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
random_string.name - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azurerm"] (close) - *terraform.graphNodeCloseProvider
azurerm_resource_group.example - *terraform.NodeValidatableResource
azurerm_storage_account.example - *terraform.NodeValidatableResource
azurerm_storage_share.example - *terraform.NodeValidatableResource
azurerm_storage_share_file.large - *terraform.NodeValidatableResource
azurerm_storage_share_file.medium - *terraform.NodeValidatableResource
azurerm_storage_share_file.small - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/random"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
random_string.name - *terraform.NodeValidatableResource
random_string.name - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
------
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
azurerm_resource_group.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_account.example - *terraform.NodeValidatableResource
azurerm_resource_group.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
random_string.name - *terraform.NodeValidatableResource
azurerm_storage_share.example - *terraform.NodeValidatableResource
azurerm_storage_account.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.large - *terraform.NodeValidatableResource
azurerm_storage_share.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.medium - *terraform.NodeValidatableResource
azurerm_storage_share.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.small - *terraform.NodeValidatableResource
azurerm_storage_share.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
azurerm_resource_group.example - *terraform.NodeValidatableResource
azurerm_storage_account.example - *terraform.NodeValidatableResource
azurerm_storage_share.example - *terraform.NodeValidatableResource
azurerm_storage_share_file.large - *terraform.NodeValidatableResource
azurerm_storage_share_file.medium - *terraform.NodeValidatableResource
azurerm_storage_share_file.small - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
random_string.name - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azurerm"] (close) - *terraform.graphNodeCloseProvider
azurerm_resource_group.example - *terraform.NodeValidatableResource
azurerm_storage_account.example - *terraform.NodeValidatableResource
azurerm_storage_share.example - *terraform.NodeValidatableResource
azurerm_storage_share_file.large - *terraform.NodeValidatableResource
azurerm_storage_share_file.medium - *terraform.NodeValidatableResource
azurerm_storage_share_file.small - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/random"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
random_string.name - *terraform.NodeValidatableResource
random_string.name - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/azurerm"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/hashicorp/random"] (close) - *terraform.graphNodeCloseProvider
------
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
azurerm_resource_group.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_account.example - *terraform.NodeValidatableResource
azurerm_resource_group.example - *terraform.NodeValidatableResource
random_string.name - *terraform.NodeValidatableResource
azurerm_storage_share.example - *terraform.NodeValidatableResource
azurerm_storage_account.example - *terraform.NodeValidatableResource
azurerm_storage_share_file.large - *terraform.NodeValidatableResource
azurerm_storage_share.example - *terraform.NodeValidatableResource
azurerm_storage_share_file.medium - *terraform.NodeValidatableResource
azurerm_storage_share.example - *terraform.NodeValidatableResource
azurerm_storage_share_file.small - *terraform.NodeValidatableResource
azurerm_storage_share.example - *terraform.NodeValidatableResource
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
azurerm_storage_share_file.large - *terraform.NodeValidatableResource
azurerm_storage_share_file.medium - *terraform.NodeValidatableResource
azurerm_storage_share_file.small - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azurerm"] (close) - *terraform.graphNodeCloseProvider
azurerm_storage_share_file.large - *terraform.NodeValidatableResource
azurerm_storage_share_file.medium - *terraform.NodeValidatableResource
azurerm_storage_share_file.small - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/random"] (close) - *terraform.graphNodeCloseProvider
random_string.name - *terraform.NodeValidatableResource
random_string.name - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/azurerm"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/hashicorp/random"] (close) - *terraform.graphNodeCloseProvider
------
2020/12/24 14:37:55 [DEBUG] Starting graph walk: walkValidate
2020/12/24 14:37:55 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2020/12/24 14:37:55 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/random\"]"
2020/12/24 14:37:55 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"]": starting visit (*terraform.NodeApplyableProvider)
2020/12/24 14:37:55 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/random\"]": starting visit (*terraform.NodeApplyableProvider)
2020-12-24T14:37:55.017-0500 [INFO] plugin: configuring client automatic mTLS
2020-12-24T14:37:55.041-0500 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.41.0/linux_amd64/terraform-provider-azurerm_v2.41.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.41.0/linux_amd64/terraform-provider-azurerm_v2.41.0_x5]
2020-12-24T14:37:55.042-0500 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.41.0/linux_amd64/terraform-provider-azurerm_v2.41.0_x5 pid=221670
2020-12-24T14:37:55.042-0500 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.41.0/linux_amd64/terraform-provider-azurerm_v2.41.0_x5
2020-12-24T14:37:55.050-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "EventHub"..
2020-12-24T14:37:55.050-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "EventHub"..
2020-12-24T14:37:55.050-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Resources"..
2020-12-24T14:37:55.050-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Resources"..
2020-12-24T14:37:55.050-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Advisor"..
2020-12-24T14:37:55.050-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Advisor"..
2020-12-24T14:37:55.050-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Analysis Services"..
2020-12-24T14:37:55.050-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Analysis Services"..
2020-12-24T14:37:55.050-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "API Management"..
2020-12-24T14:37:55.050-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "API Management"..
2020-12-24T14:37:55.051-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "App Configuration"..
2020-12-24T14:37:55.051-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "App Configuration"..
2020-12-24T14:37:55.051-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Spring Cloud"..
2020-12-24T14:37:55.051-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Spring Cloud"..
2020-12-24T14:37:55.051-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Application Insights"..
2020-12-24T14:37:55.051-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Application Insights"..
2020-12-24T14:37:55.051-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Attestation"..
2020-12-24T14:37:55.051-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Attestation"..
2020-12-24T14:37:55.051-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Authorization"..
2020-12-24T14:37:55.051-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Authorization"..
2020-12-24T14:37:55.051-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Automation"..
2020-12-24T14:37:55.051-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Automation"..
2020-12-24T14:37:55.053-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Azure Stack HCI"..
2020-12-24T14:37:55.053-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Azure Stack HCI"..
2020-12-24T14:37:55.053-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Batch"..
2020-12-24T14:37:55.053-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Batch"..
2020-12-24T14:37:55.053-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Blueprints"..
2020-12-24T14:37:55.053-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Blueprints"..
2020-12-24T14:37:55.053-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Bot"..
2020-12-24T14:37:55.053-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Bot"..
2020-12-24T14:37:55.053-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "CDN"..
2020-12-24T14:37:55.053-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "CDN"..
2020-12-24T14:37:55.055-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Cognitive Services"..
2020-12-24T14:37:55.055-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Cognitive Services"..
2020-12-24T14:37:55.055-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Compute"..
2020-12-24T14:37:55.055-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Compute"..
2020-12-24T14:37:55.055-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Container Services"..
2020-12-24T14:37:55.055-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Container Services"..
2020-12-24T14:37:55.055-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "CosmosDB"..
2020-12-24T14:37:55.055-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "CosmosDB"..
2020-12-24T14:37:55.056-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Cost Management"..
2020-12-24T14:37:55.056-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Cost Management"..
2020-12-24T14:37:55.056-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Custom Providers"..
2020-12-24T14:37:55.056-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Custom Providers"..
2020-12-24T14:37:55.056-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "DataBricks"..
2020-12-24T14:37:55.056-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "DataBricks"..
2020-12-24T14:37:55.056-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Data Factory"..
2020-12-24T14:37:55.056-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Data Factory"..
2020-12-24T14:37:55.056-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Data Lake"..
2020-12-24T14:37:55.056-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Data Lake"..
2020-12-24T14:37:55.056-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Database Migration"..
2020-12-24T14:37:55.056-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Database Migration"..
2020-12-24T14:37:55.056-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Data Share"..
2020-12-24T14:37:55.057-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Data Share"..
2020-12-24T14:37:55.058-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Desktop Virtualization"..
2020-12-24T14:37:55.058-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Desktop Virtualization"..
2020-12-24T14:37:55.058-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "DevSpaces"..
2020-12-24T14:37:55.058-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "DevSpaces"..
2020-12-24T14:37:55.058-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Dev Test"..
2020-12-24T14:37:55.058-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Dev Test"..
2020-12-24T14:37:55.058-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Digital Twins"..
2020-12-24T14:37:55.058-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Digital Twins"..
2020-12-24T14:37:55.058-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "DNS"..
2020-12-24T14:37:55.058-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "DNS"..
2020-12-24T14:37:55.058-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "EventGrid"..
2020-12-24T14:37:55.058-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "EventGrid"..
2020-12-24T14:37:55.059-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "EventHub"..
2020-12-24T14:37:55.059-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "EventHub"..
2020-12-24T14:37:55.059-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Firewall"..
2020-12-24T14:37:55.059-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Firewall"..
2020-12-24T14:37:55.060-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "FrontDoor"..
2020-12-24T14:37:55.060-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "FrontDoor"..
2020-12-24T14:37:55.060-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "HPC Cache"..
2020-12-24T14:37:55.060-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "HPC Cache"..
2020-12-24T14:37:55.060-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Hardware Security Module"..
2020-12-24T14:37:55.060-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Hardware Security Module"..
2020-12-24T14:37:55.060-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "HDInsight"..
2020-12-24T14:37:55.060-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "HDInsight"..
2020-12-24T14:37:55.061-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Health Care"..
2020-12-24T14:37:55.061-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Health Care"..
2020-12-24T14:37:55.061-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "IoT Hub"..
2020-12-24T14:37:55.061-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "IoT Hub"..
2020-12-24T14:37:55.061-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "IoT Central"..
2020-12-24T14:37:55.061-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "IoT Central"..
2020-12-24T14:37:55.061-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "KeyVault"..
2020-12-24T14:37:55.061-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "KeyVault"..
2020-12-24T14:37:55.061-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Kusto"..
2020-12-24T14:37:55.061-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Kusto"..
2020-12-24T14:37:55.061-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Load Balancer"..
2020-12-24T14:37:55.061-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Load Balancer"..
2020-12-24T14:37:55.061-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Log Analytics"..
2020-12-24T14:37:55.061-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Log Analytics"..
2020-12-24T14:37:55.061-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Logic"..
2020-12-24T14:37:55.061-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Logic"..
2020-12-24T14:37:55.062-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Machine Learning"..
2020-12-24T14:37:55.062-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Machine Learning"..
2020-12-24T14:37:55.062-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Maintenance"..
2020-12-24T14:37:55.062-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Maintenance"..
2020-12-24T14:37:55.062-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Managed Applications"..
2020-12-24T14:37:55.062-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Managed Applications"..
2020-12-24T14:37:55.062-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Lighthouse"..
2020-12-24T14:37:55.062-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Lighthouse"..
2020-12-24T14:37:55.062-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Management Group"..
2020-12-24T14:37:55.062-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Management Group"..
2020-12-24T14:37:55.062-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Maps"..
2020-12-24T14:37:55.062-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Maps"..
2020-12-24T14:37:55.062-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "MariaDB"..
2020-12-24T14:37:55.062-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "MariaDB"..
2020-12-24T14:37:55.062-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Media"..
2020-12-24T14:37:55.062-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Media"..
2020-12-24T14:37:55.062-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Mixed Reality"..
2020-12-24T14:37:55.062-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Mixed Reality"..
2020-12-24T14:37:55.062-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Monitor"..
2020-12-24T14:37:55.062-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Monitor"..
2020-12-24T14:37:55.063-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Managed Service Identities"..
2020-12-24T14:37:55.063-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Managed Service Identities"..
2020-12-24T14:37:55.063-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Microsoft SQL Server / SQL Azure"..
2020-12-24T14:37:55.063-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Microsoft SQL Server / SQL Azure"..
2020-12-24T14:37:55.063-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "MySQL"..
2020-12-24T14:37:55.063-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "MySQL"..
2020-12-24T14:37:55.063-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "NetApp"..
2020-12-24T14:37:55.063-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "NetApp"..
2020-12-24T14:37:55.063-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Network"..
2020-12-24T14:37:55.063-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Network"..
2020-12-24T14:37:55.064-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Notification Hub"..
2020-12-24T14:37:55.064-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Notification Hub"..
2020-12-24T14:37:55.064-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Policy"..
2020-12-24T14:37:55.064-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Policy"..
2020-12-24T14:37:55.064-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Portal"..
2020-12-24T14:37:55.064-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Portal"..
2020-12-24T14:37:55.064-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "PostgreSQL"..
2020-12-24T14:37:55.064-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "PostgreSQL"..
2020-12-24T14:37:55.064-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "PowerBI"..
2020-12-24T14:37:55.064-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "PowerBI"..
2020-12-24T14:37:55.064-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Private DNS"..
2020-12-24T14:37:55.064-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Private DNS"..
2020-12-24T14:37:55.064-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Recovery Services"..
2020-12-24T14:37:55.064-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Recovery Services"..
2020-12-24T14:37:55.064-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Redis"..
2020-12-24T14:37:55.064-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Redis"..
2020-12-24T14:37:55.064-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Relay"..
2020-12-24T14:37:55.064-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Relay"..
2020-12-24T14:37:55.064-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Resources"..
2020-12-24T14:37:55.064-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Resources"..
2020-12-24T14:37:55.064-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Search"..
2020-12-24T14:37:55.064-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Search"..
2020-12-24T14:37:55.064-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Security Center"..
2020-12-24T14:37:55.064-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Security Center"..
2020-12-24T14:37:55.065-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Sentinel"..
2020-12-24T14:37:55.065-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Sentinel"..
2020-12-24T14:37:55.065-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "ServiceBus"..
2020-12-24T14:37:55.065-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "ServiceBus"..
2020-12-24T14:37:55.067-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Service Fabric"..
2020-12-24T14:37:55.067-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Service Fabric"..
2020-12-24T14:37:55.067-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Service Fabric Mesh"..
2020-12-24T14:37:55.067-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Service Fabric Mesh"..
2020-12-24T14:37:55.067-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "SignalR"..
2020-12-24T14:37:55.067-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "SignalR"..
2020-12-24T14:37:55.067-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "SQL"..
2020-12-24T14:37:55.067-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "SQL"..
2020-12-24T14:37:55.067-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Storage"..
2020-12-24T14:37:55.067-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Storage"..
2020-12-24T14:37:55.067-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Stream Analytics"..
2020-12-24T14:37:55.067-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Stream Analytics"..
2020-12-24T14:37:55.067-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Subscription"..
2020-12-24T14:37:55.067-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Subscription"..
2020-12-24T14:37:55.067-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Synapse"..
2020-12-24T14:37:55.067-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Synapse"..
2020-12-24T14:37:55.067-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Time Series Insights"..
2020-12-24T14:37:55.067-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Time Series Insights"..
2020-12-24T14:37:55.067-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Traffic Manager"..
2020-12-24T14:37:55.067-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Traffic Manager"..
2020-12-24T14:37:55.067-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Web"..
2020-12-24T14:37:55.067-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Web"..
2020-12-24T14:37:55.068-0500 [INFO] plugin.terraform-provider-azurerm_v2.41.0_x5: configuring server automatic mTLS: timestamp=2020-12-24T14:37:55.068-0500
2020-12-24T14:37:55.093-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: plugin address: network=unix address=/tmp/plugin753373384 timestamp=2020-12-24T14:37:55.093-0500
2020-12-24T14:37:55.093-0500 [DEBUG] plugin: using plugin: version=5
2020/12/24 14:37:55 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/azurerm\"]" provider for provider["registry.terraform.io/hashicorp/azurerm"]
2020/12/24 14:37:55 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/azurerm"]: using explicit config only
2020/12/24 14:37:55 [TRACE] GRPCProvider: GetSchema
2020-12-24T14:37:55.143-0500 [TRACE] plugin.stdio: waiting for stdio data
2020-12-24T14:37:55.143-0500 [INFO] plugin: configuring client automatic mTLS
2020-12-24T14:37:55.143-0500 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio"
2020-12-24T14:37:55.169-0500 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.0.0/linux_amd64/terraform-provider-random_v3.0.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/random/3.0.0/linux_amd64/terraform-provider-random_v3.0.0_x5]
2020-12-24T14:37:55.169-0500 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.0.0/linux_amd64/terraform-provider-random_v3.0.0_x5 pid=221691
2020-12-24T14:37:55.169-0500 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.0.0/linux_amd64/terraform-provider-random_v3.0.0_x5
2020/12/24 14:37:55 [TRACE] No provider meta schema returned
2020-12-24T14:37:55.172-0500 [INFO] plugin.terraform-provider-random_v3.0.0_x5: configuring server automatic mTLS: timestamp=2020-12-24T14:37:55.172-0500
2020/12/24 14:37:55 [TRACE] GRPCProvider: PrepareProviderConfig
2020-12-24T14:37:55.200-0500 [DEBUG] plugin: using plugin: version=5
2020-12-24T14:37:55.200-0500 [DEBUG] plugin.terraform-provider-random_v3.0.0_x5: plugin address: address=/tmp/plugin300776631 network=unix timestamp=2020-12-24T14:37:55.200-0500
2020/12/24 14:37:55 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"]": visit complete
2020/12/24 14:37:55 [TRACE] dag/walk: visiting "azurerm_resource_group.example"
2020/12/24 14:37:55 [TRACE] vertex "azurerm_resource_group.example": starting visit (*terraform.NodeValidatableResource)
2020/12/24 14:37:55 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/random\"]" provider for provider["registry.terraform.io/hashicorp/random"]
2020/12/24 14:37:55 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/random"]: using explicit config only
2020/12/24 14:37:55 [TRACE] GRPCProvider: GetSchema
2020-12-24T14:37:55.252-0500 [TRACE] plugin.stdio: waiting for stdio data
2020/12/24 14:37:55 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/12/24 14:37:55 [TRACE] vertex "azurerm_resource_group.example": visit complete
2020/12/24 14:37:55 [TRACE] GRPCProvider: PrepareProviderConfig
2020/12/24 14:37:55 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/random\"]": visit complete
2020/12/24 14:37:55 [TRACE] dag/walk: visiting "random_string.name"
2020/12/24 14:37:55 [TRACE] vertex "random_string.name": starting visit (*terraform.NodeValidatableResource)
2020/12/24 14:37:55 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/12/24 14:37:55 [TRACE] vertex "random_string.name": visit complete
2020/12/24 14:37:55 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/random\"] (close)"
2020/12/24 14:37:55 [TRACE] dag/walk: visiting "azurerm_storage_account.example"
2020/12/24 14:37:55 [TRACE] vertex "azurerm_storage_account.example": starting visit (*terraform.NodeValidatableResource)
2020/12/24 14:37:55 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/random\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2020/12/24 14:37:55 [TRACE] GRPCProvider: Close
2020/12/24 14:37:55 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020-12-24T14:37:55.255-0500 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2020/12/24 14:37:55 [TRACE] vertex "azurerm_storage_account.example": visit complete
2020/12/24 14:37:55 [TRACE] dag/walk: visiting "azurerm_storage_share.example"
2020/12/24 14:37:55 [TRACE] vertex "azurerm_storage_share.example": starting visit (*terraform.NodeValidatableResource)
2020-12-24T14:37:55.255-0500 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.0.0/linux_amd64/terraform-provider-random_v3.0.0_x5 pid=221691
2020-12-24T14:37:55.255-0500 [DEBUG] plugin: plugin exited
2020/12/24 14:37:55 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/random\"] (close)": visit complete
2020/12/24 14:37:55 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/12/24 14:37:55 [TRACE] vertex "azurerm_storage_share.example": visit complete
2020/12/24 14:37:55 [TRACE] dag/walk: visiting "azurerm_storage_share_file.large"
2020/12/24 14:37:55 [TRACE] vertex "azurerm_storage_share_file.large": starting visit (*terraform.NodeValidatableResource)
2020/12/24 14:37:55 [TRACE] dag/walk: visiting "azurerm_storage_share_file.medium"
2020/12/24 14:37:55 [TRACE] vertex "azurerm_storage_share_file.medium": starting visit (*terraform.NodeValidatableResource)
2020/12/24 14:37:55 [TRACE] dag/walk: visiting "azurerm_storage_share_file.small"
2020/12/24 14:37:55 [TRACE] vertex "azurerm_storage_share_file.small": starting visit (*terraform.NodeValidatableResource)
2020/12/24 14:37:55 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/12/24 14:37:55 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/12/24 14:37:55 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/12/24 14:37:55 [TRACE] vertex "azurerm_storage_share_file.large": visit complete
2020/12/24 14:37:55 [TRACE] vertex "azurerm_storage_share_file.small": visit complete
2020/12/24 14:37:55 [TRACE] vertex "azurerm_storage_share_file.medium": visit complete
2020/12/24 14:37:55 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)"
2020/12/24 14:37:55 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2020/12/24 14:37:55 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2020/12/24 14:37:55 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)"
2020/12/24 14:37:55 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2020/12/24 14:37:55 [TRACE] GRPCProvider: Close
2020-12-24T14:37:55.258-0500 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.41.0/linux_amd64/terraform-provider-azurerm_v2.41.0_x5 pid=221670
2020-12-24T14:37:55.258-0500 [DEBUG] plugin: plugin exited
2020/12/24 14:37:55 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)": visit complete
2020/12/24 14:37:55 [TRACE] dag/walk: visiting "root"
2020/12/24 14:37:55 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2020/12/24 14:37:55 [TRACE] vertex "root": visit complete
2020/12/24 14:37:55 [INFO] backend/local: apply calling Plan
2020/12/24 14:37:55 [INFO] terraform: building graph: GraphTypePlan
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.ConfigTransformer
2020/12/24 14:37:55 [TRACE] ConfigTransformer: Starting for path:
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
azurerm_resource_group.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_account.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share_file.large (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share_file.medium (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share_file.small (expand) - *terraform.nodeExpandPlannableResource
random_string.name (expand) - *terraform.nodeExpandPlannableResource
------
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.LocalTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.OutputTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.StateTransformer
2020/12/24 14:37:55 [TRACE] StateTransformer: state is empty, so nothing to do
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2020/12/24 14:37:55 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_storage_share_file.small (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:61,1-46
2020/12/24 14:37:55 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_storage_share_file.small (expand)
2020/12/24 14:37:55 [TRACE] AttachResourceConfigTransformer: attaching to "random_string.name (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:22,1-32
2020/12/24 14:37:55 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to random_string.name (expand)
2020/12/24 14:37:55 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_resource_group.example (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:28,1-44
2020/12/24 14:37:55 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_resource_group.example (expand)
2020/12/24 14:37:55 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_storage_account.example (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:33,1-45
2020/12/24 14:37:55 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_storage_account.example (expand)
2020/12/24 14:37:55 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_storage_share.example (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:41,1-43
2020/12/24 14:37:55 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_storage_share.example (expand)
2020/12/24 14:37:55 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_storage_share_file.large (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:47,1-46
2020/12/24 14:37:55 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_storage_share_file.large (expand)
2020/12/24 14:37:55 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_storage_share_file.medium (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:54,1-47
2020/12/24 14:37:55 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azurerm_storage_share_file.medium (expand)
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2020/12/24 14:37:55 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2020/12/24 14:37:55 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/azurerm\"]" provider configuration from main.tf:15,1-19
2020/12/24 14:37:55 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/random\"]" provider configuration from main.tf:19,1-18
2020/12/24 14:37:55 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
azurerm_resource_group.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_account.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share_file.large (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share_file.medium (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share_file.small (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
random_string.name (expand) - *terraform.nodeExpandPlannableResource
------
2020/12/24 14:37:55 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2020/12/24 14:37:55 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2020/12/24 14:37:55 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2020/12/24 14:37:55 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_storage_share_file.medium (expand)
2020/12/24 14:37:55 [DEBUG] ProviderTransformer: "azurerm_storage_share_file.medium (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/azurerm"]
2020/12/24 14:37:55 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_storage_share_file.small (expand)
2020/12/24 14:37:55 [DEBUG] ProviderTransformer: "azurerm_storage_share_file.small (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/azurerm"]
2020/12/24 14:37:55 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/random"] serving random_string.name (expand)
2020/12/24 14:37:55 [DEBUG] ProviderTransformer: "random_string.name (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/random"]
2020/12/24 14:37:55 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_resource_group.example (expand)
2020/12/24 14:37:55 [DEBUG] ProviderTransformer: "azurerm_resource_group.example (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/azurerm"]
2020/12/24 14:37:55 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_storage_account.example (expand)
2020/12/24 14:37:55 [DEBUG] ProviderTransformer: "azurerm_storage_account.example (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/azurerm"]
2020/12/24 14:37:55 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_storage_share.example (expand)
2020/12/24 14:37:55 [DEBUG] ProviderTransformer: "azurerm_storage_share.example (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/azurerm"]
2020/12/24 14:37:55 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azurerm"] serving azurerm_storage_share_file.large (expand)
2020/12/24 14:37:55 [DEBUG] ProviderTransformer: "azurerm_storage_share_file.large (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/azurerm"]
2020/12/24 14:37:55 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
azurerm_resource_group.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_account.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.large (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.medium (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.small (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
random_string.name (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
------
2020/12/24 14:37:55 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2020/12/24 14:37:55 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2020/12/24 14:37:55 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2020/12/24 14:37:55 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
azurerm_resource_group.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_account.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.large (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.medium (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.small (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
random_string.name (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
------
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2020/12/24 14:37:55 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_storage_share.example (expand)
2020/12/24 14:37:55 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_storage_share_file.large (expand)
2020/12/24 14:37:55 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_storage_share_file.medium (expand)
2020/12/24 14:37:55 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_storage_share_file.small (expand)
2020/12/24 14:37:55 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/azurerm"]
2020/12/24 14:37:55 [TRACE] AttachSchemaTransformer: attaching resource schema to random_string.name (expand)
2020/12/24 14:37:55 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_resource_group.example (expand)
2020/12/24 14:37:55 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_storage_account.example (expand)
2020/12/24 14:37:55 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/random"]
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/12/24 14:37:55 [DEBUG] ReferenceTransformer: "azurerm_storage_account.example (expand)" references: [azurerm_resource_group.example (expand) azurerm_resource_group.example (expand) random_string.name (expand)]
2020/12/24 14:37:55 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/random\"]" references: []
2020/12/24 14:37:55 [DEBUG] ReferenceTransformer: "random_string.name (expand)" references: []
2020/12/24 14:37:55 [DEBUG] ReferenceTransformer: "azurerm_resource_group.example (expand)" references: []
2020/12/24 14:37:55 [DEBUG] ReferenceTransformer: "azurerm_storage_share_file.medium (expand)" references: [azurerm_storage_share.example (expand)]
2020/12/24 14:37:55 [DEBUG] ReferenceTransformer: "azurerm_storage_share_file.small (expand)" references: [azurerm_storage_share.example (expand)]
2020/12/24 14:37:55 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/azurerm\"]" references: []
2020/12/24 14:37:55 [DEBUG] ReferenceTransformer: "azurerm_storage_share.example (expand)" references: [azurerm_storage_account.example (expand)]
2020/12/24 14:37:55 [DEBUG] ReferenceTransformer: "azurerm_storage_share_file.large (expand)" references: [azurerm_storage_share.example (expand)]
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
azurerm_resource_group.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_account.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_resource_group.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
random_string.name (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_account.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.large (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.medium (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.small (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
random_string.name (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
------
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2020/12/24 14:37:55 [TRACE] AttachDependenciesTransformer: azurerm_storage_share.example depends on [azurerm_resource_group.example azurerm_storage_account.example random_string.name]
2020/12/24 14:37:55 [TRACE] AttachDependenciesTransformer: azurerm_storage_share_file.large depends on [azurerm_resource_group.example azurerm_storage_account.example azurerm_storage_share.example random_string.name]
2020/12/24 14:37:55 [TRACE] AttachDependenciesTransformer: azurerm_storage_share_file.medium depends on [azurerm_resource_group.example azurerm_storage_account.example azurerm_storage_share.example random_string.name]
2020/12/24 14:37:55 [TRACE] AttachDependenciesTransformer: azurerm_storage_share_file.small depends on [azurerm_resource_group.example azurerm_storage_account.example azurerm_storage_share.example random_string.name]
2020/12/24 14:37:55 [TRACE] AttachDependenciesTransformer: random_string.name depends on []
2020/12/24 14:37:55 [TRACE] AttachDependenciesTransformer: azurerm_resource_group.example depends on []
2020/12/24 14:37:55 [TRACE] AttachDependenciesTransformer: azurerm_storage_account.example depends on [azurerm_resource_group.example random_string.name]
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.attachDataResourceDependenciesTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.attachDataResourceDependenciesTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2020/12/24 14:37:55 [TRACE] ForcedCBDTransformer: "random_string.name (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2020/12/24 14:37:55 [TRACE] ForcedCBDTransformer: "azurerm_resource_group.example (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2020/12/24 14:37:55 [TRACE] ForcedCBDTransformer: "azurerm_storage_account.example (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2020/12/24 14:37:55 [TRACE] ForcedCBDTransformer: "azurerm_storage_share.example (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2020/12/24 14:37:55 [TRACE] ForcedCBDTransformer: "azurerm_storage_share_file.large (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2020/12/24 14:37:55 [TRACE] ForcedCBDTransformer: "azurerm_storage_share_file.medium (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2020/12/24 14:37:55 [TRACE] ForcedCBDTransformer: "azurerm_storage_share_file.small (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
azurerm_resource_group.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_account.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_resource_group.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
random_string.name (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_account.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.large (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.medium (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.small (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
azurerm_resource_group.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_account.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share_file.large (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share_file.medium (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share_file.small (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
random_string.name (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
random_string.name (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
------
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
azurerm_resource_group.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_account.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_resource_group.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
random_string.name (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_account.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.large (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.medium (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.small (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
azurerm_resource_group.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_account.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share_file.large (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share_file.medium (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share_file.small (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
random_string.name (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azurerm"] (close) - *terraform.graphNodeCloseProvider
azurerm_resource_group.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_account.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share_file.large (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share_file.medium (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share_file.small (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/random"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
random_string.name (expand) - *terraform.nodeExpandPlannableResource
random_string.name (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
------
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
azurerm_resource_group.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_account.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_resource_group.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
random_string.name (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_account.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.large (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.medium (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_share_file.small (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
azurerm_resource_group.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_account.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share_file.large (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share_file.medium (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share_file.small (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
random_string.name (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azurerm"] (close) - *terraform.graphNodeCloseProvider
azurerm_resource_group.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_account.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share_file.large (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share_file.medium (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share_file.small (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/random"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
random_string.name (expand) - *terraform.nodeExpandPlannableResource
random_string.name (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/azurerm"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/hashicorp/random"] (close) - *terraform.graphNodeCloseProvider
------
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
azurerm_resource_group.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
azurerm_storage_account.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_resource_group.example (expand) - *terraform.nodeExpandPlannableResource
random_string.name (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_account.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share_file.large (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share_file.medium (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share.example (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share_file.small (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share.example (expand) - *terraform.nodeExpandPlannableResource
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
azurerm_storage_share_file.large (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share_file.medium (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share_file.small (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azurerm"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azurerm"] (close) - *terraform.graphNodeCloseProvider
azurerm_storage_share_file.large (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share_file.medium (expand) - *terraform.nodeExpandPlannableResource
azurerm_storage_share_file.small (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/random"] (close) - *terraform.graphNodeCloseProvider
random_string.name (expand) - *terraform.nodeExpandPlannableResource
random_string.name (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/random"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/azurerm"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/hashicorp/random"] (close) - *terraform.graphNodeCloseProvider
------
2020/12/24 14:37:55 [DEBUG] Starting graph walk: walkPlan
2020/12/24 14:37:55 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2020/12/24 14:37:55 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"]": starting visit (*terraform.NodeApplyableProvider)
2020/12/24 14:37:55 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/random\"]"
2020/12/24 14:37:55 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/random\"]": starting visit (*terraform.NodeApplyableProvider)
2020-12-24T14:37:55.260-0500 [INFO] plugin: configuring client automatic mTLS
2020-12-24T14:37:55.284-0500 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.41.0/linux_amd64/terraform-provider-azurerm_v2.41.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.41.0/linux_amd64/terraform-provider-azurerm_v2.41.0_x5]
2020-12-24T14:37:55.284-0500 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.41.0/linux_amd64/terraform-provider-azurerm_v2.41.0_x5 pid=221708
2020-12-24T14:37:55.284-0500 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/azurerm/2.41.0/linux_amd64/terraform-provider-azurerm_v2.41.0_x5
2020-12-24T14:37:55.290-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "EventHub"..
2020-12-24T14:37:55.290-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "EventHub"..
2020-12-24T14:37:55.290-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Resources"..
2020-12-24T14:37:55.290-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Resources"..
2020-12-24T14:37:55.290-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Advisor"..
2020-12-24T14:37:55.291-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Advisor"..
2020-12-24T14:37:55.291-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Analysis Services"..
2020-12-24T14:37:55.291-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Analysis Services"..
2020-12-24T14:37:55.291-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "API Management"..
2020-12-24T14:37:55.291-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "API Management"..
2020-12-24T14:37:55.291-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "App Configuration"..
2020-12-24T14:37:55.291-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "App Configuration"..
2020-12-24T14:37:55.291-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Spring Cloud"..
2020-12-24T14:37:55.291-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Spring Cloud"..
2020-12-24T14:37:55.292-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Application Insights"..
2020-12-24T14:37:55.292-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Application Insights"..
2020-12-24T14:37:55.292-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Attestation"..
2020-12-24T14:37:55.292-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Attestation"..
2020-12-24T14:37:55.292-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Authorization"..
2020-12-24T14:37:55.292-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Authorization"..
2020-12-24T14:37:55.292-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Automation"..
2020-12-24T14:37:55.292-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Automation"..
2020-12-24T14:37:55.293-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Azure Stack HCI"..
2020-12-24T14:37:55.293-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Azure Stack HCI"..
2020-12-24T14:37:55.293-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Batch"..
2020-12-24T14:37:55.293-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Batch"..
2020-12-24T14:37:55.293-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Blueprints"..
2020-12-24T14:37:55.293-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Blueprints"..
2020-12-24T14:37:55.293-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Bot"..
2020-12-24T14:37:55.293-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Bot"..
2020-12-24T14:37:55.293-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "CDN"..
2020-12-24T14:37:55.293-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "CDN"..
2020-12-24T14:37:55.295-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Cognitive Services"..
2020-12-24T14:37:55.295-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Cognitive Services"..
2020-12-24T14:37:55.295-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Compute"..
2020-12-24T14:37:55.295-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Compute"..
2020-12-24T14:37:55.295-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Container Services"..
2020-12-24T14:37:55.295-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Container Services"..
2020-12-24T14:37:55.295-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "CosmosDB"..
2020-12-24T14:37:55.295-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "CosmosDB"..
2020-12-24T14:37:55.296-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Cost Management"..
2020-12-24T14:37:55.296-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Cost Management"..
2020-12-24T14:37:55.296-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Custom Providers"..
2020-12-24T14:37:55.296-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Custom Providers"..
2020-12-24T14:37:55.296-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "DataBricks"..
2020-12-24T14:37:55.296-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "DataBricks"..
2020-12-24T14:37:55.296-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Data Factory"..
2020-12-24T14:37:55.296-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Data Factory"..
2020-12-24T14:37:55.296-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Data Lake"..
2020-12-24T14:37:55.296-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Data Lake"..
2020-12-24T14:37:55.297-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Database Migration"..
2020-12-24T14:37:55.297-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Database Migration"..
2020-12-24T14:37:55.297-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Data Share"..
2020-12-24T14:37:55.298-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Data Share"..
2020-12-24T14:37:55.298-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Desktop Virtualization"..
2020-12-24T14:37:55.298-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Desktop Virtualization"..
2020-12-24T14:37:55.299-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "DevSpaces"..
2020-12-24T14:37:55.299-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "DevSpaces"..
2020-12-24T14:37:55.299-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Dev Test"..
2020-12-24T14:37:55.299-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Dev Test"..
2020-12-24T14:37:55.299-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Digital Twins"..
2020-12-24T14:37:55.299-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Digital Twins"..
2020-12-24T14:37:55.299-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "DNS"..
2020-12-24T14:37:55.299-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "DNS"..
2020-12-24T14:37:55.299-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "EventGrid"..
2020-12-24T14:37:55.299-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "EventGrid"..
2020-12-24T14:37:55.300-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "EventHub"..
2020-12-24T14:37:55.300-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "EventHub"..
2020-12-24T14:37:55.301-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Firewall"..
2020-12-24T14:37:55.301-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Firewall"..
2020-12-24T14:37:55.301-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "FrontDoor"..
2020-12-24T14:37:55.301-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "FrontDoor"..
2020-12-24T14:37:55.302-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "HPC Cache"..
2020-12-24T14:37:55.302-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "HPC Cache"..
2020-12-24T14:37:55.302-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Hardware Security Module"..
2020-12-24T14:37:55.302-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Hardware Security Module"..
2020-12-24T14:37:55.302-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "HDInsight"..
2020-12-24T14:37:55.302-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "HDInsight"..
2020-12-24T14:37:55.302-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Health Care"..
2020-12-24T14:37:55.302-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Health Care"..
2020-12-24T14:37:55.302-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "IoT Hub"..
2020-12-24T14:37:55.303-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "IoT Hub"..
2020-12-24T14:37:55.303-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "IoT Central"..
2020-12-24T14:37:55.303-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "IoT Central"..
2020-12-24T14:37:55.303-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "KeyVault"..
2020-12-24T14:37:55.303-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "KeyVault"..
2020-12-24T14:37:55.303-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Kusto"..
2020-12-24T14:37:55.303-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Kusto"..
2020-12-24T14:37:55.303-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Load Balancer"..
2020-12-24T14:37:55.303-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Load Balancer"..
2020-12-24T14:37:55.303-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Log Analytics"..
2020-12-24T14:37:55.303-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Log Analytics"..
2020-12-24T14:37:55.303-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Logic"..
2020-12-24T14:37:55.303-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Logic"..
2020-12-24T14:37:55.303-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Machine Learning"..
2020-12-24T14:37:55.303-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Machine Learning"..
2020-12-24T14:37:55.303-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Maintenance"..
2020-12-24T14:37:55.303-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Maintenance"..
2020-12-24T14:37:55.303-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Managed Applications"..
2020-12-24T14:37:55.303-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Managed Applications"..
2020-12-24T14:37:55.303-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Lighthouse"..
2020-12-24T14:37:55.303-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Lighthouse"..
2020-12-24T14:37:55.303-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Management Group"..
2020-12-24T14:37:55.303-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Management Group"..
2020-12-24T14:37:55.303-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Maps"..
2020-12-24T14:37:55.303-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Maps"..
2020-12-24T14:37:55.303-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "MariaDB"..
2020-12-24T14:37:55.303-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "MariaDB"..
2020-12-24T14:37:55.304-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Media"..
2020-12-24T14:37:55.304-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Media"..
2020-12-24T14:37:55.304-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Mixed Reality"..
2020-12-24T14:37:55.304-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Mixed Reality"..
2020-12-24T14:37:55.304-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Monitor"..
2020-12-24T14:37:55.304-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Monitor"..
2020-12-24T14:37:55.304-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Managed Service Identities"..
2020-12-24T14:37:55.304-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Managed Service Identities"..
2020-12-24T14:37:55.304-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Microsoft SQL Server / SQL Azure"..
2020-12-24T14:37:55.304-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Microsoft SQL Server / SQL Azure"..
2020-12-24T14:37:55.305-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "MySQL"..
2020-12-24T14:37:55.305-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "MySQL"..
2020-12-24T14:37:55.305-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "NetApp"..
2020-12-24T14:37:55.305-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "NetApp"..
2020-12-24T14:37:55.305-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Network"..
2020-12-24T14:37:55.305-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Network"..
2020-12-24T14:37:55.306-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Notification Hub"..
2020-12-24T14:37:55.306-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Notification Hub"..
2020-12-24T14:37:55.306-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Policy"..
2020-12-24T14:37:55.306-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Policy"..
2020-12-24T14:37:55.306-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Portal"..
2020-12-24T14:37:55.306-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Portal"..
2020-12-24T14:37:55.306-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "PostgreSQL"..
2020-12-24T14:37:55.306-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "PostgreSQL"..
2020-12-24T14:37:55.306-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "PowerBI"..
2020-12-24T14:37:55.306-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "PowerBI"..
2020-12-24T14:37:55.306-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Private DNS"..
2020-12-24T14:37:55.306-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Private DNS"..
2020-12-24T14:37:55.306-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Recovery Services"..
2020-12-24T14:37:55.306-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Recovery Services"..
2020-12-24T14:37:55.306-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Redis"..
2020-12-24T14:37:55.306-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Redis"..
2020-12-24T14:37:55.306-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Relay"..
2020-12-24T14:37:55.306-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Relay"..
2020-12-24T14:37:55.306-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Resources"..
2020-12-24T14:37:55.306-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Resources"..
2020-12-24T14:37:55.306-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Search"..
2020-12-24T14:37:55.306-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Search"..
2020-12-24T14:37:55.306-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Security Center"..
2020-12-24T14:37:55.306-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Security Center"..
2020-12-24T14:37:55.306-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Sentinel"..
2020-12-24T14:37:55.306-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Sentinel"..
2020-12-24T14:37:55.306-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "ServiceBus"..
2020-12-24T14:37:55.307-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "ServiceBus"..
2020-12-24T14:37:55.310-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Service Fabric"..
2020-12-24T14:37:55.310-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Service Fabric"..
2020-12-24T14:37:55.310-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Service Fabric Mesh"..
2020-12-24T14:37:55.310-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Service Fabric Mesh"..
2020-12-24T14:37:55.310-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "SignalR"..
2020-12-24T14:37:55.310-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "SignalR"..
2020-12-24T14:37:55.310-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "SQL"..
2020-12-24T14:37:55.310-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "SQL"..
2020-12-24T14:37:55.310-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Storage"..
2020-12-24T14:37:55.310-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Storage"..
2020-12-24T14:37:55.310-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Stream Analytics"..
2020-12-24T14:37:55.310-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Stream Analytics"..
2020-12-24T14:37:55.310-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Subscription"..
2020-12-24T14:37:55.310-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Subscription"..
2020-12-24T14:37:55.310-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Synapse"..
2020-12-24T14:37:55.310-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Synapse"..
2020-12-24T14:37:55.310-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Time Series Insights"..
2020-12-24T14:37:55.310-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Time Series Insights"..
2020-12-24T14:37:55.310-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Traffic Manager"..
2020-12-24T14:37:55.310-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Traffic Manager"..
2020-12-24T14:37:55.310-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Data Sources for "Web"..
2020-12-24T14:37:55.310-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Registering Resources for "Web"..
2020-12-24T14:37:55.311-0500 [INFO] plugin.terraform-provider-azurerm_v2.41.0_x5: configuring server automatic mTLS: timestamp=2020-12-24T14:37:55.311-0500
2020-12-24T14:37:55.336-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: plugin address: address=/tmp/plugin160316847 network=unix timestamp=2020-12-24T14:37:55.336-0500
2020-12-24T14:37:55.336-0500 [DEBUG] plugin: using plugin: version=5
2020/12/24 14:37:55 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/azurerm\"]" provider for provider["registry.terraform.io/hashicorp/azurerm"]
2020/12/24 14:37:55 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/azurerm"]: using explicit config only
2020/12/24 14:37:55 [TRACE] GRPCProvider: GetSchema
2020-12-24T14:37:55.397-0500 [TRACE] plugin.stdio: waiting for stdio data
2020-12-24T14:37:55.397-0500 [INFO] plugin: configuring client automatic mTLS
2020-12-24T14:37:55.398-0500 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio"
2020-12-24T14:37:55.423-0500 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.0.0/linux_amd64/terraform-provider-random_v3.0.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/random/3.0.0/linux_amd64/terraform-provider-random_v3.0.0_x5]
2020-12-24T14:37:55.424-0500 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.0.0/linux_amd64/terraform-provider-random_v3.0.0_x5 pid=221727
2020-12-24T14:37:55.424-0500 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.0.0/linux_amd64/terraform-provider-random_v3.0.0_x5
2020/12/24 14:37:55 [TRACE] No provider meta schema returned
2020-12-24T14:37:55.427-0500 [INFO] plugin.terraform-provider-random_v3.0.0_x5: configuring server automatic mTLS: timestamp=2020-12-24T14:37:55.427-0500
2020-12-24T14:37:55.454-0500 [DEBUG] plugin.terraform-provider-random_v3.0.0_x5: plugin address: address=/tmp/plugin067277275 network=unix timestamp=2020-12-24T14:37:55.454-0500
2020-12-24T14:37:55.454-0500 [DEBUG] plugin: using plugin: version=5
2020/12/24 14:37:55 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/random\"]" provider for provider["registry.terraform.io/hashicorp/random"]
2020-12-24T14:37:55.507-0500 [TRACE] plugin.stdio: waiting for stdio data
2020/12/24 14:37:55 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/random"]: using explicit config only
2020/12/24 14:37:55 [TRACE] GRPCProvider: GetSchema
2020/12/24 14:37:55 [TRACE] GRPCProvider: Configure
2020/12/24 14:37:55 [TRACE] GRPCProvider: Configure
2020-12-24T14:37:55.508-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: Testing if Service Principal / Client Certificate is applicable for Authentication..
2020-12-24T14:37:55.508-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: Testing if Multi Tenant Service Principal / Client Secret is applicable for Authentication..
2020-12-24T14:37:55.508-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: Testing if Service Principal / Client Secret is applicable for Authentication..
2020-12-24T14:37:55.508-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: Testing if Managed Service Identity is applicable for Authentication..
2020-12-24T14:37:55.508-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: Testing if Obtaining a Multi-tenant token from the Azure CLI is applicable for Authentication..
2020-12-24T14:37:55.508-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: Testing if Obtaining a token from the Azure CLI is applicable for Authentication..
2020-12-24T14:37:55.508-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: Using Obtaining a token from the Azure CLI for Authentication
2020/12/24 14:37:55 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/random\"]": visit complete
2020/12/24 14:37:55 [TRACE] dag/walk: visiting "random_string.name (expand)"
2020/12/24 14:37:55 [TRACE] vertex "random_string.name (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2020/12/24 14:37:55 [TRACE] vertex "random_string.name (expand)": expanding dynamic subgraph
2020/12/24 14:37:55 [TRACE] vertex "random_string.name (expand)": entering dynamic subgraph
2020/12/24 14:37:55 [TRACE] dag/walk: visiting "random_string.name"
2020/12/24 14:37:55 [TRACE] vertex "random_string.name": starting visit (*terraform.NodePlannableResource)
2020/12/24 14:37:55 [TRACE] vertex "random_string.name": expanding dynamic subgraph
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/12/24 14:37:55 [TRACE] ResourceCountTransformer: adding random_string.name as *terraform.NodePlannableResourceInstance
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
random_string.name - *terraform.NodePlannableResourceInstance
------
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/12/24 14:37:55 [DEBUG] Resource instance state not found for node "random_string.name", instance random_string.name
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/12/24 14:37:55 [DEBUG] ReferenceTransformer: "random_string.name" references: []
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/12/24 14:37:55 [TRACE] Executing graph transform *terraform.RootTransformer
2020/12/24 14:37:55 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/12/24 14:37:55 [TRACE] vertex "random_string.name": entering dynamic subgraph
2020/12/24 14:37:55 [TRACE] dag/walk: visiting "random_string.name"
2020/12/24 14:37:55 [TRACE] vertex "random_string.name": starting visit (*terraform.NodePlannableResourceInstance)
2020/12/24 14:37:55 [TRACE] ReadResourceInstanceState: reading state for random_string.name
2020/12/24 14:37:55 [TRACE] ReadResourceInstanceState: no state present for random_string.name
2020/12/24 14:37:55 [DEBUG] refresh: random_string.name: no state, so not refreshing
2020/12/24 14:37:55 [TRACE] EvalWriteState: using RefreshState for random_string.name
2020/12/24 14:37:55 [TRACE] EvalWriteState: removing state object for random_string.name
2020/12/24 14:37:55 [TRACE] Re-validating config for "random_string.name"
2020/12/24 14:37:55 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/12/24 14:37:55 [TRACE] GRPCProvider: PlanResourceChange
2020/12/24 14:37:55 [WARN] Provider "registry.terraform.io/hashicorp/random" produced an invalid plan for random_string.name, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .min_numeric: planned value cty.NumberIntVal(0) does not match config value cty.NullVal(cty.Number)
- .lower: planned value cty.True does not match config value cty.NullVal(cty.Bool)
- .min_lower: planned value cty.NumberIntVal(0) does not match config value cty.NullVal(cty.Number)
- .min_special: planned value cty.NumberIntVal(0) does not match config value cty.NullVal(cty.Number)
- .min_upper: planned value cty.NumberIntVal(0) does not match config value cty.NullVal(cty.Number)
- .number: planned value cty.True does not match config value cty.NullVal(cty.Bool)
2020/12/24 14:37:55 [TRACE] EvalWriteState: writing current state object for random_string.name
2020/12/24 14:37:55 [TRACE] EvalWriteDiff: recorded Create change for random_string.name
2020/12/24 14:37:55 [TRACE] vertex "random_string.name": visit complete
2020/12/24 14:37:55 [TRACE] vertex "random_string.name": dynamic subgraph completed successfully
2020/12/24 14:37:55 [TRACE] vertex "random_string.name": visit complete
2020/12/24 14:37:55 [TRACE] vertex "random_string.name (expand)": dynamic subgraph completed successfully
2020/12/24 14:37:55 [TRACE] vertex "random_string.name (expand)": visit complete
2020/12/24 14:37:55 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/random\"] (close)"
2020/12/24 14:37:55 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/random\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2020/12/24 14:37:55 [TRACE] GRPCProvider: Close
2020-12-24T14:37:55.511-0500 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2020-12-24T14:37:55.512-0500 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/random/3.0.0/linux_amd64/terraform-provider-random_v3.0.0_x5 pid=221727
2020-12-24T14:37:55.512-0500 [DEBUG] plugin: plugin exited
2020/12/24 14:37:55 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/random\"] (close)": visit complete
2020-12-24T14:37:56.429-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: authenticated object ID cache miss, populting with: "8412d711-c027-483a-9afa-dfbdc7021dc6"
2020-12-24T14:37:56.429-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: Getting OAuth config for endpoint https://login.microsoftonline.com/ with tenant a8215f54-06e9-4049-ac66-8795fafe699d
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 advisor/2020-01-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] Genereated Provider Correlation Request Id: f89d7d83-c15c-27d5-9087-8df7ee199d60
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 analysisservices/2017-08-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 apimanagement/2019-12-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 apimanagement/2019-12-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 apimanagement/2019-12-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 apimanagement/2019-12-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 apimanagement/2019-12-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 apimanagement/2019-12-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 apimanagement/2019-12-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 apimanagement/2019-12-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 apimanagement/2019-12-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 apimanagement/2019-12-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 apimanagement/2019-12-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 apimanagement/2019-12-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 apimanagement/2019-12-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 apimanagement/2019-12-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 apimanagement/2019-12-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 apimanagement/2019-12-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 apimanagement/2019-12-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 apimanagement/2019-12-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 apimanagement/2019-12-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 apimanagement/2019-12-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 apimanagement/2019-12-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 apimanagement/2019-12-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 apimanagement/2019-12-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 apimanagement/2019-12-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 apimanagement/2019-12-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 apimanagement/2019-12-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 apimanagement/2019-12-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 appconfiguration/2019-10-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 insights/2015-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 insights/2015-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 insights/2015-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 insights/2015-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 insights/2015-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 appplatform/2019-05-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 appplatform/2019-05-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 appplatform/2019-05-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 attestation/2018-09-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 authorization/2018-09-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 authorization/2018-09-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 graphrbac/1.6 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 automation/2018-06-30-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 automation/2018-06-30-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 automation/2018-06-30-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 automation/2018-06-30-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 automation/2018-06-30-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 automation/2018-06-30-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 automation/2018-06-30-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 automation/2018-06-30-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 automation/2018-06-30-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 automation/2018-06-30-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 automation/2018-06-30-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 automation/2018-06-30-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 automation/2018-06-30-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 automation/2018-06-30-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 azurestackhci/2020-10-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 batch/2019-08-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 batch/2019-08-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 batch/2019-08-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 batch/2019-08-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 blueprint/2018-11-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 blueprint/2018-11-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 blueprint/2018-11-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 botservice/2018-07-12 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 botservice/2018-07-12 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 botservice/2018-07-12 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 cdn/2019-04-15 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 cdn/2019-04-15 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 cdn/2019-04-15 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 cognitiveservices/2017-04-18 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 compute/2020-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 compute/2020-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 compute/2020-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 compute/2020-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 compute/2020-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 compute/2020-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 compute/2020-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 compute/2020-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 compute/2020-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 marketplaceordering/2015-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 compute/2020-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 compute/2020-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 compute/2020-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 compute/2020-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 compute/2020-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 compute/2020-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 compute/2020-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 compute/2020-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 compute/2020-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 compute/2020-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 compute/2020-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 containerregistry/2019-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 containerregistry/2019-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 containerregistry/2019-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 containerinstance/2019-12-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 containerservice/2020-09-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 containerservice/2020-09-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 containerservice/2020-09-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 documentdb/2020-04-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 documentdb/2020-04-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 documentdb/2020-04-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 documentdb/2020-04-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 documentdb/2020-04-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 documentdb/2020-04-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 costmanagement/2019-10-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 customproviders/2018-09-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 datamigration/2018-04-19 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 datamigration/2018-04-19 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 databricks/2018-04-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 datafactory/2018-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 datafactory/2018-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 datafactory/2018-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 datafactory/2018-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 datafactory/2018-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 datafactory/2018-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 account/2016-11-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 account/2016-11-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 filesystem/2016-11-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 account/2016-11-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 account/2016-11-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 datashare/2019-11-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 datashare/2019-11-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 datashare/2019-11-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 datashare/2019-11-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 desktopvirtualization/2019-12-10-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 desktopvirtualization/2019-12-10-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 desktopvirtualization/2019-12-10-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 desktopvirtualization/2019-12-10-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 desktopvirtualization/2019-12-10-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 desktopvirtualization/2019-12-10-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 devspaces/2019-04-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 dtl/2016-05-15 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 dtl/2016-05-15 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 dtl/2016-05-15 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 dtl/2016-05-15 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 dtl/2016-05-15 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 dtl/2016-05-15 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 digitaltwins/2020-10-31 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 digitaltwins/2020-10-31 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 dns/2018-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 dns/2018-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 eventgrid/2020-04-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 eventgrid/2020-04-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 eventgrid/2020-04-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 eventgrid/2020-04-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 eventgrid/2020-04-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 eventgrid/2020-04-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 eventhub/2018-01-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 eventhub/2018-01-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 eventhub/2018-01-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 eventhub/2018-01-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 eventhub/2018-01-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 frontdoor/2020-01-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 frontdoor/2020-01-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 frontdoor/2020-01-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 storagecache/2020-03-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 storagecache/2020-03-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 hardwaresecuritymodules/2018-10-31-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 hdinsight/2018-06-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 hdinsight/2018-06-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 hdinsight/2018-06-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.625-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 hdinsight/2018-06-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 healthcareapis/2019-09-16 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 iotcentral/2018-09-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 devices/2020-03-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 iothub/2018-01-22 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 iothub/2018-01-22 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 timeseriesinsights/2020-05-15 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 timeseriesinsights/2020-05-15 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 timeseriesinsights/2020-05-15 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 keyvault/2019-09-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 keyvault/2016-10-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 kusto/2020-09-18 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 kusto/2020-09-18 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 kusto/2020-09-18 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 kusto/2020-09-18 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 kusto/2020-09-18 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 kusto/2020-09-18 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 managedservices/2019-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 managedservices/2019-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 operationalinsights/2020-08-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 operationalinsights/2020-08-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 operationalinsights/2020-08-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 operationalinsights/2020-08-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 operationalinsights/2020-08-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 operationalinsights/2020-08-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 operationsmanagement/2015-11-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 operationalinsights/2020-08-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 operationalinsights/2020-08-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 operationalinsights/2020-08-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-03-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-03-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 logic/2019-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 logic/2019-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 logic/2019-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 machinelearningservices/2020-04-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 maintenance/2018-06-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 maintenance/2018-06-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 managedapplications/2019-07-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 managedapplications/2019-07-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 managementgroups/2018-03-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 managementgroups/2018-03-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 maps/2018-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 mariadb/2018-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 mariadb/2018-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 mariadb/2018-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 mariadb/2018-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 mariadb/2018-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 media/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 media/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 media/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 media/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 media/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 mixedreality/2019-02-28-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 insights/2019-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 alertsmanagement/2019-06-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 alertsmanagement/2019-06-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 insights/2019-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 insights/2019-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 insights/2019-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 insights/2019-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 insights/2019-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 insights/2019-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 insights/2019-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 insights/2019-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 msi/2015-08-31-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 sql/v3.0 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 sql/v3.0 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 sql/v3.0 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 sql/v3.0 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 sql/v3.0 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 sql/v3.0 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 sql/v3.0 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 sql/v3.0 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 sql/v3.0 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 sql/v3.0 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 sql/v3.0 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 sql/v3.0 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 sql/v3.0 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 sql/v3.0 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 sqlvirtualmachine/2017-03-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 mysql/2020-01-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 mysql/2020-01-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 mysql/2020-01-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 mysql/2020-01-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 mysql/2020-01-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 mysql/2020-01-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 mysql/2020-01-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 mysql/2020-01-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 netapp/2019-10-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 netapp/2019-10-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 netapp/2019-10-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 netapp/2019-10-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 network/2020-05-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 notificationhubs/2017-04-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 notificationhubs/2017-04-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 policy/2019-09-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 policy/2019-09-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 policy/2019-09-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 policyinsights/2019-10-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 portal/2019-01-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 postgresql/2020-01-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 postgresql/2020-01-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 postgresql/2020-01-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 postgresql/2020-01-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 postgresql/2020-01-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 postgresql/2020-01-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 postgresql/2020-01-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 postgresql/2020-01-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 powerbidedicated/2017-10-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 privatedns/2018-09-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 privatedns/2018-09-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 privatedns/2018-09-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 backup/2019-05-13 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 recoveryservices/2016-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 backup/2019-05-13 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 backup/2019-05-13 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 backup/2019-05-13 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 backup/2019-05-13 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 redis/2018-03-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 redis/2018-03-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 redis/2018-03-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 redis/2018-03-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 relay/2017-04-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 relay/2017-04-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 resources/2020-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 resources/2020-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 locks/2016-09-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 resources/2016-02-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 resources/2020-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 search/2020-03-13 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 search/2020-03-13 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 search/2020-03-13 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 security/v3.0 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 security/v3.0 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 security/v3.0 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 security/v3.0 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 security/v3.0 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 security/v3.0 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 security/v3.0 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 securityinsight/2019-01-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 servicebus/2017-04-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 servicebus/2017-04-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 servicebus/2018-01-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 servicebus/2017-04-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 servicebus/2017-04-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 servicebus/2017-04-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 servicefabric/2018-02-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 servicefabricmesh/2018-09-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 servicefabricmesh/2018-09-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 servicefabricmesh/2018-09-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 servicefabricmesh/2018-09-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 servicefabricmesh/2018-09-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 signalr/2018-10-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 sql/2017-03-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 sql/2017-03-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 sql/2017-03-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 sql/2017-03-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 sql/2017-03-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 sql/2017-03-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 sql/2017-03-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 sql/2017-03-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 sql/2017-03-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 sql/2017-03-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 sql/2017-03-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 storage/2019-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 tombuildsstuff/giovanni/v0.15.0 storage/2019-12-12 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 tombuildsstuff/giovanni/v0.15.0 storage/2019-12-12 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 storage/2019-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 storage/2019-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 storagesync/2020-03-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 storage/2019-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 storagesync/2020-03-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 storagesync/2020-03-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 streamanalytics/2016-03-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 streamanalytics/2016-03-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 streamanalytics/2016-03-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 streamanalytics/2016-03-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 streamanalytics/2016-03-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 subscriptions/2018-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 synapse/2019-06-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 synapse/2019-06-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 synapse/2019-06-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 synapse/2019-06-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 synapse/2019-06-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 synapse/2019-06-01-preview HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 trafficmanager/2018-04-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 trafficmanager/2018-04-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 trafficmanager/2018-04-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 web/2020-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 web/2020-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 web/2020-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 web/2020-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 web/2020-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.626-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Client User Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 web/2020-06-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.932-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Request:
2020-12-24T14:37:57.932-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: GET /subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/providers?api-version=2016-02-01 HTTP/1.1
2020-12-24T14:37:57.932-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: Host: management.azure.com
2020-12-24T14:37:57.932-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: User-Agent: Go/go1.15.5 (amd64-linux) go-autorest/v14.2.1 Azure-SDK-For-Go/v48.1.0 resources/2016-02-01 HashiCorp Terraform/0.14.0 (+https://www.terraform.io) Terraform Plugin SDK/1.13.1 terraform-provider-azurerm/2.41.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820
2020-12-24T14:37:57.932-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: X-Ms-Correlation-Request-Id: f89d7d83-c15c-27d5-9087-8df7ee199d60
2020-12-24T14:37:57.932-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: Accept-Encoding: gzip
2020-12-24T14:37:57.932-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5:
2020-12-24T14:37:57.932-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5:
2020/12/24 14:38:00 [TRACE] dag/walk: vertex "azurerm_storage_account.example (expand)" is waiting for "azurerm_resource_group.example (expand)"
2020/12/24 14:38:00 [TRACE] dag/walk: vertex "azurerm_storage_share_file.large (expand)" is waiting for "azurerm_storage_share.example (expand)"
2020/12/24 14:38:00 [TRACE] dag/walk: vertex "azurerm_storage_share_file.medium (expand)" is waiting for "azurerm_storage_share.example (expand)"
2020/12/24 14:38:00 [TRACE] dag/walk: vertex "azurerm_storage_share_file.small (expand)" is waiting for "azurerm_storage_share.example (expand)"
2020/12/24 14:38:00 [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/hashicorp/azurerm\"] (close)" is waiting for "azurerm_storage_share_file.medium (expand)"
2020/12/24 14:38:00 [TRACE] dag/walk: vertex "root" is waiting for "meta.count-boundary (EachMode fixup)"
2020/12/24 14:38:00 [TRACE] dag/walk: vertex "meta.count-boundary (EachMode fixup)" is waiting for "azurerm_storage_share_file.large (expand)"
2020/12/24 14:38:00 [TRACE] dag/walk: vertex "azurerm_resource_group.example (expand)" is waiting for "provider[\"registry.terraform.io/hashicorp/azurerm\"]"
2020/12/24 14:38:00 [TRACE] dag/walk: vertex "azurerm_storage_share.example (expand)" is waiting for "azurerm_storage_account.example (expand)"
2020-12-24T14:38:00.700-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/providers?api-version=2016-02-01:
2020-12-24T14:38:00.700-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: HTTP/2.0 200 OK
2020-12-24T14:38:00.700-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: Cache-Control: no-cache
2020-12-24T14:38:00.700-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: Content-Type: application/json; charset=utf-8
2020-12-24T14:38:00.700-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: Date: Thu, 24 Dec 2020 19:37:59 GMT
2020-12-24T14:38:00.700-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: Expires: -1
2020-12-24T14:38:00.700-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: Pragma: no-cache
2020-12-24T14:38:00.700-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: Strict-Transport-Security: max-age=31536000; includeSubDomains
2020-12-24T14:38:00.700-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: Vary: Accept-Encoding
2020-12-24T14:38:00.700-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: X-Content-Type-Options: nosniff
2020-12-24T14:38:00.700-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: X-Ms-Correlation-Request-Id: f89d7d83-c15c-27d5-9087-8df7ee199d60
2020-12-24T14:38:00.700-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: X-Ms-Ratelimit-Remaining-Subscription-Reads: 11998
2020-12-24T14:38:00.700-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: X-Ms-Request-Id: cf3cbbd8-2e92-448c-b766-51a474e2832b
2020-12-24T14:38:00.700-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: X-Ms-Routing-Request-Id: CENTRALUS:20201224T193800Z:cf3cbbd8-2e92-448c-b766-51a474e2832b
2020-12-24T14:38:00.701-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5:
2020-12-24T14:38:00.701-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: {"value":[{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/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"}],"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"],"apiVersions":["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":"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"],"apiVersions":["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"],"apiVersions":["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":"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"],"apiVersions":["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"],"apiVersions":["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":"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"],"apiVersions":["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":"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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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","France South","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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":"ddosCustomPolicies","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"],"apiVersions":["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":"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"],"apiVersions":["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"],"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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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-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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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/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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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/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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["2020-08-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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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":"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":"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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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
2020-12-24T14:38:00.701-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: -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"],"apiVersions":["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"],"apiVersions":["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":"firewallPolicies","locations":["UAE North","Australia Central 2","UAE Central","Germany North","Central India","Korea South","Switzerland North","Switzerland West","Japan West","France South","South Africa West","West India","Canada East","South India","Germany West Central","Norway East","Norway West","South Africa North","East Asia","Southeast Asia","Korea Central","Brazil South","Japan East","UK West","West US","East US","North Europe","West Europe","West Central US","South Central US","Australia East","Australia Central","Australia Southeast","UK South","East US 2","West US 2","North Central US","Canada Central","France Central","Central US"],"apiVersions":["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":["UAE North","Australia Central 2","UAE Central","Germany North","Central India","Korea South","Switzerland North","Switzerland West","Japan West","France South","South Africa West","West India","Canada East","South India","Germany West Central","Norway East","Norway West","South Africa North","East Asia","Southeast Asia","Korea Central","Brazil South","Japan East","UK West","West US","East US","North Europe","West Europe","South Central US","Australia East","Australia Central","Australia Southeast","UK South","East US 2","West US 2","North Central US","Canada Central","France Central","West Central US","Central US"],"apiVersions":["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":"azureWebCategories","locations":[],"apiVersions":["2020-08-01"]},{"resourceType":"locations/nfvOperations","locations":[],"apiVersions":["2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01"]},{"resourceType":"locations/nfvOperationResults","locations":[],"apiVersions":["2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01","2020-01-01","2019-12-01","2019-11-01","2019-09-01","2019-08-01","2019-07-01","2019-06-01"]},{"resourceType":"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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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":["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":["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":["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":["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":["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":["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":["2020-11-01","2020-04-01","2019-10-01","2019-03-01"]},{"resourceType":"networkExperimentProfiles","locations":["global","Central US","East US","East US 2","North Central US","South Central US","West US","West US 2","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","Australia Southeast"],"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"],"apiVersions":["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"],"apiVersions":["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":["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":["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":"networkVirtualAppliances","locations":["UAE North","Australia Central 2","UAE Central","Germany North","Central India","Korea South","Switzerland North","Switzerland West","Japan West","France South","South Africa West","West India","Canada East","South India","Germany West Central","Norway East","Norway West","South Africa North","East Asia","Southeast Asia","Korea Central","Brazil South","Japan East","UK West","West US","East US","North Europe","West Europe","West Central US","South Central US","Australia East","Australia Central","Australia Southeast","UK South","East US 2","West US 2","North Central US","Canada Central","France Central","Central US"],"apiVersions":["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"],"apiVersions":["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":"locations/commitInternalAzureNetworkManagerConfiguration","locations":["West Central US"],"apiVersions":["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":"networkVirtualApplianceSkus","locations":[],"apiVersions":["2020-08-01","2020-07-01","2020-06-01","2020-05-01","2020-04-01","2020-03-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/providers/Microsoft.Web","namespace":"Microsoft.Web","authorization":{"applicationId":"abfa0a7c-a6b6-4736-8310-5855508787cd","roleDefinitionId":"f47ed98b-b063-4a5b-9e10-4b9b44fa7735"},"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","Australia Central","Switzerland North","Germany West Central","Norway East","UAE North"],"apiVersions":["2020-06-01","2019-08-01","2018-11-01","2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"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","Australia Central","Switzerland North","Germany West Central","Norway East","UAE North"],"apiVersions":["2020-06-01","2019-08-01","2018-11-01","2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"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","Australia Central","Switzerland North","Germany West Central","Norway East","UAE North"],"apiVersions":["2020-06-01","2019-08-01","2018-11-01","2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"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","Australia Central","Switzerland North","Germany West Central","Norway East","UAE North"],"apiVersions":["2020-06-01","2019-08-01","2018-11-01","2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"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","Australia Central","Switzerland North","Germany West Central","Norway East","UAE North"],"apiVersions":["2020-06-01","2019-08-01","2018-11-01","2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"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","Australia Central","Switzerland North","Germany West Central","Norway East","UAE North"],"apiVersions":["2020-06-01","2019-08-01","2018-11-01","2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"staticSites","locations":["West US 2","Central US","East US 2","West Europe","East Asia"],"apiVersions":["2020-06-01","2019-12-01-preview","2019-08-01"],"capabilities":"None"},{"resourceType":"locations/previewStaticSiteWorkflowFile","locations":["West US 2","Central US","East US 2","West Europe","East Asia"],"apiVersions":["2020-06-01","2019-12-01-preview","2019-08-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","Australia Central","Switzerland North","Germany West Central","Norway East","UAE North"],"apiVersions":["2020-06-01","2019-08-01","2018-11-01","2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01"]},{"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":["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","Switzerland North","North Central US","UK West","Australia Southeast","Korea South","Canada Central","South India","West Central US"],"apiVersions":["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","Switzerland North","North Central US","UK West","Australia Southeast","Korea South","Canada Central","South India","West Central US"],"apiVersions":["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","Switzerland North","North Central US","UK West","Australia Southeast","Korea South","Canada Central","West Europe","South India","West Central US"],"apiVersions":["2020-06-01","2019-08-01","2018-11-01","2018-02-01","2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01"]},{"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","Switzerland North","North Central US","UK West","Australia Southeast","Korea South","Canada Central","West Europe","South India","West Central US"],"apiVersions":["2020-06-01","2019-08-01","2018-11-01","2018-02-01","2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01"]},{"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","Switzerland North","North Central US","UK West","Australia Southeast","Korea South","Canada Central","West Europe","South India","West Central US"],"apiVersions":["2020-06-01","2019-08-01","2018-11-01","2018-02-01","2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01"]},{"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","Switzerland North","North Central US","UK West","Australia Southeast","Korea South","Canada Central","West Europe","South India","West Central US"],"apiVersions":["2020-06-01","2019-08-01","2018-11-01","2018-02-01","2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01"]},{"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","Australia Central","Switzerland North","Germany West Central","Norway East","UAE North"],"apiVersions":["2020-06-01","2019-08-01","2018-11-01","2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"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","Switzerland North","North Central US","UK West","Australia Southeast","Korea South","Canada Central","West Europe","South India","West Central US"],"apiVersions":["2020-06-01","2019-08-01","2018-11-01","2018-02-01","2016-03-01","2015-08-01-preview","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"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","Switzerland North","North Central US","UK West","Australia Southeast","Korea South","Canada Central","West Europe","South India","West Central US","East Asia","Japan East"],"apiVersions":["2020-06-01","2019-08-01","2018-11-01","2018-02-01","2017-08-01","2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"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","Switzerland North","North Central US","UK West","Australia Southeast","Korea South","Canada Central","West Europe","South India","West Central US","East Asia","Japan East"],"apiVersions":["2020-06-01","2019-08-01","2018-11-01","2018-02-01","2017-08-01","2016-09-01","2016-08-01","2016-03-01","2015-11-01","2015-08-01-preview","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2015-01-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"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","Switzerland North","North Central US","UK West","Australia Southeast","Korea South","Canada Central","West Europe","South India","West Central US","East Asia","Japan East"],"apiVersions":["2020-06-01","2019-08-01","2018-11-01","2018-02-01","2017-08-01","2016-09-01","2016-08-01","2016-03-01","2015-11-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2015-01-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"runtimes","locations":[],"apiVersions":["2020-06-01","2019-08-01","2018-11-01","2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"]},{"resourceType":"recommendations","locations":[],"apiVersions":["2020-06-01","2019-08-01","2018-11-01","2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"resourceHealthMetadata","locations":[],"apiVersions":["2020-06-01","2019-08-01","2018-11-01","2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"georegions","locations":[],"apiVersions":["2019-08-01","2018-11-01","2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"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","Switzerland North","North Central US","UK West","Australia Southeast","Korea South","Canada Central","West Europe","South India","West Central US"],"apiVersions":["2020-06-01","2019-08-01","2018-11-01","2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01"],"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","Switzerland North","North Central US","UK West","Australia Southeast","Korea South","Canada Central","South India","West Central US"],"apiVersions":["2020-06-01","2019-08-01","2019-02-01","2019-01-01","2018-11-01","2018-08-01","2018-05-01-preview","2018-02-01","2017-08-01","2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"],"capabilities":"None"},{"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","Switzerland North","North Central US","UK West","Australia Southeast","Korea South","Canada Central","West Europe","South India","West Central US"],"apiVersions":["2020-06-01","2019-08-01","2019-02-01","2018-11-01","2018-08-01","2018-02-01","2017-08-01","2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"]},{"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","Switzerland North","North Central US","UK West","Australia Southeast","Korea South","Canada Central","West Europe","South India","West Central US"],"apiVersions":["2020-06-01","2019-08-01","2019-02-01","2018-11-01","2018-08-01","2018-02-01","2017-08-01","2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"]},{"resourceType":"kubeEnvironments","locations":[],"apiVersions":["2020-06-01","2019-08-01","2019-02-01","2019-01-01","2018-11-01","2018-08-01","2018-05-01-preview","2018-02-01","2017-08-01","2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"],"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","Australia Central","Switzerland North","Germany West Central","Norway East","UAE North"],"apiVersions":["2020-06-01","2019-08-01","2018-11-01","2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"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","Switzerland North","North Central US","UK West","Australia Southeast","Korea South","Canada Central","West Europe","South India","West Central US"],"apiVersions":["2020-06-01","2019-08-01","2018-11-01","2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"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","Switzerland North","North Central US","UK West","Australia Southeast","Korea South","Canada Central","West Europe","South India","West Central US"],"apiVersions":["2020-06-01","2019-08-01","2018-11-01","2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"ishostingenvironmentnameavailable","locations":[],"apiVersions":["2020-06-01","2019-08-01","2018-11-01","2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"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","Switzerland North","North Central US","UK West","Australia Southeast","Korea South","Canada Central","West Europe","South India","West Central US","East Asia","Japan East"],"apiVersions":["2020-06-01","2019-08-01","2018-11-01","2018-02-01","2016-11-01","2016-08-01","2016-03-01","2015-08-01-preview","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"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","Australia Southeast","South India","Central India","West India","West US 2","West Central US","Canada Central","Canada East","UK South","UK West","France Central","France South","Korea Central","Korea South","South Africa West","South Africa North","UAE Central","Switzerland North","Switzerland West","Norway East","Germany North","Germany West 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","Australia Southeast","South India","Central India","West India","West US 2","West Central US","Canada Central","Canada East","UK South","UK West","France Central","France South","Korea Central","Korea South","South Africa West","South Africa North","UAE Central","Switzerland North","Switzerland West","Norway East","Germany North","Germany West 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","South India","Central India","West India","West US 2","West Central US","Canada Central","Canada East","UK South","UK West","France Central","France South","Korea Central","Korea South","South Africa West","South Africa North","UAE Central","Switzerland North","Switzerland West","Norway East","Germany North","Germany West 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","South India","Central India","West India","West US 2","West Central US","Canada Central","Canada East","UK South","UK West","France Central","France South","Korea Central","Korea South","South Africa West","South Africa North","UAE Central","Switzerland North","Switzerland West","Norway East","Germany North","Germany West 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","Australia Southeast","South India","Central India","West India","West US 2","West Central US","Canada Central","Canada East","UK South","UK West","France Central","France South","Korea Central","Korea South","South Africa West","South Africa North","UAE Central","Switzerland North","Switzerland West","Norway East","Germany North","Germany West 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","South India","Central India","West India","West US 2","West Central US","Canada Central","Canada East","UK South","UK West","France Central","France South","Korea Central","Korea South","South Africa West","South Africa North","UAE Central","Switzerland North","Switzerland West","Norway East","Germany North","Germany West 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","Australia Southeast","South India","Central India","West India","West US 2","West Central US","Canada Central","Canada East","UK South","UK West","France Central","France South","Korea Central","Korea South","South Africa West","South Africa North","UAE Central","Switzerland North","Switzerland West","Norway East","Germany North","Germany West 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","South India","Central India","West India","West US 2","West Central US","Canada Central","Canada East","UK South","UK West","France Central","France South","Korea Central","Korea South","South Africa West","South Africa North","UAE Central","Switzerland North","Switzerland West","Norway East","Germany North","Germany West 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","South India","Central India","West India","West US 2","West Central US","Canada Central","Canada East","UK South","UK West","France Central","France South","Korea Central","Korea South","South Africa West","South Africa North","UAE Central","Switzerland North","Switzerland West","Norway East","Germany North","Germany West 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","Australia Central","Switzerland North","Germany West Central","Norway East","UAE North"],"apiVersions":["2020-06-01","2019-08-01","2018-11-01","2018-02-01","2016-03-01","2015-08-01-preview","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"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","Australia Central","Switzerland North","Germany West Central","Norway East","UAE North"],"apiVersions":["2020-06-01","2019-08-01","2018-11-01","2018-02-01","2016-03-01","2015-08-01-preview","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"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","Australia Central","Switzerland North","Germany West Central","Norway East","UAE North"],"apiVersions":["2020-06-01","2019-08-01","2018-11-01","2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"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","Switzerland North","North Central US","UK West","Australia Southeast","Korea South","Canada Central","West Europe","South India","West Central US","East Asia","Japan East","South Africa West"],"apiVersions":["2020-06-01","2019-08-01","2018-11-01","2018-02-01","2017-08-01","2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"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","Switzerland North","North Central US","UK West","Australia Southeast","Korea South","Canada Central","West Europe","South India","West Central US","East Asia","Japan East","South Africa West"],"apiVersions":["2020-06-01","2019-08-01","2018-11-01","2018-02-01","2017-08-01","2016-09-01","2016-08-01","2016-03-01","2015-11-01","2015-08-01-preview","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2015-01-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"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","North Central US","UK West","Australia Southeast","Korea South","Canada Central","West Europe","South India","West Central US","East Asia","Japan East","South Africa West"],"apiVersions":["2020-06-01","2019-08-01","2018-11-01","2018-02-01","2017-08-01","2016-09-01","2016-08-01","2016-03-01","2015-11-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2015-01-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"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","Australia Southeast","Korea South","Canada Central","South India","West Central US"],"apiVersions":["2020-06-01","2019-08-01","2019-02-01","2019-01-01","2018-11-01","2018-08-01","2018-05-01-preview","2018-02-01","2017-08-01","2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"]},{"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","Switzerland North","North Central US","UK West","Australia Southeast","Korea South","Canada Central","West Europe","South India","West Central US","East Asia","Japan East","South Africa West"],"apiVersions":["2020-06-01","2019-08-01","2018-11-01","2018-02-01","2017-08-01","2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"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","Switzerland North","North Central US","UK West","Australia Southeast","Korea South","Canada Central","West Europe","South India","West Central US","East Asia","Japan East","South Africa West"],"apiVersions":["2020-06-01","2019-08-01","2018-11-01","2018-02-01","2017-08-01","2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/providers/Microsoft.Sql","namespace":"Microsoft.Sql","authorizations":[{"applicationId":"e4ab13ed-33cb-41b4-9140-6e264582cf85","roleDefinitionId":"ec3ddc95-44dc-47a2-9926-5e9f5ffd44ec"},{"applicationId":"0130cc9f-7ac5-4026-bd5f-80a08a54e6d9","roleDefinitionId":"45e8abf8-0ec4-44f3-9c37-cff4f7779302"},{"applicationId":"76cd24bf-a9fc-4344-b1dc-908275de6d6d","roleDefinitionId":"c13b7b9c-2ed1-4901-b8a8-16f35468da29"},{"applicationId":"76c7f279-7959-468f-8943-3954880e0d8c","roleDefinitionId":"7f7513a8-73f9-4c5f-97a2-c41f0ea783ef","managedByRoleDefinitionId":"f2f79976-90be-4501-89c6-7caf12474683"},{"applicationId":"022907d3-0f1b-48f7-badc-1ba6abab6d66"}],"resourceTypes":[{"resourceType":"operations","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview","2015-05-01","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"locations","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"locations/capabilities","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview","2015-05-01","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"locations/databaseAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"locations/databaseOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"locations/serverKeyAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"locations/serverKeyOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"servers/keys","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"servers/encryptionProtector","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"locations/encryptionProtectorOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"locations/encryptionProtectorAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"locations/managedInstanceKeyAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview"]},{"resourceType":"locations/managedInstanceKeyOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany We
2020-12-24T14:38:00.702-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: st Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview"]},{"resourceType":"locations/managedInstanceEncryptionProtectorOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview"]},{"resourceType":"locations/managedInstanceEncryptionProtectorAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview"]},{"resourceType":"servers/tdeCertificates","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview"]},{"resourceType":"locations/tdeCertAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview"]},{"resourceType":"locations/tdeCertOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview"]},{"resourceType":"locations/serverAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"locations/serverOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"locations/usages","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview","2015-05-01","2014-04-01-preview"]},{"resourceType":"checkNameAvailability","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"servers/databases","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview","2015-01-01","2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/serviceObjectives","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/communicationLinks","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/administrators","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/administratorOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"locations/serverAdministratorAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview"]},{"resourceType":"locations/serverAdministratorOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview"]},{"resourceType":"servers/restorableDroppedDatabases","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/recoverableDatabases","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/geoBackupPolicies","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01"]},{"resourceType":"servers/import","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/importExportOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/operationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/backupLongTermRetentionPolicies","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"servers/databases/backupShortTermRetentionPolicies","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview"]},{"resourceType":"servers/databaseSecurityPolicies","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/automaticTuning","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"servers/databases/automaticTuning","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"servers/databases/transparentDataEncryption","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview","2015-05-01-preview","2014-04-01-preview","2014-04-01"]},{"resourceType":"servers/recommendedElasticPools","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/dataMaskingPolicies","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/dataMaskingPolicies/rules","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/securityAlertPolicies","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/securityAlertPolicies","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"servers/databases/auditingSettings","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"servers/auditingSettings","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"servers/extendedAuditingSettings","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"servers/devOpsAuditingSettings","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview"]},{"resourceType":"locations/auditingSettingsAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"locations/auditingSettingsOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"locations/extendedAuditingSettingsAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"locations/extendedAuditingSettingsOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"locations/devOpsAuditingSettingsOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview"]},{"resourceType":"locations/devOpsAuditingSettingsAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview"]},{"resourceType":"locations/elasticPoolAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview","2015-05-01"]},{"resourceType":"locations/elasticPoolOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview","2015-05-01"]},{"resourceType":"servers/elasticpools","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-09-01-preview","2015-05-01-preview","2015-05-01","2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/jobAccounts","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/jobAgents","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations/jobAgentOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"locations/jobAgentAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"servers/jobAgents/jobs","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"servers/jobAgents/jobs/steps","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"servers/jobAgents/jobs/executions","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"servers/disasterRecoveryConfiguration","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/dnsAliases","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"locations/dnsAliasAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"locations/dnsAliasOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"servers/failoverGroups","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"locations/failoverGroupAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"locations/failoverGroupOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"locations/firewallRulesOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"locations/firewallRulesAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"locations/deleteVirtualNetworkOrSubnets","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview","2015-05-01"]},{"resourceType":"servers/virtualNetworkRules","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"locations/virtualNetworkRulesOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview","2015-05-01"]},{"resourceType":"locations/virtualNetworkRulesAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview","2015-05-01"]},{"resourceType":"locations/deleteVirtualNetworkOrSubnetsOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview","2015-05-01"]},{"resourceType":"locations/deleteVirtualNetworkOrSubnetsAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview","2015-05-01"]},{"resourceType":"locations/databaseRestoreAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"servers/usages","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/metricDefinitions","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/metrics","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/aggregatedDatabaseMetrics","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticpools/metrics","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticpools/metricdefinitions","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/topQueries","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/topQueries/queryText","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/advisors","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticPools/advisors","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"servers/databases/advisors","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/extensions","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticPoolEstimates","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"servers/databases/auditRecords","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"servers/databases/VulnerabilityAssessmentScans","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"servers/databases/workloadGroups","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview"]},{"resourceType":"servers/databases/vulnerabilityAssessments","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"servers/vulnerabilityAssessments","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview"]},{"resourceType":"managedInstances/databases/vulnerabilityAssessments","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"managedInstances/vulnerabilityAssessments","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview"]},{"resourceType":"servers/databases/VulnerabilityAssessmentSettings","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"servers/databases/VulnerabilityAssessment","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2017-03-01-preview"]},{"resourceType":"locations/vulnerabilityAssessmentScanAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Swi
2020-12-24T14:38:00.703-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: tzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview"]},{"resourceType":"locations/vulnerabilityAssessmentScanOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview"]},{"resourceType":"servers/databases/recommendedSensitivityLabels","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"servers/databases/syncGroups","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"servers/databases/syncGroups/syncMembers","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"servers/syncAgents","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"instancePools","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations/importExportOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-08-01","2020-02-02-preview"]},{"resourceType":"locations/importExportAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-08-01","2020-02-02-preview"]},{"resourceType":"locations/instancePoolOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview"]},{"resourceType":"locations/instancePoolAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview"]},{"resourceType":"managedInstances","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"managedInstances/administrators","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"managedInstances/databases","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"managedInstances/recoverableDatabases","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2019-06-01-preview","2018-06-01-preview","2017-10-01-preview"]},{"resourceType":"managedInstances/metrics","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"managedInstances/metricDefinitions","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"managedInstances/databases/backupLongTermRetentionPolicies","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview"]},{"resourceType":"managedInstances/sqlAgent","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2018-06-01"]},{"resourceType":"locations/managedInstancePrivateEndpointConnectionProxyOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview"]},{"resourceType":"locations/managedInstancePrivateEndpointConnectionProxyAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview"]},{"resourceType":"locations/managedInstancePrivateEndpointConnectionOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview"]},{"resourceType":"locations/managedInstancePrivateEndpointConnectionAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview"]},{"resourceType":"locations/longTermRetentionManagedInstances","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview"]},{"resourceType":"locations/longTermRetentionManagedInstanceBackups","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview"]},{"resourceType":"locations/managedInstanceLongTermRetentionPolicyOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview"]},{"resourceType":"locations/managedInstanceLongTermRetentionPolicyAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview"]},{"resourceType":"locations/longTermRetentionManagedInstanceBackupOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview"]},{"resourceType":"locations/longTermRetentionManagedInstanceBackupAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview"]},{"resourceType":"locations/managedDatabaseAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"locations/managedDatabaseOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"locations/managedDatabaseRestoreAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"locations/managedDatabaseRestoreOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"locations/managedDatabaseCompleteRestoreAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview"]},{"resourceType":"locations/managedDatabaseCompleteRestoreOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview"]},{"resourceType":"locations/managedServerSecurityAlertPoliciesAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"managedInstances/tdeCertificates","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview"]},{"resourceType":"locations/managedInstanceTdeCertAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview"]},{"resourceType":"locations/managedInstanceTdeCertOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview"]},{"resourceType":"locations/managedServerSecurityAlertPoliciesOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"locations/securityAlertPoliciesAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"locations/securityAlertPoliciesOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"virtualClusters","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations/virtualClusterAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"locations/virtualClusterOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"locations/managedInstanceAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"locations/managedInstanceOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"locations/administratorAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"locations/administratorOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"locations/syncGroupOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"locations/syncMemberOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"locations/syncAgentOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"locations/syncDatabaseIds","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"locations/longTermRetentionServers","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"locations/longTermRetentionBackups","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"locations/longTermRetentionPolicyOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"locations/longTermRetentionPolicyAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"locations/longTermRetentionBackupOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"locations/longTermRetentionBackupAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"locations/shortTermRetentionPolicyOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview"]},{"resourceType":"locations/shortTermRetentionPolicyAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview"]},{"resourceType":"locations/managedShortTermRetentionPolicyOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"locations/managedShortTermRetentionPolicyAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"locations/instanceFailoverGroups","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview"]},{"resourceType":"locations/instanceFailoverGroupAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview"]},{"resourceType":"locations/instanceFailoverGroupOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview"]},{"resourceType":"locations/privateEndpointConnectionProxyOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview"]},{"resourceType":"locations/privateEndpointConnectionProxyAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview"]},{"resourceType":"locations/privateEndpointConnectionOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview"]},{"resourceType":"locations/privateEndpointConnectionAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview"]},{"resourceType":"locations/notifyAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview","2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"locations/serverTrustGroups","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview"]},{"resourceType":"locations/serverTrustGroupOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview"]},{"resourceType":"locations/serverTrustGroupAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","Norway East","South Africa North","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-08-01-preview","2020-02-02-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/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","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","France Central","France South","Korea Central","Korea South","South Africa North","South Africa West","UAE Central","Switzerland North","Switzerland West","Norway East","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","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","France Central","France South","Korea Central","Korea South","South Africa North","South Africa West","UAE Central","Switzerland North","Switzerland West","Norway East","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","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","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","France Central","France South","Korea Central","Korea South","South Africa North","South Africa West","UAE Central","Switzerland North","Switzerland West","Norway East","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","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","France Central","France South","Korea Central","South Africa North","South Africa West","UAE Central","Switzerland North","Switzerland West","Norway East","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","Australia East","Australia Southeast","South India","Central India","Canada Central","West US 2","UK South","UK West","France Central","South Africa 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"],"apiVersions":["2019-06-01-preview","2019-05-01","2018-07-01-preview"],"capabilities":"CrossResourceGroupResourceMove"}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/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","UAE North","Brazil Southeast","Norway East"],"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"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2015-11-01-preview","2015-03-20"]},{"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","UAE North","Brazil Southeast","Norway East"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview","2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2015-11-01-preview","2015-03-20"]},{"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","UAE North","Brazil Southeast","Norway East"],"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","UAE North","Brazil Southeast","Norway East"],"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","UAE North","Brazil Southeast","Norway East"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"]},{"resourceType":"storageInsightConfigs","locations":[],"apiVersions":["2020-08-01","2020-03-01-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","UAE North","Brazil Southeast","Norway East"],"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","UAE North","Brazil Southeast","Norway East"],"apiVersions":["2020-08-01","2020-03-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2020-08-01","2020-03-01-preview","2015-11-01-preview","2014-11-10"]},{"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"],"apiVersions":["2020-08-01","2020-03-01-preview","2019-08-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/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"}],"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","Australia Southeast","Australia Central 2","Germany West Central","Switzerland West","UAE Central","UK West","Japan West","Brazil Southeast","UAE North","Australia Central"],"apiVersions":
2020-12-24T14:38:00.705-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: ["2020-02-02-preview","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":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Central India","Canada Central","Japan East","Australia East","Korea Central","France Central","East US 2","East Asia","West US","Central US","South Africa North","North Central US","Brazil South","Switzerland North","Australia Southeast","Norway East"],"apiVersions":["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":"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","Australia Southeast","Australia Central 2","Germany West Central","Switzerland West","UAE Central","UK West","Brazil Southeast","Japan West","UAE North","Australia Central"],"apiVersions":["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"],"apiVersions":["2018-04-16","2017-09-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"components/pricingPlans","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2"],"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"],"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","South Africa North","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","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","Australia East","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["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","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["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","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["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","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"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","West Central US","Korea South","Korea Central","UK South","UK West","France Central","South Africa North","South Africa West","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["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"],"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","West Central US","Korea South","Korea Central","UK South","UK West","France Central","South Africa North","South Africa West","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2019-07-01","2018-01-01","2017-12-01-preview","2017-09-01-preview","2017-05-01-preview","2016-09-01","2016-06-01"],"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","West Central US","Korea South","Korea Central","UK South","UK West","France Central","South Africa North","South Africa West","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2018-01-01","2017-12-01-preview"],"capabilities":"SupportsExtension"},{"resourceType":"actiongroups","locations":["Global"],"apiVersions":["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":["2017-04-01","2017-03-01-preview"],"capabilities":"None"},{"resourceType":"baseline","locations":["East US","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Canada East","Canada Central","Central US","Australia East","Australia Southeast","Australia Central","Australia Central 2","Brazil South","South India","Central India","West India","North Europe","Norway East","Germany West Central","Switzerland North","West US 2","West Central US","Korea South","Korea Central","UK South","UK West","France Central","South Africa North","UAE North"],"apiVersions":["2018-09-01","2017-11-01-preview"],"capabilities":"SupportsExtension"},{"resourceType":"metricbaselines","locations":["East US","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Canada East","Canada Central","Central US","Australia East","Australia Southeast","Australia Central","Australia Central 2","Brazil South","South India","Central India","West India","North Europe","Norway East","Germany West Central","Switzerland North","West US 2","West Central US","Korea South","Korea Central","UK South","UK West","France Central","South Africa North","UAE North"],"apiVersions":["2019-03-01","2018-09-01"],"capabilities":"SupportsExtension"},{"resourceType":"calculatebaseline","locations":[],"apiVersions":["2018-09-01","2017-11-01-preview"],"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","Australia Southeast"],"apiVersions":["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","Australia Southeast"],"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","Australia Southeast"],"apiVersions":["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":["2020-06-02-preview"],"capabilities":"SupportsExtension"},{"resourceType":"dataCollectionRules","locations":["Australia Southeast","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"],"apiVersions":["2019-11-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"dataCollectionRuleAssociations","locations":["Australia Southeast","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"],"apiVersions":["2019-11-01-preview"],"capabilities":"SupportsExtension"},{"resourceType":"privateLinkScopes","locations":["Global"],"apiVersions":["2019-10-17-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"privateLinkScopes/privateEndpointConnections","locations":["Global"],"apiVersions":["2019-10-17-preview"]},{"resourceType":"privateLinkScopes/privateEndpointConnectionProxies","locations":["Global"],"apiVersions":["2019-10-17-preview"]},{"resourceType":"privateLinkScopes/scopedResources","locations":["Global"],"apiVersions":["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":["2019-10-17-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/providers/Microsoft.AlertsManagement","namespace":"Microsoft.AlertsManagement","authorizations":[{"applicationId":"3af5a1e8-2459-45cb-8683-bcd6cccbcc13","roleDefinitionId":"b1309299-720d-4159-9897-6158a61aee41"}],"resourceTypes":[{"resourceType":"resourceHealthAlertRules","locations":["Global"],"apiVersions":["2020-08-04-preview"],"capabilities":"None"},{"resourceType":"alerts","locations":[],"apiVersions":["2019-05-05-preview","2019-03-01-preview","2019-03-01","2018-11-02-privatepreview","2018-05-05-preview","2018-05-05","2017-11-15-privatepreview"],"capabilities":"SupportsExtension"},{"resourceType":"alertsSummary","locations":[],"apiVersions":["2019-05-05-preview","2019-03-01-preview","2019-03-01","2018-05-05-preview","2018-05-05","2017-11-15-privatepreview"],"capabilities":"SupportsExtension"},{"resourceType":"smartGroups","locations":[],"apiVersions":["2019-05-05-preview","2018-05-05-preview","2018-05-05","2017-11-15-privatepreview"]},{"resourceType":"smartDetectorAlertRules","locations":["global"],"apiVersions":["2019-06-01","2019-03-01","2018-02-01-privatepreview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"actionRules","locations":["global"],"apiVersions":["2019-05-05-preview","2018-11-02-privatepreview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"alertsList","locations":[],"apiVersions":["2018-11-02-privatepreview"]},{"resourceType":"alertsSummaryList","locations":[],"apiVersions":["2018-11-02-privatepreview"]},{"resourceType":"alertsMetaData","locations":[],"apiVersions":["2019-05-05-preview","2019-03-01-preview","2019-03-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2018-05-05-preview","2018-05-05","2017-11-15-privatepreview"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/providers/Microsoft.EventGrid","namespace":"Microsoft.EventGrid","authorizations":[{"applicationId":"4962773b-9cdb-44cf-a8bf-237846a00ab7","roleDefinitionId":"7FE036D8-246F-48BF-A78F-AB3EE699C8F3"}],"resourceTypes":[{"resourceType":"locations","locations":[],"apiVersions":["2020-06-01","2020-04-01-preview","2020-01-01-preview","2019-06-01","2019-02-01-preview","2019-01-01","2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"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"],"apiVersions":["2020-06-01","2020-04-01-preview","2020-01-01-preview","2019-06-01","2019-02-01-preview","2019-01-01","2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"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","Norway East"],"apiVersions":["2020-06-01","2020-04-01-preview","2020-01-01-preview","2019-06-01","2019-02-01-preview","2019-01-01","2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"],"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","Norway East"],"apiVersions":["2020-06-01","2020-04-01-preview","2020-01-01-preview","2019-06-01","2019-02-01-preview","2019-01-01","2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"],"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","Norway East"],"apiVersions":["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","Norway East"],"apiVersions":["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","Norway East"],"apiVersions":["2020-06-01","2020-04-01-preview","2020-01-01-preview","2019-06-01","2019-02-01-preview","2019-01-01","2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"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","Norway East"],"apiVersions":["2020-06-01","2020-04-01-preview","2020-01-01-preview","2019-06-01","2019-02-01-preview","2019-01-01","2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"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","Norway East"],"apiVersions":["2020-06-01","2020-04-01-preview","2020-01-01-preview","2019-06-01","2019-02-01-preview","2019-01-01","2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"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","Norway East"],"apiVersions":["2020-06-01","2020-04-01-preview","2020-01-01-preview","2019-06-01","2019-02-01-preview","2019-01-01","2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"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","Norway East"],"apiVersions":["2020-06-01","2020-04-01-preview","2020-01-01-preview","2019-06-01","2019-02-01-preview","2019-01-01","2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"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","Norway East"],"apiVersions":["2020-06-01","2020-04-01-preview","2020-01-01-preview","2019-06-01","2019-02-01-preview","2019-01-01","2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"],"capabilities":"SupportsExtension"},{"resourceType":"operationResults","locations":[],"apiVersions":["2020-06-01","2020-04-01-preview","2020-01-01-preview","2019-06-01","2019-02-01-preview","2019-01-01","2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"operationsStatus","locations":[],"apiVersions":["2020-06-01","2020-04-01-preview","2020-01-01-preview","2019-06-01","2019-02-01-preview","2019-01-01","2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"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","Norway East"],"apiVersions":["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","Norway East"],"apiVersions":["2020-04-01-preview"]},{"resourceType":"partnerRegistrations","locations":["Global"],"apiVersions":["2020-04-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"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","Norway East"],"apiVersions":["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","Norway East"],"apiVersions":["2020-04-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"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","Norway East"],"apiVersions":["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","Norway East"],"apiVersions":["2020-04-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/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/776f2c01-ef41-490c-8754-36ea168a86b7/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","Korea South","South Africa West","South Africa North","Brazil South","Switzerland North","France Central","UAE North"],"apiVersions":["2018-04-01"],"capabilities":"None"},{"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","Korea South","South Africa North","South Africa West","UAE North","Brazil South","France Central","Switzerland North"],"apiVersions":["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","Korea South","South Africa North","South Africa West","UAE North","Brazil South","France Central","Switzerland North"],"apiVersions":["2018-04-01"]},{"resourceType":"operations","locations":["West US","East US 2","West Europe","North Europe","East US","Southeast Asia","East Asia","South Central US","North Central US","Korea South","Korea Central","South Africa North","South Africa West","Switzerland North","West US 2","Central US","UK West","UK South","Australia East","Australia Southeast","Australia Central","Australia Central 2","Japan East","Japan West","Canada Central","Canada East","Central India","South India","West India","UAE North","Brazil South","France Central"],"apiVersions":["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","Korea South","South Africa North","South Africa West","UAE North","Brazil South","France Central","Switzerland North"],"apiVersions":["2018-04-01","2018-03-15","2018-03-01","2017-09-01-preview","2017-08-01-preview","2016-09-01-preview"]},{"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","Korea South","South Africa West","South Africa North","Brazil South","Switzerland North","France Central","UAE North"],"apiVersions":["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","Korea South","South Africa West","South Africa North","Brazil South","Switzerland North","France Central","UAE North"],"apiVersions":["2018-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/providers/Microsoft.DevSpaces","namespace":"Microsoft.DevSpaces","resourceTypes":[{"resourceType":"controllers","locations":["East US","West Europe","Canada Central","Central US","West US 2","Southeast Asia","East US 2","North Europe","Australia East","UK South","South Central US","Australia SouthEast"],"apiVersions":["2019-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"controllers/listConnectionDetails","locations":["East US","West Europe","Canada Central","Central US","West US 2","Southeast Asia","East US 2","North Europe","Australia East","UK South","South Central US","Australia SouthEast"],"apiVersions":["2019-04-01"]},{"resourceType":"operations","locations":["East US","West Europe","Canada Central","Central US","West US 2","Southeast Asia","East US 2","North Europe","Australia East","UK South","South Central US","Australia SouthEast"],"apiVersions":["2020-05-01","2019-04-01"]},{"resourceType":"locations","locations":["East US","West Europe","Canada Central","Central US","West US 2","Southeast Asia","East US 2","North Europe","Australia East","UK South","South Central US","Australia SouthEast"],"apiVersions":["2019-04-01"]},{"resourceType":"locations/operationresults","locations":["East US","West Europe","Canada Central","Central US","West US 2","Southeast Asia","East US 2","North Europe","Australia East","UK South","South Central US","Australia SouthEast"],"apiVersions":["2019-04-01"]},{"resourceType":"locations/checkContainerHostMapping","locations":["East US","West Europe","Canada Central","Central US","West US 2","Southeast Asia","East US 2","North Europe","Australia East","UK South","South Central US","Australia SouthEast"],"apiVersions":["2019-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/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","Norway East","South Africa North","Switzerland North","Central India","UAE North","Germany West Central","North Central US"],"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","Norway East","South Africa North","Switzerland North","Central India","UAE North","Germany West Central","North Central US"],"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","Norway East","South Africa North","Switzerland North","Central India","UAE North","Germany West Central","North Central US"],"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","Norway East","South Africa North","Switzerland North","Central India","UAE North","Germany West Central","North Central US"],"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","Norway East","South Africa North","Switzerland North","Central India","UAE North","Germany West Central","North Central US"],"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","Norway East","South Africa North","Switzerland North","Central India","UAE North","Germany West Central","North Central US"],"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","Norway East","South Africa North","Switzerland North","Central India","UAE North","Germany West Central","North Central US"],"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","Norway East","South Africa North","Switzerland North","Central India","UAE North","Germany West Central","North Central US"],"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","Norway East","South Africa North","Switzerland North","Central India","UAE North","Germany West Central","North Central US"],"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","Norway East","South Africa North","Switzerland North","Central India","UAE North","Germany West Central","North Central US"],"apiVersions":["2018-09-01-preview","2018-07-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2018-09-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/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":["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","UK South","West Europe","West US 2"],"apiVersions":["2020-05-01","2020-04-06-preview","2019-12-02-preview","2019-02-28-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["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"],"apiVersions":["2020-05-01","2019-12-02-preview","2019-02-28-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"remoteRenderingAccounts","locations":["East US","East US 2","Southeast Asia","West Europe","West US 2","Japan East","Australia East","North Europe","South Central US","UK South"],"apiVersions":["2020-04-06-preview","2019-12-02-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/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/776f2c01-ef41-490c-8754-36ea168a86b7/providers/Microsoft.Cdn","namespace":"Microsoft.Cdn","authorizations":[],"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":["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","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":["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":["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":["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":["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":["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":["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":["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":["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":["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":["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":["2020-09-01","2020-04-15","2020-03-31","2019-12-31","2019-06-15-preview","2019-04-15","2018-04-02","2017-10-12","2017-04-02","2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"checkResourceUsage","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":["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":["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":"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":["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":["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":["2020-09-01","2020-04-15","2019-06-15-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"CdnWebApplicationFirewallManagedRuleSets","locations":[],"apiVersions":["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":["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":["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":["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":["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":["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":["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":["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":["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":["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":["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":["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":["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":["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":["2020-09-01"]},{"resourceType":"operationresults/profileresults/rulesetresults","locations":["global","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East
2020-12-24T14:38:00.706-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: 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":["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":["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":["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":["2020-09-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/providers/Microsoft.ContainerInstance","namespace":"Microsoft.ContainerInstance","authorizations":[{"applicationId":"6bb8e274-af5d-4df2-98a3-4fd78b4cafd9","roleDefinitionId":"3c60422b-a83a-428d-9830-22609c77aa6c"}],"resourceTypes":[{"resourceType":"containerGroups","locations":["West Central US","West US","East US","West Europe","West US 2","North Europe","Southeast Asia","East US 2","Central US","Australia East","UK South","South Central US","Central India","Brazil South","South India","North Central US","East Asia","Canada Central","Japan East","Korea Central","France Central","Switzerland North","Germany West Central","UAE North"],"apiVersions":["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":["West Central US","West US","East US","West Europe","West US 2","North Europe","Southeast Asia","East US 2","Central US","Australia East","UK South","South Central US","Central India","Brazil South","South India","North Central US","East Asia","Canada Central","Japan East","Korea Central","France Central","Switzerland North","Germany West Central","UAE North"],"apiVersions":["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":["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":["West Central US","West US","East US","West Europe","West US 2","North Europe","Southeast Asia","East US 2","Central US","Australia East","UK South","South Central US","Central India","Brazil South","South India","North Central US","East Asia","Canada Central","Japan East","Korea Central","France Central","Switzerland North","Germany West Central","UAE North"],"apiVersions":["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":["West Central US","West US","East US","West Europe","West US 2","North Europe","Southeast Asia","East US 2","Central US","Australia East","UK South","South Central US","Central India","Brazil South","South India","North Central US","East Asia","Canada Central","Japan East","Korea Central","France Central","Switzerland North","Germany West Central","UAE North"],"apiVersions":["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":["West US","East US","West Europe","West US 2","North Europe","Southeast Asia","East US 2","Central US","Australia East","UK South","South Central US","Central India","West Central US","Brazil South","South India","North Central US","East Asia","Canada Central","Japan East","Korea Central","France Central","Switzerland North","Germany West Central","UAE North"],"apiVersions":["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":["West US","East US","West Europe","West US 2","North Europe","Southeast Asia","East US 2","Central US","Australia East","UK South","South Central US","Central India","West Central US","Brazil South","South India","North Central US","East Asia","Canada Central","Japan East","Korea Central","France Central","Switzerland North","Germany West Central","UAE North"],"apiVersions":["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":["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":["West Central US","West US","East US","West Europe","West US 2","North Europe","Southeast Asia","East US 2","Central US","Australia East","UK South","South Central US","Central India","Brazil South","South India","North Central US","East Asia","Canada Central","Japan East","Korea Central","France Central","Switzerland North","Germany West Central","UAE North"],"apiVersions":["2020-11-01","2019-12-01","2018-10-01"]},{"resourceType":"locations/deleteVirtualNetworkOrSubnets","locations":["West Central US","West US","East US","West Europe","West US 2","North Europe","Southeast Asia","East US 2","Central US","Australia East","UK South","South Central US","Central India","Brazil South","South India","North Central US","East Asia","Canada Central","Japan East","Korea Central","France Central","Switzerland North","Germany West Central","UAE North"],"apiVersions":["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/776f2c01-ef41-490c-8754-36ea168a86b7/providers/Microsoft.StreamAnalytics","namespace":"Microsoft.StreamAnalytics","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"],"apiVersions":["2019-06-01","2018-11-01","2017-04-01-preview","2016-03-01","2015-11-01","2015-10-01","2015-09-01","2015-08-01-preview","2015-06-01","2015-05-01","2015-04-01","2015-03-01-preview"],"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"],"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"],"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"],"apiVersions":["2019-06-01","2018-11-01","2017-04-01-preview","2016-03-01","2015-11-01","2015-10-01","2015-09-01","2015-08-01-preview","2015-06-01","2015-05-01","2015-04-01","2015-03-01-preview"]},{"resourceType":"locations/quotas","locations":[],"apiVersions":["2019-06-01","2018-11-01","2017-04-01-preview","2016-03-01","2015-11-01","2015-10-01","2015-09-01","2015-08-01-preview","2015-06-01","2015-05-01","2015-04-01","2015-03-01-preview"]},{"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","UK West","Canada Central","Canada East","West US 2","Korea Central","France Central","South India"],"apiVersions":["2019-06-01","2018-11-01","2017-04-01-preview","2016-03-01","2015-11-01","2015-10-01","2015-09-01","2015-08-01-preview","2015-06-01","2015-05-01","2015-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/providers/Microsoft.Search","namespace":"Microsoft.Search","authorization":{"applicationId":"408992c7-2af6-4ff1-92e3-65b73d2b5092","roleDefinitionId":"20FA3191-87CF-4C3D-9510-74CCB594A310"},"resourceTypes":[{"resourceType":"searchServices","locations":["West US","West US 2","East US","East US 2","North Europe","West Europe","Southeast Asia","East Asia","North Central US","South Central US","Central US","Japan West","Japan East","Korea Central","Australia East","Australia Southeast","Brazil South","Central India","West Central US","Canada Central","UK South","France Central","South Africa North","UAE North"],"apiVersions":["2020-08-01-Preview","2020-08-01","2020-03-13","2019-10-01-Preview","2015-08-19","2015-02-28","2014-07-31-Preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"checkServiceNameAvailability","locations":[],"apiVersions":["2015-02-28","2014-07-31-Preview"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2020-08-01-Preview","2020-08-01","2020-03-13","2019-10-01-Preview","2015-08-19"]},{"resourceType":"resourceHealthMetadata","locations":["West US","West US 2","East US","East US 2","North Europe","West Europe","Southeast Asia","East Asia","North Central US","South Central US","Central US","Japan West","Japan East","Korea Central","Australia East","Australia Southeast","Brazil South","Central India","West Central US","Canada Central","UK South","France Central","South Africa North","UAE North"],"apiVersions":["2020-08-01-Preview","2020-08-01","2020-03-13","2019-10-01-Preview","2015-08-19"]},{"resourceType":"operations","locations":[],"apiVersions":["2020-08-01-Preview","2020-08-01","2020-03-13","2019-10-01-Preview","2015-08-19","2015-02-28"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/providers/Microsoft.NotificationHubs","namespace":"Microsoft.NotificationHubs","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","Germany West Central","Australia Central","Australia Central 2"],"apiVersions":["2017-04-01","2016-03-01","2014-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"namespaces/notificationHubs","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East","UK West","UK South","Germany West Central","Australia Central","Australia Central 2"],"apiVersions":["2017-04-01","2016-03-01","2014-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNamespaceAvailability","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East","UK West","UK South","Germany West Central","Australia Central","Australia Central 2"],"apiVersions":["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","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":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East","UK West","UK South","Germany West Central","Australia Central","Australia Central 2"],"apiVersions":["2017-04-01","2016-03-01","2014-09-01"]},{"resourceType":"operationResults","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East","UK West","UK South","Germany West Central","Australia Central","Australia Central 2"],"apiVersions":["2017-04-01","2016-03-01","2014-09-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-privatepreview","2018-06-01-preview","2018-06-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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-01-01-privatepreview","2020-01-01-preview","2020-01-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/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":["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"],"apiVersions":["2018-07-15-preview","2018-04-19","2018-03-31-preview","2018-03-15-preview","2017-11-15-privatepreview","2017-11-15-preview","2017-04-15-privatepreview"],"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"],"apiVersions":["2018-07-15-preview","2018-04-19","2018-03-31-preview","2018-03-15-preview","2017-11-15-privatepreview","2017-11-15-preview","2017-04-15-privatepreview"],"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"],"apiVersions":["2018-07-15-preview","2018-04-19","2018-03-31-preview","2018-03-15-preview","2017-11-15-privatepreview","2017-11-15-preview","2017-04-15-privatepreview"]},{"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"],"apiVersions":["2018-07-15-preview","2018-04-19","2018-03-31-preview","2018-03-15-preview","2017-11-15-privatepreview","2017-11-15-preview","2017-04-15-privatepreview"]},{"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"],"apiVersions":["2018-07-15-preview","2018-04-19","2018-03-31-preview","2018-03-15-preview","2017-11-15-privatepreview","2017-11-15-preview","2017-04-15-privatepreview"]},{"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"],"apiVersions":["2018-07-15-preview","2018-04-19","2018-03-31-preview","2018-03-15-preview","2017-11-15-privatepreview","2017-11-15-preview","2017-04-15-privatepreview"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/providers/Microsoft.ManagedIdentity","namespace":"Microsoft.ManagedIdentity","resourceTypes":[{"resourceType":"Identities","locations":["South Africa North","South Africa West","UAE North","Australia Central","Australia East","Australia Southeast","Canada Central","Canada East","Brazil South","Central India","West India","South India","Japan West","Japan East","East Asia","Southeast Asia","Korea Central","Korea South","North Europe","West Europe","UK West","UK South","Switzerland North","Germany West Central","Central US","North Central US","East US","East US 2","South Central US","West US","West US 2","West Central US","France Central","Norway East"],"apiVersions":["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","West Europe","UK West","UK South","Switzerland North","Germany West Central","Central US","North Central US","East US","East US 2","South Central US","West US","West US 2","West Central US","France Central","Norway East"],"apiVersions":["2018-11-30","2015-08-31-PREVIEW"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"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","West Europe","UK West","UK South","Switzerland North","Germany West Central","Central US","North Central US","East US","East US 2","South Central US","West US","West US 2","West Central US","France Central","Norway East"],"apiVersions":["2018-11-30","2015-08-31-PREVIEW"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/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","Switzerland North","Switzerland West"],"apiVersions":["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","Switzerland North","Switzerland West"],"apiVersions":["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","Switzerland North","Switzerland West"],"apiVersions":["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","Switzerland North","Switzerland West"],"apiVersions":["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","Switzerland North","Switzerland West"],"apiVersions":["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","Switzerland North","Switzerland West"],"apiVersions":["2017-04-18","2016-02-01-preview"]},{"resourceType":"checkDomainAvailability","locations":[],"apiVersions":["2017-04-18"]},{"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","Switzerland North","Switzerland West"],"apiVersions":["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","Switzerland North","Switzerland West"],"apiVersions":["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","Switzerland North","Switzerland West"],"apiVersions":["2017-04-18"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/providers/Microsoft.DataLakeAnalytics","namespace":"Microsoft.DataLakeAnalytics","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/776f2c01-ef41-490c-8754-36ea168a86b7/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"}],"resourceTypes":[{"resourceType":"workspaces","locations":["East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US"],"apiVersions":["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":["East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US"],"apiVersions":["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":["East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US"],"apiVersions":["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":["East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US"],"apiVersions":["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":["East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US"],"apiVersions":["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":["East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US"],"apiVersions":["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":"hostpools/msixpackages","locations":["East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US"],"apiVersions":["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":["East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US"],"apiVersions":["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":["East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US"],"apiVersions":["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":["East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US"],"apiVersions":["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":["East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US"],"apiVersions":["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":"operations","locations":[],"apiVersions":["2019-12-10-preview","2019-09-24-preview","2019-01-23-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/providers/Microsoft.HDInsight","namespace":"Microsoft.HDInsight","authorizations":[{"applicationId":"9191c4da-09fe-49d9-a5f1-d41cbe92ad95","roleDefinitionId":"d102a6f3-d9cb-4633-8950-1243b975886c","managedByRoleDefinitionId":"346da55d-e1db-4a5a-89db-33ab3cdb6fc6"},{"applicationId":"7865c1d2-f040-46cc-875f-831a1ef6a28a","roleDefinitionId":"e27c0895-d168-46d5-8b65-870eb2350378"}],"resourceTypes":[{"resourceType":"clusters","locations":["East US 2","South Central US","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West","East Asia","Australia East","Japan East","Japan West","North Europe","West Europe","North Central US","Central US","Southeast Asia","East US","Korea South","Korea Central","West US","South India","France Central","UAE North","UAE Central","Switzerland North","Switzerland West","South Africa North","Germany West Central"],"apiVersions":["2018-06-01-preview","2015-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"clusters/applications","locations":["East US 2","South Central US","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West","East Asia","Australia East","Japan East","Japan West","North Europe","West Europe","North Central US","Central US","Southeast Asia","East US","Korea South","Korea Central","West US","South India","France Central","UAE North","UAE Central","Switzerland North","Switzerland West","South Africa North","Germany West Central"],"apiVersions":["2018-06-01-preview","2015-03-01-preview"]},{"resourceType":"clusters/operationresults","locations":["East US 2","South Central US","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West","East Asia","Australia East","Japan East","Japan West","North Europe","West Europe","North Central US","Central US","Southeast Asia","East US","Korea South","Korea Central","West US","South India","France Central","UAE North","UAE Central","Switzerland North","Switzerland West","South Africa North","Germany West Central"],"apiVersions":["2018-06-01-preview","2015-03-01-preview"]},{"resourceType":"locations","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India"],"apiVersions":["2018-06-01-preview","2015-03-01-preview"]},{"resourceType":"locations/capabilities","locations":["East US 2","South Central US","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West","East Asia","Australia East","Japan East","Japan West","North Europe","West Europe","North Central US","Central US","Southeast Asia","East US","Korea South","Korea Central","West US","South India","France Central","UAE North","UAE Central","Switzerland North","Switzerland West","South Africa North","Germany West Central"],"apiVersions":["2018-06-01-preview","2015-03-01-preview"]},{"resourceType":"locations/usages","locations":["East US 2","South Central US","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West","East Asia","Australia East","Japan East","Japan West","North Europe","West Europe","North Central US","Central US","Southeast Asia","East US","Korea South","Korea Central","West US","South India","France Central","UAE North","UAE Central","Switzerland North","Switzerland West","South Africa North","Germany West Central"],"apiVersions":["2018-06-01-preview","2015-03-01-preview"]},{"resourceType":"locations/billingSpecs","locations":["East US 2","South Central US","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West","East Asia","Australia East","Japan East","Japan West","North Europe","West Europe","North Central US","Central US","Southeast Asia","East US","Korea South","Korea Central","West US","South India","France Central","UAE North","UAE Central","Switzerland North","Switzerland West","South Africa North","Germany West Central"],"apiVersions":["2018-06-01-preview","2015-03-01-preview"]},{"resourceType":"locations/operationresults","locations":["East US 2","South Central US","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West","East Asia","Australia East","Japan East","Japan West","North Europe","West Europe","North Central US","Central US","Southeast Asia","East US","Korea South","Korea Central","West US","South India","France Central","UAE North","UAE Central","Switzerland North","Switzerland West","South Africa North","Germany West Central"],"apiVersions":["2018-06-01-preview","2015-03-01-preview"]},{"resourceType":"locations/azureasyncoperations","locations":["East US 2","South Central US","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West","East Asia","Australia East","Japan East","Japan West","North Europe","West Europe","North Central US","Central US","Southeast Asia","East US","Korea South","Korea Central","West US","South India","France Central","UAE North","UAE Central","Switzerland North","Switzerland West","South Africa North","Germany West Central"],"apiVersions":["2018-06-01-preview","2015-03-01-preview"]},{"resourceType":"locations/validateCreateRequest","locations":["East US 2","South Central US","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West","East Asia","Australia East","Japan East","Japan West","North Europe","West Europe","North Central US","Central US","Southeast Asia","East US","Korea South","Korea Central","West US","South India","France Central","UAE North","UAE Central","Switzerland North","Switzerland West","South Africa North","Germany West Central"],"apiVersions":["2018-06-01-preview","2015-03-01-preview"]},{"resourceType":"operations","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India"],"apiVersions":["2018-06-01-preview","2015-03-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/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"],"apiVersions":["2020-05-01","2018-07-01","2018-06-01-preview","2018-03-30-preview","2015-10-01","2015-04-01"],"capabilities":"CrossRe
2020-12-24T14:38:00.707-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: sourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"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"],"apiVersions":["2020-05-01","2018-07-01","2018-06-01-preview","2018-03-30-preview"]},{"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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["2020-05-01","2019-05-01-preview","2018-07-01","2018-06-01-preview","2018-03-30-preview"]},{"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"],"apiVersions":["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"],"apiVersions":["2020-05-01","2018-07-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2020-05-01","2018-07-01","2018-06-01-preview","2018-03-30-preview","2018-02-05","2015-10-01","2015-04-01"]},{"resourceType":"checknameavailability","locations":[],"apiVersions":["2015-10-01","2015-04-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2020-05-01","2018-07-01","2018-06-01-preview","2018-03-30-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"],"apiVersions":["2020-05-01","2018-07-01","2018-06-01-preview","2018-03-30-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/providers/Microsoft.Compute","namespace":"Microsoft.Compute","authorizations":[{"applicationId":"60e6cd67-9c8c-4951-9b3c-23c25a2169af","roleDefinitionId":"e4770acb-272e-4dc8-87f3-12f44a612224"},{"applicationId":"a303894e-f1d8-4a37-bf10-67aa654a0596","roleDefinitionId":"903ac751-8ad5-4e5a-bfc2-5e49f450a241"},{"applicationId":"a8b6bf88-1d1a-4626-b040-9a729ea93c65","roleDefinitionId":"45c8267c-80ba-4b96-9a43-115b8f49fccd"},{"applicationId":"184909ca-69f1-4368-a6a7-c558ee6eb0bd","roleDefinitionId":"45c8267c-80ba-4b96-9a43-115b8f49fccd"},{"applicationId":"5e5e43d4-54da-4211-86a4-c6e7f3715801","roleDefinitionId":"ffcd6e5b-8772-457d-bb17-89703c03428f"},{"applicationId":"ce6ff14a-7fdc-4685-bbe0-f6afdfcfa8e0","roleDefinitionId":"cb17cddc-dbac-4ae0-ae79-8db34eddfca0"},{"applicationId":"372140e0-b3b7-4226-8ef9-d57986796201","roleDefinitionId":"cb17cddc-dbac-4ae0-ae79-8db34eddfca0"},{"applicationId":"b9a92e36-2cf8-4f4e-bcb3-9d99e00e14ab","roleDefinitionId":"6efa92ca-56b6-40af-a468-5e3d2b5232f0"},{"applicationId":"579d9c9d-4c83-4efc-8124-7eba65ed3356","roleDefinitionId":"8c99c4ce-d744-4597-a2f0-0a0044d67560"}],"resourceTypes":[{"resourceType":"availabilitySets","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01","2020-06-01","2019-12-01","2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"virtualMachines","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01","2020-06-01","2019-12-01","2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"virtualMachines/extensions","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01","2020-06-01","2019-12-01","2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"virtualMachineScaleSets","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01","2020-06-01","2019-12-01","2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-10-30-preview","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"virtualMachineScaleSets/extensions","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01","2020-06-01","2019-12-01","2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-10-30-preview","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"virtualMachineScaleSets/virtualMachines","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01","2020-06-01","2019-12-01","2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-10-30-preview","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"virtualMachineScaleSets/virtualMachines/extensions","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01","2020-06-01","2019-12-01","2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-10-30-preview","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"virtualMachineScaleSets/networkInterfaces","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01","2020-06-01","2019-12-01","2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"virtualMachineScaleSets/virtualMachines/networkInterfaces","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01","2020-06-01","2019-12-01","2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"virtualMachineScaleSets/publicIPAddresses","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01","2020-06-01","2019-12-01","2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30"]},{"resourceType":"locations","locations":[],"apiVersions":["2020-12-01","2020-06-01","2019-12-01","2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"locations/operations","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01","2020-06-01","2019-12-01","2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-10-30-preview","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"locations/vmSizes","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01","2020-06-01","2019-12-01","2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"locations/runCommands","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01","2020-06-01","2019-12-01","2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30"]},{"resourceType":"locations/usages","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01","2020-06-01","2019-12-01","2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"locations/virtualMachines","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01","2020-06-01","2019-12-01","2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30"]},{"resourceType":"locations/virtualMachineScaleSets","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01","2020-06-01","2019-12-01","2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30"]},{"resourceType":"locations/publishers","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01","2020-09-30","2020-06-01","2019-12-01","2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"operations","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01","2020-06-01","2019-12-01","2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"locations/edgeZones","locations":[],"apiVersions":["2020-12-01"]},{"resourceType":"locations/edgeZones/publishers","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01"]},{"resourceType":"restorePointCollections","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South","West India","France Central","South Africa North","UAE North","Australia Central","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01","2020-06-01","2019-12-01","2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30"],"capabilities":"None"},{"resourceType":"restorePointCollections/restorePoints","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South","West India","France Central","South Africa North","UAE North","Australia Central","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01","2020-06-01","2019-12-01","2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30"]},{"resourceType":"proximityPlacementGroups","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01","2020-06-01","2019-12-01","2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"sshPublicKeys","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01","2020-06-01","2019-12-01"],"capabilities":"None"},{"resourceType":"virtualMachines/metricDefinitions","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2014-04-01"]},{"resourceType":"locations/spotEvictionRates","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01","2020-06-01"]},{"resourceType":"locations/spotPriceHistory","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01","2020-06-01"]},{"resourceType":"sharedVMImages","locations":["West Central US","South Central US","East US 2","Southeast Asia","West Europe","West US","East US","Canada Central","North Europe","North Central US","Brazil South","UK West","West India","East Asia","Australia East","Japan East","Korea South","West US 2","Canada East","UK South","Central India","South India","Australia Southeast","Japan West","Korea Central","France Central","Central US","Australia Central"],"apiVersions":["2017-10-15-preview"],"capabilities":"None"},{"resourceType":"sharedVMImages/versions","locations":["West Central US","South Central US","East US 2","Southeast Asia","West Europe","West US","East US","Canada Central","North Europe","North Central US","Brazil South","UK West","West India","East Asia","Australia East","Japan East","Korea South","West US 2","Canada East","UK South","Central India","South India","Australia Southeast","Japan West","Korea Central","France Central","Central US","Australia Central"],"apiVersions":["2017-10-15-preview"],"capabilities":"None"},{"resourceType":"locations/artifactPublishers","locations":["West Central US","South Central US","East US 2","Southeast Asia","West Europe","West US","East US","Canada Central","North Europe","North Central US","Brazil South","UK West","West India","East Asia","Australia East","Japan East","Korea South","West US 2","Canada East","UK South","Central India","South India","Australia Southeast","Japan West","Korea Central","France Central","Central US","Australia Central"],"apiVersions":["2017-10-15-preview"]},{"resourceType":"locations/capsoperations","locations":["West Central US","South Central US","East US 2","Southeast Asia","West Europe","West US","East US","Canada Central","North Europe","North Central US","Brazil South","UK West","West India","East Asia","Australia East","Japan East","Korea South","West US 2","Canada East","UK South","Central India","South India","Australia Southeast","Japan West","Korea Central","France Central","Central US","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-09-30","2019-12-01","2019-07-01","2019-03-01","2018-06-01","2017-10-15-preview"]},{"resourceType":"galleries","locations":["West Central US","South Central US","East US 2","Southeast Asia","West Europe","West US","East US","Canada Central","North Europe","North Central US","Brazil South","UK West","West India","East Asia","Australia East","Japan East","Korea South","West US 2","Canada East","UK South","Central India","South India","Australia Southeast","Japan West","Korea Central","France Central","Central US","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-09-30","2019-12-01","2019-07-01","2019-03-01","2018-06-01"],"capabilities":"None"},{"resourceType":"galleries/images","locations":["West Central US","South Central US","East US 2","Southeast Asia","West Europe","West US","East US","Canada Central","North Europe","North Central US","Brazil South","UK West","West India","East Asia","Australia East","Japan East","Korea South","West US 2","Canada East","UK South","Central India","South India","Australia Southeast","Japan West","Korea Central","France Central","Central US","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-09-30","2019-12-01","2019-07-01","2019-03-01","2018-06-01"],"capabilities":"None"},{"resourceType":"galleries/images/versions","locations":["West Central US","South Central US","East US 2","Southeast Asia","West Europe","West US","East US","Canada Central","North Europe","North Central US","Brazil South","UK West","West India","East Asia","Australia East","Japan East","Korea South","West US 2","Canada East","UK South","Central India","South India","Australia Southeast","Japan West","Korea Central","France Central","Central US","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-09-30","2019-12-01","2019-07-01","2019-03-01","2018-06-01"],"capabilities":"None"},{"resourceType":"locations/galleries","locations":["West Central US","South Central US","East US 2","Southeast Asia","West Europe","West US","East US","Canada Central","North Europe","North Central US","Brazil South","UK West","West India","East Asia","Australia East","Japan East","Korea South","West US 2","Canada East","UK South","Central India","South India","Australia Southeast","Japan West","Korea Central","France Central","Central US","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-09-30","2019-12-01","2019-07-01","2019-03-01","2018-06-01"]},{"resourceType":"disks","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South","West India","France Central","South Africa North","UAE North","Australia Central","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-09-30","2020-06-30","2020-05-01","2019-11-01","2019-07-01","2019-03-01","2018-09-30","2018-06-01","2018-04-01","2017-03-30","2016-04-30-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"snapshots","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South","West India","France Central","South Africa North","UAE North","Australia Central","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-09-30","2020-06-30","2020-05-01","2019-11-01","2019-07-01","2019-03-01","2018-09-30","2018-06-01","2018-04-01","2017-03-30","2016-04-30-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations/diskoperations","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South","West India","France Central","South Africa North","UAE North","Australia Central","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-09-30","2020-06-30","2020-05-01","2019-11-01","2019-07-01","2019-03-01","2018-09-30","2018-06-01","2018-04-01","2017-03-30","2016-04-30-preview"]},{"resourceType":"diskEncryptionSets","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South","West India","France Central","South Africa North","UAE North","Australia Central","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-09-30","2020-06-30","2020-05-01","2019-11-01","2019-07-01"],"capabilities":"SystemAssignedResourceIdentity"},{"resourceType":"diskAccesses","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South","West India","France Central","South Africa North","UAE North","Australia Central","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-09-30","2020-06-30","2020-05-01"],"capabilities":"None"},{"resourceType":"images","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South","West India","France Central","South Africa North","UAE North","Australia Central","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01","2020-06-01","2019-12-01","2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations/logAnalytics","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01","2020-06-01","2019-12-01","2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01"]},{"resourceType":"hostGroups","locations":["Central US","East US 2","West Europe","Southeast Asia","France Central","North Europe","West US 2","East US","UK South","Japan East","Japan West","East Asia","North Central US","South Central US","Canada East","Korea Central","Brazil South","UK West","Canada Central","West US","West Central US","Central India","South India","Australia Southeast","Korea South","West India","South Africa North","UAE North","Australia Central","Switzerland North","Germany West Central","Norway East","Australia East"],"apiVersions":["2020-12-01","2020-06-01","2019-12-01","2019-07-01","2019-03-01","2018-10-01"],"capabilities":"None"},{"resourceType":"hostGroups/hosts","locations":["Central US","East US 2","West Europe","Southeast Asia","France Central","North Europe","West US 2","East US","UK South","Japan East","Japan West","East Asia","North Central US","South Central US","Canada East","Korea Central","Brazil South","UK West","Canada Central","West US","West Central US","Central India","South India","Australia Southeast","Korea South","West India","South Africa North","UAE North","Australia Central","Switzerland North","Germany West Central","Norway East","Australia East"],"apiVersions":["2020-12-01","2020-06-01","2019-12-01","2019-07-01","2019-03-01","2018-10-01"],"capabilities":"None"}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/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"},{"applicationId":"89d10474-74af-4874-99a7-c23c2f643083","roleDefinitionId":"7df22794-26e3-4f94-9d50-a4f0f6e1cb41"}],"resourceTypes":[{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2020-07-10-preview","2020-06-15","2020-04-01","2020-03-01","2019-11-04","2019-07-01-preview","2019-03-22-preview","2019-03-22","2018-12-01-preview","2018-04-01","2018-01-22","2017-07-01","2017-01-19","2016-02-03","2015-08-15-preview"]},{"resourceType":"checkProvisioningServiceNameAvailability","locations":[],"apiVersions":["2020-03-01","2020-01-01","2018-01-22","2017-11-15","2017-08-21-preview"]},{"resourceType":"usages","locations":[],"apiVersions":["2020-07-10-preview","2020-06-15","2020-04-01","2020-03-01","2019-11-04","2019-07-01-preview","2019-03-22-preview","2019-03-22","2018-12-01-preview","2018-04-01","2018-01-22","2017-07-01","2017-01-19","2016-02-03","2015-08-15-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2020-07-10-preview","2020-06-15","2020-04-01","2020-03-01","2019-11-04","2019-07-01-preview","2019-03-22-preview","2019-03-22","2018-12-01-preview","2018-04-01","2018-01-22","2017-07-01","2017-01-19","2016-02-03","2015-08-15-preview"]},{"resourceType":"operationResults","locations":[],"apiVersions":["2020-07-10-preview","2020-06-15","2020-04-01","2020-03-01","2020-01-01","2019-11-04","2019-09-01","2019-07-01-preview","2019-03-22-preview","2019-03-22","2018-12-01-preview","2018-04-01-preview","2018-04-01","2018-01-22-preview","2018-01-22","2017-11-15","2017-09-25-preview","2017-08-21-preview","2017-07-01","2017-01-19","2016-02-03","2015-08-15-preview"]},{"resourceType":"IotHubs","locations":["West US","North Europe","East Asia","East US","West Europe","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","West US 2","West Central US","East US 2","Central US","UK South","UK West","South India","Central India","Canada Central","Canada East","Brazil South","South Central US","Korea South","Korea Central","France Central","North Central US","Australia Central","Australia Central 2","Germany North","Germany West Central","South Africa North","South Africa West","UAE Central","UAE North"],"apiVersions":["2020-07-10-preview","2020-06-15","2020-04-01","2020-03-01","2020-01-01","2019-11-04","2019-07-01-preview","2019-03-22-preview","2019-03-22","2018-12-01-preview","2018-04-01-preview","2018-04-01","2018-01-22","2017-07-01","2017-01-19","2016-02-03","2015-08-15-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"IotHubs/eventGridFilters","locations":["West US","East US","West US 2","West Central US","East US 2","Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","UK South","UK West","South India","Central India","Canada Central","Canada East","Brazil South","South Central US","Korea South","Korea Central","France Central","North Central US","Australia Central","Australia Central 2","Germany North","Germany West Central","South Africa North","South Africa West","UAE Central","UAE North"],"apiVersions":["2018-07-31","2018-01-15-preview"]},{"resourceType":"ProvisioningServices","locations":["East US","West US","West Europe","North Europe","Southeast Asia","East Asia","Australia East","Australia Southeast","Japan West","Japan East","UK West","UK South","East US 2","Central US","West US 2","West Central US","North Central US","South Central US","Australia Central","Australia Central 2","France Central","France South","Canada East","Canada Central"],"apiVersions":["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","North Europe","East Asia","East US","West Europe","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","West US 2","West Central US","East US 2","Central US","UK South","UK West","South India","Central India","Canada Central","Canada East","Brazil South","South Central US","Korea South","Korea Central","France Central","North Central US","Australia Central","Australia Central 2","Germany North","Germany West Central","South Africa North","South Africa West","UAE Central","UAE North"],"apiVersions":["2019-09-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/providers/Microsoft.PowerBIDedicated","namespace":"Microsoft.PowerBIDedicated","authorization":{"applicationId":"4ac7d521-0382-477b-b0f8-7e1d95f85ca2","roleDefinitionId":"490d5987-bcf6-4be6-b6b2-056a78cb693a"},"resourceTypes":[{"resourceType":"capacities","locations":["Australia Southeast","Brazil South","Canada Central","UAE North","UAE Central","Germany West Central","Germany North","France Central","France South","Korea Central","Korea South","Japan West","South Africa North","Switzerland North","Switzerland West","Canada East","South Africa West","UK West","Central US","Central India","Australia East","East Asia","East US","East US 2","West India","Japan East","West Central US","North Central US","North Europe","South Central US","Southeast Asia","UK South","West Europe","West US","West US 2"],"apiVersions":["2018-09-01-preview","2017-10-01","2017-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2017-01-01-preview"]},{"resourceType":"locations/checkNameAvailability","locations":["Australia Southeast","Brazil South","Canada Central","UAE North","UAE Central","Germany West Central","Germany North","France Central","France South","Korea Central","Korea South","Japan West","Switzerland North","Switzerland West","Canada East","UK West","Central US","Central India","Australia East","East Asia","East US","East US 2","West India","Japan East","West Central US","North Central US","North Europe","South Africa North","South Central US","Southeast Asia","South Africa West","UK South","West Europe","West US","West US 2"],"apiVersions":["2018-09-01-preview","2017-10-01","2017-01-01-preview"]},{"resourceType":"locations/operationresults","locations":["Australia Southeast","Brazil South","Canada Central","UAE North","UAE Central","Germany West Central","Germany North","France Central","France South","Korea Central","Korea South","Japan West","Switzerland North","Switzerland West","Canada East","UK West","Central US","Central India","Australia East","East Asia","East US","East US 2","West India","Japan East","West Central US","North Central US","North Europe","South Central US","Southeast Asia","UK South","West Europe","West US","South Africa North","South Africa West","West US 2"],"apiVersions":["2018-09-01-preview","2017-10-01","2017-01-01-preview"]},{"resourceType":"locations/operationstatuses","locations":["Australia Southeast","Brazil South","Canada Central","UAE North","UAE Central","Germany West Central","Germany North","France Central","France South","Korea Central","Korea South","Japan West","Switzerland North","Switzerland West","Canada East","UK West","Central US","Central India","Australia East","East Asia","East US","East US 2","West India","Japan East","West Central US","North Central US","North Europe","South Central US","Southeast Asia","UK South","West Europe","West US","West US 2","South Africa North","South Africa West"],"apiVersions":["2018-09-01-preview","2017-10-01","2017-01-01-preview"]},{"resourceType":"operations","locations":["East US 2"],"apiVersions":["2018-09-01-preview","2017-10-01","2017-01-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/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"],"apiVersions":["2015-11-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"managementconfigurations","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"],"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"],"apiVersions":["2017-08-21-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":[],"apiVersions":["2015-11-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/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"],"apiVersions":["2018-01-01-preview","2017-04-01","2015-08-01","2014-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"clusters","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South","France Central","South Africa North","Australia Central","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2018-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"namespaces/authorizationrules","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/networkrulesets","locations":[],"apiVersions":["2018-01-01-preview","2017-04-01"]},{"resourceType":"namespaces/privateEndpointConnections","locations":[],"apiVersions":["2018-01-01-preview"]},{"resourceType":"namespaces/eventhubs","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/eventhubs/authorizationrules","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/eventhubs/consumergroups","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"checkNamespaceAvailability","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["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":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/disasterrecoveryconfigs","locations":[],"apiVersions":["2017-04-01"]},{"resourceType":"namespaces/disasterrecoveryconfigs/checkNameAvailability","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2018-01-01-preview","2017-04-01"]},{"resourceType":"locations/deleteVirtualNetworkOrSubnets","locations":[],"apiVersions":["2018-01-01-preview","2017-04-01"]},{"resourceType":"availableClusterRegions","locations":[],"apiVersions":["2018-01-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/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"}],"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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["2019-09-01","2018-02-14-preview","2018-02-14","2016-10-01","2015-06-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2020-04-01-preview","2019-09-01","2018-02-14-preview","2018-02-14","2016-10-01","2015-06-01","2014-12-19-preview"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["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"],"apiVersions":["2019-09-01","2018-02-14-preview","2018-02-14","2016-10-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2019-09-01","2018-02-14-preview","2018-02-14","2016-10-01"]},{"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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["2020-04-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/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"}],"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",
2020-12-24T14:38:00.708-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: "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"],"apiVersions":["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-12-20-preview","2018-12-20","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":["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":["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"],"apiVersions":["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"],"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"],"apiVersions":["2016-06-01"]},{"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"],"apiVersions":["2016-06-01"]},{"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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["2018-12-20-preview"]},{"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"],"apiVersions":["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"],"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"],"apiVersions":["2018-07-10"],"capabilities":"SupportsExtension"}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/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":["Global"],"apiVersions":["2020-02-01-preview","2018-05-01","2017-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"accounts/privateAtlases","locations":["United States"],"apiVersions":["2020-02-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"accounts/eventGridFilters","locations":[],"apiVersions":["2020-02-01-preview","2018-05-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2020-02-01-preview","2018-05-01","2017-01-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/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","South Africa North","South Africa West","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-09-18","2020-06-14","2020-02-15","2019-11-09","2019-09-07","2019-05-15","2019-01-21","2018-09-07-preview","2017-09-07-privatepreview"],"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","South Africa North","South Africa West","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-09-18","2020-06-14","2020-02-15","2019-11-09","2019-09-07","2019-05-15","2019-01-21","2018-09-07-preview","2017-09-07-privatepreview"]},{"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","South Africa North","South Africa West","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-09-18","2020-06-14","2020-02-15","2019-11-09","2019-09-07","2019-05-15","2019-01-21","2018-09-07-preview","2017-09-07-privatepreview"]},{"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","South Africa North","South Africa West","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["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","South Africa North","South Africa West","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-09-18","2020-06-14","2020-02-15","2019-11-09","2019-09-07","2019-05-15","2019-01-21","2018-09-07-preview","2017-09-07-privatepreview"]},{"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","South Africa North","South Africa West","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-09-18","2020-06-14","2020-02-15","2019-11-09","2019-09-07","2019-05-15","2019-01-21","2018-09-07-preview","2017-09-07-privatepreview"]},{"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","South Africa North","South Africa West","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["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","South Africa North","South Africa West","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-09-18","2020-06-14","2020-02-15","2019-11-09","2019-09-07","2019-05-15","2019-01-21","2018-09-07-preview","2017-09-07-privatepreview"]},{"resourceType":"locations","locations":[],"apiVersions":["2020-09-18","2020-06-14","2020-02-15","2019-11-09","2019-09-07","2019-05-15","2019-01-21","2018-09-07-preview","2017-09-07-privatepreview"]},{"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","South Africa North","South Africa West","South Central US","South India","Southeast Asia","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-09-18","2020-06-14","2020-02-15","2019-11-09","2019-09-07","2019-05-15","2019-01-21","2018-09-07-preview","2017-09-07-privatepreview"]},{"resourceType":"operations","locations":[],"apiVersions":["2020-09-18","2020-06-14","2020-02-15","2019-11-09","2019-09-07","2019-05-15","2019-01-21","2018-09-07-preview","2017-09-07-privatepreview"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/providers/Microsoft.Cache","namespace":"Microsoft.Cache","authorization":{"applicationId":"96231a05-34ce-4eb4-aa6a-70759cbb5e83","roleDefinitionId":"4f731528-ba85-45c7-acfb-cd0a9b3cf31b"},"resourceTypes":[{"resourceType":"Redis","locations":["North Central US","South Central US","Central US","West Europe","North Europe","West US","East US","East US 2","Japan East","Japan West","Brazil South","Southeast Asia","East Asia","Australia East","Australia Southeast","Central India","West India","Canada Central","Canada East","UK South","UK West","West US 2","West Central US","South India","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01","2020-06-01","2019-07-01","2018-03-01","2017-10-01","2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"Redis/privateEndpointConnectionProxies","locations":["North Central US","South Central US","Central US","West Europe","North Europe","West US","East US","East US 2","Japan East","Japan West","Brazil South","Southeast Asia","East Asia","Australia East","Australia Southeast","Central India","West India","Canada Central","Canada East","UK South","UK West","West US 2","West Central US","South India","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01","2020-06-01","2019-07-01"]},{"resourceType":"Redis/privateEndpointConnectionProxies/validate","locations":["North Central US","South Central US","Central US","West Europe","North Europe","West US","East US","East US 2","Japan East","Japan West","Brazil South","Southeast Asia","East Asia","Australia East","Australia Southeast","Central India","West India","Canada Central","Canada East","UK South","UK West","West US 2","West Central US","South India","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01","2020-06-01","2019-07-01"]},{"resourceType":"Redis/privateEndpointConnections","locations":["North Central US","South Central US","Central US","West Europe","North Europe","West US","East US","East US 2","Japan East","Japan West","Brazil South","Southeast Asia","East Asia","Australia East","Australia Southeast","Central India","West India","Canada Central","Canada East","UK South","UK West","West US 2","West Central US","South India","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01","2020-06-01","2019-07-01"]},{"resourceType":"Redis/privateLinkResources","locations":["North Central US","South Central US","Central US","West Europe","North Europe","West US","East US","East US 2","Japan East","Japan West","Brazil South","Southeast Asia","East Asia","Australia East","Australia Southeast","Central India","West India","Canada Central","Canada East","UK South","UK West","West US 2","West Central US","South India","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01","2020-06-01","2019-07-01"]},{"resourceType":"locations/asyncOperations","locations":["North Central US","South Central US","Central US","West Europe","North Europe","West US","East US","East US 2","Japan East","Japan West","Brazil South","Southeast Asia","East Asia","Australia East","Australia Southeast","Central India","West India","Canada Central","Canada East","UK South","UK West","West US 2","West Central US","South India","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01","2020-06-01","2019-07-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2020-12-01","2020-06-01","2020-04-01-preview","2019-07-01","2018-03-01","2017-10-01","2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"locations/operationResults","locations":["North Central US","South Central US","Central US","West Europe","North Europe","West US","East US","East US 2","Japan East","Japan West","Brazil South","Southeast Asia","East Asia","Australia East","Australia Southeast","Central India","West India","South India","Canada Central","Canada East","UK South","UK West","West US 2","West Central US","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Switzerland North","Germany West Central","Norway East"],"apiVersions":["2020-12-01","2020-06-01","2019-07-01","2018-03-01","2017-10-01","2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"locations/operationsStatus","locations":["East US","West Europe","West US","East US 2","West US 2","South Central US","UK South","Southeast Asia","Australia East","North Europe"],"apiVersions":["2020-10-01-preview","2020-04-01-preview"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2020-12-01","2020-06-01","2019-07-01","2018-03-01","2017-10-01","2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01-alpha","2014-04-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2020-12-01","2020-06-01","2019-07-01","2018-03-01","2017-10-01","2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01-alpha","2014-04-01"]},{"resourceType":"redisEnterprise","locations":["East US","West Europe","West US","East US 2","West US 2","South Central US","UK South","Southeast Asia","Australia East","North Europe"],"apiVersions":["2020-10-01-preview","2020-04-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"RedisEnterprise/privateEndpointConnectionProxies","locations":["East US","West Europe","West US","East US 2","West US 2","South Central US","UK South","Southeast Asia","Australia East","North Europe"],"apiVersions":["2020-10-01-preview","2020-04-01-preview"]},{"resourceType":"RedisEnterprise/privateEndpointConnectionProxies/validate","locations":["East US","West Europe","West US","East US 2","West US 2","South Central US","UK South","Southeast Asia","Australia East","North Europe"],"apiVersions":["2020-10-01-preview","2020-04-01-preview"]},{"resourceType":"RedisEnterprise/privateEndpointConnectionProxies/operationresults","locations":["East US","West Europe","West US","East US 2","West US 2","South Central US","UK South","Southeast Asia","Australia East","North Europe"],"apiVersions":["2020-10-01-preview","2020-04-01-preview"]},{"resourceType":"RedisEnterprise/privateEndpointConnections","locations":["East US","West Europe","West US","East US 2","West US 2","South Central US","UK South","Southeast Asia","Australia East","North Europe"],"apiVersions":["2020-10-01-preview","2020-04-01-preview"]},{"resourceType":"RedisEnterprise/privateEndpointConnections/operationresults","locations":["East US","West Europe","West US","East US 2","West US 2","South Central US","UK South","Southeast Asia","Australia East","North Europe"],"apiVersions":["2020-10-01-preview","2020-04-01-preview"]},{"resourceType":"RedisEnterprise/privateLinkResources","locations":["East US","West Europe","West US","East US 2","West US 2","South Central US","UK South","Southeast Asia","Australia East","North Europe"],"apiVersions":["2020-10-01-preview","2020-04-01-preview"]},{"resourceType":"locations/checkNameAvailability","locations":["East US","West Europe","West US","East US 2","West US 2","South Central US","UK South","Southeast Asia","Australia East","North Europe"],"apiVersions":["2020-10-01-preview","2020-04-01-preview"]},{"resourceType":"Redis/EventGridFilters","locations":["North Central US","South Central US","Central US","West Europe","North Europe","West US","East US","East US 2","Japan East","Japan West","Brazil South","Southeast Asia","East Asia","Australia East","Australia Southeast","Central India","West India","South India","Canada Central","Canada East","UK South","UK West","West US 2","West Central US","Korea Central","Korea South","France South","France Central","Australia Central","Australia Central 2","South Africa North","South Africa West","UAE Central","UAE North","Switzerland North","Switzerland West","Germany North","Germany West Central","Norway East","Norway West"],"apiVersions":["2020-12-01","2020-06-01","2019-07-01","2018-03-01","2017-10-01","2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/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","Switzerland North","Brazil Southeast","Norway East","Germany West Central","UAE North","Switzerland West","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"],"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"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"automationAccounts/runbooks","locations":["Japan East","East US 2","West Europe","South Africa North","Switzerland North","Brazil Southeast","Norway East","Germany West Central","UAE North","Switzerland West","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"],"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"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"automationAccounts/configurations","locations":["Japan East","East US 2","West Europe","South Africa North","West US","Central US","Switzerland North","Brazil Southeast","Norway East","Germany West Central","UAE North","Switzerland West","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"],"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"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"automationAccounts/webhooks","locations":["Japan East","East US 2","West Europe","South Africa North","Switzerland North","Brazil Southeast","Norway East","Germany West Central","UAE North","Switzerland West","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"],"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","Switzerland North","Brazil Southeast","Norway East","Germany West Central","UAE North","Switzerland West","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"],"apiVersions":["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","Switzerland North","Brazil Southeast","Norway East","Germany West Central","UAE North","Switzerland West","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"],"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/privateLinkResources","locations":["Japan East","East US 2","West Europe","South Africa North","Switzerland North","Brazil Southeast","Norway East","Germany West Central","UAE North","Switzerland West","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"],"apiVersions":["2020-01-13-preview"]},{"resourceType":"automationAccounts/privateEndpointConnections","locations":["Japan East","East US 2","West Europe","South Africa North","Switzerland North","Brazil Southeast","Norway East","Germany West Central","UAE North","Switzerland West","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"],"apiVersions":["2020-01-13-preview"]},{"resourceType":"automationAccounts/privateEndpointConnectionProxies","locations":["Japan East","East US 2","West Europe","South Africa North","Switzerland North","Brazil Southeast","Norway East","Germany West Central","UAE North","Switzerland West","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"],"apiVersions":["2020-01-13-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/providers/Microsoft.ApiManagement","namespace":"Microsoft.ApiManagement","authorization":{"applicationId":"8602e328-9b72-4f2d-a4ae-1387d013a2b3","roleDefinitionId":"e263b525-2e60-4418-b655-420bae0b172e"},"resourceTypes":[{"resourceType":"service","locations":["Central India","UAE North","Australia Central","Germany West Central","West Central US","Norway East","Switzerland North","Korea South","West India","Korea Central","South Africa North","UK West","Brazil South","East Asia","South India","Canada Central","Canada East","Australia Southeast","Japan East","North Central US","Southeast Asia","West US 2","Central US","UK South","Australia East","Japan West","West US","France Central","South Central US","East US 2","East US","North Europe","West Europe"],"apiVersions":["2020-06-01-preview","2019-12-01-preview","2019-12-01","2019-01-01","2018-06-01-preview","2018-01-01","2017-03-01","2016-10-10","2016-07-07","2015-09-15","2014-02-14"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"deletedServices","locations":["Central India","UAE North","Australia Central","Germany West Central","West Central US","Norway East","Switzerland North","Korea South","West India","Korea Central","South Africa North","UK West","Brazil South","East Asia","South India","Canada Central","Canada East","Australia Southeast","Japan East","North Central US","Southeast Asia","West US 2","Central US","UK South","Australia East","Japan West","West US","France Central","South Central US","East US 2","East US","North Europe","West Europe"],"apiVersions":["2020-06-01-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2020-06-01-preview"]},{"resourceType":"locations/deletedServices","locations":["Central India","UAE North","Australia Central","Germany West Central","West Central US","Norway East","Switzerland North","Korea South","West India","Korea Central","South Africa North","UK West","Brazil South","East Asia","South India","Canada Central","Canada East","Australia Southeast","Japan East","North Central US","Southeast Asia","West US 2","Central US","UK South","Australia East","Japan West","West US","France Central","South Central US","East US 2","East US","North Europe","West Europe"],"apiVersions":["2020-06-01-preview"]},{"resourceType":"validateServiceName","locations":[],"apiVersions":["2015-09-15","2014-02-14"]},{"resourceType":"checkServiceNameAvailability","locations":[],"apiVersions":["2015-09-15","2014-02-14"]},{"resourceType":"checkNameAvailability","locations":["Central India","UAE North","Australia Central","Germany West Central","West Central US","Norway East","Switzerland North","Korea South","West India","Korea Central","South Africa North","UK West","Brazil South","East Asia","South India","Canada Central","Canada East","Australia Southeast","Japan East","North Central US","Southeast Asia","West US 2","Central US","UK South","Australia East","Japan West","West US","France Central","South Central US","East US 2","East US","North Europe","West Europe"],"apiVersions":["2020-06-01-preview","2019-12-01-preview","2019-12-01","2019-01-01","2018-06-01-preview","2018-01-01","2017-03-01","2016-10-10","2016-07-07","2015-09-15","2014-02-14"]},{"resourceType":"reportFeedback","locations":[],"apiVersions":["2020-06-01-preview","2019-12-01-preview","2019-12-01","2019-01-01","2018-06-01-preview","2018-01-01","2017-03-01","2016-10-10","2016-07-07","2015-09-15","2014-02-14"]},{"resourceType":"checkFeedbackRequired","locations":[],"apiVersions":["2020-06-01-preview","2019-12-01-preview","2019-12-01","2019-01-01","2018-06-01-preview","2018-01-01","2017-03-01","2016-10-10","2016-07-07","2015-09-15","2014-02-14"]},{"resourceType":"operations","locations":[],"apiVersions":["2020-06-01-preview","2019-12-01-preview","2019-12-01","2019-01-01","2018-06-01-preview","2018-01-01","2017-03-01","2016-10-10","2016-07-07","2015-09-15","2014-02-14"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/providers/Microsoft.DBforPostgreSQL","namespace":"Microsoft.DBforPostgreSQL","authorizations":[{"applicationId":"76cd24bf-a9fc-4344-b1dc-908275de6d6d","roleDefinitionId":"c13b7b9c-2ed1-4901-b8a8-16f35468da29"},{"applicationId":"93efed00-6552-4119-833a-422b297199f9","roleDefinitionId":"a864a0a2-ab66-47a6-97a8-223dc1379f87"},{"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"serversv2","locations":["East US 2","East US","North Central US","Canada Central","Australia East","UK South","West Europe","Southeast Asia","West US 2","North Europe"],"apiVersions":["2018-03-29-privatepreview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"serverGroups","locations":["East US 2","East US","North Central US","Canada Central","Australia East","UK South","West Europe","Southeast Asia","West US 2","North Europe"],"apiVersions":["2018-03-29-privatepreview"],"capabilities":"None"},{"resourceType":"flexibleServers","locations":["West US 2","East US","East US 2","West Europe","North Europe","Japan East","Southeast Asia","UK South","Central US"],"apiVersions":["2020-02-14-privatepreview","2020-02-14-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"locations/capabilities","locations":["East US 2","East US","West Europe","West US 2","North Europe","Japan East","Southeast Asia","UK South","Central US"],"apiVersions":["2020-02-14-privatepreview","2020-02-14-preview"]},{"resourceType":"locations/checkNameAvailability","locations":["East US 2","East US","West Europe","West US 2","North Europe","Japan East","Southeast Asia","UK South","Central US"],"apiVersions":["2020-02-14-privatepreview","2020-02-14-preview"]},{"resourceType":"servers/recoverableServers","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","France South","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","Norway East","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01"]},{"resourceType":"locations/administratorOperationResults","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","France South","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","Norway East","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01"]},{"resourceType":"locations/administratorAzureAsyncOperation","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","France South","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","Norway East","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01"]},{"resourceType":"locations/checkVirtualNetworkSubnetUsage","locations":["East US 2","East US","North Central US","Canada Central","Australia East","UK South","West Europe","Southeast Asia","West US 2","North Europe","Japan East","Central US"],"apiVersions":[]},{"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-privatepreview","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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-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","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-privatepreview","2018-06-01-preview","2018-06-01"]},{"resourceType":"servers/keys","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","France South","Germany West Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","Norway East","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"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","Norway East","Switzerland North","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2020-01-01-privatepreview","2020-01-01-preview","2020-01-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/providers/Microsoft.AppPlatform","namespace":"Microsoft.AppPlatform","authorizations":[{"applicationId":"03b39d0f-4213-4864-a245-b1476ec03169"},{"applicationId":"b61cc489-e138-4a69-8bf3-c2c5855c8784","roleDefinitionId":"462ddd96-910a-44f5-adfa-644d99942778"},{"applicationId":"e8de9221-a19c-4c81-b814-fd37c6caf9d2"}],"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"],"apiVersions":["2020-11-01-preview","2020-07-01","2019-05-01-preview"],"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"],"apiVersions":["2020-11-01-preview","2020-07-01","2019-05-01-preview"],"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"],"apiVersions":["2020-11-01-preview","2020-07-01","2019-05-01-preview"]},{"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"],"apiVersions":["2020-11-01-preview","2020-07-01","2019-05-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2020-11-01-preview","2020-07-01","2019-05-01-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2020-11-01-preview","2020-07-01","2019-05-01-preview"]},{"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"],"apiVersions":["2020-11-01-preview","2020-07-01","2019-05-01-preview"]},{"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"],"apiVersions":["2020-11-01-preview","2020-07-01","2019-05-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/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","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","Switzerland West","UK South","West Europe","West US","West US 2"],"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","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"
2020-12-24T14:38:00.709-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: ,"Japan West","Korea South","North Central US","Norway East","South India","Southeast Asia","Switzerland West","UK South","West Europe","West US","West US 2"],"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","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","Switzerland West","UK South","West Europe","West US","West US 2"],"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","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","Switzerland West","UK South","West Europe","West US","West US 2"],"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","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","Switzerland West","UK South","West Europe","West US","West US 2"],"apiVersions":["2018-10-15-preview","2018-09-15","2017-04-26-preview","2016-05-15","2015-05-21-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/providers/Microsoft.ManagedServices","namespace":"Microsoft.ManagedServices","authorization":{"applicationId":"66c6d0d1-f2e7-4a18-97a9-ed10f3347016","roleDefinitionId":"1e86f807-6ec0-40b3-8b5f-686b7e43a0a2"},"resourceTypes":[{"resourceType":"registrationDefinitions","locations":[],"apiVersions":["2020-02-01-preview","2019-09-01","2019-06-01","2019-04-01-preview","2018-06-01-preview"],"capabilities":"SupportsExtension"},{"resourceType":"registrationAssignments","locations":[],"apiVersions":["2020-02-01-preview","2019-09-01","2019-06-01","2019-04-01-preview","2018-06-01-preview"],"capabilities":"SupportsExtension"},{"resourceType":"operations","locations":[],"apiVersions":["2020-02-01-preview","2019-09-01","2019-06-01","2019-04-01-preview","2018-06-01-preview"]},{"resourceType":"marketplaceRegistrationDefinitions","locations":[],"apiVersions":["2020-02-01-preview","2019-09-01","2019-06-01","2019-04-01-preview","2018-06-01-preview"]},{"resourceType":"operationStatuses","locations":[],"apiVersions":["2020-02-01-preview","2019-09-01","2019-06-01","2019-04-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/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"],"apiVersions":["2018-01-01-preview","2017-04-01","2016-07-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"namespaces/authorizationrules","locations":[],"apiVersions":["2017-04-01","2016-07-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/privateEndpointConnections","locations":[],"apiVersions":["2018-01-01-preview"]},{"resourceType":"namespaces/hybridconnections","locations":[],"apiVersions":["2017-04-01","2016-07-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/hybridconnections/authorizationrules","locations":[],"apiVersions":["2017-04-01","2016-07-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/wcfrelays","locations":[],"apiVersions":["2017-04-01","2016-07-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/wcfrelays/authorizationrules","locations":[],"apiVersions":["2017-04-01","2016-07-01","2015-08-01","2014-09-01"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2017-04-01","2016-07-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-04-01","2016-07-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/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"],"apiVersions":["2020-06-02","2018-07-12","2017-12-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"botServices/channels","locations":["Global"],"apiVersions":["2020-06-02","2018-07-12","2017-12-01"]},{"resourceType":"botServices/connections","locations":["Global"],"apiVersions":["2020-06-02","2018-07-12","2017-12-01"]},{"resourceType":"listAuthServiceProviders","locations":["Global"],"apiVersions":["2020-06-02","2018-07-12","2017-12-01"]},{"resourceType":"checkNameAvailability","locations":["Global"],"apiVersions":["2020-06-02","2018-07-12","2017-12-01"]},{"resourceType":"operations","locations":["Global"],"apiVersions":["2020-06-02","2018-07-12","2017-12-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/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":["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":["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":["2020-10-01","2020-05-01","2020-02-01","2018-03-01-beta"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["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":["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":["2020-10-01","2020-05-01","2020-02-01","2019-11-01","2018-03-01-beta"]},{"resourceType":"operations","locations":[],"apiVersions":["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":["2020-10-01","2020-05-01","2020-02-01","2019-11-01","2018-03-01-preview","2018-03-01-beta"]},{"resourceType":"startTenantBackfill","locations":[],"apiVersions":["2020-10-01","2020-05-01","2020-02-01","2019-11-01","2018-03-01-preview","2018-03-01-beta"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/providers/Microsoft.SecurityInsights","namespace":"Microsoft.SecurityInsights","authorizations":[{"applicationId":"98785600-1bb7-4fb9-b9fa-19afe2c8a360","roleDefinitionId":"ef1c46aa-ae81-4091-ab83-f75f28efb7b8"}],"resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"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"],"apiVersions":["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"],"apiVersions":["2020-01-01","2019-01-01-preview"],"capabilities":"SupportsExtension"},{"resourceType":"dataConnectorsCheckRequirements","locations":["West Europe","North Europe","France Central","UK South","UK West","France South","Switzerland North","Switzerland West"],"apiVersions":["2019-01-01-preview"],"capabilities":"SupportsExtension"},{"resourceType":"entities","locations":["West Europe","North Europe","France Central","UK South","UK West","France South","Switzerland North","Switzerland West"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["2019-01-01-preview"],"capabilities":"SupportsExtension"},{"resourceType":"watchlists","locations":["West Europe","North Europe","France Central","UK South","UK West","France South","Switzerland North","Switzerland West"],"apiVersions":["2019-01-01-preview"],"capabilities":"SupportsExtension"}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/providers/Microsoft.TimeSeriesInsights","namespace":"Microsoft.TimeSeriesInsights","authorizations":[{"applicationId":"120d688d-1518-4cf7-bd38-182f158850b6","roleDefinitionId":"5a43abdf-bb87-42c4-9e56-1c24bf364150"}],"resourceTypes":[{"resourceType":"environments","locations":["France Central","South Central Us","East US 2","West US","East US","North Europe","West Europe","West US 2","Central US","Southeast Asia","Australia East","Australia Southeast","East Asia","UK West","UK South"],"apiVersions":["2020-05-15","2018-08-15-preview","2017-11-15","2017-02-28-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"environments/eventsources","locations":["France Central","South Central Us","East US 2","West US","East US","North Europe","West Europe","West US 2","Central US","Southeast Asia","Australia East","Australia Southeast","East Asia","UK West","UK South"],"apiVersions":["2020-05-15","2018-08-15-preview","2017-11-15","2017-02-28-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"environments/referenceDataSets","locations":["France Central","South Central Us","East US 2","West US","East US","North Europe","West Europe","West US 2","Central US","Southeast Asia","Australia East","Australia Southeast","East Asia","UK West","UK South"],"apiVersions":["2020-05-15","2018-08-15-preview","2017-11-15","2017-02-28-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"environments/accessPolicies","locations":["France Central","South Central Us","East US 2","West US","East US","North Europe","West Europe","West US 2","Central US","Southeast Asia","Australia East","Australia Southeast","East Asia","UK West","UK South"],"apiVersions":["2020-05-15","2018-08-15-preview","2017-11-15","2017-02-28-preview"]},{"resourceType":"operations","locations":["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-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/776f2c01-ef41-490c-8754-36ea168a86b7/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"}],"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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"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"],"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"],"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"],"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"],"apiVersions":["2019-06-01-preview"]},{"resourceType":"registries/agentPools","locations":["East US","West US 2","South Central US","Central US","East US 2"],"apiVersions":["2019-06-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"registries/agentPools/listQueueStatus","locations":["East US","West US 2","South Central US","Central US","East US 2"],"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"],"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"],"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"],"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"],"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"],"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"],"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"],"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"],"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"],"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"],"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"],"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"],"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"],"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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"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"],"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"],"apiVersions":["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"],"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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["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"],"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"],"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"],"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"],"apiVersions":["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":["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"],"apiVersions":["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"],"apiVersions":["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/776f2c01-ef41-490c-8754-36ea168a86b7/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":"607ece82-f922-494f-88b8-30effaf12214","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"}],"resourceTypes":[{"resourceType":"workspaces","locations":["Canada Central","Central India","North Central US","UK South","West US","Central US","East Asia","Japan East","East US","North Europe","Korea Central","Brazil South","France Central","Australia East","East US 2","West US 2","West Central US","Southeast Asia","West Europe","South Central US"],"apiVersions":["2020-09-01-preview","2020-08-01","2020-06-01","2020-05-15-preview","2020-05-01-preview","2020-04-01-preview","2020-04-01","2020-03-01","2020-02-18-preview","2020-02-02","2020-01-01","2019-11-01","2019-10-01","2019-06-01","2019-05-01","2018-11-19","2018-03-01-preview"],"capabilities":"SystemAssignedResourceIdentity"},{"resourceType":"workspaces/computes","locations":["North Central US","Canada Central","Central India","UK South","West US","Central US","East Asia","Japan East","East US","North Europe","Korea Central","Brazil South","France Central","Australia East","East US 2","West US 2","West Central US","Southeast Asia","West Europe","South Central US"],"apiVersions":["2020-09-01-preview","2020-08-01","2020-06-01","2020-05-15-preview","2020-05-01-preview","2020-04-01-preview","2020-04-01","2020-03-01","2020-02-18-preview","2020-02-02","2020-01-01","2019-11-01","2019-06-01","2019-05-01","2018-11-19","2018-03-01-preview"],"capabilities":"SystemAssignedResourceIdentity"},{"resourceType":"workspaces/datastores","locations":["Canada Central","Central India","North Central US","UK South","West US","Central US","East Asia","Japan East","East US","North Europe","Korea Central","Brazil South","France Central","Australia East","East US 2","West US 2","West Central US","Southeast Asia","West Europe","South Central US"],"apiVersions":["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","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-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":"operations","locations":["East US 2"],"apiVersions":["2020-09-01-preview","2020-08-01","2020-06-01","2020-05-15-preview","2020-05-01-preview","2020-04-01-preview","2020-04-01","2020-03-01","2020-02-18-preview","2020-02-02","2020-01-01","2019-11-01","2019-06-01","2019-05-01","2018-11-19","2018-03-01-preview"]},{"resourceType":"locations","locations":["East US 2"],"apiVersions":["2020-09-01-preview","2020-08-01","2020-06-01","2020-05-15-preview","2020-05-01-preview","2020-04-01-preview","2020-04-01","2020-03-01","2020-02-18-preview","2020-02-02","2020-01-01","2019-11-01","2019-06-01","2019-05-01","2018-11-19","2018-03-01-preview"]},{"resourceType":"locations/computeOperationsStatus","locations":["North Central US","Canada Central","Central India","UK South","West US","Central US","East Asia","Japan East","East US","Australia East","East US 2","West US 2","West Central US","Southeast Asia","West Europe","South Central US","North Europe","Korea Central","Brazil South","France Central"],"apiVersions":["2020-09-01-preview","2020-08-01","2020-06-01","2020-05-15-preview","2020-05-01-preview","2020-04-01-preview","2020-04-01","2020-03-01","2020-02-18-preview","2020-02-02","2020-01-01","2019-11-01","2019-06-01","2019-05-01","2018-11-19","2018-03-01-preview"]},{"resourceType":"locations/workspaceOperationsStatus","locations":["North Central US","Canada Central","Central India","UK South","West US","Central US","East Asia","Japan East","East US","North Europe","Korea Central","Brazil South","France Central","Australia East","East US 2","West US 2","West Central US","Southeast Asia","West Europe","South Central US"],"apiVersions":["2020-09-01-preview","2020-08-01","2020-06-01","2020-05-15-preview","2020-05-01-preview","2020-04-01-preview","2020-04-01","2020-03-01","2020-02-18-preview","2020-02-02","2020-01-01","2019-11-01","2019-06-01","2019-05-01","2018-11-19","2018-03-01-preview"]},{"resourceType":"locations/usages","locations":["North Central US","Canada Central","Central India","UK South","West US","Central US","East Asia","Japan East","East US","North Europe","Korea Central","Brazil South","France Central","Australia East","East US 2","West US 2","West Central US","Southeast Asia","West Europe","South Central US"],"apiVersions":["2020-09-01-preview","2020-08-01","2020-06-01","2020-05-15-preview","2020-05-01-preview","2020-04-01-preview","2020-04-01","2020-03-01","2020-02-18-preview","2020-02-02","2020-01-01","2019-11-01","2019-06-01","2019-05-01","2018-11-19"]},{"resourceType":"locations/vmsizes","locations":["North Central US","Canada Central","Central India","UK South","West US","Central US","East Asia","Japan East","East US","North Europe","Korea Central","Brazil South","France Central","Australia East","East US 2","West US 2","West Central US","Southeast Asia","West Europe","South Central US"],"apiVersions":["2020-09-01-preview","2020-08-01","2020-06-01","2020-05-15-preview","2020-05-01-preview","2020-04-01-preview","2020-04-01","2020-03-01","2020-02-18-preview","2020-02-02","2020-01-01","2019-11-01","2019-06-01","2019-05-01","2018-11-19"]},{"resourceType":"locations/quotas","locations":["North Central US","Canada Central","Central India","UK South","West US","Central US","East Asia","Japan East","East US","North Europe","Korea Central","Brazil South","France Central","Australia East","East US 2","West US 2","West Central US","Southeast Asia","West Europe","South Central US"],"apiVersions":["2020-09-01-preview","2020-08-01","2020-06-01","2020-05-15-preview","2020-05-01-preview","2020-04-01-preview","2020-04-01","2020-03-01","2020-02-18-preview","2020-02-02","2020-01-01","2019-11-01","2019-06-01"]},{"resourceType":"locations/updatequotas","locations":["North Central US","Canada Central","Central India","UK South","West US","Central US","East Asia","Japan East","East US","North Europe","Korea Central","Brazil South","France Central","Australia East","East US 2","West US 2","West Central US","Southeast Asia","West Europe","South Central US"],"apiVersions":["2020-09-01-preview","2020-08-01","2020-06-01","2020-05-15-preview","2020-05-01-preview","2020-04-01-preview","2020-04-01","2020-03-01","2020-02-18-preview","2020-02-02","2020-01-01","2019-11-01","2019-06-01"]},{"resourceType":"workspaces/linkedServices","locations":["North Central US","Canada Central","Central India","UK South","West US","Central US","East Asia","Japan East","East US","North Europe","Korea Central","Brazil South","France Central","Australia East","East US 2","West US 2","West Central US","Southeast Asia","West Europe","South Central US"],"apiVersions":["2020-09-01-preview","2020-05-15-preview","2020-05-01-preview","2020-04-01-preview"],"capabilities":"SystemAssignedResourceIdentity"}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/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"],"apiVersions":["2018-01-01-preview","2017-04-01","2015-08-01","2014-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"namespaces/authorizationrules","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/networkrulesets","locations":[],"apiVersions":["2018-01-01-preview","2017-04-01"]},{"resourceType":"namespaces/privateEndpointConnections","locations":[],"apiVersions":["2018-01-01-preview"]},{"resourceType":"namespaces/queues","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/queues/authorizationrules","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/topics","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/topics/authorizationrules","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/topics/subscriptions","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/topics/subscriptions/rules","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"checkNamespaceAvailability","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"sku","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"premiumMessagingRegions","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"operations","locations":[],"apiVersions":["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"],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/disasterrecoveryconfigs","locations":[],"apiVersions":["2017-04-01"]},{"resourceType":"namespaces/disasterrecoveryconfigs/checkNameAvailability","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2018-01-01-preview","2017-04-01"]},{"resourceType":"locations/deleteVirtualNetworkOrSubnets","locations":[],"apiVersions":["2018-01-01-preview","2017-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/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":"containerServices","locations":["Japan East","Central US","East US 2","Japan West","East Asia","South Central US","North Central US","Australia East","Australia Southeast","Brazil South","Southeast Asia","West US","West Europe","North Europe","East US","UK West","UK South","West Central US","West US 2","South India","Central India","West India","Canada East","Canada Central","Korea South","Korea Central","South Africa North"],"apiVersions":["2017-07-01","2017-01-31","2016-09-30","2016-03-30"],"capabilities":"None"},{"resourceType":"managedClusters","locations":["West Central US","East US","West Europe","France Central","France South","Central US","Canada Central","Canada East","UK South","West US","West US 2","Australia East","Australia Central","North Europe","Japan East","Japan West","East US 2","South Central US","North Central US","Southeast Asia","Australia Southeast","UK West","South India","Central India","East Asia","Korea South","Korea Central","South Africa North","Brazil South","Brazil Southeast","Germany North","Switzerland North","Switzerland West","Germany West Central","UAE North","UAE Central","Norway East","Norway West"],"apiVersions":["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":"openShiftManagedClusters","locations":["East US","East US 2","West US 2","Central US","West Europe","North Europe","UK South","France Central","Canada East","Southeast Asia","Japan East"],"apiVersions":["2019-09-30-preview","2019-04-30"],"capabilities":"None"},{"resourceType":"locations/openShiftClusters","locations":["East US","East US 2","West US 2","Central US","West Europe","North Europe","France Central","UK South","Canada East","Southeast Asia","Japan East"],"apiVersions":["2019-09-30-preview","2019-04-30","2018-09-30-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2017-08-31","2017-01-31","2016-09-30","2016-03-30","2015-11-01-preview"]},{"resourceType":"locations/operationresults","locations":["East US","West Europe","France Central","France South","Central US","UK West","West Central US","West US","West US 2","South India","Central India","West India","Canada East","Canada Central","Korea South","Korea Central","UK South","Australia East","Australia Central","Australia Southeast","North Europe","Japan East","Japan West","East US 2","South Central US","North Central US","Southeast Asia","East Asia","South Africa North","Brazil South","Brazil Southeast","Germany North","Germany West Central","Switzerland North","Switzerland West","UAE North","UAE Central","Norway East","Norway West"],"apiVersions":["2017-08-31","2016-03-30"]},{"resourceType":"locations/operations","locations":["France Central","France South","East US","West Europe","Central US","Canada East","UK West","UK South","West Central US","West US 2","South India","Central India","West India","Canada Central","Korea South","Korea Central","West US","Australia East","Australia Central","Australia Southeast","North Europe","Japan East","Japan West","East US 2","South Central US","North Central US","Southeast Asia","East Asia","South Africa North","Brazil South","Brazil Southeast","Germany North","Germany West Central","Switzerland North","Switzerland West","UAE North","UAE Central","Norway East","Norway West"],"apiVersions":["2016-03-30"]},{"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":"locations/orchestrators","locations":["East US","West Europe","France Central","France South","Central US","Canada East","Canada Central","UK South","UK West","West Central US","West US","West US 2","Australia East","Australia Central","Australia Southeast","North Europe","Japan East","Japan West","Korea Central","Korea
2020-12-24T14:38:00.710-0500 [DEBUG] plugin.terraform-provider-azurerm_v2.41.0_x5: South","East US 2","South Central US","North Central US","Southeast Asia","South India","Central India","East Asia","South Africa North","Brazil South","Brazil Southeast","Germany North","Germany West Central","Switzerland North","Switzerland West","UAE North","UAE Central","Norway East","Norway West"],"apiVersions":["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"]}],"registrationState":"Registered"},{"id":"/subscriptions/776f2c01-ef41-490c-8754-36ea168a86b7/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"}],"resourceTypes":[{"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"],"apiVersions":["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"],"apiVersions":["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"],"apiVersions":["2020-08-01-preview","2019-06-01","2019-04-01","2018-11-01","2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, 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"],"apiVersions":["2020-08-01-preview","2019-06-01","2019-04-01","2018-11-01","2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"]},{"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"],"apiVersions":["2020-08-01-preview","2019-06-01","2019-04-01","2018-11-01","2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"]},{"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"],"apiVersions":["2020-08-01-preview","2019-06-01","2019-04-01","2018-11-01","2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-05-01"]},{"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"],"apiVersions":["2020-08-01-preview","2019-06-01","2019-04-01","2018-11-01","2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-05-01"]},{"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"],"apiVersions":["2020-08-01-preview","2019-06-01","2019-04-01","2018-11-01","2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-05-01"]},{"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"],"apiVersions":["2020-08-01-preview","2019-06-01","2019-04-01","2018-11-01","2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-05-01"]},{"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"],"apiVersions":["2020-08-01-preview","2019-06-01","2019-04-01","2018-11-01","2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-05-01"]},{"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"],"apiVersions":["2020-08-01-preview","2019-06-01","2019-04-01","2018-11-01","2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-05-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2020-08-01-preview","2019-06-01","2019-04-01","2018-11-01","2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-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"],"apiVersions":["2020-08-01-preview","2019-06-01","2019-04-01","2018-11-01","2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01"]},{"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"],"apiVersions":["2020-08-01-preview","2019-06-01","2019-04-01","2018-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment