Skip to content

Instantly share code, notes, and snippets.

@omame
Last active April 26, 2017 10:48
Show Gist options
  • Save omame/e0733b1efb51c59992c64cc6b11ed4a8 to your computer and use it in GitHub Desktop.
Save omame/e0733b1efb51c59992c64cc6b11ed4a8 to your computer and use it in GitHub Desktop.
Terraform import crash
This file has been truncated, but you can view the full file.
2017/04/26 12:11:17 [INFO] Terraform version: 0.9.3
2017/04/26 12:11:17 [INFO] Go runtime version: go1.8.1
2017/04/26 12:11:17 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.9.3/bin/terraform", "import", "azurerm_virtual_machine.worker-web05-prod", "/subscriptions/<redacted>/resourceGroups/WebProd/providers/Microsoft.Compute/virtualMachines/worker-web05"}
2017/04/26 12:11:17 [DEBUG] Detected home directory from env var: /Users/omame
2017/04/26 12:11:17 [DEBUG] Detected home directory from env var: /Users/omame
2017/04/26 12:11:17 [DEBUG] Attempting to open CLI config file: /Users/omame/.terraformrc
2017/04/26 12:11:17 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2017/04/26 12:11:17 [DEBUG] Detected home directory from env var: /Users/omame
2017/04/26 12:11:17 [INFO] CLI command args: []string{"import", "azurerm_virtual_machine.worker-web05-prod", "/subscriptions/<redacted>/resourceGroups/WebProd/providers/Microsoft.Compute/virtualMachines/worker-web05"}
2017/04/26 12:11:17 [DEBUG] command: loading backend config file: /Users/omame/Projects/gitlab/gitlab-com-infrastructure/production
2017/04/26 12:11:17 [TRACE] Preserving existing state lineage "<redacted>"
2017/04/26 12:11:17 [TRACE] Preserving existing state lineage "<redacted>"
2017/04/26 12:11:17 [INFO] command: backend initialized: *consul.Backend
2017/04/26 12:11:17 [INFO] command: backend *consul.Backend is not enhanced, wrapping in local
2017/04/26 12:11:20 [TRACE] Preserving existing state lineage "<redacted>"
2017/04/26 12:11:20 [TRACE] Preserving existing state lineage "<redacted>"
2017/04/26 12:11:21 [TRACE] Preserving existing state lineage "<redacted>"
2017/04/26 12:11:21 [TRACE] Preserving existing state lineage "<redacted>"
2017/04/26 12:11:21 [TRACE] ConfigTransformer: Starting for path: []
2017/04/26 12:11:21 [TRACE] ConfigTransformer: Starting for path: [subnet-consul]
2017/04/26 12:11:21 [TRACE] ConfigTransformer: Starting for path: [subnet-vault]
2017/04/26 12:11:21 [TRACE] ConfigTransformer: Starting for path: [subnet-web]
2017/04/26 12:11:21 [TRACE] ConfigTransformer: Starting for path: [virtual-machines-web]
2017/04/26 12:11:21 [TRACE] ConfigTransformer: Starting for path: [subnet-external-lb]
2017/04/26 12:11:21 [TRACE] ConfigTransformer: Starting for path: [subnet-internal-lb]
2017/04/26 12:11:21 [TRACE] ConfigTransformer: Starting for path: [subnet-monitoring]
2017/04/26 12:11:21 [TRACE] ConfigTransformer: Starting for path: [subnet-git]
2017/04/26 12:11:21 [TRACE] ConfigTransformer: Starting for path: [vnet]
2017/04/26 12:11:21 [TRACE] ConfigTransformer: Starting for path: [subnet-deploy]
2017/04/26 12:11:21 [TRACE] ConfigTransformer: Starting for path: [subnet-api]
2017/04/26 12:11:21 [TRACE] ConfigTransformer: Starting for path: [subnet-storage]
2017/04/26 12:11:21 [TRACE] ConfigTransformer: Starting for path: [subnet-db]
2017/04/26 12:11:21 [TRACE] ConfigTransformer: Starting for path: [subnet-redis]
2017/04/26 12:11:21 [TRACE] ConfigTransformer: Starting for path: [subnet-log]
2017/04/26 12:11:21 [TRACE] ConfigTransformer: Starting for path: [subnet-sidekiq]
2017/04/26 12:11:21 [TRACE] Graph after step *terraform.ConfigTransformer:
module.subnet-api.azurerm_network_security_group.ApiProd - *terraform.NodeAbstractResource
module.subnet-api.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-api.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-api.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-api.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-api.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-api.azurerm_resource_group.ApiProd - *terraform.NodeAbstractResource
module.subnet-api.azurerm_subnet.ApiProd - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_network_security_group.ConsulProd - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_network_security_rule.consul-8500 - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_resource_group.ConsulProd - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_subnet.ConsulProd - *terraform.NodeAbstractResource
module.subnet-db.azurerm_network_security_group.DBProd - *terraform.NodeAbstractResource
module.subnet-db.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-db.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-db.azurerm_resource_group.DBProd - *terraform.NodeAbstractResource
module.subnet-db.azurerm_subnet.DBProd - *terraform.NodeAbstractResource
module.subnet-deploy.azurerm_network_security_group.DeployProd - *terraform.NodeAbstractResource
module.subnet-deploy.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-deploy.azurerm_resource_group.DeployProd - *terraform.NodeAbstractResource
module.subnet-deploy.azurerm_subnet.DeployProd - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_group.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_rule.ssh-2222 - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_resource_group.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_subnet.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-git.azurerm_network_security_group.GitProd - *terraform.NodeAbstractResource
module.subnet-git.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-git.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-git.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-git.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-git.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-git.azurerm_resource_group.GitProd - *terraform.NodeAbstractResource
module.subnet-git.azurerm_subnet.GitProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_group.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_rule.ssh-2222 - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_resource_group.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_subnet.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-log.azurerm_network_security_group.LogProd - *terraform.NodeAbstractResource
module.subnet-log.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-log.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-log.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-log.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-log.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-log.azurerm_resource_group.LogProd - *terraform.NodeAbstractResource
module.subnet-log.azurerm_subnet.LogProd - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_network_security_group.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_resource_group.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_subnet.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-redis.azurerm_network_security_group.RedisProd - *terraform.NodeAbstractResource
module.subnet-redis.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-redis.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-redis.azurerm_resource_group.RedisProd - *terraform.NodeAbstractResource
module.subnet-redis.azurerm_subnet.RedisProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_network_security_group.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_resource_group.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_subnet.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_network_security_group.StorageProd - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_resource_group.StorageProd - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_subnet.StorageProd - *terraform.NodeAbstractResource
module.subnet-vault.azurerm_network_security_group.VaultProd - *terraform.NodeAbstractResource
module.subnet-vault.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-vault.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-vault.azurerm_resource_group.VaultProd - *terraform.NodeAbstractResource
module.subnet-vault.azurerm_subnet.VaultProd - *terraform.NodeAbstractResource
module.subnet-web.azurerm_network_security_group.WebProd - *terraform.NodeAbstractResource
module.subnet-web.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-web.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-web.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-web.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-web.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-web.azurerm_resource_group.WebProd - *terraform.NodeAbstractResource
module.subnet-web.azurerm_subnet.WebProd - *terraform.NodeAbstractResource
module.virtual-machines-web.azurerm_availability_set.WebProd - *terraform.NodeAbstractResource
module.virtual-machines-web.azurerm_managed_disk.osdisk-worker-web05 - *terraform.NodeAbstractResource
module.virtual-machines-web.azurerm_network_interface.worker-web05-prod - *terraform.NodeAbstractResource
module.virtual-machines-web.azurerm_public_ip.worker-web05-prod-public-ip1 - *terraform.NodeAbstractResource
module.vnet.azurerm_resource_group.GitLabProd - *terraform.NodeAbstractResource
module.vnet.azurerm_virtual_network.GitLabProd - *terraform.NodeAbstractResource
2017/04/26 12:11:21 [TRACE] Graph after step *terraform.ImportStateTransformer:
azurerm_virtual_machine.worker-web05-prod (import id: /subscriptions/<redacted>/resourceGroups/WebProd/providers/Microsoft.Compute/virtualMachines/worker-web05) - *terraform.graphNodeImportState
module.subnet-api.azurerm_network_security_group.ApiProd - *terraform.NodeAbstractResource
module.subnet-api.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-api.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-api.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-api.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-api.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-api.azurerm_resource_group.ApiProd - *terraform.NodeAbstractResource
module.subnet-api.azurerm_subnet.ApiProd - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_network_security_group.ConsulProd - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_network_security_rule.consul-8500 - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_resource_group.ConsulProd - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_subnet.ConsulProd - *terraform.NodeAbstractResource
module.subnet-db.azurerm_network_security_group.DBProd - *terraform.NodeAbstractResource
module.subnet-db.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-db.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-db.azurerm_resource_group.DBProd - *terraform.NodeAbstractResource
module.subnet-db.azurerm_subnet.DBProd - *terraform.NodeAbstractResource
module.subnet-deploy.azurerm_network_security_group.DeployProd - *terraform.NodeAbstractResource
module.subnet-deploy.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-deploy.azurerm_resource_group.DeployProd - *terraform.NodeAbstractResource
module.subnet-deploy.azurerm_subnet.DeployProd - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_group.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_rule.ssh-2222 - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_resource_group.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_subnet.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-git.azurerm_network_security_group.GitProd - *terraform.NodeAbstractResource
module.subnet-git.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-git.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-git.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-git.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-git.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-git.azurerm_resource_group.GitProd - *terraform.NodeAbstractResource
module.subnet-git.azurerm_subnet.GitProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_group.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_rule.ssh-2222 - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_resource_group.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_subnet.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-log.azurerm_network_security_group.LogProd - *terraform.NodeAbstractResource
module.subnet-log.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-log.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-log.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-log.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-log.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-log.azurerm_resource_group.LogProd - *terraform.NodeAbstractResource
module.subnet-log.azurerm_subnet.LogProd - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_network_security_group.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_resource_group.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_subnet.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-redis.azurerm_network_security_group.RedisProd - *terraform.NodeAbstractResource
module.subnet-redis.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-redis.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-redis.azurerm_resource_group.RedisProd - *terraform.NodeAbstractResource
module.subnet-redis.azurerm_subnet.RedisProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_network_security_group.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_resource_group.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_subnet.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_network_security_group.StorageProd - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_resource_group.StorageProd - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_subnet.StorageProd - *terraform.NodeAbstractResource
module.subnet-vault.azurerm_network_security_group.VaultProd - *terraform.NodeAbstractResource
module.subnet-vault.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-vault.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-vault.azurerm_resource_group.VaultProd - *terraform.NodeAbstractResource
module.subnet-vault.azurerm_subnet.VaultProd - *terraform.NodeAbstractResource
module.subnet-web.azurerm_network_security_group.WebProd - *terraform.NodeAbstractResource
module.subnet-web.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-web.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-web.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-web.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-web.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-web.azurerm_resource_group.WebProd - *terraform.NodeAbstractResource
module.subnet-web.azurerm_subnet.WebProd - *terraform.NodeAbstractResource
module.virtual-machines-web.azurerm_availability_set.WebProd - *terraform.NodeAbstractResource
module.virtual-machines-web.azurerm_managed_disk.osdisk-worker-web05 - *terraform.NodeAbstractResource
module.virtual-machines-web.azurerm_network_interface.worker-web05-prod - *terraform.NodeAbstractResource
module.virtual-machines-web.azurerm_public_ip.worker-web05-prod-public-ip1 - *terraform.NodeAbstractResource
module.vnet.azurerm_resource_group.GitLabProd - *terraform.NodeAbstractResource
module.vnet.azurerm_virtual_network.GitLabProd - *terraform.NodeAbstractResource
2017/04/26 12:11:21 [TRACE] Graph after step *terraform.MissingProviderTransformer:
azurerm_virtual_machine.worker-web05-prod (import id: /subscriptions/<redacted>/resourceGroups/WebProd/providers/Microsoft.Compute/virtualMachines/worker-web05) - *terraform.graphNodeImportState
module.subnet-api.azurerm_network_security_group.ApiProd - *terraform.NodeAbstractResource
module.subnet-api.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-api.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-api.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-api.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-api.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-api.azurerm_resource_group.ApiProd - *terraform.NodeAbstractResource
module.subnet-api.azurerm_subnet.ApiProd - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_group.ConsulProd - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_network_security_rule.consul-8500 - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_resource_group.ConsulProd - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_subnet.ConsulProd - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_network_security_group.DBProd - *terraform.NodeAbstractResource
module.subnet-db.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-db.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-db.azurerm_resource_group.DBProd - *terraform.NodeAbstractResource
module.subnet-db.azurerm_subnet.DBProd - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.azurerm_network_security_group.DeployProd - *terraform.NodeAbstractResource
module.subnet-deploy.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-deploy.azurerm_resource_group.DeployProd - *terraform.NodeAbstractResource
module.subnet-deploy.azurerm_subnet.DeployProd - *terraform.NodeAbstractResource
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_group.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_rule.ssh-2222 - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_resource_group.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_subnet.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_group.GitProd - *terraform.NodeAbstractResource
module.subnet-git.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-git.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-git.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-git.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-git.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-git.azurerm_resource_group.GitProd - *terraform.NodeAbstractResource
module.subnet-git.azurerm_subnet.GitProd - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_group.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_rule.ssh-2222 - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_resource_group.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_subnet.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_group.LogProd - *terraform.NodeAbstractResource
module.subnet-log.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-log.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-log.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-log.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-log.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-log.azurerm_resource_group.LogProd - *terraform.NodeAbstractResource
module.subnet-log.azurerm_subnet.LogProd - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_group.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_resource_group.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_subnet.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_network_security_group.RedisProd - *terraform.NodeAbstractResource
module.subnet-redis.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-redis.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-redis.azurerm_resource_group.RedisProd - *terraform.NodeAbstractResource
module.subnet-redis.azurerm_subnet.RedisProd - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_group.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_resource_group.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_subnet.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_group.StorageProd - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_resource_group.StorageProd - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_subnet.StorageProd - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_network_security_group.VaultProd - *terraform.NodeAbstractResource
module.subnet-vault.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-vault.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-vault.azurerm_resource_group.VaultProd - *terraform.NodeAbstractResource
module.subnet-vault.azurerm_subnet.VaultProd - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_group.WebProd - *terraform.NodeAbstractResource
module.subnet-web.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-web.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-web.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-web.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-web.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-web.azurerm_resource_group.WebProd - *terraform.NodeAbstractResource
module.subnet-web.azurerm_subnet.WebProd - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.azurerm_availability_set.WebProd - *terraform.NodeAbstractResource
module.virtual-machines-web.azurerm_managed_disk.osdisk-worker-web05 - *terraform.NodeAbstractResource
module.virtual-machines-web.azurerm_network_interface.worker-web05-prod - *terraform.NodeAbstractResource
module.virtual-machines-web.azurerm_public_ip.worker-web05-prod-public-ip1 - *terraform.NodeAbstractResource
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
module.vnet.azurerm_resource_group.GitLabProd - *terraform.NodeAbstractResource
module.vnet.azurerm_virtual_network.GitLabProd - *terraform.NodeAbstractResource
module.vnet.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2017/04/26 12:11:21 [TRACE] Graph after step *terraform.ProviderTransformer:
azurerm_virtual_machine.worker-web05-prod (import id: /subscriptions/<redacted>/resourceGroups/WebProd/providers/Microsoft.Compute/virtualMachines/worker-web05) - *terraform.graphNodeImportState
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_group.ApiProd - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_resource_group.ApiProd - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_subnet.ApiProd - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_group.ConsulProd - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_rule.consul-8500 - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_resource_group.ConsulProd - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_subnet.ConsulProd - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_network_security_group.DBProd - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_resource_group.DBProd - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_subnet.DBProd - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.azurerm_network_security_group.DeployProd - *terraform.NodeAbstractResource
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.azurerm_resource_group.DeployProd - *terraform.NodeAbstractResource
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.azurerm_subnet.DeployProd - *terraform.NodeAbstractResource
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_group.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.ssh-2222 - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_resource_group.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_subnet.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_group.GitProd - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_resource_group.GitProd - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_subnet.GitProd - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_group.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.ssh-2222 - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_resource_group.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_subnet.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_group.LogProd - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_resource_group.LogProd - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_subnet.LogProd - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_group.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_resource_group.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_subnet.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_network_security_group.RedisProd - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_resource_group.RedisProd - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_subnet.RedisProd - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_group.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_resource_group.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_subnet.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_group.StorageProd - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_resource_group.StorageProd - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_subnet.StorageProd - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_network_security_group.VaultProd - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_resource_group.VaultProd - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_subnet.VaultProd - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_group.WebProd - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_resource_group.WebProd - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_subnet.WebProd - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.azurerm_availability_set.WebProd - *terraform.NodeAbstractResource
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.azurerm_managed_disk.osdisk-worker-web05 - *terraform.NodeAbstractResource
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.azurerm_network_interface.worker-web05-prod - *terraform.NodeAbstractResource
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.azurerm_public_ip.worker-web05-prod-public-ip1 - *terraform.NodeAbstractResource
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
module.vnet.azurerm_resource_group.GitLabProd - *terraform.NodeAbstractResource
module.vnet.provider.azurerm - *terraform.NodeApplyableProvider
module.vnet.azurerm_virtual_network.GitLabProd - *terraform.NodeAbstractResource
module.vnet.provider.azurerm - *terraform.NodeApplyableProvider
module.vnet.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2017/04/26 12:11:21 [TRACE] Graph after step *terraform.DisableProviderTransformer:
azurerm_virtual_machine.worker-web05-prod (import id: /subscriptions/<redacted>/resourceGroups/WebProd/providers/Microsoft.Compute/virtualMachines/worker-web05) - *terraform.graphNodeImportState
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_group.ApiProd - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_resource_group.ApiProd - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_subnet.ApiProd - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_group.ConsulProd - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_rule.consul-8500 - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_resource_group.ConsulProd - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_subnet.ConsulProd - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_network_security_group.DBProd - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_resource_group.DBProd - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_subnet.DBProd - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.azurerm_network_security_group.DeployProd - *terraform.NodeAbstractResource
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.azurerm_resource_group.DeployProd - *terraform.NodeAbstractResource
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.azurerm_subnet.DeployProd - *terraform.NodeAbstractResource
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_group.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.ssh-2222 - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_resource_group.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_subnet.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_group.GitProd - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_resource_group.GitProd - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_subnet.GitProd - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_group.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.ssh-2222 - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_resource_group.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_subnet.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_group.LogProd - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_resource_group.LogProd - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_subnet.LogProd - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_group.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_resource_group.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_subnet.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_network_security_group.RedisProd - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_resource_group.RedisProd - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_subnet.RedisProd - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_group.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_resource_group.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_subnet.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_group.StorageProd - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_resource_group.StorageProd - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_subnet.StorageProd - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_network_security_group.VaultProd - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_resource_group.VaultProd - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_subnet.VaultProd - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_group.WebProd - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_resource_group.WebProd - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_subnet.WebProd - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.azurerm_availability_set.WebProd - *terraform.NodeAbstractResource
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.azurerm_managed_disk.osdisk-worker-web05 - *terraform.NodeAbstractResource
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.azurerm_network_interface.worker-web05-prod - *terraform.NodeAbstractResource
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.azurerm_public_ip.worker-web05-prod-public-ip1 - *terraform.NodeAbstractResource
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
module.vnet.azurerm_resource_group.GitLabProd - *terraform.NodeAbstractResource
module.vnet.provider.azurerm - *terraform.NodeApplyableProvider
module.vnet.azurerm_virtual_network.GitLabProd - *terraform.NodeAbstractResource
module.vnet.provider.azurerm - *terraform.NodeApplyableProvider
module.vnet.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2017/04/26 12:11:21 [TRACE] Graph after step *terraform.ParentProviderTransformer:
azurerm_virtual_machine.worker-web05-prod (import id: /subscriptions/<redacted>/resourceGroups/WebProd/providers/Microsoft.Compute/virtualMachines/worker-web05) - *terraform.graphNodeImportState
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_group.ApiProd - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_resource_group.ApiProd - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_subnet.ApiProd - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_group.ConsulProd - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_rule.consul-8500 - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_resource_group.ConsulProd - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_subnet.ConsulProd - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_network_security_group.DBProd - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_resource_group.DBProd - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_subnet.DBProd - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.azurerm_network_security_group.DeployProd - *terraform.NodeAbstractResource
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.azurerm_resource_group.DeployProd - *terraform.NodeAbstractResource
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.azurerm_subnet.DeployProd - *terraform.NodeAbstractResource
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_group.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.ssh-2222 - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_resource_group.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_subnet.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_group.GitProd - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_resource_group.GitProd - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_subnet.GitProd - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_group.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.ssh-2222 - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_resource_group.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_subnet.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_group.LogProd - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_resource_group.LogProd - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_subnet.LogProd - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_group.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_resource_group.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_subnet.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_network_security_group.RedisProd - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_resource_group.RedisProd - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_subnet.RedisProd - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_group.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_resource_group.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_subnet.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_group.StorageProd - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_resource_group.StorageProd - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_subnet.StorageProd - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_network_security_group.VaultProd - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_resource_group.VaultProd - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_subnet.VaultProd - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_group.WebProd - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_resource_group.WebProd - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_subnet.WebProd - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.azurerm_availability_set.WebProd - *terraform.NodeAbstractResource
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.azurerm_managed_disk.osdisk-worker-web05 - *terraform.NodeAbstractResource
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.azurerm_network_interface.worker-web05-prod - *terraform.NodeAbstractResource
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.azurerm_public_ip.worker-web05-prod-public-ip1 - *terraform.NodeAbstractResource
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.vnet.azurerm_resource_group.GitLabProd - *terraform.NodeAbstractResource
module.vnet.provider.azurerm - *terraform.NodeApplyableProvider
module.vnet.azurerm_virtual_network.GitLabProd - *terraform.NodeAbstractResource
module.vnet.provider.azurerm - *terraform.NodeApplyableProvider
module.vnet.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2017/04/26 12:11:21 [TRACE] Attach provider request: []string{} azurerm
2017/04/26 12:11:21 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"azurerm", Alias:"", RawConfig:(*config.RawConfig)(0xc4203243c0)}
2017/04/26 12:11:21 [TRACE] Attach provider request: []string{"vnet"} azurerm
2017/04/26 12:11:21 [TRACE] Attach provider request: []string{"subnet-consul"} azurerm
2017/04/26 12:11:21 [TRACE] Attach provider request: []string{"subnet-internal-lb"} azurerm
2017/04/26 12:11:21 [TRACE] Attach provider request: []string{"subnet-log"} azurerm
2017/04/26 12:11:21 [TRACE] Attach provider request: []string{"subnet-external-lb"} azurerm
2017/04/26 12:11:21 [TRACE] Attach provider request: []string{"subnet-monitoring"} azurerm
2017/04/26 12:11:21 [TRACE] Attach provider request: []string{"subnet-storage"} azurerm
2017/04/26 12:11:21 [TRACE] Attach provider request: []string{"virtual-machines-web"} azurerm
2017/04/26 12:11:21 [TRACE] Attach provider request: []string{"subnet-redis"} azurerm
2017/04/26 12:11:21 [TRACE] Attach provider request: []string{"subnet-vault"} azurerm
2017/04/26 12:11:21 [TRACE] Attach provider request: []string{"subnet-db"} azurerm
2017/04/26 12:11:21 [TRACE] Attach provider request: []string{"subnet-sidekiq"} azurerm
2017/04/26 12:11:21 [TRACE] Attach provider request: []string{"subnet-api"} azurerm
2017/04/26 12:11:21 [TRACE] Attach provider request: []string{"subnet-deploy"} azurerm
2017/04/26 12:11:21 [TRACE] Attach provider request: []string{"subnet-web"} azurerm
2017/04/26 12:11:21 [TRACE] Attach provider request: []string{"subnet-git"} azurerm
2017/04/26 12:11:21 [TRACE] Graph after step *terraform.AttachProviderConfigTransformer:
azurerm_virtual_machine.worker-web05-prod (import id: /subscriptions/<redacted>/resourceGroups/WebProd/providers/Microsoft.Compute/virtualMachines/worker-web05) - *terraform.graphNodeImportState
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_group.ApiProd - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_resource_group.ApiProd - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_subnet.ApiProd - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_group.ConsulProd - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_rule.consul-8500 - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_resource_group.ConsulProd - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_subnet.ConsulProd - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_network_security_group.DBProd - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_resource_group.DBProd - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_subnet.DBProd - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.azurerm_network_security_group.DeployProd - *terraform.NodeAbstractResource
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.azurerm_resource_group.DeployProd - *terraform.NodeAbstractResource
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.azurerm_subnet.DeployProd - *terraform.NodeAbstractResource
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_group.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.ssh-2222 - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_resource_group.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_subnet.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_group.GitProd - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_resource_group.GitProd - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_subnet.GitProd - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_group.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.ssh-2222 - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_resource_group.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_subnet.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_group.LogProd - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_resource_group.LogProd - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_subnet.LogProd - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_group.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_resource_group.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_subnet.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_network_security_group.RedisProd - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_resource_group.RedisProd - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_subnet.RedisProd - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_group.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_resource_group.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_subnet.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_group.StorageProd - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_resource_group.StorageProd - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_subnet.StorageProd - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_network_security_group.VaultProd - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_resource_group.VaultProd - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_subnet.VaultProd - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_group.WebProd - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_resource_group.WebProd - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_subnet.WebProd - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.azurerm_availability_set.WebProd - *terraform.NodeAbstractResource
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.azurerm_managed_disk.osdisk-worker-web05 - *terraform.NodeAbstractResource
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.azurerm_network_interface.worker-web05-prod - *terraform.NodeAbstractResource
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.azurerm_public_ip.worker-web05-prod-public-ip1 - *terraform.NodeAbstractResource
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.vnet.azurerm_resource_group.GitLabProd - *terraform.NodeAbstractResource
module.vnet.provider.azurerm - *terraform.NodeApplyableProvider
module.vnet.azurerm_virtual_network.GitLabProd - *terraform.NodeAbstractResource
module.vnet.provider.azurerm - *terraform.NodeApplyableProvider
module.vnet.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2017/04/26 12:11:21 [TRACE] Graph after step *terraform.ImportProviderValidateTransformer:
azurerm_virtual_machine.worker-web05-prod (import id: /subscriptions/<redacted>/resourceGroups/WebProd/providers/Microsoft.Compute/virtualMachines/worker-web05) - *terraform.graphNodeImportState
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_group.ApiProd - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_resource_group.ApiProd - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_subnet.ApiProd - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_group.ConsulProd - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_rule.consul-8500 - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_resource_group.ConsulProd - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_subnet.ConsulProd - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_network_security_group.DBProd - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_resource_group.DBProd - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_subnet.DBProd - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.azurerm_network_security_group.DeployProd - *terraform.NodeAbstractResource
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.azurerm_resource_group.DeployProd - *terraform.NodeAbstractResource
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.azurerm_subnet.DeployProd - *terraform.NodeAbstractResource
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_group.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.ssh-2222 - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_resource_group.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_subnet.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_group.GitProd - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_resource_group.GitProd - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_subnet.GitProd - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_group.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.ssh-2222 - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_resource_group.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_subnet.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_group.LogProd - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_resource_group.LogProd - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_subnet.LogProd - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_group.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_resource_group.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_subnet.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_network_security_group.RedisProd - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_resource_group.RedisProd - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_subnet.RedisProd - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_group.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_resource_group.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_subnet.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_group.StorageProd - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_resource_group.StorageProd - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_subnet.StorageProd - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_network_security_group.VaultProd - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_resource_group.VaultProd - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_subnet.VaultProd - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_group.WebProd - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_resource_group.WebProd - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_subnet.WebProd - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.azurerm_availability_set.WebProd - *terraform.NodeAbstractResource
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.azurerm_managed_disk.osdisk-worker-web05 - *terraform.NodeAbstractResource
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.azurerm_network_interface.worker-web05-prod - *terraform.NodeAbstractResource
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.azurerm_public_ip.worker-web05-prod-public-ip1 - *terraform.NodeAbstractResource
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.vnet.azurerm_resource_group.GitLabProd - *terraform.NodeAbstractResource
module.vnet.provider.azurerm - *terraform.NodeApplyableProvider
module.vnet.azurerm_virtual_network.GitLabProd - *terraform.NodeAbstractResource
module.vnet.provider.azurerm - *terraform.NodeApplyableProvider
module.vnet.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2017/04/26 12:11:21 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_virtual_machine.worker-web05-prod (import id: /subscriptions/<redacted>/resourceGroups/WebProd/providers/Microsoft.Compute/virtualMachines/worker-web05) - *terraform.graphNodeImportState
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_group.ApiProd - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_resource_group.ApiProd - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_subnet.ApiProd - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_group.ConsulProd - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_rule.consul-8500 - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_resource_group.ConsulProd - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_subnet.ConsulProd - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_network_security_group.DBProd - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_resource_group.DBProd - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_subnet.DBProd - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.azurerm_network_security_group.DeployProd - *terraform.NodeAbstractResource
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.azurerm_resource_group.DeployProd - *terraform.NodeAbstractResource
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.azurerm_subnet.DeployProd - *terraform.NodeAbstractResource
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_group.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.ssh-2222 - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_resource_group.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_subnet.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_group.GitProd - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_resource_group.GitProd - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_subnet.GitProd - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_group.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.ssh-2222 - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_resource_group.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_subnet.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_group.LogProd - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_resource_group.LogProd - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_subnet.LogProd - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_group.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_resource_group.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_subnet.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_network_security_group.RedisProd - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_resource_group.RedisProd - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_subnet.RedisProd - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_group.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_resource_group.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_subnet.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_group.StorageProd - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_resource_group.StorageProd - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_subnet.StorageProd - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_network_security_group.VaultProd - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_resource_group.VaultProd - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_subnet.VaultProd - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_group.WebProd - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_resource_group.WebProd - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_subnet.WebProd - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.azurerm_availability_set.WebProd - *terraform.NodeAbstractResource
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.azurerm_managed_disk.osdisk-worker-web05 - *terraform.NodeAbstractResource
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.azurerm_network_interface.worker-web05-prod - *terraform.NodeAbstractResource
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.azurerm_public_ip.worker-web05-prod-public-ip1 - *terraform.NodeAbstractResource
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.vnet.azurerm_resource_group.GitLabProd - *terraform.NodeAbstractResource
module.vnet.provider.azurerm - *terraform.NodeApplyableProvider
module.vnet.azurerm_virtual_network.GitLabProd - *terraform.NodeAbstractResource
module.vnet.provider.azurerm - *terraform.NodeApplyableProvider
module.vnet.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
azurerm_virtual_machine.worker-web05-prod (import id: /subscriptions/<redacted>/resourceGroups/WebProd/providers/Microsoft.Compute/virtualMachines/worker-web05) - *terraform.graphNodeImportState
module.subnet-api.azurerm_network_security_group.ApiProd - *terraform.NodeAbstractResource
module.subnet-api.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-api.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-api.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-api.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-api.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-api.azurerm_resource_group.ApiProd - *terraform.NodeAbstractResource
module.subnet-api.azurerm_subnet.ApiProd - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_network_security_group.ConsulProd - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_network_security_rule.consul-8500 - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_resource_group.ConsulProd - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_subnet.ConsulProd - *terraform.NodeAbstractResource
module.subnet-db.azurerm_network_security_group.DBProd - *terraform.NodeAbstractResource
module.subnet-db.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-db.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-db.azurerm_resource_group.DBProd - *terraform.NodeAbstractResource
module.subnet-db.azurerm_subnet.DBProd - *terraform.NodeAbstractResource
module.subnet-deploy.azurerm_network_security_group.DeployProd - *terraform.NodeAbstractResource
module.subnet-deploy.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-deploy.azurerm_resource_group.DeployProd - *terraform.NodeAbstractResource
module.subnet-deploy.azurerm_subnet.DeployProd - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_group.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_rule.ssh-2222 - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_resource_group.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_subnet.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-git.azurerm_network_security_group.GitProd - *terraform.NodeAbstractResource
module.subnet-git.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-git.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-git.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-git.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-git.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-git.azurerm_resource_group.GitProd - *terraform.NodeAbstractResource
module.subnet-git.azurerm_subnet.GitProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_group.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_rule.ssh-2222 - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_resource_group.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_subnet.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-log.azurerm_network_security_group.LogProd - *terraform.NodeAbstractResource
module.subnet-log.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-log.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-log.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-log.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-log.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-log.azurerm_resource_group.LogProd - *terraform.NodeAbstractResource
module.subnet-log.azurerm_subnet.LogProd - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_network_security_group.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_resource_group.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_subnet.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-redis.azurerm_network_security_group.RedisProd - *terraform.NodeAbstractResource
module.subnet-redis.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-redis.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-redis.azurerm_resource_group.RedisProd - *terraform.NodeAbstractResource
module.subnet-redis.azurerm_subnet.RedisProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_network_security_group.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_resource_group.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_subnet.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_network_security_group.StorageProd - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_resource_group.StorageProd - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_subnet.StorageProd - *terraform.NodeAbstractResource
module.subnet-vault.azurerm_network_security_group.VaultProd - *terraform.NodeAbstractResource
module.subnet-vault.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-vault.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-vault.azurerm_resource_group.VaultProd - *terraform.NodeAbstractResource
module.subnet-vault.azurerm_subnet.VaultProd - *terraform.NodeAbstractResource
module.subnet-web.azurerm_network_security_group.WebProd - *terraform.NodeAbstractResource
module.subnet-web.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-web.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-web.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-web.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-web.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-web.azurerm_resource_group.WebProd - *terraform.NodeAbstractResource
module.subnet-web.azurerm_subnet.WebProd - *terraform.NodeAbstractResource
module.virtual-machines-web.azurerm_availability_set.WebProd - *terraform.NodeAbstractResource
module.virtual-machines-web.azurerm_managed_disk.osdisk-worker-web05 - *terraform.NodeAbstractResource
module.virtual-machines-web.azurerm_network_interface.worker-web05-prod - *terraform.NodeAbstractResource
module.virtual-machines-web.azurerm_public_ip.worker-web05-prod-public-ip1 - *terraform.NodeAbstractResource
module.vnet.azurerm_resource_group.GitLabProd - *terraform.NodeAbstractResource
module.vnet.azurerm_virtual_network.GitLabProd - *terraform.NodeAbstractResource
2017/04/26 12:11:21 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
azurerm_virtual_machine.worker-web05-prod (import id: /subscriptions/<redacted>/resourceGroups/WebProd/providers/Microsoft.Compute/virtualMachines/worker-web05) - *terraform.graphNodeImportState
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_group.ApiProd - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_resource_group.ApiProd - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.azurerm_subnet.ApiProd - *terraform.NodeAbstractResource
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-api.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_group.ConsulProd - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_rule.consul-8500 - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_resource_group.ConsulProd - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.azurerm_subnet.ConsulProd - *terraform.NodeAbstractResource
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-consul.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_network_security_group.DBProd - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_resource_group.DBProd - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.azurerm_subnet.DBProd - *terraform.NodeAbstractResource
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-db.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.azurerm_network_security_group.DeployProd - *terraform.NodeAbstractResource
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.azurerm_resource_group.DeployProd - *terraform.NodeAbstractResource
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.azurerm_subnet.DeployProd - *terraform.NodeAbstractResource
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-deploy.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_group.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_network_security_rule.ssh-2222 - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_resource_group.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.azurerm_subnet.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-external-lb.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_group.GitProd - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_resource_group.GitProd - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.azurerm_subnet.GitProd - *terraform.NodeAbstractResource
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-git.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_group.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_network_security_rule.ssh-2222 - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_resource_group.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.azurerm_subnet.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-internal-lb.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_group.LogProd - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_resource_group.LogProd - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.azurerm_subnet.LogProd - *terraform.NodeAbstractResource
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-log.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_group.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_resource_group.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.azurerm_subnet.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-monitoring.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_network_security_group.RedisProd - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_resource_group.RedisProd - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.azurerm_subnet.RedisProd - *terraform.NodeAbstractResource
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-redis.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_group.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_resource_group.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.azurerm_subnet.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-sidekiq.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_group.StorageProd - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_resource_group.StorageProd - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.azurerm_subnet.StorageProd - *terraform.NodeAbstractResource
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-storage.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_network_security_group.VaultProd - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_resource_group.VaultProd - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.azurerm_subnet.VaultProd - *terraform.NodeAbstractResource
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-vault.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_group.WebProd - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_resource_group.WebProd - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.azurerm_subnet.WebProd - *terraform.NodeAbstractResource
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
module.subnet-web.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.azurerm_availability_set.WebProd - *terraform.NodeAbstractResource
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.azurerm_managed_disk.osdisk-worker-web05 - *terraform.NodeAbstractResource
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.azurerm_network_interface.worker-web05-prod - *terraform.NodeAbstractResource
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.azurerm_public_ip.worker-web05-prod-public-ip1 - *terraform.NodeAbstractResource
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
module.virtual-machines-web.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
module.vnet.azurerm_resource_group.GitLabProd - *terraform.NodeAbstractResource
module.vnet.provider.azurerm - *terraform.NodeApplyableProvider
module.vnet.azurerm_virtual_network.GitLabProd - *terraform.NodeAbstractResource
module.vnet.provider.azurerm - *terraform.NodeApplyableProvider
module.vnet.provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
azurerm_virtual_machine.worker-web05-prod (import id: /subscriptions/<redacted>/resourceGroups/WebProd/providers/Microsoft.Compute/virtualMachines/worker-web05) - *terraform.graphNodeImportState
module.subnet-api.azurerm_network_security_group.ApiProd - *terraform.NodeAbstractResource
module.subnet-api.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-api.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-api.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-api.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-api.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-api.azurerm_resource_group.ApiProd - *terraform.NodeAbstractResource
module.subnet-api.azurerm_subnet.ApiProd - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_network_security_group.ConsulProd - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_network_security_rule.consul-8500 - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_resource_group.ConsulProd - *terraform.NodeAbstractResource
module.subnet-consul.azurerm_subnet.ConsulProd - *terraform.NodeAbstractResource
module.subnet-db.azurerm_network_security_group.DBProd - *terraform.NodeAbstractResource
module.subnet-db.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-db.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-db.azurerm_resource_group.DBProd - *terraform.NodeAbstractResource
module.subnet-db.azurerm_subnet.DBProd - *terraform.NodeAbstractResource
module.subnet-deploy.azurerm_network_security_group.DeployProd - *terraform.NodeAbstractResource
module.subnet-deploy.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-deploy.azurerm_resource_group.DeployProd - *terraform.NodeAbstractResource
module.subnet-deploy.azurerm_subnet.DeployProd - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_group.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_network_security_rule.ssh-2222 - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_resource_group.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-external-lb.azurerm_subnet.ExternalLBProd - *terraform.NodeAbstractResource
module.subnet-git.azurerm_network_security_group.GitProd - *terraform.NodeAbstractResource
module.subnet-git.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-git.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-git.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-git.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-git.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-git.azurerm_resource_group.GitProd - *terraform.NodeAbstractResource
module.subnet-git.azurerm_subnet.GitProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_group.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_network_security_rule.ssh-2222 - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_resource_group.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-internal-lb.azurerm_subnet.InternalLBProd - *terraform.NodeAbstractResource
module.subnet-log.azurerm_network_security_group.LogProd - *terraform.NodeAbstractResource
module.subnet-log.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-log.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-log.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-log.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-log.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-log.azurerm_resource_group.LogProd - *terraform.NodeAbstractResource
module.subnet-log.azurerm_subnet.LogProd - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_network_security_group.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_resource_group.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-monitoring.azurerm_subnet.MonitoringProd - *terraform.NodeAbstractResource
module.subnet-redis.azurerm_network_security_group.RedisProd - *terraform.NodeAbstractResource
module.subnet-redis.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-redis.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-redis.azurerm_resource_group.RedisProd - *terraform.NodeAbstractResource
module.subnet-redis.azurerm_subnet.RedisProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_network_security_group.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_resource_group.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-sidekiq.azurerm_subnet.SidekiqProd - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_network_security_group.StorageProd - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_resource_group.StorageProd - *terraform.NodeAbstractResource
module.subnet-storage.azurerm_subnet.StorageProd - *terraform.NodeAbstractResource
module.subnet-vault.azurerm_network_security_group.VaultProd - *terraform.NodeAbstractResource
module.subnet-vault.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-vault.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-vault.azurerm_resource_group.VaultProd - *terraform.NodeAbstractResource
module.subnet-vault.azurerm_subnet.VaultProd - *terraform.NodeAbstractResource
module.subnet-web.azurerm_network_security_group.WebProd - *terraform.NodeAbstractResource
module.subnet-web.azurerm_network_security_rule.checkmk - *terraform.NodeAbstractResource
module.subnet-web.azurerm_network_security_rule.http - *terraform.NodeAbstractResource
module.subnet-web.azurerm_network_security_rule.https - *terraform.NodeAbstractResource
module.subnet-web.azurerm_network_security_rule.prometheus - *terraform.NodeAbstractResource
module.subnet-web.azurerm_network_security_rule.ssh - *terraform.NodeAbstractResource
module.subnet-web.azurerm_resource_group.WebProd - *terraform.NodeAbstractResource
module.subnet-web.azurerm_subnet.WebProd - *terraform.NodeAbstractResource
module.virtual-machines-web.azurerm_availability_set.WebProd - *terraform.NodeAbstractResource
module.virtual-machines-web.azurerm_managed_disk.osdisk-worker-web05 - *terraform.NodeAbstractResource
module.virtual-machines-web.azurerm_network_interface.worker-web05-prod - *terraform.NodeAbstractResource
module.virtual-machines-web.azurerm_public_ip.worker-web05-prod-public-ip1 - *terraform.NodeAbstractResource
module.vnet.azurerm_resource_group.GitLabProd - *terraform.NodeAbstractResource
module.vnet.azurerm_virtual_network.GitLabProd - *terraform.NodeAbstractResource
2017/04/26 12:11:21 [DEBUG] Starting graph walk: walkImport
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-web.azurerm_network_security_rule.ssh"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-git.azurerm_network_security_rule.prometheus"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-consul.azurerm_network_security_rule.checkmk"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-vault.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-redis.azurerm_network_security_group.RedisProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-log.azurerm_network_security_rule.checkmk"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-deploy.azurerm_network_security_rule.ssh"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-sidekiq.azurerm_subnet.SidekiqProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-consul.azurerm_network_security_rule.prometheus"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-log.azurerm_network_security_group.LogProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-monitoring.azurerm_network_security_rule.ssh"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-git.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-internal-lb.azurerm_network_security_rule.prometheus"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-web.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-vault.azurerm_network_security_rule.ssh"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-deploy.azurerm_network_security_group.DeployProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-external-lb.azurerm_network_security_rule.checkmk"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-git.azurerm_network_security_rule.checkmk"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-storage.azurerm_network_security_rule.http"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-sidekiq.azurerm_network_security_rule.prometheus"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "azurerm_virtual_machine.worker-web05-prod (import id: /subscriptions/<redacted>/resourceGroups/WebProd/providers/Microsoft.Compute/virtualMachines/worker-web05)"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-storage.azurerm_network_security_rule.ssh"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-api.azurerm_network_security_rule.https"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-sidekiq.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-monitoring.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-external-lb.azurerm_network_security_rule.https"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-storage.azurerm_resource_group.StorageProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-internal-lb.azurerm_network_security_rule.ssh"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-db.azurerm_resource_group.DBProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-deploy.azurerm_resource_group.DeployProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-web.azurerm_subnet.WebProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-log.azurerm_subnet.LogProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-consul.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-external-lb.azurerm_resource_group.ExternalLBProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-internal-lb.azurerm_network_security_rule.checkmk"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-internal-lb.azurerm_resource_group.InternalLBProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-sidekiq.azurerm_resource_group.SidekiqProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-monitoring.azurerm_network_security_rule.http"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-consul.azurerm_network_security_rule.ssh"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-consul.azurerm_subnet.ConsulProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-db.azurerm_subnet.DBProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-internal-lb.azurerm_network_security_group.InternalLBProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-deploy.azurerm_subnet.DeployProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-web.azurerm_network_security_rule.http"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.vnet.azurerm_virtual_network.GitLabProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-external-lb.azurerm_network_security_rule.ssh"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-consul.azurerm_resource_group.ConsulProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-api.azurerm_network_security_rule.prometheus"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-git.azurerm_resource_group.GitProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-monitoring.azurerm_network_security_rule.checkmk"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-web.azurerm_network_security_rule.https"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-external-lb.azurerm_network_security_rule.prometheus"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.vnet.azurerm_resource_group.GitLabProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-sidekiq.azurerm_network_security_rule.http"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.virtual-machines-web.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.virtual-machines-web.azurerm_availability_set.WebProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-git.azurerm_network_security_rule.https"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-internal-lb.azurerm_network_security_rule.ssh-2222"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-api.azurerm_subnet.ApiProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-internal-lb.azurerm_network_security_rule.http"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-monitoring.azurerm_resource_group.MonitoringProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-db.azurerm_network_security_group.DBProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-consul.azurerm_network_security_rule.consul-8500"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-web.azurerm_network_security_rule.checkmk"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.virtual-machines-web.azurerm_network_interface.worker-web05-prod"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-monitoring.azurerm_network_security_group.MonitoringProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.virtual-machines-web.azurerm_managed_disk.osdisk-worker-web05"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-vault.azurerm_network_security_rule.prometheus"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.vnet.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-storage.azurerm_subnet.StorageProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-web.azurerm_network_security_group.WebProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-vault.azurerm_subnet.VaultProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-storage.azurerm_network_security_rule.https"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-api.azurerm_network_security_rule.http"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-redis.azurerm_resource_group.RedisProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-git.azurerm_network_security_rule.http"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-log.azurerm_network_security_rule.ssh"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-db.azurerm_network_security_rule.prometheus"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-storage.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-sidekiq.azurerm_network_security_rule.checkmk"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-storage.azurerm_network_security_group.StorageProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-external-lb.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-external-lb.azurerm_subnet.ExternalLBProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-sidekiq.azurerm_network_security_rule.ssh"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-web.azurerm_network_security_rule.prometheus"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-redis.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-api.azurerm_network_security_group.ApiProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-storage.azurerm_network_security_rule.prometheus"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-git.azurerm_network_security_group.GitProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-consul.azurerm_network_security_group.ConsulProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-storage.azurerm_network_security_rule.checkmk"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-redis.azurerm_network_security_rule.ssh"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-vault.azurerm_network_security_group.VaultProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-deploy.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.virtual-machines-web.azurerm_public_ip.worker-web05-prod-public-ip1"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-internal-lb.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-internal-lb.azurerm_subnet.InternalLBProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-api.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-api.azurerm_network_security_rule.checkmk"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-sidekiq.azurerm_network_security_rule.https"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-git.azurerm_subnet.GitProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-external-lb.azurerm_network_security_group.ExternalLBProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-api.azurerm_resource_group.ApiProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-sidekiq.azurerm_network_security_group.SidekiqProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-db.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-git.azurerm_network_security_rule.ssh"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-vault.azurerm_resource_group.VaultProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-web.azurerm_resource_group.WebProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-db.azurerm_network_security_rule.ssh"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-monitoring.azurerm_network_security_rule.https"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-internal-lb.azurerm_network_security_rule.https"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-redis.azurerm_subnet.RedisProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-log.azurerm_resource_group.LogProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "root"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-log.azurerm_network_security_rule.https"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-log.azurerm_network_security_rule.prometheus"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-redis.azurerm_network_security_rule.prometheus"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-api.azurerm_network_security_rule.ssh"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-external-lb.azurerm_network_security_rule.http"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-log.azurerm_network_security_rule.http"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-external-lb.azurerm_network_security_rule.ssh-2222"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-monitoring.azurerm_subnet.MonitoringProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added new vertex: "module.subnet-log.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.vnet.azurerm_virtual_network.GitLabProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-sidekiq.azurerm_network_security_group.SidekiqProd" waiting on "module.subnet-sidekiq.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-storage.azurerm_subnet.StorageProd" waiting on "module.subnet-storage.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-vault.azurerm_network_security_rule.ssh" waiting on "module.subnet-vault.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-external-lb.azurerm_network_security_group.ExternalLBProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-deploy.azurerm_subnet.DeployProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-consul.azurerm_network_security_rule.ssh"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-git.azurerm_network_security_rule.http"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-internal-lb.azurerm_network_security_rule.checkmk"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-sidekiq.azurerm_network_security_rule.http" waiting on "module.subnet-sidekiq.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-consul.azurerm_network_security_rule.prometheus"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-git.azurerm_network_security_group.GitProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-sidekiq.azurerm_resource_group.SidekiqProd" waiting on "module.subnet-sidekiq.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-sidekiq.azurerm_network_security_rule.checkmk"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-api.azurerm_resource_group.ApiProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-web.azurerm_network_security_rule.ssh" waiting on "module.subnet-web.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.vnet.provider.azurerm" waiting on "provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-storage.azurerm_network_security_rule.http" waiting on "module.subnet-storage.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-web.azurerm_network_security_rule.http"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-consul.azurerm_network_security_group.ConsulProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.vnet.azurerm_resource_group.GitLabProd" waiting on "module.vnet.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-db.azurerm_resource_group.DBProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-external-lb.azurerm_network_security_rule.http" waiting on "module.subnet-external-lb.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.virtual-machines-web.azurerm_managed_disk.osdisk-worker-web05" waiting on "module.virtual-machines-web.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-deploy.provider.azurerm" waiting on "provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-db.azurerm_network_security_rule.prometheus"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-internal-lb.azurerm_subnet.InternalLBProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-external-lb.azurerm_network_security_rule.checkmk" waiting on "module.subnet-external-lb.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-monitoring.provider.azurerm" waiting on "provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-log.azurerm_subnet.LogProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-vault.azurerm_network_security_rule.prometheus" waiting on "module.subnet-vault.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.virtual-machines-web.azurerm_availability_set.WebProd" waiting on "module.virtual-machines-web.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-sidekiq.azurerm_network_security_rule.https" waiting on "module.subnet-sidekiq.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-api.azurerm_network_security_rule.ssh"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-vault.azurerm_subnet.VaultProd" waiting on "module.subnet-vault.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-vault.azurerm_network_security_group.VaultProd" waiting on "module.subnet-vault.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-web.azurerm_network_security_rule.prometheus"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-vault.provider.azurerm" waiting on "provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.vnet.azurerm_virtual_network.GitLabProd" waiting on "module.vnet.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-redis.azurerm_network_security_rule.ssh"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-consul.azurerm_network_security_group.ConsulProd" waiting on "module.subnet-consul.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-external-lb.azurerm_network_security_rule.ssh-2222"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-git.azurerm_network_security_group.GitProd" waiting on "module.subnet-git.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-consul.azurerm_resource_group.ConsulProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-db.azurerm_network_security_group.DBProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-internal-lb.provider.azurerm" waiting on "provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-deploy.azurerm_subnet.DeployProd" waiting on "module.subnet-deploy.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-consul.provider.azurerm" waiting on "provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-internal-lb.azurerm_resource_group.InternalLBProd" waiting on "module.subnet-internal-lb.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-git.azurerm_resource_group.GitProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-storage.azurerm_network_security_rule.prometheus" waiting on "module.subnet-storage.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-storage.azurerm_network_security_rule.checkmk" waiting on "module.subnet-storage.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-monitoring.azurerm_resource_group.MonitoringProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-redis.azurerm_network_security_group.RedisProd" waiting on "module.subnet-redis.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-monitoring.azurerm_subnet.MonitoringProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-monitoring.azurerm_network_security_rule.http"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-log.azurerm_network_security_rule.prometheus"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-git.provider.azurerm" waiting on "provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-internal-lb.azurerm_network_security_rule.https" waiting on "module.subnet-internal-lb.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.vnet.azurerm_resource_group.GitLabProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-db.azurerm_subnet.DBProd" waiting on "module.subnet-db.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-web.azurerm_resource_group.WebProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-git.azurerm_network_security_rule.https"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-monitoring.azurerm_subnet.MonitoringProd" waiting on "module.subnet-monitoring.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-api.azurerm_network_security_rule.prometheus"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-log.azurerm_network_security_rule.checkmk"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-web.azurerm_resource_group.WebProd" waiting on "module.subnet-web.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-sidekiq.azurerm_subnet.SidekiqProd" waiting on "module.subnet-sidekiq.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-external-lb.azurerm_resource_group.ExternalLBProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-log.azurerm_network_security_group.LogProd" waiting on "module.subnet-log.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-storage.azurerm_resource_group.StorageProd" waiting on "module.subnet-storage.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.virtual-machines-web.azurerm_public_ip.worker-web05-prod-public-ip1"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-external-lb.azurerm_network_security_rule.http"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-deploy.azurerm_network_security_rule.ssh" waiting on "module.subnet-deploy.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-git.azurerm_network_security_rule.ssh" waiting on "module.subnet-git.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-monitoring.azurerm_network_security_rule.checkmk"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-api.azurerm_network_security_rule.prometheus" waiting on "module.subnet-api.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-log.azurerm_network_security_rule.prometheus" waiting on "module.subnet-log.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-git.azurerm_resource_group.GitProd" waiting on "module.subnet-git.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-web.azurerm_network_security_group.WebProd" waiting on "module.subnet-web.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-vault.azurerm_resource_group.VaultProd" waiting on "module.subnet-vault.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-log.azurerm_resource_group.LogProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-storage.azurerm_network_security_rule.checkmk"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-internal-lb.azurerm_network_security_rule.ssh"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-git.azurerm_subnet.GitProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-web.azurerm_network_security_rule.http" waiting on "module.subnet-web.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-deploy.azurerm_network_security_group.DeployProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-web.azurerm_network_security_rule.checkmk"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-storage.azurerm_subnet.StorageProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-vault.azurerm_network_security_rule.ssh"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-storage.provider.azurerm" waiting on "provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-storage.azurerm_network_security_rule.https" waiting on "module.subnet-storage.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-redis.azurerm_network_security_group.RedisProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-consul.azurerm_network_security_rule.checkmk"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-web.azurerm_subnet.WebProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-git.azurerm_network_security_rule.checkmk"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-external-lb.azurerm_network_security_rule.checkmk"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-vault.azurerm_network_security_group.VaultProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-internal-lb.azurerm_resource_group.InternalLBProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-consul.azurerm_network_security_rule.consul-8500"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-redis.azurerm_network_security_rule.prometheus" waiting on "module.subnet-redis.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-api.azurerm_resource_group.ApiProd" waiting on "module.subnet-api.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-git.azurerm_subnet.GitProd" waiting on "module.subnet-git.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-external-lb.azurerm_subnet.ExternalLBProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-sidekiq.azurerm_network_security_rule.http"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-sidekiq.azurerm_resource_group.SidekiqProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-api.azurerm_network_security_rule.ssh" waiting on "module.subnet-api.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-log.azurerm_network_security_rule.http"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-sidekiq.azurerm_subnet.SidekiqProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-monitoring.azurerm_network_security_rule.ssh"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-storage.azurerm_network_security_rule.ssh"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-sidekiq.azurerm_network_security_rule.checkmk" waiting on "module.subnet-sidekiq.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-git.azurerm_network_security_rule.https" waiting on "module.subnet-git.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-log.provider.azurerm" waiting on "provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-web.azurerm_network_security_rule.prometheus" waiting on "module.subnet-web.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-monitoring.azurerm_network_security_rule.https" waiting on "module.subnet-monitoring.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-api.provider.azurerm" waiting on "provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-consul.azurerm_network_security_rule.consul-8500" waiting on "module.subnet-consul.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-storage.azurerm_network_security_group.StorageProd" waiting on "module.subnet-storage.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-api.azurerm_network_security_rule.checkmk"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-consul.azurerm_subnet.ConsulProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.virtual-machines-web.azurerm_public_ip.worker-web05-prod-public-ip1" waiting on "module.virtual-machines-web.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-db.azurerm_resource_group.DBProd" waiting on "module.subnet-db.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-consul.azurerm_network_security_rule.ssh" waiting on "module.subnet-consul.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-db.azurerm_network_security_rule.prometheus" waiting on "module.subnet-db.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-monitoring.azurerm_network_security_rule.https"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-redis.azurerm_network_security_rule.ssh" waiting on "module.subnet-redis.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-monitoring.azurerm_network_security_rule.checkmk" waiting on "module.subnet-monitoring.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-external-lb.azurerm_network_security_group.ExternalLBProd" waiting on "module.subnet-external-lb.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "azurerm_virtual_machine.worker-web05-prod (import id: /subscriptions/<redacted>/resourceGroups/WebProd/providers/Microsoft.Compute/virtualMachines/worker-web05)" waiting on "provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-external-lb.azurerm_network_security_rule.https" waiting on "module.subnet-external-lb.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.virtual-machines-web.azurerm_managed_disk.osdisk-worker-web05"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-git.azurerm_network_security_rule.checkmk" waiting on "module.subnet-git.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-log.azurerm_network_security_rule.http" waiting on "module.subnet-log.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-api.azurerm_network_security_rule.checkmk" waiting on "module.subnet-api.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-sidekiq.azurerm_network_security_group.SidekiqProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-sidekiq.azurerm_network_security_rule.ssh"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-log.azurerm_resource_group.LogProd" waiting on "module.subnet-log.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-log.azurerm_network_security_rule.ssh"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-storage.azurerm_network_security_rule.ssh" waiting on "module.subnet-storage.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-sidekiq.azurerm_network_security_rule.prometheus" waiting on "module.subnet-sidekiq.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-internal-lb.azurerm_network_security_rule.ssh-2222" waiting on "module.subnet-internal-lb.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-consul.azurerm_network_security_rule.checkmk" waiting on "module.subnet-consul.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-internal-lb.azurerm_network_security_group.InternalLBProd" waiting on "module.subnet-internal-lb.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-storage.azurerm_resource_group.StorageProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-git.azurerm_network_security_rule.prometheus" waiting on "module.subnet-git.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-db.azurerm_network_security_rule.ssh" waiting on "module.subnet-db.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-consul.azurerm_resource_group.ConsulProd" waiting on "module.subnet-consul.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-internal-lb.azurerm_network_security_rule.prometheus" waiting on "module.subnet-internal-lb.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-log.azurerm_network_security_rule.checkmk" waiting on "module.subnet-log.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-log.azurerm_network_security_group.LogProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-external-lb.azurerm_resource_group.ExternalLBProd" waiting on "module.subnet-external-lb.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-git.azurerm_network_security_rule.ssh"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-web.azurerm_network_security_rule.ssh"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-internal-lb.azurerm_network_security_rule.ssh" waiting on "module.subnet-internal-lb.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-sidekiq.azurerm_network_security_rule.ssh" waiting on "module.subnet-sidekiq.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-web.azurerm_subnet.WebProd" waiting on "module.subnet-web.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-external-lb.azurerm_network_security_rule.prometheus" waiting on "module.subnet-external-lb.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-db.azurerm_network_security_rule.ssh"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-external-lb.azurerm_network_security_rule.https"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-internal-lb.azurerm_network_security_rule.ssh-2222"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-internal-lb.azurerm_subnet.InternalLBProd" waiting on "module.subnet-internal-lb.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-log.azurerm_network_security_rule.ssh" waiting on "module.subnet-log.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-monitoring.azurerm_network_security_rule.ssh" waiting on "module.subnet-monitoring.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-monitoring.azurerm_network_security_rule.http" waiting on "module.subnet-monitoring.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-redis.azurerm_resource_group.RedisProd" waiting on "module.subnet-redis.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-internal-lb.azurerm_network_security_group.InternalLBProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-monitoring.azurerm_network_security_group.MonitoringProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-internal-lb.azurerm_network_security_rule.http" waiting on "module.subnet-internal-lb.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.virtual-machines-web.azurerm_network_interface.worker-web05-prod"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-sidekiq.provider.azurerm" waiting on "provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-log.azurerm_network_security_rule.https" waiting on "module.subnet-log.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-log.azurerm_network_security_rule.https"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-external-lb.azurerm_network_security_rule.ssh"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-api.azurerm_subnet.ApiProd" waiting on "module.subnet-api.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-redis.azurerm_subnet.RedisProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-vault.azurerm_resource_group.VaultProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.virtual-machines-web.azurerm_availability_set.WebProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-db.azurerm_network_security_group.DBProd" waiting on "module.subnet-db.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-git.azurerm_network_security_rule.http" waiting on "module.subnet-git.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-sidekiq.azurerm_network_security_rule.prometheus"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-web.azurerm_network_security_group.WebProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-deploy.azurerm_network_security_rule.ssh"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-external-lb.provider.azurerm" waiting on "provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-api.azurerm_network_security_rule.https"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-internal-lb.azurerm_network_security_rule.http"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-web.provider.azurerm" waiting on "provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-db.provider.azurerm" waiting on "provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-api.azurerm_network_security_group.ApiProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-storage.azurerm_network_security_rule.https"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-monitoring.azurerm_network_security_group.MonitoringProd" waiting on "module.subnet-monitoring.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-redis.azurerm_subnet.RedisProd" waiting on "module.subnet-redis.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-deploy.azurerm_resource_group.DeployProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-consul.azurerm_subnet.ConsulProd" waiting on "module.subnet-consul.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-api.azurerm_subnet.ApiProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-external-lb.azurerm_subnet.ExternalLBProd" waiting on "module.subnet-external-lb.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.virtual-machines-web.azurerm_network_interface.worker-web05-prod" waiting on "module.virtual-machines-web.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-storage.azurerm_network_security_group.StorageProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-vault.azurerm_network_security_rule.prometheus"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-external-lb.azurerm_network_security_rule.ssh-2222" waiting on "module.subnet-external-lb.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-api.azurerm_network_security_rule.http"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-deploy.azurerm_network_security_group.DeployProd" waiting on "module.subnet-deploy.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-web.azurerm_network_security_rule.https"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-api.azurerm_network_security_rule.http" waiting on "module.subnet-api.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-internal-lb.azurerm_network_security_rule.checkmk" waiting on "module.subnet-internal-lb.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-git.azurerm_network_security_rule.prometheus"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-web.azurerm_network_security_rule.https" waiting on "module.subnet-web.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-consul.azurerm_network_security_rule.prometheus" waiting on "module.subnet-consul.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-storage.azurerm_network_security_rule.http"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-log.azurerm_subnet.LogProd" waiting on "module.subnet-log.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-storage.azurerm_network_security_rule.prometheus"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-sidekiq.azurerm_network_security_rule.https"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-api.azurerm_network_security_rule.https" waiting on "module.subnet-api.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-vault.azurerm_subnet.VaultProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-web.azurerm_network_security_rule.checkmk" waiting on "module.subnet-web.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-monitoring.azurerm_resource_group.MonitoringProd" waiting on "module.subnet-monitoring.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-internal-lb.azurerm_network_security_rule.prometheus"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-internal-lb.azurerm_network_security_rule.https"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-redis.provider.azurerm" waiting on "provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-redis.azurerm_network_security_rule.prometheus"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-external-lb.azurerm_network_security_rule.ssh" waiting on "module.subnet-external-lb.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-deploy.azurerm_resource_group.DeployProd" waiting on "module.subnet-deploy.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "azurerm_virtual_machine.worker-web05-prod (import id: /subscriptions/<redacted>/resourceGroups/WebProd/providers/Microsoft.Compute/virtualMachines/worker-web05)"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-db.azurerm_subnet.DBProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.virtual-machines-web.provider.azurerm" waiting on "provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-external-lb.azurerm_network_security_rule.prometheus"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "root" waiting on "module.subnet-redis.azurerm_resource_group.RedisProd"
2017/04/26 12:11:21 [DEBUG] dag/walk: added edge: "module.subnet-api.azurerm_network_security_group.ApiProd" waiting on "module.subnet-api.provider.azurerm"
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.vnet.provider.azurerm", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.vnet.azurerm_resource_group.GitLabProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-redis.provider.azurerm", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-internal-lb.provider.azurerm", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-storage.azurerm_network_security_rule.checkmk", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-redis.azurerm_network_security_group.RedisProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-consul.azurerm_network_security_rule.ssh", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-git.azurerm_network_security_rule.http", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "azurerm_virtual_machine.worker-web05-prod (import id: /subscriptions/<redacted>/resourceGroups/WebProd/providers/Microsoft.Compute/virtualMachines/worker-web05)", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-log.azurerm_network_security_rule.https", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.virtual-machines-web.azurerm_network_interface.worker-web05-prod", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-external-lb.azurerm_network_security_group.ExternalLBProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-external-lb.azurerm_resource_group.ExternalLBProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-storage.azurerm_subnet.StorageProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-external-lb.azurerm_network_security_rule.http", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-consul.azurerm_network_security_group.ConsulProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-sidekiq.azurerm_network_security_rule.prometheus", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-storage.azurerm_resource_group.StorageProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-web.azurerm_network_security_rule.prometheus", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-db.provider.azurerm", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-monitoring.azurerm_subnet.MonitoringProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-monitoring.azurerm_network_security_rule.https", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-db.azurerm_resource_group.DBProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-git.azurerm_network_security_rule.checkmk", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-api.azurerm_network_security_rule.checkmk", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-storage.azurerm_network_security_rule.ssh", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-monitoring.provider.azurerm", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-deploy.azurerm_subnet.DeployProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-web.azurerm_network_security_group.WebProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-vault.azurerm_resource_group.VaultProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-external-lb.azurerm_network_security_rule.https", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-redis.azurerm_resource_group.RedisProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-internal-lb.azurerm_network_security_rule.ssh", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-internal-lb.azurerm_subnet.InternalLBProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.virtual-machines-web.provider.azurerm", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-storage.azurerm_network_security_rule.http", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-api.azurerm_subnet.ApiProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-log.azurerm_subnet.LogProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-deploy.azurerm_resource_group.DeployProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-log.azurerm_network_security_rule.prometheus", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-git.azurerm_network_security_rule.prometheus", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-external-lb.azurerm_network_security_rule.prometheus", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.virtual-machines-web.azurerm_managed_disk.osdisk-worker-web05", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-internal-lb.azurerm_network_security_rule.checkmk", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-sidekiq.azurerm_network_security_rule.https", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-internal-lb.azurerm_network_security_rule.https", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-internal-lb.azurerm_network_security_rule.ssh-2222", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-external-lb.azurerm_subnet.ExternalLBProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-api.azurerm_network_security_rule.http", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-external-lb.azurerm_network_security_rule.ssh", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-deploy.azurerm_network_security_rule.ssh", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-storage.azurerm_network_security_rule.https", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-api.azurerm_network_security_rule.ssh", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-consul.azurerm_network_security_rule.checkmk", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.virtual-machines-web.azurerm_availability_set.WebProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-db.azurerm_subnet.DBProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-web.azurerm_network_security_rule.https", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-api.azurerm_network_security_group.ApiProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.virtual-machines-web.azurerm_public_ip.worker-web05-prod-public-ip1", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-db.azurerm_network_security_rule.prometheus", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-db.azurerm_network_security_group.DBProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-sidekiq.azurerm_network_security_group.SidekiqProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-sidekiq.azurerm_resource_group.SidekiqProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-storage.azurerm_network_security_rule.prometheus", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-web.azurerm_network_security_rule.http", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-git.azurerm_network_security_rule.https", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-external-lb.azurerm_network_security_rule.ssh-2222", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-deploy.azurerm_network_security_group.DeployProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-log.azurerm_network_security_rule.http", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-web.provider.azurerm", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-vault.azurerm_network_security_rule.ssh", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-web.azurerm_network_security_rule.ssh", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-sidekiq.azurerm_subnet.SidekiqProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-api.azurerm_network_security_rule.prometheus", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-log.provider.azurerm", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-consul.azurerm_network_security_rule.consul-8500", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-sidekiq.provider.azurerm", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-consul.azurerm_subnet.ConsulProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-db.azurerm_network_security_rule.ssh", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-internal-lb.azurerm_network_security_rule.prometheus", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-internal-lb.azurerm_network_security_rule.http", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "root", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-deploy.provider.azurerm", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-vault.provider.azurerm", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.vnet.azurerm_virtual_network.GitLabProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-sidekiq.azurerm_network_security_rule.http", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-log.azurerm_network_security_group.LogProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-git.azurerm_network_security_rule.ssh", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-web.azurerm_subnet.WebProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-internal-lb.azurerm_resource_group.InternalLBProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-git.provider.azurerm", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-redis.azurerm_network_security_rule.ssh", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-sidekiq.azurerm_network_security_rule.ssh", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-consul.azurerm_resource_group.ConsulProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-log.azurerm_network_security_rule.ssh", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-external-lb.provider.azurerm", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-web.azurerm_network_security_rule.checkmk", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-monitoring.azurerm_resource_group.MonitoringProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-api.azurerm_network_security_rule.https", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-consul.provider.azurerm", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-web.azurerm_resource_group.WebProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-log.azurerm_resource_group.LogProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-internal-lb.azurerm_network_security_group.InternalLBProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-monitoring.azurerm_network_security_rule.ssh", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-vault.azurerm_subnet.VaultProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-vault.azurerm_network_security_group.VaultProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-storage.provider.azurerm", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-storage.azurerm_network_security_group.StorageProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-git.azurerm_network_security_group.GitProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-api.azurerm_resource_group.ApiProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-git.azurerm_subnet.GitProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-monitoring.azurerm_network_security_group.MonitoringProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-consul.azurerm_network_security_rule.prometheus", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-external-lb.azurerm_network_security_rule.checkmk", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-redis.azurerm_network_security_rule.prometheus", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-api.provider.azurerm", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-monitoring.azurerm_network_security_rule.http", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-vault.azurerm_network_security_rule.prometheus", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-log.azurerm_network_security_rule.checkmk", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-redis.azurerm_subnet.RedisProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-sidekiq.azurerm_network_security_rule.checkmk", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-git.azurerm_resource_group.GitProd", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: dependencies changed for "module.subnet-monitoring.azurerm_network_security_rule.checkmk", sending new deps
2017/04/26 12:11:21 [DEBUG] dag/walk: walking "provider.azurerm"
2017/04/26 12:11:21 [DEBUG] vertex 'root.provider.azurerm': walking
2017/04/26 12:11:21 [DEBUG] vertex 'root.provider.azurerm': evaluating
2017/04/26 12:11:21 [TRACE] [walkImport] Entering eval tree: provider.azurerm
2017/04/26 12:11:21 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 12:11:21 [DEBUG] root: eval: *terraform.EvalInitProvider
2017/04/26 12:11:21 [DEBUG] plugin: starting plugin: /usr/local/Cellar/terraform/0.9.3/bin/terraform []string{"/usr/local/Cellar/terraform/0.9.3/bin/terraform", "internal-plugin", "provider", "azurerm"}
2017/04/26 12:11:21 [DEBUG] plugin: waiting for RPC address for: /usr/local/Cellar/terraform/0.9.3/bin/terraform
2017/04/26 12:11:22 [DEBUG] plugin: terraform: 2017/04/26 12:11:22 [INFO] Terraform version: 0.9.3
2017/04/26 12:11:22 [DEBUG] plugin: terraform: 2017/04/26 12:11:22 [INFO] Go runtime version: go1.8.1
2017/04/26 12:11:22 [DEBUG] plugin: terraform: 2017/04/26 12:11:22 [INFO] CLI args: []string{"/usr/local/Cellar/terraform/0.9.3/bin/terraform", "internal-plugin", "provider", "azurerm"}
2017/04/26 12:11:22 [DEBUG] plugin: terraform: 2017/04/26 12:11:22 [DEBUG] Detected home directory from env var: /Users/omame
2017/04/26 12:11:22 [DEBUG] plugin: terraform: 2017/04/26 12:11:22 [DEBUG] Detected home directory from env var: /Users/omame
2017/04/26 12:11:22 [DEBUG] plugin: terraform: 2017/04/26 12:11:22 [DEBUG] Attempting to open CLI config file: /Users/omame/.terraformrc
2017/04/26 12:11:22 [DEBUG] plugin: terraform: 2017/04/26 12:11:22 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2017/04/26 12:11:22 [DEBUG] plugin: terraform: 2017/04/26 12:11:22 [DEBUG] Detected home directory from env var: /Users/omame
2017/04/26 12:11:22 [DEBUG] plugin: terraform: 2017/04/26 12:11:22 [INFO] CLI command args: []string{"internal-plugin", "provider", "azurerm"}
2017/04/26 12:11:22 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/26 12:11:22 [INFO] Starting provider plugin azurerm
2017/04/26 12:11:22 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/26 12:11:22 [DEBUG] plugin: plugin address: unix /var/folders/9l/5wntgfrj0klcb48nzv6fxcf40000gp/T/plugin385056267
2017/04/26 12:11:22 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/04/26 12:11:22 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 12:11:22 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/04/26 12:11:22 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/26 12:11:22 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2017/04/26 12:11:22 [DEBUG] root: eval: *terraform.EvalInputProvider
2017/04/26 12:11:22 [DEBUG] root: eval: terraform.EvalNoop
2017/04/26 12:11:22 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/04/26 12:11:22 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 12:11:22 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/04/26 12:11:22 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/04/26 12:11:22 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2017/04/26 12:11:22 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2017/04/26 12:11:22 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/04/26 12:11:22 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 12:11:22 [DEBUG] root: eval: *terraform.EvalConfigProvider
2017/04/26 12:11:23 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/26 12:11:23 [DEBUG] AzureRM Request:
2017/04/26 12:11:23 [DEBUG] plugin: terraform: GET /subscriptions/<redacted>/providers?api-version=2016-09-01 HTTP/1.1
2017/04/26 12:11:23 [DEBUG] plugin: terraform: Host: management.azure.com
2017/04/26 12:11:23 [DEBUG] plugin: terraform: User-Agent: HashiCorp-Terraform-v0.9.3
2017/04/26 12:11:23 [DEBUG] plugin: terraform: Authorization: <token>
2017/04/26 12:11:23 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/04/26 12:11:23 [DEBUG] plugin: terraform:
2017/04/26 12:11:23 [DEBUG] plugin: terraform:
2017/04/26 12:11:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/26 12:11:24 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/<redacted>/providers?api-version=2016-09-01:
2017/04/26 12:11:24 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Cache-Control: no-cache
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Content-Type: application/json; charset=utf-8
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Date: Wed, 26 Apr 2017 10:11:23 GMT
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Expires: -1
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Pragma: no-cache
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Strict-Transport-Security: max-age=31536000; includeSubDomains
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2017/04/26 12:11:24 [DEBUG] plugin: terraform: X-Ms-Correlation-Request-Id: <redacted>
2017/04/26 12:11:24 [DEBUG] plugin: terraform: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14935
2017/04/26 12:11:24 [DEBUG] plugin: terraform: X-Ms-Request-Id: <redacted>
2017/04/26 12:11:24 [DEBUG] plugin: terraform: X-Ms-Routing-Request-Id: <redacted>
2017/04/26 12:11:24 [DEBUG] plugin: terraform:
2017/04/26 12:11:24 [DEBUG] plugin: terraform: {"value":[{"id":"/subscriptions/<redacted>/providers/Microsoft.Advisor","namespace":"Microsoft.Advisor","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"suppressions","locations":[],"apiVersions":["2017-04-19-alpha","2017-03-31-alpha","2017-03-31","2016-07-12-preview","2016-07-12-alpha","2016-05-09-preview","2016-05-09-alpha"]},{"resourceType":"recommendations","locations":[],"apiVersions":["2017-04-19-alpha","2017-03-31-alpha","2017-03-31","2016-07-12-preview","2016-07-12-alpha","2016-05-09-preview","2016-05-09-alpha"]},{"resourceType":"generateRecommendations","locations":[],"apiVersions":["2017-04-19-alpha","2017-03-31-alpha","2017-03-31","2016-07-12-preview","2016-07-12-alpha","2016-05-09-preview","2016-05-09-alpha"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-04-19-alpha","2017-03-31-alpha","2017-03-31","2016-07-12-preview","2016-07-12-alpha","2016-05-09-preview","2016-05-09-alpha"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Backup","namespace":"Microsoft.Backup","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"BackupVault","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"],"apiVersions":["2015-03-15","2014-09-01"],"capabilities":"None"}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Batch","namespace":"Microsoft.Batch","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"batchAccounts","locations":["West Europe","East US","East US 2","West US","North Central US","Brazil South","North Europe","Central US","East Asia","Japan East","Australia Southeast","Japan West","Korea South","Korea Central","Southeast Asia","South Central US","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2"],"apiVersions":["2017-01-01","2015-12-01","2015-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["West Europe","East US","East US 2","West US","North Central US","Brazil South","North Europe","Central US","East Asia","Japan East","Australia Southeast","Japan West","Korea South","Korea Central","Southeast Asia","South Central US","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2"],"apiVersions":["2017-01-01","2015-12-01","2015-09-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2017-01-01","2015-12-01","2015-09-01"]},{"resourceType":"locations/quotas","locations":["West Europe","East US","East US 2","West US","North Central US","Brazil South","North Europe","Central US","East Asia","Japan East","Australia Southeast","Japan West","Korea South","Korea Central","Southeast Asia","South Central US","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2"],"apiVersions":["2017-01-01","2015-12-01","2015-09-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Cache","namespace":"Microsoft.Cache","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"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","Canada Central","Canada East","UK South","UK West","West US 2","West Central US","South India","Korea Central","Korea South"],"apiVersions":["2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["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","South India","Canada Central","Canada East","UK South","UK West","West US 2","West Central US","Korea Central","Korea South"],"apiVersions":["2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["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":["2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01-alpha","2014-04-01"]},{"resourceType":"RedisConfigDefinition","locations":[],"apiVersions":["2017-02-01","2016-04-01","2015-08-01","2015-03-01"]},{"resourceType":"Redis/metricDefinitions","locations":["North Central US","South Central US","East US","East US 2","West US","Central US","East Asia","Southeast Asia","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","Central India","South India","Canada Central","Canada East","UK West","UK South","West US 2","West Central US","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"Redis/diagnosticSettings","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","UK West","UK South","West US 2","West Central US","Korea Central","Korea South"],"apiVersions":["2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Cdn","namespace":"Microsoft.Cdn","resourceTypes":[{"resourceType":"profiles","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"profiles/endpoints","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"profiles/endpoints/origins","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"profiles/endpoints/customdomains","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults/profileresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults/profileresults/endpointresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults/profileresults/endpointresults/originresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults/profileresults/endpointresults/customdomainresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"checkNameAvailability","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"checkResourceUsage","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02"]},{"resourceType":"operations","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"edgenodes","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ClassicCompute","namespace":"Microsoft.ClassicCompute","resourceTypes":[{"resourceType":"domainNames","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"checkDomainNameAvailability","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"domainNames/slots","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"domainNames/slots/roles","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"domainNames/slots/roles/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"domainNames/slots/roles/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"virtualMachines","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"capabilities","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]},{"resourceType":"quotas","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"virtualMachines/diagnosticSettings","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Canada Central","Canada East","UK South","UK West","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","West US 2","West Central US","South India","Central India","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"virtualMachines/metricDefinitions","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Canada Central","Canada East","UK South","UK West","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","West US 2","West Central US","South India","Central India","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"virtualMachines/metrics","locations":["North Central US","South Central US","East US","East US 2","Canada Central","Canada East","West US","West US 2","West Central US","Central US","East Asia","Southeast Asia","North Europe","West Europe","UK South","UK West","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-04-01","2014-01-01"]},{"resourceType":"resourceTypes","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]},{"resourceType":"moveSubscriptionResources","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01"]},{"resourceType":"validateSubscriptionMoveAvailability","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01"]},{"resourceType":"operationStatuses","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01"]},{"resourceType":"operatingSystems","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]},{"resourceType":"operatingSystemFamilies","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ClassicNetwork","namespace":"Microsoft.ClassicNetwork","resourceTypes":[{"resourceType":"virtualNetworks","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"],"capabilities":"None"},{"resourceType":"reservedIps","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"],"capabilities":"None"},{"resourceType":"quotas","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"gatewaySupportedDevices","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-04-01","2014-01-01"]},{"resourceType":"networkSecurityGroups","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01"],"capabilities":"None"},{"resourceType":"capabilities","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ClassicStorage","namespace":"Microsoft.ClassicStorage","resourceTypes":[{"resourceType":"storageAccounts","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-04-01-beta","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"quotas","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"checkStorageAccountAvailability","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"storageAccounts/services","locations":["West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","South India","Central India","West US 2","West Central US","East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/services/diagnosticSettings","locations":["West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","South India","Central India","West US 2","West Central US","East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/services/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/services/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"capabilities","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"disks","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"images","locations":[],"apiVersions":["2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"vmImages","locations":[],"apiVersions":["2016-11-01"]},{"resourceType":"publicImages","locations":[],"apiVersions":["2016-11-01","2016-04-01"]},{"resourceType":"osImages","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"osPlatformImages","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-04-01","2014-01-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Compute","namespace":"Microsoft.Compute","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30"]},{"resourceType":"locations","locations":[],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-03-30","2015-06-15","2015-05-01-preview"]},{"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"],"apiVersions":["2017-03-30","2016-04-30-preview"],"capabilities":"None"},{"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"],"apiVersions":["2017-03-30","2016-04-30-preview"],"capabilities":"None"},{"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"],"apiVersions":["2017-03-30","2016-04-30-preview"]},{"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"],"apiVersions":["2017-03-30","2016-04-30-preview"],"capabilities":"None"},{"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"],"apiVersions":["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"],"apiVersions":["2017-03-30"]},{"resourceType":"virtualMachines/diagnosticSettings","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","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ContainerRegistry","namespace":"Microsoft.ContainerRegistry","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"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","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"],"apiVersions":["2017-03-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"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","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"],"apiVersions":["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","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"],"apiVersions":["2017-03-01"]},{"resourceType":"registries/regenerateCredentials","locations":["West US","East US","South Central US","West Europe"],"apiVersions":["2016-06-27-preview"]},{"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"],"apiVersions":["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"],"apiVersions":["2017-03-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ContainerService","namespace":"Microsoft.ContainerService","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"containerServices","locations":["Japan East","Central US","East US 2","Japan West","East Asia","South Central US","Australia East","Australia Southeast","Brazil South","Southeast Asia","West US","North Central US","West Europe","North Europe","East US"],"apiVersions":["2017-01-31","2016-09-30","2016-03-30","2015-11-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2017-01-31","2016-09-30","2016-03-30","2015-11-01-preview"]},{"resourceType":"locations/operations","locations":["Japan East","Central US","East US 2","Japan West","East Asia","South Central US","Australia East","Australia Southeast","Brazil South","Southeast Asia","West US","North Central US","West Europe","North Europe","East US"],"apiVersions":["2017-01-31","2016-09-30","2016-03-30","2015-11-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-01-31","2016-09-30","2016-03-30","2015-11-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DevTestLab","namespace":"Microsoft.DevTestLab","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"labs","locations":["West Central US","Japan East","West US","Australia Southeast","Canada Central","Central India","Central US","East Asia","Korea Central","North Europe","South Central US","UK West","Australia East","Brazil South","Canada East","East US","East US 2","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2016-05-15","2015-05-21-preview"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"schedules","locations":["West Central US","Japan East","West US","Australia Southeast","Canada Central","Central India","Central US","East Asia","Korea Central","North Europe","South Central US","UK West","Australia East","Brazil South","Canada East","East US","East US 2","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2016-05-15"],"capabilities":"None"},{"resourceType":"labs/virtualMachines","locations":["West Central US","Japan East","West US","Australia Southeast","Canada Central","Central India","Central US","East Asia","Korea Central","North Europe","South Central US","UK West","Australia East","Brazil South","Canada East","East US","East US 2","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2016-05-15","2015-05-21-preview"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"labs/serviceRunners","locations":["Central US","East US 2","South Central US"],"apiVersions":["2016-05-15"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"operations","locations":[],"apiVersions":["2016-05-15","2015-05-21-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-05-15","2015-05-21-preview"]},{"resourceType":"locations/operations","locations":["West Central US","Japan East","West US","Australia Southeast","Canada Central","Central India","Central US","East Asia","Korea Central","North Europe","South Central US","UK West","Australia East","Brazil South","Canada East","East US","East US 2","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2016-05-15","2015-05-21-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.EventHub","namespace":"Microsoft.EventHub","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"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","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2015-08-01","2014-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNamespaceAvailability","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"sku","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-08-01","2014-09-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/microsoft.insights","namespace":"microsoft.insights","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"components","locations":["East US","South Central US","North Europe","West Europe"],"apiVersions":["2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"webtests","locations":["East US","South Central US","North Europe","West Europe"],"apiVersions":["2015-05-01","2014-08-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"queries","locations":["East US","South Central US","North Europe","West Europe"],"apiVersions":["2015-05-01","2014-08-01"]},{"resourceType":"logprofiles","locations":[],"apiVersions":["2016-03-01"]},{"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","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2016-03-01","2015-04-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"autoscalesettings","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","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"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"]},{"resourceType":"locations","locations":["East US"],"apiVersions":["2015-04-01","2014-04-01"]},{"resourceType":"locations/operationResults","locations":[],"apiVersions":["2015-04-01","2014-04-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-04-01","2014-06-01","2014-04-01"]},{"resourceType":"automatedExportSettings","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","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2015-04-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","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2016-09-01","2015-07-01"]},{"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","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2017-05-01-preview"]},{"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","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2017-02-01"]},{"resourceType":"metricDefinitions","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","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central","Global"],"apiVersions":["2017-05-01-preview","2016-03-01","2015-07-01"]},{"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","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2015-07-01"]},{"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","Brazil South","South India","Central India","North Europe","West US 2","West Central US","Korea South","Korea Central","UK South","UK West"],"apiVersions":["2017-05-01-preview","2016-09-01","2016-06-01"]},{"resourceType":"actiongroups","locations":["Global"],"apiVersions":["2017-04-01","2017-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"activityLogAlerts","locations":["Global"],"apiVersions":["2017-04-01","2017-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"notificationgroups","locations":["Global"],"apiVersions":["2016-09-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"notificationrules","locations":["Global"],"apiVersions":["2016-06-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"notifications","locations":[],"apiVersions":["2016-06-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.KeyVault","namespace":"Microsoft.KeyVault","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","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["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","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["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","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["2016-10-01","2015-06-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-10-01","2015-06-01","2014-12-19-preview"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["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","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["2016-10-01"]},{"resourceType":"locations","locations":[],"apiVersions":["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","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["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","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["2016-10-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.MobileEngagement","namespace":"Microsoft.MobileEngagement","resourceTypes":[{"resourceType":"appcollections","locations":["Central US","North Europe"],"apiVersions":["2014-12-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"appcollections/apps","locations":["Central US","North Europe"],"apiVersions":["2014-12-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkappcollectionnameavailability","locations":["Central US","North Europe"],"apiVersions":["2014-12-01"]},{"resourceType":"supportedplatforms","locations":["Central US","North Europe"],"apiVersions":["2014-12-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Network","namespace":"Microsoft.Network","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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":"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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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":"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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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":"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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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":"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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkWatchers","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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":"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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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":"locations","locations":[],"apiVersions":["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":[],"apiVersions":["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":[],"apiVersions":["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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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/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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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":"operations","locations":[],"apiVersions":["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":["2016-04-01","2015-05-04-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"dnsOperationResults","locations":["global"],"apiVersions":["2016-04-01"]},{"resourceType":"dnsOperationStatuses","locations":["global"],"apiVersions":["2016-04-01"]},{"resourceType":"dnszones/A","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/AAAA","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/CNAME","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/PTR","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/MX","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/TXT","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/SRV","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/SOA","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/NS","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"trafficmanagerprofiles","locations":["global"],"apiVersions":["2017-05-01","2017-03-01","2015-11-01","2015-04-28-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkTrafficManagerNameAvailability","locations":["global"],"apiVersions":["2017-05-01","2017-03-01","2015-11-01","2015-04-28-preview"]},{"resourceType":"trafficManagerGeographicHierarchies","locations":["global"],"apiVersions":["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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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":[],"apiVersions":["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":[],"apiVersions":["2017-04-01","2017-03-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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01"],"capabilities":"None"},{"resourceType":"bgpServiceCommunities","locations":[],"apiVersions":["2017-04-01","2017-03-01","2016-12-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.OperationalInsights","namespace":"Microsoft.OperationalInsights","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"workspaces","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US"],"apiVersions":["2017-03-03-preview","2017-01-01-preview","2015-11-01-preview","2015-03-20"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"workspaces/dataSources","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US"],"apiVersions":["2015-11-01-preview"]},{"resourceType":"storageInsightConfigs","locations":[],"apiVersions":["2014-10-10"]},{"resourceType":"workspaces/linkedServices","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US"],"apiVersions":["2015-11-01-preview"]},{"resourceType":"linkTargets","locations":["East US"],"apiVersions":["2015-03-20","2014-10-10"]},{"resourceType":"operations","locations":[],"apiVersions":["2014-11-10"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ResourceHealth","namespace":"Microsoft.ResourceHealth","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"availabilityStatuses","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Search","namespace":"Microsoft.Search","resourceTypes":[{"resourceType":"searchServices","locations":["West US","East US","North Europe","West Europe","Southeast Asia","East Asia","North Central US","South Central US","Japan West","Australia East","Brazil South","Central India","West Central US","Canada Central","UK South"],"apiVersions":["2015-08-19","2015-02-28"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkServiceNameAvailability","locations":[],"apiVersions":["2015-02-28","2014-07-31-Preview"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2015-08-19"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-08-19","2015-02-28"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Security","namespace":"Microsoft.Security","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatus","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatuses","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatus/virtualMachines","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatus/endpoints","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatus/subnets","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"tasks","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"alerts","locations":["Central US","East US","West Europe"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"monitoring","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"monitoring/patch","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"monitoring/baseline","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"monitoring/antimalware","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"dataCollectionAgents","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"dataCollectionResults","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"policies","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"appliances","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"webApplicationFirewalls","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securitySolutions","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securitySolutionsReferenceData","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatusesSummaries","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations/alerts","locations":["Central US","West Europe"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations/tasks","locations":["Central US"],"apiVersions":["2015-06-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ServiceBus","namespace":"Microsoft.ServiceBus","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","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2015-08-01","2014-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNamespaceAvailability","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"sku","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"premiumMessagingRegions","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-08-01","2014-09-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Sql","namespace":"Microsoft.Sql","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"operations","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"locations","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"locations/capabilities","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"locations/serverAzureAsyncOperation","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","Korea Central","Korea South","UK West"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/serverOperationResults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","Korea Central","Korea South","UK West"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"checkNameAvailability","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/databases","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview","2015-01-01","2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/serviceObjectives","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/communicationLinks","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/administrators","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/administratorOperationResults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/restorableDroppedDatabases","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/recoverableDatabases","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/backupLongTermRetentionVaults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/import","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/importExportOperationResults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/operationResults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/firewallrules","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databaseSecurityPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/auditingPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/recommendedElasticPools","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/auditingPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/connectionPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/connectionPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/dataMaskingPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/dataMaskingPolicies/rules","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/securityAlertPolicies","locations":["West Europe","West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/securityAlertPolicies","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/databases/auditingSettings","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/auditingSettings","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/resourcepools","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/elasticpools","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-09-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/disasterRecoveryConfiguration","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/failoverGroups","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/failoverGroupAzureAsyncOperation","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","Korea Central","Korea South","UK West"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/failoverGroupOperationResults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/usages","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/metricDefinitions","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/metrics","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/aggregatedDatabaseMetrics","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticpools/metrics","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticpools/metricdefinitions","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/topQueries","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/topQueries/queryText","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/advisors","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticPools/advisors","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/advisors","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/extensions","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticPoolEstimates","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/databases/auditRecords","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/VulnerabilityAssessmentScans","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/databases/VulnerabilityAssessmentScans","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Storage","namespace":"Microsoft.Storage","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"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","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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":[],"apiVersions":["2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"]},{"resourceType":"storageAccounts/listAccountSas","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-05-01"]},{"resourceType":"storageAccounts/listServiceSas","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-05-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-07-01"]},{"resourceType":"locations/deleteVirtualNetworkOrSubnets","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-07-01"]},{"resourceType":"usages","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"]},{"resourceType":"storageAccounts/services","locations":["East US","West US","West Europe","North Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/services/metricDefinitions","locations":["East US","West US","West Europe","North Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/microsoft.support","namespace":"microsoft.support","resourceTypes":[{"resourceType":"operations","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"],"apiVersions":["2015-07-01-Preview","2015-03-01"]},{"resourceType":"supporttickets","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"],"apiVersions":["2015-07-01-Preview","2015-03-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/84codes.CloudAMQP","namespace":"84codes.CloudAMQP","resourceTypes":[{"resourceType":"servers","locations":["East US 2","Central US","East US","North Central US","South Central US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West"],"apiVersions":["2016-08-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/AppDynamics.APM","namespace":"AppDynamics.APM","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-05-26"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-05-26"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-05-26"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-05-26"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-05-26"]},{"resourceType":"locations/operationResults","locations":["West US"],"apiVersions":["2016-05-26"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Aspera.Transfers","namespace":"Aspera.Transfers","resourceTypes":[{"resourceType":"services","locations":["West US","North Europe","Central US","East US","West Europe","East Asia","Southeast Asia","Japan East","East US 2","Japan West"],"apiVersions":["2016-03-25"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-03-25"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-03-25"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-03-25"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Auth0.Cloud","namespace":"Auth0.Cloud","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2016-11-23"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Citrix.Cloud","namespace":"Citrix.Cloud","resourceTypes":[{"resourceType":"accounts","locations":["West US"],"apiVersions":["2015-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Cloudyn.Analytics","namespace":"Cloudyn.Analytics","resourceTypes":[{"resourceType":"accounts","locations":["East US"],"apiVersions":["2016-03-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-03-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-03-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-03-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Conexlink.MyCloudIT","namespace":"Conexlink.MyCloudIT","resourceTypes":[{"resourceType":"accounts","locations":["Central US"],"apiVersions":["2015-06-15"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Crypteron.DataSecurity","namespace":"Crypteron.DataSecurity","resourceTypes":[{"resourceType":"apps","locations":["West US"],"apiVersions":["2016-08-12"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-12"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-12"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-12"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Dynatrace.DynatraceSaaS","namespace":"Dynatrace.DynatraceSaaS","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2016-09-27"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Dynatrace.Ruxit","namespace":"Dynatrace.Ruxit","resourceTypes":[{"resourceType":"accounts","locations":["East US"],"apiVersions":["2016-04-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-09-07","2016-04-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-04-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-04-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/LiveArena.Broadcast","namespace":"LiveArena.Broadcast","resourceTypes":[{"resourceType":"services","locations":["West US","North Europe","Japan West","Japan East","East Asia","West Europe","East US","Southeast Asia","Central US"],"apiVersions":["2016-06-15"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-06-15"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-06-15"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-06-15"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Lombiq.DotNest","namespace":"Lombiq.DotNest","resourceTypes":[{"resourceType":"sites","locations":["East US"],"apiVersions":["2015-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Mailjet.Email","namespace":"Mailjet.Email","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2017-02-03","2016-11-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2017-02-03","2016-11-01","2016-07-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2017-02-03","2016-11-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2017-02-03","2016-11-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/microsoft.aadiam","namespace":"microsoft.aadiam","resourceTypes":[{"resourceType":"operations","locations":["West US"],"apiVersions":["2017-04-01","2017-03-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-01","2016-02-01","2015-11-01","2015-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ADHybridHealthService","namespace":"Microsoft.ADHybridHealthService","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"addsservices","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"configuration","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"operations","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"agents","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"aadsupportcases","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"reports","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"servicehealthmetrics","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"logs","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"anonymousapiusers","locations":["West US"],"apiVersions":["2014-01-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.AnalysisServices","namespace":"Microsoft.AnalysisServices","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"servers","locations":["West US","North Europe","South Central US","West Europe","West Central US","Southeast Asia","East US 2","North Central US","Brazil South","Canada Central","Australia Southeast","Japan East","UK South"],"apiVersions":["2016-05-16"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2016-05-16"]},{"resourceType":"locations/checkNameAvailability","locations":["West US","North Europe","South Central US","West Europe","West Central US","Southeast Asia","East US 2","North Central US","Brazil South","Canada Central","Australia Southeast","Japan East","UK South"],"apiVersions":["2016-05-16"]},{"resourceType":"locations/operationresults","locations":["West US","North Europe","South Central US","West Europe","West Central US","Southeast Asia","East US 2","North Central US","Brazil South","Canada Central","Australia Southeast","Japan East","UK South"],"apiVersions":["2016-05-16"]},{"resourceType":"locations/operationstatuses","locations":["West US","North Europe","South Central US","West Europe","West Central US","Southeast Asia","East US 2","North Central US","Brazil South","Canada Central","Australia Southeast","Japan East","UK South"],"apiVersions":["2016-05-16"]},{"resourceType":"operations","locations":["East US 2","South Central US"],"apiVersions":["2016-05-16"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ApiManagement","namespace":"Microsoft.ApiManagement","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"service","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","North Central US","South Central US","West Central US","West US","West US 2","Canada Central","Canada East","North Europe","West Europe","UK South","UK West","East Asia","Southeast Asia","Japan East","Japan West","Korea Central","Korea South","Brazil South","Central India","South India"],"apiVersions":["2016-10-10","2016-07-07","2015-09-15","2014-02-14"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"validateServiceName","locations":[],"apiVersions":["2015-09-15","2014-02-14"]},{"resourceType":"checkServiceNameAvailability","locations":[],"apiVersions":["2015-09-15","2014-02-14"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2016-10-10","2016-07-07","2015-09-15","2014-02-14"]},{"resourceType":"reportFeedback","locations":[],"apiVersions":["2016-10-10","2016-07-07","2015-09-15","2014-02-14"]},{"resourceType":"checkFeedbackRequired","locations":[],"apiVersions":["2016-10-10","2016-07-07","2015-09-15","2014-02-14"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-10-10","2016-07-07","2015-09-15","2014-02-14"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.AppService","namespace":"Microsoft.AppService","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"apiapps","locations":["East US","West US","South Central US","North Europe","East Asia","Japan East","West Europe","Southeast Asia","Japan West","North Central US","Central US","Brazil South","East US 2","Australia Southeast","Australia East","South India","Central India"],"apiVersions":["2015-03-01-preview","2015-03-01-alpha"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"appIdentities","locations":["East US","West US","South Central US","North Europe","East Asia","Japan East","West Europe","Southeast Asia","Japan West","North Central US","Central US","Brazil South","East US 2","Australia Southeast","Australia East","South India","Central India"],"apiVersions":["2015-03-01-preview","2015-03-01-alpha"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"gateways","locations":["East US","West US","South Central US","North Europe","East Asia","Japan East","West Europe","Southeast Asia","Japan West","North Central US","Central US","Brazil South","East US 2","Australia Southeast","Australia East","South India","Central India"],"apiVersions":["2015-03-01-preview","2015-03-01-alpha"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"deploymenttemplates","locations":[],"apiVersions":["2015-03-01-preview","2015-03-01-alpha"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-03-01-preview","2015-03-01-alpha"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Authorization","namespace":"Microsoft.Authorization","resourceTypes":[{"resourceType":"roleAssignments","locations":[],"apiVersions":["2016-07-01","2015-07-01","2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]},{"resourceType":"roleDefinitions","locations":[],"apiVersions":["2016-07-01","2015-07-01","2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]},{"resourceType":"classicAdministrators","locations":[],"apiVersions":["2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]},{"resourceType":"permissions","locations":[],"apiVersions":["2016-07-01","2015-07-01","2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]},{"resourceType":"locks","locations":[],"apiVersions":["2017-04-01","2016-09-01","2015-06-01","2015-05-01-preview","2015-01-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-07-01","2015-07-01","2015-01-01","2014-10-01-preview","2014-06-01"]},{"resourceType":"policyDefinitions","locations":[],"apiVersions":["2016-12-01","2016-04-01","2015-10-01-preview"]},{"resourceType":"policyAssignments","locations":[],"apiVersions":["2016-12-01","2016-04-01","2015-10-01-preview"]},{"resourceType":"providerOperations","locations":[],"apiVersions":["2016-07-01","2015-07-01-preview","2015-07-01"]},{"resourceType":"elevateAccess","locations":[],"apiVersions":["2016-07-01","2015-07-01","2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Automation","namespace":"Microsoft.Automation","authorizations":[{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"}],"resourceTypes":[{"resourceType":"automationAccounts","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India"],"apiVersions":["2015-10-31","2015-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"automationAccounts/runbooks","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India"],"apiVersions":["2015-10-31","2015-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"automationAccounts/webhooks","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India"],"apiVersions":["2015-10-31","2015-01-01-preview"]},{"resourceType":"operations","locations":["South Central US"],"apiVersions":["2015-10-31","2015-01-01-preview"]},{"resourceType":"automationAccounts/softwareUpdateConfigurations","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India"],"apiVersions":["2017-05-15-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.AzureActiveDirectory","namespace":"Microsoft.AzureActiveDirectory","resourceTypes":[{"resourceType":"b2cDirectories","locations":["Global","United States","Europe"],"apiVersions":["2017-01-30","2016-12-13-preview","2016-02-10-privatepreview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.AzureStack","namespace":"Microsoft.AzureStack","resourceTypes":[{"resourceType":"registrations","locations":["West Central US"],"apiVersions":["2016-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"registrations/products","locations":["West Central US"],"apiVersions":["2016-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Billing","namespace":"Microsoft.Billing","resourceTypes":[{"resourceType":"Invoices","locations":["Central US"],"apiVersions":["2017-02-27-preview"]},{"resourceType":"operations","locations":["Central US"],"apiVersions":["2017-02-27-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.BingMaps","namespace":"Microsoft.BingMaps","resourceTypes":[{"resourceType":"mapApis","locations":["West US"],"apiVersions":["2016-08-18","2015-07-02"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-18","2015-07-02"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-18","2015-07-02"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-18","2015-07-02"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.BizTalkServices","namespace":"Microsoft.BizTalkServices","resourceTypes":[{"resourceType":"BizTalk","locations":["East US","West US","North Europe","West Europe","Southeast Asia","East Asia","North Central US","Japan West","Japan East","South Central US"],"apiVersions":["2014-04-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.CertificateRegistration","namespace":"Microsoft.CertificateRegistration","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"certificateOrders","locations":["global"],"apiVersions":["2015-08-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"certificateOrders/certificates","locations":["global"],"apiVersions":["2015-08-01"]},{"resourceType":"validateCertificateRegistrationInformation","locations":["global"],"apiVersions":["2015-08-01"]},{"resourceType":"operations","locations":["global"],"apiVersions":["2015-08-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ClassicInfrastructureMigrate","namespace":"Microsoft.ClassicInfrastructureMigrate","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"classicInfrastructureResources","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","South India"],"apiVersions":["2015-06-15"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.CognitiveServices","namespace":"Microsoft.CognitiveServices","authorizations":[{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"}],"resourceTypes":[{"resourceType":"accounts","locations":["Global","West US","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["Global","West US","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"]},{"resourceType":"locations","locations":["Global","West US","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"]},{"resourceType":"locations/checkSkuAvailability","locations":["West US","Global","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"]},{"resourceType":"locations/updateAccountsCreationSettings","locations":["West US","Global","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"]},{"resourceType":"locations/accountsCreationSettings","locations":["West US","Global","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Commerce","namespace":"Microsoft.Commerce","resourceTypes":[{"resourceType":"UsageAggregates","locations":[],"apiVersions":["2015-06-01-preview","2015-03-31"]},{"resourceType":"RateCard","locations":[],"apiVersions":["2016-08-31-preview","2015-06-01-preview","2015-05-15"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-01-preview","2015-03-31"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/microsoft.consumption","namespace":"microsoft.consumption","resourceTypes":[{"resourceType":"reservationsummaries","locations":[],"apiVersions":["2017-01-30"]},{"resourceType":"reservationdetails","locations":[],"apiVersions":["2017-01-30"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ContentModerator","namespace":"Microsoft.ContentModerator","resourceTypes":[{"resourceType":"applications","locations":["Central US"],"apiVersions":["2016-04-08"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":[],"apiVersions":["2016-04-08"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-04-08"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-04-08"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.CustomerInsights","namespace":"Microsoft.CustomerInsights","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"hubs","locations":["East US 2"],"apiVersions":["2016-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"hubs/profiles","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/interactions","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/AuthorizationPolicies","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/connectors","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/connectors/mappings","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/kpi","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/views","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/links","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/roleAssignments","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/roles","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/widgetTypes","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/suggestTypeSchema","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"operations","locations":["East US 2"],"apiVersions":["2016-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DataCatalog","namespace":"Microsoft.DataCatalog","resourceTypes":[{"resourceType":"catalogs","locations":["East US","West US","Australia East","West Europe","North Europe","Southeast Asia","West Central US"],"apiVersions":["2016-03-30","2015-07-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNameAvailability","locations":["West Europe"],"apiVersions":["2016-03-30","2015-07-01-preview"]},{"resourceType":"operations","locations":["West Europe"],"apiVersions":["2016-03-30","2015-07-01-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-03-30","2015-07-01-preview"]},{"resourceType":"locations/jobs","locations":["East US","West US","Australia East","West Europe","North Europe","Southeast Asia","West Central US"],"apiVersions":["2016-03-30","2015-07-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DataFactory","namespace":"Microsoft.DataFactory","resourceTypes":[{"resourceType":"dataFactories","locations":["West US","North Europe","East US","West Central US"],"apiVersions":["2015-10-01","2015-09-01","2015-08-01","2015-07-01-preview","2015-05-01-preview","2015-01-01-preview","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"factories","locations":["East US"],"apiVersions":["2017-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"dataFactories/diagnosticSettings","locations":["North Europe","East US","West US","West Central US"],"apiVersions":["2014-04-01"]},{"resourceType":"dataFactories/metricDefinitions","locations":["North Europe","East US","West US","West Central US"],"apiVersions":["2014-04-01"]},{"resourceType":"checkDataFactoryNameAvailability","locations":[],"apiVersions":["2015-05-01-preview","2015-01-01-preview"]},{"resourceType":"checkAzureDataFactoryNameAvailability","locations":["West US","North Europe","East US","West Central US"],"apiVersions":["2015-10-01","2015-09-01","2015-08-01","2015-07-01-preview","2015-05-01-preview","2015-01-01-preview"]},{"resourceType":"dataFactorySchema","locations":["West US","North Europe","East US","West Central US"],"apiVersions":["2015-10-01","2015-09-01","2015-08-01","2015-07-01-preview","2015-05-01-preview","2015-01-01-preview"]},{"resourceType":"operations","locations":["West US","North Europe","East US","West Central US"],"apiVersions":["2015-10-01","2015-09-01","2015-08-01","2015-07-01-preview","2015-05-01-preview","2015-01-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DataLakeAnalytics","namespace":"Microsoft.DataLakeAnalytics","resourceTypes":[{"resourceType":"accounts","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"accounts/dataLakeStoreAccounts","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"accounts/storageAccounts","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"accounts/storageAccounts/containers","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"accounts/storageAccounts/containers/listSasTokens","locations":["East US 2","North Europe","Central US"],"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":"operations","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DataLakeStore","namespace":"Microsoft.DataLakeStore","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"accounts","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"accounts/firewallRules","locations":["East US 2","North Europe","Central US"],"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":"operations","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Devices","namespace":"Microsoft.Devices","resourceTypes":[{"resourceType":"checkNameAvailability","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"],"apiVersions":["2017-01-19","2016-02-03","2015-08-15-preview"]},{"resourceType":"operations","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"],"apiVersions":["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"],"apiVersions":["2017-01-19","2016-02-03","2015-08-15-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DocumentDB","namespace":"Microsoft.DocumentDB","resourceTypes":[{"resourceType":"databaseAccounts","locations":["Australia East","Australia Southeast","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 Central US","West Europe","West US","West US 2","UK West","UK South","Brazil South","Korea South","Korea Central"],"apiVersions":["2016-03-31","2016-03-19","2015-11-06","2015-04-08","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"databaseAccountNames","locations":["Australia East","Australia Southeast","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 Central US","West Europe","West US","West US 2","UK West","UK South","Brazil South","Korea South","Korea Central"],"apiVersions":["2016-03-31","2016-03-19","2015-11-06","2015-04-08","2014-04-01"]},{"resourceType":"operations","locations":["Australia East","Australia Southeast","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 Central US","West Europe","West US","West US 2","UK West","UK South","Brazil South","Korea South","Korea Central"],"apiVersions":["2016-03-31","2016-03-19","2015-11-06","2015-04-08","2014-04-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DomainRegistration","namespace":"Microsoft.DomainRegistration","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"domains","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"domains/domainOwnershipIdentifiers","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"topLevelDomains","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"checkDomainAvailability","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"listDomainRecommendations","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"validateDomainRegistrationInformation","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"generateSsoRequest","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"operations","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DynamicsLcs","namespace":"Microsoft.DynamicsLcs","resourceTypes":[{"resourceType":"lcsprojects","locations":["Brazil South","East Asia","East US","Japan East","Japan West","North Central US","North Europe","South Central US","West Europe","West US","Southeast Asia","Central US","East US 2","Australia East","Australia Southeast"],"apiVersions":["2015-05-01-alpha","2015-04-01-alpha","2015-03-01-alpha","2015-02-01-privatepreview","2015-02-01-preview","2015-02-01-beta","2015-02-01-alpha"]},{"resourceType":"lcsprojects/connectors","locations":["Brazil South","East Asia","East US","Japan East","Japan West","North Central US","North Europe","South Central US","West Europe","West US","Southeast Asia","Central US","East US 2","Australia East","Australia Southeast"],"apiVersions":["2015-05-01-alpha","2015-04-01-alpha","2015-03-01-alpha","2015-02-01-privatepreview","2015-02-01-preview","2015-02-01-beta","2015-02-01-alpha"]},{"resourceType":"lcsprojects/clouddeployments","locations":["Brazil South","East Asia","East US","Japan East","Japan West","North Central US","North Europe","South Central US","West Europe","West US","Southeast Asia","Central US","East US 2","Australia East","Australia Southeast"],"apiVersions":["2015-05-01-alpha","2015-04-01-alpha","2015-03-01-alpha","2015-02-01-privatepreview","2015-02-01-preview","2015-02-01-beta","2015-02-01-alpha"]},{"resourceType":"operations","locations":["Brazil South","East Asia","East US","Japan East","Japan West","North Central US","North Europe","South Central US","West Europe","West US","Southeast Asia","Central US","East US 2","Australia East","Australia Southeast"],"apiVersions":["2015-02-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Features","namespace":"Microsoft.Features","resourceTypes":[{"resourceType":"features","locations":[],"apiVersions":["2015-12-01","2014-08-01-preview"]},{"resourceType":"providers","locations":[],"apiVersions":["2015-12-01","2014-08-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-12-01","2014-08-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.HDInsight","namespace":"Microsoft.HDInsight","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>","managedByRoleDefinitionId":"346da55d-e1db-4a5a-89db-33ab3cdb6fc6"},"resourceTypes":[{"resourceType":"clusters","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","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"clusters/applications","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","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"clusters/operationresults","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","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["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":["2015-03-01-preview"]},{"resourceType":"locations/capabilities","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","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"locations/operationresults","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","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"locations/azureasyncoperations","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","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"locations/validateCreateRequest","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","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["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":["2015-03-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ImportExport","namespace":"Microsoft.ImportExport","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"jobs","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","West Central US","West Europe","West US","West US 2"],"apiVersions":["2016-11-01","2016-07-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2016-11-01","2016-07-01-preview"]},{"resourceType":"operationResults","locations":[],"apiVersions":["2016-11-01","2016-07-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2016-07-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Logic","namespace":"Microsoft.Logic","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"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","Canada Central","Canada East","West US 2","West Central US"],"apiVersions":["2016-06-01","2015-08-01-preview","2015-02-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"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","Canada Central","Canada East","West US 2","West Central US"],"apiVersions":["2016-06-01","2015-08-01-preview","2015-02-01-preview"]},{"resourceType":"locations","locations":["North Central US"],"apiVersions":["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","Canada Central","Canada East","West US 2","West Central US"],"apiVersions":["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","Canada Central","Canada East","West US 2"],"apiVersions":["2016-06-01","2015-08-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.MachineLearning","namespace":"Microsoft.MachineLearning","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"Workspaces","locations":["South Central US","West Europe","Southeast Asia","Japan East","West Central US"],"apiVersions":["2016-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"webServices","locations":["South Central US","West Europe","Southeast Asia","Japan East","East US 2","West Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["South Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"]},{"resourceType":"locations","locations":["South Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"]},{"resourceType":"locations/operations","locations":["South Central US","West Europe","Southeast Asia","Japan East","East US 2","West Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"]},{"resourceType":"locations/operationsStatus","locations":["South Central US","West Europe","Southeast Asia","Japan East","East US 2","West Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"]},{"resourceType":"commitmentPlans","locations":["South Central US","West Europe","Southeast Asia","Japan East","East US 2","West Central US"],"apiVersions":["2016-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.MarketplaceOrdering","namespace":"Microsoft.MarketplaceOrdering","resourceTypes":[{"resourceType":"agreements","locations":["South Central US","West US"],"apiVersions":["2015-06-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Media","namespace":"Microsoft.Media","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"mediaservices","locations":["Japan West","Japan East","East Asia","Southeast Asia","West Europe","North Europe","East US","West US","Australia East","Australia Southeast","Central US","Brazil South","Central India","South India","South Central US","Canada Central","Canada East","West Central US"],"apiVersions":["2015-10-01","2015-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":[],"apiVersions":["2015-10-01","2015-04-01"]},{"resourceType":"checknameavailability","locations":[],"apiVersions":["2015-10-01","2015-04-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.NotificationHubs","namespace":"Microsoft.NotificationHubs","resourceTypes":[{"resourceType":"namespaces","locations":["Australia East","Australia Southeast","Central US","East US","East 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","Canada Central","Canada East"],"apiVersions":["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","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","Canada Central","Canada East"],"apiVersions":["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","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","Canada Central","Canada East"],"apiVersions":["2016-03-01","2014-09-01"]},{"resourceType":"operations","locations":["Australia East","Australia Southeast","Central US","East US","East 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","Canada Central","Canada East"],"apiVersions":["2016-03-01","2014-09-01"]},{"resourceType":"operationResults","locations":["Australia East","Australia Southeast","Central US","East US","East 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","Canada Central","Canada East"],"apiVersions":["2016-03-01","2014-09-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.OperationsManagement","namespace":"Microsoft.OperationsManagement","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"solutions","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US"],"apiVersions":["2015-11-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":[],"apiVersions":["2015-11-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Portal","namespace":"Microsoft.Portal","resourceTypes":[{"resourceType":"dashboards","locations":["Central US","East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","South India","Central India","Canada Central","Canada East"],"apiVersions":["2015-08-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["Central US","East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","South India","Central India","Canada Central","Canada East"],"apiVersions":["2015-08-01-preview"]},{"resourceType":"consoles","locations":["West US"],"apiVersions":["2017-01-01-preview"]},{"resourceType":"userSettings","locations":["West US"],"apiVersions":["2017-01-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.PowerBI","namespace":"Microsoft.PowerBI","resourceTypes":[{"resourceType":"workspaceCollections","locations":["South Central US","North Central US","East US 2","West US","West Europe","North Europe","Brazil South","Southeast Asia","Australia Southeast","Canada Central","Japan East","UK South"],"apiVersions":["2016-01-29"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2016-01-29"]},{"resourceType":"locations/checkNameAvailability","locations":["South Central US","North Central US","East US 2","West US","West Europe","North Europe","Brazil South","Southeast Asia","Australia Southeast","Canada Central","Japan East","UK South"],"apiVersions":["2016-01-29"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.RecoveryServices","namespace":"Microsoft.RecoveryServices","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"vaults","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK South","UK West"],"apiVersions":["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":"None"},{"resourceType":"operations","locations":["Southeast Asia"],"apiVersions":["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":["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 Central US","Canada Central","Canada East","West US 2","UK South","UK West"],"apiVersions":["2016-06-01"]},{"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 Central US","Canada Central","Canada East","West US 2","UK South","UK West"],"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 Central US","Canada Central","Canada East","West US 2","UK South","UK West"],"apiVersions":["2016-06-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Relay","namespace":"Microsoft.Relay","authorization":{"applicationId":"<redacted>"},"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","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2016-07-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2016-07-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-07-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Resources","namespace":"Microsoft.Resources","resourceTypes":[{"resourceType":"tenants","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"providers","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"checkresourcename","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"resources","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/resources","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/providers","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/operationresults","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"resourceGroups","locations":["Central US","East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/resourceGroups","locations":["Central US","East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/resourcegroups/resources","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/locations","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/tagnames","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/tagNames/tagValues","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"deployments","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"deployments/operations","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"links","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Scheduler","namespace":"Microsoft.Scheduler","resourceTypes":[{"resourceType":"jobcollections","locations":["North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","Japan West","Japan East","Brazil South","Central US","East US 2","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-03-01","2016-01-01","2014-08-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","Japan West","Japan East","Brazil South","Central US","East US 2","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-03-01","2016-01-01","2014-08-01-preview"]},{"resourceType":"operationResults","locations":["North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","Japan West","Japan East","Brazil South","Central US","East US 2","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-03-01","2016-01-01","2014-08-01-preview"]},{"resourceType":"flows","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"],"apiVersions":["2015-08-01-preview","2015-02-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ServerManagement","namespace":"Microsoft.ServerManagement","resourceTypes":[{"resourceType":"operations","locations":["West US","West Central US","Central US","East US","North Europe","West Europe"],"apiVersions":["2016-07-01-preview","2015-07-01-preview"]},{"resourceType":"gateways","locations":["West US","West Central US","Central US","East US","North Europe","West Europe"],"apiVersions":["2016-07-01-preview","2015-07-01-preview"],"capabilities":"None"},{"resourceType":"nodes","locations":["West US","West Central US","Central US","East US","North Europe","West Europe"],"apiVersions":["2016-07-01-preview","2015-07-01-preview"],"capabilities":"None"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ServiceFabric","namespace":"Microsoft.ServiceFabric","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"clusters","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","Central India","Brazil South","South Central US","Korea Central","Korea South","Canada Central","Canada East"],"apiVersions":["2016-09-01","2016-03-01","2016-01-01-beta","2015-01-01-alpha"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2016-09-01","2016-03-01"]},{"resourceType":"locations/clusterVersions","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","Central India","Brazil South","South Central US","Korea Central","Korea South","Canada Central","Canada East"],"apiVersions":["2016-09-01","2016-03-01","2016-01-01-beta","2015-01-01-alpha"]},{"resourceType":"locations/operations","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","Central India","Brazil South","South Central US","Canada Central","Canada East"],"apiVersions":["2016-09-01","2016-03-01","2016-01-01-beta","2015-01-01-alpha"]},{"resourceType":"locations/operationResults","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","Central India","Brazil South","South Central US","Korea Central","Korea South","Canada Central","Canada East"],"apiVersions":["2016-09-01","2016-03-01","2016-01-01-beta","2015-01-01-alpha"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.StorSimple","namespace":"Microsoft.StorSimple","resourceTypes":[{"resourceType":"managers","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","West Central US","Japan East","Japan West","Australia East","Australia Southeast"],"apiVersions":["2017-01-01","2016-10-01","2016-06-01","2015-03-15","2014-09-01"],"capabilities":"None"},{"resourceType":"operations","locations":["West Central US","Southeast Asia"],"apiVersions":["2016-10-01","2016-06-01","2015-03-15","2014-09-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/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"],"apiVersions":["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"},{"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"],"apiVersions":["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":["2017-04-01-preview","2016-03-01","2015-11-01","2015-10-01","2015-09-01","2015-08-01-preview","2015-06-01","2015-05-01","2015-04-01","2015-03-01-preview"]},{"resourceType":"streamingjobs/diagnosticSettings","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Central India","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast"],"apiVersions":["2014-04-01"]},{"resourceType":"streamingjobs/metricDefinitions","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Central India","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast"],"apiVersions":["2014-04-01"]},{"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"],"apiVersions":["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","2014-04-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.TimeSeriesInsights","namespace":"Microsoft.TimeSeriesInsights","resourceTypes":[{"resourceType":"environments","locations":["East US 2","North Europe","West Europe","West US"],"apiVersions":["2017-02-28-preview"],"capabilities":"None"},{"resourceType":"environments/eventsources","locations":["East US 2","North Europe","West Europe","West US"],"apiVersions":["2017-02-28-preview"],"capabilities":"None"},{"resourceType":"environments/referenceDataSets","locations":["East US 2","North Europe","West Europe","West US"],"apiVersions":["2017-02-28-preview"],"capabilities":"None"},{"resourceType":"environments/accessPolicies","locations":["East US 2","North Europe","West Europe","West US"],"apiVersions":["2017-02-28-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/microsoft.visualstudio","namespace":"microsoft.visualstudio","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"account","locations":["North Central US","South Central US","East US","West US","Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","Central India","South India"],"apiVersions":["2014-04-01-preview","2014-02-26"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"account/project","locations":["North Central US","South Central US","East US","West US","Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","Central India","South India"],"apiVersions":["2014-04-01-preview","2014-02-26"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"account/extension","locations":["North Central US","South Central US","East US","West US","Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","Central India","South India"],"apiVersions":["2014-04-01-preview","2014-02-26"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Web","namespace":"Microsoft.Web","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"sites/extensions","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-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/slots/extensions","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-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/instances","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-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/slots/instances","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-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/instances/extensions","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-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/slots/instances/extensions","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"publishingUsers","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2"],"apiVersions":["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":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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":"listSitesAssignedToHostName","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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","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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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/domainOwnershipIdentifiers","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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","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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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","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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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":"None"},{"resourceType":"serverFarms","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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":"serverFarms/workers","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"sites/slots","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-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":"runtimes","locations":[],"apiVersions":["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":"sites/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"sites/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"sites/slots/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"sites/slots/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"serverFarms/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"serverFarms/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"sites/recommendations","locations":[],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"recommendations","locations":[],"apiVersions":["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":["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","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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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","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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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","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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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","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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/multiRolePools/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/multiRolePools/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/multiRolePools/instances","locations":[],"apiVersions":["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":"hostingEnvironments/multiRolePools/instances/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/multiRolePools/instances/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools/instances","locations":[],"apiVersions":["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":"hostingEnvironments/workerPools/instances/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools/instances/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"managedHostingEnvironments","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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":"deploymentLocations","locations":[],"apiVersions":["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":"functions","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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":["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":"classicMobileServices","locations":[],"apiVersions":["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":"None"},{"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 US 2","West Central US","Canada Central","Canada East"],"apiVersions":["2016-06-01","2015-08-01-preview"],"capabilities":"None"},{"resourceType":"locations","locations":[],"apiVersions":["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 US 2","West Central US","Canada Central","Canada East"],"apiVersions":["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 US 2","West Central US","Canada Central","Canada East"],"apiVersions":["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 US 2","West Central US","Canada Central","Canada East"],"apiVersions":["2016-06-01","2015-08-01-preview"],"capabilities":"None"},{"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 US 2","West Central US","Canada Central","Canada East"],"apiVersions":["2016-06-01","2015-08-01-preview"]},{"resourceType":"checkNameAvailability","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Myget.PackageManagement","namespace":"Myget.PackageManagement","resourceTypes":[{"resourceType":"services","locations":["West Europe"],"apiVersions":["2015-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/NewRelic.APM","namespace":"NewRelic.APM","authorization":{"allowedThirdPartyExtensions":[{"name":"NewRelic_AzurePortal_APM"}]},"resourceTypes":[{"resourceType":"accounts","locations":["North Central US","South Central US","West US","East US","North Europe","West Europe","Southeast Asia","East Asia"],"apiVersions":["2014-10-01","2014-04-01"],"capabilities":"None"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Paraleap.CloudMonix","namespace":"Paraleap.CloudMonix","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-08-10"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-10"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-10"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-10"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Pokitdok.Platform","namespace":"Pokitdok.Platform","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-05-17"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-05-17"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-05-17"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-05-17"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/RavenHq.Db","namespace":"RavenHq.Db","resourceTypes":[{"resourceType":"databases","locations":["East US"],"apiVersions":["2016-07-18","2016-06-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-07-18","2016-06-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-07-18","2016-06-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-07-18","2016-06-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Raygun.CrashReporting","namespace":"Raygun.CrashReporting","resourceTypes":[{"resourceType":"apps","locations":["East US"],"apiVersions":["2015-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/RedisLabs.Memcached","namespace":"RedisLabs.Memcached","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2016-07-10"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/RedisLabs.Redis","namespace":"RedisLabs.Redis","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2016-07-10"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/RevAPM.MobileCDN","namespace":"RevAPM.MobileCDN","resourceTypes":[{"resourceType":"accounts","locations":["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","Australia East","Australia Southeast"],"apiVersions":["2016-08-29"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-29"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-29"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-29"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Sendgrid.Email","namespace":"Sendgrid.Email","resourceTypes":[{"resourceType":"accounts","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","Canada Central","Canada East","West Central US","West US 2","UK South","UK West"],"apiVersions":["2015-01-01"],"capabilities":"None"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Signiant.Flight","namespace":"Signiant.Flight","resourceTypes":[{"resourceType":"accounts","locations":["East US","Central US","North Central US","South Central US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast"],"apiVersions":["2015-06-29"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-29"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-06-29"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-06-29"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Sparkpost.Basic","namespace":"Sparkpost.Basic","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-08-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/stackify.retrace","namespace":"stackify.retrace","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/SuccessBricks.ClearDB","namespace":"SuccessBricks.ClearDB","resourceTypes":[{"resourceType":"databases","locations":["Brazil South","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","West Europe","West US","South Central US","Australia East","Australia Southeast","Canada Central","Canada East","Central India","South India"],"apiVersions":["2014-04-01"],"capabilities":"None"},{"resourceType":"clusters","locations":["Brazil South","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","West Europe","West US","Australia Southeast","Australia East","South Central US","Canada Central","Canada East","Central India","South India"],"apiVersions":["2014-04-01"],"capabilities":"None"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/TrendMicro.DeepSecurity","namespace":"TrendMicro.DeepSecurity","resourceTypes":[{"resourceType":"accounts","locations":["Central US"],"apiVersions":["2015-06-15"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/U2uconsult.TheIdentityHub","namespace":"U2uconsult.TheIdentityHub","resourceTypes":[{"resourceType":"services","locations":["West Europe"],"apiVersions":["2015-06-15"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]}],"registrationState":"NotRegistered"}]}
2017/04/26 12:11:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/26 12:11:24 [DEBUG] Skipping provider registration for namespace Microsoft.Cache
2017/04/26 12:11:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/26 12:11:24 [DEBUG] Skipping provider registration for namespace Microsoft.Cdn
2017/04/26 12:11:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/26 12:11:24 [DEBUG] Skipping provider registration for namespace Microsoft.Compute
2017/04/26 12:11:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/26 12:11:24 [DEBUG] Skipping provider registration for namespace Microsoft.ContainerRegistry
2017/04/26 12:11:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/26 12:11:24 [DEBUG] Skipping provider registration for namespace Microsoft.ContainerService
2017/04/26 12:11:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/26 12:11:24 [DEBUG] Skipping provider registration for namespace Microsoft.EventHub
2017/04/26 12:11:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/26 12:11:24 [DEBUG] Skipping provider registration for namespace Microsoft.KeyVault
2017/04/26 12:11:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/26 12:11:24 [DEBUG] Skipping provider registration for namespace Microsoft.Network
2017/04/26 12:11:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/26 12:11:24 [DEBUG] Skipping provider registration for namespace Microsoft.Search
2017/04/26 12:11:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/26 12:11:24 [DEBUG] Skipping provider registration for namespace Microsoft.ServiceBus
2017/04/26 12:11:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/26 12:11:24 [DEBUG] Skipping provider registration for namespace Microsoft.Sql
2017/04/26 12:11:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/26 12:11:24 [DEBUG] Skipping provider registration for namespace Microsoft.Storage
2017/04/26 12:11:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/26 12:11:24 [DEBUG] Skipping provider registration for namespace Microsoft.Resources
2017/04/26 12:11:24 [TRACE] [walkImport] Exiting eval tree: provider.azurerm
2017/04/26 12:11:24 [DEBUG] dag/walk: walking "module.vnet.provider.azurerm"
2017/04/26 12:11:24 [DEBUG] vertex 'root.module.vnet.provider.azurerm': walking
2017/04/26 12:11:24 [DEBUG] dag/walk: walking "module.subnet-log.provider.azurerm"
2017/04/26 12:11:24 [DEBUG] vertex 'root.module.subnet-log.provider.azurerm': walking
2017/04/26 12:11:24 [DEBUG] vertex 'root.module.vnet.provider.azurerm': evaluating
2017/04/26 12:11:24 [DEBUG] dag/walk: walking "module.subnet-deploy.provider.azurerm"
2017/04/26 12:11:24 [DEBUG] vertex 'root.module.subnet-deploy.provider.azurerm': walking
2017/04/26 12:11:24 [DEBUG] dag/walk: walking "module.virtual-machines-web.provider.azurerm"
2017/04/26 12:11:24 [DEBUG] vertex 'root.module.virtual-machines-web.provider.azurerm': walking
2017/04/26 12:11:24 [DEBUG] vertex 'root.module.subnet-log.provider.azurerm': evaluating
2017/04/26 12:11:24 [DEBUG] dag/walk: walking "module.subnet-storage.provider.azurerm"
2017/04/26 12:11:24 [DEBUG] vertex 'root.module.subnet-storage.provider.azurerm': walking
2017/04/26 12:11:24 [DEBUG] dag/walk: walking "azurerm_virtual_machine.worker-web05-prod (import id: /subscriptions/<redacted>/resourceGroups/WebProd/providers/Microsoft.Compute/virtualMachines/worker-web05)"
2017/04/26 12:11:24 [DEBUG] dag/walk: walking "module.subnet-internal-lb.provider.azurerm"
2017/04/26 12:11:24 [DEBUG] dag/walk: walking "module.subnet-sidekiq.provider.azurerm"
2017/04/26 12:11:24 [DEBUG] vertex 'root.module.subnet-internal-lb.provider.azurerm': walking
2017/04/26 12:11:24 [DEBUG] vertex 'root.module.subnet-sidekiq.provider.azurerm': walking
2017/04/26 12:11:24 [DEBUG] dag/walk: walking "module.subnet-web.provider.azurerm"
2017/04/26 12:11:24 [DEBUG] vertex 'root.module.subnet-web.provider.azurerm': walking
2017/04/26 12:11:24 [DEBUG] vertex 'root.module.virtual-machines-web.provider.azurerm': evaluating
2017/04/26 12:11:24 [DEBUG] dag/walk: walking "module.subnet-consul.provider.azurerm"
2017/04/26 12:11:24 [DEBUG] dag/walk: walking "module.subnet-external-lb.provider.azurerm"
2017/04/26 12:11:24 [DEBUG] dag/walk: walking "module.subnet-monitoring.provider.azurerm"
2017/04/26 12:11:24 [DEBUG] vertex 'root.module.subnet-consul.provider.azurerm': walking
2017/04/26 12:11:24 [DEBUG] vertex 'root.module.subnet-monitoring.provider.azurerm': walking
2017/04/26 12:11:24 [DEBUG] vertex 'root.module.subnet-external-lb.provider.azurerm': walking
2017/04/26 12:11:24 [DEBUG] dag/walk: walking "module.subnet-git.provider.azurerm"
2017/04/26 12:11:24 [DEBUG] vertex 'root.module.subnet-git.provider.azurerm': walking
2017/04/26 12:11:24 [DEBUG] dag/walk: walking "module.subnet-vault.provider.azurerm"
2017/04/26 12:11:24 [DEBUG] vertex 'root.module.subnet-vault.provider.azurerm': walking
2017/04/26 12:11:24 [DEBUG] dag/walk: walking "module.subnet-db.provider.azurerm"
2017/04/26 12:11:24 [DEBUG] vertex 'root.module.subnet-db.provider.azurerm': walking
2017/04/26 12:11:24 [DEBUG] vertex 'root.module.subnet-internal-lb.provider.azurerm': evaluating
2017/04/26 12:11:24 [DEBUG] dag/walk: walking "module.subnet-redis.provider.azurerm"
2017/04/26 12:11:24 [DEBUG] vertex 'root.module.subnet-redis.provider.azurerm': walking
2017/04/26 12:11:24 [DEBUG] vertex 'root.module.subnet-db.provider.azurerm': evaluating
2017/04/26 12:11:24 [DEBUG] vertex 'root.azurerm_virtual_machine.worker-web05-prod (import id: /subscriptions/<redacted>/resourceGroups/WebProd/providers/Microsoft.Compute/virtualMachines/worker-web05)': walking
2017/04/26 12:11:24 [DEBUG] dag/walk: walking "module.subnet-api.provider.azurerm"
2017/04/26 12:11:24 [DEBUG] vertex 'root.module.subnet-api.provider.azurerm': walking
2017/04/26 12:11:24 [DEBUG] vertex 'root.module.subnet-redis.provider.azurerm': evaluating
2017/04/26 12:11:24 [DEBUG] vertex 'root.module.subnet-api.provider.azurerm': evaluating
2017/04/26 12:11:24 [DEBUG] vertex 'root.module.subnet-sidekiq.provider.azurerm': evaluating
2017/04/26 12:11:24 [DEBUG] vertex 'root.module.subnet-deploy.provider.azurerm': evaluating
2017/04/26 12:11:24 [DEBUG] vertex 'root.module.subnet-web.provider.azurerm': evaluating
2017/04/26 12:11:24 [TRACE] [walkImport] Entering eval tree: module.virtual-machines-web.provider.azurerm
2017/04/26 12:11:24 [TRACE] [walkImport] Entering eval tree: module.subnet-web.provider.azurerm
2017/04/26 12:11:24 [DEBUG] root.virtual-machines-web: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.virtual-machines-web: eval: *terraform.EvalInitProvider
2017/04/26 12:11:24 [DEBUG] vertex 'root.module.subnet-consul.provider.azurerm': evaluating
2017/04/26 12:11:24 [DEBUG] root.subnet-web: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.subnet-web: eval: *terraform.EvalInitProvider
2017/04/26 12:11:24 [TRACE] [walkImport] Entering eval tree: module.subnet-consul.provider.azurerm
2017/04/26 12:11:24 [DEBUG] root.subnet-consul: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.subnet-consul: eval: *terraform.EvalInitProvider
2017/04/26 12:11:24 [DEBUG] vertex 'root.module.subnet-monitoring.provider.azurerm': evaluating
2017/04/26 12:11:24 [TRACE] [walkImport] Entering eval tree: module.subnet-monitoring.provider.azurerm
2017/04/26 12:11:24 [DEBUG] root.subnet-monitoring: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.subnet-monitoring: eval: *terraform.EvalInitProvider
2017/04/26 12:11:24 [DEBUG] vertex 'root.module.subnet-git.provider.azurerm': evaluating
2017/04/26 12:11:24 [DEBUG] vertex 'root.module.subnet-vault.provider.azurerm': evaluating
2017/04/26 12:11:24 [TRACE] [walkImport] Entering eval tree: module.subnet-internal-lb.provider.azurerm
2017/04/26 12:11:24 [TRACE] [walkImport] Entering eval tree: module.subnet-vault.provider.azurerm
2017/04/26 12:11:24 [DEBUG] root.subnet-internal-lb: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.subnet-vault: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.subnet-vault: eval: *terraform.EvalInitProvider
2017/04/26 12:11:24 [DEBUG] root.subnet-internal-lb: eval: *terraform.EvalInitProvider
2017/04/26 12:11:24 [TRACE] [walkImport] Entering eval tree: module.subnet-log.provider.azurerm
2017/04/26 12:11:24 [DEBUG] root.subnet-log: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.subnet-log: eval: *terraform.EvalInitProvider
2017/04/26 12:11:24 [TRACE] [walkImport] Entering eval tree: module.subnet-db.provider.azurerm
2017/04/26 12:11:24 [DEBUG] root.subnet-db: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.subnet-db: eval: *terraform.EvalInitProvider
2017/04/26 12:11:24 [TRACE] [walkImport] Entering eval tree: module.vnet.provider.azurerm
2017/04/26 12:11:24 [DEBUG] root.vnet: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.vnet: eval: *terraform.EvalInitProvider
2017/04/26 12:11:24 [DEBUG] vertex 'root.azurerm_virtual_machine.worker-web05-prod (import id: /subscriptions/<redacted>/resourceGroups/WebProd/providers/Microsoft.Compute/virtualMachines/worker-web05)': evaluating
2017/04/26 12:11:24 [TRACE] [walkImport] Entering eval tree: module.subnet-redis.provider.azurerm
2017/04/26 12:11:24 [DEBUG] root.subnet-redis: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [TRACE] [walkImport] Entering eval tree: azurerm_virtual_machine.worker-web05-prod (import id: /subscriptions/<redacted>/resourceGroups/WebProd/providers/Microsoft.Compute/virtualMachines/worker-web05)
2017/04/26 12:11:24 [DEBUG] root.subnet-redis: eval: *terraform.EvalInitProvider
2017/04/26 12:11:24 [DEBUG] vertex 'root.module.subnet-storage.provider.azurerm': evaluating
2017/04/26 12:11:24 [TRACE] [walkImport] Entering eval tree: module.subnet-storage.provider.azurerm
2017/04/26 12:11:24 [TRACE] [walkImport] Entering eval tree: module.subnet-api.provider.azurerm
2017/04/26 12:11:24 [TRACE] [walkImport] Entering eval tree: module.subnet-sidekiq.provider.azurerm
2017/04/26 12:11:24 [TRACE] [walkImport] Entering eval tree: module.subnet-deploy.provider.azurerm
2017/04/26 12:11:24 [TRACE] [walkImport] Entering eval tree: module.subnet-git.provider.azurerm
2017/04/26 12:11:24 [DEBUG] vertex 'root.module.subnet-external-lb.provider.azurerm': evaluating
2017/04/26 12:11:24 [TRACE] [walkImport] Entering eval tree: module.subnet-external-lb.provider.azurerm
2017/04/26 12:11:24 [DEBUG] root.virtual-machines-web: eval: *terraform.EvalOpFilter
2017/04/26 12:11:24 [DEBUG] root.virtual-machines-web: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.virtual-machines-web: eval: *terraform.EvalGetProvider
2017/04/26 12:11:24 [DEBUG] root.virtual-machines-web: eval: *terraform.EvalInterpolate
2017/04/26 12:11:24 [DEBUG] root.virtual-machines-web: eval: *terraform.EvalBuildProviderConfig
2017/04/26 12:11:24 [DEBUG] root.subnet-consul: eval: *terraform.EvalOpFilter
2017/04/26 12:11:24 [DEBUG] root.subnet-consul: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.subnet-consul: eval: *terraform.EvalGetProvider
2017/04/26 12:11:24 [DEBUG] root.subnet-consul: eval: *terraform.EvalInterpolate
2017/04/26 12:11:24 [DEBUG] root.subnet-consul: eval: *terraform.EvalBuildProviderConfig
2017/04/26 12:11:24 [DEBUG] root.subnet-consul: eval: *terraform.EvalInputProvider
2017/04/26 12:11:24 [DEBUG] root.subnet-consul: eval: terraform.EvalNoop
2017/04/26 12:11:24 [DEBUG] root.subnet-consul: eval: *terraform.EvalOpFilter
2017/04/26 12:11:24 [DEBUG] root.subnet-consul: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.subnet-consul: eval: *terraform.EvalGetProvider
2017/04/26 12:11:24 [DEBUG] root.subnet-consul: eval: *terraform.EvalInterpolate
2017/04/26 12:11:24 [DEBUG] root.subnet-consul: eval: *terraform.EvalBuildProviderConfig
2017/04/26 12:11:24 [DEBUG] root.subnet-vault: eval: *terraform.EvalOpFilter
2017/04/26 12:11:24 [DEBUG] root.subnet-vault: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.subnet-vault: eval: *terraform.EvalGetProvider
2017/04/26 12:11:24 [DEBUG] root.subnet-vault: eval: *terraform.EvalInterpolate
2017/04/26 12:11:24 [DEBUG] root.subnet-vault: eval: *terraform.EvalBuildProviderConfig
2017/04/26 12:11:24 [DEBUG] root.subnet-log: eval: *terraform.EvalOpFilter
2017/04/26 12:11:24 [DEBUG] root.subnet-log: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.subnet-log: eval: *terraform.EvalGetProvider
2017/04/26 12:11:24 [DEBUG] root.vnet: eval: *terraform.EvalOpFilter
2017/04/26 12:11:24 [DEBUG] root.vnet: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.vnet: eval: *terraform.EvalGetProvider
2017/04/26 12:11:24 [DEBUG] root.subnet-web: eval: *terraform.EvalOpFilter
2017/04/26 12:11:24 [DEBUG] root.subnet-web: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.subnet-web: eval: *terraform.EvalGetProvider
2017/04/26 12:11:24 [DEBUG] root.subnet-web: eval: *terraform.EvalInterpolate
2017/04/26 12:11:24 [DEBUG] root.subnet-web: eval: *terraform.EvalBuildProviderConfig
2017/04/26 12:11:24 [DEBUG] root.subnet-monitoring: eval: *terraform.EvalOpFilter
2017/04/26 12:11:24 [DEBUG] root.subnet-monitoring: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.subnet-monitoring: eval: *terraform.EvalGetProvider
2017/04/26 12:11:24 [DEBUG] root.subnet-monitoring: eval: *terraform.EvalInterpolate
2017/04/26 12:11:24 [DEBUG] root.subnet-monitoring: eval: *terraform.EvalBuildProviderConfig
2017/04/26 12:11:24 [DEBUG] root.subnet-consul: eval: *terraform.EvalSetProviderConfig
2017/04/26 12:11:24 [DEBUG] root.subnet-db: eval: *terraform.EvalOpFilter
2017/04/26 12:11:24 [DEBUG] root.subnet-db: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.subnet-db: eval: *terraform.EvalGetProvider
2017/04/26 12:11:24 [DEBUG] root.subnet-db: eval: *terraform.EvalInterpolate
2017/04/26 12:11:24 [DEBUG] root.subnet-db: eval: *terraform.EvalBuildProviderConfig
2017/04/26 12:11:24 [DEBUG] root.subnet-log: eval: *terraform.EvalInterpolate
2017/04/26 12:11:24 [DEBUG] root.subnet-log: eval: *terraform.EvalBuildProviderConfig
2017/04/26 12:11:24 [DEBUG] root.subnet-redis: eval: *terraform.EvalOpFilter
2017/04/26 12:11:24 [DEBUG] root.subnet-redis: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.subnet-redis: eval: *terraform.EvalGetProvider
2017/04/26 12:11:24 [DEBUG] root.subnet-redis: eval: *terraform.EvalInterpolate
2017/04/26 12:11:24 [DEBUG] root.subnet-redis: eval: *terraform.EvalBuildProviderConfig
2017/04/26 12:11:24 [DEBUG] root.virtual-machines-web: eval: *terraform.EvalInputProvider
2017/04/26 12:11:24 [DEBUG] root.subnet-internal-lb: eval: *terraform.EvalOpFilter
2017/04/26 12:11:24 [DEBUG] root.subnet-internal-lb: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.subnet-internal-lb: eval: *terraform.EvalGetProvider
2017/04/26 12:11:24 [DEBUG] root.subnet-internal-lb: eval: *terraform.EvalInterpolate
2017/04/26 12:11:24 [DEBUG] root.subnet-internal-lb: eval: *terraform.EvalBuildProviderConfig
2017/04/26 12:11:24 [DEBUG] root.subnet-monitoring: eval: *terraform.EvalInputProvider
2017/04/26 12:11:24 [DEBUG] root.subnet-monitoring: eval: terraform.EvalNoop
2017/04/26 12:11:24 [DEBUG] root.subnet-monitoring: eval: *terraform.EvalOpFilter
2017/04/26 12:11:24 [DEBUG] root.subnet-monitoring: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.subnet-monitoring: eval: *terraform.EvalGetProvider
2017/04/26 12:11:24 [DEBUG] root.subnet-monitoring: eval: *terraform.EvalInterpolate
2017/04/26 12:11:24 [DEBUG] root.subnet-internal-lb: eval: *terraform.EvalInputProvider
2017/04/26 12:11:24 [DEBUG] root.subnet-internal-lb: eval: terraform.EvalNoop
2017/04/26 12:11:24 [DEBUG] root.subnet-monitoring: eval: *terraform.EvalBuildProviderConfig
2017/04/26 12:11:24 [DEBUG] root.subnet-internal-lb: eval: *terraform.EvalOpFilter
2017/04/26 12:11:24 [DEBUG] root.subnet-internal-lb: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.subnet-internal-lb: eval: *terraform.EvalGetProvider
2017/04/26 12:11:24 [DEBUG] root.subnet-internal-lb: eval: *terraform.EvalInterpolate
2017/04/26 12:11:24 [DEBUG] root.subnet-internal-lb: eval: *terraform.EvalBuildProviderConfig
2017/04/26 12:11:24 [DEBUG] root.subnet-monitoring: eval: *terraform.EvalSetProviderConfig
2017/04/26 12:11:24 [DEBUG] root.subnet-monitoring: eval: *terraform.EvalOpFilter
2017/04/26 12:11:24 [DEBUG] root.subnet-monitoring: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.subnet-monitoring: eval: *terraform.EvalConfigProvider
2017/04/26 12:11:24 [DEBUG] root.subnet-internal-lb: eval: *terraform.EvalSetProviderConfig
2017/04/26 12:11:24 [DEBUG] root.subnet-internal-lb: eval: *terraform.EvalOpFilter
2017/04/26 12:11:24 [DEBUG] root.subnet-internal-lb: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.subnet-internal-lb: eval: *terraform.EvalConfigProvider
2017/04/26 12:11:24 [DEBUG] root.subnet-consul: eval: *terraform.EvalOpFilter
2017/04/26 12:11:24 [DEBUG] root.subnet-consul: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.subnet-consul: eval: *terraform.EvalConfigProvider
2017/04/26 12:11:24 [DEBUG] root.subnet-log: eval: *terraform.EvalInputProvider
2017/04/26 12:11:24 [DEBUG] root.subnet-log: eval: terraform.EvalNoop
2017/04/26 12:11:24 [DEBUG] root.subnet-log: eval: *terraform.EvalOpFilter
2017/04/26 12:11:24 [DEBUG] root.subnet-log: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.subnet-log: eval: *terraform.EvalGetProvider
2017/04/26 12:11:24 [DEBUG] root.subnet-log: eval: *terraform.EvalInterpolate
2017/04/26 12:11:24 [DEBUG] root.subnet-log: eval: *terraform.EvalBuildProviderConfig
2017/04/26 12:11:24 [DEBUG] root.subnet-db: eval: *terraform.EvalInputProvider
2017/04/26 12:11:24 [DEBUG] root.subnet-db: eval: terraform.EvalNoop
2017/04/26 12:11:24 [DEBUG] root.subnet-db: eval: *terraform.EvalOpFilter
2017/04/26 12:11:24 [DEBUG] root.subnet-db: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.subnet-db: eval: *terraform.EvalGetProvider
2017/04/26 12:11:24 [DEBUG] root.subnet-db: eval: *terraform.EvalInterpolate
2017/04/26 12:11:24 [DEBUG] root.subnet-db: eval: *terraform.EvalBuildProviderConfig
2017/04/26 12:11:24 [DEBUG] root.subnet-log: eval: *terraform.EvalSetProviderConfig
2017/04/26 12:11:24 [DEBUG] root.subnet-log: eval: *terraform.EvalOpFilter
2017/04/26 12:11:24 [DEBUG] root.subnet-log: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.subnet-log: eval: *terraform.EvalConfigProvider
2017/04/26 12:11:24 [DEBUG] root.vnet: eval: *terraform.EvalInterpolate
2017/04/26 12:11:24 [DEBUG] root.vnet: eval: *terraform.EvalBuildProviderConfig
2017/04/26 12:11:24 [DEBUG] root.subnet-db: eval: *terraform.EvalSetProviderConfig
2017/04/26 12:11:24 [DEBUG] root.subnet-db: eval: *terraform.EvalOpFilter
2017/04/26 12:11:24 [DEBUG] root.subnet-db: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.subnet-db: eval: *terraform.EvalConfigProvider
2017/04/26 12:11:24 [DEBUG] root.subnet-vault: eval: *terraform.EvalInputProvider
2017/04/26 12:11:24 [DEBUG] root.subnet-vault: eval: terraform.EvalNoop
2017/04/26 12:11:24 [DEBUG] root.subnet-vault: eval: *terraform.EvalOpFilter
2017/04/26 12:11:24 [DEBUG] root.subnet-vault: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.subnet-vault: eval: *terraform.EvalGetProvider
2017/04/26 12:11:24 [DEBUG] root.subnet-vault: eval: *terraform.EvalInterpolate
2017/04/26 12:11:24 [DEBUG] root.subnet-vault: eval: *terraform.EvalBuildProviderConfig
2017/04/26 12:11:24 [DEBUG] root.subnet-vault: eval: *terraform.EvalSetProviderConfig
2017/04/26 12:11:24 [DEBUG] root.subnet-vault: eval: *terraform.EvalOpFilter
2017/04/26 12:11:24 [DEBUG] root.subnet-vault: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.subnet-vault: eval: *terraform.EvalConfigProvider
2017/04/26 12:11:24 [DEBUG] root.virtual-machines-web: eval: terraform.EvalNoop
2017/04/26 12:11:24 [DEBUG] root.virtual-machines-web: eval: *terraform.EvalOpFilter
2017/04/26 12:11:24 [DEBUG] root.virtual-machines-web: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.virtual-machines-web: eval: *terraform.EvalGetProvider
2017/04/26 12:11:24 [DEBUG] root.virtual-machines-web: eval: *terraform.EvalInterpolate
2017/04/26 12:11:24 [DEBUG] root.virtual-machines-web: eval: *terraform.EvalBuildProviderConfig
2017/04/26 12:11:24 [DEBUG] root.virtual-machines-web: eval: *terraform.EvalSetProviderConfig
2017/04/26 12:11:24 [DEBUG] root.virtual-machines-web: eval: *terraform.EvalOpFilter
2017/04/26 12:11:24 [DEBUG] root.virtual-machines-web: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.virtual-machines-web: eval: *terraform.EvalConfigProvider
2017/04/26 12:11:24 [DEBUG] root.subnet-web: eval: *terraform.EvalInputProvider
2017/04/26 12:11:24 [DEBUG] root.subnet-web: eval: terraform.EvalNoop
2017/04/26 12:11:24 [DEBUG] root.subnet-web: eval: *terraform.EvalOpFilter
2017/04/26 12:11:24 [DEBUG] root.subnet-web: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.subnet-web: eval: *terraform.EvalGetProvider
2017/04/26 12:11:24 [DEBUG] root.subnet-web: eval: *terraform.EvalInterpolate
2017/04/26 12:11:24 [DEBUG] root.subnet-web: eval: *terraform.EvalBuildProviderConfig
2017/04/26 12:11:24 [DEBUG] root.subnet-web: eval: *terraform.EvalSetProviderConfig
2017/04/26 12:11:24 [DEBUG] root.subnet-web: eval: *terraform.EvalOpFilter
2017/04/26 12:11:24 [DEBUG] root.subnet-web: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.subnet-web: eval: *terraform.EvalConfigProvider
2017/04/26 12:11:24 [DEBUG] root.vnet: eval: *terraform.EvalInputProvider
2017/04/26 12:11:24 [DEBUG] root.vnet: eval: terraform.EvalNoop
2017/04/26 12:11:24 [DEBUG] root.vnet: eval: *terraform.EvalOpFilter
2017/04/26 12:11:24 [DEBUG] root.vnet: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.vnet: eval: *terraform.EvalGetProvider
2017/04/26 12:11:24 [DEBUG] root.vnet: eval: *terraform.EvalInterpolate
2017/04/26 12:11:24 [DEBUG] root.vnet: eval: *terraform.EvalBuildProviderConfig
2017/04/26 12:11:24 [DEBUG] root.vnet: eval: *terraform.EvalSetProviderConfig
2017/04/26 12:11:24 [DEBUG] root.vnet: eval: *terraform.EvalOpFilter
2017/04/26 12:11:24 [DEBUG] root.vnet: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.vnet: eval: *terraform.EvalConfigProvider
2017/04/26 12:11:24 [DEBUG] root.subnet-redis: eval: *terraform.EvalInputProvider
2017/04/26 12:11:24 [DEBUG] root.subnet-redis: eval: terraform.EvalNoop
2017/04/26 12:11:24 [DEBUG] root.subnet-redis: eval: *terraform.EvalOpFilter
2017/04/26 12:11:24 [DEBUG] root.subnet-redis: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.subnet-redis: eval: *terraform.EvalGetProvider
2017/04/26 12:11:24 [DEBUG] root.subnet-redis: eval: *terraform.EvalInterpolate
2017/04/26 12:11:24 [DEBUG] root.subnet-redis: eval: *terraform.EvalBuildProviderConfig
2017/04/26 12:11:24 [DEBUG] root.subnet-redis: eval: *terraform.EvalSetProviderConfig
2017/04/26 12:11:24 [DEBUG] root.subnet-redis: eval: *terraform.EvalOpFilter
2017/04/26 12:11:24 [DEBUG] root.subnet-redis: eval: *terraform.EvalSequence
2017/04/26 12:11:24 [DEBUG] root.subnet-redis: eval: *terraform.EvalConfigProvider
2017/04/26 12:11:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/26 12:11:24 [DEBUG] AzureRM Request:
2017/04/26 12:11:24 [DEBUG] plugin: terraform: GET /subscriptions/<redacted>/providers?api-version=2016-09-01 HTTP/1.1
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Host: management.azure.com
2017/04/26 12:11:24 [DEBUG] plugin: terraform: User-Agent: HashiCorp-Terraform-v0.9.3
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Authorization: <token>
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/04/26 12:11:24 [DEBUG] plugin: terraform:
2017/04/26 12:11:24 [DEBUG] plugin: terraform:
2017/04/26 12:11:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/26 12:11:24 [DEBUG] AzureRM Request:
2017/04/26 12:11:24 [DEBUG] plugin: terraform: GET /subscriptions/<redacted>/providers?api-version=2016-09-01 HTTP/1.1
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Host: management.azure.com
2017/04/26 12:11:24 [DEBUG] plugin: terraform: User-Agent: HashiCorp-Terraform-v0.9.3
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Authorization: <token>
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/04/26 12:11:24 [DEBUG] plugin: terraform:
2017/04/26 12:11:24 [DEBUG] plugin: terraform:
2017/04/26 12:11:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/26 12:11:24 [DEBUG] AzureRM Request:
2017/04/26 12:11:24 [DEBUG] plugin: terraform: GET /subscriptions/<redacted>/providers?api-version=2016-09-01 HTTP/1.1
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Host: management.azure.com
2017/04/26 12:11:24 [DEBUG] plugin: terraform: User-Agent: HashiCorp-Terraform-v0.9.3
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Authorization: <token>
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/04/26 12:11:24 [DEBUG] plugin: terraform:
2017/04/26 12:11:24 [DEBUG] plugin: terraform:
2017/04/26 12:11:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/26 12:11:24 [DEBUG] AzureRM Request:
2017/04/26 12:11:24 [DEBUG] plugin: terraform: GET /subscriptions/<redacted>/providers?api-version=2016-09-01 HTTP/1.1
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Host: management.azure.com
2017/04/26 12:11:24 [DEBUG] plugin: terraform: User-Agent: HashiCorp-Terraform-v0.9.3
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Authorization: <token>
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/04/26 12:11:24 [DEBUG] plugin: terraform:
2017/04/26 12:11:24 [DEBUG] plugin: terraform:
2017/04/26 12:11:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/26 12:11:24 [DEBUG] AzureRM Request:
2017/04/26 12:11:24 [DEBUG] plugin: terraform: GET /subscriptions/<redacted>/providers?api-version=2016-09-01 HTTP/1.1
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Host: management.azure.com
2017/04/26 12:11:24 [DEBUG] plugin: terraform: User-Agent: HashiCorp-Terraform-v0.9.3
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Authorization: <token>
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/04/26 12:11:24 [DEBUG] plugin: terraform:
2017/04/26 12:11:24 [DEBUG] plugin: terraform:
2017/04/26 12:11:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/26 12:11:24 [DEBUG] AzureRM Request:
2017/04/26 12:11:24 [DEBUG] plugin: terraform: GET /subscriptions/<redacted>/providers?api-version=2016-09-01 HTTP/1.1
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Host: management.azure.com
2017/04/26 12:11:24 [DEBUG] plugin: terraform: User-Agent: HashiCorp-Terraform-v0.9.3
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Authorization: <token>
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/04/26 12:11:24 [DEBUG] plugin: terraform:
2017/04/26 12:11:24 [DEBUG] plugin: terraform:
2017/04/26 12:11:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/26 12:11:24 [DEBUG] AzureRM Request:
2017/04/26 12:11:24 [DEBUG] plugin: terraform: GET /subscriptions/<redacted>/providers?api-version=2016-09-01 HTTP/1.1
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Host: management.azure.com
2017/04/26 12:11:24 [DEBUG] plugin: terraform: User-Agent: HashiCorp-Terraform-v0.9.3
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Authorization: <token>
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/04/26 12:11:24 [DEBUG] plugin: terraform:
2017/04/26 12:11:24 [DEBUG] plugin: terraform:
2017/04/26 12:11:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/26 12:11:24 [DEBUG] AzureRM Request:
2017/04/26 12:11:24 [DEBUG] plugin: terraform: GET /subscriptions/<redacted>/providers?api-version=2016-09-01 HTTP/1.1
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Host: management.azure.com
2017/04/26 12:11:24 [DEBUG] plugin: terraform: User-Agent: HashiCorp-Terraform-v0.9.3
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Authorization: <token>
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/04/26 12:11:24 [DEBUG] plugin: terraform:
2017/04/26 12:11:24 [DEBUG] plugin: terraform:
2017/04/26 12:11:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/26 12:11:24 [DEBUG] AzureRM Request:
2017/04/26 12:11:24 [DEBUG] plugin: terraform: GET /subscriptions/<redacted>/providers?api-version=2016-09-01 HTTP/1.1
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Host: management.azure.com
2017/04/26 12:11:24 [DEBUG] plugin: terraform: User-Agent: HashiCorp-Terraform-v0.9.3
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Authorization: <token>
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/04/26 12:11:24 [DEBUG] plugin: terraform:
2017/04/26 12:11:24 [DEBUG] plugin: terraform:
2017/04/26 12:11:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/26 12:11:24 [DEBUG] AzureRM Request:
2017/04/26 12:11:24 [DEBUG] plugin: terraform: GET /subscriptions/<redacted>/providers?api-version=2016-09-01 HTTP/1.1
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Host: management.azure.com
2017/04/26 12:11:24 [DEBUG] plugin: terraform: User-Agent: HashiCorp-Terraform-v0.9.3
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Authorization: <token>
2017/04/26 12:11:24 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/04/26 12:11:24 [DEBUG] plugin: terraform:
2017/04/26 12:11:24 [DEBUG] plugin: terraform:
2017/04/26 12:11:25 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/26 12:11:25 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/<redacted>/providers?api-version=2016-09-01:
2017/04/26 12:11:25 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/04/26 12:11:25 [DEBUG] plugin: terraform: Cache-Control: no-cache
2017/04/26 12:11:25 [DEBUG] plugin: terraform: Content-Type: application/json; charset=utf-8
2017/04/26 12:11:25 [DEBUG] plugin: terraform: Date: Wed, 26 Apr 2017 10:11:24 GMT
2017/04/26 12:11:25 [DEBUG] plugin: terraform: Expires: -1
2017/04/26 12:11:25 [DEBUG] plugin: terraform: Pragma: no-cache
2017/04/26 12:11:25 [DEBUG] plugin: terraform: Strict-Transport-Security: max-age=31536000; includeSubDomains
2017/04/26 12:11:25 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2017/04/26 12:11:25 [DEBUG] plugin: terraform: X-Ms-Correlation-Request-Id: <redacted>
2017/04/26 12:11:25 [DEBUG] plugin: terraform: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14934
2017/04/26 12:11:25 [DEBUG] plugin: terraform: X-Ms-Request-Id: <redacted>
2017/04/26 12:11:25 [DEBUG] plugin: terraform: X-Ms-Routing-Request-Id: <redacted>
2017/04/26 12:11:25 [DEBUG] plugin: terraform:
2017/04/26 12:11:25 [DEBUG] plugin: terraform: {"value":[{"id":"/subscriptions/<redacted>/providers/Microsoft.Advisor","namespace":"Microsoft.Advisor","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"suppressions","locations":[],"apiVersions":["2017-04-19-alpha","2017-03-31-alpha","2017-03-31","2016-07-12-preview","2016-07-12-alpha","2016-05-09-preview","2016-05-09-alpha"]},{"resourceType":"recommendations","locations":[],"apiVersions":["2017-04-19-alpha","2017-03-31-alpha","2017-03-31","2016-07-12-preview","2016-07-12-alpha","2016-05-09-preview","2016-05-09-alpha"]},{"resourceType":"generateRecommendations","locations":[],"apiVersions":["2017-04-19-alpha","2017-03-31-alpha","2017-03-31","2016-07-12-preview","2016-07-12-alpha","2016-05-09-preview","2016-05-09-alpha"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-04-19-alpha","2017-03-31-alpha","2017-03-31","2016-07-12-preview","2016-07-12-alpha","2016-05-09-preview","2016-05-09-alpha"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Backup","namespace":"Microsoft.Backup","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"BackupVault","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"],"apiVersions":["2015-03-15","2014-09-01"],"capabilities":"None"}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Batch","namespace":"Microsoft.Batch","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"batchAccounts","locations":["West Europe","East US","East US 2","West US","North Central US","Brazil South","North Europe","Central US","East Asia","Japan East","Australia Southeast","Japan West","Korea South","Korea Central","Southeast Asia","South Central US","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2"],"apiVersions":["2017-01-01","2015-12-01","2015-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["West Europe","East US","East US 2","West US","North Central US","Brazil South","North Europe","Central US","East Asia","Japan East","Australia Southeast","Japan West","Korea South","Korea Central","Southeast Asia","South Central US","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2"],"apiVersions":["2017-01-01","2015-12-01","2015-09-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2017-01-01","2015-12-01","2015-09-01"]},{"resourceType":"locations/quotas","locations":["West Europe","East US","East US 2","West US","North Central US","Brazil South","North Europe","Central US","East Asia","Japan East","Australia Southeast","Japan West","Korea South","Korea Central","Southeast Asia","South Central US","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2"],"apiVersions":["2017-01-01","2015-12-01","2015-09-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Cache","namespace":"Microsoft.Cache","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"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","Canada Central","Canada East","UK South","UK West","West US 2","West Central US","South India","Korea Central","Korea South"],"apiVersions":["2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["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","South India","Canada Central","Canada East","UK South","UK West","West US 2","West Central US","Korea Central","Korea South"],"apiVersions":["2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["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":["2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01-alpha","2014-04-01"]},{"resourceType":"RedisConfigDefinition","locations":[],"apiVersions":["2017-02-01","2016-04-01","2015-08-01","2015-03-01"]},{"resourceType":"Redis/metricDefinitions","locations":["North Central US","South Central US","East US","East US 2","West US","Central US","East Asia","Southeast Asia","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","Central India","South India","Canada Central","Canada East","UK West","UK South","West US 2","West Central US","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"Redis/diagnosticSettings","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","UK West","UK South","West US 2","West Central US","Korea Central","Korea South"],"apiVersions":["2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Cdn","namespace":"Microsoft.Cdn","resourceTypes":[{"resourceType":"profiles","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"profiles/endpoints","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"profiles/endpoints/origins","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"profiles/endpoints/customdomains","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults/profileresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults/profileresults/endpointresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults/profileresults/endpointresults/originresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults/profileresults/endpointresults/customdomainresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"checkNameAvailability","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"checkResourceUsage","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02"]},{"resourceType":"operations","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"edgenodes","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ClassicCompute","namespace":"Microsoft.ClassicCompute","resourceTypes":[{"resourceType":"domainNames","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"checkDomainNameAvailability","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"domainNames/slots","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"domainNames/slots/roles","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"domainNames/slots/roles/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"domainNames/slots/roles/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"virtualMachines","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"capabilities","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]},{"resourceType":"quotas","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"virtualMachines/diagnosticSettings","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Canada Central","Canada East","UK South","UK West","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","West US 2","West Central US","South India","Central India","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"virtualMachines/metricDefinitions","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Canada Central","Canada East","UK South","UK West","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","West US 2","West Central US","South India","Central India","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"virtualMachines/metrics","locations":["North Central US","South Central US","East US","East US 2","Canada Central","Canada East","West US","West US 2","West Central US","Central US","East Asia","Southeast Asia","North Europe","West Europe","UK South","UK West","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-04-01","2014-01-01"]},{"resourceType":"resourceTypes","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]},{"resourceType":"moveSubscriptionResources","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01"]},{"resourceType":"validateSubscriptionMoveAvailability","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01"]},{"resourceType":"operationStatuses","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01"]},{"resourceType":"operatingSystems","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]},{"resourceType":"operatingSystemFamilies","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ClassicNetwork","namespace":"Microsoft.ClassicNetwork","resourceTypes":[{"resourceType":"virtualNetworks","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"],"capabilities":"None"},{"resourceType":"reservedIps","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"],"capabilities":"None"},{"resourceType":"quotas","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"gatewaySupportedDevices","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-04-01","2014-01-01"]},{"resourceType":"networkSecurityGroups","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01"],"capabilities":"None"},{"resourceType":"capabilities","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ClassicStorage","namespace":"Microsoft.ClassicStorage","resourceTypes":[{"resourceType":"storageAccounts","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-04-01-beta","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"quotas","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"checkStorageAccountAvailability","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"storageAccounts/services","locations":["West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","South India","Central India","West US 2","West Central US","East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/services/diagnosticSettings","locations":["West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","South India","Central India","West US 2","West Central US","East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/services/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/services/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"capabilities","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"disks","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"images","locations":[],"apiVersions":["2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"vmImages","locations":[],"apiVersions":["2016-11-01"]},{"resourceType":"publicImages","locations":[],"apiVersions":["2016-11-01","2016-04-01"]},{"resourceType":"osImages","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"osPlatformImages","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-04-01","2014-01-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Compute","namespace":"Microsoft.Compute","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30"]},{"resourceType":"locations","locations":[],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-03-30","2015-06-15","2015-05-01-preview"]},{"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"],"apiVersions":["2017-03-30","2016-04-30-preview"],"capabilities":"None"},{"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"],"apiVersions":["2017-03-30","2016-04-30-preview"],"capabilities":"None"},{"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"],"apiVersions":["2017-03-30","2016-04-30-preview"]},{"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"],"apiVersions":["2017-03-30","2016-04-30-preview"],"capabilities":"None"},{"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"],"apiVersions":["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"],"apiVersions":["2017-03-30"]},{"resourceType":"virtualMachines/diagnosticSettings","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","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ContainerRegistry","namespace":"Microsoft.ContainerRegistry","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"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","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"],"apiVersions":["2017-03-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"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","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"],"apiVersions":["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","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"],"apiVersions":["2017-03-01"]},{"resourceType":"registries/regenerateCredentials","locations":["West US","East US","South Central US","West Europe"],"apiVersions":["2016-06-27-preview"]},{"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"],"apiVersions":["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"],"apiVersions":["2017-03-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ContainerService","namespace":"Microsoft.ContainerService","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"containerServices","locations":["Japan East","Central US","East US 2","Japan West","East Asia","South Central US","Australia East","Australia Southeast","Brazil South","Southeast Asia","West US","North Central US","West Europe","North Europe","East US"],"apiVersions":["2017-01-31","2016-09-30","2016-03-30","2015-11-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2017-01-31","2016-09-30","2016-03-30","2015-11-01-preview"]},{"resourceType":"locations/operations","locations":["Japan East","Central US","East US 2","Japan West","East Asia","South Central US","Australia East","Australia Southeast","Brazil South","Southeast Asia","West US","North Central US","West Europe","North Europe","East US"],"apiVersions":["2017-01-31","2016-09-30","2016-03-30","2015-11-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-01-31","2016-09-30","2016-03-30","2015-11-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DevTestLab","namespace":"Microsoft.DevTestLab","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"labs","locations":["West Central US","Japan East","West US","Australia Southeast","Canada Central","Central India","Central US","East Asia","Korea Central","North Europe","South Central US","UK West","Australia East","Brazil South","Canada East","East US","East US 2","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2016-05-15","2015-05-21-preview"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"schedules","locations":["West Central US","Japan East","West US","Australia Southeast","Canada Central","Central India","Central US","East Asia","Korea Central","North Europe","South Central US","UK West","Australia East","Brazil South","Canada East","East US","East US 2","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2016-05-15"],"capabilities":"None"},{"resourceType":"labs/virtualMachines","locations":["West Central US","Japan East","West US","Australia Southeast","Canada Central","Central India","Central US","East Asia","Korea Central","North Europe","South Central US","UK West","Australia East","Brazil South","Canada East","East US","East US 2","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2016-05-15","2015-05-21-preview"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"labs/serviceRunners","locations":["Central US","East US 2","South Central US"],"apiVersions":["2016-05-15"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"operations","locations":[],"apiVersions":["2016-05-15","2015-05-21-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-05-15","2015-05-21-preview"]},{"resourceType":"locations/operations","locations":["West Central US","Japan East","West US","Australia Southeast","Canada Central","Central India","Central US","East Asia","Korea Central","North Europe","South Central US","UK West","Australia East","Brazil South","Canada East","East US","East US 2","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2016-05-15","2015-05-21-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.EventHub","namespace":"Microsoft.EventHub","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"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","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2015-08-01","2014-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNamespaceAvailability","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"sku","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-08-01","2014-09-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/microsoft.insights","namespace":"microsoft.insights","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"components","locations":["East US","South Central US","North Europe","West Europe"],"apiVersions":["2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"webtests","locations":["East US","South Central US","North Europe","West Europe"],"apiVersions":["2015-05-01","2014-08-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"queries","locations":["East US","South Central US","North Europe","West Europe"],"apiVersions":["2015-05-01","2014-08-01"]},{"resourceType":"logprofiles","locations":[],"apiVersions":["2016-03-01"]},{"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","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2016-03-01","2015-04-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"autoscalesettings","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","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"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"]},{"resourceType":"locations","locations":["East US"],"apiVersions":["2015-04-01","2014-04-01"]},{"resourceType":"locations/operationResults","locations":[],"apiVersions":["2015-04-01","2014-04-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-04-01","2014-06-01","2014-04-01"]},{"resourceType":"automatedExportSettings","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","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2015-04-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","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2016-09-01","2015-07-01"]},{"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","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2017-05-01-preview"]},{"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","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2017-02-01"]},{"resourceType":"metricDefinitions","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","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central","Global"],"apiVersions":["2017-05-01-preview","2016-03-01","2015-07-01"]},{"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","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2015-07-01"]},{"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","Brazil South","South India","Central India","North Europe","West US 2","West Central US","Korea South","Korea Central","UK South","UK West"],"apiVersions":["2017-05-01-preview","2016-09-01","2016-06-01"]},{"resourceType":"actiongroups","locations":["Global"],"apiVersions":["2017-04-01","2017-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"activityLogAlerts","locations":["Global"],"apiVersions":["2017-04-01","2017-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"notificationgroups","locations":["Global"],"apiVersions":["2016-09-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"notificationrules","locations":["Global"],"apiVersions":["2016-06-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"notifications","locations":[],"apiVersions":["2016-06-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.KeyVault","namespace":"Microsoft.KeyVault","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","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["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","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["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","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["2016-10-01","2015-06-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-10-01","2015-06-01","2014-12-19-preview"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["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","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["2016-10-01"]},{"resourceType":"locations","locations":[],"apiVersions":["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","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["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","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["2016-10-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.MobileEngagement","namespace":"Microsoft.MobileEngagement","resourceTypes":[{"resourceType":"appcollections","locations":["Central US","North Europe"],"apiVersions":["2014-12-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"appcollections/apps","locations":["Central US","North Europe"],"apiVersions":["2014-12-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkappcollectionnameavailability","locations":["Central US","North Europe"],"apiVersions":["2014-12-01"]},{"resourceType":"supportedplatforms","locations":["Central US","North Europe"],"apiVersions":["2014-12-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Network","namespace":"Microsoft.Network","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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":"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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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":"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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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":"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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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":"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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkWatchers","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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":"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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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":"locations","locations":[],"apiVersions":["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":[],"apiVersions":["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":[],"apiVersions":["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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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/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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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":"operations","locations":[],"apiVersions":["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":["2016-04-01","2015-05-04-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"dnsOperationResults","locations":["global"],"apiVersions":["2016-04-01"]},{"resourceType":"dnsOperationStatuses","locations":["global"],"apiVersions":["2016-04-01"]},{"resourceType":"dnszones/A","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/AAAA","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/CNAME","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/PTR","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/MX","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/TXT","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/SRV","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/SOA","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/NS","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"trafficmanagerprofiles","locations":["global"],"apiVersions":["2017-05-01","2017-03-01","2015-11-01","2015-04-28-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkTrafficManagerNameAvailability","locations":["global"],"apiVersions":["2017-05-01","2017-03-01","2015-11-01","2015-04-28-preview"]},{"resourceType":"trafficManagerGeographicHierarchies","locations":["global"],"apiVersions":["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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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":[],"apiVersions":["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":[],"apiVersions":["2017-04-01","2017-03-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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01"],"capabilities":"None"},{"resourceType":"bgpServiceCommunities","locations":[],"apiVersions":["2017-04-01","2017-03-01","2016-12-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.OperationalInsights","namespace":"Microsoft.OperationalInsights","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"workspaces","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US"],"apiVersions":["2017-03-03-preview","2017-01-01-preview","2015-11-01-preview","2015-03-20"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"workspaces/dataSources","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US"],"apiVersions":["2015-11-01-preview"]},{"resourceType":"storageInsightConfigs","locations":[],"apiVersions":["2014-10-10"]},{"resourceType":"workspaces/linkedServices","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US"],"apiVersions":["2015-11-01-preview"]},{"resourceType":"linkTargets","locations":["East US"],"apiVersions":["2015-03-20","2014-10-10"]},{"resourceType":"operations","locations":[],"apiVersions":["2014-11-10"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ResourceHealth","namespace":"Microsoft.ResourceHealth","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"availabilityStatuses","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Search","namespace":"Microsoft.Search","resourceTypes":[{"resourceType":"searchServices","locations":["West US","East US","North Europe","West Europe","Southeast Asia","East Asia","North Central US","South Central US","Japan West","Australia East","Brazil South","Central India","West Central US","Canada Central","UK South"],"apiVersions":["2015-08-19","2015-02-28"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkServiceNameAvailability","locations":[],"apiVersions":["2015-02-28","2014-07-31-Preview"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2015-08-19"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-08-19","2015-02-28"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Security","namespace":"Microsoft.Security","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatus","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatuses","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatus/virtualMachines","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatus/endpoints","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatus/subnets","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"tasks","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"alerts","locations":["Central US","East US","West Europe"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"monitoring","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"monitoring/patch","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"monitoring/baseline","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"monitoring/antimalware","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"dataCollectionAgents","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"dataCollectionResults","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"policies","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"appliances","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"webApplicationFirewalls","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securitySolutions","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securitySolutionsReferenceData","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatusesSummaries","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations/alerts","locations":["Central US","West Europe"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations/tasks","locations":["Central US"],"apiVersions":["2015-06-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ServiceBus","namespace":"Microsoft.ServiceBus","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","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2015-08-01","2014-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNamespaceAvailability","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"sku","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"premiumMessagingRegions","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-08-01","2014-09-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Sql","namespace":"Microsoft.Sql","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"operations","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"locations","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"locations/capabilities","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"locations/serverAzureAsyncOperation","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","Korea Central","Korea South","UK West"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/serverOperationResults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","Korea Central","Korea South","UK West"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"checkNameAvailability","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/databases","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview","2015-01-01","2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/serviceObjectives","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/communicationLinks","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/administrators","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/administratorOperationResults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/restorableDroppedDatabases","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/recoverableDatabases","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/backupLongTermRetentionVaults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/import","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/importExportOperationResults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/operationResults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/firewallrules","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databaseSecurityPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/auditingPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/recommendedElasticPools","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/auditingPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/connectionPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/connectionPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/dataMaskingPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/dataMaskingPolicies/rules","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/securityAlertPolicies","locations":["West Europe","West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/securityAlertPolicies","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/databases/auditingSettings","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/auditingSettings","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/resourcepools","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/elasticpools","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-09-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/disasterRecoveryConfiguration","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/failoverGroups","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/failoverGroupAzureAsyncOperation","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","Korea Central","Korea South","UK West"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/failoverGroupOperationResults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/usages","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/metricDefinitions","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/metrics","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/aggregatedDatabaseMetrics","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticpools/metrics","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticpools/metricdefinitions","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/topQueries","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/topQueries/queryText","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/advisors","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticPools/advisors","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/advisors","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/extensions","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticPoolEstimates","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/databases/auditRecords","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/VulnerabilityAssessmentScans","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/databases/VulnerabilityAssessmentScans","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Storage","namespace":"Microsoft.Storage","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"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","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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":[],"apiVersions":["2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"]},{"resourceType":"storageAccounts/listAccountSas","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-05-01"]},{"resourceType":"storageAccounts/listServiceSas","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-05-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-07-01"]},{"resourceType":"locations/deleteVirtualNetworkOrSubnets","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-07-01"]},{"resourceType":"usages","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"]},{"resourceType":"storageAccounts/services","locations":["East US","West US","West Europe","North Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/services/metricDefinitions","locations":["East US","West US","West Europe","North Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/microsoft.support","namespace":"microsoft.support","resourceTypes":[{"resourceType":"operations","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"],"apiVersions":["2015-07-01-Preview","2015-03-01"]},{"resourceType":"supporttickets","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"],"apiVersions":["2015-07-01-Preview","2015-03-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/84codes.CloudAMQP","namespace":"84codes.CloudAMQP","resourceTypes":[{"resourceType":"servers","locations":["East US 2","Central US","East US","North Central US","South Central US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West"],"apiVersions":["2016-08-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/AppDynamics.APM","namespace":"AppDynamics.APM","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-05-26"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-05-26"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-05-26"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-05-26"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-05-26"]},{"resourceType":"locations/operationResults","locations":["West US"],"apiVersions":["2016-05-26"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Aspera.Transfers","namespace":"Aspera.Transfers","resourceTypes":[{"resourceType":"services","locations":["West US","North Europe","Central US","East US","West Europe","East Asia","Southeast Asia","Japan East","East US 2","Japan West"],"apiVersions":["2016-03-25"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-03-25"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-03-25"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-03-25"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Auth0.Cloud","namespace":"Auth0.Cloud","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2016-11-23"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Citrix.Cloud","namespace":"Citrix.Cloud","resourceTypes":[{"resourceType":"accounts","locations":["West US"],"apiVersions":["2015-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Cloudyn.Analytics","namespace":"Cloudyn.Analytics","resourceTypes":[{"resourceType":"accounts","locations":["East US"],"apiVersions":["2016-03-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-03-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-03-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-03-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Conexlink.MyCloudIT","namespace":"Conexlink.MyCloudIT","resourceTypes":[{"resourceType":"accounts","locations":["Central US"],"apiVersions":["2015-06-15"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Crypteron.DataSecurity","namespace":"Crypteron.DataSecurity","resourceTypes":[{"resourceType":"apps","locations":["West US"],"apiVersions":["2016-08-12"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-12"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-12"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-12"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Dynatrace.DynatraceSaaS","namespace":"Dynatrace.DynatraceSaaS","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2016-09-27"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Dynatrace.Ruxit","namespace":"Dynatrace.Ruxit","resourceTypes":[{"resourceType":"accounts","locations":["East US"],"apiVersions":["2016-04-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-09-07","2016-04-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-04-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-04-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/LiveArena.Broadcast","namespace":"LiveArena.Broadcast","resourceTypes":[{"resourceType":"services","locations":["West US","North Europe","Japan West","Japan East","East Asia","West Europe","East US","Southeast Asia","Central US"],"apiVersions":["2016-06-15"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-06-15"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-06-15"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-06-15"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Lombiq.DotNest","namespace":"Lombiq.DotNest","resourceTypes":[{"resourceType":"sites","locations":["East US"],"apiVersions":["2015-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Mailjet.Email","namespace":"Mailjet.Email","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2017-02-03","2016-11-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2017-02-03","2016-11-01","2016-07-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2017-02-03","2016-11-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2017-02-03","2016-11-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/microsoft.aadiam","namespace":"microsoft.aadiam","resourceTypes":[{"resourceType":"operations","locations":["West US"],"apiVersions":["2017-04-01","2017-03-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-01","2016-02-01","2015-11-01","2015-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ADHybridHealthService","namespace":"Microsoft.ADHybridHealthService","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"addsservices","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"configuration","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"operations","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"agents","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"aadsupportcases","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"reports","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"servicehealthmetrics","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"logs","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"anonymousapiusers","locations":["West US"],"apiVersions":["2014-01-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.AnalysisServices","namespace":"Microsoft.AnalysisServices","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"servers","locations":["West US","North Europe","South Central US","West Europe","West Central US","Southeast Asia","East US 2","North Central US","Brazil South","Canada Central","Australia Southeast","Japan East","UK South"],"apiVersions":["2016-05-16"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2016-05-16"]},{"resourceType":"locations/checkNameAvailability","locations":["West US","North Europe","South Central US","West Europe","West Central US","Southeast Asia","East US 2","North Central US","Brazil South","Canada Central","Australia Southeast","Japan East","UK South"],"apiVersions":["2016-05-16"]},{"resourceType":"locations/operationresults","locations":["West US","North Europe","South Central US","West Europe","West Central US","Southeast Asia","East US 2","North Central US","Brazil South","Canada Central","Australia Southeast","Japan East","UK South"],"apiVersions":["2016-05-16"]},{"resourceType":"locations/operationstatuses","locations":["West US","North Europe","South Central US","West Europe","West Central US","Southeast Asia","East US 2","North Central US","Brazil South","Canada Central","Australia Southeast","Japan East","UK South"],"apiVersions":["2016-05-16"]},{"resourceType":"operations","locations":["East US 2","South Central US"],"apiVersions":["2016-05-16"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ApiManagement","namespace":"Microsoft.ApiManagement","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"service","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","North Central US","South Central US","West Central US","West US","West US 2","Canada Central","Canada East","North Europe","West Europe","UK South","UK West","East Asia","Southeast Asia","Japan East","Japan West","Korea Central","Korea South","Brazil South","Central India","South India"],"apiVersions":["2016-10-10","2016-07-07","2015-09-15","2014-02-14"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"validateServiceName","locations":[],"apiVersions":["2015-09-15","2014-02-14"]},{"resourceType":"checkServiceNameAvailability","locations":[],"apiVersions":["2015-09-15","2014-02-14"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2016-10-10","2016-07-07","2015-09-15","2014-02-14"]},{"resourceType":"reportFeedback","locations":[],"apiVersions":["2016-10-10","2016-07-07","2015-09-15","2014-02-14"]},{"resourceType":"checkFeedbackRequired","locations":[],"apiVersions":["2016-10-10","2016-07-07","2015-09-15","2014-02-14"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-10-10","2016-07-07","2015-09-15","2014-02-14"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.AppService","namespace":"Microsoft.AppService","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"apiapps","locations":["East US","West US","South Central US","North Europe","East Asia","Japan East","West Europe","Southeast Asia","Japan West","North Central US","Central US","Brazil South","East US 2","Australia Southeast","Australia East","South India","Central India"],"apiVersions":["2015-03-01-preview","2015-03-01-alpha"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"appIdentities","locations":["East US","West US","South Central US","North Europe","East Asia","Japan East","West Europe","Southeast Asia","Japan West","North Central US","Central US","Brazil South","East US 2","Australia Southeast","Australia East","South India","Central India"],"apiVersions":["2015-03-01-preview","2015-03-01-alpha"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"gateways","locations":["East US","West US","South Central US","North Europe","East Asia","Japan East","West Europe","Southeast Asia","Japan West","North Central US","Central US","Brazil South","East US 2","Australia Southeast","Australia East","South India","Central India"],"apiVersions":["2015-03-01-preview","2015-03-01-alpha"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"deploymenttemplates","locations":[],"apiVersions":["2015-03-01-preview","2015-03-01-alpha"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-03-01-preview","2015-03-01-alpha"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Authorization","namespace":"Microsoft.Authorization","resourceTypes":[{"resourceType":"roleAssignments","locations":[],"apiVersions":["2016-07-01","2015-07-01","2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]},{"resourceType":"roleDefinitions","locations":[],"apiVersions":["2016-07-01","2015-07-01","2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]},{"resourceType":"classicAdministrators","locations":[],"apiVersions":["2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]},{"resourceType":"permissions","locations":[],"apiVersions":["2016-07-01","2015-07-01","2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]},{"resourceType":"locks","locations":[],"apiVersions":["2017-04-01","2016-09-01","2015-06-01","2015-05-01-preview","2015-01-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-07-01","2015-07-01","2015-01-01","2014-10-01-preview","2014-06-01"]},{"resourceType":"policyDefinitions","locations":[],"apiVersions":["2016-12-01","2016-04-01","2015-10-01-preview"]},{"resourceType":"policyAssignments","locations":[],"apiVersions":["2016-12-01","2016-04-01","2015-10-01-preview"]},{"resourceType":"providerOperations","locations":[],"apiVersions":["2016-07-01","2015-07-01-preview","2015-07-01"]},{"resourceType":"elevateAccess","locations":[],"apiVersions":["2016-07-01","2015-07-01","2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Automation","namespace":"Microsoft.Automation","authorizations":[{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"}],"resourceTypes":[{"resourceType":"automationAccounts","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India"],"apiVersions":["2015-10-31","2015-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"automationAccounts/runbooks","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India"],"apiVersions":["2015-10-31","2015-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"automationAccounts/webhooks","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India"],"apiVersions":["2015-10-31","2015-01-01-preview"]},{"resourceType":"operations","locations":["South Central US"],"apiVersions":["2015-10-31","2015-01-01-preview"]},{"resourceType":"automationAccounts/softwareUpdateConfigurations","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India"],"apiVersions":["2017-05-15-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.AzureActiveDirectory","namespace":"Microsoft.AzureActiveDirectory","resourceTypes":[{"resourceType":"b2cDirectories","locations":["Global","United States","Europe"],"apiVersions":["2017-01-30","2016-12-13-preview","2016-02-10-privatepreview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.AzureStack","namespace":"Microsoft.AzureStack","resourceTypes":[{"resourceType":"registrations","locations":["West Central US"],"apiVersions":["2016-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"registrations/products","locations":["West Central US"],"apiVersions":["2016-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Billing","namespace":"Microsoft.Billing","resourceTypes":[{"resourceType":"Invoices","locations":["Central US"],"apiVersions":["2017-02-27-preview"]},{"resourceType":"operations","locations":["Central US"],"apiVersions":["2017-02-27-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.BingMaps","namespace":"Microsoft.BingMaps","resourceTypes":[{"resourceType":"mapApis","locations":["West US"],"apiVersions":["2016-08-18","2015-07-02"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-18","2015-07-02"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-18","2015-07-02"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-18","2015-07-02"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.BizTalkServices","namespace":"Microsoft.BizTalkServices","resourceTypes":[{"resourceType":"BizTalk","locations":["East US","West US","North Europe","West Europe","Southeast Asia","East Asia","North Central US","Japan West","Japan East","South Central US"],"apiVersions":["2014-04-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.CertificateRegistration","namespace":"Microsoft.CertificateRegistration","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"certificateOrders","locations":["global"],"apiVersions":["2015-08-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"certificateOrders/certificates","locations":["global"],"apiVersions":["2015-08-01"]},{"resourceType":"validateCertificateRegistrationInformation","locations":["global"],"apiVersions":["2015-08-01"]},{"resourceType":"operations","locations":["global"],"apiVersions":["2015-08-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ClassicInfrastructureMigrate","namespace":"Microsoft.ClassicInfrastructureMigrate","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"classicInfrastructureResources","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","South India"],"apiVersions":["2015-06-15"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.CognitiveServices","namespace":"Microsoft.CognitiveServices","authorizations":[{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"}],"resourceTypes":[{"resourceType":"accounts","locations":["Global","West US","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["Global","West US","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"]},{"resourceType":"locations","locations":["Global","West US","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"]},{"resourceType":"locations/checkSkuAvailability","locations":["West US","Global","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"]},{"resourceType":"locations/updateAccountsCreationSettings","locations":["West US","Global","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"]},{"resourceType":"locations/accountsCreationSettings","locations":["West US","Global","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Commerce","namespace":"Microsoft.Commerce","resourceTypes":[{"resourceType":"UsageAggregates","locations":[],"apiVersions":["2015-06-01-preview","2015-03-31"]},{"resourceType":"RateCard","locations":[],"apiVersions":["2016-08-31-preview","2015-06-01-preview","2015-05-15"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-01-preview","2015-03-31"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/microsoft.consumption","namespace":"microsoft.consumption","resourceTypes":[{"resourceType":"reservationsummaries","locations":[],"apiVersions":["2017-01-30"]},{"resourceType":"reservationdetails","locations":[],"apiVersions":["2017-01-30"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ContentModerator","namespace":"Microsoft.ContentModerator","resourceTypes":[{"resourceType":"applications","locations":["Central US"],"apiVersions":["2016-04-08"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":[],"apiVersions":["2016-04-08"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-04-08"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-04-08"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.CustomerInsights","namespace":"Microsoft.CustomerInsights","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"hubs","locations":["East US 2"],"apiVersions":["2016-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"hubs/profiles","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/interactions","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/AuthorizationPolicies","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/connectors","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/connectors/mappings","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/kpi","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/views","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/links","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/roleAssignments","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/roles","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/widgetTypes","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/suggestTypeSchema","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"operations","locations":["East US 2"],"apiVersions":["2016-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DataCatalog","namespace":"Microsoft.DataCatalog","resourceTypes":[{"resourceType":"catalogs","locations":["East US","West US","Australia East","West Europe","North Europe","Southeast Asia","West Central US"],"apiVersions":["2016-03-30","2015-07-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNameAvailability","locations":["West Europe"],"apiVersions":["2016-03-30","2015-07-01-preview"]},{"resourceType":"operations","locations":["West Europe"],"apiVersions":["2016-03-30","2015-07-01-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-03-30","2015-07-01-preview"]},{"resourceType":"locations/jobs","locations":["East US","West US","Australia East","West Europe","North Europe","Southeast Asia","West Central US"],"apiVersions":["2016-03-30","2015-07-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DataFactory","namespace":"Microsoft.DataFactory","resourceTypes":[{"resourceType":"dataFactories","locations":["West US","North Europe","East US","West Central US"],"apiVersions":["2015-10-01","2015-09-01","2015-08-01","2015-07-01-preview","2015-05-01-preview","2015-01-01-preview","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"factories","locations":["East US"],"apiVersions":["2017-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"dataFactories/diagnosticSettings","locations":["North Europe","East US","West US","West Central US"],"apiVersions":["2014-04-01"]},{"resourceType":"dataFactories/metricDefinitions","locations":["North Europe","East US","West US","West Central US"],"apiVersions":["2014-04-01"]},{"resourceType":"checkDataFactoryNameAvailability","locations":[],"apiVersions":["2015-05-01-preview","2015-01-01-preview"]},{"resourceType":"checkAzureDataFactoryNameAvailability","locations":["West US","North Europe","East US","West Central US"],"apiVersions":["2015-10-01","2015-09-01","2015-08-01","2015-07-01-preview","2015-05-01-preview","2015-01-01-preview"]},{"resourceType":"dataFactorySchema","locations":["West US","North Europe","East US","West Central US"],"apiVersions":["2015-10-01","2015-09-01","2015-08-01","2015-07-01-preview","2015-05-01-preview","2015-01-01-preview"]},{"resourceType":"operations","locations":["West US","North Europe","East US","West Central US"],"apiVersions":["2015-10-01","2015-09-01","2015-08-01","2015-07-01-preview","2015-05-01-preview","2015-01-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DataLakeAnalytics","namespace":"Microsoft.DataLakeAnalytics","resourceTypes":[{"resourceType":"accounts","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"accounts/dataLakeStoreAccounts","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"accounts/storageAccounts","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"accounts/storageAccounts/containers","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"accounts/storageAccounts/containers/listSasTokens","locations":["East US 2","North Europe","Central US"],"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":"operations","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DataLakeStore","namespace":"Microsoft.DataLakeStore","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"accounts","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"accounts/firewallRules","locations":["East US 2","North Europe","Central US"],"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":"operations","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Devices","namespace":"Microsoft.Devices","resourceTypes":[{"resourceType":"checkNameAvailability","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"],"apiVersions":["2017-01-19","2016-02-03","2015-08-15-preview"]},{"resourceType":"operations","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"],"apiVersions":["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"],"apiVersions":["2017-01-19","2016-02-03","2015-08-15-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DocumentDB","namespace":"Microsoft.DocumentDB","resourceTypes":[{"resourceType":"databaseAccounts","locations":["Australia East","Australia Southeast","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 Central US","West Europe","West US","West US 2","UK West","UK South","Brazil South","Korea South","Korea Central"],"apiVersions":["2016-03-31","2016-03-19","2015-11-06","2015-04-08","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"databaseAccountNames","locations":["Australia East","Australia Southeast","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 Central US","West Europe","West US","West US 2","UK West","UK South","Brazil South","Korea South","Korea Central"],"apiVersions":["2016-03-31","2016-03-19","2015-11-06","2015-04-08","2014-04-01"]},{"resourceType":"operations","locations":["Australia East","Australia Southeast","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 Central US","West Europe","West US","West US 2","UK West","UK South","Brazil South","Korea South","Korea Central"],"apiVersions":["2016-03-31","2016-03-19","2015-11-06","2015-04-08","2014-04-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DomainRegistration","namespace":"Microsoft.DomainRegistration","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"domains","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"domains/domainOwnershipIdentifiers","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"topLevelDomains","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"checkDomainAvailability","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"listDomainRecommendations","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"validateDomainRegistrationInformation","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"generateSsoRequest","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"operations","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DynamicsLcs","namespace":"Microsoft.DynamicsLcs","resourceTypes":[{"resourceType":"lcsprojects","locations":["Brazil South","East Asia","East US","Japan East","Japan West","North Central US","North Europe","South Central US","West Europe","West US","Southeast Asia","Central US","East US 2","Australia East","Australia Southeast"],"apiVersions":["2015-05-01-alpha","2015-04-01-alpha","2015-03-01-alpha","2015-02-01-privatepreview","2015-02-01-preview","2015-02-01-beta","2015-02-01-alpha"]},{"resourceType":"lcsprojects/connectors","locations":["Brazil South","East Asia","East US","Japan East","Japan West","North Central US","North Europe","South Central US","West Europe","West US","Southeast Asia","Central US","East US 2","Australia East","Australia Southeast"],"apiVersions":["2015-05-01-alpha","2015-04-01-alpha","2015-03-01-alpha","2015-02-01-privatepreview","2015-02-01-preview","2015-02-01-beta","2015-02-01-alpha"]},{"resourceType":"lcsprojects/clouddeployments","locations":["Brazil South","East Asia","East US","Japan East","Japan West","North Central US","North Europe","South Central US","West Europe","West US","Southeast Asia","Central US","East US 2","Australia East","Australia Southeast"],"apiVersions":["2015-05-01-alpha","2015-04-01-alpha","2015-03-01-alpha","2015-02-01-privatepreview","2015-02-01-preview","2015-02-01-beta","2015-02-01-alpha"]},{"resourceType":"operations","locations":["Brazil South","East Asia","East US","Japan East","Japan West","North Central US","North Europe","South Central US","West Europe","West US","Southeast Asia","Central US","East US 2","Australia East","Australia Southeast"],"apiVersions":["2015-02-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Features","namespace":"Microsoft.Features","resourceTypes":[{"resourceType":"features","locations":[],"apiVersions":["2015-12-01","2014-08-01-preview"]},{"resourceType":"providers","locations":[],"apiVersions":["2015-12-01","2014-08-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-12-01","2014-08-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.HDInsight","namespace":"Microsoft.HDInsight","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>","managedByRoleDefinitionId":"346da55d-e1db-4a5a-89db-33ab3cdb6fc6"},"resourceTypes":[{"resourceType":"clusters","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","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"clusters/applications","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","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"clusters/operationresults","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","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["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":["2015-03-01-preview"]},{"resourceType":"locations/capabilities","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","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"locations/operationresults","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","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"locations/azureasyncoperations","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","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"locations/validateCreateRequest","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","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["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":["2015-03-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ImportExport","namespace":"Microsoft.ImportExport","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"jobs","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","West Central US","West Europe","West US","West US 2"],"apiVersions":["2016-11-01","2016-07-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2016-11-01","2016-07-01-preview"]},{"resourceType":"operationResults","locations":[],"apiVersions":["2016-11-01","2016-07-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2016-07-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Logic","namespace":"Microsoft.Logic","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"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","Canada Central","Canada East","West US 2","West Central US"],"apiVersions":["2016-06-01","2015-08-01-preview","2015-02-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"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","Canada Central","Canada East","West US 2","West Central US"],"apiVersions":["2016-06-01","2015-08-01-preview","2015-02-01-preview"]},{"resourceType":"locations","locations":["North Central US"],"apiVersions":["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","Canada Central","Canada East","West US 2","West Central US"],"apiVersions":["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","Canada Central","Canada East","West US 2"],"apiVersions":["2016-06-01","2015-08-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.MachineLearning","namespace":"Microsoft.MachineLearning","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"Workspaces","locations":["South Central US","West Europe","Southeast Asia","Japan East","West Central US"],"apiVersions":["2016-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"webServices","locations":["South Central US","West Europe","Southeast Asia","Japan East","East US 2","West Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["South Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"]},{"resourceType":"locations","locations":["South Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"]},{"resourceType":"locations/operations","locations":["South Central US","West Europe","Southeast Asia","Japan East","East US 2","West Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"]},{"resourceType":"locations/operationsStatus","locations":["South Central US","West Europe","Southeast Asia","Japan East","East US 2","West Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"]},{"resourceType":"commitmentPlans","locations":["South Central US","West Europe","Southeast Asia","Japan East","East US 2","West Central US"],"apiVersions":["2016-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.MarketplaceOrdering","namespace":"Microsoft.MarketplaceOrdering","resourceTypes":[{"resourceType":"agreements","locations":["South Central US","West US"],"apiVersions":["2015-06-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Media","namespace":"Microsoft.Media","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"mediaservices","locations":["Japan West","Japan East","East Asia","Southeast Asia","West Europe","North Europe","East US","West US","Australia East","Australia Southeast","Central US","Brazil South","Central India","South India","South Central US","Canada Central","Canada East","West Central US"],"apiVersions":["2015-10-01","2015-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":[],"apiVersions":["2015-10-01","2015-04-01"]},{"resourceType":"checknameavailability","locations":[],"apiVersions":["2015-10-01","2015-04-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.NotificationHubs","namespace":"Microsoft.NotificationHubs","resourceTypes":[{"resourceType":"namespaces","locations":["Australia East","Australia Southeast","Central US","East US","East 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","Canada Central","Canada East"],"apiVersions":["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","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","Canada Central","Canada East"],"apiVersions":["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","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","Canada Central","Canada East"],"apiVersions":["2016-03-01","2014-09-01"]},{"resourceType":"operations","locations":["Australia East","Australia Southeast","Central US","East US","East 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","Canada Central","Canada East"],"apiVersions":["2016-03-01","2014-09-01"]},{"resourceType":"operationResults","locations":["Australia East","Australia Southeast","Central US","East US","East 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","Canada Central","Canada East"],"apiVersions":["2016-03-01","2014-09-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.OperationsManagement","namespace":"Microsoft.OperationsManagement","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"solutions","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US"],"apiVersions":["2015-11-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":[],"apiVersions":["2015-11-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Portal","namespace":"Microsoft.Portal","resourceTypes":[{"resourceType":"dashboards","locations":["Central US","East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","South India","Central India","Canada Central","Canada East"],"apiVersions":["2015-08-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["Central US","East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","South India","Central India","Canada Central","Canada East"],"apiVersions":["2015-08-01-preview"]},{"resourceType":"consoles","locations":["West US"],"apiVersions":["2017-01-01-preview"]},{"resourceType":"userSettings","locations":["West US"],"apiVersions":["2017-01-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.PowerBI","namespace":"Microsoft.PowerBI","resourceTypes":[{"resourceType":"workspaceCollections","locations":["South Central US","North Central US","East US 2","West US","West Europe","North Europe","Brazil South","Southeast Asia","Australia Southeast","Canada Central","Japan East","UK South"],"apiVersions":["2016-01-29"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2016-01-29"]},{"resourceType":"locations/checkNameAvailability","locations":["South Central US","North Central US","East US 2","West US","West Europe","North Europe","Brazil South","Southeast Asia","Australia Southeast","Canada Central","Japan East","UK South"],"apiVersions":["2016-01-29"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.RecoveryServices","namespace":"Microsoft.RecoveryServices","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"vaults","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK South","UK West"],"apiVersions":["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":"None"},{"resourceType":"operations","locations":["Southeast Asia"],"apiVersions":["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":["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 Central US","Canada Central","Canada East","West US 2","UK South","UK West"],"apiVersions":["2016-06-01"]},{"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 Central US","Canada Central","Canada East","West US 2","UK South","UK West"],"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 Central US","Canada Central","Canada East","West US 2","UK South","UK West"],"apiVersions":["2016-06-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Relay","namespace":"Microsoft.Relay","authorization":{"applicationId":"<redacted>"},"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","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2016-07-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2016-07-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-07-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Resources","namespace":"Microsoft.Resources","resourceTypes":[{"resourceType":"tenants","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"providers","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"checkresourcename","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"resources","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/resources","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/providers","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/operationresults","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"resourceGroups","locations":["Central US","East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/resourceGroups","locations":["Central US","East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/resourcegroups/resources","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/locations","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/tagnames","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/tagNames/tagValues","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"deployments","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"deployments/operations","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"links","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Scheduler","namespace":"Microsoft.Scheduler","resourceTypes":[{"resourceType":"jobcollections","locations":["North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","Japan West","Japan East","Brazil South","Central US","East US 2","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-03-01","2016-01-01","2014-08-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","Japan West","Japan East","Brazil South","Central US","East US 2","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-03-01","2016-01-01","2014-08-01-preview"]},{"resourceType":"operationResults","locations":["North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","Japan West","Japan East","Brazil South","Central US","East US 2","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-03-01","2016-01-01","2014-08-01-preview"]},{"resourceType":"flows","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"],"apiVersions":["2015-08-01-preview","2015-02-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ServerManagement","namespace":"Microsoft.ServerManagement","resourceTypes":[{"resourceType":"operations","locations":["West US","West Central US","Central US","East US","North Europe","West Europe"],"apiVersions":["2016-07-01-preview","2015-07-01-preview"]},{"resourceType":"gateways","locations":["West US","West Central US","Central US","East US","North Europe","West Europe"],"apiVersions":["2016-07-01-preview","2015-07-01-preview"],"capabilities":"None"},{"resourceType":"nodes","locations":["West US","West Central US","Central US","East US","North Europe","West Europe"],"apiVersions":["2016-07-01-preview","2015-07-01-preview"],"capabilities":"None"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ServiceFabric","namespace":"Microsoft.ServiceFabric","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"clusters","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","Central India","Brazil South","South Central US","Korea Central","Korea South","Canada Central","Canada East"],"apiVersions":["2016-09-01","2016-03-01","2016-01-01-beta","2015-01-01-alpha"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2016-09-01","2016-03-01"]},{"resourceType":"locations/clusterVersions","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","Central India","Brazil South","South Central US","Korea Central","Korea South","Canada Central","Canada East"],"apiVersions":["2016-09-01","2016-03-01","2016-01-01-beta","2015-01-01-alpha"]},{"resourceType":"locations/operations","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","Central India","Brazil South","South Central US","Canada Central","Canada East"],"apiVersions":["2016-09-01","2016-03-01","2016-01-01-beta","2015-01-01-alpha"]},{"resourceType":"locations/operationResults","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","Central India","Brazil South","South Central US","Korea Central","Korea South","Canada Central","Canada East"],"apiVersions":["2016-09-01","2016-03-01","2016-01-01-beta","2015-01-01-alpha"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.StorSimple","namespace":"Microsoft.StorSimple","resourceTypes":[{"resourceType":"managers","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","West Central US","Japan East","Japan West","Australia East","Australia Southeast"],"apiVersions":["2017-01-01","2016-10-01","2016-06-01","2015-03-15","2014-09-01"],"capabilities":"None"},{"resourceType":"operations","locations":["West Central US","Southeast Asia"],"apiVersions":["2016-10-01","2016-06-01","2015-03-15","2014-09-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/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"],"apiVersions":["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"},{"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"],"apiVersions":["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":["2017-04-01-preview","2016-03-01","2015-11-01","2015-10-01","2015-09-01","2015-08-01-preview","2015-06-01","2015-05-01","2015-04-01","2015-03-01-preview"]},{"resourceType":"streamingjobs/diagnosticSettings","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Central India","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast"],"apiVersions":["2014-04-01"]},{"resourceType":"streamingjobs/metricDefinitions","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Central India","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast"],"apiVersions":["2014-04-01"]},{"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"],"apiVersions":["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","2014-04-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.TimeSeriesInsights","namespace":"Microsoft.TimeSeriesInsights","resourceTypes":[{"resourceType":"environments","locations":["East US 2","North Europe","West Europe","West US"],"apiVersions":["2017-02-28-preview"],"capabilities":"None"},{"resourceType":"environments/eventsources","locations":["East US 2","North Europe","West Europe","West US"],"apiVersions":["2017-02-28-preview"],"capabilities":"None"},{"resourceType":"environments/referenceDataSets","locations":["East US 2","North Europe","West Europe","West US"],"apiVersions":["2017-02-28-preview"],"capabilities":"None"},{"resourceType":"environments/accessPolicies","locations":["East US 2","North Europe","West Europe","West US"],"apiVersions":["2017-02-28-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/microsoft.visualstudio","namespace":"microsoft.visualstudio","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"account","locations":["North Central US","South Central US","East US","West US","Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","Central India","South India"],"apiVersions":["2014-04-01-preview","2014-02-26"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"account/project","locations":["North Central US","South Central US","East US","West US","Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","Central India","South India"],"apiVersions":["2014-04-01-preview","2014-02-26"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"account/extension","locations":["North Central US","South Central US","East US","West US","Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","Central India","South India"],"apiVersions":["2014-04-01-preview","2014-02-26"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Web","namespace":"Microsoft.Web","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"sites/extensions","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-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/slots/extensions","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-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/instances","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-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/slots/instances","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-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/instances/extensions","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-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/slots/instances/extensions","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"publishingUsers","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2"],"apiVersions":["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":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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":"listSitesAssignedToHostName","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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","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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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/domainOwnershipIdentifiers","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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","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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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","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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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":"None"},{"resourceType":"serverFarms","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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":"serverFarms/workers","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"sites/slots","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-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":"runtimes","locations":[],"apiVersions":["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":"sites/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"sites/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"sites/slots/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"sites/slots/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"serverFarms/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"serverFarms/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"sites/recommendations","locations":[],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"recommendations","locations":[],"apiVersions":["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":["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","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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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","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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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","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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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","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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/multiRolePools/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/multiRolePools/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/multiRolePools/instances","locations":[],"apiVersions":["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":"hostingEnvironments/multiRolePools/instances/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/multiRolePools/instances/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools/instances","locations":[],"apiVersions":["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":"hostingEnvironments/workerPools/instances/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools/instances/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"managedHostingEnvironments","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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":"deploymentLocations","locations":[],"apiVersions":["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":"functions","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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":["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":"classicMobileServices","locations":[],"apiVersions":["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":"None"},{"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 US 2","West Central US","Canada Central","Canada East"],"apiVersions":["2016-06-01","2015-08-01-preview"],"capabilities":"None"},{"resourceType":"locations","locations":[],"apiVersions":["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 US 2","West Central US","Canada Central","Canada East"],"apiVersions":["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 US 2","West Central US","Canada Central","Canada East"],"apiVersions":["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 US 2","West Central US","Canada Central","Canada East"],"apiVersions":["2016-06-01","2015-08-01-preview"],"capabilities":"None"},{"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 US 2","West Central US","Canada Central","Canada East"],"apiVersions":["2016-06-01","2015-08-01-preview"]},{"resourceType":"checkNameAvailability","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Myget.PackageManagement","namespace":"Myget.PackageManagement","resourceTypes":[{"resourceType":"services","locations":["West Europe"],"apiVersions":["2015-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/NewRelic.APM","namespace":"NewRelic.APM","authorization":{"allowedThirdPartyExtensions":[{"name":"NewRelic_AzurePortal_APM"}]},"resourceTypes":[{"resourceType":"accounts","locations":["North Central US","South Central US","West US","East US","North Europe","West Europe","Southeast Asia","East Asia"],"apiVersions":["2014-10-01","2014-04-01"],"capabilities":"None"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Paraleap.CloudMonix","namespace":"Paraleap.CloudMonix","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-08-10"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-10"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-10"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-10"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Pokitdok.Platform","namespace":"Pokitdok.Platform","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-05-17"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-05-17"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-05-17"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-05-17"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/RavenHq.Db","namespace":"RavenHq.Db","resourceTypes":[{"resourceType":"databases","locations":["East US"],"apiVersions":["2016-07-18","2016-06-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-07-18","2016-06-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-07-18","2016-06-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-07-18","2016-06-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Raygun.CrashReporting","namespace":"Raygun.CrashReporting","resourceTypes":[{"resourceType":"apps","locations":["East US"],"apiVersions":["2015-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/RedisLabs.Memcached","namespace":"RedisLabs.Memcached","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2016-07-10"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/RedisLabs.Redis","namespace":"RedisLabs.Redis","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2016-07-10"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/RevAPM.MobileCDN","namespace":"RevAPM.MobileCDN","resourceTypes":[{"resourceType":"accounts","locations":["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","Australia East","Australia Southeast"],"apiVersions":["2016-08-29"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-29"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-29"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-29"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Sendgrid.Email","namespace":"Sendgrid.Email","resourceTypes":[{"resourceType":"accounts","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","Canada Central","Canada East","West Central US","West US 2","UK South","UK West"],"apiVersions":["2015-01-01"],"capabilities":"None"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Signiant.Flight","namespace":"Signiant.Flight","resourceTypes":[{"resourceType":"accounts","locations":["East US","Central US","North Central US","South Central US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast"],"apiVersions":["2015-06-29"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-29"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-06-29"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-06-29"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Sparkpost.Basic","namespace":"Sparkpost.Basic","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-08-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/stackify.retrace","namespace":"stackify.retrace","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/SuccessBricks.ClearDB","namespace":"SuccessBricks.ClearDB","resourceTypes":[{"resourceType":"databases","locations":["Brazil South","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","West Europe","West US","South Central US","Australia East","Australia Southeast","Canada Central","Canada East","Central India","South India"],"apiVersions":["2014-04-01"],"capabilities":"None"},{"resourceType":"clusters","locations":["Brazil South","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","West Europe","West US","Australia Southeast","Australia East","South Central US","Canada Central","Canada East","Central India","South India"],"apiVersions":["2014-04-01"],"capabilities":"None"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/TrendMicro.DeepSecurity","namespace":"TrendMicro.DeepSecurity","resourceTypes":[{"resourceType":"accounts","locations":["Central US"],"apiVersions":["2015-06-15"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/U2uconsult.TheIdentityHub","namespace":"U2uconsult.TheIdentityHub","resourceTypes":[{"resourceType":"services","locations":["West Europe"],"apiVersions":["2015-06-15"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]}],"registrationState":"NotRegistered"}]}
2017/04/26 12:11:25 [TRACE] [walkImport] Exiting eval tree: module.subnet-consul.provider.azurerm
2017/04/26 12:11:25 [DEBUG] dag/walk: walking "module.subnet-consul.azurerm_network_security_rule.ssh"
2017/04/26 12:11:25 [DEBUG] vertex 'root.module.subnet-consul.azurerm_network_security_rule.ssh': walking
2017/04/26 12:11:25 [DEBUG] root: eval: *terraform.EvalSequence
2017/04/26 12:11:25 [DEBUG] dag/walk: walking "module.subnet-consul.azurerm_network_security_rule.prometheus"
2017/04/26 12:11:25 [DEBUG] vertex 'root.module.subnet-consul.azurerm_network_security_rule.prometheus': walking
2017/04/26 12:11:25 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/04/26 12:11:25 [DEBUG] dag/walk: walking "module.subnet-consul.azurerm_resource_group.ConsulProd"
2017/04/26 12:11:25 [DEBUG] vertex 'root.module.subnet-consul.azurerm_resource_group.ConsulProd': walking
2017/04/26 12:11:25 [DEBUG] root: eval: *terraform.EvalImportState
2017/04/26 12:11:25 [DEBUG] dag/walk: walking "module.subnet-consul.azurerm_subnet.ConsulProd"
2017/04/26 12:11:25 [DEBUG] vertex 'root.module.subnet-consul.azurerm_subnet.ConsulProd': walking
2017/04/26 12:11:25 [DEBUG] dag/walk: walking "module.subnet-consul.azurerm_network_security_rule.checkmk"
2017/04/26 12:11:25 [DEBUG] vertex 'root.module.subnet-consul.azurerm_network_security_rule.checkmk': walking
2017/04/26 12:11:25 [DEBUG] dag/walk: walking "module.subnet-consul.azurerm_network_security_group.ConsulProd"
2017/04/26 12:11:25 [DEBUG] vertex 'root.module.subnet-consul.azurerm_network_security_group.ConsulProd': walking
2017/04/26 12:11:25 [DEBUG] dag/walk: walking "module.subnet-consul.azurerm_network_security_rule.consul-8500"
2017/04/26 12:11:25 [DEBUG] vertex 'root.module.subnet-consul.azurerm_network_security_rule.consul-8500': walking
2017/04/26 12:11:25 [TRACE] [walkImport] Exiting eval tree: azurerm_virtual_machine.worker-web05-prod (import id: /subscriptions/<redacted>/resourceGroups/WebProd/providers/Microsoft.Compute/virtualMachines/worker-web05)
2017/04/26 12:11:25 [DEBUG] vertex 'root.azurerm_virtual_machine.worker-web05-prod (import id: /subscriptions/<redacted>/resourceGroups/WebProd/providers/Microsoft.Compute/virtualMachines/worker-web05)': expanding/walking dynamic subgraph
2017/04/26 12:11:25 [DEBUG] root.subnet-storage: eval: *terraform.EvalSequence
2017/04/26 12:11:25 [DEBUG] root.subnet-storage: eval: *terraform.EvalInitProvider
2017/04/26 12:11:25 [DEBUG] dag/walk: added new vertex: "import azurerm_virtual_machine.worker-web05-prod result: /subscriptions/<redacted>/resourceGroups/WebProd/providers/Microsoft.Compute/virtualMachines/worker-web05"
2017/04/26 12:11:25 [DEBUG] dag/walk: walking "import azurerm_virtual_machine.worker-web05-prod result: /subscriptions/<redacted>/resourceGroups/WebProd/providers/Microsoft.Compute/virtualMachines/worker-web05"
2017/04/26 12:11:25 [DEBUG] vertex 'root.import azurerm_virtual_machine.worker-web05-prod result: /subscriptions/<redacted>/resourceGroups/WebProd/providers/Microsoft.Compute/virtualMachines/worker-web05': walking
2017/04/26 12:11:25 [DEBUG] vertex 'root.import azurerm_virtual_machine.worker-web05-prod result: /subscriptions/<redacted>/resourceGroups/WebProd/providers/Microsoft.Compute/virtualMachines/worker-web05': evaluating
2017/04/26 12:11:25 [TRACE] [walkImport] Entering eval tree: import azurerm_virtual_machine.worker-web05-prod result: /subscriptions/<redacted>/resourceGroups/WebProd/providers/Microsoft.Compute/virtualMachines/worker-web05
2017/04/26 12:11:25 [DEBUG] root.subnet-storage: eval: *terraform.EvalOpFilter
2017/04/26 12:11:25 [DEBUG] root.subnet-storage: eval: *terraform.EvalSequence
2017/04/26 12:11:25 [DEBUG] root.subnet-storage: eval: *terraform.EvalGetProvider
2017/04/26 12:11:25 [DEBUG] root.subnet-storage: eval: *terraform.EvalInterpolate
2017/04/26 12:11:25 [DEBUG] root.subnet-storage: eval: *terraform.EvalBuildProviderConfig
2017/04/26 12:11:25 [DEBUG] root.subnet-storage: eval: *terraform.EvalInputProvider
2017/04/26 12:11:25 [DEBUG] root.subnet-storage: eval: terraform.EvalNoop
2017/04/26 12:11:25 [DEBUG] root.subnet-storage: eval: *terraform.EvalOpFilter
2017/04/26 12:11:25 [DEBUG] root.subnet-storage: eval: *terraform.EvalSequence
2017/04/26 12:11:25 [DEBUG] root.subnet-storage: eval: *terraform.EvalGetProvider
2017/04/26 12:11:25 [DEBUG] root.subnet-storage: eval: *terraform.EvalInterpolate
2017/04/26 12:11:25 [DEBUG] root.subnet-storage: eval: *terraform.EvalBuildProviderConfig
2017/04/26 12:11:25 [DEBUG] root.subnet-storage: eval: *terraform.EvalSetProviderConfig
2017/04/26 12:11:25 [DEBUG] root.subnet-storage: eval: *terraform.EvalOpFilter
2017/04/26 12:11:25 [DEBUG] root.subnet-storage: eval: *terraform.EvalSequence
2017/04/26 12:11:25 [DEBUG] root.subnet-storage: eval: *terraform.EvalConfigProvider
2017/04/26 12:11:25 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/26 12:11:25 [DEBUG] AzureRM Request:
2017/04/26 12:11:25 [DEBUG] plugin: terraform: GET /subscriptions/<redacted>/providers?api-version=2016-09-01 HTTP/1.1
2017/04/26 12:11:25 [DEBUG] plugin: terraform: Host: management.azure.com
2017/04/26 12:11:25 [DEBUG] plugin: terraform: User-Agent: HashiCorp-Terraform-v0.9.3
2017/04/26 12:11:25 [DEBUG] plugin: terraform: Authorization: <token>
2017/04/26 12:11:25 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/04/26 12:11:25 [DEBUG] plugin: terraform:
2017/04/26 12:11:25 [DEBUG] plugin: terraform:
2017/04/26 12:11:25 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/26 12:11:25 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/<redacted>/providers?api-version=2016-09-01:
2017/04/26 12:11:25 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/04/26 12:11:25 [DEBUG] plugin: terraform: Cache-Control: no-cache
2017/04/26 12:11:25 [DEBUG] plugin: terraform: Content-Type: application/json; charset=utf-8
2017/04/26 12:11:25 [DEBUG] plugin: terraform: Date: Wed, 26 Apr 2017 10:11:25 GMT
2017/04/26 12:11:25 [DEBUG] plugin: terraform: Expires: -1
2017/04/26 12:11:25 [DEBUG] plugin: terraform: Pragma: no-cache
2017/04/26 12:11:25 [DEBUG] plugin: terraform: Strict-Transport-Security: max-age=31536000; includeSubDomains
2017/04/26 12:11:25 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2017/04/26 12:11:25 [DEBUG] plugin: terraform: X-Ms-Correlation-Request-Id: <redacted>
2017/04/26 12:11:25 [DEBUG] plugin: terraform: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14906
2017/04/26 12:11:25 [DEBUG] plugin: terraform: X-Ms-Request-Id: <redacted>
2017/04/26 12:11:25 [DEBUG] plugin: terraform: X-Ms-Routing-Request-Id: <redacted>
2017/04/26 12:11:25 [DEBUG] plugin: terraform:
2017/04/26 12:11:25 [DEBUG] plugin: terraform: {"value":[{"id":"/subscriptions/<redacted>/providers/Microsoft.Advisor","namespace":"Microsoft.Advisor","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"suppressions","locations":[],"apiVersions":["2017-04-19-alpha","2017-03-31-alpha","2017-03-31","2016-07-12-preview","2016-07-12-alpha","2016-05-09-preview","2016-05-09-alpha"]},{"resourceType":"recommendations","locations":[],"apiVersions":["2017-04-19-alpha","2017-03-31-alpha","2017-03-31","2016-07-12-preview","2016-07-12-alpha","2016-05-09-preview","2016-05-09-alpha"]},{"resourceType":"generateRecommendations","locations":[],"apiVersions":["2017-04-19-alpha","2017-03-31-alpha","2017-03-31","2016-07-12-preview","2016-07-12-alpha","2016-05-09-preview","2016-05-09-alpha"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-04-19-alpha","2017-03-31-alpha","2017-03-31","2016-07-12-preview","2016-07-12-alpha","2016-05-09-preview","2016-05-09-alpha"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Backup","namespace":"Microsoft.Backup","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"BackupVault","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"],"apiVersions":["2015-03-15","2014-09-01"],"capabilities":"None"}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Batch","namespace":"Microsoft.Batch","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"batchAccounts","locations":["West Europe","East US","East US 2","West US","North Central US","Brazil South","North Europe","Central US","East Asia","Japan East","Australia Southeast","Japan West","Korea South","Korea Central","Southeast Asia","South Central US","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2"],"apiVersions":["2017-01-01","2015-12-01","2015-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["West Europe","East US","East US 2","West US","North Central US","Brazil South","North Europe","Central US","East Asia","Japan East","Australia Southeast","Japan West","Korea South","Korea Central","Southeast Asia","South Central US","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2"],"apiVersions":["2017-01-01","2015-12-01","2015-09-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2017-01-01","2015-12-01","2015-09-01"]},{"resourceType":"locations/quotas","locations":["West Europe","East US","East US 2","West US","North Central US","Brazil South","North Europe","Central US","East Asia","Japan East","Australia Southeast","Japan West","Korea South","Korea Central","Southeast Asia","South Central US","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2"],"apiVersions":["2017-01-01","2015-12-01","2015-09-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Cache","namespace":"Microsoft.Cache","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"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","Canada Central","Canada East","UK South","UK West","West US 2","West Central US","South India","Korea Central","Korea South"],"apiVersions":["2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["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","South India","Canada Central","Canada East","UK South","UK West","West US 2","West Central US","Korea Central","Korea South"],"apiVersions":["2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["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":["2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01-alpha","2014-04-01"]},{"resourceType":"RedisConfigDefinition","locations":[],"apiVersions":["2017-02-01","2016-04-01","2015-08-01","2015-03-01"]},{"resourceType":"Redis/metricDefinitions","locations":["North Central US","South Central US","East US","East US 2","West US","Central US","East Asia","Southeast Asia","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","Central India","South India","Canada Central","Canada East","UK West","UK South","West US 2","West Central US","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"Redis/diagnosticSettings","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","UK West","UK South","West US 2","West Central US","Korea Central","Korea South"],"apiVersions":["2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Cdn","namespace":"Microsoft.Cdn","resourceTypes":[{"resourceType":"profiles","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"profiles/endpoints","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"profiles/endpoints/origins","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"profiles/endpoints/customdomains","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults/profileresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults/profileresults/endpointresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults/profileresults/endpointresults/originresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults/profileresults/endpointresults/customdomainresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"checkNameAvailability","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"checkResourceUsage","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02"]},{"resourceType":"operations","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"edgenodes","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ClassicCompute","namespace":"Microsoft.ClassicCompute","resourceTypes":[{"resourceType":"domainNames","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"checkDomainNameAvailability","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"domainNames/slots","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"domainNames/slots/roles","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"domainNames/slots/roles/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"domainNames/slots/roles/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"virtualMachines","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"capabilities","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]},{"resourceType":"quotas","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"virtualMachines/diagnosticSettings","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Canada Central","Canada East","UK South","UK West","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","West US 2","West Central US","South India","Central India","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"virtualMachines/metricDefinitions","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Canada Central","Canada East","UK South","UK West","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","West US 2","West Central US","South India","Central India","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"virtualMachines/metrics","locations":["North Central US","South Central US","East US","East US 2","Canada Central","Canada East","West US","West US 2","West Central US","Central US","East Asia","Southeast Asia","North Europe","West Europe","UK South","UK West","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-04-01","2014-01-01"]},{"resourceType":"resourceTypes","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]},{"resourceType":"moveSubscriptionResources","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01"]},{"resourceType":"validateSubscriptionMoveAvailability","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01"]},{"resourceType":"operationStatuses","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01"]},{"resourceType":"operatingSystems","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]},{"resourceType":"operatingSystemFamilies","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ClassicNetwork","namespace":"Microsoft.ClassicNetwork","resourceTypes":[{"resourceType":"virtualNetworks","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"],"capabilities":"None"},{"resourceType":"reservedIps","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"],"capabilities":"None"},{"resourceType":"quotas","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"gatewaySupportedDevices","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-04-01","2014-01-01"]},{"resourceType":"networkSecurityGroups","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01"],"capabilities":"None"},{"resourceType":"capabilities","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ClassicStorage","namespace":"Microsoft.ClassicStorage","resourceTypes":[{"resourceType":"storageAccounts","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-04-01-beta","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"quotas","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"checkStorageAccountAvailability","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"storageAccounts/services","locations":["West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","South India","Central India","West US 2","West Central US","East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/services/diagnosticSettings","locations":["West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","South India","Central India","West US 2","West Central US","East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/services/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/services/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"capabilities","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"disks","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"images","locations":[],"apiVersions":["2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"vmImages","locations":[],"apiVersions":["2016-11-01"]},{"resourceType":"publicImages","locations":[],"apiVersions":["2016-11-01","2016-04-01"]},{"resourceType":"osImages","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"osPlatformImages","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-04-01","2014-01-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Compute","namespace":"Microsoft.Compute","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30"]},{"resourceType":"locations","locations":[],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-03-30","2016-08-30","2016-03-30","2015-06-15","2015-05-01-preview"]},{"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"],"apiVersions":["2017-03-30","2016-04-30-preview"],"capabilities":"None"},{"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"],"apiVersions":["2017-03-30","2016-04-30-preview"],"capabilities":"None"},{"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"],"apiVersions":["2017-03-30","2016-04-30-preview"]},{"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"],"apiVersions":["2017-03-30","2016-04-30-preview"],"capabilities":"None"},{"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"],"apiVersions":["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"],"apiVersions":["2017-03-30"]},{"resourceType":"virtualMachines/diagnosticSettings","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","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"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","Brazil South","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ContainerRegistry","namespace":"Microsoft.ContainerRegistry","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"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","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"],"apiVersions":["2017-03-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"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","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"],"apiVersions":["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","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"],"apiVersions":["2017-03-01"]},{"resourceType":"registries/regenerateCredentials","locations":["West US","East US","South Central US","West Europe"],"apiVersions":["2016-06-27-preview"]},{"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"],"apiVersions":["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"],"apiVersions":["2017-03-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ContainerService","namespace":"Microsoft.ContainerService","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"containerServices","locations":["Japan East","Central US","East US 2","Japan West","East Asia","South Central US","Australia East","Australia Southeast","Brazil South","Southeast Asia","West US","North Central US","West Europe","North Europe","East US"],"apiVersions":["2017-01-31","2016-09-30","2016-03-30","2015-11-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2017-01-31","2016-09-30","2016-03-30","2015-11-01-preview"]},{"resourceType":"locations/operations","locations":["Japan East","Central US","East US 2","Japan West","East Asia","South Central US","Australia East","Australia Southeast","Brazil South","Southeast Asia","West US","North Central US","West Europe","North Europe","East US"],"apiVersions":["2017-01-31","2016-09-30","2016-03-30","2015-11-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-01-31","2016-09-30","2016-03-30","2015-11-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DevTestLab","namespace":"Microsoft.DevTestLab","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"labs","locations":["West Central US","Japan East","West US","Australia Southeast","Canada Central","Central India","Central US","East Asia","Korea Central","North Europe","South Central US","UK West","Australia East","Brazil South","Canada East","East US","East US 2","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2016-05-15","2015-05-21-preview"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"schedules","locations":["West Central US","Japan East","West US","Australia Southeast","Canada Central","Central India","Central US","East Asia","Korea Central","North Europe","South Central US","UK West","Australia East","Brazil South","Canada East","East US","East US 2","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2016-05-15"],"capabilities":"None"},{"resourceType":"labs/virtualMachines","locations":["West Central US","Japan East","West US","Australia Southeast","Canada Central","Central India","Central US","East Asia","Korea Central","North Europe","South Central US","UK West","Australia East","Brazil South","Canada East","East US","East US 2","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2016-05-15","2015-05-21-preview"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"labs/serviceRunners","locations":["Central US","East US 2","South Central US"],"apiVersions":["2016-05-15"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"operations","locations":[],"apiVersions":["2016-05-15","2015-05-21-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-05-15","2015-05-21-preview"]},{"resourceType":"locations/operations","locations":["West Central US","Japan East","West US","Australia Southeast","Canada Central","Central India","Central US","East Asia","Korea Central","North Europe","South Central US","UK West","Australia East","Brazil South","Canada East","East US","East US 2","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2016-05-15","2015-05-21-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.EventHub","namespace":"Microsoft.EventHub","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"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","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2015-08-01","2014-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNamespaceAvailability","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"sku","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-08-01","2014-09-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/microsoft.insights","namespace":"microsoft.insights","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"components","locations":["East US","South Central US","North Europe","West Europe"],"apiVersions":["2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"webtests","locations":["East US","South Central US","North Europe","West Europe"],"apiVersions":["2015-05-01","2014-08-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"queries","locations":["East US","South Central US","North Europe","West Europe"],"apiVersions":["2015-05-01","2014-08-01"]},{"resourceType":"logprofiles","locations":[],"apiVersions":["2016-03-01"]},{"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","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2016-03-01","2015-04-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"autoscalesettings","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","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"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"]},{"resourceType":"locations","locations":["East US"],"apiVersions":["2015-04-01","2014-04-01"]},{"resourceType":"locations/operationResults","locations":[],"apiVersions":["2015-04-01","2014-04-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-04-01","2014-06-01","2014-04-01"]},{"resourceType":"automatedExportSettings","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","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2015-04-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","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2016-09-01","2015-07-01"]},{"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","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2017-05-01-preview"]},{"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","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2017-02-01"]},{"resourceType":"metricDefinitions","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","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central","Global"],"apiVersions":["2017-05-01-preview","2016-03-01","2015-07-01"]},{"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","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2015-07-01"]},{"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","Brazil South","South India","Central India","North Europe","West US 2","West Central US","Korea South","Korea Central","UK South","UK West"],"apiVersions":["2017-05-01-preview","2016-09-01","2016-06-01"]},{"resourceType":"actiongroups","locations":["Global"],"apiVersions":["2017-04-01","2017-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"activityLogAlerts","locations":["Global"],"apiVersions":["2017-04-01","2017-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"notificationgroups","locations":["Global"],"apiVersions":["2016-09-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"notificationrules","locations":["Global"],"apiVersions":["2016-06-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"notifications","locations":[],"apiVersions":["2016-06-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.KeyVault","namespace":"Microsoft.KeyVault","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","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["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","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["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","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["2016-10-01","2015-06-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-10-01","2015-06-01","2014-12-19-preview"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["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","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["2016-10-01"]},{"resourceType":"locations","locations":[],"apiVersions":["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","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["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","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["2016-10-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.MobileEngagement","namespace":"Microsoft.MobileEngagement","resourceTypes":[{"resourceType":"appcollections","locations":["Central US","North Europe"],"apiVersions":["2014-12-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"appcollections/apps","locations":["Central US","North Europe"],"apiVersions":["2014-12-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkappcollectionnameavailability","locations":["Central US","North Europe"],"apiVersions":["2014-12-01"]},{"resourceType":"supportedplatforms","locations":["Central US","North Europe"],"apiVersions":["2014-12-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Network","namespace":"Microsoft.Network","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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":"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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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":"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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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":"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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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":"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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkWatchers","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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":"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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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":"locations","locations":[],"apiVersions":["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":[],"apiVersions":["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":[],"apiVersions":["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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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/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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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":"operations","locations":[],"apiVersions":["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":["2016-04-01","2015-05-04-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"dnsOperationResults","locations":["global"],"apiVersions":["2016-04-01"]},{"resourceType":"dnsOperationStatuses","locations":["global"],"apiVersions":["2016-04-01"]},{"resourceType":"dnszones/A","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/AAAA","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/CNAME","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/PTR","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/MX","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/TXT","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/SRV","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/SOA","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/NS","locations":["global"],"apiVersions":["2016-04-01","2015-05-04-preview"]},{"resourceType":"trafficmanagerprofiles","locations":["global"],"apiVersions":["2017-05-01","2017-03-01","2015-11-01","2015-04-28-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkTrafficManagerNameAvailability","locations":["global"],"apiVersions":["2017-05-01","2017-03-01","2015-11-01","2015-04-28-preview"]},{"resourceType":"trafficManagerGeographicHierarchies","locations":["global"],"apiVersions":["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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["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":[],"apiVersions":["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":[],"apiVersions":["2017-04-01","2017-03-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","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2017-03-01","2016-12-01"],"capabilities":"None"},{"resourceType":"bgpServiceCommunities","locations":[],"apiVersions":["2017-04-01","2017-03-01","2016-12-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.OperationalInsights","namespace":"Microsoft.OperationalInsights","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"workspaces","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US"],"apiVersions":["2017-03-03-preview","2017-01-01-preview","2015-11-01-preview","2015-03-20"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"workspaces/dataSources","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US"],"apiVersions":["2015-11-01-preview"]},{"resourceType":"storageInsightConfigs","locations":[],"apiVersions":["2014-10-10"]},{"resourceType":"workspaces/linkedServices","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US"],"apiVersions":["2015-11-01-preview"]},{"resourceType":"linkTargets","locations":["East US"],"apiVersions":["2015-03-20","2014-10-10"]},{"resourceType":"operations","locations":[],"apiVersions":["2014-11-10"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ResourceHealth","namespace":"Microsoft.ResourceHealth","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"availabilityStatuses","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Search","namespace":"Microsoft.Search","resourceTypes":[{"resourceType":"searchServices","locations":["West US","East US","North Europe","West Europe","Southeast Asia","East Asia","North Central US","South Central US","Japan West","Australia East","Brazil South","Central India","West Central US","Canada Central","UK South"],"apiVersions":["2015-08-19","2015-02-28"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkServiceNameAvailability","locations":[],"apiVersions":["2015-02-28","2014-07-31-Preview"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2015-08-19"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-08-19","2015-02-28"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Security","namespace":"Microsoft.Security","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatus","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatuses","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatus/virtualMachines","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatus/endpoints","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatus/subnets","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"tasks","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"alerts","locations":["Central US","East US","West Europe"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"monitoring","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"monitoring/patch","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"monitoring/baseline","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"monitoring/antimalware","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"dataCollectionAgents","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"dataCollectionResults","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"policies","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"appliances","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"webApplicationFirewalls","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securitySolutions","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securitySolutionsReferenceData","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatusesSummaries","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations/alerts","locations":["Central US","West Europe"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations/tasks","locations":["Central US"],"apiVersions":["2015-06-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ServiceBus","namespace":"Microsoft.ServiceBus","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","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2015-08-01","2014-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNamespaceAvailability","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"sku","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"premiumMessagingRegions","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-08-01","2014-09-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Sql","namespace":"Microsoft.Sql","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"operations","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"locations","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"locations/capabilities","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"locations/serverAzureAsyncOperation","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","Korea Central","Korea South","UK West"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/serverOperationResults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","Korea Central","Korea South","UK West"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"checkNameAvailability","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/databases","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview","2015-01-01","2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/serviceObjectives","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/communicationLinks","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/administrators","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/administratorOperationResults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/restorableDroppedDatabases","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/recoverableDatabases","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/backupLongTermRetentionVaults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/import","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/importExportOperationResults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/operationResults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/firewallrules","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databaseSecurityPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/auditingPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/recommendedElasticPools","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/auditingPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/connectionPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/connectionPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/dataMaskingPolicies","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/dataMaskingPolicies/rules","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/securityAlertPolicies","locations":["West Europe","West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/securityAlertPolicies","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/databases/auditingSettings","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/auditingSettings","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/resourcepools","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/elasticpools","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-09-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/disasterRecoveryConfiguration","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/failoverGroups","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/failoverGroupAzureAsyncOperation","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","Korea Central","Korea South","UK West"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/failoverGroupOperationResults","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/usages","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/metricDefinitions","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/metrics","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/aggregatedDatabaseMetrics","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticpools/metrics","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticpools/metricdefinitions","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/topQueries","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/topQueries/queryText","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/advisors","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticPools/advisors","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/advisors","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/extensions","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticPoolEstimates","locations":["East US","West US","South Central US","East US 2","Central US","North Central US","East Asia","Southeast Asia","Japan West","Japan East","West Europe","North Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/databases/auditRecords","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/VulnerabilityAssessmentScans","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/databases/VulnerabilityAssessmentScans","locations":["West US","South Central US","East US 2","Central US","North Central US","East US","East Asia","Southeast Asia","Japan West","Japan East","North Europe","West Europe","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2015-05-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Storage","namespace":"Microsoft.Storage","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"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","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["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":[],"apiVersions":["2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"]},{"resourceType":"storageAccounts/listAccountSas","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-05-01"]},{"resourceType":"storageAccounts/listServiceSas","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-05-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-07-01"]},{"resourceType":"locations/deleteVirtualNetworkOrSubnets","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-07-01"]},{"resourceType":"usages","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"]},{"resourceType":"storageAccounts/services","locations":["East US","West US","West Europe","North Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/services/metricDefinitions","locations":["East US","West US","West Europe","North Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","South India","Central India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/microsoft.support","namespace":"microsoft.support","resourceTypes":[{"resourceType":"operations","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"],"apiVersions":["2015-07-01-Preview","2015-03-01"]},{"resourceType":"supporttickets","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"],"apiVersions":["2015-07-01-Preview","2015-03-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/84codes.CloudAMQP","namespace":"84codes.CloudAMQP","resourceTypes":[{"resourceType":"servers","locations":["East US 2","Central US","East US","North Central US","South Central US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West"],"apiVersions":["2016-08-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/AppDynamics.APM","namespace":"AppDynamics.APM","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-05-26"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-05-26"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-05-26"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-05-26"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-05-26"]},{"resourceType":"locations/operationResults","locations":["West US"],"apiVersions":["2016-05-26"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Aspera.Transfers","namespace":"Aspera.Transfers","resourceTypes":[{"resourceType":"services","locations":["West US","North Europe","Central US","East US","West Europe","East Asia","Southeast Asia","Japan East","East US 2","Japan West"],"apiVersions":["2016-03-25"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-03-25"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-03-25"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-03-25"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Auth0.Cloud","namespace":"Auth0.Cloud","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2016-11-23"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Citrix.Cloud","namespace":"Citrix.Cloud","resourceTypes":[{"resourceType":"accounts","locations":["West US"],"apiVersions":["2015-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Cloudyn.Analytics","namespace":"Cloudyn.Analytics","resourceTypes":[{"resourceType":"accounts","locations":["East US"],"apiVersions":["2016-03-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-03-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-03-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-03-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Conexlink.MyCloudIT","namespace":"Conexlink.MyCloudIT","resourceTypes":[{"resourceType":"accounts","locations":["Central US"],"apiVersions":["2015-06-15"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Crypteron.DataSecurity","namespace":"Crypteron.DataSecurity","resourceTypes":[{"resourceType":"apps","locations":["West US"],"apiVersions":["2016-08-12"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-12"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-12"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-12"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Dynatrace.DynatraceSaaS","namespace":"Dynatrace.DynatraceSaaS","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2016-09-27"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Dynatrace.Ruxit","namespace":"Dynatrace.Ruxit","resourceTypes":[{"resourceType":"accounts","locations":["East US"],"apiVersions":["2016-04-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-09-07","2016-04-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-04-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-04-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/LiveArena.Broadcast","namespace":"LiveArena.Broadcast","resourceTypes":[{"resourceType":"services","locations":["West US","North Europe","Japan West","Japan East","East Asia","West Europe","East US","Southeast Asia","Central US"],"apiVersions":["2016-06-15"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-06-15"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-06-15"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-06-15"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Lombiq.DotNest","namespace":"Lombiq.DotNest","resourceTypes":[{"resourceType":"sites","locations":["East US"],"apiVersions":["2015-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Mailjet.Email","namespace":"Mailjet.Email","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2017-02-03","2016-11-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2017-02-03","2016-11-01","2016-07-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2017-02-03","2016-11-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2017-02-03","2016-11-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/microsoft.aadiam","namespace":"microsoft.aadiam","resourceTypes":[{"resourceType":"operations","locations":["West US"],"apiVersions":["2017-04-01","2017-03-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-01","2016-02-01","2015-11-01","2015-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ADHybridHealthService","namespace":"Microsoft.ADHybridHealthService","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"addsservices","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"configuration","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"operations","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"agents","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"aadsupportcases","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"reports","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"servicehealthmetrics","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"logs","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"anonymousapiusers","locations":["West US"],"apiVersions":["2014-01-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.AnalysisServices","namespace":"Microsoft.AnalysisServices","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"servers","locations":["West US","North Europe","South Central US","West Europe","West Central US","Southeast Asia","East US 2","North Central US","Brazil South","Canada Central","Australia Southeast","Japan East","UK South"],"apiVersions":["2016-05-16"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2016-05-16"]},{"resourceType":"locations/checkNameAvailability","locations":["West US","North Europe","South Central US","West Europe","West Central US","Southeast Asia","East US 2","North Central US","Brazil South","Canada Central","Australia Southeast","Japan East","UK South"],"apiVersions":["2016-05-16"]},{"resourceType":"locations/operationresults","locations":["West US","North Europe","South Central US","West Europe","West Central US","Southeast Asia","East US 2","North Central US","Brazil South","Canada Central","Australia Southeast","Japan East","UK South"],"apiVersions":["2016-05-16"]},{"resourceType":"locations/operationstatuses","locations":["West US","North Europe","South Central US","West Europe","West Central US","Southeast Asia","East US 2","North Central US","Brazil South","Canada Central","Australia Southeast","Japan East","UK South"],"apiVersions":["2016-05-16"]},{"resourceType":"operations","locations":["East US 2","South Central US"],"apiVersions":["2016-05-16"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ApiManagement","namespace":"Microsoft.ApiManagement","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"service","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","North Central US","South Central US","West Central US","West US","West US 2","Canada Central","Canada East","North Europe","West Europe","UK South","UK West","East Asia","Southeast Asia","Japan East","Japan West","Korea Central","Korea South","Brazil South","Central India","South India"],"apiVersions":["2016-10-10","2016-07-07","2015-09-15","2014-02-14"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"validateServiceName","locations":[],"apiVersions":["2015-09-15","2014-02-14"]},{"resourceType":"checkServiceNameAvailability","locations":[],"apiVersions":["2015-09-15","2014-02-14"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2016-10-10","2016-07-07","2015-09-15","2014-02-14"]},{"resourceType":"reportFeedback","locations":[],"apiVersions":["2016-10-10","2016-07-07","2015-09-15","2014-02-14"]},{"resourceType":"checkFeedbackRequired","locations":[],"apiVersions":["2016-10-10","2016-07-07","2015-09-15","2014-02-14"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-10-10","2016-07-07","2015-09-15","2014-02-14"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.AppService","namespace":"Microsoft.AppService","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"apiapps","locations":["East US","West US","South Central US","North Europe","East Asia","Japan East","West Europe","Southeast Asia","Japan West","North Central US","Central US","Brazil South","East US 2","Australia Southeast","Australia East","South India","Central India"],"apiVersions":["2015-03-01-preview","2015-03-01-alpha"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"appIdentities","locations":["East US","West US","South Central US","North Europe","East Asia","Japan East","West Europe","Southeast Asia","Japan West","North Central US","Central US","Brazil South","East US 2","Australia Southeast","Australia East","South India","Central India"],"apiVersions":["2015-03-01-preview","2015-03-01-alpha"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"gateways","locations":["East US","West US","South Central US","North Europe","East Asia","Japan East","West Europe","Southeast Asia","Japan West","North Central US","Central US","Brazil South","East US 2","Australia Southeast","Australia East","South India","Central India"],"apiVersions":["2015-03-01-preview","2015-03-01-alpha"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"deploymenttemplates","locations":[],"apiVersions":["2015-03-01-preview","2015-03-01-alpha"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-03-01-preview","2015-03-01-alpha"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Authorization","namespace":"Microsoft.Authorization","resourceTypes":[{"resourceType":"roleAssignments","locations":[],"apiVersions":["2016-07-01","2015-07-01","2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]},{"resourceType":"roleDefinitions","locations":[],"apiVersions":["2016-07-01","2015-07-01","2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]},{"resourceType":"classicAdministrators","locations":[],"apiVersions":["2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]},{"resourceType":"permissions","locations":[],"apiVersions":["2016-07-01","2015-07-01","2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]},{"resourceType":"locks","locations":[],"apiVersions":["2017-04-01","2016-09-01","2015-06-01","2015-05-01-preview","2015-01-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-07-01","2015-07-01","2015-01-01","2014-10-01-preview","2014-06-01"]},{"resourceType":"policyDefinitions","locations":[],"apiVersions":["2016-12-01","2016-04-01","2015-10-01-preview"]},{"resourceType":"policyAssignments","locations":[],"apiVersions":["2016-12-01","2016-04-01","2015-10-01-preview"]},{"resourceType":"providerOperations","locations":[],"apiVersions":["2016-07-01","2015-07-01-preview","2015-07-01"]},{"resourceType":"elevateAccess","locations":[],"apiVersions":["2016-07-01","2015-07-01","2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Automation","namespace":"Microsoft.Automation","authorizations":[{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"}],"resourceTypes":[{"resourceType":"automationAccounts","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India"],"apiVersions":["2015-10-31","2015-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"automationAccounts/runbooks","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India"],"apiVersions":["2015-10-31","2015-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"automationAccounts/webhooks","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India"],"apiVersions":["2015-10-31","2015-01-01-preview"]},{"resourceType":"operations","locations":["South Central US"],"apiVersions":["2015-10-31","2015-01-01-preview"]},{"resourceType":"automationAccounts/softwareUpdateConfigurations","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India"],"apiVersions":["2017-05-15-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.AzureActiveDirectory","namespace":"Microsoft.AzureActiveDirectory","resourceTypes":[{"resourceType":"b2cDirectories","locations":["Global","United States","Europe"],"apiVersions":["2017-01-30","2016-12-13-preview","2016-02-10-privatepreview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.AzureStack","namespace":"Microsoft.AzureStack","resourceTypes":[{"resourceType":"registrations","locations":["West Central US"],"apiVersions":["2016-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"registrations/products","locations":["West Central US"],"apiVersions":["2016-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Billing","namespace":"Microsoft.Billing","resourceTypes":[{"resourceType":"Invoices","locations":["Central US"],"apiVersions":["2017-02-27-preview"]},{"resourceType":"operations","locations":["Central US"],"apiVersions":["2017-02-27-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.BingMaps","namespace":"Microsoft.BingMaps","resourceTypes":[{"resourceType":"mapApis","locations":["West US"],"apiVersions":["2016-08-18","2015-07-02"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-18","2015-07-02"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-18","2015-07-02"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-18","2015-07-02"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.BizTalkServices","namespace":"Microsoft.BizTalkServices","resourceTypes":[{"resourceType":"BizTalk","locations":["East US","West US","North Europe","West Europe","Southeast Asia","East Asia","North Central US","Japan West","Japan East","South Central US"],"apiVersions":["2014-04-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.CertificateRegistration","namespace":"Microsoft.CertificateRegistration","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"certificateOrders","locations":["global"],"apiVersions":["2015-08-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"certificateOrders/certificates","locations":["global"],"apiVersions":["2015-08-01"]},{"resourceType":"validateCertificateRegistrationInformation","locations":["global"],"apiVersions":["2015-08-01"]},{"resourceType":"operations","locations":["global"],"apiVersions":["2015-08-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ClassicInfrastructureMigrate","namespace":"Microsoft.ClassicInfrastructureMigrate","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"classicInfrastructureResources","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","South India"],"apiVersions":["2015-06-15"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.CognitiveServices","namespace":"Microsoft.CognitiveServices","authorizations":[{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"}],"resourceTypes":[{"resourceType":"accounts","locations":["Global","West US","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["Global","West US","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"]},{"resourceType":"locations","locations":["Global","West US","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"]},{"resourceType":"locations/checkSkuAvailability","locations":["West US","Global","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"]},{"resourceType":"locations/updateAccountsCreationSettings","locations":["West US","Global","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"]},{"resourceType":"locations/accountsCreationSettings","locations":["West US","Global","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Commerce","namespace":"Microsoft.Commerce","resourceTypes":[{"resourceType":"UsageAggregates","locations":[],"apiVersions":["2015-06-01-preview","2015-03-31"]},{"resourceType":"RateCard","locations":[],"apiVersions":["2016-08-31-preview","2015-06-01-preview","2015-05-15"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-01-preview","2015-03-31"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/microsoft.consumption","namespace":"microsoft.consumption","resourceTypes":[{"resourceType":"reservationsummaries","locations":[],"apiVersions":["2017-01-30"]},{"resourceType":"reservationdetails","locations":[],"apiVersions":["2017-01-30"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ContentModerator","namespace":"Microsoft.ContentModerator","resourceTypes":[{"resourceType":"applications","locations":["Central US"],"apiVersions":["2016-04-08"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":[],"apiVersions":["2016-04-08"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-04-08"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-04-08"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.CustomerInsights","namespace":"Microsoft.CustomerInsights","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"hubs","locations":["East US 2"],"apiVersions":["2016-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"hubs/profiles","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/interactions","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/AuthorizationPolicies","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/connectors","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/connectors/mappings","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/kpi","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/views","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/links","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/roleAssignments","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/roles","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/widgetTypes","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"hubs/suggestTypeSchema","locations":["East US 2"],"apiVersions":["2016-01-01"]},{"resourceType":"operations","locations":["East US 2"],"apiVersions":["2016-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DataCatalog","namespace":"Microsoft.DataCatalog","resourceTypes":[{"resourceType":"catalogs","locations":["East US","West US","Australia East","West Europe","North Europe","Southeast Asia","West Central US"],"apiVersions":["2016-03-30","2015-07-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNameAvailability","locations":["West Europe"],"apiVersions":["2016-03-30","2015-07-01-preview"]},{"resourceType":"operations","locations":["West Europe"],"apiVersions":["2016-03-30","2015-07-01-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-03-30","2015-07-01-preview"]},{"resourceType":"locations/jobs","locations":["East US","West US","Australia East","West Europe","North Europe","Southeast Asia","West Central US"],"apiVersions":["2016-03-30","2015-07-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DataFactory","namespace":"Microsoft.DataFactory","resourceTypes":[{"resourceType":"dataFactories","locations":["West US","North Europe","East US","West Central US"],"apiVersions":["2015-10-01","2015-09-01","2015-08-01","2015-07-01-preview","2015-05-01-preview","2015-01-01-preview","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"factories","locations":["East US"],"apiVersions":["2017-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"dataFactories/diagnosticSettings","locations":["North Europe","East US","West US","West Central US"],"apiVersions":["2014-04-01"]},{"resourceType":"dataFactories/metricDefinitions","locations":["North Europe","East US","West US","West Central US"],"apiVersions":["2014-04-01"]},{"resourceType":"checkDataFactoryNameAvailability","locations":[],"apiVersions":["2015-05-01-preview","2015-01-01-preview"]},{"resourceType":"checkAzureDataFactoryNameAvailability","locations":["West US","North Europe","East US","West Central US"],"apiVersions":["2015-10-01","2015-09-01","2015-08-01","2015-07-01-preview","2015-05-01-preview","2015-01-01-preview"]},{"resourceType":"dataFactorySchema","locations":["West US","North Europe","East US","West Central US"],"apiVersions":["2015-10-01","2015-09-01","2015-08-01","2015-07-01-preview","2015-05-01-preview","2015-01-01-preview"]},{"resourceType":"operations","locations":["West US","North Europe","East US","West Central US"],"apiVersions":["2015-10-01","2015-09-01","2015-08-01","2015-07-01-preview","2015-05-01-preview","2015-01-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DataLakeAnalytics","namespace":"Microsoft.DataLakeAnalytics","resourceTypes":[{"resourceType":"accounts","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"accounts/dataLakeStoreAccounts","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"accounts/storageAccounts","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"accounts/storageAccounts/containers","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"accounts/storageAccounts/containers/listSasTokens","locations":["East US 2","North Europe","Central US"],"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":"operations","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DataLakeStore","namespace":"Microsoft.DataLakeStore","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"accounts","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"accounts/firewallRules","locations":["East US 2","North Europe","Central US"],"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":"operations","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Devices","namespace":"Microsoft.Devices","resourceTypes":[{"resourceType":"checkNameAvailability","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"],"apiVersions":["2017-01-19","2016-02-03","2015-08-15-preview"]},{"resourceType":"operations","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"],"apiVersions":["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"],"apiVersions":["2017-01-19","2016-02-03","2015-08-15-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DocumentDB","namespace":"Microsoft.DocumentDB","resourceTypes":[{"resourceType":"databaseAccounts","locations":["Australia East","Australia Southeast","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 Central US","West Europe","West US","West US 2","UK West","UK South","Brazil South","Korea South","Korea Central"],"apiVersions":["2016-03-31","2016-03-19","2015-11-06","2015-04-08","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"databaseAccountNames","locations":["Australia East","Australia Southeast","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 Central US","West Europe","West US","West US 2","UK West","UK South","Brazil South","Korea South","Korea Central"],"apiVersions":["2016-03-31","2016-03-19","2015-11-06","2015-04-08","2014-04-01"]},{"resourceType":"operations","locations":["Australia East","Australia Southeast","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 Central US","West Europe","West US","West US 2","UK West","UK South","Brazil South","Korea South","Korea Central"],"apiVersions":["2016-03-31","2016-03-19","2015-11-06","2015-04-08","2014-04-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DomainRegistration","namespace":"Microsoft.DomainRegistration","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"domains","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"domains/domainOwnershipIdentifiers","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"topLevelDomains","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"checkDomainAvailability","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"listDomainRecommendations","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"validateDomainRegistrationInformation","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"generateSsoRequest","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"operations","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.DynamicsLcs","namespace":"Microsoft.DynamicsLcs","resourceTypes":[{"resourceType":"lcsprojects","locations":["Brazil South","East Asia","East US","Japan East","Japan West","North Central US","North Europe","South Central US","West Europe","West US","Southeast Asia","Central US","East US 2","Australia East","Australia Southeast"],"apiVersions":["2015-05-01-alpha","2015-04-01-alpha","2015-03-01-alpha","2015-02-01-privatepreview","2015-02-01-preview","2015-02-01-beta","2015-02-01-alpha"]},{"resourceType":"lcsprojects/connectors","locations":["Brazil South","East Asia","East US","Japan East","Japan West","North Central US","North Europe","South Central US","West Europe","West US","Southeast Asia","Central US","East US 2","Australia East","Australia Southeast"],"apiVersions":["2015-05-01-alpha","2015-04-01-alpha","2015-03-01-alpha","2015-02-01-privatepreview","2015-02-01-preview","2015-02-01-beta","2015-02-01-alpha"]},{"resourceType":"lcsprojects/clouddeployments","locations":["Brazil South","East Asia","East US","Japan East","Japan West","North Central US","North Europe","South Central US","West Europe","West US","Southeast Asia","Central US","East US 2","Australia East","Australia Southeast"],"apiVersions":["2015-05-01-alpha","2015-04-01-alpha","2015-03-01-alpha","2015-02-01-privatepreview","2015-02-01-preview","2015-02-01-beta","2015-02-01-alpha"]},{"resourceType":"operations","locations":["Brazil South","East Asia","East US","Japan East","Japan West","North Central US","North Europe","South Central US","West Europe","West US","Southeast Asia","Central US","East US 2","Australia East","Australia Southeast"],"apiVersions":["2015-02-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Features","namespace":"Microsoft.Features","resourceTypes":[{"resourceType":"features","locations":[],"apiVersions":["2015-12-01","2014-08-01-preview"]},{"resourceType":"providers","locations":[],"apiVersions":["2015-12-01","2014-08-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-12-01","2014-08-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.HDInsight","namespace":"Microsoft.HDInsight","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>","managedByRoleDefinitionId":"346da55d-e1db-4a5a-89db-33ab3cdb6fc6"},"resourceTypes":[{"resourceType":"clusters","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","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"clusters/applications","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","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"clusters/operationresults","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","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["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":["2015-03-01-preview"]},{"resourceType":"locations/capabilities","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","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"locations/operationresults","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","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"locations/azureasyncoperations","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","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"locations/validateCreateRequest","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","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West"],"apiVersions":["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":["2015-03-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ImportExport","namespace":"Microsoft.ImportExport","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"jobs","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","West Central US","West Europe","West US","West US 2"],"apiVersions":["2016-11-01","2016-07-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2016-11-01","2016-07-01-preview"]},{"resourceType":"operationResults","locations":[],"apiVersions":["2016-11-01","2016-07-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2016-07-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Logic","namespace":"Microsoft.Logic","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"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","Canada Central","Canada East","West US 2","West Central US"],"apiVersions":["2016-06-01","2015-08-01-preview","2015-02-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"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","Canada Central","Canada East","West US 2","West Central US"],"apiVersions":["2016-06-01","2015-08-01-preview","2015-02-01-preview"]},{"resourceType":"locations","locations":["North Central US"],"apiVersions":["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","Canada Central","Canada East","West US 2","West Central US"],"apiVersions":["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","Canada Central","Canada East","West US 2"],"apiVersions":["2016-06-01","2015-08-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.MachineLearning","namespace":"Microsoft.MachineLearning","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"Workspaces","locations":["South Central US","West Europe","Southeast Asia","Japan East","West Central US"],"apiVersions":["2016-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"webServices","locations":["South Central US","West Europe","Southeast Asia","Japan East","East US 2","West Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["South Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"]},{"resourceType":"locations","locations":["South Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"]},{"resourceType":"locations/operations","locations":["South Central US","West Europe","Southeast Asia","Japan East","East US 2","West Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"]},{"resourceType":"locations/operationsStatus","locations":["South Central US","West Europe","Southeast Asia","Japan East","East US 2","West Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"]},{"resourceType":"commitmentPlans","locations":["South Central US","West Europe","Southeast Asia","Japan East","East US 2","West Central US"],"apiVersions":["2016-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.MarketplaceOrdering","namespace":"Microsoft.MarketplaceOrdering","resourceTypes":[{"resourceType":"agreements","locations":["South Central US","West US"],"apiVersions":["2015-06-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Media","namespace":"Microsoft.Media","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"mediaservices","locations":["Japan West","Japan East","East Asia","Southeast Asia","West Europe","North Europe","East US","West US","Australia East","Australia Southeast","Central US","Brazil South","Central India","South India","South Central US","Canada Central","Canada East","West Central US"],"apiVersions":["2015-10-01","2015-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":[],"apiVersions":["2015-10-01","2015-04-01"]},{"resourceType":"checknameavailability","locations":[],"apiVersions":["2015-10-01","2015-04-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.NotificationHubs","namespace":"Microsoft.NotificationHubs","resourceTypes":[{"resourceType":"namespaces","locations":["Australia East","Australia Southeast","Central US","East US","East 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","Canada Central","Canada East"],"apiVersions":["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","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","Canada Central","Canada East"],"apiVersions":["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","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","Canada Central","Canada East"],"apiVersions":["2016-03-01","2014-09-01"]},{"resourceType":"operations","locations":["Australia East","Australia Southeast","Central US","East US","East 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","Canada Central","Canada East"],"apiVersions":["2016-03-01","2014-09-01"]},{"resourceType":"operationResults","locations":["Australia East","Australia Southeast","Central US","East US","East 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","Canada Central","Canada East"],"apiVersions":["2016-03-01","2014-09-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.OperationsManagement","namespace":"Microsoft.OperationsManagement","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"solutions","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US"],"apiVersions":["2015-11-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":[],"apiVersions":["2015-11-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Portal","namespace":"Microsoft.Portal","resourceTypes":[{"resourceType":"dashboards","locations":["Central US","East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","South India","Central India","Canada Central","Canada East"],"apiVersions":["2015-08-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["Central US","East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","South India","Central India","Canada Central","Canada East"],"apiVersions":["2015-08-01-preview"]},{"resourceType":"consoles","locations":["West US"],"apiVersions":["2017-01-01-preview"]},{"resourceType":"userSettings","locations":["West US"],"apiVersions":["2017-01-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.PowerBI","namespace":"Microsoft.PowerBI","resourceTypes":[{"resourceType":"workspaceCollections","locations":["South Central US","North Central US","East US 2","West US","West Europe","North Europe","Brazil South","Southeast Asia","Australia Southeast","Canada Central","Japan East","UK South"],"apiVersions":["2016-01-29"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2016-01-29"]},{"resourceType":"locations/checkNameAvailability","locations":["South Central US","North Central US","East US 2","West US","West Europe","North Europe","Brazil South","Southeast Asia","Australia Southeast","Canada Central","Japan East","UK South"],"apiVersions":["2016-01-29"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.RecoveryServices","namespace":"Microsoft.RecoveryServices","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"vaults","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK South","UK West"],"apiVersions":["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":"None"},{"resourceType":"operations","locations":["Southeast Asia"],"apiVersions":["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":["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 Central US","Canada Central","Canada East","West US 2","UK South","UK West"],"apiVersions":["2016-06-01"]},{"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 Central US","Canada Central","Canada East","West US 2","UK South","UK West"],"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 Central US","Canada Central","Canada East","West US 2","UK South","UK West"],"apiVersions":["2016-06-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Relay","namespace":"Microsoft.Relay","authorization":{"applicationId":"<redacted>"},"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","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2016-07-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2016-07-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-07-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Resources","namespace":"Microsoft.Resources","resourceTypes":[{"resourceType":"tenants","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"providers","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"checkresourcename","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"resources","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/resources","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/providers","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/operationresults","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"resourceGroups","locations":["Central US","East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/resourceGroups","locations":["Central US","East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/resourcegroups/resources","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/locations","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/tagnames","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/tagNames/tagValues","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"deployments","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"deployments/operations","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"links","locations":[],"apiVersions":["2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Scheduler","namespace":"Microsoft.Scheduler","resourceTypes":[{"resourceType":"jobcollections","locations":["North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","Japan West","Japan East","Brazil South","Central US","East US 2","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-03-01","2016-01-01","2014-08-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","Japan West","Japan East","Brazil South","Central US","East US 2","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-03-01","2016-01-01","2014-08-01-preview"]},{"resourceType":"operationResults","locations":["North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","Japan West","Japan East","Brazil South","Central US","East US 2","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-03-01","2016-01-01","2014-08-01-preview"]},{"resourceType":"flows","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"],"apiVersions":["2015-08-01-preview","2015-02-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ServerManagement","namespace":"Microsoft.ServerManagement","resourceTypes":[{"resourceType":"operations","locations":["West US","West Central US","Central US","East US","North Europe","West Europe"],"apiVersions":["2016-07-01-preview","2015-07-01-preview"]},{"resourceType":"gateways","locations":["West US","West Central US","Central US","East US","North Europe","West Europe"],"apiVersions":["2016-07-01-preview","2015-07-01-preview"],"capabilities":"None"},{"resourceType":"nodes","locations":["West US","West Central US","Central US","East US","North Europe","West Europe"],"apiVersions":["2016-07-01-preview","2015-07-01-preview"],"capabilities":"None"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.ServiceFabric","namespace":"Microsoft.ServiceFabric","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"clusters","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","Central India","Brazil South","South Central US","Korea Central","Korea South","Canada Central","Canada East"],"apiVersions":["2016-09-01","2016-03-01","2016-01-01-beta","2015-01-01-alpha"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2016-09-01","2016-03-01"]},{"resourceType":"locations/clusterVersions","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","Central India","Brazil South","South Central US","Korea Central","Korea South","Canada Central","Canada East"],"apiVersions":["2016-09-01","2016-03-01","2016-01-01-beta","2015-01-01-alpha"]},{"resourceType":"locations/operations","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","Central India","Brazil South","South Central US","Canada Central","Canada East"],"apiVersions":["2016-09-01","2016-03-01","2016-01-01-beta","2015-01-01-alpha"]},{"resourceType":"locations/operationResults","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","Central India","Brazil South","South Central US","Korea Central","Korea South","Canada Central","Canada East"],"apiVersions":["2016-09-01","2016-03-01","2016-01-01-beta","2015-01-01-alpha"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.StorSimple","namespace":"Microsoft.StorSimple","resourceTypes":[{"resourceType":"managers","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","West Central US","Japan East","Japan West","Australia East","Australia Southeast"],"apiVersions":["2017-01-01","2016-10-01","2016-06-01","2015-03-15","2014-09-01"],"capabilities":"None"},{"resourceType":"operations","locations":["West Central US","Southeast Asia"],"apiVersions":["2016-10-01","2016-06-01","2015-03-15","2014-09-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/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"],"apiVersions":["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"},{"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"],"apiVersions":["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":["2017-04-01-preview","2016-03-01","2015-11-01","2015-10-01","2015-09-01","2015-08-01-preview","2015-06-01","2015-05-01","2015-04-01","2015-03-01-preview"]},{"resourceType":"streamingjobs/diagnosticSettings","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Central India","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast"],"apiVersions":["2014-04-01"]},{"resourceType":"streamingjobs/metricDefinitions","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Central India","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast"],"apiVersions":["2014-04-01"]},{"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"],"apiVersions":["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","2014-04-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.TimeSeriesInsights","namespace":"Microsoft.TimeSeriesInsights","resourceTypes":[{"resourceType":"environments","locations":["East US 2","North Europe","West Europe","West US"],"apiVersions":["2017-02-28-preview"],"capabilities":"None"},{"resourceType":"environments/eventsources","locations":["East US 2","North Europe","West Europe","West US"],"apiVersions":["2017-02-28-preview"],"capabilities":"None"},{"resourceType":"environments/referenceDataSets","locations":["East US 2","North Europe","West Europe","West US"],"apiVersions":["2017-02-28-preview"],"capabilities":"None"},{"resourceType":"environments/accessPolicies","locations":["East US 2","North Europe","West Europe","West US"],"apiVersions":["2017-02-28-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/microsoft.visualstudio","namespace":"microsoft.visualstudio","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"account","locations":["North Central US","South Central US","East US","West US","Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","Central India","South India"],"apiVersions":["2014-04-01-preview","2014-02-26"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"account/project","locations":["North Central US","South Central US","East US","West US","Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","Central India","South India"],"apiVersions":["2014-04-01-preview","2014-02-26"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"account/extension","locations":["North Central US","South Central US","East US","West US","Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","Central India","South India"],"apiVersions":["2014-04-01-preview","2014-02-26"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Web","namespace":"Microsoft.Web","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"sites/extensions","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-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/slots/extensions","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-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/instances","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-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/slots/instances","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-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/instances/extensions","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-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/slots/instances/extensions","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"publishingUsers","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","West US 2"],"apiVersions":["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":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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":"listSitesAssignedToHostName","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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","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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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/domainOwnershipIdentifiers","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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","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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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","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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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":"None"},{"resourceType":"serverFarms","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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":"serverFarms/workers","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"sites/slots","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-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":"runtimes","locations":[],"apiVersions":["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":"sites/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"sites/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"sites/slots/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"sites/slots/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"serverFarms/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"serverFarms/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"sites/recommendations","locations":[],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"recommendations","locations":[],"apiVersions":["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":["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","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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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","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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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","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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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","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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/multiRolePools/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/multiRolePools/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/multiRolePools/instances","locations":[],"apiVersions":["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":"hostingEnvironments/multiRolePools/instances/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/multiRolePools/instances/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools/instances","locations":[],"apiVersions":["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":"hostingEnvironments/workerPools/instances/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools/instances/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"managedHostingEnvironments","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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":"deploymentLocations","locations":[],"apiVersions":["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":"functions","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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":["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":"classicMobileServices","locations":[],"apiVersions":["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":"None"},{"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 US 2","West Central US","Canada Central","Canada East"],"apiVersions":["2016-06-01","2015-08-01-preview"],"capabilities":"None"},{"resourceType":"locations","locations":[],"apiVersions":["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 US 2","West Central US","Canada Central","Canada East"],"apiVersions":["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 US 2","West Central US","Canada Central","Canada East"],"apiVersions":["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 US 2","West Central US","Canada Central","Canada East"],"apiVersions":["2016-06-01","2015-08-01-preview"],"capabilities":"None"},{"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 US 2","West Central US","Canada Central","Canada East"],"apiVersions":["2016-06-01","2015-08-01-preview"]},{"resourceType":"checkNameAvailability","locations":["South 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","Central US","Brazil South","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["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"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Myget.PackageManagement","namespace":"Myget.PackageManagement","resourceTypes":[{"resourceType":"services","locations":["West Europe"],"apiVersions":["2015-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/NewRelic.APM","namespace":"NewRelic.APM","authorization":{"allowedThirdPartyExtensions":[{"name":"NewRelic_AzurePortal_APM"}]},"resourceTypes":[{"resourceType":"accounts","locations":["North Central US","South Central US","West US","East US","North Europe","West Europe","Southeast Asia","East Asia"],"apiVersions":["2014-10-01","2014-04-01"],"capabilities":"None"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Paraleap.CloudMonix","namespace":"Paraleap.CloudMonix","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-08-10"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-10"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-10"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-10"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Pokitdok.Platform","namespace":"Pokitdok.Platform","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-05-17"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-05-17"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-05-17"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-05-17"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/RavenHq.Db","namespace":"RavenHq.Db","resourceTypes":[{"resourceType":"databases","locations":["East US"],"apiVersions":["2016-07-18","2016-06-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-07-18","2016-06-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-07-18","2016-06-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-07-18","2016-06-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Raygun.CrashReporting","namespace":"Raygun.CrashReporting","resourceTypes":[{"resourceType":"apps","locations":["East US"],"apiVersions":["2015-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/RedisLabs.Memcached","namespace":"RedisLabs.Memcached","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2016-07-10"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/RedisLabs.Redis","namespace":"RedisLabs.Redis","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2016-07-10"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/RevAPM.MobileCDN","namespace":"RevAPM.MobileCDN","resourceTypes":[{"resourceType":"accounts","locations":["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","Australia East","Australia Southeast"],"apiVersions":["2016-08-29"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-29"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-29"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-29"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Sendgrid.Email","namespace":"Sendgrid.Email","resourceTypes":[{"resourceType":"accounts","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","Canada Central","Canada East","West Central US","West US 2","UK South","UK West"],"apiVersions":["2015-01-01"],"capabilities":"None"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Signiant.Flight","namespace":"Signiant.Flight","resourceTypes":[{"resourceType":"accounts","locations":["East US","Central US","North Central US","South Central US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast"],"apiVersions":["2015-06-29"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-29"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-06-29"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-06-29"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/Sparkpost.Basic","namespace":"Sparkpost.Basic","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-08-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/stackify.retrace","namespace":"stackify.retrace","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/SuccessBricks.ClearDB","namespace":"SuccessBricks.ClearDB","resourceTypes":[{"resourceType":"databases","locations":["Brazil South","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","West Europe","West US","South Central US","Australia East","Australia Southeast","Canada Central","Canada East","Central India","South India"],"apiVersions":["2014-04-01"],"capabilities":"None"},{"resourceType":"clusters","locations":["Brazil South","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","West Europe","West US","Australia Southeast","Australia East","South Central US","Canada Central","Canada East","Central India","South India"],"apiVersions":["2014-04-01"],"capabilities":"None"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/TrendMicro.DeepSecurity","namespace":"TrendMicro.DeepSecurity","resourceTypes":[{"resourceType":"accounts","locations":["Central US"],"apiVersions":["2015-06-15"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/<redacted>/providers/U2uconsult.TheIdentityHub","namespace":"U2uconsult.TheIdentityHub","resourceTypes":[{"resourceType":"services","locations":["West Europe"],"apiVersions":["2015-06-15"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]}],"registrationState":"NotRegistered"}]}
2017/04/26 12:11:25 [TRACE] [walkImport] Exiting eval tree: module.virtual-machines-web.provider.azurerm
2017/04/26 12:11:25 [DEBUG] dag/walk: walking "module.virtual-machines-web.azurerm_network_interface.worker-web05-prod"
2017/04/26 12:11:25 [DEBUG] vertex 'root.module.virtual-machines-web.azurerm_network_interface.worker-web05-prod': walking
2017/04/26 12:11:25 [DEBUG] root.subnet-api: eval: *terraform.EvalSequence
2017/04/26 12:11:25 [DEBUG] root.subnet-api: eval: *terraform.EvalInitProvider
2017/04/26 12:11:25 [DEBUG] dag/walk: walking "module.virtual-machines-web.azurerm_availability_set.WebProd"
2017/04/26 12:11:25 [DEBUG] vertex 'root.module.virtual-machines-web.azurerm_availability_set.WebProd': walking
2017/04/26 12:11:25 [DEBUG] dag/walk: walking "module.virtual-machines-web.azurerm_public_ip.worker-web05-prod-public-ip1"
2017/04/26 12:11:25 [DEBUG] vertex 'root.module.virtual-machines-web.azurerm_public_ip.worker-web05-prod-public-ip1': walking
2017/04/26 12:11:25 [DEBUG] dag/walk: walking "module.virtual-machines-web.azurerm_managed_disk.osdisk-worker-web05"
2017/04/26 12:11:25 [DEBUG] vertex 'root.module.virtual-machines-web.azurerm_managed_disk.osdisk-worker-web05': walking
2017/04/26 12:11:25 [DEBUG] root.subnet-api: eval: *terraform.EvalOpFilter
2017/04/26 12:11:25 [DEBUG] root.subnet-api: eval: *terraform.EvalSequence
2017/04/26 12:11:25 [DEBUG] root.subnet-api: eval: *terraform.EvalGetProvider
2017/04/26 12:11:25 [DEBUG] root.subnet-api: eval: *terraform.EvalInterpolate
2017/04/26 12:11:25 [DEBUG] root.subnet-api: eval: *terraform.EvalBuildProviderConfig
2017/04/26 12:11:25 [DEBUG] root.subnet-api: eval: *terraform.EvalInputProvider
2017/04/26 12:11:25 [DEBUG] root.subnet-api: eval: terraform.EvalNoop
2017/04/26 12:11:25 [DEBUG] root.subnet-api: eval: *terraform.EvalOpFilter
2017/04/26 12:11:25 [DEBUG] root.subnet-api: eval: *terraform.EvalSequence
2017/04/26 12:11:25 [DEBUG] root.subnet-api: eval: *terraform.EvalGetProvider
2017/04/26 12:11:25 [DEBUG] root.subnet-api: eval: *terraform.EvalInterpolate
2017/04/26 12:11:25 [DEBUG] root.subnet-api: eval: *terraform.EvalBuildProviderConfig
2017/04/26 12:11:25 [DEBUG] root.subnet-api: eval: *terraform.EvalSetProviderConfig
2017/04/26 12:11:25 [DEBUG] root.subnet-api: eval: *terraform.EvalOpFilter
2017/04/26 12:11:25 [DEBUG] root.subnet-api: eval: *terraform.EvalSequence
2017/04/26 12:11:25 [DEBUG] root.subnet-api: eval: *terraform.EvalConfigProvider
2017/04/26 12:11:25 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/04/26 12:11:25 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/<redacted>/providers?api-version=2016-09-01:
2017/04/26 12:11:25 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/04/26 12:11:25 [DEBUG] plugin: terraform: Cache-Control: no-cache
2017/04/26 12:11:25 [DEBUG] plugin: terraform: Content-Type: application/json; charset=utf-8
2017/04/26 12:11:25 [DEBUG] plugin: terraform: Date: Wed, 26 Apr 2017 10:11:25 GMT
2017/04/26 12:11:25 [DEBUG] plugin: terraform: Expires: -1
2017/04/26 12:11:25 [DEBUG] plugin: terraform: Pragma: no-cache
2017/04/26 12:11:25 [DEBUG] plugin: terraform: Strict-Transport-Security: max-age=31536000; includeSubDomains
2017/04/26 12:11:25 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2017/04/26 12:11:25 [DEBUG] plugin: terraform: X-Ms-Correlation-Request-Id: <redacted>
2017/04/26 12:11:25 [DEBUG] plugin: terraform: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14933
2017/04/26 12:11:25 [DEBUG] plugin: terraform: X-Ms-Request-Id: <redacted>
2017/04/26 12:11:25 [DEBUG] plugin: terraform: X-Ms-Routing-Request-Id: <redacted>
2017/04/26 12:11:25 [DEBUG] plugin: terraform:
2017/04/26 12:11:25 [DEBUG] plugin: terraform: {"value":[{"id":"/subscriptions/<redacted>/providers/Microsoft.Advisor","namespace":"Microsoft.Advisor","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"suppressions","locations":[],"apiVersions":["2017-04-19-alpha","2017-03-31-alpha","2017-03-31","2016-07-12-preview","2016-07-12-alpha","2016-05-09-preview","2016-05-09-alpha"]},{"resourceType":"recommendations","locations":[],"apiVersions":["2017-04-19-alpha","2017-03-31-alpha","2017-03-31","2016-07-12-preview","2016-07-12-alpha","2016-05-09-preview","2016-05-09-alpha"]},{"resourceType":"generateRecommendations","locations":[],"apiVersions":["2017-04-19-alpha","2017-03-31-alpha","2017-03-31","2016-07-12-preview","2016-07-12-alpha","2016-05-09-preview","2016-05-09-alpha"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-04-19-alpha","2017-03-31-alpha","2017-03-31","2016-07-12-preview","2016-07-12-alpha","2016-05-09-preview","2016-05-09-alpha"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Backup","namespace":"Microsoft.Backup","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"BackupVault","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"],"apiVersions":["2015-03-15","2014-09-01"],"capabilities":"None"}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Batch","namespace":"Microsoft.Batch","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"resourceTypes":[{"resourceType":"batchAccounts","locations":["West Europe","East US","East US 2","West US","North Central US","Brazil South","North Europe","Central US","East Asia","Japan East","Australia Southeast","Japan West","Korea South","Korea Central","Southeast Asia","South Central US","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2"],"apiVersions":["2017-01-01","2015-12-01","2015-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["West Europe","East US","East US 2","West US","North Central US","Brazil South","North Europe","Central US","East Asia","Japan East","Australia Southeast","Japan West","Korea South","Korea Central","Southeast Asia","South Central US","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2"],"apiVersions":["2017-01-01","2015-12-01","2015-09-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2017-01-01","2015-12-01","2015-09-01"]},{"resourceType":"locations/quotas","locations":["West Europe","East US","East US 2","West US","North Central US","Brazil South","North Europe","Central US","East Asia","Japan East","Australia Southeast","Japan West","Korea South","Korea Central","Southeast Asia","South Central US","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2"],"apiVersions":["2017-01-01","2015-12-01","2015-09-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Cache","namespace":"Microsoft.Cache","authorization":{"applicationId":"<redacted>","roleDefinitionId":"<redacted>"},"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","Canada Central","Canada East","UK South","UK West","West US 2","West Central US","South India","Korea Central","Korea South"],"apiVersions":["2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["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","South India","Canada Central","Canada East","UK South","UK West","West US 2","West Central US","Korea Central","Korea South"],"apiVersions":["2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["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":["2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01-alpha","2014-04-01"]},{"resourceType":"RedisConfigDefinition","locations":[],"apiVersions":["2017-02-01","2016-04-01","2015-08-01","2015-03-01"]},{"resourceType":"Redis/metricDefinitions","locations":["North Central US","South Central US","East US","East US 2","West US","Central US","East Asia","Southeast Asia","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","Central India","South India","Canada Central","Canada East","UK West","UK South","West US 2","West Central US","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"Redis/diagnosticSettings","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","Central India","South India","Canada Central","Canada East","UK West","UK South","West US 2","West Central US","Korea Central","Korea South"],"apiVersions":["2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/<redacted>/providers/Microsoft.Cdn","namespace":"Microsoft.Cdn","resourceTypes":[{"resourceType":"profiles","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"profiles/endpoints","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"profiles/endpoints/origins","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"profiles/endpoints/customdomains","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West US","West Central US"],"apiVersions":["2016-10-0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment