Skip to content

Instantly share code, notes, and snippets.

@pedrohdz
Created December 6, 2018 14:59
Show Gist options
  • Save pedrohdz/2f1b45944625a969844d6cf2068213e0 to your computer and use it in GitHub Desktop.
Save pedrohdz/2f1b45944625a969844d6cf2068213e0 to your computer and use it in GitHub Desktop.
terraform-provider-azurerm crash when azurerm_route_table name is a space
This file has been truncated, but you can view the full file.
2018/12/06 15:54:59 [INFO] Terraform version: 0.11.10 17850e9a55d33c43d7c31fd6ac122ba97a51d899
2018/12/06 15:54:59 [INFO] Go runtime version: go1.11.1
2018/12/06 15:54:59 [INFO] CLI args: []string{"/Users/pedher/dev/src-avi-tf/tmp/bug_report/terraform", "apply"}
2018/12/06 15:54:59 [DEBUG] Attempting to open CLI config file: /Users/pedher/.terraformrc
2018/12/06 15:54:59 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/12/06 15:54:59 [INFO] CLI command args: []string{"apply"}
2018/12/06 15:54:59 [INFO] command: empty terraform config, returning nil
2018/12/06 15:54:59 [DEBUG] command: no data state file found for backend config
2018/12/06 15:54:59 [DEBUG] New state was assigned lineage "411d228a-9b7b-5dd0-217e-10fbd0227c80"
2018/12/06 15:54:59 [INFO] command: backend initialized: <nil>
2018/12/06 15:54:59 [DEBUG] checking for provider in "."
2018/12/06 15:54:59 [DEBUG] checking for provider in "/Users/pedher/dev/src-avi-tf/tmp/bug_report"
2018/12/06 15:54:59 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2018/12/06 15:54:59 [DEBUG] found provider "terraform-provider-azurerm_v1.19.0_x4"
2018/12/06 15:54:59 [DEBUG] checking for provider in "/Users/pedher/.terraform.d/plugins"
2018/12/06 15:54:59 [DEBUG] found valid plugin: "azurerm", "1.19.0", "/Users/pedher/dev/src-avi-tf/tmp/bug_report/.terraform/plugins/darwin_amd64/terraform-provider-azurerm_v1.19.0_x4"
2018/12/06 15:54:59 [DEBUG] checking for provisioner in "."
2018/12/06 15:54:59 [DEBUG] checking for provisioner in "/Users/pedher/dev/src-avi-tf/tmp/bug_report"
2018/12/06 15:54:59 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2018/12/06 15:54:59 [DEBUG] checking for provisioner in "/Users/pedher/.terraform.d/plugins"
2018/12/06 15:54:59 [INFO] command: backend <nil> is not enhanced, wrapping in local
2018/12/06 15:54:59 [INFO] backend/local: starting Apply operation
2018/12/06 15:54:59 [TRACE] Preserving existing state lineage "83ab6e3b-ea58-5162-b715-1d33e05433f6"
2018/12/06 15:54:59 [TRACE] Preserving existing state lineage "83ab6e3b-ea58-5162-b715-1d33e05433f6"
2018/12/06 15:54:59 [INFO] terraform: building graph: GraphTypeInput
2018/12/06 15:54:59 [TRACE] ConfigTransformer: Starting for path: []
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.ConfigTransformer:
azurerm_resource_group.test - *terraform.NodeAbstractResource
data.azurerm_route_table.source - *terraform.NodeAbstractResource
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.LocalTransformer:
azurerm_resource_group.test - *terraform.NodeAbstractResource
data.azurerm_route_table.source - *terraform.NodeAbstractResource
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.OutputTransformer:
azurerm_resource_group.test - *terraform.NodeAbstractResource
data.azurerm_route_table.source - *terraform.NodeAbstractResource
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
azurerm_resource_group.test - *terraform.NodeAbstractResource
data.azurerm_route_table.source - *terraform.NodeAbstractResource
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
azurerm_resource_group.test - *terraform.NodeAbstractResource
data.azurerm_route_table.source - *terraform.NodeAbstractResource
2018/12/06 15:54:59 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/12/06 15:54:59 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.azurerm_route_table.source
2018/12/06 15:54:59 [TRACE] Attaching resource config: &config.Resource{Mode:1, Name:"source", Type:"azurerm_route_table", RawCount:(*config.RawConfig)(0xc0003a4a10), RawConfig:(*config.RawConfig)(0xc0003a49a0), Provisioners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/12/06 15:54:59 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_resource_group.test
2018/12/06 15:54:59 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_resource_group", RawCount:(*config.RawConfig)(0xc0003a4930), RawConfig:(*config.RawConfig)(0xc0003a48c0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
azurerm_resource_group.test - *terraform.NodeAbstractResource
data.azurerm_route_table.source - *terraform.NodeAbstractResource
2018/12/06 15:54:59 [DEBUG] Resource state not found for "data.azurerm_route_table.source": data.azurerm_route_table.source
2018/12/06 15:54:59 [DEBUG] Resource state not found for "azurerm_resource_group.test": azurerm_resource_group.test
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_resource_group.test - *terraform.NodeAbstractResource
data.azurerm_route_table.source - *terraform.NodeAbstractResource
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.RootVariableTransformer:
azurerm_resource_group.test - *terraform.NodeAbstractResource
data.azurerm_route_table.source - *terraform.NodeAbstractResource
2018/12/06 15:54:59 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/12/06 15:54:59 [TRACE] Attach provider request: []string{} azurerm
2018/12/06 15:54:59 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"azurerm", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc0003a4850)}
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
azurerm_resource_group.test - *terraform.NodeAbstractResource
data.azurerm_route_table.source - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.MissingProviderTransformer:
azurerm_resource_group.test - *terraform.NodeAbstractResource
data.azurerm_route_table.source - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [DEBUG] resource data.azurerm_route_table.source using provider provider.azurerm
2018/12/06 15:54:59 [DEBUG] resource azurerm_resource_group.test using provider provider.azurerm
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.ProviderTransformer:
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.PruneProviderTransformer:
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.ParentProviderTransformer:
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.graphTransformerMulti:
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [DEBUG] ReferenceTransformer: "provider.azurerm" references: []
2018/12/06 15:54:59 [DEBUG] ReferenceTransformer: "data.azurerm_route_table.source" references: [azurerm_resource_group.test]
2018/12/06 15:54:59 [DEBUG] ReferenceTransformer: "azurerm_resource_group.test" references: []
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_resource_group.test - *terraform.NodeAbstractResource
data.azurerm_route_table.source - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_resource_group.test - *terraform.NodeAbstractResource
data.azurerm_route_table.source - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.CloseProviderTransformer:
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_resource_group.test - *terraform.NodeAbstractResource
data.azurerm_route_table.source - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_resource_group.test - *terraform.NodeAbstractResource
data.azurerm_route_table.source - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_resource_group.test - *terraform.NodeAbstractResource
data.azurerm_route_table.source - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_resource_group.test - *terraform.NodeAbstractResource
data.azurerm_route_table.source - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_resource_group.test - *terraform.NodeAbstractResource
data.azurerm_route_table.source - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_resource_group.test - *terraform.NodeAbstractResource
data.azurerm_route_table.source - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.azurerm (close) - *terraform.graphNodeCloseProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
data.azurerm_route_table.source - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
data.azurerm_route_table.source - *terraform.NodeAbstractResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.azurerm (close) - *terraform.graphNodeCloseProvider
2018/12/06 15:54:59 [DEBUG] Starting graph walk: walkInput
2018/12/06 15:54:59 [TRACE] dag/walk: added new vertex: "provider.azurerm"
2018/12/06 15:54:59 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/12/06 15:54:59 [TRACE] dag/walk: added new vertex: "provider.azurerm (close)"
2018/12/06 15:54:59 [TRACE] dag/walk: added new vertex: "root"
2018/12/06 15:54:59 [TRACE] dag/walk: added new vertex: "data.azurerm_route_table.source"
2018/12/06 15:54:59 [TRACE] dag/walk: added new vertex: "azurerm_resource_group.test"
2018/12/06 15:54:59 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/12/06 15:54:59 [TRACE] dag/walk: added edge: "root" waiting on "provider.azurerm (close)"
2018/12/06 15:54:59 [TRACE] dag/walk: added edge: "azurerm_resource_group.test" waiting on "provider.azurerm"
2018/12/06 15:54:59 [TRACE] dag/walk: added edge: "data.azurerm_route_table.source" waiting on "azurerm_resource_group.test"
2018/12/06 15:54:59 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "data.azurerm_route_table.source"
2018/12/06 15:54:59 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "data.azurerm_route_table.source"
2018/12/06 15:54:59 [TRACE] dag/walk: dependencies changed for "data.azurerm_route_table.source", sending new deps
2018/12/06 15:54:59 [TRACE] dag/walk: dependencies changed for "provider.azurerm (close)", sending new deps
2018/12/06 15:54:59 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/12/06 15:54:59 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/12/06 15:54:59 [TRACE] dag/walk: dependencies changed for "azurerm_resource_group.test", sending new deps
2018/12/06 15:54:59 [TRACE] dag/walk: walking "provider.azurerm"
2018/12/06 15:54:59 [TRACE] vertex 'root.provider.azurerm': walking
2018/12/06 15:54:59 [TRACE] vertex 'root.provider.azurerm': evaluating
2018/12/06 15:54:59 [TRACE] [walkInput] Entering eval tree: provider.azurerm
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalSequence
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalInitProvider
2018-12-06T15:54:59.696+0100 [DEBUG] plugin: starting plugin: path=/Users/pedher/dev/src-avi-tf/tmp/bug_report/.terraform/plugins/darwin_amd64/terraform-provider-azurerm_v1.19.0_x4 args=[/Users/pedher/dev/src-avi-tf/tmp/bug_report/.terraform/plugins/darwin_amd64/terraform-provider-azurerm_v1.19.0_x4]
2018-12-06T15:54:59.708+0100 [DEBUG] plugin: waiting for RPC address: path=/Users/pedher/dev/src-avi-tf/tmp/bug_report/.terraform/plugins/darwin_amd64/terraform-provider-azurerm_v1.19.0_x4
2018-12-06T15:54:59.719+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: plugin address: timestamp=2018-12-06T15:54:59.719+0100 address=/var/folders/5c/cpjyq7w54qd0yl7nt_0m8vs00000gn/T/plugin367216422 network=unix
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalOpFilter
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalSequence
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalGetProvider
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalInputProvider
2018/12/06 15:54:59 [TRACE] root: eval: terraform.EvalNoop
2018/12/06 15:54:59 [TRACE] root: eval: terraform.EvalNoop
2018/12/06 15:54:59 [TRACE] root: eval: terraform.EvalNoop
2018/12/06 15:54:59 [TRACE] [walkInput] Exiting eval tree: provider.azurerm
2018/12/06 15:54:59 [TRACE] dag/walk: walking "azurerm_resource_group.test"
2018/12/06 15:54:59 [TRACE] vertex 'root.azurerm_resource_group.test': walking
2018/12/06 15:54:59 [TRACE] dag/walk: walking "data.azurerm_route_table.source"
2018/12/06 15:54:59 [TRACE] vertex 'root.data.azurerm_route_table.source': walking
2018/12/06 15:54:59 [TRACE] dag/walk: walking "provider.azurerm (close)"
2018/12/06 15:54:59 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2018/12/06 15:54:59 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2018/12/06 15:54:59 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2018/12/06 15:54:59 [TRACE] vertex 'root.provider.azurerm (close)': walking
2018/12/06 15:54:59 [TRACE] [walkInput] Entering eval tree: meta.count-boundary (count boundary fixup)
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2018/12/06 15:54:59 [TRACE] vertex 'root.provider.azurerm (close)': evaluating
2018/12/06 15:54:59 [TRACE] [walkInput] Entering eval tree: provider.azurerm (close)
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/12/06 15:54:59 [TRACE] [walkInput] Exiting eval tree: meta.count-boundary (count boundary fixup)
2018/12/06 15:54:59 [TRACE] [walkInput] Exiting eval tree: provider.azurerm (close)
2018/12/06 15:54:59 [TRACE] dag/walk: walking "root"
2018/12/06 15:54:59 [TRACE] vertex 'root.root': walking
2018/12/06 15:54:59 [INFO] terraform: building graph: GraphTypeValidate
2018/12/06 15:54:59 [TRACE] ConfigTransformer: Starting for path: []
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.ConfigTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResource
data.azurerm_route_table.source - *terraform.NodeValidatableResource
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.LocalTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResource
data.azurerm_route_table.source - *terraform.NodeValidatableResource
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.OutputTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResource
data.azurerm_route_table.source - *terraform.NodeValidatableResource
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResource
data.azurerm_route_table.source - *terraform.NodeValidatableResource
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResource
data.azurerm_route_table.source - *terraform.NodeValidatableResource
2018/12/06 15:54:59 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/12/06 15:54:59 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.azurerm_route_table.source
2018/12/06 15:54:59 [TRACE] Attaching resource config: &config.Resource{Mode:1, Name:"source", Type:"azurerm_route_table", RawCount:(*config.RawConfig)(0xc0003a4a10), RawConfig:(*config.RawConfig)(0xc0003a49a0), Provisioners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/12/06 15:54:59 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_resource_group.test
2018/12/06 15:54:59 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_resource_group", RawCount:(*config.RawConfig)(0xc0003a4930), RawConfig:(*config.RawConfig)(0xc0003a48c0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResource
data.azurerm_route_table.source - *terraform.NodeValidatableResource
2018/12/06 15:54:59 [DEBUG] Resource state not found for "data.azurerm_route_table.source": data.azurerm_route_table.source
2018/12/06 15:54:59 [DEBUG] Resource state not found for "azurerm_resource_group.test": azurerm_resource_group.test
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResource
data.azurerm_route_table.source - *terraform.NodeValidatableResource
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.RootVariableTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResource
data.azurerm_route_table.source - *terraform.NodeValidatableResource
2018/12/06 15:54:59 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/12/06 15:54:59 [TRACE] Attach provider request: []string{} azurerm
2018/12/06 15:54:59 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"azurerm", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc0003a4850)}
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResource
data.azurerm_route_table.source - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.MissingProviderTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResource
data.azurerm_route_table.source - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [DEBUG] resource data.azurerm_route_table.source using provider provider.azurerm
2018/12/06 15:54:59 [DEBUG] resource azurerm_resource_group.test using provider provider.azurerm
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.ProviderTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.PruneProviderTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.ParentProviderTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.graphTransformerMulti:
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.MissingProvisionerTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.ProvisionerTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.graphTransformerMulti:
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [DEBUG] ReferenceTransformer: "data.azurerm_route_table.source" references: [azurerm_resource_group.test]
2018/12/06 15:54:59 [DEBUG] ReferenceTransformer: "azurerm_resource_group.test" references: []
2018/12/06 15:54:59 [DEBUG] ReferenceTransformer: "provider.azurerm" references: []
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_resource_group.test - *terraform.NodeValidatableResource
data.azurerm_route_table.source - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_resource_group.test - *terraform.NodeValidatableResource
data.azurerm_route_table.source - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.CloseProviderTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_resource_group.test - *terraform.NodeValidatableResource
data.azurerm_route_table.source - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_resource_group.test - *terraform.NodeValidatableResource
data.azurerm_route_table.source - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_resource_group.test - *terraform.NodeValidatableResource
data.azurerm_route_table.source - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_resource_group.test - *terraform.NodeValidatableResource
data.azurerm_route_table.source - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_resource_group.test - *terraform.NodeValidatableResource
data.azurerm_route_table.source - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_resource_group.test - *terraform.NodeValidatableResource
data.azurerm_route_table.source - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.azurerm (close) - *terraform.graphNodeCloseProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
data.azurerm_route_table.source - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
data.azurerm_route_table.source - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.azurerm (close) - *terraform.graphNodeCloseProvider
2018/12/06 15:54:59 [DEBUG] Starting graph walk: walkValidate
2018/12/06 15:54:59 [TRACE] dag/walk: added new vertex: "provider.azurerm"
2018/12/06 15:54:59 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/12/06 15:54:59 [TRACE] dag/walk: added new vertex: "provider.azurerm (close)"
2018/12/06 15:54:59 [TRACE] dag/walk: added new vertex: "root"
2018/12/06 15:54:59 [TRACE] dag/walk: added new vertex: "data.azurerm_route_table.source"
2018/12/06 15:54:59 [TRACE] dag/walk: added new vertex: "azurerm_resource_group.test"
2018/12/06 15:54:59 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "data.azurerm_route_table.source"
2018/12/06 15:54:59 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/12/06 15:54:59 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "data.azurerm_route_table.source"
2018/12/06 15:54:59 [TRACE] dag/walk: added edge: "root" waiting on "provider.azurerm (close)"
2018/12/06 15:54:59 [TRACE] dag/walk: added edge: "azurerm_resource_group.test" waiting on "provider.azurerm"
2018/12/06 15:54:59 [TRACE] dag/walk: added edge: "data.azurerm_route_table.source" waiting on "azurerm_resource_group.test"
2018/12/06 15:54:59 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/12/06 15:54:59 [TRACE] dag/walk: dependencies changed for "azurerm_resource_group.test", sending new deps
2018/12/06 15:54:59 [TRACE] dag/walk: dependencies changed for "data.azurerm_route_table.source", sending new deps
2018/12/06 15:54:59 [TRACE] dag/walk: dependencies changed for "provider.azurerm (close)", sending new deps
2018/12/06 15:54:59 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/12/06 15:54:59 [TRACE] dag/walk: walking "provider.azurerm"
2018/12/06 15:54:59 [TRACE] vertex 'root.provider.azurerm': walking
2018/12/06 15:54:59 [TRACE] vertex 'root.provider.azurerm': evaluating
2018/12/06 15:54:59 [TRACE] [walkValidate] Entering eval tree: provider.azurerm
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalSequence
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalInitProvider
2018/12/06 15:54:59 [TRACE] root: eval: terraform.EvalNoop
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalOpFilter
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalSequence
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalGetProvider
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalValidateProvider
2018/12/06 15:54:59 [TRACE] root: eval: terraform.EvalNoop
2018/12/06 15:54:59 [TRACE] root: eval: terraform.EvalNoop
2018/12/06 15:54:59 [TRACE] [walkValidate] Exiting eval tree: provider.azurerm
2018/12/06 15:54:59 [TRACE] dag/walk: walking "azurerm_resource_group.test"
2018/12/06 15:54:59 [TRACE] vertex 'root.azurerm_resource_group.test': walking
2018/12/06 15:54:59 [TRACE] vertex 'root.azurerm_resource_group.test': evaluating
2018/12/06 15:54:59 [TRACE] [walkValidate] Entering eval tree: azurerm_resource_group.test
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalSequence
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalInterpolate
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalIf
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalValidateCount
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/12/06 15:54:59 [TRACE] [walkValidate] Exiting eval tree: azurerm_resource_group.test
2018/12/06 15:54:59 [TRACE] vertex 'root.azurerm_resource_group.test': expanding/walking dynamic subgraph
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResourceInstance
2018/12/06 15:54:59 [DEBUG] Resource state not found for "azurerm_resource_group.test": azurerm_resource_group.test
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResourceInstance
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResourceInstance
2018/12/06 15:54:59 [DEBUG] ReferenceTransformer: "azurerm_resource_group.test" references: []
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResourceInstance
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResourceInstance
2018/12/06 15:54:59 [TRACE] dag/walk: added new vertex: "azurerm_resource_group.test"
2018/12/06 15:54:59 [TRACE] dag/walk: walking "azurerm_resource_group.test"
2018/12/06 15:54:59 [TRACE] vertex 'root.azurerm_resource_group.test': walking
2018/12/06 15:54:59 [TRACE] vertex 'root.azurerm_resource_group.test': evaluating
2018/12/06 15:54:59 [TRACE] [walkValidate] Entering eval tree: azurerm_resource_group.test
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalSequence
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalGetProvider
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalInterpolate
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalValidateResource
2018/12/06 15:54:59 [TRACE] [walkValidate] Exiting eval tree: azurerm_resource_group.test
2018/12/06 15:54:59 [TRACE] dag/walk: walking "data.azurerm_route_table.source"
2018/12/06 15:54:59 [TRACE] vertex 'root.data.azurerm_route_table.source': walking
2018/12/06 15:54:59 [TRACE] vertex 'root.data.azurerm_route_table.source': evaluating
2018/12/06 15:54:59 [TRACE] [walkValidate] Entering eval tree: data.azurerm_route_table.source
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalSequence
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalInterpolate
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalIf
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalValidateCount
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/12/06 15:54:59 [TRACE] [walkValidate] Exiting eval tree: data.azurerm_route_table.source
2018/12/06 15:54:59 [TRACE] vertex 'root.data.azurerm_route_table.source': expanding/walking dynamic subgraph
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.ResourceCountTransformer:
data.azurerm_route_table.source - *terraform.NodeValidatableResourceInstance
2018/12/06 15:54:59 [DEBUG] Resource state not found for "data.azurerm_route_table.source": data.azurerm_route_table.source
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.AttachStateTransformer:
data.azurerm_route_table.source - *terraform.NodeValidatableResourceInstance
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.TargetsTransformer:
data.azurerm_route_table.source - *terraform.NodeValidatableResourceInstance
2018/12/06 15:54:59 [DEBUG] ReferenceTransformer: "data.azurerm_route_table.source" references: []
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.ReferenceTransformer:
data.azurerm_route_table.source - *terraform.NodeValidatableResourceInstance
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.RootTransformer:
data.azurerm_route_table.source - *terraform.NodeValidatableResourceInstance
2018/12/06 15:54:59 [TRACE] dag/walk: added new vertex: "data.azurerm_route_table.source"
2018/12/06 15:54:59 [TRACE] dag/walk: walking "data.azurerm_route_table.source"
2018/12/06 15:54:59 [TRACE] vertex 'root.data.azurerm_route_table.source': walking
2018/12/06 15:54:59 [TRACE] vertex 'root.data.azurerm_route_table.source': evaluating
2018/12/06 15:54:59 [TRACE] [walkValidate] Entering eval tree: data.azurerm_route_table.source
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalSequence
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalGetProvider
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalInterpolate
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalValidateResource
2018/12/06 15:54:59 [TRACE] [walkValidate] Exiting eval tree: data.azurerm_route_table.source
2018/12/06 15:54:59 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2018/12/06 15:54:59 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2018/12/06 15:54:59 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2018/12/06 15:54:59 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (count boundary fixup)
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2018/12/06 15:54:59 [TRACE] dag/walk: walking "provider.azurerm (close)"
2018/12/06 15:54:59 [TRACE] vertex 'root.provider.azurerm (close)': walking
2018/12/06 15:54:59 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (count boundary fixup)
2018/12/06 15:54:59 [TRACE] vertex 'root.provider.azurerm (close)': evaluating
2018/12/06 15:54:59 [TRACE] [walkValidate] Entering eval tree: provider.azurerm (close)
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/12/06 15:54:59 [TRACE] [walkValidate] Exiting eval tree: provider.azurerm (close)
2018/12/06 15:54:59 [TRACE] dag/walk: walking "root"
2018/12/06 15:54:59 [TRACE] vertex 'root.root': walking
2018/12/06 15:54:59 [INFO] backend/local: apply calling Refresh
2018/12/06 15:54:59 [INFO] terraform: building graph: GraphTypeRefresh
2018/12/06 15:54:59 [TRACE] No managed resources in state during refresh, skipping managed resource transformer
2018/12/06 15:54:59 [TRACE] ConfigTransformer: Starting for path: []
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.ConfigTransformer:
data.azurerm_route_table.source - *terraform.NodeRefreshableDataResource
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
data.azurerm_route_table.source - *terraform.NodeRefreshableDataResource
2018/12/06 15:54:59 [DEBUG] Resource state not found for "data.azurerm_route_table.source": data.azurerm_route_table.source
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.AttachStateTransformer:
data.azurerm_route_table.source - *terraform.NodeRefreshableDataResource
2018/12/06 15:54:59 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/12/06 15:54:59 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.azurerm_route_table.source
2018/12/06 15:54:59 [TRACE] Attaching resource config: &config.Resource{Mode:1, Name:"source", Type:"azurerm_route_table", RawCount:(*config.RawConfig)(0xc0003a4a10), RawConfig:(*config.RawConfig)(0xc0003a49a0), Provisioners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
data.azurerm_route_table.source - *terraform.NodeRefreshableDataResource
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.RootVariableTransformer:
data.azurerm_route_table.source - *terraform.NodeRefreshableDataResource
2018/12/06 15:54:59 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/12/06 15:54:59 [TRACE] Attach provider request: []string{} azurerm
2018/12/06 15:54:59 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"azurerm", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc0003a4850)}
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
data.azurerm_route_table.source - *terraform.NodeRefreshableDataResource
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.MissingProviderTransformer:
data.azurerm_route_table.source - *terraform.NodeRefreshableDataResource
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [DEBUG] resource data.azurerm_route_table.source using provider provider.azurerm
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.ProviderTransformer:
data.azurerm_route_table.source - *terraform.NodeRefreshableDataResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.PruneProviderTransformer:
data.azurerm_route_table.source - *terraform.NodeRefreshableDataResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.ParentProviderTransformer:
data.azurerm_route_table.source - *terraform.NodeRefreshableDataResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.graphTransformerMulti:
data.azurerm_route_table.source - *terraform.NodeRefreshableDataResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.LocalTransformer:
data.azurerm_route_table.source - *terraform.NodeRefreshableDataResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.OutputTransformer:
data.azurerm_route_table.source - *terraform.NodeRefreshableDataResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
data.azurerm_route_table.source - *terraform.NodeRefreshableDataResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [DEBUG] ReferenceTransformer: "data.azurerm_route_table.source" references: []
2018/12/06 15:54:59 [DEBUG] ReferenceTransformer: "provider.azurerm" references: []
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.ReferenceTransformer:
data.azurerm_route_table.source - *terraform.NodeRefreshableDataResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.TargetsTransformer:
data.azurerm_route_table.source - *terraform.NodeRefreshableDataResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.CloseProviderTransformer:
data.azurerm_route_table.source - *terraform.NodeRefreshableDataResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
data.azurerm_route_table.source - *terraform.NodeRefreshableDataResource
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.RootTransformer:
data.azurerm_route_table.source - *terraform.NodeRefreshableDataResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
data.azurerm_route_table.source - *terraform.NodeRefreshableDataResource
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:54:59 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
data.azurerm_route_table.source - *terraform.NodeRefreshableDataResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
data.azurerm_route_table.source - *terraform.NodeRefreshableDataResource
2018/12/06 15:54:59 [DEBUG] Starting graph walk: walkRefresh
2018/12/06 15:54:59 [TRACE] dag/walk: added new vertex: "provider.azurerm (close)"
2018/12/06 15:54:59 [TRACE] dag/walk: added new vertex: "data.azurerm_route_table.source"
2018/12/06 15:54:59 [TRACE] dag/walk: added new vertex: "provider.azurerm"
2018/12/06 15:54:59 [TRACE] dag/walk: added edge: "data.azurerm_route_table.source" waiting on "provider.azurerm"
2018/12/06 15:54:59 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "data.azurerm_route_table.source"
2018/12/06 15:54:59 [TRACE] dag/walk: dependencies changed for "provider.azurerm (close)", sending new deps
2018/12/06 15:54:59 [TRACE] dag/walk: dependencies changed for "data.azurerm_route_table.source", sending new deps
2018/12/06 15:54:59 [TRACE] dag/walk: walking "provider.azurerm"
2018/12/06 15:54:59 [TRACE] vertex 'root.provider.azurerm': walking
2018/12/06 15:54:59 [TRACE] vertex 'root.provider.azurerm': evaluating
2018/12/06 15:54:59 [TRACE] [walkRefresh] Entering eval tree: provider.azurerm
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalSequence
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalInitProvider
2018/12/06 15:54:59 [TRACE] root: eval: terraform.EvalNoop
2018/12/06 15:54:59 [TRACE] root: eval: terraform.EvalNoop
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalOpFilter
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalSequence
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalGetProvider
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalOpFilter
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalSequence
2018/12/06 15:54:59 [TRACE] root: eval: *terraform.EvalConfigProvider
2018-12-06T15:54:59.764+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:54:59 Testing if Service Principal / Client Certificate is applicable for Authentication..
2018-12-06T15:54:59.764+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:54:59 Testing if Service Principal / Client Secret is applicable for Authentication..
2018-12-06T15:54:59.764+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:54:59 Testing if Managed Service Identity is applicable for Authentication..
2018-12-06T15:54:59.764+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:54:59 Testing if Parsing credentials from the Azure CLI is applicable for Authentication..
2018-12-06T15:54:59.764+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:54:59 Using Parsing credentials from the Azure CLI for Authentication
2018-12-06T15:54:59.764+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:54:59 [DEBUG] Token "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IndVTG1ZZnNxZFF1V3RWXy1oeFZ0REpKWk00USIsImtpZCI6IndVTG1ZZnNxZFF1V3RWXy1oeFZ0REpKWk00USJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC8yODQwY2Y1OS01MDg2LTQyN2EtOTYxZi00MjIyODQ1OTAxMzAvIiwiaWF0IjoxNTQzODMyNzU4LCJuYmYiOjE1NDM4MzI3NTgsImV4cCI6MTU0MzgzNjY1OCwiYWNyIjoiMSIsImFpbyI6IjQyUmdZSmpEdnVoVVNyRkV0WnUxNFNMUFBqV1pwMzVwT2R1TC80UjhFaTlkOGx4ejMwUUEiLCJhbXIiOlsicHdkIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZmFtaWx5X25hbWUiOiJIZXJuYW5kZXoiLCJnaXZlbl9uYW1lIjoiUGVkcm8iLCJncm91cHMiOlsiZjA4MjJlNmUtMThkNy00NWY5LWJjYjEtYzIyYmVlZGI5NGIzIiwiM2NmZGM0NGQtMWU2OC00N2E3LTliNDctZGEwZmQ5MWU2OWZiIiwiZWMyMTAxOWQtYzk4Ni00M2FiLTljOTQtOWY5MDQwMmMwYWU1IiwiNmUzZTQxMDQtNDUwMi00YjhmLWJlNzktMmNiZDVhYWZkN2U3IiwiMzQ2OTAwOWQtNDQyMi00YzhkLWExZGMtMTQ3YTAxMjVjODdmIiwiZWIwNzUyMWQtNzUyMC00ZTBkLTg3MTEtMjQ1ODA3MWI4M2M0IiwiNWNhYmM3ZmEtYTA2Yy00MzUxLWI3MzUtNWExOTkzZWU0OTliIiwiY2QxNTg4MTctZDhkMS00MTg3LWI5ODctZjIwZTczN2JiMDBmIiwiMzZlMTY1ODgtYzQ1Ni00MmQxLWI3ZWEtOTU5YmE2MjU0YjhmIiwiY2JlNWU1MDItNWI3ZC00MDk5LThjNTYtZWZmZGNjY2Q0NjlhIiwiOWI4YzA1NWUtZmY2NS00N2MyLTkyMTYtOTI3YjM5OGQ3OWZlIiwiZGIyYjdkMjktM2JkNi00MDBiLTliYmQtYTE5ODk0ZmQ4N2UxIiwiZmYxYWFjYTItN2ZmMS00ZWZjLWE3OGYtMjRjOTlkMDUyMjdjIiwiMzVmOWEyYzItNDZmNC00MmNlLWI0NTUtMjdkOTdkMTgzNDg0IiwiNTY1NjkwNTMtYzIyMS00MWVmLWFmZTYtNjYxMGZkOGNiZGRjIiwiM2Y4NTI0ZTktZDYyMy00YTNjLTllYjYtM2NmNDZmNDM3MGRhIiwiZjVmMGIzNGEtZGM4Yy00NDNlLTgxYmUtZjMyY2Y0MGQxMDBiIiwiNGJmMmJmZjgtZjM5OS00YzhiLThmODItZGU3Y2E5NmE0OTViIiwiNzhkZjk3Y2YtZTcyYy00ZTVjLWJjZjQtYzcxZGY1YjNiNjQyIiwiNGY3ODJiZmQtN2NiYS00YWQ2LWE3MzUtMzgzZjNlMTY2NWQ0IiwiZDljZWExMzgtMmMyMC00NWVjLTk3ZWMtMWMxMTg3YzkyNjUyIiwiMWJhOGU2ODktODJhYy00ZjVjLWJiMGItZDJkZTdiY2MxMmIxIiwiZjcwMTBiN2QtMmZmZS00ODdhLWI0MWItNWZlNDUwZTM3YzM3IiwiM2I3N2UwYTktNjY3My00ZTBmLWExOTMtMWVlOGE4YTFkMTZkIiwiYzQ0YmYyZTAtMWM2Mi00MWViLWFhZTMtNDYxNjdiYWJkZDRlIiwiY2JhZmQ4OWYtNTZhZi00OTZmLWJlYjAtM2I3NWEwYjBlZDFmIiwiM2NjMWI1NTItOWRkYS00MmM0LTkyZTYtZTA2OTBmZWJkY2Q5IiwiMzQ2OGQxMzAtYjEzYy00YmJhLTg5ZjYtNDdkZDAwNDRhMzhiIl0sImlwYWRkciI6IjgzLjIxOC42OC42NiIsIm5hbWUiOiJQZWRybyBIZXJuYW5kZXoiLCJvaWQiOiI5YTQ2M2QyYy1mMDE2LTRlMzMtYTc5Ny0xNTU4MjEzMTYzMmQiLCJvbnByZW1fc2lkIjoiUy0xLTUtMjEtMjY2MDk2MTI3MS03ODU2MzIyOTctNDA3MDgxMzYyNS05NjE5IiwicHVpZCI6IjEwMDM3RkZFQTY5RkI0REUiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJXWF8zeGl2NFBSYndoOEIxaFZNQTY5RjJXR2xKeTdWZWd3dDJIaDZ1NXJrIiwidGlkIjoiMjg0MGNmNTktNTA4Ni00MjdhLTk2MWYtNDIyMjg0NTkwMTMwIiwidW5pcXVlX25hbWUiOiJwZWRoZXJAYXZpbm9kZS5jb20iLCJ1cG4iOiJwZWRoZXJAYXZpbm9kZS5jb20iLCJ1dGkiOiJQU3ZSOTM3QXJrZXExZF9NYnQwb0FBIiwidmVyIjoiMS4wIn0.VqjJE5i4yYyL3KBZd6YgsLrOHPAzilECd2dja97y0ENxwAhLvcyAsKweD4hI4HIm2P_IlbKCx4-niItC62_OvmK6iesVK1HHOSTNdE_v2GEqW4cIE57aF81wAMklhA_I8QvYSIUxFwtQnrNTHpOZ59fTOp5mxIe57MwGVy7xCtY7jpakSoW_TbhSH4FAJF3NXSO9dis71NIwdbdQbHBDXt2s-hduCr0RvYZ6GYtG3uWLeeaRNyLqzqMRmepcgv5FurjQu_E92qPrQHkCRdUouKDhNF9a-2Zg1dXvClRkiA5iZNtZt-rhxgvH-IHwLMGvto2LlnvCyKGEQaSLHafLYw" has expired
2018-12-06T15:54:59.764+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:54:59 [DEBUG] Token "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IjdfWnVmMXR2a3dMeFlhSFMzcTZsVWpVWUlHdyIsImtpZCI6IjdfWnVmMXR2a3dMeFlhSFMzcTZsVWpVWUlHdyJ9.eyJhdWQiOiJodHRwczovL3ZhdWx0LmF6dXJlLm5ldCIsImlzcyI6Imh0dHBzOi8vc3RzLndpbmRvd3MubmV0LzI4NDBjZjU5LTUwODYtNDI3YS05NjFmLTQyMjI4NDU5MDEzMC8iLCJpYXQiOjE1MzU3OTYzMTAsIm5iZiI6MTUzNTc5NjMxMCwiZXhwIjoxNTM1ODAwMjEwLCJhY3IiOiIxIiwiYWlvIjoiQVNRQTIvOElBQUFBVk5qc0RwSGxiVW9WREJtZ3FodUdHSTBaQ3E2Sjc4Mm96S09scWJCU2pqOD0iLCJhbXIiOlsicHdkIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZV9leHAiOjI2MjgwMCwiZmFtaWx5X25hbWUiOiJIZXJuYW5kZXoiLCJnaXZlbl9uYW1lIjoiUGVkcm8iLCJncm91cHMiOlsiZjA4MjJlNmUtMThkNy00NWY5LWJjYjEtYzIyYmVlZGI5NGIzIiwiM2NmZGM0NGQtMWU2OC00N2E3LTliNDctZGEwZmQ5MWU2OWZiIiwiZWMyMTAxOWQtYzk4Ni00M2FiLTljOTQtOWY5MDQwMmMwYWU1IiwiNmUzZTQxMDQtNDUwMi00YjhmLWJlNzktMmNiZDVhYWZkN2U3IiwiMzQ2OTAwOWQtNDQyMi00YzhkLWExZGMtMTQ3YTAxMjVjODdmIiwiZWIwNzUyMWQtNzUyMC00ZTBkLTg3MTEtMjQ1ODA3MWI4M2M0IiwiNWNhYmM3ZmEtYTA2Yy00MzUxLWI3MzUtNWExOTkzZWU0OTliIiwiY2QxNTg4MTctZDhkMS00MTg3LWI5ODctZjIwZTczN2JiMDBmIiwiMzZlMTY1ODgtYzQ1Ni00MmQxLWI3ZWEtOTU5YmE2MjU0YjhmIiwiY2JlNWU1MDItNWI3ZC00MDk5LThjNTYtZWZmZGNjY2Q0NjlhIiwiOWI4YzA1NWUtZmY2NS00N2MyLTkyMTYtOTI3YjM5OGQ3OWZlIiwiZGIyYjdkMjktM2JkNi00MDBiLTliYmQtYTE5ODk0ZmQ4N2UxIiwiMzVmOWEyYzItNDZmNC00MmNlLWI0NTUtMjdkOTdkMTgzNDg0IiwiNTY1NjkwNTMtYzIyMS00MWVmLWFmZTYtNjYxMGZkOGNiZGRjIiwiM2Y4NTI0ZTktZDYyMy00YTNjLTllYjYtM2NmNDZmNDM3MGRhIiwiZjVmMGIzNGEtZGM4Yy00NDNlLTgxYmUtZjMyY2Y0MGQxMDBiIiwiNGJmMmJmZjgtZjM5OS00YzhiLThmODItZGU3Y2E5NmE0OTViIiwiNzhkZjk3Y2YtZTcyYy00ZTVjLWJjZjQtYzcxZGY1YjNiNjQyIiwiNGY3ODJiZmQtN2NiYS00YWQ2LWE3MzUtMzgzZjNlMTY2NWQ0IiwiMWJhOGU2ODktODJhYy00ZjVjLWJiMGItZDJkZTdiY2MxMmIxIiwiZjcwMTBiN2QtMmZmZS00ODdhLWI0MWItNWZlNDUwZTM3YzM3IiwiM2I3N2UwYTktNjY3My00ZTBmLWExOTMtMWVlOGE4YTFkMTZkIiwiYzQ0YmYyZTAtMWM2Mi00MWViLWFhZTMtNDYxNjdiYWJkZDRlIiwiY2JhZmQ4OWYtNTZhZi00OTZmLWJlYjAtM2I3NWEwYjBlZDFmIiwiM2NjMWI1NTItOWRkYS00MmM0LTkyZTYtZTA2OTBmZWJkY2Q5IiwiMzQ2OGQxMzAtYjEzYy00YmJhLTg5ZjYtNDdkZDAwNDRhMzhiIl0sImlwYWRkciI6IjgzLjIxOC42OC42NiIsIm5hbWUiOiJQZWRybyBIZXJuYW5kZXoiLCJvaWQiOiI5YTQ2M2QyYy1mMDE2LTRlMzMtYTc5Ny0xNTU4MjEzMTYzMmQiLCJvbnByZW1fc2lkIjoiUy0xLTUtMjEtMjY2MDk2MTI3MS03ODU2MzIyOTctNDA3MDgxMzYyNS05NjE5IiwicHVpZCI6IjEwMDM3RkZFQTY5RkI0REUiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJ3ZGcwVUsxQ21NcHFrV2U0YUxHdlhVZnhILTkxQ1F3VDVSY2ZTSjN0M240IiwidGlkIjoiMjg0MGNmNTktNTA4Ni00MjdhLTk2MWYtNDIyMjg0NTkwMTMwIiwidW5pcXVlX25hbWUiOiJwZWRoZXJAYXZpbm9kZS5jb20iLCJ1cG4iOiJwZWRoZXJAYXZpbm9kZS5jb20iLCJ1dGkiOiJnSC1OVFVMODNrdTJIS3J5TEpnR0FBIiwidmVyIjoiMS4wIn0.MTrM2UaeGXZbnOavBAR4anB6wLCAPlEsNZwaDIJdxR5Mk2kHCGv8sH4J1-ZK_i65JyDuxS4OThEIdYoYwWfv_9_61dn_2wUZ6soJ_R64WQ1H8cJvbONqPX7SY0Eg2l8hfE9850HaRj593h_OrRr27woy41y1YSBDQYnoR5F1A5JECEwWyrux1W-fKJb3LlpT820SKuBKu5qwlrqDxurc_sPjUVpHNk6OewPA7VDvdEAbS7Ni-5dO392TloPiZxJiwz2SULX222R8Ei4Jl8__OeCFJMP2_8U6Kb5nMbMD_SLD83XdNVqEwl9jgxPHGVwtDlbONGmgkdagRfgI4Ej7gQ" has expired
2018-12-06T15:54:59.764+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:54:59 [DEBUG] Token "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Imk2bEdrM0ZaenhSY1ViMkMzbkVRN3N5SEpsWSIsImtpZCI6Imk2bEdrM0ZaenhSY1ViMkMzbkVRN3N5SEpsWSJ9.eyJhdWQiOiJodHRwczovL2dyYXBoLndpbmRvd3MubmV0LyIsImlzcyI6Imh0dHBzOi8vc3RzLndpbmRvd3MubmV0LzI4NDBjZjU5LTUwODYtNDI3YS05NjFmLTQyMjI4NDU5MDEzMC8iLCJpYXQiOjE1Mzg0NjcyMzgsIm5iZiI6MTUzODQ2NzIzOCwiZXhwIjoxNTM4NDcxMTM4LCJhY3IiOiIxIiwiYWlvIjoiNDJCZ1lPanpXYVJ0NHV0Y0xaNjBURUpEYk5wSEJvbFhKNy9YejRoN0tNWms5L0pac0FRQSIsImFtciI6WyJwd2QiXSwiYXBwaWQiOiIwNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDYiLCJhcHBpZGFjciI6IjAiLCJlX2V4cCI6MjYyODAwLCJmYW1pbHlfbmFtZSI6Ikhlcm5hbmRleiIsImdpdmVuX25hbWUiOiJQZWRybyIsImlwYWRkciI6IjgzLjIxOC42OC42NiIsIm5hbWUiOiJQZWRybyBIZXJuYW5kZXoiLCJvaWQiOiI5YTQ2M2QyYy1mMDE2LTRlMzMtYTc5Ny0xNTU4MjEzMTYzMmQiLCJvbnByZW1fc2lkIjoiUy0xLTUtMjEtMjY2MDk2MTI3MS03ODU2MzIyOTctNDA3MDgxMzYyNS05NjE5IiwicHVpZCI6IjEwMDM3RkZFQTY5RkI0REUiLCJzY3AiOiI2MmU5MDM5NC02OWY1LTQyMzctOTE5MC0wMTIxNzcxNDVlMTAiLCJzdWIiOiJ2UDF5VHluc2owVUVFV2hWRGwtYWt4T3ZRZjNaUXY3MVFwcmgtc3lKWFFjIiwidGVuYW50X3JlZ2lvbl9zY29wZSI6IkVVIiwidGlkIjoiMjg0MGNmNTktNTA4Ni00MjdhLTk2MWYtNDIyMjg0NTkwMTMwIiwidW5pcXVlX25hbWUiOiJwZWRoZXJAYXZpbm9kZS5jb20iLCJ1cG4iOiJwZWRoZXJAYXZpbm9kZS5jb20iLCJ1dGkiOiJpRkRJU0xaV0IwU2diVGtUenhzQUFRIiwidmVyIjoiMS4wIn0.pl__jriDyhvJJOF2tsxTBAzt1U6bawAdOxrrpYbbFHMpqvmIAUDSXwE4I7CsP6OwxzY2OH0rW6zoSY0IfrSxflP9LCeD7UrT_bzH7rYf1ZGZBh1Xvru_XseFh0uwLASGbSQJYbflwPrrSMuv-QRGHLsP34XahsU1bh72c-6zUi1E13QNZSeIYzmtUOghkBkGU3CjUQd2y0ZWNhBglHIqIHDxkTkLhko_txeZWUBBacWWKHH8M41LSbEaL8_1i21-zzG4oEymbGOXZPo0oB8zt86izXVm2a1YWvNVIYwAXgy78WV604pzfCZCF8_Xm1eRnchGPyWW28tCrSb5mnZ2BQ" has expired
2018-12-06T15:54:59.765+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:54:59 [DEBUG] Token "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IndVTG1ZZnNxZFF1V3RWXy1oeFZ0REpKWk00USIsImtpZCI6IndVTG1ZZnNxZFF1V3RWXy1oeFZ0REpKWk00USJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC8yODQwY2Y1OS01MDg2LTQyN2EtOTYxZi00MjIyODQ1OTAxMzAvIiwiaWF0IjoxNTQzODMyNzU4LCJuYmYiOjE1NDM4MzI3NTgsImV4cCI6MTU0MzgzNjY1OCwiYWNyIjoiMSIsImFpbyI6IjQyUmdZSmpEdnVoVVNyRkV0WnUxNFNMUFBqV1pwMzVwT2R1TC80UjhFaTlkOGx4ejMwUUEiLCJhbXIiOlsicHdkIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZmFtaWx5X25hbWUiOiJIZXJuYW5kZXoiLCJnaXZlbl9uYW1lIjoiUGVkcm8iLCJncm91cHMiOlsiZjA4MjJlNmUtMThkNy00NWY5LWJjYjEtYzIyYmVlZGI5NGIzIiwiM2NmZGM0NGQtMWU2OC00N2E3LTliNDctZGEwZmQ5MWU2OWZiIiwiZWMyMTAxOWQtYzk4Ni00M2FiLTljOTQtOWY5MDQwMmMwYWU1IiwiNmUzZTQxMDQtNDUwMi00YjhmLWJlNzktMmNiZDVhYWZkN2U3IiwiMzQ2OTAwOWQtNDQyMi00YzhkLWExZGMtMTQ3YTAxMjVjODdmIiwiZWIwNzUyMWQtNzUyMC00ZTBkLTg3MTEtMjQ1ODA3MWI4M2M0IiwiNWNhYmM3ZmEtYTA2Yy00MzUxLWI3MzUtNWExOTkzZWU0OTliIiwiY2QxNTg4MTctZDhkMS00MTg3LWI5ODctZjIwZTczN2JiMDBmIiwiMzZlMTY1ODgtYzQ1Ni00MmQxLWI3ZWEtOTU5YmE2MjU0YjhmIiwiY2JlNWU1MDItNWI3ZC00MDk5LThjNTYtZWZmZGNjY2Q0NjlhIiwiOWI4YzA1NWUtZmY2NS00N2MyLTkyMTYtOTI3YjM5OGQ3OWZlIiwiZGIyYjdkMjktM2JkNi00MDBiLTliYmQtYTE5ODk0ZmQ4N2UxIiwiZmYxYWFjYTItN2ZmMS00ZWZjLWE3OGYtMjRjOTlkMDUyMjdjIiwiMzVmOWEyYzItNDZmNC00MmNlLWI0NTUtMjdkOTdkMTgzNDg0IiwiNTY1NjkwNTMtYzIyMS00MWVmLWFmZTYtNjYxMGZkOGNiZGRjIiwiM2Y4NTI0ZTktZDYyMy00YTNjLTllYjYtM2NmNDZmNDM3MGRhIiwiZjVmMGIzNGEtZGM4Yy00NDNlLTgxYmUtZjMyY2Y0MGQxMDBiIiwiNGJmMmJmZjgtZjM5OS00YzhiLThmODItZGU3Y2E5NmE0OTViIiwiNzhkZjk3Y2YtZTcyYy00ZTVjLWJjZjQtYzcxZGY1YjNiNjQyIiwiNGY3ODJiZmQtN2NiYS00YWQ2LWE3MzUtMzgzZjNlMTY2NWQ0IiwiZDljZWExMzgtMmMyMC00NWVjLTk3ZWMtMWMxMTg3YzkyNjUyIiwiMWJhOGU2ODktODJhYy00ZjVjLWJiMGItZDJkZTdiY2MxMmIxIiwiZjcwMTBiN2QtMmZmZS00ODdhLWI0MWItNWZlNDUwZTM3YzM3IiwiM2I3N2UwYTktNjY3My00ZTBmLWExOTMtMWVlOGE4YTFkMTZkIiwiYzQ0YmYyZTAtMWM2Mi00MWViLWFhZTMtNDYxNjdiYWJkZDRlIiwiY2JhZmQ4OWYtNTZhZi00OTZmLWJlYjAtM2I3NWEwYjBlZDFmIiwiM2NjMWI1NTItOWRkYS00MmM0LTkyZTYtZTA2OTBmZWJkY2Q5IiwiMzQ2OGQxMzAtYjEzYy00YmJhLTg5ZjYtNDdkZDAwNDRhMzhiIl0sImlwYWRkciI6IjgzLjIxOC42OC42NiIsIm5hbWUiOiJQZWRybyBIZXJuYW5kZXoiLCJvaWQiOiI5YTQ2M2QyYy1mMDE2LTRlMzMtYTc5Ny0xNTU4MjEzMTYzMmQiLCJvbnByZW1fc2lkIjoiUy0xLTUtMjEtMjY2MDk2MTI3MS03ODU2MzIyOTctNDA3MDgxMzYyNS05NjE5IiwicHVpZCI6IjEwMDM3RkZFQTY5RkI0REUiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJXWF8zeGl2NFBSYndoOEIxaFZNQTY5RjJXR2xKeTdWZWd3dDJIaDZ1NXJrIiwidGlkIjoiMjg0MGNmNTktNTA4Ni00MjdhLTk2MWYtNDIyMjg0NTkwMTMwIiwidW5pcXVlX25hbWUiOiJwZWRoZXJAYXZpbm9kZS5jb20iLCJ1cG4iOiJwZWRoZXJAYXZpbm9kZS5jb20iLCJ1dGkiOiJQU3ZSOTM3QXJrZXExZF9NYnQwb0FBIiwidmVyIjoiMS4wIn0.VqjJE5i4yYyL3KBZd6YgsLrOHPAzilECd2dja97y0ENxwAhLvcyAsKweD4hI4HIm2P_IlbKCx4-niItC62_OvmK6iesVK1HHOSTNdE_v2GEqW4cIE57aF81wAMklhA_I8QvYSIUxFwtQnrNTHpOZ59fTOp5mxIe57MwGVy7xCtY7jpakSoW_TbhSH4FAJF3NXSO9dis71NIwdbdQbHBDXt2s-hduCr0RvYZ6GYtG3uWLeeaRNyLqzqMRmepcgv5FurjQu_E92qPrQHkCRdUouKDhNF9a-2Zg1dXvClRkiA5iZNtZt-rhxgvH-IHwLMGvto2LlnvCyKGEQaSLHafLYw" has expired
2018-12-06T15:54:59.765+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:54:59 [DEBUG] Token "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IjdfWnVmMXR2a3dMeFlhSFMzcTZsVWpVWUlHdyIsImtpZCI6IjdfWnVmMXR2a3dMeFlhSFMzcTZsVWpVWUlHdyJ9.eyJhdWQiOiJodHRwczovL3ZhdWx0LmF6dXJlLm5ldCIsImlzcyI6Imh0dHBzOi8vc3RzLndpbmRvd3MubmV0LzI4NDBjZjU5LTUwODYtNDI3YS05NjFmLTQyMjI4NDU5MDEzMC8iLCJpYXQiOjE1MzU3OTYzMTAsIm5iZiI6MTUzNTc5NjMxMCwiZXhwIjoxNTM1ODAwMjEwLCJhY3IiOiIxIiwiYWlvIjoiQVNRQTIvOElBQUFBVk5qc0RwSGxiVW9WREJtZ3FodUdHSTBaQ3E2Sjc4Mm96S09scWJCU2pqOD0iLCJhbXIiOlsicHdkIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZV9leHAiOjI2MjgwMCwiZmFtaWx5X25hbWUiOiJIZXJuYW5kZXoiLCJnaXZlbl9uYW1lIjoiUGVkcm8iLCJncm91cHMiOlsiZjA4MjJlNmUtMThkNy00NWY5LWJjYjEtYzIyYmVlZGI5NGIzIiwiM2NmZGM0NGQtMWU2OC00N2E3LTliNDctZGEwZmQ5MWU2OWZiIiwiZWMyMTAxOWQtYzk4Ni00M2FiLTljOTQtOWY5MDQwMmMwYWU1IiwiNmUzZTQxMDQtNDUwMi00YjhmLWJlNzktMmNiZDVhYWZkN2U3IiwiMzQ2OTAwOWQtNDQyMi00YzhkLWExZGMtMTQ3YTAxMjVjODdmIiwiZWIwNzUyMWQtNzUyMC00ZTBkLTg3MTEtMjQ1ODA3MWI4M2M0IiwiNWNhYmM3ZmEtYTA2Yy00MzUxLWI3MzUtNWExOTkzZWU0OTliIiwiY2QxNTg4MTctZDhkMS00MTg3LWI5ODctZjIwZTczN2JiMDBmIiwiMzZlMTY1ODgtYzQ1Ni00MmQxLWI3ZWEtOTU5YmE2MjU0YjhmIiwiY2JlNWU1MDItNWI3ZC00MDk5LThjNTYtZWZmZGNjY2Q0NjlhIiwiOWI4YzA1NWUtZmY2NS00N2MyLTkyMTYtOTI3YjM5OGQ3OWZlIiwiZGIyYjdkMjktM2JkNi00MDBiLTliYmQtYTE5ODk0ZmQ4N2UxIiwiMzVmOWEyYzItNDZmNC00MmNlLWI0NTUtMjdkOTdkMTgzNDg0IiwiNTY1NjkwNTMtYzIyMS00MWVmLWFmZTYtNjYxMGZkOGNiZGRjIiwiM2Y4NTI0ZTktZDYyMy00YTNjLTllYjYtM2NmNDZmNDM3MGRhIiwiZjVmMGIzNGEtZGM4Yy00NDNlLTgxYmUtZjMyY2Y0MGQxMDBiIiwiNGJmMmJmZjgtZjM5OS00YzhiLThmODItZGU3Y2E5NmE0OTViIiwiNzhkZjk3Y2YtZTcyYy00ZTVjLWJjZjQtYzcxZGY1YjNiNjQyIiwiNGY3ODJiZmQtN2NiYS00YWQ2LWE3MzUtMzgzZjNlMTY2NWQ0IiwiMWJhOGU2ODktODJhYy00ZjVjLWJiMGItZDJkZTdiY2MxMmIxIiwiZjcwMTBiN2QtMmZmZS00ODdhLWI0MWItNWZlNDUwZTM3YzM3IiwiM2I3N2UwYTktNjY3My00ZTBmLWExOTMtMWVlOGE4YTFkMTZkIiwiYzQ0YmYyZTAtMWM2Mi00MWViLWFhZTMtNDYxNjdiYWJkZDRlIiwiY2JhZmQ4OWYtNTZhZi00OTZmLWJlYjAtM2I3NWEwYjBlZDFmIiwiM2NjMWI1NTItOWRkYS00MmM0LTkyZTYtZTA2OTBmZWJkY2Q5IiwiMzQ2OGQxMzAtYjEzYy00YmJhLTg5ZjYtNDdkZDAwNDRhMzhiIl0sImlwYWRkciI6IjgzLjIxOC42OC42NiIsIm5hbWUiOiJQZWRybyBIZXJuYW5kZXoiLCJvaWQiOiI5YTQ2M2QyYy1mMDE2LTRlMzMtYTc5Ny0xNTU4MjEzMTYzMmQiLCJvbnByZW1fc2lkIjoiUy0xLTUtMjEtMjY2MDk2MTI3MS03ODU2MzIyOTctNDA3MDgxMzYyNS05NjE5IiwicHVpZCI6IjEwMDM3RkZFQTY5RkI0REUiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJ3ZGcwVUsxQ21NcHFrV2U0YUxHdlhVZnhILTkxQ1F3VDVSY2ZTSjN0M240IiwidGlkIjoiMjg0MGNmNTktNTA4Ni00MjdhLTk2MWYtNDIyMjg0NTkwMTMwIiwidW5pcXVlX25hbWUiOiJwZWRoZXJAYXZpbm9kZS5jb20iLCJ1cG4iOiJwZWRoZXJAYXZpbm9kZS5jb20iLCJ1dGkiOiJnSC1OVFVMODNrdTJIS3J5TEpnR0FBIiwidmVyIjoiMS4wIn0.MTrM2UaeGXZbnOavBAR4anB6wLCAPlEsNZwaDIJdxR5Mk2kHCGv8sH4J1-ZK_i65JyDuxS4OThEIdYoYwWfv_9_61dn_2wUZ6soJ_R64WQ1H8cJvbONqPX7SY0Eg2l8hfE9850HaRj593h_OrRr27woy41y1YSBDQYnoR5F1A5JECEwWyrux1W-fKJb3LlpT820SKuBKu5qwlrqDxurc_sPjUVpHNk6OewPA7VDvdEAbS7Ni-5dO392TloPiZxJiwz2SULX222R8Ei4Jl8__OeCFJMP2_8U6Kb5nMbMD_SLD83XdNVqEwl9jgxPHGVwtDlbONGmgkdagRfgI4Ej7gQ" has expired
2018-12-06T15:54:59.765+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:54:59 [DEBUG] Token "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Imk2bEdrM0ZaenhSY1ViMkMzbkVRN3N5SEpsWSIsImtpZCI6Imk2bEdrM0ZaenhSY1ViMkMzbkVRN3N5SEpsWSJ9.eyJhdWQiOiJodHRwczovL2dyYXBoLndpbmRvd3MubmV0LyIsImlzcyI6Imh0dHBzOi8vc3RzLndpbmRvd3MubmV0LzI4NDBjZjU5LTUwODYtNDI3YS05NjFmLTQyMjI4NDU5MDEzMC8iLCJpYXQiOjE1Mzg0NjcyMzgsIm5iZiI6MTUzODQ2NzIzOCwiZXhwIjoxNTM4NDcxMTM4LCJhY3IiOiIxIiwiYWlvIjoiNDJCZ1lPanpXYVJ0NHV0Y0xaNjBURUpEYk5wSEJvbFhKNy9YejRoN0tNWms5L0pac0FRQSIsImFtciI6WyJwd2QiXSwiYXBwaWQiOiIwNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDYiLCJhcHBpZGFjciI6IjAiLCJlX2V4cCI6MjYyODAwLCJmYW1pbHlfbmFtZSI6Ikhlcm5hbmRleiIsImdpdmVuX25hbWUiOiJQZWRybyIsImlwYWRkciI6IjgzLjIxOC42OC42NiIsIm5hbWUiOiJQZWRybyBIZXJuYW5kZXoiLCJvaWQiOiI5YTQ2M2QyYy1mMDE2LTRlMzMtYTc5Ny0xNTU4MjEzMTYzMmQiLCJvbnByZW1fc2lkIjoiUy0xLTUtMjEtMjY2MDk2MTI3MS03ODU2MzIyOTctNDA3MDgxMzYyNS05NjE5IiwicHVpZCI6IjEwMDM3RkZFQTY5RkI0REUiLCJzY3AiOiI2MmU5MDM5NC02OWY1LTQyMzctOTE5MC0wMTIxNzcxNDVlMTAiLCJzdWIiOiJ2UDF5VHluc2owVUVFV2hWRGwtYWt4T3ZRZjNaUXY3MVFwcmgtc3lKWFFjIiwidGVuYW50X3JlZ2lvbl9zY29wZSI6IkVVIiwidGlkIjoiMjg0MGNmNTktNTA4Ni00MjdhLTk2MWYtNDIyMjg0NTkwMTMwIiwidW5pcXVlX25hbWUiOiJwZWRoZXJAYXZpbm9kZS5jb20iLCJ1cG4iOiJwZWRoZXJAYXZpbm9kZS5jb20iLCJ1dGkiOiJpRkRJU0xaV0IwU2diVGtUenhzQUFRIiwidmVyIjoiMS4wIn0.pl__jriDyhvJJOF2tsxTBAzt1U6bawAdOxrrpYbbFHMpqvmIAUDSXwE4I7CsP6OwxzY2OH0rW6zoSY0IfrSxflP9LCeD7UrT_bzH7rYf1ZGZBh1Xvru_XseFh0uwLASGbSQJYbflwPrrSMuv-QRGHLsP34XahsU1bh72c-6zUi1E13QNZSeIYzmtUOghkBkGU3CjUQd2y0ZWNhBglHIqIHDxkTkLhko_txeZWUBBacWWKHH8M41LSbEaL8_1i21-zzG4oEymbGOXZPo0oB8zt86izXVm2a1YWvNVIYwAXgy78WV604pzfCZCF8_Xm1eRnchGPyWW28tCrSb5mnZ2BQ" has expired
2018-12-06T15:55:00.356+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 apimanagement/2018-06-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.356+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 insights/2015-05-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.356+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 automation/2015-10-31 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.356+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 automation/2015-10-31 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.356+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 automation/2015-10-31 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.356+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 automation/2015-10-31 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.356+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 automation/2015-10-31 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.356+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 automation/2015-10-31 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.356+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 automation/2015-10-31 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.356+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 automation/2015-10-31 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.356+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 automation/2015-10-31 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.356+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 authorization/2018-01-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.356+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 authorization/2018-01-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.356+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 graphrbac/1.6 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.356+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 graphrbac/1.6 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.356+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 cdn/2017-10-12 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.356+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 cdn/2017-10-12 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.356+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 cdn/2017-10-12 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.356+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 cognitiveservices/2017-04-18 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.356+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 compute/2018-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.356+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 compute/2018-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.356+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 compute/2018-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.356+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 compute/2018-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.356+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 compute/2018-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.356+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 compute/2018-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.356+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 compute/2018-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.356+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 compute/2018-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.356+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 compute/2018-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.356+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 compute/2018-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.356+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 compute/2018-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.356+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 compute/2018-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.356+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 compute/2018-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.356+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 containerinstance/2018-10-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 containerregistry/2017-10-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 containerservice/2018-03-31 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 containerservice/2018-03-31 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 documentdb/2015-04-08 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 databricks/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 mysql/2017-12-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 mysql/2017-12-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 mysql/2017-12-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 mysql/2017-12-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 mysql/2017-12-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 postgresql/2017-12-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 postgresql/2017-12-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 postgresql/2017-12-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 postgresql/2017-12-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 postgresql/2017-12-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 sql/2015-05-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 sql/2015-05-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 sql/2015-05-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 sql/2015-05-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 sql/2017-10-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 sql/2015-05-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 sql/2015-05-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 sql/2015-05-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 account/2016-11-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 account/2016-11-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 account/2016-11-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 filesystem/2016-11-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 account/2016-11-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 devices/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 devspaces/2018-06-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 dtl/2016-05-15 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 dtl/2016-05-15 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 dtl/2016-05-15 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 dtl/2016-05-15 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 dns/2018-03-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 dns/2018-03-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 eventgrid/2018-01-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 eventhub/2017-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 eventhub/2017-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 eventhub/2017-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 keyvault/2018-02-14 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 keyvault/2016-10-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 logic/2016-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 insights/2018-03-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 insights/2018-03-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 insights/2018-03-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 insights/2018-03-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 insights/2018-03-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 insights/2018-03-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 insights/2018-03-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 insights/2018-03-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.357+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 msi/2015-08-31-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 notificationhubs/2017-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 notificationhubs/2017-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 operationalinsights/2015-11-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 operationsmanagement/2015-11-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 operationalinsights/2015-11-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 recoveryservices/2016-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 backup/2016-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 backup/2016-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 policy/2016-12-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 policy/2016-12-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 managementgroups/2018-03-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 managementgroups/2018-03-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 redis/2018-03-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 redis/2018-03-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 redis/2018-03-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 relay/2017-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 locks/2016-09-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 resources/2017-05-10 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 resources/2017-05-10 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 resources/2017-05-10 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 resources/2017-05-10 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 subscriptions/2016-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 search/2015-08-19 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 search/2015-08-19 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 security/2017-08-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 security/2017-08-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 security/2017-08-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 servicebus/2017-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 servicebus/2017-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 servicebus/2017-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 servicebus/2017-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 servicebus/2017-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 servicefabric/2018-02-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 scheduler/2016-03-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 scheduler/2016-03-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 storage/2017-10-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 storage/2017-10-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 trafficmanager/2017-05-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 trafficmanager/2017-05-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 trafficmanager/2017-05-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 web/2018-02-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 web/2018-02-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:00 [DEBUG] AzureRM Request:
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: GET /subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers?api-version=2017-05-10 HTTP/1.1
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: Host: management.azure.com
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: User-Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 resources/2017-05-10 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: Accept-Encoding: gzip
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4:
2018-12-06T15:55:00.358+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4:
2018-12-06T15:55:02.492+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers?api-version=2017-05-10:
2018-12-06T15:55:02.492+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: HTTP/1.1 200 OK
2018-12-06T15:55:02.492+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: Transfer-Encoding: chunked
2018-12-06T15:55:02.492+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: Cache-Control: no-cache
2018-12-06T15:55:02.492+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: Content-Type: application/json; charset=utf-8
2018-12-06T15:55:02.492+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: Date: Thu, 06 Dec 2018 14:55:02 GMT
2018-12-06T15:55:02.492+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: Expires: -1
2018-12-06T15:55:02.492+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: Pragma: no-cache
2018-12-06T15:55:02.492+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: Strict-Transport-Security: max-age=31536000; includeSubDomains
2018-12-06T15:55:02.492+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: Vary: Accept-Encoding
2018-12-06T15:55:02.492+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: X-Content-Type-Options: nosniff
2018-12-06T15:55:02.492+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: X-Ms-Correlation-Request-Id: f7670187-d482-4293-916b-4f3729a06dcf
2018-12-06T15:55:02.492+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: X-Ms-Ratelimit-Remaining-Subscription-Reads: 11999
2018-12-06T15:55:02.492+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: X-Ms-Request-Id: f7670187-d482-4293-916b-4f3729a06dcf
2018-12-06T15:55:02.492+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: X-Ms-Routing-Request-Id: WESTEUROPE:20181206T145502Z:f7670187-d482-4293-916b-4f3729a06dcf
2018-12-06T15:55:02.492+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4:
2018-12-06T15:55:02.492+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 8000
2018-12-06T15:55:02.492+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: {"value":[{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Advisor","namespace":"Microsoft.Advisor","authorization":{"applicationId":"c39c9bac-9d1f-4dfb-aa29-27f6365e5cb7","roleDefinitionId":"8a63b04c-3731-409b-9765-f1175c047872"},"resourceTypes":[{"resourceType":"suppressions","locations":[],"apiVersions":["2017-04-19","2017-03-31","2016-07-12-preview","2016-05-09-preview"]},{"resourceType":"recommendations","locations":[],"apiVersions":["2017-04-19","2017-03-31","2016-07-12-preview","2016-05-09-preview"]},{"resourceType":"generateRecommendations","locations":[],"apiVersions":["2017-04-19","2017-03-31","2016-07-12-preview","2016-05-09-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-04-19","2017-03-31","2016-07-12-preview","2016-05-09-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.AlertsManagement","namespace":"Microsoft.AlertsManagement","resourceTypes":[{"resourceType":"alerts","locations":[],"apiVersions":["2018-05-05-preview","2018-05-05","2017-11-15-privatepreview"]},{"resourceType":"alertsSummary","locations":[],"apiVersions":["2018-05-05-preview","2018-05-05","2017-11-15-privatepreview"]},{"resourceType":"smartGroups","locations":[],"apiVersions":["2018-05-05-preview","2018-05-05","2017-11-15-privatepreview"]},{"resourceType":"smartDetectorAlertRules","locations":[],"apiVersions":["2018-02-01-privatepreview"]},{"resourceType":"operations","locations":[],"apiVersions":["2018-05-05-preview","2018-05-05","2017-11-15-privatepreview"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.ApiManagement","namespace":"Microsoft.ApiManagement","authorization":{"applicationId":"8602e328-9b72-4f2d-a4ae-1387d013a2b3","roleDefinitionId":"e263b525-2e60-4418-b655-420bae0b172e"},"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","France Central","East Asia","Southeast Asia","Japan East","Japan West","Korea Central","Korea South","Brazil South","Central India","South India","West India"],"apiVersions":["2018-06-01-preview","2018-01-01","2017-03-01","2016-10-10","2016-07-07","2015-09-15","2014-02-14"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"validateServiceName","locations":[],"apiVersions":["2015-09-15","2014-02-14"]},{"resourceType":"checkServiceNameAvailability","locations":[],"apiVersions":["2015-09-15","2014-02-14"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2018-06-01-preview","2018-01-01","2017-03-01","2016-10-10","2016-07-07","2015-09-15","2014-02-14"]},{"resourceType":"reportFeedback","locations":[],"apiVersions":["2018-06-01-preview","2018-01-01","2017-03-01","2016-10-10","2016-07-07","2015-09-15","2014-02-14"]},{"resourceType":"checkFeedbackRequired","locations":[],"apiVersions":["2018-06-01-preview","2018-01-01","2017-03-01","2016-10-10","2016-07-07","2015-09-15","2014-02-14"]},{"resourceType":"operations","locations":[],"apiVersions":["2018-06-01-preview","2018-01-01","2017-03-01","2016-10-10","2016-07-07","2015-09-15","2014-02-14"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Automation","namespace":"Microsoft.Automation","authorizations":[{"applicationId":"fc75330b-179d-49af-87dd-3b1acf6827fa","roleDefinitionId":"95fd5de3-d071-4362-92bf-cf341c1de832"}],"resourceTypes":[{"resourceType":"automationAccounts","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","Korea Central","West US 2","Brazil South","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India","France Central"],"apiVersions":["2018-06-30","2018-01-15","2017-05-15-preview","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","Korea Central","West US 2","Brazil South","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India","France Central"],"apiVersions":["2018-06-30","2018-01-15","2017-05-15-preview","2015-10-31","2015-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"automationAccounts/configurations","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","North Central US","Korea Central","East US","West US 2","Brazil South","UK South","West Central US","Central India","Australia Southeast","Canada Central","North Europe","France Central"],"apiVersions":["2018-06-30","2018-01-15","2017-05-15-preview","2015-10-31","2015-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"automationAccounts/webhooks","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","Korea Central","West US 2","Brazil South","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India","France Central"],"apiVersions":["2018-06-30","2018-01-15","2017-05-15-preview","2015-10-31","2015-01-01-preview"]},{"resourceType":"operations","locations":["South Central US"],"apiVersions":["2018-06-30","2018-01-15","2017-05-15-preview","2015-10-31","2015-01-01-preview"]},{"resourceType":"automationAccounts/softwareUpdateConfigurations","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","Korea Central","West US 2","Brazil South","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India","France Central"],"apiVersions":["2018-06-30","2018-01-15","2017-05-15-preview"]},{"resourceType":"automationAccounts/jobs","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","Korea Central","West US 2","Brazil South","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India","France Central"],"apiVersions":["2018-06-30","2018-01-15","2017-05-15-preview","2015-10-31","2015-01-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Cache","namespace":"Microsoft.Cache","authorization":{"applicationId":"96231a05-34ce-4eb4-aa6a-70759cbb5e83","roleDefinitionId":"4f731528-ba85-45c7-acfb-cd0a9b3cf31b"},"resourceTypes":[{"resourceType":"Redis","locations":["North Central US","South Central US","Central US","West Europe","North Europe","West US","East US","East US 2","Japan East","Japan West","Brazil South","Southeast Asia","East Asia","Australia East","Australia Southeast","Central India","West India","Canada Central","Canada East","UK South","UK West","West US 2","West Central US","South India","Korea Central","Korea South","France Central"],"apiVersions":["2018-03-01","2017-10-01","2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-03-01"}],"zoneMappings":[{"location":"East US 2","zones":["1","2","3"]},{"location":"Central US","zones":["1","2","3"]},{"location":"West Europe","zones":["1","2","3"]},{"location":"France Central","zones":["1","2","3"]},{"location":"Southeast Asia","zones":["1","2","3"]},{"location":"West US 2","zones":["1","2","3"]},{"location":"North Europe","zones":["1","2","3"]}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2018-03-01","2017-10-01","2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-03-01"}]},{"resourceType":"locations/operationResults","locations":["North Central US","South Central US","Central US","West Europe","North Europe","West US","East US","East US 2","Japan East","Japan West","Brazil South","Southeast Asia","East Asia","Australia East","Australia Southeast","Central India","West India","South India","Canada Central","Canada East","UK South","UK West","West US 2","West Central US","Korea Central","Korea South","France Central"],"apiVersions":["2018-03-01","2017-10-01","2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-03-01"}]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2018-03-01","2017-10-01","2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01-alpha","2014-04-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-03-01"}]},{"resourceType":"operations","locations":[],"apiVersions":["2018-03-01","2017-10-01","2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01-alpha","2014-04-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-03-01"}]},{"resourceType":"RedisConfigDefinition","locations":[],"apiVersions":["2018-03-01","2017-10-01","2017-02-01","2016-04-01","2015-08-01","2015-03-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-03-01"}]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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 India","West US","West Central US"],"apiVersions":["2018-04-02","2017-10-12","2017-04-02","2016-10-02","2016-04-02","2015-06-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"profiles/endpoints","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West India","West US","West Central US"],"apiVersions":["2018-04-02","2017-10-12","2017-04-02","2016-10-02","2016-04-02","2015-06-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"profiles/endpoints/origins","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West India","West US","West Central US"],"apiVersions":["2018-04-02","2017-10-12","2017-04-02","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 India","West US","West Central US"],"apiVersions":["2018-04-02","2017-10-12","2017-04-02","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 India","West US","West Central US"],"apiVersions":["2018-04-02","2017-10-12","2017-04-02","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 India","West US","West Central US"],"apiVersions":["2018-04-02","2017-10-12","2017-04-02","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 India","West US","West Central US"],"apiVersions":["2018-04-02","2017-10-12","2017-04-02","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 India","West US","West Central US"],"apiVersions":["2018-04-02","2017-10-12","2017-04-02","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 India","West US","West Central US"],"apiVersions":["2018-04-02","2017-10-12","2017-04-02","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 India","West US","West Central US"],"apiVersions":["2018-04-02","2017-10-12","2017-04-02","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 India","West US","West Central US"],"apiVersions":["2018-04-02","2017-10-12","2017-04-02","2016-10-02"]},{"resourceType":"validateProbe","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 India","West US","West Central US"],"apiVersions":["2018-04-02","2017-10-12","2017-04-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 India","West US","West Central US"],"apiVersions":["2018-04-02","2017-10-12","2017-04-02","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 India","West US","West Central US"],"apiVersions":["2018-04-02","2017-10-12","2017-04-02","2016-10-02","2016-04-02","2015-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.CognitiveServices","namespace":"Microsoft.CognitiveServices","authorizations":[{"applicationId":"7d312290-28c8-473c-a0ed-8e53749b6d6d","roleDefinitionId":"5cb87f79-a7c3-4a95-9414-45b65974b51b"}],"resourceTypes":[{"resourceType":"accounts","locations":["Global","Australia East","Brazil South","West US","West US 2","West Europe","North Europe","Southeast Asia","East Asia","West Central US","South Central US","East US","East US 2","Canada Central","Japan East","Central India","UK South"],"apiVersions":["2017-04-18","2016-02-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["Global","Australia East","Brazil South","West US","West US 2","West Europe","North Europe","Southeast Asia","East Asia","West Central US","South Central US","East US","East US 2","Canada Central","Japan East","Central India","UK South"],"apiVersions":["2017-04-18","2016-02-01-preview"]},{"resourceType":"locations","locations":["Global","Australia East","Brazil South","West US","West US 2","West Europe","North Europe","Southeast Asia","East Asia","West Central US","South Central US","East US","East US 2"],"apiVersions":["2017-04-18","2016-02-01-preview"]},{"resourceType":"locations/checkSkuAvailability","locations":["Global","Australia East","Brazil South","West US","West US 2","West Europe","North Europe","Southeast Asia","East Asia","West Central US","South Central US","East US","East US 2","Canada Central","Japan East","Central India","UK South"],"apiVersions":["2017-04-18","2016-02-01-preview"]},{"resourceType":"locations/updateAccountsCreationSettings","locations":["West US","Global","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2017-04-18","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":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Compute","namespace":"Microsoft.Compute","authorizations":[{"applicationId":"60e6cd67-9c8c-4951-9b3c-23c25a2169af","roleDefinitionId":"e4770acb-272e-4dc8-87f3-12f44a612224"},{"applicationId":"a303894e-f1d8-4a37-bf10-67aa654a0596","roleDefinitionId":"903ac751-8ad5-4e5a-bfc2-5e49f450a241"},{"applicationId":"a8b6bf88-1d1a-4626-b040-9a729ea93c65","roleDefinitionId":"45c8267c-80ba-4b96-9a43-115b8f49fccd"},{"applicationId":"184909ca-69f1-4368-a6a7-c558ee6eb0bd","roleDefinitionId":"45c8267c-80ba-4b96-9a43-115b8f49fccd"},{"applicationId":"5e5e43d4-54da-4211-86a4-c6e7f3715801","roleDefinitionId":"ffcd6e5b-8772-457d-bb17-89703c03428f"},{"applicationId":"ce6ff14a-7fdc-4685-bbe0-f6afdfcfa8e0","roleDefinitionId":"cb17cddc-dbac-4ae0-ae79-8db34eddfca0"},{"applicationId":"372140e0-b3b7-4226-8ef9-d57986796201","roleDefinitionId":"cb17cddc-dbac-4ae0-ae79-8db34eddfca0"}],"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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-30"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-12-01"}],"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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-30"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-12-01"}],"zoneMappings":[{"location":"East US 2","zones":["1","2","3"]},{"location":"Central US","zones":["1","2","3"]},{"location":"West Europe","zones":["1","2","3"]},{"location":"France Central","zones":["1","2","3"]},{"location":"Southeast Asia","zones":["1","2","3"]},{"location":"West US 2","zones":["1","2","3"]},{"location":"North Europe","zones":["1","2","3"]}],"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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-30"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-12-01"}],"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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-10-30-preview","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-30"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-12-01"}],"zoneMappings":[{"location":"East US 2","zones":["1","2","3"]},{"location":"Central US","zones":["1","2","3"]},{"location":"West Europe","zones":["1","2","3"]},{"location":"France Central","zones":["1","2","3"]},{"location":"Southeast Asia","zones":["1","2","3"]},{"location":"West US 2","zones":["1","2","3"]},{"location":"North Europe","zones":["1","2","3"]}],"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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-10-30-preview","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-30"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-12-01"}]},{"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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-10-30-preview","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-30"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-12-01"}]},{"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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-30"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-12-01"}]},{"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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-30"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-12-01"}]},{"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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-06-01","2018-04-01","2017-12-01","2017-03-30"],"apiProfiles":[{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-12-01"}]},{"resourceType":"locations","locations":[],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"locations/operations","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-10-30-preview","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-30"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-12-01"}]},{"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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-30"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-12-01"}]},{"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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30"],"apiProfiles":[{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-12-01"}]},{"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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-30"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-12-01"}]},{"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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30"],"apiProfiles":[{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-12-01"}]},{"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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","
2018-12-06T15:55:02.493+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 8000
2018-12-06T15:55:02.493+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: apiVersion":"2016-03-30"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-12-01"}]},{"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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"restorePointCollections","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South","West India","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30"],"capabilities":"None"},{"resourceType":"restorePointCollections/restorePoints","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South","West India","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2014-04-01"]},{"resourceType":"sharedVMImages","locations":["West Central US","South Central US","East US 2","Southeast Asia","West Europe","West US","East US","Canada Central"],"apiVersions":["2017-10-15-preview"],"capabilities":"None"},{"resourceType":"sharedVMImages/versions","locations":["West Central US","South Central US","East US 2","Southeast Asia","West Europe","West US","East US","Canada Central"],"apiVersions":["2017-10-15-preview"],"capabilities":"None"},{"resourceType":"locations/artifactPublishers","locations":["West Central US","South Central US","East US 2","Southeast Asia","West Europe","West US","East US","Canada Central"],"apiVersions":["2017-10-15-preview"]},{"resourceType":"locations/capsoperations","locations":["West Central US","South Central US","East US 2","Southeast Asia","West Europe","West US","East US","Canada Central"],"apiVersions":["2018-06-01","2017-10-15-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","West India","France Central"],"apiVersions":["2018-09-30","2018-06-01","2018-04-01","2017-03-30","2016-04-30-preview"],"apiProfiles":[{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-04-01"}],"zoneMappings":[{"location":"East US 2","zones":["1","2","3"]},{"location":"Central US","zones":["1","2","3"]},{"location":"West Europe","zones":["1","2","3"]},{"location":"France Central","zones":["1","2","3"]},{"location":"Southeast Asia","zones":["1","2","3"]},{"location":"West US 2","zones":["1","2","3"]},{"location":"North Europe","zones":["1","2","3"]}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"snapshots","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South","West India","France Central"],"apiVersions":["2018-09-30","2018-06-01","2018-04-01","2017-03-30","2016-04-30-preview"],"apiProfiles":[{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-04-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations/diskoperations","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South","West India","France Central"],"apiVersions":["2018-09-30","2018-06-01","2018-04-01","2017-03-30","2016-04-30-preview"],"apiProfiles":[{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-04-01"}]},{"resourceType":"images","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South","West India","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview"],"apiProfiles":[{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-04-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations/logAnalytics","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.ContainerInstance","namespace":"Microsoft.ContainerInstance","authorizations":[{"applicationId":"6bb8e274-af5d-4df2-98a3-4fd78b4cafd9","roleDefinitionId":"3c60422b-a83a-428d-9830-22609c77aa6c"}],"resourceTypes":[{"resourceType":"containerGroups","locations":["West US","East US","West Europe","West US 2","North Europe","Southeast Asia","East US 2","Central US","Australia East","South Central US","Central India","North Central US","East Asia","Canada Central"],"apiVersions":["2018-10-01","2018-09-01","2018-07-01","2018-06-01","2018-04-01","2018-02-01-preview","2017-12-01-preview","2017-10-01-preview","2017-08-01-preview"],"capabilities":"SystemAssignedResourceIdentity"},{"resourceType":"serviceAssociationLinks","locations":["West US","West Europe","North Europe"],"apiVersions":["2018-10-01","2018-09-01","2018-07-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2018-10-01","2018-09-01","2018-07-01","2018-06-01","2018-04-01","2018-02-01-preview","2017-12-01-preview","2017-10-01-preview","2017-08-01-preview"]},{"resourceType":"locations/capabilities","locations":["West US","East US","West Europe","West US 2","North Europe","Southeast Asia","East US 2","Central US","Australia East","South Central US","Central India","North Central US","East Asia","Canada Central"],"apiVersions":["2018-10-01","2018-09-01","2018-07-01","2018-06-01","2018-04-01","2018-02-01-preview","2017-12-01-preview","2017-10-01-preview","2017-08-01-preview"]},{"resourceType":"locations/usages","locations":["West US","East US","West Europe","West US 2","North Europe","Southeast Asia","East US 2","Central US","Australia East","South Central US","Central India","North Central US","East Asia","Canada Central"],"apiVersions":["2018-10-01","2018-09-01","2018-07-01","2018-06-01","2018-04-01","2018-02-01-preview","2017-12-01-preview","2017-10-01-preview","2017-08-01-preview"]},{"resourceType":"locations/operations","locations":["West US","East US","West Europe","West US 2","North Europe","Southeast Asia","East US 2","Central US","Australia East","South Central US","Central India","North Central US","East Asia","Canada Central"],"apiVersions":["2018-10-01","2018-09-01","2018-07-01","2018-06-01","2018-04-01","2018-02-01-preview","2017-12-01-preview","2017-10-01-preview","2017-08-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2018-10-01","2018-09-01","2018-07-01","2018-06-01","2018-04-01","2018-02-01-preview","2017-12-01-preview","2017-10-01-preview","2017-08-01-preview"]},{"resourceType":"locations/cachedImages","locations":["West US","East US","West Europe","West US 2","North Europe","Southeast Asia","East US 2","Central US","Australia East","South Central US","Central India","North Central US","East Asia","Canada Central"],"apiVersions":["2018-10-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.ContainerRegistry","namespace":"Microsoft.ContainerRegistry","authorizations":[{"applicationId":"6a0ec4d3-30cb-4a83-91c0-ae56bc0e3d26","roleDefinitionId":"78e18383-93eb-418a-9887-bc9271046576"},{"applicationId":"737d58c1-397a-46e7-9d12-7d8c830883c2","roleDefinitionId":"716bb53a-0390-4428-bf41-b1bedde7d751"},{"applicationId":"918d0db8-4a38-4938-93c1-9313bdfe0272","roleDefinitionId":"dcd2d2c9-3f80-4d72-95a8-2593111b4b12"}],"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-10-01","2017-03-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"registries/importImage","locations":["South Central US","West Central US","East US","West Europe","West US","Japan East","North Europe","Southeast Asia","North Central US","East US 2","West US 2","Brazil South","Australia East","Central India","Central US","Canada East","Canada Central","UK South","UK West","Australia Southeast","East Asia","Japan West","South India"],"apiVersions":["2017-10-01"]},{"resourceType":"registries/listBuildSourceUploadUrl","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-09-01"]},{"resourceType":"registries/scheduleRun","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-09-01"]},{"resourceType":"registries/runs","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-09-01"]},{"resourceType":"registries/runs/listLogSasUrl","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-09-01"]},{"resourceType":"registries/runs/cancel","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-09-01"]},{"resourceType":"registries/tasks","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"registries/tasks/listDetails","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-09-01"]},{"resourceType":"registries/getBuildSourceUploadUrl","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-02-01-preview"]},{"resourceType":"registries/queueBuild","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-02-01-preview"]},{"resourceType":"registries/builds","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-02-01-preview"]},{"resourceType":"registries/builds/getLogLink","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-02-01-preview"]},{"resourceType":"registries/builds/cancel","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-02-01-preview"]},{"resourceType":"registries/buildTasks","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-02-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"registries/buildTasks/listSourceRepositoryProperties","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-02-01-preview"]},{"resourceType":"registries/buildTasks/steps","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-02-01-preview"]},{"resourceType":"registries/buildTasks/steps/listBuildArguments","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-02-01-preview"]},{"resourceType":"registries/replications","locations":["South Central US","West Central US","East US","West Europe","West US","Japan East","North Europe","Southeast Asia","North Central US","East US 2","West US 2","Brazil South","Australia East","Central India","Central US","Canada East","Canada Central","UK South","UK West","Australia Southeast","East Asia","Japan West","South India"],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"registries/webhooks","locations":["West Central US","East US","West Europe","South Central US","West US","Japan East","North Europe","Southeast Asia","North Central US","East US 2","West US 2","Brazil South","Australia East","Central India","Central US","Canada East","Canada Central","UK South","UK West","Australia Southeast","East Asia","Japan West","South India"],"apiVersions":["2017-10-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"registries/webhooks/ping","locations":["West Central US","East US","West Europe","South Central US","West US","Japan East","North Europe","Southeast Asia","North Central US","East US 2","West US 2","Brazil South","Australia East","Central India","Central US","Canada East","Canada Central","UK South","UK West","Australia Southeast","East Asia","Japan West","South India"],"apiVersions":["2017-10-01"]},{"resourceType":"registries/webhooks/getCallbackConfig","locations":["West Central US","East US","West Europe","South Central US","West US","Japan East","North Europe","Southeast Asia","North Central US","East US 2","West US 2","Brazil South","Australia East","Central India","Central US","Canada East","Canada Central","UK South","UK West","Australia Southeast","East Asia","Japan West","South India"],"apiVersions":["2017-10-01"]},{"resourceType":"registries/webhooks/listEvents","locations":["West Central US","East US","West Europe","South Central US","West US","Japan East","North Europe","Southeast Asia","North Central US","East US 2","West US 2","Brazil South","Australia East","Central India","Central US","Canada East","Canada Central","UK South","UK West","Australia Southeast","East Asia","Japan West","South India"],"apiVersions":["2017-10-01"]},{"resourceType":"locations/setupAuth","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-02-01-preview"]},{"resourceType":"locations/authorize","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-02-01-preview"]},{"resourceType":"locations/operationResults","locations":["West Central US","East US","West Europe","South Central US","West US","Japan East","North Europe","Southeast Asia","North Central US","East US 2","West US 2","Brazil South","Australia East","Central India","Central US","Canada East","Canada Central","UK South","UK West","Australia Southeast","East Asia","Japan West","South India"],"apiVersions":["2017-10-01"]},{"resourceType":"registries/GetCredentials","locations":["West US","East US","South Central US","West Europe"],"apiVersions":["2016-06-27-preview"]},{"resourceType":"registries/listCredentials","locations":["South Central US","East US","West US","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","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-10-01","2017-03-01"]},{"resourceType":"registries/regenerateCredential","locations":["South Central US","West US","East US","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","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-10-01","2017-03-01"]},{"resourceType":"registries/listUsages","locations":["West Central US","East US","West Europe","South Central US","West US","Japan East","North Europe","Southeast Asia","North Central US","East US 2","West US 2","Brazil South","Australia East","Central India","Central US","Canada East","Canada Central","UK South","UK West","Australia Southeast","East Asia","Japan West","South India"],"apiVersions":["2017-10-01"]},{"resourceType":"registries/listPolicies","locations":["West US","East US","South Central US","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","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-10-01"]},{"resourceType":"registries/updatePolicies","locations":["West US","East US","South Central US","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","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-10-01"]},{"resourceType":"registries/regenerateCredentials","locations":["West US","East US","South Central US","West Europe"],"apiVersions":["2016-06-27-preview"]},{"resourceType":"registries/eventGridFilters","locations":["South Central US","West Central US","East US","West Europe","West US","Japan East","North Europe","Southeast Asia","North Central US","East US 2","West US 2","Brazil South","Australia East","Central India","Central US","Canada East","Canada Central","UK South","UK West","Australia Southeast","East Asia","Japan West","South India"],"apiVersions":["2017-10-01"]},{"resourceType":"checkNameAvailability","locations":["South Central US","East US","West US","Central US","East US 2","North Central US","West Central US","West US 2","Brazil South","Canada East","Canada Central","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","East Asia","Japan East","Japan West","Southeast Asia","South India","Korea Central","France Central"],"apiVersions":["2017-10-01","2017-06-01-preview","2017-03-01","2016-06-27-preview"]},{"resourceType":"operations","locations":["South Central US","East US","West US","Central US","East US 2","North Central US","West Central US","West US 2","Brazil South","Canada East","Canada Central","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","East Asia","Japan East","Japan West","Southeast Asia","South India","Korea Central","France Central"],"apiVersions":["2017-10-01","2017-06-01-preview","2017-03-01"]},{"resourceType":"locations","locations":["South Central US","East US","West US","Central US","East US 2","North Central US","West Central US","West US 2","Brazil South","Canada East","Canada Central","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","East Asia","Japan East","Japan West","Southeast Asia","South India","Korea Central","France Central"],"apiVersions":["2017-10-01","2017-06-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.ContainerService","namespace":"Microsoft.ContainerService","authorization":{"applicationId":"7319c514-987d-4e9b-ac3d-d38c4f427f4c","roleDefinitionId":"1b4a0c7f-2217-416f-acfa-cf73452fdc1c","managedByRoleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"},"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","UK West","UK South","West Central US","West US 2","South India","Central India","West India","Canada East","Canada Central","Korea South","Korea Central"],"apiVersions":["2017-07-01","2017-01-31","2016-09-30","2016-03-30"],"capabilities":"None"},{"resourceType":"managedClusters","locations":["East US","West Europe","Central US","Canada Central","Canada East","UK South","West US","West US 2","Australia East","North Europe","Japan East","East US 2","Southeast Asia","UK West","South India","East Asia"],"apiVersions":["2018-03-31","2017-08-31"],"capabilities":"None"},{"resourceType":"locations","locations":[],"apiVersions":["2017-08-31","2017-01-31","2016-09-30","2016-03-30","2015-11-01-preview"]},{"resourceType":"locations/operationresults","locations":["East US","West Europe","Central US","UK West","West Central US","West US 2","South India","Central India","West India","Canada East","Canada Central","Korea South","Korea Central","UK South","Australia East","Australia Southeast","North Europe","Japan East","East US 2","Southeast Asia"],"apiVersions":["2018-10-31","2017-08-31","2016-03-30"]},{"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","UK West","UK South","West Central US","West US 2","South India","Central India","West India","Canada East","Canada Central","Korea South","Korea Central"],"apiVersions":["2017-07-01","2017-01-31","2016-09-30","2016-03-30"]},{"resourceType":"operations","locations":[],"apiVersions":["2018-10-31","2018-03-31","2017-08-31","2017-07-01","2017-01-31","2016-09-30","2016-03-30","2015-11-01-preview"]},{"resourceType":"locations/orchestrators","locations":["East US","West Europe","Central US","Canada East","Canada Central","UK South","UK West","West US","West US 2","Australia East","North Europe","Japan East","East US 2","Southeast Asia","South India","East Asia"],"apiVersions":["2017-09-30"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Databricks","namespace":"Microsoft.Databricks","authorizations":[{"applicationId":"d9327919-6775-4843-9037-3fb0fb0473cb","roleDefinitionId":"f31567d0-b61f-43c2-97a5-a98cdc3bfcb6","managedByRoleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"},{"applicationId":"2ff814a6-3304-4ab8-85cb-cd0e6f879c1d","roleDefinitionId":"f31567d0-b61f-43c2-97a5-a98cdc3bfcb6","managedByRoleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"resourceTypes":[{"resourceType":"workspaces","locations":["West US","East US 2","West Europe","East US","North Europe","Southeast Asia","East Asia","South Central US","North Central US","West US 2","Central US","UK West","UK South","Australia East","Australia Southeast","Australia Central","Australia Central 2","Japan East","Japan West","Canada Central","Canada East","Central India","South India","West India"],"apiVersions":["2018-04-01","2017-09-01-preview"],"capabilities":"None"},{"resourceType":"workspaces/virtualNetworkPeerings","locations":["West US","East US 2","West Europe","North Europe","East US","Southeast Asia","East Asia","South Central US","North Central US","West US 2","Central US","UK West","UK South","Australia East","Australia Southeast","Australia Central","Australia Central 2","Japan East","Japan West","Canada Central","Canada East","Central India","South India","West India"],"apiVersions":["2018-04-01"]},{"resourceType":"operations","locations":["West US","East US 2","West Europe","North Europe","East US","Southeast Asia","East Asia","South Central US","North Central US","West US 2","Central US","UK West","UK South","Australia East","Australia Southeast","Australia Central","Australia Central 2","Japan East","Japan West","Canada Central","Canada East","Central India","South India","West India"],"apiVersions":["2018-04-01"]},{"resourceType":"locations","locations":["West US","East US 2","West Europe","North Europe","East US","Southeast Asia","East Asia","South Central US","North Central US","West US 2","Central US","UK West","UK South","Australia East","Australia Southeast","Australia Central","Australia Central 2","Japan East","Japan West","Canada Central","Canada East","Central India","South India","West India"],"apiVersions":["2018-04-01","2018-03-15","2018-03-01","2017-09-01-preview","2017-08-01-preview","2016-09-01-preview"]},{"resourceType":"locations/operationstatuses","locations":["West US","East US 2","West Europe","East US","North Europe","Southeast Asia","East Asia","South Central US","North Central US","West US 2","Central US","UK West","UK South","Australia East","Australia Southeast","Australia Central","Australia Central 2","Japan East","Japan West","Canada Central","Canada East","Central India","South India","West India"],"apiVersions":["2018-04-01","2018-03-15","2018-03-01","2017-09-01-preview","2017-08-01-preview","2016-09-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.DataFactory","namespace":"Microsoft.DataFactory","authorizations":[{"applicationId":"5d13f7d7-0567-429c-9880-320e9555e5fc","roleDefinitionId":"956a8f20-9168-4c71-8e27-3c0460ac39a4"}],"resourceTypes":[{"resourceType":"dataFactories","locations"
2018-12-06T15:55:02.493+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 8000
2018-12-06T15:55:02.493+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: :["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","East US 2","West Europe","North Europe","UK South","West Central US","West US","West US 2","Southeast Asia"],"apiVersions":["2018-06-01","2017-09-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"factories/integrationRuntimes","locations":["East US","East US 2","West US 2","West US","West Central US","North Europe","UK South","West Europe","Southeast Asia"],"apiVersions":["2018-06-01","2017-09-01-preview"]},{"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":["2018-06-01","2017-09-01-preview","2017-03-01-preview","2015-10-01","2015-09-01","2015-08-01","2015-07-01-preview","2015-05-01-preview","2015-01-01-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2018-06-01","2017-09-01-preview"]},{"resourceType":"locations/configureFactoryRepo","locations":["East US","East US 2","West US 2","West US","West Europe","North Europe","UK South","West Central US","Southeast Asia"],"apiVersions":["2018-06-01","2017-09-01-preview"]},{"resourceType":"locations/getFeatureValue","locations":["East US","East US 2","West Europe","North Europe","UK South","West Central US","West US","West US 2","Southeast Asia"],"apiVersions":["2018-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.DataLakeAnalytics","namespace":"Microsoft.DataLakeAnalytics","resourceTypes":[{"resourceType":"accounts","locations":["East US 2","North Europe","Central US","West Europe"],"apiVersions":["2016-11-01","2015-10-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"accounts/dataLakeStoreAccounts","locations":["East US 2","North Europe","Central US","West Europe"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"accounts/storageAccounts","locations":["East US 2","North Europe","Central US","West Europe"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"accounts/storageAccounts/containers","locations":["East US 2","North Europe","Central US","West Europe"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"accounts/storageAccounts/containers/listSasTokens","locations":["East US 2","North Europe","Central US","West Europe"],"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":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.DataLakeStore","namespace":"Microsoft.DataLakeStore","authorization":{"applicationId":"e9f49c6b-5ce5-44c8-925d-015017e9f7ad","roleDefinitionId":"17eb9cca-f08a-4499-b2d3-852d175f614f"},"resourceTypes":[{"resourceType":"accounts","locations":["East US 2","North Europe","Central US","West Europe"],"apiVersions":["2016-11-01","2015-10-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"accounts/firewallRules","locations":["East US 2","North Europe","Central US","West Europe"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"accounts/eventGridFilters","locations":["East US 2","North Europe","Central US","West Europe"],"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":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.DBforMySQL","namespace":"Microsoft.DBforMySQL","authorization":{"applicationId":"76cd24bf-a9fc-4344-b1dc-908275de6d6d","roleDefinitionId":"c13b7b9c-2ed1-4901-b8a8-16f35468da29"},"resourceTypes":[{"resourceType":"operations","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01","2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"servers","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01","2017-04-30-preview","2016-02-01-privatepreview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/recoverableServers","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central US","Central India","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01"]},{"resourceType":"servers/virtualNetworkRules","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01","2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"checkNameAvailability","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01","2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"locations","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01","2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"locations/operationResults","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01","2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"locations/azureAsyncOperation","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01","2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"locations/performanceTiers","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01","2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"locations/securityAlertPoliciesAzureAsyncOperation","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01"]},{"resourceType":"locations/securityAlertPoliciesOperationResults","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.DBforPostgreSQL","namespace":"Microsoft.DBforPostgreSQL","authorization":{"applicationId":"76cd24bf-a9fc-4344-b1dc-908275de6d6d","roleDefinitionId":"c13b7b9c-2ed1-4901-b8a8-16f35468da29"},"resourceTypes":[{"resourceType":"operations","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01","2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"servers","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01","2017-04-30-preview","2016-02-01-privatepreview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/recoverableServers","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01"]},{"resourceType":"servers/virtualNetworkRules","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01","2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"checkNameAvailability","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01","2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"locations","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01","2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"locations/operationResults","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01","2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"locations/azureAsyncOperation","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01","2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"locations/performanceTiers","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","UK West","UK South","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01","2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"locations/securityAlertPoliciesAzureAsyncOperation","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","UK West","UK South","West India","West US","West US 2"],"apiVersions":["2017-12-01"]},{"resourceType":"locations/securityAlertPoliciesOperationResults","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","UK West","UK South","West India","West US","West US 2"],"apiVersions":["2017-12-01"]},{"resourceType":"locations/recommendedActionSessionsAzureAsyncOperation","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","UK West","UK South","West India","West US","West US 2"],"apiVersions":["2018-06-01-privatepreview"]},{"resourceType":"locations/recommendedActionSessionsOperationResults","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","UK West","UK South","West India","West US","West US 2"],"apiVersions":["2018-06-01-privatepreview"]},{"resourceType":"servers/topQueryStatistics","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","UK West","UK South","West India","West US","West US 2"],"apiVersions":["2018-06-01-privatepreview"]},{"resourceType":"servers/queryTexts","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","UK West","UK South","West India","West US","West US 2"],"apiVersions":["2018-06-01-privatepreview"]},{"resourceType":"servers/waitStatistics","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","UK West","UK South","West India","West US","West US 2"],"apiVersions":["2018-06-01-privatepreview"]},{"resourceType":"servers/advisors","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","UK West","UK South","West India","West US","West US 2"],"apiVersions":["2018-06-01-privatepreview"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Devices","namespace":"Microsoft.Devices","resourceTypes":[{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2018-04-01","2018-01-22","2017-07-01","2017-01-19","2016-02-03","2015-08-15-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-04-01"}]},{"resourceType":"checkProvisioningServiceNameAvailability","locations":[],"apiVersions":["2018-01-22","2017-11-15","2017-08-21-preview"]},{"resourceType":"usages","locations":[],"apiVersions":["2018-04-01","2018-01-22","2017-07-01","2017-01-19","2016-02-03","2015-08-15-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-04-01"}]},{"resourceType":"operations","locations":[],"apiVersions":["2018-04-01","2018-01-22","2017-07-01","2017-01-19","2016-02-03","2015-08-15-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-04-01"}]},{"resourceType":"operationResults","locations":[],"apiVersions":["2018-12-01-preview","2018-04-01-preview","2018-04-01","2018-01-22-preview","2018-01-22","2017-11-15","2017-09-25-preview","2017-08-21-preview","2017-07-01","2017-01-19","2016-02-03","2015-08-15-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-04-01"}]},{"resourceType":"IotHubs","locations":["West US","North Europe","East Asia","East US","West Europe","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","West US 2","West Central US","East US 2","Central US","UK South","UK West","South India","Central India","Canada Central","Canada East","Brazil South","South Central US","Korea South","Korea Central"],"apiVersions":["2018-12-01-preview","2018-04-01-preview","2018-04-01","2018-01-22","2017-07-01","2017-01-19","2016-02-03","2015-08-15-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-04-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"IotHubs/eventGridFilters","locations":["West US","East US","West US 2","West Central US","East US 2","Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","UK South","UK West","South India","Central India","Canada Central","Canada East","Brazil South","South Central US","Korea South","Korea Central"],"apiVersions":["2018-07-31","2018-01-15-preview"]},{"resourceType":"ProvisioningServices","locations":["East US","West US","West Europe","North Europe","Southeast Asia","East Asia"],"apiVersions":["2018-01-22","2017-11-15","2017-08-21-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.DevSpaces","namespace":"Microsoft.DevSpaces","resourceTypes":[{"resourceType":"controllers","locations":["East US","Canada East","West Europe","Canada Central","Central US","West US 2","West Central US","Southeast Asia","East US 2"],"apiVersions":["2018-06-01-preview"],"capabilities":"None"},{"resourceType":"controllers/listConnectionDetails","locations":["East US","Canada East","West Europe","Canada Central","Central US","West US 2","West Central US","Southeast Asia","East US 2"],"apiVersions":["2018-06-01-preview"]},{"resourceType":"operations","locations":["East US","Canada East","West Europe","Canada Central","Central US","West US 2","West Central US","Southeast Asia","East US 2"],"apiVersions":["2018-06-01-preview"]},{"resourceType":"locations","locations":["East US","Canada East","West Europe","Canada Central","Central US","West US 2","West Central US","Southeast Asia","East US 2"],"apiVersions":["2018-06-01-preview"]},{"resourceType":"locations/operationresults","locations":["East US","Canada East","West Europe","Canada Central","Central US","West US 2","West Central US","Southeast Asia","East US 2"],"apiVersions":["2018-06-01-preview"]},{"resourceType":"locations/checkContainerHostMapping","locations":["East US","Canada East","West Europe","Canada Central","Central US","West US 2","West Central US","Southeast Asia","East US 2"],"apiVersions":["2018-06-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.DevTestLab","namespace":"Microsoft.DevTestLab","authorization":{"applicationId":"1a14be2a-e903-4cec-99cf-b2e209259a0f","roleDefinitionId":"8f2de81a-b9aa-49d8-b24c-11814d3ab525","managedByRoleDefinitionId":"8f2de81a-b9aa-49d8-b24c-11814d3ab525"},"resourceTypes":[{"resourceType":"labs","locations":["West Central US","Japan East","West US","Australia Central","Australia Southeast","Canada Central","Central India","Central US","East Asia","France Central","Korea Central","North Europe","South Central US","UK West","West India","Australia Central 2","Australia East","Brazil South","Canada East","East US","East US 2","France South","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2018-10-15-preview","2018-09-15","2017-04-26-preview","2016-05-15","2015-05-21-preview"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"schedules","locations":["West Central US","Japan East","West US","Australia Central","Australia Southeast","Canada Central","Central India","Central US","East Asia","France Central","Korea Central","North Europe","South Central US","UK West","West India","Australia Central 2","Australia East","Brazil South","Canada East","East US","East US 2","France South","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2018-10-15-preview","2018-09-15","2017-04-26-preview","2016-05-15","2015-05-21-preview"],"capabilities":"None"},{"resourceType":"labs/virtualMachines","locations":["West Central US","Japan East","West US","Australia Central","Australia Southeast","Canada Central","Central India","Central US","East Asia","France Central","Korea Central","North Europe","South Central US","UK West","West India","Australia Central 2","Australia East","Brazil South","Canada East","East US","East US 2","France South","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2018-10-15-preview","2018-09-15","2017-04-26-preview","2016-05-15","2015-05-21-preview"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"labs/serviceRunners","locations":["West Central US","Japan East","West US","Australia Central","Australia Southeast","Canada Central","Central India","Central US","East Asia","France Central","Korea Central","North Europe","South Central US","UK West","West India","Australia Central 2","Australia East","Brazil South","Canada East","East US","East US 2","France South","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2018-10-15-preview","2018-09-15","2017-04-26-preview","2016-05-15"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"operations","locations":[],"apiVersions":["2018-10-15-preview","2018-09-15","2017-04-26-preview","2016-05-15","2015-05-21-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2018-10-15-preview","2018-09-15","2017-04-26-preview","2016-05-15","2015-05-21-preview"]},{"resourceType":"locations/operations","locations":["West Central US","Japan East","West US","Australia Central","Australia Southeast","Canada Central","Central India","Central US","East Asia","France Central","Korea Central","North Europe","South Central US","UK West","West India","Australia Central 2","Australia East","Brazil South","Canada East","East US","East US 2","France South","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2018-10-15-preview","2018-09-15","2017-04-26-preview","2016-05-15","2015-05-21-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.DocumentDB","namespace":"Microsoft.DocumentDB","authorizations":[{"applicationId":"57c0fc58-a83a-41d0-8ae9-08952659bdfd","roleDefinitionId":"FFFD5CF5-FFD3-4B24-B0E2-0715ADD4C282"}],"resourceTypes":[{"resourceType":"databaseAccounts","locations":["Australia East","Australia Southeast","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Central US","West Europe","West India","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"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2015-04-08"}],"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","France Central","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Central US","West Europe","West India","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"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2015-04-08"}]},{"resourceType":"operations","locations":["Australia East","Australia Southeast","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Central US","West Europe","West India","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"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2015-04-08"}]},{"resourceType":"operationResults","locations":["Australia East","Australia Southeast","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Central US","West Europe","West India","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"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2015-04-08"}
2018-12-06T15:55:02.493+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 8000
2018-12-06T15:55:02.493+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: ]},{"resourceType":"locations","locations":["Australia East","Australia Southeast","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Central US","West Europe","West India","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":"locations/deleteVirtualNetworkOrSubnets","locations":["Australia East","Australia Southeast","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Central US","West Europe","West India","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":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.EventGrid","namespace":"Microsoft.EventGrid","authorizations":[{"applicationId":"4962773b-9cdb-44cf-a8bf-237846a00ab7","roleDefinitionId":"7FE036D8-246F-48BF-A78F-AB3EE699C8F3"}],"resourceTypes":[{"resourceType":"locations","locations":[],"apiVersions":["2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"locations/eventSubscriptions","locations":["West US 2","East US","West US","Central US","East US 2","West Central US","Australia East","Australia Southeast","Japan East","Japan West","West Europe","North Europe","Southeast Asia","East Asia","North Central US","South Central US","Brazil South","Canada Central","Canada East","Central India","South India","West India","France Central","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"eventSubscriptions","locations":["West US 2","East US","West US","Central US","East US 2","West Central US","Australia East","Australia Southeast","Japan East","Japan West","West Europe","North Europe","Southeast Asia","East Asia","North Central US","South Central US","Brazil South","Canada Central","Canada East","Central India","South India","West India","France Central","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"topics","locations":["West US 2","East US","West US","Central US","East US 2","West Central US","Australia East","Australia Southeast","Japan East","Japan West","West Europe","North Europe","Southeast Asia","East Asia","North Central US","South Central US","Brazil South","Canada Central","Canada East","Central India","South India","West India","France Central","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"domains","locations":["Central US","West US 2","East US","West US","East US 2","West Central US","Australia East","Australia Southeast","Japan East","Japan West","West Europe","North Europe","Southeast Asia","East Asia","North Central US","South Central US","Brazil South","Canada Central","Canada East","Central India","South India","West India","France Central","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2018-09-15-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"domains/topics","locations":["Central US","West US 2","East US","West US","East US 2","West Central US","Australia East","Australia Southeast","Japan East","Japan West","West Europe","North Europe","Southeast Asia","East Asia","North Central US","South Central US","Brazil South","Canada Central","Canada East","Central India","South India","West India","France Central","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2018-09-15-preview"]},{"resourceType":"topicTypes","locations":["West US 2","East US","West US","Central US","East US 2","West Central US","Australia East","Australia Southeast","Japan East","Japan West","West Europe","North Europe","Southeast Asia","East Asia","North Central US","South Central US","Brazil South","Canada Central","Canada East","Central India","South India","West India","France Central","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"operations","locations":["West US 2","East US","West US","Central US","East US 2","West Central US","Australia East","Australia Southeast","Japan East","Japan West","West Europe","North Europe","Southeast Asia","East Asia","North Central US","South Central US","Brazil South","Canada Central","Canada East","Central India","South India","West India","France Central","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"locations/operationsStatus","locations":["West US 2","East US","West US","Central US","East US 2","West Central US","Australia East","Australia Southeast","Japan East","Japan West","West Europe","North Europe","Southeast Asia","East Asia","North Central US","South Central US","Brazil South","Canada Central","Canada East","Central India","South India","West India","France Central","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"locations/operationResults","locations":["West US 2","East US","West US","Central US","East US 2","West Central US","Australia East","Australia Southeast","Japan East","Japan West","West Europe","North Europe","Southeast Asia","East Asia","North Central US","South Central US","Brazil South","Canada Central","Canada East","Central India","South India","West India","France Central","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"locations/topicTypes","locations":["West US 2","East US","West US","Central US","East US 2","West Central US","Australia East","Australia Southeast","Japan East","Japan West","West Europe","North Europe","Southeast Asia","East Asia","North Central US","South Central US","Brazil South","Canada Central","Canada East","Central India","South India","West India","France Central","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"extensionTopics","locations":["West US 2","East US","West US","Central US","East US 2","West Central US","Australia East","Australia Southeast","Japan East","Japan West","West Europe","North Europe","Southeast Asia","East Asia","North Central US","South Central US","Brazil South","Canada Central","Canada East","Central India","South India","West India","France Central","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"operationResults","locations":[],"apiVersions":["2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"operationsStatus","locations":[],"apiVersions":["2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.EventHub","namespace":"Microsoft.EventHub","authorization":{"applicationId":"80369ed6-5f11-4dd9-bef3-692475845e77","roleDefinitionId":"eb8e1991-5de0-42a6-a64b-29b059341b7b"},"resourceTypes":[{"resourceType":"namespaces","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-01-01-preview","2017-04-01","2015-08-01","2014-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"clusters","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"namespaces/authorizationrules","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]},{"resourceType":"namespaces/eventhubs","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]},{"resourceType":"namespaces/eventhubs/authorizationrules","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]},{"resourceType":"namespaces/eventhubs/consumergroups","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]},{"resourceType":"checkNamespaceAvailability","locations":[],"apiVersions":["2015-08-01","2014-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2015-08-01"}]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]},{"resourceType":"sku","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]},{"resourceType":"operations","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]},{"resourceType":"namespaces/disasterrecoveryconfigs","locations":[],"apiVersions":["2017-04-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/microsoft.insights","namespace":"microsoft.insights","authorizations":[{"applicationId":"11c174dc-1945-4a9a-a36b-c79a0f246b9b","roleDefinitionId":"dd9d4347-f397-45f2-b538-85f21c90037b"},{"applicationId":"6bccf540-eb86-4037-af03-7fa058c2db75","roleDefinitionId":"323795fe-ba3d-4f5a-ad42-afb4e1ea9485"},{"applicationId":"035f9e1d-4f00-4419-bf50-bf2d87eb4878","roleDefinitionId":"323795fe-ba3d-4f5a-ad42-afb4e1ea9485"},{"applicationId":"f5c26e74-f226-4ae8-85f0-b4af0080ac9e","roleDefinitionId":"529d7ae6-e892-4d43-809d-8547aeb90643"},{"applicationId":"b503eb83-1222-4dcc-b116-b98ed5216e05","roleDefinitionId":"68699c37-c689-44d4-9248-494b782d46ae"},{"applicationId":"ca7f3f0b-7d91-482c-8e09-c5d840d0eac5","roleDefinitionId":"5d5a2e56-9835-44aa-93db-d2f19e155438"},{"applicationId":"3af5a1e8-2459-45cb-8683-bcd6cccbcc13","roleDefinitionId":"b1309299-720d-4159-9897-6158a61aee41"}],"resourceTypes":[{"resourceType":"components","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India"],"apiVersions":["2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"components/query","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India"],"apiVersions":["2018-04-20"]},{"resourceType":"components/metrics","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India"],"apiVersions":["2018-04-20","2014-04-01"]},{"resourceType":"components/events","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India"],"apiVersions":["2018-04-20"]},{"resourceType":"webtests","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India"],"apiVersions":["2018-05-01-preview","2015-05-01","2014-08-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"queries","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","Central India","Canada Central","UK South"],"apiVersions":["2015-05-01","2014-08-01"]},{"resourceType":"scheduledqueryrules","locations":["West Central US","East US","West Europe","Central India","Canada Central","Australia Southeast","Japan East","Southeast Asia","UK South","South Central US","North Europe","West US 2"],"apiVersions":["2018-04-16","2017-09-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"components/pricingPlans","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2"],"apiVersions":["2017-10-01"]},{"resourceType":"migrateToNewPricingModel","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2"],"apiVersions":["2017-10-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-10-01"}]},{"resourceType":"rollbackToLegacyPricingModel","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2"],"apiVersions":["2017-10-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-10-01"}]},{"resourceType":"listMigrationdate","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2"],"apiVersions":["2017-10-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-10-01"}]},{"resourceType":"logprofiles","locations":[],"apiVersions":["2016-03-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-03-01"}]},{"resourceType":"metricalerts","locations":["Global"],"apiVersions":["2018-03-01","2017-09-01-preview"],"capabilities":"None"},{"resourceType":"alertrules","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","West India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central","France Central"],"apiVersions":["2016-03-01","2015-04-01","2014-04-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-03-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","West India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central","France Central"],"apiVersions":["2015-04-01","2014-04-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2015-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"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2015-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"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2015-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","West 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","West India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central","France Central"],"apiVersions":["2017-05-01-preview","2016-09-01","2015-07-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-09-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","West India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central","France 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","West India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central","France Central"],"apiVersions":["2017-02-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-02-01"}]},{"resourceType":"metricDefinitions","locations":["East US","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Canada East","Canada Central","Central US","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","North Europe","West US 2","West Central US","Korea South","Korea Central","UK South","UK West","France Central"],"apiVersions":["2018-01-01","2017-12-01-preview","2017-09-01-preview","2017-05-01-preview","2016-03-01","2015-07-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-01-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","West India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central","France Central"],"apiVersions":["2015-07-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2015-07-01"}]},{"resourceType":"eventCategories","locations":[],"apiVersions":["2015-04-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"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","West India","North Europe","West US 2","West Central US","Korea South","Korea Central","UK South","UK West","France Central"],"apiVersions":["2018-01-01","2017-12-01-preview","2017-09-01-preview","2017-05-01-preview","2016-09-01","2016-06-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-01-01"}]},{"resourceType":"metricNamespaces","locations":["East US","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Canada East","Canada Central","Central US","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","North Europe","West US 2","West Central US","Korea South","Korea Central","UK South","UK West","France Central"],"apiVersions":["2018-01-01","2017-12-01-preview"]},{"resourceType":"actiongroups","locations":["Global"],"apiVersions":["2018-03-01","2017-04-01","2017-03-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"activityLogAlerts","locations":["Global"],"apiVersions":["2017-04-01","2017-03-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}],"capabilities":"None"},{"resourceType":"baseline","locations":[],"apiVersions":["2018-09-01","2017-11-01-preview"]},{"resourceType":"calculatebaseline","locations":[],"apiVersions":["2018-09-01","2017-11-01-preview"]},{"resourceType":"workbooks","locations":["West Europe","South Central US","East US","North Europe","Southeast Asia","West US 2","West Central US"],"apiVersions":[],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"myWorkbooks","locations":["West Central US","West Europe","South Central US","East US","North Europe","Southeast Asia","West US 2"],"apiVersions":["2016-06-15-preview"]},{"resourceType":"logs","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-08-01-preview","2018-03-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.KeyVault","namespace":"Microsoft.KeyVault","authorizations":[{"applicationId":"cfa8b339-82a2-471a-a3c9-0fc0be7a4093","roleDefinitionId":"1cf9858a-28a2-4228-abba-94e606305b95"}],"resourceTypes":[{"resourceType":"vaults","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","West India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South","France Central"],"apiVersions":["2018-02-14-preview","2018-02-14","2016-10-01","2015-06-01"],"apiProfiles":[{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-10-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2016-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"vaults/secrets","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","West India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South","France Central"],"apiVersions":["2018-02-14-preview","2018-02-14","2016-10-01","2015-06-01"],"apiProfiles":[{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-10-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2016-10-01"}]},{"resourceType":"vaults/accessPolicies","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","West India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South","France Central"],"apiVersions":["2018-02-14-preview","2018-02-14","2016-10-01","2015-06-01"],"apiProfiles":[{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-10-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2016-10-01"}]},{"resourceType":"operations","locations":[],"apiVersions":["2018-02-14-preview","2018-02-14","2016-10-01","2015-06-01","2014-12-19-preview"],"apiProfiles":[{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-10-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2016-10-01"}]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2018-02-14-preview","2018-02-14","2016-10-01","2015-06-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-10-01"}]},{"resourceType":"deletedVaults","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","West India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South","France Central"],"apiVersions":["2018-02-14-preview","2018-02-14","2016-10-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-10-01"}]},{"resourceType":"locations","locations":[],"apiVersions":["2018-02-14-preview","2018-02-14","2016-10-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-10-01"}]},{"resourceType":"locations/deletedVaults","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","West India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South","France Central"],"apiVersions":["2018-02-14-preview","2018-02-14","2016-10-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-10-01"}]},{"resourceType":"locations/deleteVirtualNetworkOrSubnets","locations":["East US","North Central US","West Europe","North Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West Central US","West US 2","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","West India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-02-14-preview","2018-02-14","2016-10-01"]},{"resourceType":"locations/operationResults","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","West India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South","France Central"],"apiVersions":["2018-02-14-preview","2018-02-14","2016-10-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-10-01"}]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Logic","namespace":"Microsoft.Logic","authorization":{"applicationId":"7cd684f4-8a78-49b0-91ec-6a35d38739ba","roleDefinitionId":"cb3ef1fb-6e31-49e2-9d87-ed821053fe58"},"resourceTypes":[{"resourceType":"workflows","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West"],"apiVersions":["2018-07-01-preview","2017-07-01","2016-10-01","2016-06-01","2015-08-01-preview","2015-02-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"locations/workflows","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West"],"apiVersions":["2018-07-01-preview","2017-07-01","2016-10-01","2016-06-01","2015-08-01-preview","2015-02-01-preview"]},{"resourceType":"locations","locations":["North Central US"],"apiVersions":["2018-07-01-preview","2017-07-01","2016-10-01","2016-06-01","2015-08-01-preview","2015-02-01-preview"]},{"resourceType":"operations","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West"],"apiVersions":["2018-07-01-preview","2017-07-01","2016-10-01","2016-06-01","2015-08-01-preview","2015-02-01-preview"]},{"resourceType":"integrationAccounts","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West"],"apiVersions":["2018-07-01-preview","2016-06-01","2015-08-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.ManagedIdentity","namespace":"Microsoft.ManagedIdentity","resourceTypes":[{"resourceType":"Identities","locations":["Australia East","Australia Southeast","Canada Central","Canada East","Brazil South","Central India","West India","South India","Japan West","Japan East","East Asia","Southeast Asia","Korea Central","Korea South","North Europe","West Europe","UK West","UK South","Central US","North Central US","East US","East US 2","South Central US","West US","West US 2","West Central US","France Central"],"apiVersions":["2015-08-31-PREVIEW"]},{"resourceType":"userAssignedIdentities","locations":["Australia East","Australia Southeast","Canada Central","Canada East","Brazil South","Central India","West India","South India","Japan West","Japan East","East Asia","Southeast Asia","Korea Central","Korea South","North Europe","West Europe","UK West","UK South","Central US","North Central US","East US","East US 2","South Central US","West US","West US 2","West Central US","France Central"],"apiVersions":["2015-08-31-PREVIEW"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resou
2018-12-06T15:55:02.493+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 8000
2018-12-06T15:55:02.494+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: rceType":"operations","locations":["Australia East","Australia Southeast","Canada Central","Canada East","Brazil South","Central India","West India","South India","Japan West","Japan East","East Asia","Southeast Asia","Korea Central","Korea South","North Europe","West Europe","UK West","UK South","Central US","North Central US","East US","East US 2","South Central US","West US","West US 2","West Central US","France Central"],"apiVersions":["2015-08-31-PREVIEW"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Management","namespace":"Microsoft.Management","authorization":{"applicationId":"f2c304cf-8e7e-4c3f-8164-16299ad9d272","roleDefinitionId":"c1cf3708-588a-4647-be7f-f400bbe214cf"},"resourceTypes":[{"resourceType":"resources","locations":[],"apiVersions":["2017-11-01-preview","2017-08-31-preview","2017-06-30-preview","2017-05-31-preview"]},{"resourceType":"managementGroups","locations":[],"apiVersions":["2018-03-01-preview","2018-03-01-beta","2018-01-01-preview","2017-11-01-preview","2017-08-31-preview","2017-06-30-preview","2017-05-31-preview"]},{"resourceType":"getEntities","locations":[],"apiVersions":["2018-03-01-preview","2018-03-01-beta","2018-01-01-preview"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2018-03-01-preview","2018-03-01-beta","2018-01-01-preview"]},{"resourceType":"operationResults","locations":[],"apiVersions":["2018-03-01-preview","2018-03-01-beta","2018-01-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2018-03-01-preview","2018-03-01-beta","2018-01-01-preview","2017-11-01-preview","2017-08-31-preview","2017-06-30-preview","2017-05-31-preview"]},{"resourceType":"tenantBackfillStatus","locations":[],"apiVersions":["2018-03-01-preview","2018-03-01-beta"]},{"resourceType":"startTenantBackfill","locations":[],"apiVersions":["2018-03-01-preview","2018-03-01-beta"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Network","namespace":"Microsoft.Network","authorizations":[{"applicationId":"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c","roleDefinitionId":"13ba9ab4-19f0-4804-adc4-14ece36cc7a1"},{"applicationId":"7c33bfcb-8d33-48d6-8e60-dc6404003489","roleDefinitionId":"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3"},{"applicationId":"1e3e4475-288f-4018-a376-df66fd7fac5f","roleDefinitionId":"1d538b69-3d87-4e56-8ff8-25786fd48261"},{"applicationId":"a0be0c72-870e-46f0-9c49-c98333a996f7","roleDefinitionId":"7ce22727-ffce-45a9-930c-ddb2e56fa131"},{"applicationId":"486c78bf-a0f7-45f1-92fd-37215929e116","roleDefinitionId":"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d"},{"applicationId":"19947cfd-0303-466c-ac3c-fcc19a7a1570","roleDefinitionId":"d813ab6c-bfb7-413e-9462-005b21f0ce09"},{"applicationId":"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd","roleDefinitionId":"8141843c-c51c-4c1e-a5bf-0d351594b86c"}],"resourceTypes":[{"resourceType":"virtualNetworks","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"publicIPAddresses","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"}],"zoneMappings":[{"location":"East US 2","zones":["1","2","3"]},{"location":"Central US","zones":["1","2","3"]},{"location":"West Europe","zones":["1","2","3"]},{"location":"France Central","zones":["1","2","3"]},{"location":"Southeast Asia","zones":["1","2","3"]},{"location":"West US 2","zones":["1","2","3"]},{"location":"North Europe","zones":["1","2","3"]}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkInterfaces","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"interfaceEndpoints","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01"],"capabilities":"None"},{"resourceType":"loadBalancers","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkSecurityGroups","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"applicationSecurityGroups","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2017-09-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"serviceEndpointPolicies","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkIntentPolicies","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","France South"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"routeTables","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"publicIPPrefixes","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01"],"zoneMappings":[{"location":"East US 2","zones":["1","2","3"]},{"location":"Central US","zones":["1","2","3"]},{"location":"West Europe","zones":["1","2","3"]},{"location":"France Central","zones":["1","2","3"]},{"location":"Southeast Asia","zones":["1","2","3"]},{"location":"West US 2","zones":["1","2","3"]},{"location":"North Europe","zones":["1","2","3"]}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"ddosCustomPolicies","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkWatchers","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkWatchers/connectionMonitors","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkWatchers/lenses","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkWatchers/pingMeshes","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"virtualNetworkGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"localNetworkGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"connections","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"applicationGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"zoneMappings":[{"location":"East US 2","zones":["1","2","3"]},{"location":"Central US","zones":["1","2","3"]},{"location":"West Europe","zones":["1","2","3"]},{"location":"France Central","zones":["1","2","3"]},{"location":"Southeast Asia","zones":["1","2","3"]},{"location":"West US 2","zones":["1","2","3"]},{"location":"North Europe","zones":["1","2","3"]}],"capabilities":"None"},{"resourceType":"locations","locations":[],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"}]},{"resourceType":"locations/operations","locations":[],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"}]},{"resourceType":"locations/operationResults","locations":[],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"}]},{"resourceType":"locations/CheckDnsNameAvailability","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"locations/usages","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"}]},{"resourceType":"locations/virtualNetworkAvailableEndpointServices","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01"]},{"resourceType":"locations/availableDelegations","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"]},{"resourceType":"locations/supportedVirtualMachineSizes","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"]},{"resourceType":"locations/checkAcceleratedNetworkingSupport","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"]},{"resourceType":"locations/validateResourceOwnership","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"]},{"resourceType":"locations/setResourceOwnership","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"]},{"resourceType":"locations/effectiveResourceOwnership","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"dnszones","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-04-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"dnsOperationResults","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01"]},{"resourceType":"dnsOperationStatuses","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01"]},{"resourceType":"getDnsResourceReference","locations":["global"],"apiVersions":["2018-05-01"]},{"resourceType":"internalNotify","locations":["global"],"apiVersions":["2018-05-01"]},{"resourceType":"dnszones/A","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/AAAA","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/CNAME","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/PTR","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/MX","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/TXT","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/SRV","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/SOA","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/NS","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/CAA","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01"]},{"resourceType":"dnszones/recordsets","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/all","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"trafficmanagerprofiles","locations":["global"],"apiVersions":["2018-08-01","2018-04-01","2018-03-01","2018-02-01","2017-05-01","2017-03-01","2015-11-01","2015-04-28-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"trafficmanagerprofiles/heatMaps","locations":["global"],"apiVersions":["2018-08-01","2018-04-01","2018-03-01","2018-02-01","2017-09-01-preview"]},{"resourceType":"checkTrafficManagerNameAvailability","locations":["global"],"apiVersions":["2018-08-01","2018-04-01","2018-03-01","2018-02-01","201
2018-12-06T15:55:02.494+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 8000
2018-12-06T15:55:02.494+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 7-05-01","2017-03-01","2015-11-01","2015-04-28-preview"]},{"resourceType":"trafficManagerUserMetricsKeys","locations":["global"],"apiVersions":["2018-08-01","2018-04-01","2017-09-01-preview"]},{"resourceType":"trafficManagerGeographicHierarchies","locations":["global"],"apiVersions":["2018-08-01","2018-04-01","2018-03-01","2018-02-01","2017-05-01","2017-03-01"]},{"resourceType":"expressRouteCircuits","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"None"},{"resourceType":"expressRouteServiceProviders","locations":[],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"applicationGatewayAvailableWafRuleSets","locations":[],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01"]},{"resourceType":"applicationGatewayAvailableSslOptions","locations":[],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01"]},{"resourceType":"routeFilters","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01"],"capabilities":"None"},{"resourceType":"bgpServiceCommunities","locations":[],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01"]},{"resourceType":"virtualWans","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"vpnSites","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"virtualHubs","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"vpnGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"azureFirewalls","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","France Central","Japan West","Japan East","Korea Central","Korea South"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"azureFirewallFqdnTags","locations":[],"apiVersions":["2018-10-01","2018-08-01"]},{"resourceType":"virtualNetworkTaps","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01"],"capabilities":"None"},{"resourceType":"ddosProtectionPlans","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2018-02-01"}],"capabilities":"None"},{"resourceType":"networkProfiles","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01"],"capabilities":"None"},{"resourceType":"frontdoorOperationResults","locations":["global"],"apiVersions":["2018-08-01"]},{"resourceType":"checkFrontdoorNameAvailability","locations":["global","Central US","East US","East US 2","North Central US","South Central US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","Australia Southeast"],"apiVersions":["2018-08-01"]},{"resourceType":"frontdoors","locations":["global","Central US","East US","East US 2","North Central US","South Central US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","Australia Southeast"],"apiVersions":["2018-10-01","2018-08-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"frontdoorWebApplicationFirewallPolicies","locations":["global","Central US","East US","East US 2","North Central US","South Central US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","Australia Southeast"],"apiVersions":["2018-08-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"webApplicationFirewallPolicies","locations":["global","Central US","East US","East US 2","North Central US","South Central US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","Australia Southeast"],"apiVersions":["2018-08-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations/bareMetalTenants","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.NotificationHubs","namespace":"Microsoft.NotificationHubs","resourceTypes":[{"resourceType":"namespaces","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East","UK West","UK South"],"apiVersions":["2017-04-01","2016-03-01","2014-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"namespaces/notificationHubs","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East","UK West","UK South"],"apiVersions":["2017-04-01","2016-03-01","2014-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNamespaceAvailability","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East","UK West","UK South"],"apiVersions":["2017-04-01","2016-03-01","2014-09-01"]},{"resourceType":"checkNameAvailability","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East","UK West","UK South"],"apiVersions":["2017-04-01","2016-03-01","2014-09-01"]},{"resourceType":"operations","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East","UK West","UK South"],"apiVersions":["2017-04-01","2016-03-01","2014-09-01"]},{"resourceType":"operationResults","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East","UK West","UK South"],"apiVersions":["2017-04-01","2016-03-01","2014-09-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.OperationalInsights","namespace":"Microsoft.OperationalInsights","authorizations":[{"applicationId":"d2a0a418-0aac-4541-82b2-b3142c89da77","roleDefinitionId":"86695298-2eb9-48a7-9ec3-2fdb38b6878b"},{"applicationId":"ca7f3f0b-7d91-482c-8e09-c5d840d0eac5","roleDefinitionId":"5d5a2e56-9835-44aa-93db-d2f19e155438"}],"resourceTypes":[{"resourceType":"workspaces","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central"],"apiVersions":["2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2015-11-01-preview","2015-03-20"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"workspaces/query","locations":["West Central US","Australia Southeast","West Europe","East US","Southeast Asia","Japan East","UK South","Central India","Canada Central"],"apiVersions":["2017-10-01"]},{"resourceType":"workspaces/dataSources","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central"],"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","Japan East","UK South","Central India","Canada Central"],"apiVersions":["2015-11-01-preview"]},{"resourceType":"linkTargets","locations":["East US"],"apiVersions":["2015-03-20"]},{"resourceType":"operations","locations":[],"apiVersions":["2014-11-10"]},{"resourceType":"devices","locations":[],"apiVersions":["2015-11-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.OperationsManagement","namespace":"Microsoft.OperationsManagement","authorization":{"applicationId":"d2a0a418-0aac-4541-82b2-b3142c89da77","roleDefinitionId":"aa249101-6816-4966-aafa-08175d795f14"},"resourceTypes":[{"resourceType":"solutions","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central"],"apiVersions":["2015-11-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"managementconfigurations","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central"],"apiVersions":["2015-11-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"managementassociations","locations":[],"apiVersions":["2015-11-01-preview"]},{"resourceType":"views","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central"],"apiVersions":["2017-08-21-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":[],"apiVersions":["2015-11-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.RecoveryServices","namespace":"Microsoft.RecoveryServices","authorizations":[{"applicationId":"262044b1-e2ce-469f-a196-69ab7ada62d3","roleDefinitionId":"21CEC436-F7D0-4ADE-8AD8-FEC5668484CC"},{"applicationId":"b8340c3b-9267-498f-b21a-15d5547fd85e","roleDefinitionId":"8A00C8EA-8F1B-45A7-8F64-F4CC61EEE9B6"}],"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","Korea Central","Korea South","France Central"],"apiVersions":["2018-01-10","2017-07-01-preview","2017-07-01","2016-12-01","2016-08-10","2016-06-01","2016-05-01","2015-12-15","2015-12-10","2015-11-10","2015-08-15","2015-08-10","2015-06-10","2015-03-15"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-01-10"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"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"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-08-10"}]},{"resourceType":"locations","locations":[],"apiVersions":["2017-07-01","2016-06-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"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","Korea Central","Korea South","France Central"],"apiVersions":["2017-07-01","2016-06-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"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","Korea Central","Korea South","France Central"],"apiVersions":["2016-06-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"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","Korea Central","Korea South","France Central"],"apiVersions":["2016-06-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-06-01"}]},{"resourceType":"locations/backupValidateFeatures","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2017-07-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-07-01"}]},{"resourceType":"locations/backupPreValidateProtection","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2017-07-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-07-01"}]},{"resourceType":"backupProtectedItems","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2017-07-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-07-01"}]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Relay","namespace":"Microsoft.Relay","authorization":{"applicationId":"80369ed6-5f11-4dd9-bef3-692475845e77"},"resourceTypes":[{"resourceType":"namespaces","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US 2","West US","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2017-04-01","2016-07-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"namespaces/authorizationrules","locations":[],"apiVersions":["2017-04-01","2016-07-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/hybridconnections","locations":[],"apiVersions":["2017-04-01","2016-07-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/hybridconnections/authorizationrules","locations":[],"apiVersions":["2017-04-01","2016-07-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/wcfrelays","locations":[],"apiVersions":["2017-04-01","2016-07-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/wcfrelays/authorizationrules","locations":[],"apiVersions":["2017-04-01","2016-07-01","2015-08-01","2014-09-01"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2017-04-01","2016-07-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]},{"resourceType":"operations","locations":[],"apiVersions":["2017-04-01","2016-07-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.ResourceHealth","namespace":"Microsoft.ResourceHealth","authorizations":[{"applicationId":"8bdebf23-c0fe-4187-a378-717ad86f6a53","roleDefinitionId":"cc026344-c8b1-4561-83ba-59eba84b27cc"}],"resourceTypes":[{"resourceType":"availabilityStatuses","locations":[],"apiVersions":["2018-11-06-beta","2018-07-01-rc","2018-07-01-beta","2017-07-01-beta","2017-07-01","2015-01-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"notifications","locations":["Australia Southeast"],"apiVersions":["2016-09-01","2016-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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","West 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","West 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","West 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":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Search","namespace":"Microsoft.Search","authorization":{"applicationId":"408992c7-2af6-4ff1-92e3-65b73d2b5092","roleDefinitionId":"20FA3191-87CF-4C3D-9510-74CCB594A310"},"resourceTypes":[{"resourceType":"searchServices","locations":["West US","East US","North Europe","West Europe","Southeast Asia","East Asia","North Central US","South Central US","Central US","Japan West","Japan East","Australia East","Brazil South","West US 2","East US 2","Central India","West Central US","Canada Central","UK South","France Central"],"apiVersions":["2015-08-19","2015-02-28"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"checkServiceNameAvailability","locations":[],"apiVersions":["2015-02-28","2014-07-31-Preview"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2015-08-19"]},{"resourceType":"resourceHealthMetadata","locations":["West US","West US 2","East US","East US 2","North Europe","West Europe","Southeast Asia","East Asia","North Central US","South Central US","Central US","Japan West","Japan East","Australia East","Brazil South","Central India","West Central US","Canada Central","UK South","France Central"],"apiVersions":["2015-08-19"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-08-19","2015-02-28"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Security","namespace":"Microsoft.Security","authorizations":[{"applicationId":"8edd93e1-2103-40b4-bd70-6e34e586362d","roleDefinitionId":"855AF4C4-82F6-414C-B1A2-628025628B9A"},{"applicationId":"fc780465-2017-40d4-a0c5-307022471b92"}],"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","West Europe","West Central 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","West Europe","West Central 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","West 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","West India","Canada Central","Canada East"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"pricings","locations":["Central US","East US"],"apiVersions":["2018-06-01","2017-08-01-preview"]},{"resourceType":"AutoProvisioningSettings","locations":["Central US","East US"],"apiVersions":["2017-08-01-preview"]},{"resourceType":"Compliances","locations":["Central US","East US"],"apiVersions":["2017-08-01-preview"]},{"resourceType":"securityContacts","locations":["Central US","East US"],"apiVersions":["2017-08-01-preview"]},{"resourceType":"workspaceSettings","locations":["Central US","East US"],"apiVersions":["2017-08-01-preview"]},{"resourceType":"complianceResults","locations":["Central US","East US"],"apiVersions":["2017-08-01"]},{"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":"securitySolutions","locations":["Central US","East US","West Europe","West Central US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations/securitySolutions","locations":["Central US","West Europe","West Central US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"discoveredSecuritySolutions","locations":["Central US","East US","West Europe","West Central US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations/discoveredSecuritySolutions","locations":["Central US","West Europe","West Central US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"allowedConnections","locations":["Central US","East US","West Europe","West Central US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations/allowedConnections","locations":["Central US","West Europe","West Central US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"topologies","locations":["Central US","East US","West Europe","West Central US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations/topologies","locations":["Central US","West Europe","West Central US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securitySolutionsReferenceData","locations":["Central US","East US","West Europe","West Central US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations/securitySolutionsReferenceData","locations":["Cent
2018-12-06T15:55:02.494+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 8000
2018-12-06T15:55:02.494+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: ral US","West Europe","West Central US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"jitNetworkAccessPolicies","locations":["Central US","East US","North Europe","West Europe","UK South","UK West","West Central US","West US 2"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations/jitNetworkAccessPolicies","locations":["Central US","East US","North Europe","West Europe","UK South","UK West","France Central","France South","West Central US","West US 2"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatusesSummaries","locations":["Central US","East US","West Europe","West Central US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"applicationWhitelistings","locations":["Central US","East US","West Central US","West Europe"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations/applicationWhitelistings","locations":["Central US","West Central US","West Europe"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations/alerts","locations":["Central US","West Europe"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations/tasks","locations":["Central US","West Europe","West Central US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"externalSecuritySolutions","locations":["Central US","East US","West Europe","West Central US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations/externalSecuritySolutions","locations":["Central US","West Europe","West Central US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"InformationProtectionPolicies","locations":["Central US","East US"],"apiVersions":["2017-08-01-preview"]},{"resourceType":"settings","locations":["Central US","East US"],"apiVersions":["2017-08-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.ServiceBus","namespace":"Microsoft.ServiceBus","authorization":{"applicationId":"80a10ef9-8168-493d-abf9-3297c4ef6e3c","roleDefinitionId":"2b7763f7-bbe2-4e19-befe-28c79f1cf7f7"},"resourceTypes":[{"resourceType":"namespaces","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US 2","West US","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-01-01-preview","2017-04-01","2015-08-01","2014-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"namespaces/authorizationrules","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]},{"resourceType":"namespaces/queues","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]},{"resourceType":"namespaces/queues/authorizationrules","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]},{"resourceType":"namespaces/topics","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]},{"resourceType":"namespaces/topics/authorizationrules","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]},{"resourceType":"namespaces/topics/subscriptions","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]},{"resourceType":"namespaces/topics/subscriptions/rules","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]},{"resourceType":"checkNamespaceAvailability","locations":[],"apiVersions":["2015-08-01","2014-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2015-08-01"}]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]},{"resourceType":"sku","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]},{"resourceType":"premiumMessagingRegions","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]},{"resourceType":"operations","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]},{"resourceType":"namespaces/eventgridfilters","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US 2","West US","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]},{"resourceType":"namespaces/disasterrecoveryconfigs","locations":[],"apiVersions":["2017-04-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.ServiceFabric","namespace":"Microsoft.ServiceFabric","authorization":{"applicationId":"74cb6831-0dbb-4be1-8206-fd4df301cdc2","roleDefinitionId":"e55cc65f-6903-4917-b4ef-f8d4640b57f5"},"resourceTypes":[{"resourceType":"clusters","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","West India","Central India","Brazil South","South Central US","Korea Central","Korea South","Canada Central","Canada East","France Central"],"apiVersions":["2018-02-01-privatepreview","2018-02-01","2017-07-01-privatepreview","2017-07-01-preview","2016-09-01","2016-03-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"clusters/applications","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","West India","Central India","Brazil South","South Central US","Korea Central","Korea South","Canada Central","Canada East","France Central"],"apiVersions":["2017-07-01-preview","2016-09-01","2016-03-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2018-02-01-privatepreview","2018-02-01","2017-07-01-privatepreview","2017-07-01-preview","2016-09-01","2016-03-01"]},{"resourceType":"locations/clusterVersions","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","West India","Central India","Brazil South","South Central US","Korea Central","Korea South","Canada Central","Canada East","France Central"],"apiVersions":["2018-02-01-privatepreview","2018-02-01","2017-07-01-privatepreview","2017-07-01-preview","2016-09-01","2016-03-01"]},{"resourceType":"locations/environments","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","West India","Central India","Brazil South","South Central US","Korea Central","Korea South","Canada Central","Canada East","France Central"],"apiVersions":["2018-02-01-privatepreview","2018-02-01","2017-07-01-privatepreview","2017-07-01-preview","2016-09-01","2016-03-01"]},{"resourceType":"locations/operations","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","West India","Central India","Brazil South","South Central US","Korea Central","Korea South","Canada Central","Canada East","France Central"],"apiVersions":["2018-02-01-privatepreview","2018-02-01","2017-07-01-privatepreview","2017-07-01-preview","2016-09-01","2016-03-01"]},{"resourceType":"locations/operationResults","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","West India","Central India","Brazil South","South Central US","Korea Central","Korea South","Canada Central","Canada East","France Central"],"apiVersions":["2018-02-01-privatepreview","2018-02-01","2017-07-01-privatepreview","2017-07-01-preview","2016-09-01","2016-03-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2018-02-01-privatepreview","2018-02-01","2017-07-01-privatepreview","2017-07-01-preview","2016-09-01","2016-03-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.SiteRecovery","namespace":"Microsoft.SiteRecovery","resourceTypes":[{"resourceType":"SiteRecoveryVault","locations":["East US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","North Central US","South Central US","Central US","East US 2","Central India","South India"],"apiVersions":["2015-11-10","2015-08-15","2015-08-10","2015-06-10","2015-03-15"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Sql","namespace":"Microsoft.Sql","authorizations":[{"applicationId":"e4ab13ed-33cb-41b4-9140-6e264582cf85","roleDefinitionId":"ec3ddc95-44dc-47a2-9926-5e9f5ffd44ec"},{"applicationId":"0130cc9f-7ac5-4026-bd5f-80a08a54e6d9","roleDefinitionId":"45e8abf8-0ec4-44f3-9c37-cff4f7779302"},{"applicationId":"76cd24bf-a9fc-4344-b1dc-908275de6d6d","roleDefinitionId":"c13b7b9c-2ed1-4901-b8a8-16f35468da29"},{"applicationId":"76c7f279-7959-468f-8943-3954880e0d8c","roleDefinitionId":"7f7513a8-73f9-4c5f-97a2-c41f0ea783ef"}],"resourceTypes":[{"resourceType":"operations","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview","2015-05-01-preview","2015-05-01","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"locations","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"locations/capabilities","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview","2015-05-01","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"locations/databaseAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"locations/databaseOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"locations/serverKeyAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/serverKeyOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/keys","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/encryptionProtector","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/encryptionProtectorOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/encryptionProtectorAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/managedInstanceKeyAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-10-01-preview"]},{"resourceType":"locations/managedInstanceKeyOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-10-01-preview"]},{"resourceType":"locations/managedInstanceEncryptionProtectorOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-10-01-preview"]},{"resourceType":"locations/managedInstanceEncryptionProtectorAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-10-01-preview"]},{"resourceType":"servers/tdeCertificates","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-10-01-preview"]},{"resourceType":"locations/tdeCertAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-10-01-preview"]},{"resourceType":"locations/tdeCertOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-10-01-preview"]},{"resourceType":"locations/serverAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"locations/serverOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"locations/usages","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview","2015-05-01","2014-04-01-preview"]},{"resourceType":"checkNameAvailability","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"servers/databases","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview","2015-01-01","2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/serviceObjectives","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/communicationLinks","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/administrators","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/administratorOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/restorableDroppedDatabases","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/recoverableDatabases","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/geoBackupPolicies","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01"]},{"resourceType":"servers/backupLongTermRetentionVaults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/import","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/importExportOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/operationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/backupLongTermRetentionPolicies","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview","2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databaseSecurityPolicies","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/automaticTuning","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"servers/databases/automaticTuning","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"servers/databases/transparentDataEncryption","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview","2015-05-01-preview","2014-04-01-preview","2014-04-01"]},{"resourceType":"servers/auditingPolicies","locations":["Australia East","Australia Southeast","Brazil South"
2018-12-06T15:55:02.494+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 8000
2018-12-06T15:55:02.495+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: ,"Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/recommendedElasticPools","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/auditingPolicies","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/connectionPolicies","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/connectionPolicies","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/dataMaskingPolicies","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/dataMaskingPolicies/rules","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/securityAlertPolicies","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/securityAlertPolicies","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"servers/databases/auditingSettings","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"servers/auditingSettings","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"servers/extendedAuditingSettings","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/auditingSettingsAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/auditingSettingsOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/extendedAuditingSettingsAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/extendedAuditingSettingsOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/elasticPoolAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview","2015-05-01"]},{"resourceType":"locations/elasticPoolOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview","2015-05-01"]},{"resourceType":"servers/elasticpools","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-09-01-preview","2015-05-01-preview","2015-05-01","2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations/jobAgentOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/jobAgentAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"servers/disasterRecoveryConfiguration","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/dnsAliases","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/dnsAliasAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/dnsAliasOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"servers/failoverGroups","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/failoverGroupAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/failoverGroupOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/firewallRulesOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/firewallRulesAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/deleteVirtualNetworkOrSubnets","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview","2015-05-01"]},{"resourceType":"servers/virtualNetworkRules","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/virtualNetworkRulesOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview","2015-05-01"]},{"resourceType":"locations/virtualNetworkRulesAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview","2015-05-01"]},{"resourceType":"locations/deleteVirtualNetworkOrSubnetsOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview","2015-05-01"]},{"resourceType":"locations/deleteVirtualNetworkOrSubnetsAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview","2015-05-01"]},{"resourceType":"servers/interfaceEndpointProfiles","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-10-01-preview"]},{"resourceType":"locations/interfaceEndpointProfileOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-10-01-preview"]},{"resourceType":"locations/interfaceEndpointProfileAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-10-01-preview"]},{"resourceType":"locations/databaseRestoreAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview","2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"locations/deletedServers","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/deletedServerAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/deletedServerOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"servers/usages","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/metricDefinitions","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/metrics","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/aggregatedDatabaseMetrics","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticpools/metrics","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticpools/metricdefinitions","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/topQueries","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/topQueries/queryText","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/advisors","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticPools/advisors","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/advisors","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/extensions","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticPoolEstimates","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/databases/auditRecords","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/databases/VulnerabilityAssessmentScans","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/databases/vulnerabilityAssessments","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"servers/vulnerabilityAssessments","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview"]},{"resourceType":"managedInstances/databases/vulnerabilityAssessments","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"managedInstances/vulnerabilityAssessments","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview"]},{"resourceType":"servers/databases/VulnerabilityAssessmentSettings","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/databases/VulnerabilityAssessment","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","
2018-12-06T15:55:02.495+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 8000
2018-12-06T15:55:02.495+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/vulnerabilityAssessmentScanAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-10-01-preview"]},{"resourceType":"locations/vulnerabilityAssessmentScanOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-10-01-preview"]},{"resourceType":"servers/databases/recommendedSensitivityLabels","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"servers/databases/syncGroups","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/databases/syncGroups/syncMembers","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/syncAgents","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"managedInstances","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"managedInstances/administrators","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"managedInstances/databases","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"managedInstances/metrics","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"managedInstances/metricDefinitions","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-10-01-preview","2017-03-01-preview"]},{"resourceType":"locations/managedDatabaseAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/managedDatabaseOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/managedDatabaseRestoreAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/managedDatabaseRestoreOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/managedServerSecurityAlertPoliciesAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"managedInstances/tdeCertificates","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-10-01-preview"]},{"resourceType":"locations/managedInstanceTdeCertAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-10-01-preview"]},{"resourceType":"locations/managedInstanceTdeCertOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-10-01-preview"]},{"resourceType":"locations/managedServerSecurityAlertPoliciesOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/securityAlertPoliciesAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/securityAlertPoliciesOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"virtualClusters","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations/managedInstanceAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"locations/managedInstanceOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"locations/administratorAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/administratorOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/syncGroupOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/syncMemberOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/syncAgentOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/syncDatabaseIds","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/longTermRetentionServers","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/longTermRetentionBackups","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/longTermRetentionPolicyOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/longTermRetentionPolicyAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/longTermRetentionBackupOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/longTermRetentionBackupAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/shortTermRetentionPolicyOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-10-01-preview"]},{"resourceType":"locations/shortTermRetentionPolicyAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-10-01-preview"]},{"resourceType":"locations/managedShortTermRetentionPolicyOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/managedShortTermRetentionPolicyAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/instanceFailoverGroups","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-10-01-preview"]},{"resourceType":"locations/instanceFailoverGroupAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-10-01-preview"]},{"resourceType":"locations/instanceFailoverGroupOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-10-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Storage","namespace":"Microsoft.Storage","authorizations":[{"applicationId":"a6aa9161-5291-40bb-8c5c-923b567bee3b","roleDefinitionId":"070ab87f-0efc-4423-b18b-756f3bdb0236"},{"applicationId":"e406a681-f3d4-42a8-90b6-c2b029497af1"}],"resourceTypes":[{"resourceType":"storageAccounts","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-01-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-01-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"operations","locations":[],"apiVersions":["2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-01-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-01-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-10-01"}]},{"resourceType":"locations/asyncoperations","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-01-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-01-01"}]},{"resourceType":"storageAccounts/listAccountSas","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-05-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-10-01"}]},{"resourceType":"storageAccounts/listServiceSas","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-05-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-10-01"}]},{"resourceType":"storageAccounts/blobServices","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-05-01"]},{"resourceType":"storageAccounts/tableServices","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-05-01"]},{"resourceType":"storageAccounts/queueServices","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-05-01"]},{"resourceType":"storageAccounts/fileServices","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-05-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-07-01","2016-01-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-01-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-01-01"}]},{"resourceType":"locations/usages","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-01-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-01-01"}]},{"resourceType":"locations/deleteVirtualNetworkOrSubnets","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-07-01"]},{"resourceType":"usages","locations":[],"apiVersions":["2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-01-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-01-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-10-01"}]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-01-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-01-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-10-01"}]},{"resourceType":"storageAccounts/services","locations":["East US","West US","West Europe","North Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/services/metricDefinitions","locations":["East US","West US","West Europe","North Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Web","namespace":"Microsoft.Web","authorization":{"applicationId":"abfa0a7c-a6b6-4736-8310-5855508787cd"
2018-12-06T15:55:02.495+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 8000
2018-12-06T15:55:02.495+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: ,"roleDefinitionId":"f47ed98b-b063-4a5b-9e10-4b9b44fa7735"},"resourceTypes":[{"resourceType":"sites/instances","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-02-01","2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-08-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-08-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}]},{"resourceType":"sites/slots/instances","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-02-01","2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-08-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-08-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}]},{"resourceType":"sites/instances/extensions","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-02-01","2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-08-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-08-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}]},{"resourceType":"sites/slots/instances/extensions","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-02-01","2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-08-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-08-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}]},{"resourceType":"publishingUsers","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-03-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2016-03-01"}]},{"resourceType":"ishostnameavailable","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-03-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2016-03-01"}]},{"resourceType":"validate","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","West US 2","France Central"],"apiVersions":["2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-03-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2016-03-01"}]},{"resourceType":"isusernameavailable","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-03-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2016-03-01"}]},{"resourceType":"sourceControls","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-03-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2016-03-01"}]},{"resourceType":"availableStacks","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-03-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2016-03-01"}]},{"resourceType":"listSitesAssignedToHostName","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-03-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2016-03-01"}]},{"resourceType":"sites/hostNameBindings","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-02-01","2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-08-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-08-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}]},{"resourceType":"sites/domainOwnershipIdentifiers","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-02-01","2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-08-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-08-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}]},{"resourceType":"sites/slots/hostNameBindings","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-02-01","2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-08-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-08-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}]},{"resourceType":"operations","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-03-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}]},{"resourceType":"certificates","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-02-01","2016-03-01","2015-08-01-preview","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-03-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}],"capabilities":"CrossSubscriptionResourceMove"},{"resourceType":"serverFarms","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-02-01","2017-08-01","2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-09-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-08-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"serverFarms/workers","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-02-01","2017-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"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-08-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}]},{"resourceType":"sites","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-02-01","2016-08-01","2016-03-01","2015-08-01-preview","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-08-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-08-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"sites/slots","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-02-01","2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-08-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-08-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"runtimes","locations":[],"apiVersions":["2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-03-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2016-03-01"}]},{"resourceType":"sites/metrics","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-02-01","2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2014-04-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2014-04-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2014-04-01"}]},{"resourceType":"sites/metricDefinitions","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-02-01","2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2014-04-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2014-04-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2014-04-01"}]},{"resourceType":"sites/slots/metrics","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-02-01","2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2014-04-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2014-04-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2014-04-01"}]},{"resourceType":"sites/slots/metricDefinitions","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-02-01","2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2014-04-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2014-04-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2014-04-01"}]},{"resourceType":"serverFarms/metrics","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central","West US"],"apiVersions":["2018-02-01","2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2014-04-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2014-04-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2014-04-01"}]},{"resourceType":"serverFarms/metricDefinitions","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central","West US"],"apiVersions":["2018-02-01","2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2014-04-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2014-04-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2014-04-01"}]},{"resourceType":"sites/recommendations","locations":[],"apiVersions":["2018-02-01","2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-08-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-08-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}]},{"resourceType":"recommendations","locations":[],"apiVersions":["2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-03-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2016-03-01"}]},{"resourceType":"sites/resourceHealthMetadata","locations":[],"apiVersions":["2018-02-01","2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-08-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-08-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}]},{"resourceType":"resourceHealthMetadata","locations":[],"apiVersions":["2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-03-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2016-03-01"}]},{"resourceType":"georegions","locations":[],"apiVersions":["2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-03-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2016-03-01"}]},{"resourceType":"sites/premieraddons","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-03-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2016-03-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"hostingEnvironments","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-08-01","2018-02-01","2017-08-01","2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-09-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-08-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}],"capabilities":"None"},{"resourceType":"hostingEnvironments/multiRolePools","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-08-01","2018-02-01","2017-08-01","2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-09-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-08-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}]},{"resourceType":"hostingEnvironments/workerPools","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-08-01","2018-02-01","2017-08-01","2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-09-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-08-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}]},{"resourceType":"hostingEnvironments/metrics","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-08-01","2018-02-01","2017-08-01","2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2014-04-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2014-04-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2014-04-01"}]},{"resourceType":"hostingEnvironments/metricDefinitions","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-08-01","2018-02-01","2017-08-01","2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2014-04-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2014-04-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2014-04-01"}]},{"resourceType":"hostingEnvironments/multiRolePools/metrics","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central","West US"],"apiVersions":["2018-08-01","2018-02-01","2017-08-01","2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2014-04-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2014-04-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2014-04-01"}]},{"resourceType":"hostingEnvironments/multiRolePools/metricDefinitions","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central","West US"],"apiVersions":["2018-08-01","2018-02-01","2017-08-01","2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2014-04-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2014-04-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2014-04-01"}]},{"resourceType":"hostingEnvironments/workerPools/metrics","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central","West US"],"apiVersions":["2018-08-01","2018-02-01","2017-08-01","2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2014-04-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2014-04-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2014-04-01"}]},{"resourceType":"hostingEnvironments/workerPools/metricDefinitions","locations":["Central US","North Europe","West Europe","So
2018-12-06T15:55:02.495+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 8000
2018-12-06T15:55:02.496+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: utheast Asia","Korea Central","Korea South","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central","West US"],"apiVersions":["2018-08-01","2018-02-01","2017-08-01","2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2014-04-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2014-04-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2014-04-01"}]},{"resourceType":"hostingEnvironments/multiRolePools/instances","locations":[],"apiVersions":["2018-08-01","2018-02-01","2017-08-01","2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-09-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-08-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}]},{"resourceType":"hostingEnvironments/multiRolePools/instances/metrics","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central","West US"],"apiVersions":["2018-08-01","2018-02-01","2017-08-01","2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2014-04-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2014-04-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2014-04-01"}]},{"resourceType":"hostingEnvironments/multiRolePools/instances/metricDefinitions","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central","West US"],"apiVersions":["2018-08-01","2018-02-01","2017-08-01","2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2014-04-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2014-04-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2014-04-01"}]},{"resourceType":"hostingEnvironments/workerPools/instances","locations":[],"apiVersions":["2018-08-01","2018-02-01","2017-08-01","2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-09-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-08-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}]},{"resourceType":"hostingEnvironments/workerPools/instances/metrics","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central","West US"],"apiVersions":["2018-08-01","2018-02-01","2017-08-01","2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2014-04-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2014-04-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2014-04-01"}]},{"resourceType":"hostingEnvironments/workerPools/instances/metricDefinitions","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central","West US"],"apiVersions":["2018-08-01","2018-02-01","2017-08-01","2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2014-04-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2014-04-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2014-04-01"}]},{"resourceType":"deploymentLocations","locations":[],"apiVersions":["2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-03-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}]},{"resourceType":"functions","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-03-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}]},{"resourceType":"deletedSites","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-03-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}]},{"resourceType":"ishostingenvironmentnameavailable","locations":[],"apiVersions":["2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-03-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}]},{"resourceType":"locations/deleteVirtualNetworkOrSubnets","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-02-01","2016-11-01","2016-08-01","2016-03-01","2015-08-01-preview","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"connections","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","West US 2","West Central US","Canada Central","Canada East","UK South","UK West"],"apiVersions":["2018-07-01-preview","2018-03-01-preview","2016-06-01","2015-08-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-06-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-06-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-03-01-preview"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"customApis","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","West US 2","West Central US","Canada Central","Canada East","UK South","UK West"],"apiVersions":["2018-07-01-preview","2018-03-01-preview","2016-06-01","2015-08-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-06-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-06-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-03-01-preview"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2018-07-01-preview","2018-03-01-preview","2016-06-01","2015-08-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-06-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-06-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-03-01-preview"}]},{"resourceType":"locations/listWsdlInterfaces","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","West US 2","West Central US","Canada Central","Canada East","UK South","UK West"],"apiVersions":["2018-03-01-preview","2016-06-01","2015-08-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-06-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-06-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-03-01-preview"}]},{"resourceType":"locations/extractApiDefinitionFromWsdl","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","West US 2","West Central US","Canada Central","Canada East","UK South","UK West"],"apiVersions":["2018-03-01-preview","2016-06-01","2015-08-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-06-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-06-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-03-01-preview"}]},{"resourceType":"locations/managedApis","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","West US 2","West Central US","Canada Central","Canada East","UK South","UK West"],"apiVersions":["2018-07-01-preview","2018-03-01-preview","2016-06-01","2015-08-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-06-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-06-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-03-01-preview"}]},{"resourceType":"locations/runtimes","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","West US 2","West Central US","Canada Central","Canada East","UK South","UK West"],"apiVersions":["2018-03-01-preview","2016-06-01","2015-08-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-06-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-06-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-03-01-preview"}]},{"resourceType":"locations/apiOperations","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","West US 2","West Central US","Canada Central","Canada East","UK South","UK West"],"apiVersions":["2018-07-01-preview","2018-03-01-preview","2016-06-01","2015-08-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-06-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-06-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-03-01-preview"}]},{"resourceType":"connectionGateways","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","West US 2","West Central US","Canada Central","Canada East","UK South","UK West"],"apiVersions":["2018-03-01-preview","2016-06-01","2015-08-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-06-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-06-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-03-01-preview"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations/connectionGatewayInstallations","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","West US 2","West Central US","Canada Central","Canada East","UK South","UK West"],"apiVersions":["2018-03-01-preview","2016-06-01","2015-08-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-06-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-06-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-03-01-preview"}]},{"resourceType":"checkNameAvailability","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-02-01","2016-03-01","2015-08-01-preview","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-03-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}]},{"resourceType":"billingMeters","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-02-01","2016-03-01","2015-08-01-preview","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-03-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}]},{"resourceType":"verifyHostingEnvironmentVnet","locations":["Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","South Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2","France Central"],"apiVersions":["2018-02-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-03-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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","Australia East","Australia Southeast"],"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/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Auth0.Cloud","namespace":"Auth0.Cloud","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2016-11-23"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/CloudSimple.PrivateCloudIaaS","namespace":"CloudSimple.PrivateCloudIaaS","resourceTypes":[{"resourceType":"virtualMachines","locations":["West US"],"apiVersions":["2017-07-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2017-07-01-preview"]},{"resourceType":"virtualNetworks","locations":[],"apiVersions":["2017-07-01-preview"]},{"resourceType":"virtualMachineTemplates","locations":[],"apiVersions":["2017-07-01-preview"]},{"resourceType":"resourcePools","locations":[],"apiVersions":["2017-07-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-07-01-preview"]},{"resourceType":"operationresults","locations":[],"apiVersions":["2017-07-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Dynatrace.DynatraceSaaS","namespace":"Dynatrace.DynatraceSaaS","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2016-09-27"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Mailjet.Email","namespace":"Mailjet.Email","resourceTypes":[{"resourceType":"services","locations":["West US","West Europe"],"apiVersions":["2017-10-01","2017-02-03"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2018-07-01","2017-10-01","2017-05-29","2017-02-03","2016-11-01","2016-07-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2017-10-01","2017-02-03","2016-11-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2017-10-01","2017-02-03","2016-11-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.AAD","namespace":"Microsoft.AAD","authorizations":[{"applicationId":"443155a6-77f3-45e3-882b-22b3a8d431fb","roleDefinitionId":"7389DE79-3180-4F07-B2BA-C5BA1F01B03A"},{"applicationId":"abba844e-bc0e-44b0-947a-dc74e5d09022","roleDefinitionId":"63BC473E-7767-42A5-A3BF-08EB71200E04"},{"applicationId":"d87dcbc6-a371-462e-88e3-28ad15ec4e64","roleDefinitionId":"861776c5-e0df-4f95-be4f-ac1eec193323"}],"resourceTypes":[{"resourceType":"DomainServices","locations":["West US","Central US","East US","South Central US","West Europe","North Europe","East Asia","Southeast Asia","East US 2","Australia East","Australia Southeast","West Central US","North Central US","Japan East","Japan West","Brazil South","Central India","South India","West India","Canada Central","Canada East","West US 2"],"apiVersions":["2017-06-01","2017-01-01"],"capabilities":"None"},{"resourceType":"DomainServices/oucontainer","locations":["West US","Central US","East US","South Central US","West Europe","North Europe","East Asia","Southeast Asia","East US 2","Australia East","Australia Southeast","West Central US","North Central US","Japan East","Japan West","Brazil South","Central India","South India","West India","Canada Central","Canada East","West US 2"],"apiVersions":["2017-06-01"]},{"resourceType":"locations","locations":["West US","Central US","East US","South Central US","West Europe","North Europe","East Asia","Southeast Asia","East US 2","Australia East","Australia Southeast","West Central US","North Central US","Japan East","Japan West","Brazil South","Central India","South India","West India","Canada Central","Canada East","West US 2"],"apiVersions":["2017-06-01","2017-01-01"]},{"resourceType":"locations/operationresults","locations":["West US","Central US","East US","South Central US","West Europe","North Europe","East Asia","Southeast Asia","East US 2","Australia East","Australia Southeast","West Central US","North Central US","Japan East","Japan West","Brazil South","Central India","South India","West India","Canada Central","Canada East","West US 2"],"apiVersions":["2017-06-01","2017-01-01"]},{"resourceType":"operations","locations":["West US","Central US","East US","South Central US","West Europe","North Europe","East Asia","Southeast Asia","East US 2","Australia East","Australia Southeast","West Central US","North Central US","Japan East","Japan West","Brazil South","Central India","South India","West India","Canada Central","Canada East","West US 2"],"apiVersions":["2017-06-01","2017-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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"]},{"resourceType":"diagnosticSettings","locations":[],"apiVersions":["2017-04-01-preview","2017-04-01"]},{"resourceType":"diagnosticSettingsCategories","locations":[],"apiVersions":["2017-04-01-preview","2017-04-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Addons","namespace":"Microsoft.Addons","authorization":{"applicationId":"24d3987b-be4a-48e0-a3e7-11c186f39e41","roleDefinitionId":"8004BAAB-A4CB-4981-8571-F7E44D039D93"},"resourceTypes":[{"resourceType":"supportProviders","locations":["West Central US","South Central US","East US","West Europe"],"apiVersions":["2018-03-01","2017-05-15"]},{"resourceType":"operations","locations":["West Central US","South Central US","East US","West Europe"],"apiVersions":["2018-03-01","2017-05-15"]},{"resourceType":"operationResults","locations":["West Central US","South Central US","East US","West Europe"],"apiVersions":["2018-03-01","2017-05-15"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.AnalysisServices","namespace":"Microsoft.AnalysisServices","authorization":{"applicationId":"4ac7d521-0382-477b-b0f8-7e1d95f85ca2","roleDefinitionId":"490d5987-bcf6-4be6-b6b2-056a78cb693a"},"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","West India","West US 2","Central US","East US","Australia East"],"apiVersions":["2017-08-01-beta","2017-08-01","2017-07-14","2016-05-16"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-08-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2017-08-01-beta","2017-08-01","2017-07-14","2016-05-16"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-08-01"}]},{"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","West India","West US 2","Central US","East US","Australia East"],"apiVersions":["2017-08-01-beta","2017-08-01","2017-07-14","2016-05-16"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-08-01"}]},{"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","West India","West US 2","Central US","East US","Australia East"],"apiVersions":["2017-08-01-beta","2017-08-01","2017-07-14","2016-05-16"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-08-01"}]},{"resourceType":"locations/operationstatuses","locations":["West US","North Europe","South Central US","West Europe","West Centr
2018-12-06T15:55:02.496+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 8000
2018-12-06T15:55:02.496+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: al US","Southeast Asia","East US 2","North Central US","Brazil South","Canada Central","Australia Southeast","Japan East","UK South","West India","West US 2","Central US","East US","Australia East"],"apiVersions":["2017-08-01-beta","2017-08-01","2017-07-14","2016-05-16"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-08-01"}]},{"resourceType":"operations","locations":["East US 2","West Central US","West US 2"],"apiVersions":["2017-08-01-beta","2017-08-01","2017-07-14","2016-05-16"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-08-01"}]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Authorization","namespace":"Microsoft.Authorization","resourceTypes":[{"resourceType":"roleAssignments","locations":[],"apiVersions":["2018-09-01-preview","2018-01-01-preview","2017-10-01-preview","2017-09-01","2017-05-01","2016-07-01","2015-07-01","2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-09-01"}]},{"resourceType":"roleDefinitions","locations":[],"apiVersions":["2018-01-01-preview","2017-09-01","2017-05-01","2016-07-01","2015-07-01","2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-05-01"}]},{"resourceType":"classicAdministrators","locations":[],"apiVersions":["2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2015-06-01"}]},{"resourceType":"permissions","locations":[],"apiVersions":["2018-01-01-preview","2017-05-01","2016-07-01","2015-07-01","2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-05-01"}]},{"resourceType":"denyAssignments","locations":[],"apiVersions":["2018-07-01-preview"]},{"resourceType":"locks","locations":[],"apiVersions":["2017-04-01","2016-09-01","2015-06-01","2015-05-01-preview","2015-01-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]},{"resourceType":"operations","locations":[],"apiVersions":["2017-05-01","2016-07-01","2015-07-01","2015-01-01","2014-10-01-preview","2014-06-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-05-01"}]},{"resourceType":"policyDefinitions","locations":[],"apiVersions":["2018-05-01","2018-03-01","2016-12-01","2016-04-01","2015-10-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-03-01"}]},{"resourceType":"policySetDefinitions","locations":[],"apiVersions":["2018-05-01","2018-03-01","2017-06-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-03-01"}]},{"resourceType":"policyAssignments","locations":[],"apiVersions":["2018-05-01","2018-03-01","2017-06-01-preview","2016-12-01","2016-04-01","2015-10-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-03-01"}],"capabilities":"SystemAssignedResourceIdentity"},{"resourceType":"providerOperations","locations":[],"apiVersions":["2018-01-01-preview","2017-05-01","2016-07-01","2015-07-01-preview","2015-07-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-05-01"}]},{"resourceType":"elevateAccess","locations":[],"apiVersions":["2017-05-01","2016-07-01","2015-07-01","2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-05-01"}]},{"resourceType":"checkAccess","locations":[],"apiVersions":["2018-09-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-09-01-preview"}]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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"},{"resourceType":"operations","locations":["Global","United States","Europe"],"apiVersions":["2017-01-30","2016-12-13-preview","2016-02-10-privatepreview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.AzureStack","namespace":"Microsoft.AzureStack","resourceTypes":[{"resourceType":"operations","locations":["Global"],"apiVersions":["2017-06-01"]},{"resourceType":"registrations","locations":["West Central US","Global"],"apiVersions":["2017-06-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"registrations/products","locations":["West Central US","Global"],"apiVersions":["2017-06-01","2016-01-01"]},{"resourceType":"registrations/customerSubscriptions","locations":["West Central US","Global"],"apiVersions":["2017-06-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Batch","namespace":"Microsoft.Batch","authorization":{"applicationId":"ddbf3205-c6bd-46ae-8127-60eb93363864","roleDefinitionId":"b7f84953-1d03-4eab-9ea4-45f065258ff8"},"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","West India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","France Central"],"apiVersions":["2017-09-01","2017-05-01","2017-01-01","2015-12-01","2015-09-01","2015-07-01","2014-05-01-privatepreview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-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","West India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","France Central"],"apiVersions":["2017-09-01","2017-05-01","2017-01-01","2015-12-01","2015-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-09-01"}]},{"resourceType":"locations","locations":[],"apiVersions":["2017-09-01","2017-05-01","2017-01-01","2015-12-01","2015-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-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","West India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","France Central"],"apiVersions":["2017-09-01","2017-05-01","2017-01-01","2015-12-01","2015-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-09-01"}]},{"resourceType":"locations/checkNameAvailability","locations":["West Europe","East US","East US 2","West US","North Central US","Brazil South","North Europe","Central US","East Asia","Japan East","Australia Southeast","Japan West","Korea South","Korea Central","Southeast Asia","South Central US","Australia East","South India","Central India","West India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","France Central"],"apiVersions":["2017-09-01","2017-05-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-09-01"}]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.BatchAI","namespace":"Microsoft.BatchAI","authorization":{"applicationId":"9fcb3732-5f52-4135-8c08-9d4bbaf203ea","roleDefinitionId":"703B89C7-CE2C-431B-BDD8-FA34E39AF696","managedByRoleDefinitionId":"90B8E153-EBFF-4073-A95F-4DAD56B14C78"},"resourceTypes":[{"resourceType":"clusters","locations":["East US","West US 2","West Europe","East US 2","North Europe","Australia East","West Central US","Southeast Asia","South Central US"],"apiVersions":["2018-03-01","2017-09-01-preview"],"capabilities":"None"},{"resourceType":"jobs","locations":["East US","West US 2","West Europe","East US 2","North Europe","Australia East","West Central US","Southeast Asia","South Central US"],"apiVersions":["2018-03-01","2017-09-01-preview"],"capabilities":"None"},{"resourceType":"fileservers","locations":["East US","West US 2","West Europe","East US 2","North Europe","Australia East","West Central US","Southeast Asia","South Central US"],"apiVersions":["2018-03-01","2017-09-01-preview"],"capabilities":"None"},{"resourceType":"workspaces","locations":["East US","West US 2","West Europe","East US 2","North Europe","Australia East","West Central US","Southeast Asia","South Central US"],"apiVersions":["2018-05-01"],"capabilities":"None"},{"resourceType":"workspaces/clusters","locations":["East US","West US 2","West Europe","East US 2","North Europe","Australia East","West Central US","Southeast Asia","South Central US"],"apiVersions":["2018-05-01"]},{"resourceType":"workspaces/fileservers","locations":["East US","West US 2","West Europe","East US 2","North Europe","Australia East","West Central US","Southeast Asia","South Central US"],"apiVersions":["2018-05-01"]},{"resourceType":"workspaces/experiments","locations":["East US","West US 2","West Europe","East US 2","North Europe","Australia East","West Central US","Southeast Asia","South Central US"],"apiVersions":["2018-05-01"]},{"resourceType":"workspaces/experiments/jobs","locations":["East US","West US 2","West Europe","East US 2","North Europe","Australia East","West Central US","Southeast Asia","South Central US"],"apiVersions":["2018-05-01"]},{"resourceType":"operations","locations":["East US","West US 2","West Europe","East US 2","North Europe","Australia East","West Central US","Southeast Asia","South Central US"],"apiVersions":["2018-05-01","2018-03-01","2017-09-01-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2018-05-01","2018-03-01","2017-09-01-preview"]},{"resourceType":"locations/operationresults","locations":["East US","West US 2","West Europe","East US 2","North Europe","Australia East","West Central US","Southeast Asia","South Central US"],"apiVersions":["2018-05-01","2018-03-01","2017-09-01-preview"]},{"resourceType":"locations/operationstatuses","locations":["East US","West US 2","West Europe","East US 2","North Europe","Australia East","West Central US","Southeast Asia","South Central US"],"apiVersions":["2018-05-01","2018-03-01","2017-09-01-preview"]},{"resourceType":"locations/usages","locations":["East US","West US 2","West Europe","East US 2","North Europe","Australia East","West Central US","Southeast Asia","South Central US"],"apiVersions":["2018-05-01","2018-03-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Billing","namespace":"Microsoft.Billing","authorizations":[{"applicationId":"80dbdb39-4f33-4799-8b6f-711b5e3e61b6"}],"resourceTypes":[{"resourceType":"billingPeriods","locations":["Central US"],"apiVersions":["2018-03-01-preview","2017-04-24-preview"]},{"resourceType":"invoices","locations":["Central US"],"apiVersions":["2018-03-01-preview","2017-04-24-preview","2017-02-27-preview"]},{"resourceType":"enrollmentAccounts","locations":["Central US"],"apiVersions":["2018-03-01-preview"]},{"resourceType":"BillingRoleDefinitions","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview","2018-08-01-preview"]},{"resourceType":"BillingRoleAssignments","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview","2018-08-01-preview"]},{"resourceType":"CreateBillingRoleAssignment","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview","2018-08-01-preview"]},{"resourceType":"BillingPermissions","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview","2018-08-01-preview"]},{"resourceType":"billingAccounts","locations":[],"apiVersions":["2018-11-01-preview","2018-08-01-preview","2018-06-30","2018-05-31"]},{"resourceType":"listBillingAccountsWithCreateProjectPermission","locations":[],"apiVersions":["2018-08-01-preview"]},{"resourceType":"listBillingAccountsWithCreateInvoiceSectionPermission","locations":[],"apiVersions":["2018-11-01-preview"]},{"resourceType":"billingAccounts/projects","locations":[],"apiVersions":["2018-08-01-preview"]},{"resourceType":"billingAccounts/invoiceSections","locations":[],"apiVersions":["2018-11-01-preview"]},{"resourceType":"billingAccounts/listProjectsWithCreateSubscriptionPermission","locations":[],"apiVersions":["2018-08-01-preview"]},{"resourceType":"billingAccounts/listInvoiceSectionsWithCreateSubscriptionPermission","locations":[],"apiVersions":["2018-11-01-preview"]},{"resourceType":"billingAccounts/billingProfiles","locations":[],"apiVersions":["2018-11-01-preview","2018-08-01-preview"]},{"resourceType":"departments","locations":[],"apiVersions":["2018-06-30","2018-05-31"]},{"resourceType":"billingAccounts/departments","locations":[],"apiVersions":["2018-06-30"]},{"resourceType":"billingAccounts/enrollmentAccounts","locations":[],"apiVersions":["2018-06-30"]},{"resourceType":"billingAccounts/eligibleOffers","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-08-01-preview"]},{"resourceType":"billingAccounts/billingProfiles/paymentMethods","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview","2018-08-01-preview"]},{"resourceType":"billingAccounts/billingProfiles/availableBalance","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview","2018-08-01-preview"]},{"resourceType":"billingAccounts/invoices","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview","2018-08-01-preview"]},{"resourceType":"billingAccounts/billingProfiles/invoices","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview","2018-08-01-preview"]},{"resourceType":"billingAccounts/transactions","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview","2018-08-01-preview"]},{"resourceType":"billingAccounts/billingProfiles/transactions","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview","2018-08-01-preview"]},{"resourceType":"billingAccounts/billingSubscriptions","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview","2018-08-01-preview"]},{"resourceType":"billingAccounts/billingProfiles/billingSubscriptions","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview","2018-08-01-preview"]},{"resourceType":"billingAccounts/projects/billingSubscriptions","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-08-01-preview"]},{"resourceType":"billingAccounts/invoiceSections/billingSubscriptions","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview"]},{"resourceType":"billingAccounts/billingProfiles/operationResults","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview","2018-08-01-preview"]},{"resourceType":"billingAccounts/projects/operationResults","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-08-01-preview"]},{"resourceType":"billingAccounts/invoiceSections/operationResults","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview"]},{"resourceType":"OperationResults","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview","2018-08-01-preview"]},{"resourceType":"billingAccounts/billingProfiles/operationStatus","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview","2018-08-01-preview"]},{"resourceType":"billingAccounts/projects/operationStatus","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-08-01-preview"]},{"resourceType":"billingAccounts/invoiceSections/operationStatus","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview"]},{"resourceType":"OperationStatus","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview","2018-08-01-preview"]},{"resourceType":"billingAccounts/projects/products","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-08-01-preview"]},{"resourceType":"billingAccounts/invoiceSections/products","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview"]},{"resourceType":"billingAccounts/billingProfiles/products","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview","2018-08-01-preview"]},{"resourceType":"billingAccounts/products","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview","2018-08-01-preview"]},{"resourceType":"operations","locations":["Central US"],"apiVersions":["2018-11-01-preview","2018-03-01-preview","2017-04-24-preview","2017-02-27-preview"]},{"resourceType":"billingAccounts/projects/initiateImportRequest","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-08-01-preview"]},{"resourceType":"billingAccounts/invoiceSections/initiateImportRequest","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview"]},{"resourceType":"billingAccounts/invoiceSections/initiateTransfer","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview"]},{"resourceType":"billingAccounts/projects/importRequests","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-08-01-preview"]},{"resourceType":"billingAccounts/invoiceSections/importRequests","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview"]},{"resourceType":"billingAccounts/invoiceSections/transfers","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview"]},{"resourceType":"importRequests/acceptImportRequest","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview","2018-08-01-preview"]},{"resourceType":"transfers/acceptTransfer","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview"]},{"resourceType":"importRequests","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview","2018-08-01-preview"]},{"resourceType":"transfers","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview"]},{"resourceType":"importRequests/declineImportRequest","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview","2018-08-01-preview"]},{"resourceType":"transfers/declineTransfer","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview"]},{"resourceType":"usagePlans","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-08-01-preview"]},{"resourceType":"billingProperty","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview"]},{"resourceType":"billingAccounts/billingProfiles/policies","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview","2018-08-01-preview"]},{"resourceType":"billingAccounts/billingProfiles/invoices/pricesheet","locations":["North Central US","South Central US","West Central US","Central US"],"apiVersions":["2018-11-01-preview","2018-08-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Blueprint","namespace":"Microsoft.Blueprint","authorizations":[{"applicationId":"f71766dc-90d9-4b7d-bd9d-4499c4331c3f","roleDefinitionId":"cb180127-cf6d-4672-9e75-e29a487f9658"}],"resourceTypes":[{"resourceType":"blueprints","locations":[],"apiVersions":["2018-11-01-preview","2018-11-01-alpha","2017-11-11-preview","2017-11-11-alpha"]},{"resourceType":"blueprints/artifacts","locations":[],"apiVersions":["2018-11-01-preview","2018-11-01-alpha","2017-11-11-preview","2017-11-11-alpha"]},{"resourceType":"blueprints/versions","locations":[],"apiVersions":["2018-11-01-preview","2018-11-01-alpha","2017-11-11-preview","2017-11-11-alpha"]},{"resourceType":"blueprints/versions/artifacts","locations":[],"apiVersions":["2018-11-01-preview","2018-11-01-alpha","2017-11-11-preview","2017-11-11-alpha"]},{"resourceType":"blueprintAssignments","locations":[],"apiVersions":["2018-11-01-preview","2018-11-01-alpha","2017-11-11-preview","2017-11-11-alpha"],"capabilities":"SystemAssignedResourceIdentity"},{"resourceType":"blueprintAssignments/operations","locations":[],"apiVersions":["2018-11-01-preview","2018-11-01-alpha","2017-11-11-preview","2017-11-11-alpha"]},{"resourceType":"operations","locations":[],"apiVersions":["2018-11-01-preview","2018-11-01-alpha","2017-11-11-preview","2017-11-11-alpha"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.BotService","namespace":"Microsoft.BotService","authorization":{"applicationId":"f3723d34-6ff5-4ceb-a148-d99dcd2511fc","roleDefinitionId":"71213c26-43ed-41d8-9905-3c12971517a3"},"resourceTypes":[{"resourceType":"botServices","locations":["Global"],"apiVersions":["2018-07-12","2017-12-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2017-12-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-07-12"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"botServices/channels","locations":["Global"],"apiVersions":["2018-07-12","2017-12-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2017-12-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-07-12"}]},{"resourceType":"botServices/connections","locations":["Global"],"apiVersions":["2018-07-12","2017-12-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2017-12-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-07-12"}]},{"resourceType":"listAuthServiceProviders","locations":["Global"],"apiVersions":["2018-07-12","2017-12-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2017-12-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-07-12"}]},{"resourceType":"checkNameAvailability","locations":["Global"],"apiVersions":["2018-07-12","2017-12-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2017-12-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-07-12"}]},{"resourceType":"operations","locations":["Global"],"apiVersions":["2018-07-12","2017-12-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2017-12-01"}]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Capacity","namespace":"Microsoft.Capacity","authorization":{"applicationId":"4d0ad6c7-f6c3-46d8-ab0d-1406d5e6c86b","roleDefinitionId":"FD9C0A9A-4DB9-4F41-8A61-98385DEB6E2D"},"resourceTypes":[{"resourceType":"resources","locations":["South Central US"],"apiVersions":["2018-06-01","2017-11-01"]},{"resourceType":"reservationOrders","locations":[],"apiVersions":["2018-06-01-beta","2018-06-01","2017-11-01-beta","2017-11-01"]},{"resourceType":"reservationOrders/reservations","locations":[],"apiVersions":["2018-06-01-beta","2018-06-01","2017-11-01-beta","2017-11-01"]},{"resourceType":"reservations","locations":[],"apiVersions":["2018-06-01-beta","2018-06-01","2017-11-01-beta","2017-11-01"]},{"resourceType":"reservationOrders/reservations/revisions","locations":[],"apiVersions":["2018-06-01-beta","2018-06-01","2017-11-01-beta","2017-11-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2018-06-01-beta","2018-06-01","2017-11-01-beta","2017-11-01"]},{"resourceType":"catalogs","locations":[],"apiVersions":["2018-06-01-beta","2018-06-01","2017-11-01-beta","2017-11-01"]},{"resourceType":"appliedReservations","locations":[],"apiVersions":["2018-06-01-beta","2018-06-01","2017-11-01-beta","2017-11-01"]},{"resourceType":"checkOffers","locations":[],"apiVersions":["2018-06-01-beta","2018-06-01","2017-11-01-beta","2017-11-01"]},{"resourceType":"checkScopes","locations":[],"apiVersions":["2018-06-01-beta","2018-06-01","2017-11-01-beta","2017-11-01"]},{"resourceType":"calculatePrice","locations":[],"apiVersions":["2018-06-01-beta","2018-06-01","2017-11-01-beta","2017-11-01"]},{"resourceType":"reservationOrders/calculateRefund","locations":[],"apiVersions":["2018-06-01-beta","2018-06-01","2017-11-01-beta","2017-11-01"]},{"resourceType":"reservationOrders/return","locations":[],"apiVersions":["2018-06-01-beta","2018-06-01","2017-11-01-beta","2017-11-01"]},{"resourceType":"reservationOrders/split","locations":[],"apiVersions":["2018-06-01-beta","2018-06-01","2017-11-01-beta","2017-11-01"]},{"resourceType":"reservationOrders/merge","locations":[],"apiVersions":["2018-06-01-beta","2018-06-01","2017-11-01-beta","2017-11-01"]},{"resourceType":"reservationOrders/swap","locations":[],"apiVersions":["2018-06-01-beta","2018-06-01"]},{"resourceType":"validateReservationOrder","locations":[],"apiVersions":["2018-06-01-beta","2018-06-01","2017-11-01-beta","2017-11-01"]},{"resourceType":"reservationOrders/availableScopes","locations":[],"apiVersions":["2018-06-01-beta","2018-06-01","2017-11-01-beta","2017-11-01"]},{"resourceType":"commercialReservationOrders","locations":[],"apiVersions":["2018-06-01-beta","2018-06-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.CertificateRegistration","namespace":"Microsoft.CertificateRegistration","authorization":{"applicationId":"f3c21649-0979-4721-ac85-b0216b2cf413","roleDefinitionId":"933fba7e-2ed3-4da8-973d-8bd8298a9b40"},"resourceTypes":[{"resourceType":"certificateOrders","locations":["global"],"apiVersions":["2018-02-01","2015-08-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2018-02-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2018-02-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"certificateOrders/certificates","locations":["global"],"apiVersions":["2018-02-01","2015-08-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2018-02-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2018-02-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}]},{"resourceType":"validateCertificateRegistrationInformation","locations":["global"],"apiVersions":["2018-02-01","2015-08-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2018-02-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2018-02-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}]},{"resourceType":"operations","locations":["global"],"apiVersions":["2018-02-01","2015-08-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2018-02-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2018-02-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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","West India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2017-11-15","2017-11-01","2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"domainNames/internalLoadBalancers","locations":[],"apiVersions":["2017-11-01","2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"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","West India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2017-11-15","2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"domainNames/slots/roles","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South","France Central"],"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"]},
2018-12-06T15:55:02.496+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 8000
2018-12-06T15:55:02.496+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: {"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","West India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2017-04-01","2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-04-01","2014-01-01"],"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":"domainNames/capabilities","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]},{"resourceType":"domainNames/serviceCertificates","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","France Central","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","West US 2","West Central US","South India","Central India","West India","Korea Central","Korea South"],"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","France Central","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","West US 2","West Central US","South India","Central India","West India","Korea Central","Korea South"],"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","West India","Korea Central","Korea South","France Central"],"apiVersions":["2014-04-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-04-01","2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-04-01","2014-01-01"]},{"resourceType":"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":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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","West India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2017-11-15","2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"],"capabilities":"None"},{"resourceType":"virtualNetworks/virtualNetworkPeerings","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2016-11-01"]},{"resourceType":"virtualNetworks/remoteVirtualNetworkPeeringProxies","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2016-11-01"]},{"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","West India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South","France Central"],"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-beta","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","West India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South","France Central"],"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"]},{"resourceType":"expressRouteCrossConnections","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]},{"resourceType":"expressRouteCrossConnections/peerings","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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","West India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South","France Central"],"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 India","West US 2","West Central US","East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South","France Central"],"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 India","West US 2","West Central US","East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South","France Central"],"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":"storageAccounts/vmImages","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-04-01-beta","2014-04-01","2014-01-01"]},{"resourceType":"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-beta","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-04-01","2014-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.ClassicSubscription","namespace":"Microsoft.ClassicSubscription","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2017-09-01","2017-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.ClassicInfrastructureMigrate","namespace":"Microsoft.ClassicInfrastructureMigrate","authorization":{"applicationId":"5e5abe2b-83cd-4786-826a-a05653ebb103","roleDefinitionId":"766c4d9b-ef83-4f73-8352-1450a506a69b"},"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","West India","South India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","France South","Australia Central","Australia Central 2"],"apiVersions":["2015-06-15"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Consumption","namespace":"Microsoft.Consumption","authorizations":[{"applicationId":"c5b17a4f-cc6f-4649-9480-684280a2af3a","roleDefinitionId":"4a2e6ae9-2713-4cc9-a3b3-312899d687c3"}],"resourceTypes":[{"resourceType":"Forecasts","locations":[],"apiVersions":["2018-10-01","2018-08-31","2018-06-30","2018-05-31"]},{"resourceType":"AggregatedCost","locations":[],"apiVersions":["2018-10-01","2018-08-31","2018-06-30"]},{"resourceType":"ReservationRecommendations","locations":[],"apiVersions":["2018-10-01","2018-08-31","2018-06-30","2018-03-31"]},{"resourceType":"ReservationSummaries","locations":[],"apiVersions":["2018-10-01","2018-08-31","2018-06-30","2018-03-31","2018-01-31","2017-11-30","2017-06-30-preview"]},{"resourceType":"ReservationTransactions","locations":[],"apiVersions":["2018-10-01","2018-08-31","2018-06-30","2018-05-31","2018-03-31","2018-01-31","2017-11-30","2017-06-30-preview"]},{"resourceType":"Balances","locations":[],"apiVersions":["2018-10-01","2018-08-31","2018-06-30","2018-05-31","2018-03-31","2018-01-31","2017-11-30","2017-06-30-preview"]},{"resourceType":"Marketplaces","locations":[],"apiVersions":["2018-10-01","2018-08-31","2018-06-30","2018-05-31","2018-03-31","2018-01-31"]},{"resourceType":"Pricesheets","locations":[],"apiVersions":["2018-10-01","2018-08-31","2018-06-30","2018-05-31","2018-03-31","2018-01-31","2017-11-30","2017-06-30-preview"]},{"resourceType":"ReservationDetails","locations":[],"apiVersions":["2018-10-01","2018-08-31","2018-06-30","2018-03-31","2018-01-31","2017-11-30","2017-06-30-preview"]},{"resourceType":"Budgets","locations":[],"apiVersions":["2018-10-01","2018-08-31","2018-06-30","2018-03-31","2018-01-31","2017-12-30-preview"]},{"resourceType":"CostTags","locations":[],"apiVersions":["2018-10-01","2018-08-31","2018-06-30","2018-05-31","2018-03-31"]},{"resourceType":"Tags","locations":[],"apiVersions":["2018-10-01","2018-08-31","2018-08-01-preview","2018-06-30","2018-05-31","2018-03-31"]},{"resourceType":"Terms","locations":[],"apiVersions":["2018-10-01","2018-08-31","2018-06-30","2018-03-31","2018-01-31","2017-12-30-preview"]},{"resourceType":"UsageDetails","locations":[],"apiVersions":["2018-11-01-preview","2018-10-01","2018-08-31","2018-06-30","2018-05-31","2018-03-31","2018-01-31","2017-11-30","2017-06-30-preview","2017-04-24-preview"]},{"resourceType":"Charges","locations":[],"apiVersions":["2018-11-01-preview","2018-10-01","2018-08-31"]},{"resourceType":"credits","locations":[],"apiVersions":["2018-11-01-preview","2018-10-01","2018-08-31"]},{"resourceType":"events","locations":[],"apiVersions":["2018-11-01-preview","2018-10-01","2018-08-31"]},{"resourceType":"lots","locations":[],"apiVersions":["2018-11-01-preview","2018-10-01","2018-08-31"]},{"resourceType":"products","locations":[],"apiVersions":["2018-10-01","2018-08-31"]},{"resourceType":"OperationStatus","locations":[],"apiVersions":["2018-11-01-preview","2018-10-01","2018-08-31"]},{"resourceType":"OperationResults","locations":[],"apiVersions":["2018-11-01-preview","2018-10-01","2018-08-31"]},{"resourceType":"Operations","locations":[],"apiVersions":["2018-11-01-preview","2018-10-01","2018-08-31","2018-06-30","2018-05-31","2018-03-31","2018-01-31","2017-11-30","2017-06-30-preview","2017-04-24-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.CostManagement","namespace":"Microsoft.CostManagement","resourceTypes":[{"resourceType":"Connectors","locations":["West US"],"apiVersions":["2018-08-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":[],"apiVersions":["2018-08-31","2018-08-01-preview","2017-10-01-preview"]},{"resourceType":"register","locations":[],"apiVersions":["2017-10-01-preview"]},{"resourceType":"Query","locations":[],"apiVersions":["2018-10-01-preview","2018-08-31","2018-08-01-preview","2018-05-31"]},{"resourceType":"Dimensions","locations":[],"apiVersions":["2018-10-01-preview","2018-08-31","2018-08-01-preview","2018-05-31"]},{"resourceType":"Alerts","locations":[],"apiVersions":["2018-08-01-preview"]},{"resourceType":"Reports","locations":[],"apiVersions":["2018-08-01-preview"]},{"resourceType":"Reportconfigs","locations":[],"apiVersions":["2018-05-31"]},{"resourceType":"BillingAccounts","locations":[],"apiVersions":["2018-03-31"]},{"resourceType":"Departments","locations":[],"apiVersions":["2018-03-31"]},{"resourceType":"EnrollmentAccounts","locations":[],"apiVersions":["2018-03-31"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.CustomerInsights","namespace":"Microsoft.CustomerInsights","authorization":{"applicationId":"38c77d00-5fcb-4cce-9d93-af4738258e3c","roleDefinitionId":"E006F9C7-F333-477C-8AD6-1F3A9FE87F55"},"resourceTypes":[{"resourceType":"hubs","locations":["East US 2","North Europe","Central US"],"apiVersions":["2017-07-01","2017-01-01","2016-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"hubs/profiles","locations":["East US 2","North Europe","Central US"],"apiVersions":["2017-07-01","2017-01-01","2016-01-01"]},{"resourceType":"hubs/interactions","locations":["East US 2","North Europe","Central US"],"apiVersions":["2017-07-01","2017-01-01","2016-01-01"]},{"resourceType":"hubs/authorizationPolicies","locations":["East US 2","North Europe","Central US"],"apiVersions":["2017-07-01","2017-01-01","2016-01-01"]},{"resourceType":"hubs/connectors","locations":["East US 2","North Europe","Central US"],"apiVersions":["2017-07-01","2017-01-01","2016-01-01"]},{"resourceType":"hubs/connectors/mappings","locations":["East US 2","North Europe","Central US"],"apiVersions":["2017-07-01","2017-01-01","2016-01-01"]},{"resourceType":"hubs/kpi","locations":["East US 2","North Europe","Central US"],"apiVersions":["2017-07-01","2017-01-01","2016-01-01"]},{"resourceType":"hubs/views","locations":["East US 2","North Europe","Central US"],"apiVersions":["2017-07-01","2017-01-01","2016-01-01"]},{"resourceType":"hubs/links","locations":["East US 2","North Europe","Central US"],"apiVersions":["2017-07-01","2017-01-01","2016-01-01"]},{"resourceType":"hubs/roleAssignments","locations":["East US 2","North Europe","Central US"],"apiVersions":["2017-07-01","2017-01-01","2016-01-01"]},{"resourceType":"hubs/roles","locations":["East US 2","North Europe","Central US"],"apiVersions":["2017-07-01","2017-01-01","2016-01-01"]},{"resourceType":"hubs/widgetTypes","locations":["East US 2","North Europe","Central US"],"apiVersions":["2017-07-01","2017-01-01","2016-01-01"]},{"resourceType":"hubs/suggestTypeSchema","locations":["East US 2","North Europe","Central US"],"apiVersions":["2017-07-01","2017-01-01","2016-01-01"]},{"resourceType":"operations","locations":["East US 2"],"apiVersions":["2017-07-01","2017-01-01","2016-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.DataBox","namespace":"Microsoft.DataBox","authorizations":[{"applicationId":"5613cb5c-a7c9-4099-8034-511fd7616cb2","roleDefinitionId":"382D72D1-63DC-4243-9B99-CB69FDD473D8"},{"applicationId":"c9dbed16-85b2-456e-87b9-9bc0302918b3","roleDefinitionId":"f4c0a4f9-768c-4927-ab83-d319111d6ef4","managedByRoleDefinitionId":"382D72D1-63DC-4243-9B99-CB69FDD473D8"}],"resourceTypes":[{"resourceType":"jobs","locations":["West US","West Europe","Australia East","Canada Central"],"apiVersions":["2018-01-01"],"capabilities":"None"},{"resourceType":"locations","locations":[],"apiVersions":["2018-01-01"]},{"resourceType":"locations/validateAddress","locations":["West US","West Europe","Australia East","Canada Central"],"apiVersions":["2018-01-01"]},{"resourceType":"locations/checkNameAvailability","locations":["West US","West Europe","Australia East","Canada Central"],"apiVersions":["2018-01-01"]},{"resourceType":"locations/operationresults","locations":["West US","West Europe","Australia East","Canada Central"],"apiVersions":["2018-01-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2018-01-01"]},{"resourceType":"locations/availableSkus","locations":["West US","West Europe","Australia East","Canada Central"],"apiVersions":["2018-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.DataBoxEdge","namespace":"Microsoft.DataBoxEdge","authorizations":[{"applicationId":"2368d027-f996-4edb-bf48-928f98f2ab8c"}],"resourceTypes":[{"resourceType":"DataBoxEdgeDevices","locations":["East US","West Europe","West US 2","Southeast Asia"],"apiVersions":["2018-07-01","2017-09-01"],"capabilities":"None"},{"resourceType":"DataBoxEdgeDevices/checkNameAvailability","locations":["East US","West Europe","West US 2","Southeast Asia"],"apiVersions":["2018-07-01","2017-09-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2018-07-01","2017-09-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.DataMigration","namespace":"Microsoft.DataMigration","authorization":{"applicationId":"a4bad4aa-bf02-4631-9f78-a64ffdba8150","roleDefinitionId":"b831a21d-db98-4760-89cb-bef871952df1","managedByRoleDefinitionId":"6256fb55-9e59-4018-a9e1-76b11c0a4c89"},"resourceTypes":[{"resourceType":"locations","locations":[],"apiVersions":["2018-07-15-preview","2018-04-19","2018-03-31-preview","2018-03-15-preview","2017-11-15-privatepreview","2017-11-15-preview","2017-04-15-privatepreview"]},{"resourceType":"services","locations":["Brazil South","West Europe","Australia East","East US","East US 2","Canada Central","East Asia","Central India","West India","Japan East","North Central US","Australia Southeast","Canada East","Central US","South India","Japan West","North Europe","South Central US","Southeast Asia","UK West","West US","UK South","West US 2"],"apiVersions":["2018-07-15-preview","2018-04-19","2018-03-31-preview","2018-03-15-preview","2017-11-15-privatepreview","2017-11-15-preview","2017-04-15-privatepreview"],"capabilities":"None"},{"resourceType":"services/projects","locations":["Brazil South","West Europe","Australia East","East US","East US 2","Canada Central","East Asia","Central India","West India","Japan East","North Central US","Australia Southeast","Canada East","Central US","South India","Japan West","North Europe","South Central US","Southeast Asia","UK West","West US","UK South","West US 2"],"apiVersions":["2018-07-15-preview","2018-04-19","2018-03-31-preview","2018-03-15-preview","2017-11-15-privatepreview","2017-11-15-preview","2017-04-15-privatepreview"],"capabilities":"None"},{"resourceType":"locations/operationResults","locations":["Brazil South","West Europe","Australia East","East US","East US 2","Canada Central","East Asia","Central India","West India","Japan East","North Central US","Australia Southeast","Canada East","Central US","South India","Japan West","North Europe","South Central US","Southeast Asia","UK West","West US","UK South","West US 2"],"apiVersions":["2018-07-15-preview","2018-04-19","2018-03-31-preview","2018-03-15-preview","2017-11-15-privatepreview","2017-11-15-preview","2017-04-15-privatepreview"]},{"resourceType":"locations/operationStatuses","locations":["Brazil South","West Europe","Australia East","East US","East US 2","Canada Central","East Asia","Central India","West India","Japan East","North Central US","Australia Southeast","Canada East","Central US","South India","Japan West","North Europe","South Central US","Southeast Asia","UK West","West US","UK South","West US 2"],"apiVersions":["2018-07-15-preview","2018-04-19","2018-03-31-preview","2018-03-15-preview","2017-11-15-privatepreview","2017-11-15-preview","2017-04-15-privatepreview"]},{"resourceType":"locations/checkNameAvailability","locations":["Brazil South","West Europe","Australia East","East US","East US 2","Canada Central","East Asia","Central India","West India","Japan East","North Central US","Australia Southeast","Canada East","Central US","South India","Japan West","North Europe","South Central US","Southeast Asia","UK West","West US","UK South","West US 2"],"apiVersions":["2018-07-15-preview","2018-04-19","2018-03-31-preview","2018-03-15-preview","2017-11-15-privatepreview","2017-11-15-preview","2017-04-15-privatepreview"]},{"resourceType":"operations","locations":["Brazil South","West Europe","Australia East","East US","East US 2","Canada Central","East Asia","Central India","West India","Japan East","North Central US","Australia Southeast","Canada East","Central US","South India","Japan West","North Europe","South Central US","Southeast Asia","UK West","West US","UK South","West US 2"],"apiVersions":["2018-07-15-preview","2018-04-19","2018-03-31-preview","2018-03-15-preview","2017-11-15-privatepreview","2017-11-15-preview","2017-04-15-privatepreview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.DBforMariaDB","namespace":"Microsoft.DBforMariaDB","authorization":{"applicationId":"76cd24bf-a9fc-4344-b1dc-908275de6d6d","roleDefinitionId":"c13b7b9c-2ed1-4901-b8a8-16f35468da29"},"resourceTypes":[{"resourceType":"operations","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview"]},{"resourceType":"servers","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview"],"capabilities":"None"},{"resourceType":"servers/recoverableServers","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central US","Central India","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview"]},{"resourceType":"servers/virtualNetworkRules","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview"]},{"resourceType":"checkNameAvailability","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview"]},{"resourceType":"locations","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview"]},{"resourceType":"locations/operationResults","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview"]},{"resourceType":"locations/azureAsyncOperation","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview"]},{"resourceType":"locations/performanceTiers","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.DomainRegistration","namespace":"Microsoft.DomainRegistration","authorization":{"applicationId":"ea2f600a-4980-45b7-89bf-d34da487bda1","roleDefinitionId":"54d7f2e3-5040-48a7-ae90-eebf629cfa0b"},"resourceTypes":[{"resourceType":"domains","locations":["global"],"apiVersions":["2018-02-01","2015-04
2018-12-06T15:55:02.496+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 8000
2018-12-06T15:55:02.497+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: -01","2015-02-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2018-02-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2018-02-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"domains/domainOwnershipIdentifiers","locations":["global"],"apiVersions":["2018-02-01","2015-04-01","2015-02-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2018-02-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2018-02-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}]},{"resourceType":"topLevelDomains","locations":["global"],"apiVersions":["2018-02-01","2015-04-01","2015-02-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2018-02-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2018-02-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}]},{"resourceType":"checkDomainAvailability","locations":["global"],"apiVersions":["2018-02-01","2015-04-01","2015-02-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2018-02-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2018-02-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}]},{"resourceType":"listDomainRecommendations","locations":["global"],"apiVersions":["2018-02-01","2015-04-01","2015-02-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2018-02-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2018-02-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}]},{"resourceType":"validateDomainRegistrationInformation","locations":["global"],"apiVersions":["2018-02-01","2015-04-01","2015-02-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2018-02-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2018-02-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}]},{"resourceType":"generateSsoRequest","locations":["global"],"apiVersions":["2018-02-01","2015-04-01","2015-02-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2018-02-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2018-02-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}]},{"resourceType":"operations","locations":["global"],"apiVersions":["2018-02-01","2015-04-01","2015-02-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2018-02-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2018-02-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-02-01"}]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.GuestConfiguration","namespace":"Microsoft.GuestConfiguration","authorizations":[{"applicationId":"e935b4a5-8968-416d-8414-caed51c782a9","roleDefinitionId":"9c6ffa40-421e-4dc0-9739-76b0699a11de"}],"resourceTypes":[{"resourceType":"guestConfigurationAssignments","locations":[],"apiVersions":["2018-06-30-preview","2018-01-20-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2018-06-30-preview","2018-01-20-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.HanaOnAzure","namespace":"Microsoft.HanaOnAzure","authorization":{"applicationId":"cc5476ec-3074-44d1-8461-711f5d9b0e39","roleDefinitionId":"4a10987e-dbcf-4c3d-8e3d-7ddcd9c771c2"},"resourceTypes":[{"resourceType":"hanaInstances","locations":["West US","East US","West Europe","North Europe"],"apiVersions":["2017-11-03-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["West US","East US","West Europe","North Europe"],"apiVersions":["2017-11-03-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.HardwareSecurityModules","namespace":"Microsoft.HardwareSecurityModules","authorizations":[{"applicationId":"0eb690b7-d23e-4fb0-b43e-cd161ac80cc3","roleDefinitionId":"48397dc8-3910-486a-8165-ab2df987447f"}],"resourceTypes":[{"resourceType":"locations","locations":[],"apiVersions":["2018-10-31-preview"]},{"resourceType":"operations","locations":["East US","East US 2","South Central US","West US","East Asia","Southeast Asia","North Europe","West Europe"],"apiVersions":["2018-10-31-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.HDInsight","namespace":"Microsoft.HDInsight","authorization":{"applicationId":"9191c4da-09fe-49d9-a5f1-d41cbe92ad95","roleDefinitionId":"d102a6f3-d9cb-4633-8950-1243b975886c","managedByRoleDefinitionId":"346da55d-e1db-4a5a-89db-33ab3cdb6fc6"},"resourceTypes":[{"resourceType":"clusters","locations":["East US 2","South Central US","Central US","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West","East Asia","Australia East","Japan East","Japan West","North Europe","West Europe","North Central US","Southeast Asia","East US","Korea South","Korea Central","West US","South India"],"apiVersions":["2018-06-01-preview","2015-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"clusters/applications","locations":["East US 2","South Central US","Central US","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West","East Asia","Australia East","Japan East","Japan West","North Europe","West Europe","North Central US","Southeast Asia","East US","Korea South","Korea Central","West US","South India"],"apiVersions":["2018-06-01-preview","2015-03-01-preview"]},{"resourceType":"clusters/operationresults","locations":["East US 2","South Central US","Central US","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West","East Asia","Australia East","Japan East","Japan West","North Europe","West Europe","North Central US","Southeast Asia","East US","Korea South","Korea Central","West US","South India"],"apiVersions":["2018-06-01-preview","2015-03-01-preview"]},{"resourceType":"locations","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India"],"apiVersions":["2018-06-01-preview","2015-03-01-preview"]},{"resourceType":"locations/capabilities","locations":["East US 2","South Central US","Central US","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West","East Asia","Australia East","Japan East","Japan West","North Europe","West Europe","North Central US","Southeast Asia","East US","Korea South","Korea Central","West US","South India"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"locations/usages","locations":["East US 2","South Central US","Central US","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West","East Asia","Australia East","Japan East","Japan West","North Europe","West Europe","North Central US","Southeast Asia","East US","Korea South","Korea Central","West US","South India"],"apiVersions":["2018-06-01-preview","2015-03-01-preview"]},{"resourceType":"locations/operationresults","locations":["East US 2","South Central US","Central US","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West","East Asia","Australia East","Japan East","Japan West","North Europe","West Europe","North Central US","Southeast Asia","East US","Korea South","Korea Central","West US","South India"],"apiVersions":["2018-06-01-preview","2015-03-01-preview"]},{"resourceType":"locations/azureasyncoperations","locations":["East US 2","South Central US","Central US","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West","East Asia","Australia East","Japan East","Japan West","North Europe","West Europe","North Central US","Southeast Asia","East US","Korea South","Korea Central","West US","South India"],"apiVersions":["2018-06-01-preview","2015-03-01-preview"]},{"resourceType":"locations/validateCreateRequest","locations":["East US 2","South Central US","Central US","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West","East Asia","Australia East","Japan East","Japan West","North Europe","West Europe","North Central US","Southeast Asia","East US","Korea South","Korea Central","West US","South India"],"apiVersions":["2018-06-01-preview","2015-03-01-preview"]},{"resourceType":"operations","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India"],"apiVersions":["2018-06-01-preview","2015-03-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.ImportExport","namespace":"Microsoft.ImportExport","authorization":{"applicationId":"7de4d5c5-5b32-4235-b8a9-33b34d6bcd2a","roleDefinitionId":"9f7aa6bb-9454-46b6-8c01-a4b0f33ca151"},"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","Southeast Asia","South India","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2016-11-01","2016-07-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-11-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","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","Southeast Asia","South India","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2016-11-01","2016-07-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-11-01"}]},{"resourceType":"locations/operationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","North Central US","North Europe","South Central US","Southeast Asia","South India","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2016-11-01","2016-07-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-11-01"}]},{"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","Korea Central","North Central US","North Europe","South Central US","Southeast Asia","South India","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2016-11-01","2016-07-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-11-01"}]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Intune","namespace":"Microsoft.Intune","resourceTypes":[{"resourceType":"operations","locations":["West US"],"apiVersions":["2018-07-01-preview","2017-04-01-preview"]},{"resourceType":"diagnosticSettings","locations":[],"apiVersions":["2017-04-01-preview"]},{"resourceType":"diagnosticSettingsCategories","locations":[],"apiVersions":["2017-04-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.IoTCentral","namespace":"Microsoft.IoTCentral","authorizations":[{"applicationId":"9edfcdd9-0bc5-4bd4-b287-c3afc716aac7"}],"resourceTypes":[{"resourceType":"IoTApps","locations":["West Europe","West US","East US 2","North Europe","East US"],"apiVersions":["2018-09-01","2017-07-01-privatepreview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNameAvailability","locations":["West Europe","West US","East US 2","North Europe","East US"],"apiVersions":["2018-09-01","2017-07-01-privatepreview"]},{"resourceType":"checkSubdomainAvailability","locations":["West Europe","West US","East US 2","North Europe","East US"],"apiVersions":["2018-09-01"]},{"resourceType":"operations","locations":["West Europe","West US","East US 2","North Europe","East US"],"apiVersions":["2018-09-01","2017-07-01-privatepreview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.IoTSpaces","namespace":"Microsoft.IoTSpaces","authorizations":[{"applicationId":"0b07f429-9f4b-4714-9392-cc5e8e80c8b0"}],"resourceTypes":[{"resourceType":"checkNameAvailability","locations":["North Europe","West Europe","Australia East","West US 2","East US"],"apiVersions":["2017-10-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"Graph","locations":["North Europe","West Europe","Australia East","West US 2","East US"],"apiVersions":["2017-10-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":[],"apiVersions":["2017-10-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Kusto","namespace":"Microsoft.Kusto","authorizations":[{"applicationId":"2746ea77-4702-4b45-80ca-3c97e680e8b7","roleDefinitionId":"dd9d4347-f397-45f2-b538-85f21c90037c"}],"resourceTypes":[{"resourceType":"clusters","locations":["Central US","West Europe","North Europe","East US 2","West US","Southeast Asia","East US","West US 2","South Central US","North Central US","East Asia","Japan East","Canada Central","UK South","Australia East","Brazil South","Japan West","South India","Central India","West India","Canada East","Korea Central","France Central","UK West","Korea South","France South","Australia Southeast"],"apiVersions":["2018-09-07-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"clusters/databases","locations":["Central US","West Europe","North Europe","East US 2","West US","Southeast Asia","East US","West US 2","South Central US","North Central US","East Asia","Japan East","Canada Central","UK South","Australia East","Brazil South","Japan West","South India","Central India","West India","Canada East","Korea Central","France Central","UK West","Korea South","France South","Australia Southeast"],"apiVersions":["2018-09-07-preview","2017-09-07-privatepreview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"clusters/databases/eventhubconnections","locations":["Central US","West Europe","North Europe","East US 2","West US","Southeast Asia","East US","West US 2","South Central US","North Central US","East Asia","Japan East","Canada Central","UK South","Australia East","Brazil South","Japan West","South India","Central India","West India","Canada East","Korea Central","France Central","UK West","Korea South","France South","Australia Southeast"],"apiVersions":["2018-09-07-preview"]},{"resourceType":"locations/operationResults","locations":["Central US","West Europe","North Europe","East US 2","West US","Southeast Asia","East US","West US 2","South Central US","North Central US","East Asia","Japan East","Canada Central","UK South","Australia East","Brazil South","Japan West","South India","Central India","West India","Canada East","Korea Central","France Central","UK West","Korea South","France South","Australia Southeast"],"apiVersions":["2018-09-07-preview","2017-09-07-privatepreview"]},{"resourceType":"locations","locations":[],"apiVersions":["2018-09-07-preview","2017-09-07-privatepreview"]},{"resourceType":"locations/checkNameAvailability","locations":["Central US","West Europe","North Europe","East US 2","West US","Southeast Asia","East US","West US 2","South Central US","North Central US","East Asia","Japan East","Canada Central","UK South","Australia East","Brazil South","Japan West","South India","Central India","West India","Canada East","Korea Central","France Central","UK West","Korea South","France South","Australia Southeast"],"apiVersions":["2018-09-07-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2018-09-07-preview","2017-09-07-privatepreview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.LabServices","namespace":"Microsoft.LabServices","authorization":{"applicationId":"1a14be2a-e903-4cec-99cf-b2e209259a0f","roleDefinitionId":"8f2de81a-b9aa-49d8-b24c-11814d3ab525","managedByRoleDefinitionId":"8f2de81a-b9aa-49d8-b24c-11814d3ab525"},"resourceTypes":[{"resourceType":"labaccounts","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","France South","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2019-01-01-preview","2018-10-15","2017-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations/operations","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","France South","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2019-01-01-preview","2018-10-15","2017-12-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2019-01-01-preview","2018-10-15","2017-12-01-preview"]},{"resourceType":"users","locations":[],"apiVersions":["2019-01-01-preview","2018-10-15","2017-12-01-preview","2017-12-01-beta","2017-12-01-alpha"]},{"resourceType":"locations","locations":[],"apiVersions":["2019-01-01-preview","2018-10-15","2017-12-01-preview","2017-12-01-beta"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.LocationServices","namespace":"Microsoft.LocationServices","resourceTypes":[{"resourceType":"accounts","locations":["Global"],"apiVersions":["2017-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":[],"apiVersions":["2017-01-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.LocationBasedServices","namespace":"Microsoft.LocationBasedServices","resourceTypes":[{"resourceType":"accounts","locations":["Global"],"apiVersions":["2017-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":[],"apiVersions":["2017-01-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.LogAnalytics","namespace":"Microsoft.LogAnalytics","authorizations":[{"applicationId":"ca7f3f0b-7d91-482c-8e09-c5d840d0eac5","roleDefinitionId":"5d5a2e56-9835-44aa-93db-d2f19e155438"}],"resourceTypes":[{"resourceType":"logs","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2018-03-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2018-03-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.MachineLearning","namespace":"Microsoft.MachineLearning","authorization":{"applicationId":"0736f41a-0425-4b46-bdb5-1563eff02385","roleDefinitionId":"1cc297bc-1829-4524-941f-966373421033"},"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"},{"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":["2017-01-01","2016-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.MachineLearningExperimentation","namespace":"Microsoft.MachineLearningExperimentation","authorization":{"applicationId":"0736f41a-0425-4b46-bdb5-1563eff02385","roleDefinitionId":"1cc297bc-1829-4524-941f-966373421033"},"resourceTypes":[{"resourceType":"accounts","locations":["Australia East","East US 2","West Central US","Southeast Asia","West Europe"],"apiVersions":["2017-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"accounts/workspaces","locations":["Australia East","East US 2","West Central US","Southeast Asia","West Europe"],"apiVersions":["2017-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"accounts/workspaces/projects","locations":["Australia East","East US 2","West Central US","Southeast Asia","West Europe"],"apiVersions":["2017-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"teamAccounts","locations":["Australia East","West Central US","East US 2"],"apiVersions":["2017-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"teamAccounts/workspaces","locations":["Australia East","West Central US","East US 2"],"apiVersions":["2017-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"teamAccounts/workspaces/projects","locations":["Australia East","West Central US","East US 2"],"apiVersions":["2017-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.MachineLearningCompute","namespace":"Microsoft.MachineLearningCompute","authorization":{"applicationId":"0736f41a-0425-4b46-bdb5-1563eff02385","roleDefinitionId":"376aa7d7-51a9-463d-bd4d-7e1691345612","managedByRoleDefinitionId":"91d00862-cf55-46a5-9dce-260bbd92ce25"},"resourceTypes":[{"resourceType":"operationalizationClusters","locations":["East US 2","West Central US","Australia East","West Europe","Southeast Asia"],"apiVersions":["2017-08-01-preview","2017-06-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["East US 2"],"apiVersions":["2017-08-01-preview","2017-06-01-preview"]},{"resourceType":"locations","locations":["East US 2"],"apiVersions":["2017-08-01-preview","2017-06-01-preview"]},{"resourceType":"locations/operations","locations":["East US 2","West Central US","Australia East","West Europe","Southeast Asia"],"apiVersions":["2017-08-01-preview","2017-06-01-preview"]},{"resourceType":"locations/operationsStatus","locations":["East US 2","West Central US","Australia East","West Europe","Southeast Asia"],"apiVersions":["2017-08-01-preview","2017-06-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.MachineLearningServices","namespace":"Microsoft.MachineLearningServices","authorization":{"applicationId":"0736f41a-0425-4b46-bdb5-1563eff02385","roleDefinitionId":"376aa7d7-51a9-463d-bd4d-7e1691345612","managedByRoleDefinitionId":"91d00862-cf55-46a5-9dce-260bbd92ce25"},"resourceTypes":[{"resourceType":"workspaces","locations":["East US","Australia East","East US 2","West US 2","West Central US","Southeast Asia","West Europe","South Central US"],"apiVersions":["2018-11-19","2018-03-01-preview"],"capabilities":"SystemAssignedResourceIdentity"},{"resourceType":"workspaces/computes","locations":["East US","Australia East","East US 2","West US 2","West Central US","Southeast Asia","West Europe","South Central US"],"apiVersions":["2018-11-19","2018-03-01-preview"]},{"resourceType":"operations","locations":["East US 2"],"apiVersions":["2018-11-19","2018-03-01-preview"]},{"resourceType":"locations","locations":["East US 2"],"apiVersions":["2018-11-19","2018-03-01-preview"]},{"resourceType":"locations/computeOperationsStatus","locations":["East US","Australia East","East US 2","West US 2","West Central US","Southeast Asia","West Europe","South Central US"],"apiVersions":["2018-11-19","2018-03-01-preview"]},{"resourceType":"locations/workspaceOperationsStatus","locations":["East US","Australia East","East US 2","West US 2","West Central US","Southeast Asia","West Europe","South Central US"],"apiVersions":["2018-11-19","2018-03-01-preview"]},{"resourceType":"locations/usages","locations":["East US","Australia East","East US 2","West US 2","West Central US","Southeast Asia","West Europe","South Central US"],"apiVersions":["2018-11-19"]},{"resourceType":"locations/vmsizes","locations":["East US","Australia East","East US 2","West US 2","West Central US","Southeast Asia","West Europe","South Central US"],"apiVersions":["2018-11-19"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.MachineLearningModelManagement","namespace":"Microsoft.MachineLearningModelManagement","resourceTypes":[{"resourceType":"accounts","locations":["East US 2","West Central US","Australia East","West Europe","Southeast Asia"],"apiVersions":["2017-09-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["West Central US"],"apiVersions":["2017-09-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.ManagedLab","namespace":"Microsoft.ManagedLab","authorization":{"applicationId":"1a14be2a-e903-4cec-99cf-b2e209259a0f","roleDefinitionId":"8f2de81a-b9aa-49d8-b24c-11814d3ab525","managedByRoleDefinitionId":"8f2de81a-b9aa-49d8-b24c-11814d3ab525"},"resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2017-12-01-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2017-12-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Maps","namespace":"Microsoft.Maps","authorizations":[{"applicationId":"608f6f31-fed0-4f7b-809f-90f6c9b3de78","roleDefinitionId":"3431F0E6-63BC-482D-A96E-0AB819610A5F"},{"applicationId":"ba1ea022-5807-41d5-bbeb-292c7e1cf5f6"}],"resourceTypes":[{"resourceType":"accounts","locations":["Global"],"apiVersions":["2018-05-01","2017-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":[],"apiVersions":["2018-05-01","2017-01-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Marketplace","namespace":"Microsoft.Marketplace","resourceTypes":[{"resourceType":"privategalleryitems","locations":[],"apiVersions":["2018-03-01-beta"]},{"resourceType":"products","locations":[],"apiVersions":["2018-08-01-beta"]},{"resourceType":"offers","locations":[],"apiVersions":["2018-08-01-beta"]},{"resourceType":"offerTypes","locations":[],"apiVersions":["2018-03-01-beta"]},{"resourceType":"offerTypes/publishers","locations":[],"apiVersions":["2018-03-01-beta"]},{"resourceType":"offerTypes/publishers/offers","locations":[],"apiVersions":["2018-03-01-beta"]},{"resourceType":"offerTypes/publishers/offers/plans","locations":[],"apiVersions":["2018-03-01-beta"]},{"resourceType":"offerTypes/publishers/offers/plans/configs","locations":[],"apiVersions":["2018-03-01-beta"]},{"r
2018-12-06T15:55:02.497+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 8000
2018-12-06T15:55:02.497+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: esourceType":"offerTypes/publishers/offers/plans/configs/importImage","locations":[],"apiVersions":["2018-03-01-beta"]},{"resourceType":"offerTypes/publishers/offers/plans/agreements","locations":[],"apiVersions":["2018-03-01-beta"]},{"resourceType":"operations","locations":[],"apiVersions":["2018-03-01-beta"]},{"resourceType":"listAvailableOffers","locations":[],"apiVersions":["2018-03-01-beta"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.MarketplaceApps","namespace":"Microsoft.MarketplaceApps","resourceTypes":[{"resourceType":"classicDevServices","locations":["Northwest US","East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","Canada Central","Canada East"],"apiVersions":["2017-11-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2017-11-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2017-11-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2017-11-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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"]},{"resourceType":"offertypes","locations":["South Central US","West US"],"apiVersions":["2015-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Media","namespace":"Microsoft.Media","authorization":{"applicationId":"374b2a64-3b6b-436b-934c-b820eacca870","roleDefinitionId":"aab70789-0cec-44b5-95d7-84b64c9487af"},"resourceTypes":[{"resourceType":"mediaservices","locations":["Japan West","Japan East","East Asia","Southeast Asia","West Europe","North Europe","East US","West US","Australia East","Australia Southeast","East US 2","Central US","Brazil South","Central India","West India","South India","North Central US","South Central US","Canada Central","Canada East","West Central US","West US 2","Korea South"],"apiVersions":["2018-07-01","2018-06-01-preview","2018-03-30-preview","2015-10-01","2015-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"mediaservices/assets","locations":["Japan West","Japan East","East Asia","Southeast Asia","West Europe","North Europe","East US","West US","Australia East","Australia Southeast","East US 2","Central US","Brazil South","Central India","West India","South India","North Central US","South Central US","Canada Central","Canada East","West Central US","West US 2","Korea South"],"apiVersions":["2018-07-01","2018-06-01-preview","2018-03-30-preview"]},{"resourceType":"mediaservices/contentKeyPolicies","locations":["Japan West","Japan East","East Asia","Southeast Asia","West Europe","North Europe","East US","West US","Australia East","Australia Southeast","East US 2","Central US","Brazil South","Central India","West India","South India","North Central US","South Central US","Canada Central","Canada East","West Central US","West US 2","Korea South"],"apiVersions":["2018-07-01","2018-06-01-preview","2018-03-30-preview"]},{"resourceType":"mediaservices/streamingLocators","locations":["Japan West","Japan East","East Asia","Southeast Asia","West Europe","North Europe","East US","West US","Australia East","Australia Southeast","East US 2","Central US","Brazil South","Central India","West India","South India","North Central US","South Central US","Canada Central","Canada East","West Central US","West US 2","Korea South"],"apiVersions":["2018-07-01","2018-06-01-preview","2018-03-30-preview"]},{"resourceType":"mediaservices/streamingPolicies","locations":["Japan West","Japan East","East Asia","Southeast Asia","West Europe","North Europe","East US","West US","Australia East","Australia Southeast","East US 2","Central US","Brazil South","Central India","West India","South India","North Central US","South Central US","Canada Central","Canada East","West Central US","West US 2","Korea South"],"apiVersions":["2018-07-01","2018-06-01-preview","2018-03-30-preview"]},{"resourceType":"mediaservices/eventGridFilters","locations":["Japan West","Japan East","East Asia","Southeast Asia","West Europe","North Europe","East US","West US","Australia East","Australia Southeast","East US 2","Central US","Brazil South","Central India","West India","South India","North Central US","South Central US","Canada Central","Canada East","West Central US","West US 2","Korea South"],"apiVersions":["2018-02-05"]},{"resourceType":"mediaservices/transforms","locations":["Japan West","Japan East","East Asia","Southeast Asia","West Europe","North Europe","East US","West US","Australia East","Australia Southeast","East US 2","Central US","Brazil South","Central India","West India","South India","North Central US","South Central US","Canada Central","Canada East","West Central US","West US 2","Korea South"],"apiVersions":["2018-07-01","2018-06-01-preview","2018-03-30-preview"]},{"resourceType":"mediaservices/transforms/jobs","locations":["Japan West","Japan East","East Asia","Southeast Asia","West Europe","North Europe","East US","West US","Australia East","Australia Southeast","East US 2","Central US","Brazil South","Central India","West India","South India","North Central US","South Central US","Canada Central","Canada East","West Central US","West US 2","Korea South"],"apiVersions":["2018-07-01","2018-06-01-preview","2018-03-30-preview"]},{"resourceType":"mediaservices/streamingEndpoints","locations":["Japan West","Japan East","East Asia","Southeast Asia","West Europe","North Europe","East US","West US","Australia East","Australia Southeast","East US 2","Central US","Brazil South","Central India","West India","South India","North Central US","South Central US","Canada Central","Canada East","West Central US","West US 2","Korea South"],"apiVersions":["2018-07-01","2018-06-01-preview","2018-03-30-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"mediaservices/liveEvents","locations":["Japan West","Japan East","East Asia","Southeast Asia","West Europe","North Europe","East US","West US","Australia East","Australia Southeast","East US 2","Central US","Brazil South","Central India","West India","South India","North Central US","South Central US","Canada Central","Canada East","West Central US","West US 2","Korea South"],"apiVersions":["2018-07-01","2018-06-01-preview","2018-03-30-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"mediaservices/liveEvents/liveOutputs","locations":["Japan West","Japan East","East Asia","Southeast Asia","West Europe","North Europe","East US","West US","Australia East","Australia Southeast","East US 2","Central US","Brazil South","Central India","West India","South India","North Central US","South Central US","Canada Central","Canada East","West Central US","West US 2","Korea South"],"apiVersions":["2018-07-01","2018-06-01-preview","2018-03-30-preview"]},{"resourceType":"mediaservices/streamingEndpointOperations","locations":["Japan West","Japan East","East Asia","Southeast Asia","West Europe","North Europe","East US","West US","Australia East","Australia Southeast","East US 2","Central US","Brazil South","Central India","West India","South India","North Central US","South Central US","Canada Central","Canada East","West Central US","West US 2","Korea South"],"apiVersions":["2018-07-01","2018-06-01-preview","2018-03-30-preview"]},{"resourceType":"mediaservices/liveEventOperations","locations":["Japan West","Japan East","East Asia","Southeast Asia","West Europe","North Europe","East US","West US","Australia East","Australia Southeast","East US 2","Central US","Brazil South","Central India","West India","South India","North Central US","South Central US","Canada Central","Canada East","West Central US","West US 2","Korea South"],"apiVersions":["2018-07-01","2018-06-01-preview","2018-03-30-preview"]},{"resourceType":"mediaservices/liveOutputOperations","locations":["Japan West","Japan East","East Asia","Southeast Asia","West Europe","North Europe","East US","West US","Australia East","Australia Southeast","East US 2","Central US","Brazil South","Central India","West India","South India","North Central US","South Central US","Canada Central","Canada East","West Central US","West US 2","Korea South"],"apiVersions":["2018-07-01","2018-06-01-preview","2018-03-30-preview"]},{"resourceType":"mediaservices/assets/assetFilters","locations":["Japan West","Japan East","East Asia","Southeast Asia","West Europe","North Europe","East US","West US","Australia East","Australia Southeast","East US 2","Central US","Brazil South","Central India","West India","South India","North Central US","South Central US","Canada Central","Canada East","West Central US","West US 2","Korea South"],"apiVersions":["2018-07-01"]},{"resourceType":"mediaservices/accountFilters","locations":["Japan West","Japan East","East Asia","Southeast Asia","West Europe","North Europe","East US","West US","Australia East","Australia Southeast","East US 2","Central US","Brazil South","Central India","West India","South India","North Central US","South Central US","Canada Central","Canada East","West Central US","West US 2","Korea South"],"apiVersions":["2018-07-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2018-07-01","2018-06-01-preview","2018-03-30-preview","2018-02-05","2015-10-01","2015-04-01"]},{"resourceType":"checknameavailability","locations":[],"apiVersions":["2015-10-01","2015-04-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2018-07-01","2018-06-01-preview","2018-03-30-preview"]},{"resourceType":"locations/checkNameAvailability","locations":["Japan West","Japan East","East Asia","Southeast Asia","West Europe","North Europe","East US","West US","Australia East","Australia Southeast","East US 2","Central US","Brazil South","Central India","West India","South India","North Central US","South Central US","Canada Central","Canada East","West Central US","West US 2","Korea South"],"apiVersions":["2018-07-01","2018-06-01-preview","2018-03-30-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Migrate","namespace":"Microsoft.Migrate","authorizations":[{"applicationId":"e3bfd6ac-eace-4438-9dc1-eed439e738de","roleDefinitionId":"e88f4159-1d71-4b12-8ef0-38c039cb051e"}],"resourceTypes":[{"resourceType":"projects","locations":["West Central US","East US"],"apiVersions":["2018-02-02","2017-11-11-preview","2017-09-25-privatepreview"],"capabilities":"None"},{"resourceType":"operations","locations":["West Central US"],"apiVersions":["2018-02-02","2017-11-11-preview","2017-09-25-privatepreview"]},{"resourceType":"locations","locations":[],"apiVersions":["2018-02-02","2017-11-11-preview","2017-09-25-privatepreview"]},{"resourceType":"locations/checkNameAvailability","locations":["West Central US","East US"],"apiVersions":["2018-02-02","2017-11-11-preview","2017-09-25-privatepreview"]},{"resourceType":"locations/assessmentOptions","locations":["West Central US","East US"],"apiVersions":["2018-02-02","2017-11-11-preview","2017-09-25-privatepreview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.NetApp","namespace":"Microsoft.NetApp","authorizations":[{"applicationId":"12fb057d-b751-47cd-857c-f2934bb677b4","roleDefinitionId":"e4796bef-6b6d-4cbc-ba1e-27f1a308d860"}],"resourceTypes":[{"resourceType":"operations","locations":["East US","West US 2","West Central US"],"apiVersions":["2017-08-15"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.OffAzure","namespace":"Microsoft.OffAzure","resourceTypes":[{"resourceType":"operations","locations":["Southeast Asia"],"apiVersions":["2018-05-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.PolicyInsights","namespace":"Microsoft.PolicyInsights","authorization":{"applicationId":"1d78a85d-813d-46f0-b496-dd72f50a3ec0","roleDefinitionId":"63d2b225-4c34-4641-8768-21a1f7c68ce8"},"resourceTypes":[{"resourceType":"policyEvents","locations":[],"apiVersions":["2018-04-04","2017-12-12-preview","2017-10-17-preview","2017-08-09-preview"]},{"resourceType":"policyStates","locations":[],"apiVersions":["2018-07-01-preview","2018-04-04","2017-12-12-preview","2017-10-17-preview","2017-08-09-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2018-07-01-preview","2018-04-04","2017-12-12-preview","2017-10-17-preview","2017-08-09-preview"]},{"resourceType":"asyncOperationResults","locations":[],"apiVersions":["2018-07-01-preview"]},{"resourceType":"remediations","locations":[],"apiVersions":["2018-07-01-preview"]},{"resourceType":"policyTrackedResources","locations":[],"apiVersions":["2018-07-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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","West India","South India","Central India","Canada Central","Canada East","UK South","UK West"],"apiVersions":["2018-10-01-preview","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","West India","South India","Central India","Canada Central","Canada East"],"apiVersions":["2015-08-01-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2018-10-01","2017-12-01-preview","2017-08-01-preview","2017-01-01-preview"]},{"resourceType":"consoles","locations":[],"apiVersions":["2018-10-01","2017-12-01-preview","2017-08-01-preview","2017-01-01-preview"]},{"resourceType":"locations/consoles","locations":["West US","East US","Central India","North Europe","West Europe","South Central US","Southeast Asia","East US 2","Central US"],"apiVersions":["2018-10-01","2017-12-01-preview","2017-08-01-preview","2017-01-01-preview"]},{"resourceType":"userSettings","locations":[],"apiVersions":["2018-10-01","2017-12-01-preview","2017-08-01-preview","2017-01-01-preview"]},{"resourceType":"locations/userSettings","locations":["West US","East US","Central India","North Europe","West Europe","South Central US","Southeast Asia","East US 2","Central US"],"apiVersions":["2018-10-01","2017-12-01-preview","2017-08-01-preview","2017-01-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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","West India"],"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","West India"],"apiVersions":["2016-01-29"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.PowerBIDedicated","namespace":"Microsoft.PowerBIDedicated","authorization":{"applicationId":"4ac7d521-0382-477b-b0f8-7e1d95f85ca2","roleDefinitionId":"490d5987-bcf6-4be6-b6b2-056a78cb693a"},"resourceTypes":[{"resourceType":"capacities","locations":["Australia Southeast","Brazil South","Canada Central","Korea Central","France Central","Central US","Central India","Australia East","East Asia","East US","East US 2","West India","Japan East","West Central US","North Central US","North Europe","South Central US","Southeast Asia","UK South","West Europe","West US","West US 2"],"apiVersions":["2017-10-01","2017-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2017-01-01-preview"]},{"resourceType":"locations/checkNameAvailability","locations":["Australia Southeast","Brazil South","Canada Central","Korea Central","France Central","Central US","Central India","Australia East","East Asia","East US","East US 2","West India","Japan East","West Central US","North Central US","North Europe","South Central US","Southeast Asia","UK South","West Europe","West US","West US 2"],"apiVersions":["2017-10-01","2017-01-01-preview"]},{"resourceType":"locations/operationresults","locations":["Australia Southeast","Brazil South","Canada Central","Korea Central","France Central","Central US","Central India","Australia East","East Asia","East US","East US 2","West India","Japan East","West Central US","North Central US","North Europe","South Central US","Southeast Asia","UK South","West Europe","West US","West US 2"],"apiVersions":["2017-10-01","2017-01-01-preview"]},{"resourceType":"locations/operationstatuses","locations":["Australia Southeast","Brazil South","Canada Central","Korea Central","France Central","Central US","Central India","Australia East","East Asia","East US","East US 2","West India","Japan East","West Central US","North Central US","North Europe","South Central US","Southeast Asia","UK South","West Europe","West US","West US 2"],"apiVersions":["2017-10-01","2017-01-01-preview"]},{"resourceType":"operations","locations":["East US 2"],"apiVersions":["2017-10-01","2017-01-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Resources","namespace":"Microsoft.Resources","resourceTypes":[{"resourceType":"tenants","locations":[],"apiVersions":["2018-09-01","2018-08-01","2018-07-01","2018-05-01","2018-02-01","2018-01-01","2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-06-01"}]},{"resourceType":"locations","locations":[],"apiVersions":["2018-09-01","2018-08-01","2018-07-01","2018-05-01","2018-02-01","2018-01-01","2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-06-01"}]},{"resourceType":"notifyResourceJobs","locations":[],"apiVersions":["2018-02-01"]},{"resourceType":"checkPolicyCompliance","locations":[],"apiVersions":["2018-09-01","2018-08-01","2018-07-01","2018-05-01","2018-02-01","2018-01-01","2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"providers","locations":[],"apiVersions":["2018-09-01","2018-08-01","2018-07-01","2018-05-01","2018-02-01","2018-01-01","2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-06-01"}]},{"resourceType":"checkresourcename","locations":[],"apiVersions":["2018-09-01","2018-08-01","2018-07-01","2018-05-01","2018-02-01","2018-01-01","2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-06-01"}]},{"resourceType":"resources","locations":[],"apiVersions":["2018-09-01","2018-08-01","2018-07-01","2018-05-01","2018-02-01","2018-01-01","2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-06-01"}]},{"resourceType":"subscriptions","locations":[],"apiVersions":["2018-09-01","2018-08-01","2018-07-01","2018-05-01","2018-02-01","2018-01-01","2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-06-01"}]},{"resourceType":"subscriptions/resources","locations":[],"apiVersions":["2018-09-01","2018-08-01","2018-07-01","2018-05-01","2018-02-01","2018-01-01","2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-06-01"}]},{"resourceType":"subscriptions/providers","locations":[],"apiVersions":["2018-09-01","2018-08-01","2018-07-01","2018-05-01","2018-02-01","2018-01-01","2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-06-01"}]},{"resourceType":"subscriptions/operationresults","locations":[],"apiVersions":["2018-09-01","2018-08-01","2018-07-01","2018-05-01","2018-02-01","2018-01-01","2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-06-01"}]},{"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","West India","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-09-01","2018-08-01","2018-07-01","2018-05-01","2018-02-01","2018-01-01","2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-06-01"}]},{"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","West India","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-09-01","2018-08-01","2018-07-01","2018-05-01","2018-02-01","2018-01-01","2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-06-01"}]},{"resourceType":"subscriptions/resourcegroups/resources","locations":[],"apiVersions":["2018-09-01","2018-08-01","2018-07-01","2018-05-01","2018-02-01","2018-01-01","2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-06-01"}]},{"resourceType":"subscriptions/locations","locations":[],"apiVersions":["2018-09-01","2018-08-01","2018-07-01","2018-05-01","2018-02-01","2018-01-01","2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-06-01"}]},{"resourceType":"subscriptions/tagnames","locations":[],"apiVersions":["2018-09-01","2018-08-01","2018-07-01","2018-05-01","2018-02-01","2018-01-01","2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-06-01"}]},{"resourceType":"subscriptions/tagNames/tagValues","locations":[],"apiVersions":["2018-09-01","2018-08-01","2018-07-01","2018-05-01","2018-02-01","2018-01-01","2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-06-01"}]},{"resourceType":"deployments","locations":[],"apiVersions":["2018-09-01","2018-08-01","2018-07-01","2018-05-01","2018-02-01","2018-01-01","2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-06-01"}]},{"resourceType":"deployments/operations","locations":[],"apiVersions":["2018-09-01","2018-08-01","2018-07-01","2018-05-01","2018-02-01","2018-01-01","2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-06-01"}]},{"resourceType":"links","locations":[],"apiVersions":["2018-09-01","2018-08-01","2018-07-01","2018-05-01","2018-02-01","2018-01-01","2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-06-01"}]},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2015-01-01"}]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.SaaS","namespace":"Microsoft.SaaS","resourceTypes":[{"resourceType":"applications","locations":["global"],"apiVersions":["2018-03-01-beta"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"checknameavailability","locations":["global"],"apiVersions":["2018-03-01-beta"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.SecurityGraph","namespace":"Microsoft.SecurityGraph","resourceTypes":[{"resourceType":"operations","locations":["West US"],"apiVersions":["2017-04-01-preview"]},{"resourceType":"diagnosticSettings","locations":[],"apiVersions":["2017-04-01-preview"]},{"resourceType":"diagnosticSettingsCategories","locations":[],"apiVersions":["2017-04-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.ServiceFabricMesh","namespace":"Microsoft.ServiceFabricMesh","authorizations":[{"applicationId":"d10de03d-5ba3-497a-90e6-7ff8c9736059","roleDefinitionId":"BC13595A-E262-4621-929E-56FF90E6BF18"}],"resourceTypes":[{"resourceType":"applications","locations":["East US","West US","West Europe","East Asia"],"apiVersions":["2018-07-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networks","locations":["East US","West US","West Europe","East Asia"],"apiVersions":["2018-07-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"volumes","locations":["East US","West US","West Europe","East Asia"],"apiVersions":["2018-07-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"secrets","locations":["East US","West Europe","East Asia"],"apiVersions":["2018-09-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"gateways","locations":["East US","West Europe","East Asia"],"apiVersions":["2018-09-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2018-09-01-preview","2018-07-01-preview"]},{"resourceType":"locations/applicationOperations","locations":["East US","West US","West Europe","East Asia"],"apiVersions":["2018-07-01-preview"]},{"resourceType":"locations/networkOperations","locations":["East US","West US","West Europe","East Asia"],"apiVersions":["2018-07-01-preview"]},{"resourceType":"locations/volumeOperations","locations":["East US","West US","West Europe","East Asia"],"apiVersions":["2018-07-01-preview"]},{"resourceType":"locations/gatewayOperations","locations":["East US","West Europe","East Asia"],"apiVersions":["2018-09-01-preview"]},{"resourceType":"locations/secretOperations","locations":["East US","West US","West Europe","East Asia"],"apiVersions":["2018-07-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.SignalRService","namespace":"Microsoft.SignalRService","resourceTypes":[{"resourceType":"SignalR","locations":["East US","West US","Southeast Asia","West Europe","West US 2","East US 2","North Europe","Australia East","Canada East","Central US","Japan East"],"apiVersions":["2018-10-01","2018-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2018-10-01","2018-03-01-preview"]},{"resourceType":"locations/operationResults","locations":["East US","West US","Southeast Asia","West Europe","West US 2","East US 2","North Europe","Australia East","Canada East","Central US","Japan East"],"apiVersions":["2018-10-01","2018-03-01-preview"]},{"resourceType":"operations","locations":["East US","East US 2","West US","West US 2","Central US"],"apiVersions":["2018-10-01","2018-03-01-preview"]},{"resourceType":"locations/checkNameAvailability","locations":["East US","West US","Southeast Asia","West Europe","West US 2","East US 2","North Europe","Australia East","Canada East","Central US","Japan East"],"apiVersions":["2018-10-01","2018-03-01-preview"]},{"resourceType":"locations/usages","locations":["East US","West US","Southeast Asia","West Europe","West US 2","East US 2","North Europe","Australia East","Canada East","Central US","Japan East"],"apiVersions":["2018-10-01","2018-03-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Solutions","namespace":"Microsoft.Solutions","authorization":{"applicationId":"ba4bc2bd-843f-4d61-9d33-199178eae34e","roleDefinitionId":"6cb99a0b-29a8-49bc-b57b-057acc68cd9a","managedByRoleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635","managedByAuthorization":{"managedByResourceRoleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}},"resourceTypes":[{"resourceType":"appliances","locations":["West Central US"],"apiVersions":["2016-09-01-preview"],"capabilities":"None"},{"resourceType":"applianceDefinitions","locations":["West Central US"],"apiVersions":["2016-09-01-preview"],"capabilities":"None"},{"resourceType":"applications","locations":["South Central US","North Central US","West Central US","West US","West US 2","East US","East US 2","Central US","West Europe","North Europ
2018-12-06T15:55:02.497+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 767f
2018-12-06T15:55:02.498+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: e","East Asia","Southeast Asia","Brazil South","Japan West","Japan East","Australia East","Australia Southeast","South India","West India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-09-01-preview","2018-06-01","2018-03-01","2018-02-01","2017-12-01","2017-09-01"],"capabilities":"None"},{"resourceType":"applicationDefinitions","locations":["South Central US","North Central US","West Central US","West US","West US 2","East US","East US 2","Central US","West Europe","North Europe","East Asia","Southeast Asia","Brazil South","Japan West","Japan East","Australia East","Australia Southeast","South India","West India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-09-01-preview","2018-06-01","2018-03-01","2018-02-01","2017-12-01","2017-09-01"],"capabilities":"None"},{"resourceType":"locations","locations":["West Central US"],"apiVersions":["2018-09-01-preview","2018-06-01","2018-03-01","2018-02-01","2017-12-01","2017-09-01","2016-09-01-preview"]},{"resourceType":"jitRequests","locations":["South Central US","North Central US","West Central US","West US","West US 2","East US","East US 2","Central US","West Europe","North Europe","East Asia","Southeast Asia","Brazil South","Japan West","Japan East","Australia East","Australia Southeast","South India","West India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-09-01-preview"],"capabilities":"None"},{"resourceType":"locations/operationstatuses","locations":["South Central US","North Central US","West Central US","West US","West US 2","East US","East US 2","Central US","West Europe","North Europe","East Asia","Southeast Asia","Brazil South","Japan West","Japan East","Australia East","Australia Southeast","South India","West India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-09-01-preview","2018-06-01","2018-03-01","2018-02-01","2017-12-01","2017-09-01","2016-09-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2018-09-01-preview","2018-06-01","2018-03-01","2018-02-01","2017-12-01","2017-09-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.SqlVirtualMachine","namespace":"Microsoft.SqlVirtualMachine","authorizations":[{"applicationId":"bd93b475-f9e2-476e-963d-b2daf143ffb9","roleDefinitionId":"f96bd990-ffdf-4c17-8ee3-77454d9c3f5d"}],"resourceTypes":[{"resourceType":"SqlVirtualMachineGroups","locations":["West Central US","Brazil South","West Europe","Australia Central","Australia East","Canada Central","East Asia","East US","East US 2","France South","Central India","West India","Japan East","Korea South","North Central US","UK South","West US 2","Australia Southeast","Canada East","Central US","France Central","South India","Japan West","Korea Central","North Europe","South Central US","Southeast Asia","UK West","West US"],"apiVersions":["2017-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"SqlVirtualMachines","locations":["West Central US","Brazil South","West Europe","Australia Central","Australia East","Canada Central","East Asia","East US","East US 2","France South","Central India","West India","Japan East","Korea South","North Central US","UK South","West US 2","Australia Southeast","Canada East","Central US","France Central","South India","Japan West","Korea Central","North Europe","South Central US","Southeast Asia","UK West","West US"],"apiVersions":["2017-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"SqlVirtualMachineGroups/AvailabilityGroupListeners","locations":["West Central US","Brazil South","West Europe","Australia Central","Australia East","Canada Central","East Asia","East US","East US 2","France South","Central India","West India","Japan East","Korea South","North Central US","UK South","West US 2","Australia Southeast","Canada East","Central US","France Central","South India","Japan West","Korea Central","North Europe","South Central US","Southeast Asia","UK West","West US"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"Locations/OperationTypes","locations":["West Central US","Brazil South","West Europe","Australia Central","Australia East","Canada Central","East Asia","East US","East US 2","France South","Central India","West India","Japan East","Korea South","North Central US","UK South","West US 2","Australia Southeast","Canada East","Central US","France Central","South India","Japan West","Korea Central","North Europe","South Central US","Southeast Asia","UK West","West US"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"Locations/sqlVirtualMachineOperationResults","locations":["West Central US","Brazil South","West Europe","Australia Central","Australia East","Canada Central","East Asia","East US","East US 2","France South","Central India","West India","Japan East","Korea South","North Central US","UK South","West US 2","Australia Southeast","Canada East","Central US","France Central","South India","Japan West","Korea Central","North Europe","South Central US","Southeast Asia","UK West","West US"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"Locations/sqlVirtualMachineGroupOperationResults","locations":["West Central US","Brazil South","West Europe","Australia Central","Australia East","Canada Central","East Asia","East US","East US 2","France South","Central India","West India","Japan East","Korea South","North Central US","UK South","West US 2","Australia Southeast","Canada East","Central US","France Central","South India","Japan West","Korea Central","North Europe","South Central US","Southeast Asia","UK West","West US"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"Locations/availabilityGroupListenerOperationResults","locations":["West Central US","Brazil South","West Europe","Australia Central","Australia East","Canada Central","East Asia","East US","East US 2","France South","Central India","West India","Japan East","Korea South","North Central US","UK South","West US 2","Australia Southeast","Canada East","Central US","France Central","South India","Japan West","Korea Central","North Europe","South Central US","Southeast Asia","UK West","West US"],"apiVersions":["2017-03-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.StorageSync","namespace":"Microsoft.StorageSync","authorizations":[{"applicationId":"9469b9f5-6722-4481-a2b2-14ed560b706f"}],"resourceTypes":[{"resourceType":"storageSyncServices","locations":["West US","West Europe","North Europe","Southeast Asia","East Asia","Australia East","Australia Southeast","East US","Canada Central","Canada East","Central US","East US 2","UK South","UK West","Central India","South India","North Central US","South Central US"],"apiVersions":["2018-07-01","2018-04-02","2018-01-01-preview","2017-06-05-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"storageSyncServices/syncGroups","locations":["West US","West Europe","North Europe","Southeast Asia","East Asia","Australia East","Australia Southeast","East US","Canada Central","Canada East","Central US","East US 2","UK South","UK West","Central India","South India","North Central US","South Central US"],"apiVersions":["2018-07-01","2018-04-02","2018-01-01-preview","2017-06-05-preview"]},{"resourceType":"storageSyncServices/syncGroups/cloudEndpoints","locations":["West US","West Europe","North Europe","Southeast Asia","East Asia","Australia East","Australia Southeast","East US","Canada Central","Canada East","Central US","East US 2","UK South","UK West","Central India","South India","North Central US","South Central US"],"apiVersions":["2018-07-01","2018-04-02","2018-01-01-preview","2017-06-05-preview"]},{"resourceType":"storageSyncServices/syncGroups/serverEndpoints","locations":["West US","West Europe","North Europe","Southeast Asia","East Asia","Australia East","Australia Southeast","East US","Canada Central","Canada East","Central US","East US 2","UK South","UK West","Central India","South India","North Central US","South Central US"],"apiVersions":["2018-07-01","2018-04-02","2018-01-01-preview","2017-06-05-preview"]},{"resourceType":"storageSyncServices/registeredServers","locations":["West US","West Europe","North Europe","Southeast Asia","East Asia","Australia East","Australia Southeast","East US","Canada Central","Canada East","Central US","East US 2","UK South","UK West","Central India","South India","North Central US","South Central US"],"apiVersions":["2018-07-01","2018-04-02","2018-01-01-preview","2017-06-05-preview"]},{"resourceType":"storageSyncServices/workflows","locations":["West US","West Europe","North Europe","Southeast Asia","East Asia","Australia East","Australia Southeast","East US","Canada Central","Canada East","Central US","East US 2","UK South","UK West","Central India","South India","North Central US","South Central US"],"apiVersions":["2018-07-01","2018-04-02","2018-01-01-preview","2017-06-05-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2018-07-01","2018-04-02","2018-01-01-preview","2017-06-05-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2018-07-01","2018-04-02"]},{"resourceType":"locations/checkNameAvailability","locations":["West US","West Europe","North Europe","Southeast Asia","East Asia","Australia East","Australia Southeast","East US","Canada Central","Canada East","Central US","East US 2","UK South","UK West","Central India","South India","North Central US","South Central US"],"apiVersions":["2018-07-01","2018-04-02"]},{"resourceType":"locations/workflows","locations":["West US","West Europe","North Europe","Southeast Asia","East Asia","Australia East","Australia Southeast","East US","Canada Central","Canada East","Central US","East US 2","UK South","UK West","Central India","South India","North Central US","South Central US"],"apiVersions":["2018-07-01","2018-04-02"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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-06-01","2017-05-15","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/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.StreamAnalytics","namespace":"Microsoft.StreamAnalytics","resourceTypes":[{"resourceType":"streamingjobs","locations":["Central US","West Europe","East US 2","North Europe","Japan East","West US","Southeast Asia","South Central US","East Asia","Japan West","North Central US","East US","Australia East","Australia Southeast","Brazil South","Central India","West Central US","UK South","UK West","Canada Central","Canada East","West US 2"],"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"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"locations","locations":["West Europe","Central US","East US 2","North Europe","Japan East","West US","Southeast Asia","South Central US","East Asia","Japan West","North Central US","East US","Australia East","Australia Southeast","Brazil South","Central India","West Central US","UK South","West US 2","UK West","Canada Central","Canada East"],"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":"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 Central US","UK South","UK West","Canada Central","Canada East","West US 2","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 Central US","UK South","UK West","Canada Central","Canada East","West US 2","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","West Central US","UK South","UK West","Canada Central","Canada East","West US 2"],"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","2014-04-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Subscription","namespace":"Microsoft.Subscription","authorizations":[{"applicationId":"e3335adb-5ca0-40dc-b8d3-bedc094e523b","roleDefinitionId":"c8967224-f823-4f1b-809b-0110a008dd26"}],"resourceTypes":[{"resourceType":"SubscriptionDefinitions","locations":["West US"],"apiVersions":["2017-11-01-preview"]},{"resourceType":"SubscriptionOperations","locations":["West US"],"apiVersions":["2018-11-01-preview","2018-03-01-preview","2017-11-01-preview"]},{"resourceType":"CreateSubscription","locations":["Central US"],"apiVersions":["2018-11-01-preview","2018-03-01-preview"]},{"resourceType":"operations","locations":["West US"],"apiVersions":["2017-11-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/microsoft.support","namespace":"microsoft.support","authorizations":[{"applicationId":"959678cf-d004-4c22-82a6-d2ce549a58b8"}],"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/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.TimeSeriesInsights","namespace":"Microsoft.TimeSeriesInsights","authorizations":[{"applicationId":"120d688d-1518-4cf7-bd38-182f158850b6","roleDefinitionId":"5a43abdf-bb87-42c4-9e56-1c24bf364150"}],"resourceTypes":[{"resourceType":"environments","locations":["East US","East US 2","North Europe","West Europe","West US","West US 2","Central US"],"apiVersions":["2018-08-15-preview","2017-11-15","2017-02-28-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"environments/eventsources","locations":["East US","East US 2","North Europe","West Europe","West US","West US 2","Central US"],"apiVersions":["2018-08-15-preview","2017-11-15","2017-02-28-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"environments/referenceDataSets","locations":["East US","East US 2","North Europe","West Europe","West US","West US 2","Central US"],"apiVersions":["2018-08-15-preview","2017-11-15","2017-02-28-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"environments/accessPolicies","locations":["East US","East US 2","North Europe","West Europe","West US","West US 2","Central US"],"apiVersions":["2018-08-15-preview","2017-11-15","2017-02-28-preview"]},{"resourceType":"operations","locations":["East US","East US 2","North Europe","West Europe","West US","West US 2","Central US"],"apiVersions":["2018-08-15-preview","2017-11-15","2017-02-28-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/microsoft.visualstudio","namespace":"microsoft.visualstudio","authorization":{"applicationId":"499b84ac-1321-427f-aa17-267ca6975798","roleDefinitionId":"6a18f445-86f0-4e2e-b8a9-6b9b5677e3d8"},"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","West India","Central India","South India","West US 2","Canada Central"],"apiVersions":["2014-04-01-preview","2014-02-26"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","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","West India","Central India","South India","West US 2","Canada Central"],"apiVersions":["2014-04-01-preview","2014-02-26"]},{"resourceType":"account/project","locations":["East Asia","Southeast Asia","Australia East","Brazil South","Canada Central","Japan East","Japan West","North Europe","West Europe","West India","Central India","South India","Central US","East US","North Central US","South Central US","West US","West US 2"],"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","West India","Central India","South India","West US 2","Canada Central"],"apiVersions":["2014-04-01-preview","2014-02-26"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNameAvailability","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","West India","Central India","South India","West US 2","Canada Central"],"apiVersions":["2014-04-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.WindowsDefenderATP","namespace":"Microsoft.WindowsDefenderATP","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2018-09-01"]},{"resourceType":"diagnosticSettings","locations":[],"apiVersions":["2017-04-01-preview"]},{"resourceType":"diagnosticSettingsCategories","locations":[],"apiVersions":["2017-04-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.WindowsIoT","namespace":"Microsoft.WindowsIoT","resourceTypes":[{"resourceType":"DeviceServices","locations":["West US"],"apiVersions":["2018-02-16-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.WorkloadMonitor","namespace":"Microsoft.WorkloadMonitor","authorizations":[{"applicationId":"c4583fa2-767f-4008-9148-324598ac61bb","roleDefinitionId":"749f88d5-cbae-40b8-bcfc-e573ddc772fa"}],"resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2018-08-31-preview"]},{"resourceType":"componentsSummary","locations":[],"apiVersions":["2018-08-31-preview"]},{"resourceType":"monitorInstancesSummary","locations":[],"apiVersions":["2018-08-31-preview"]},{"resourceType":"monitorInstances","locations":[],"apiVersions":["2018-08-31-preview"]},{"resourceType":"components","locations":[],"apiVersions":["2018-08-31-preview"]},{"resourceType":"monitors","locations":[],"apiVersions":["2018-08-31-preview"]},{"resourceType":"notificationSettings","locations":[],"apiVersions":["2018-08-31-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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","Japan East","Japan West"],"apiVersions":["2014-10-01","2014-04-01"],"capabilities":"None"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/nuubit.nextgencdn","namespace":"nuubit.nextgencdn","resourceTypes":[{"resourceType":"accounts","locations":["East US","East US 2","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","West US","Central US"],"apiVersions":["2017-05-05"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2017-05-05"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2017-05-05"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2017-05-05"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/RavenHq.Db","namespace":"RavenHq.Db","resourceTypes":[{"resourceType":"databases","locations":["East US","North Europe","West Europe"],"apiVersions":["2016-07-18"],"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/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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":["2017-05-24","2016-08-29"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-29"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-29"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Sendgrid.Email","namespace":"Sendgrid.Email","resourceTypes":[{"resourceType":"accounts","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-01-01"],"capabilities":"None"},{"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","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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","West 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","West India"],"apiVersions":["2014-04-01"],"capabilities":"None"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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"}]}
2018-12-06T15:55:02.498+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 0
2018-12-06T15:55:02.498+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4:
2018-12-06T15:55:02.498+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4:
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Determining which Resource Providers require Registration
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.ApiManagement
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.Automation
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.Cache
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.Cdn
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.CognitiveServices
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.Compute
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.ContainerInstance
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.ContainerRegistry
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.ContainerService
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.Databricks
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.DataLakeAnalytics
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.DataLakeStore
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.DBforMySQL
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.DBforPostgreSQL
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.Devices
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.DevSpaces
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.DevTestLab
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.DocumentDB
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.EventGrid
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.EventHub
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace microsoft.insights
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.KeyVault
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.Logic
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.ManagedIdentity
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.Management
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.Network
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.NotificationHubs
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.OperationalInsights
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.OperationsManagement
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.RecoveryServices
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.Relay
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.Scheduler
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.Search
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.Security
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.ServiceBus
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.ServiceFabric
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.Sql
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.Storage
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.Web
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.Authorization
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Skipping provider registration for namespace Microsoft.Resources
2018-12-06T15:55:02.512+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] All required Resource Providers are registered
2018/12/06 15:55:02 [TRACE] [walkRefresh] Exiting eval tree: provider.azurerm
2018/12/06 15:55:02 [TRACE] dag/walk: walking "data.azurerm_route_table.source"
2018/12/06 15:55:02 [TRACE] vertex 'root.data.azurerm_route_table.source': walking
2018/12/06 15:55:02 [TRACE] vertex 'root.data.azurerm_route_table.source': evaluating
2018/12/06 15:55:02 [TRACE] [walkRefresh] Entering eval tree: data.azurerm_route_table.source
2018/12/06 15:55:02 [TRACE] root: eval: *terraform.EvalSequence
2018/12/06 15:55:02 [TRACE] root: eval: *terraform.EvalInterpolate
2018/12/06 15:55:02 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/12/06 15:55:02 [TRACE] root: eval: *terraform.EvalIf
2018/12/06 15:55:02 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/12/06 15:55:02 [TRACE] [walkRefresh] Exiting eval tree: data.azurerm_route_table.source
2018/12/06 15:55:02 [TRACE] vertex 'root.data.azurerm_route_table.source': expanding/walking dynamic subgraph
2018/12/06 15:55:02 [TRACE] Graph after step *terraform.ResourceCountTransformer:
data.azurerm_route_table.source - *terraform.NodeRefreshableDataResourceInstance
2018/12/06 15:55:02 [TRACE] OrphanResourceCount: Starting...
2018/12/06 15:55:02 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
data.azurerm_route_table.source - *terraform.NodeRefreshableDataResourceInstance
2018/12/06 15:55:02 [DEBUG] Resource state not found for "data.azurerm_route_table.source": data.azurerm_route_table.source
2018/12/06 15:55:02 [TRACE] Graph after step *terraform.AttachStateTransformer:
data.azurerm_route_table.source - *terraform.NodeRefreshableDataResourceInstance
2018/12/06 15:55:02 [TRACE] Graph after step *terraform.TargetsTransformer:
data.azurerm_route_table.source - *terraform.NodeRefreshableDataResourceInstance
2018/12/06 15:55:02 [DEBUG] ReferenceTransformer: "data.azurerm_route_table.source" references: []
2018/12/06 15:55:02 [TRACE] Graph after step *terraform.ReferenceTransformer:
data.azurerm_route_table.source - *terraform.NodeRefreshableDataResourceInstance
2018/12/06 15:55:02 [TRACE] Graph after step *terraform.RootTransformer:
data.azurerm_route_table.source - *terraform.NodeRefreshableDataResourceInstance
2018/12/06 15:55:02 [TRACE] dag/walk: added new vertex: "data.azurerm_route_table.source"
2018/12/06 15:55:02 [TRACE] dag/walk: walking "data.azurerm_route_table.source"
2018/12/06 15:55:02 [TRACE] vertex 'root.data.azurerm_route_table.source': walking
2018/12/06 15:55:02 [TRACE] vertex 'root.data.azurerm_route_table.source': evaluating
2018/12/06 15:55:02 [TRACE] [walkRefresh] Entering eval tree: data.azurerm_route_table.source
2018/12/06 15:55:02 [TRACE] root: eval: *terraform.EvalSequence
2018/12/06 15:55:02 [TRACE] root: eval: *terraform.EvalWriteState
2018/12/06 15:55:02 [TRACE] root: eval: *terraform.EvalInterpolate
2018/12/06 15:55:02 [TRACE] root: eval: *terraform.EvalIf
2018/12/06 15:55:02 [TRACE] root: eval: *terraform.EvalIf, err: early exit
2018/12/06 15:55:02 [TRACE] root: eval: *terraform.EvalSequence, err: early exit
2018/12/06 15:55:02 [TRACE] [walkRefresh] Exiting eval tree: data.azurerm_route_table.source
2018/12/06 15:55:02 [TRACE] dag/walk: walking "provider.azurerm (close)"
2018/12/06 15:55:02 [TRACE] vertex 'root.provider.azurerm (close)': walking
2018/12/06 15:55:02 [TRACE] vertex 'root.provider.azurerm (close)': evaluating
2018/12/06 15:55:02 [TRACE] [walkRefresh] Entering eval tree: provider.azurerm (close)
2018/12/06 15:55:02 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/12/06 15:55:02 [TRACE] [walkRefresh] Exiting eval tree: provider.azurerm (close)
2018/12/06 15:55:02 [INFO] backend/local: apply calling Plan
2018/12/06 15:55:02 [INFO] terraform: building graph: GraphTypePlan
2018/12/06 15:55:02 [TRACE] ConfigTransformer: Starting for path: []
2018/12/06 15:55:02 [TRACE] Graph after step *terraform.ConfigTransformer:
azurerm_resource_group.test - *terraform.NodePlannableResource
data.azurerm_route_table.source - *terraform.NodePlannableResource
2018/12/06 15:55:02 [TRACE] Graph after step *terraform.LocalTransformer:
azurerm_resource_group.test - *terraform.NodePlannableResource
data.azurerm_route_table.source - *terraform.NodePlannableResource
2018/12/06 15:55:02 [TRACE] Graph after step *terraform.OutputTransformer:
azurerm_resource_group.test - *terraform.NodePlannableResource
data.azurerm_route_table.source - *terraform.NodePlannableResource
2018/12/06 15:55:02 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
azurerm_resource_group.test - *terraform.NodePlannableResource
data.azurerm_route_table.source - *terraform.NodePlannableResource
2018/12/06 15:55:02 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
azurerm_resource_group.test - *terraform.NodePlannableResource
data.azurerm_route_table.source - *terraform.NodePlannableResource
2018/12/06 15:55:02 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/12/06 15:55:02 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.azurerm_route_table.source
2018/12/06 15:55:02 [TRACE] Attaching resource config: &config.Resource{Mode:1, Name:"source", Type:"azurerm_route_table", RawCount:(*config.RawConfig)(0xc0003a4a10), RawConfig:(*config.RawConfig)(0xc0003a49a0), Provisioners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/12/06 15:55:02 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_resource_group.test
2018/12/06 15:55:02 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_resource_group", RawCount:(*config.RawConfig)(0xc0003a4930), RawConfig:(*config.RawConfig)(0xc0003a48c0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/12/06 15:55:02 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
azurerm_resource_group.test - *terraform.NodePlannableResource
data.azurerm_route_table.source - *terraform.NodePlannableResource
2018/12/06 15:55:02 [DEBUG] Resource state not found for "data.azurerm_route_table.source": data.azurerm_route_table.source
2018/12/06 15:55:02 [DEBUG] Resource state not found for "azurerm_resource_group.test": azurerm_resource_group.test
2018/12/06 15:55:02 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_resource_group.test - *terraform.NodePlannableResource
data.azurerm_route_table.source - *terraform.NodePlannableResource
2018/12/06 15:55:02 [TRACE] Graph after step *terraform.RootVariableTransformer:
azurerm_resource_group.test - *terraform.NodePlannableResource
data.azurerm_route_table.source - *terraform.NodePlannableResource
2018/12/06 15:55:02 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/12/06 15:55:02 [TRACE] Attach provider request: []string{} azurerm
2018/12/06 15:55:02 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"azurerm", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc0003a4850)}
2018/12/06 15:55:02 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
azurerm_resource_group.test - *terraform.NodePlannableResource
data.azurerm_route_table.source - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:55:02 [TRACE] Graph after step *terraform.MissingProviderTransformer:
azurerm_resource_group.test - *terraform.NodePlannableResource
data.azurerm_route_table.source - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:55:02 [DEBUG] resource azurerm_resource_group.test using provider provider.azurerm
2018/12/06 15:55:02 [DEBUG] resource data.azurerm_route_table.source using provider provider.azurerm
2018/12/06 15:55:02 [TRACE] Graph after step *terraform.ProviderTransformer:
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:55:02 [TRACE] Graph after step *terraform.PruneProviderTransformer:
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:55:02 [TRACE] Graph after step *terraform.ParentProviderTransformer:
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:55:02 [TRACE] Graph after step *terraform.graphTransformerMulti:
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:55:02 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:55:02 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:55:02 [DEBUG] ReferenceTransformer: "azurerm_resource_group.test" references: []
2018/12/06 15:55:02 [DEBUG] ReferenceTransformer: "provider.azurerm" references: []
2018/12/06 15:55:02 [DEBUG] ReferenceTransformer: "data.azurerm_route_table.source" references: [azurerm_resource_group.test]
2018/12/06 15:55:02 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:55:02 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_resource_group.test - *terraform.NodePlannableResource
data.azurerm_route_table.source - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:55:02 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_resource_group.test - *terraform.NodePlannableResource
data.azurerm_route_table.source - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:55:02 [TRACE] Graph after step *terraform.CloseProviderTransformer:
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_resource_group.test - *terraform.NodePlannableResource
data.azurerm_route_table.source - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_resource_group.test - *terraform.NodePlannableResource
data.azurerm_route_table.source - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:55:02 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_resource_group.test - *terraform.NodePlannableResource
data.azurerm_route_table.source - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_resource_group.test - *terraform.NodePlannableResource
data.azurerm_route_table.source - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
2018/12/06 15:55:02 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_resource_group.test - *terraform.NodePlannableResource
data.azurerm_route_table.source - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_resource_group.test - *terraform.NodePlannableResource
data.azurerm_route_table.source - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.azurerm (close) - *terraform.graphNodeCloseProvider
2018/12/06 15:55:02 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.azurerm_route_table.source - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
data.azurerm_route_table.source - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
data.azurerm_route_table.source - *terraform.NodePlannableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.azurerm (close) - *terraform.graphNodeCloseProvider
2018/12/06 15:55:02 [DEBUG] Starting graph walk: walkPlan
2018/12/06 15:55:02 [TRACE] dag/walk: added new vertex: "provider.azurerm"
2018/12/06 15:55:02 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/12/06 15:55:02 [TRACE] dag/walk: added new vertex: "provider.azurerm (close)"
2018/12/06 15:55:02 [TRACE] dag/walk: added new vertex: "root"
2018/12/06 15:55:02 [TRACE] dag/walk: added new vertex: "data.azurerm_route_table.source"
2018/12/06 15:55:02 [TRACE] dag/walk: added new vertex: "azurerm_resource_group.test"
2018/12/06 15:55:02 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "data.azurerm_route_table.source"
2018/12/06 15:55:02 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "data.azurerm_route_table.source"
2018/12/06 15:55:02 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/12/06 15:55:02 [TRACE] dag/walk: added edge: "root" waiting on "provider.azurerm (close)"
2018/12/06 15:55:02 [TRACE] dag/walk: added edge: "azurerm_resource_group.test" waiting on "provider.azurerm"
2018/12/06 15:55:02 [TRACE] dag/walk: added edge: "data.azurerm_route_table.source" waiting on "azurerm_resource_group.test"
2018/12/06 15:55:02 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/12/06 15:55:02 [TRACE] dag/walk: dependencies changed for "azurerm_resource_group.test", sending new deps
2018/12/06 15:55:02 [TRACE] dag/walk: dependencies changed for "data.azurerm_route_table.source", sending new deps
2018/12/06 15:55:02 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/12/06 15:55:02 [TRACE] dag/walk: dependencies changed for "provider.azurerm (close)", sending new deps
2018/12/06 15:55:02 [TRACE] dag/walk: walking "provider.azurerm"
2018/12/06 15:55:02 [TRACE] vertex 'root.provider.azurerm': walking
2018/12/06 15:55:02 [TRACE] vertex 'root.provider.azurerm': evaluating
2018/12/06 15:55:02 [TRACE] [walkPlan] Entering eval tree: provider.azurerm
2018/12/06 15:55:02 [TRACE] root: eval: *terraform.EvalSequence
2018/12/06 15:55:02 [TRACE] root: eval: *terraform.EvalInitProvider
2018/12/06 15:55:02 [TRACE] root: eval: terraform.EvalNoop
2018/12/06 15:55:02 [TRACE] root: eval: terraform.EvalNoop
2018/12/06 15:55:02 [TRACE] root: eval: *terraform.EvalOpFilter
2018/12/06 15:55:02 [TRACE] root: eval: *terraform.EvalSequence
2018/12/06 15:55:02 [TRACE] root: eval: *terraform.EvalGetProvider
2018/12/06 15:55:02 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/12/06 15:55:02 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/12/06 15:55:02 [TRACE] root: eval: *terraform.EvalOpFilter
2018/12/06 15:55:02 [TRACE] root: eval: *terraform.EvalSequence
2018/12/06 15:55:02 [TRACE] root: eval: *terraform.EvalConfigProvider
2018-12-06T15:55:02.521+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 Testing if Service Principal / Client Certificate is applicable for Authentication..
2018-12-06T15:55:02.521+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 Testing if Service Principal / Client Secret is applicable for Authentication..
2018-12-06T15:55:02.521+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 Testing if Managed Service Identity is applicable for Authentication..
2018-12-06T15:55:02.521+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 Testing if Parsing credentials from the Azure CLI is applicable for Authentication..
2018-12-06T15:55:02.521+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 Using Parsing credentials from the Azure CLI for Authentication
2018-12-06T15:55:02.521+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Token "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IndVTG1ZZnNxZFF1V3RWXy1oeFZ0REpKWk00USIsImtpZCI6IndVTG1ZZnNxZFF1V3RWXy1oeFZ0REpKWk00USJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC8yODQwY2Y1OS01MDg2LTQyN2EtOTYxZi00MjIyODQ1OTAxMzAvIiwiaWF0IjoxNTQzODMyNzU4LCJuYmYiOjE1NDM4MzI3NTgsImV4cCI6MTU0MzgzNjY1OCwiYWNyIjoiMSIsImFpbyI6IjQyUmdZSmpEdnVoVVNyRkV0WnUxNFNMUFBqV1pwMzVwT2R1TC80UjhFaTlkOGx4ejMwUUEiLCJhbXIiOlsicHdkIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZmFtaWx5X25hbWUiOiJIZXJuYW5kZXoiLCJnaXZlbl9uYW1lIjoiUGVkcm8iLCJncm91cHMiOlsiZjA4MjJlNmUtMThkNy00NWY5LWJjYjEtYzIyYmVlZGI5NGIzIiwiM2NmZGM0NGQtMWU2OC00N2E3LTliNDctZGEwZmQ5MWU2OWZiIiwiZWMyMTAxOWQtYzk4Ni00M2FiLTljOTQtOWY5MDQwMmMwYWU1IiwiNmUzZTQxMDQtNDUwMi00YjhmLWJlNzktMmNiZDVhYWZkN2U3IiwiMzQ2OTAwOWQtNDQyMi00YzhkLWExZGMtMTQ3YTAxMjVjODdmIiwiZWIwNzUyMWQtNzUyMC00ZTBkLTg3MTEtMjQ1ODA3MWI4M2M0IiwiNWNhYmM3ZmEtYTA2Yy00MzUxLWI3MzUtNWExOTkzZWU0OTliIiwiY2QxNTg4MTctZDhkMS00MTg3LWI5ODctZjIwZTczN2JiMDBmIiwiMzZlMTY1ODgtYzQ1Ni00MmQxLWI3ZWEtOTU5YmE2MjU0YjhmIiwiY2JlNWU1MDItNWI3ZC00MDk5LThjNTYtZWZmZGNjY2Q0NjlhIiwiOWI4YzA1NWUtZmY2NS00N2MyLTkyMTYtOTI3YjM5OGQ3OWZlIiwiZGIyYjdkMjktM2JkNi00MDBiLTliYmQtYTE5ODk0ZmQ4N2UxIiwiZmYxYWFjYTItN2ZmMS00ZWZjLWE3OGYtMjRjOTlkMDUyMjdjIiwiMzVmOWEyYzItNDZmNC00MmNlLWI0NTUtMjdkOTdkMTgzNDg0IiwiNTY1NjkwNTMtYzIyMS00MWVmLWFmZTYtNjYxMGZkOGNiZGRjIiwiM2Y4NTI0ZTktZDYyMy00YTNjLTllYjYtM2NmNDZmNDM3MGRhIiwiZjVmMGIzNGEtZGM4Yy00NDNlLTgxYmUtZjMyY2Y0MGQxMDBiIiwiNGJmMmJmZjgtZjM5OS00YzhiLThmODItZGU3Y2E5NmE0OTViIiwiNzhkZjk3Y2YtZTcyYy00ZTVjLWJjZjQtYzcxZGY1YjNiNjQyIiwiNGY3ODJiZmQtN2NiYS00YWQ2LWE3MzUtMzgzZjNlMTY2NWQ0IiwiZDljZWExMzgtMmMyMC00NWVjLTk3ZWMtMWMxMTg3YzkyNjUyIiwiMWJhOGU2ODktODJhYy00ZjVjLWJiMGItZDJkZTdiY2MxMmIxIiwiZjcwMTBiN2QtMmZmZS00ODdhLWI0MWItNWZlNDUwZTM3YzM3IiwiM2I3N2UwYTktNjY3My00ZTBmLWExOTMtMWVlOGE4YTFkMTZkIiwiYzQ0YmYyZTAtMWM2Mi00MWViLWFhZTMtNDYxNjdiYWJkZDRlIiwiY2JhZmQ4OWYtNTZhZi00OTZmLWJlYjAtM2I3NWEwYjBlZDFmIiwiM2NjMWI1NTItOWRkYS00MmM0LTkyZTYtZTA2OTBmZWJkY2Q5IiwiMzQ2OGQxMzAtYjEzYy00YmJhLTg5ZjYtNDdkZDAwNDRhMzhiIl0sImlwYWRkciI6IjgzLjIxOC42OC42NiIsIm5hbWUiOiJQZWRybyBIZXJuYW5kZXoiLCJvaWQiOiI5YTQ2M2QyYy1mMDE2LTRlMzMtYTc5Ny0xNTU4MjEzMTYzMmQiLCJvbnByZW1fc2lkIjoiUy0xLTUtMjEtMjY2MDk2MTI3MS03ODU2MzIyOTctNDA3MDgxMzYyNS05NjE5IiwicHVpZCI6IjEwMDM3RkZFQTY5RkI0REUiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJXWF8zeGl2NFBSYndoOEIxaFZNQTY5RjJXR2xKeTdWZWd3dDJIaDZ1NXJrIiwidGlkIjoiMjg0MGNmNTktNTA4Ni00MjdhLTk2MWYtNDIyMjg0NTkwMTMwIiwidW5pcXVlX25hbWUiOiJwZWRoZXJAYXZpbm9kZS5jb20iLCJ1cG4iOiJwZWRoZXJAYXZpbm9kZS5jb20iLCJ1dGkiOiJQU3ZSOTM3QXJrZXExZF9NYnQwb0FBIiwidmVyIjoiMS4wIn0.VqjJE5i4yYyL3KBZd6YgsLrOHPAzilECd2dja97y0ENxwAhLvcyAsKweD4hI4HIm2P_IlbKCx4-niItC62_OvmK6iesVK1HHOSTNdE_v2GEqW4cIE57aF81wAMklhA_I8QvYSIUxFwtQnrNTHpOZ59fTOp5mxIe57MwGVy7xCtY7jpakSoW_TbhSH4FAJF3NXSO9dis71NIwdbdQbHBDXt2s-hduCr0RvYZ6GYtG3uWLeeaRNyLqzqMRmepcgv5FurjQu_E92qPrQHkCRdUouKDhNF9a-2Zg1dXvClRkiA5iZNtZt-rhxgvH-IHwLMGvto2LlnvCyKGEQaSLHafLYw" has expired
2018-12-06T15:55:02.521+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Token "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IjdfWnVmMXR2a3dMeFlhSFMzcTZsVWpVWUlHdyIsImtpZCI6IjdfWnVmMXR2a3dMeFlhSFMzcTZsVWpVWUlHdyJ9.eyJhdWQiOiJodHRwczovL3ZhdWx0LmF6dXJlLm5ldCIsImlzcyI6Imh0dHBzOi8vc3RzLndpbmRvd3MubmV0LzI4NDBjZjU5LTUwODYtNDI3YS05NjFmLTQyMjI4NDU5MDEzMC8iLCJpYXQiOjE1MzU3OTYzMTAsIm5iZiI6MTUzNTc5NjMxMCwiZXhwIjoxNTM1ODAwMjEwLCJhY3IiOiIxIiwiYWlvIjoiQVNRQTIvOElBQUFBVk5qc0RwSGxiVW9WREJtZ3FodUdHSTBaQ3E2Sjc4Mm96S09scWJCU2pqOD0iLCJhbXIiOlsicHdkIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZV9leHAiOjI2MjgwMCwiZmFtaWx5X25hbWUiOiJIZXJuYW5kZXoiLCJnaXZlbl9uYW1lIjoiUGVkcm8iLCJncm91cHMiOlsiZjA4MjJlNmUtMThkNy00NWY5LWJjYjEtYzIyYmVlZGI5NGIzIiwiM2NmZGM0NGQtMWU2OC00N2E3LTliNDctZGEwZmQ5MWU2OWZiIiwiZWMyMTAxOWQtYzk4Ni00M2FiLTljOTQtOWY5MDQwMmMwYWU1IiwiNmUzZTQxMDQtNDUwMi00YjhmLWJlNzktMmNiZDVhYWZkN2U3IiwiMzQ2OTAwOWQtNDQyMi00YzhkLWExZGMtMTQ3YTAxMjVjODdmIiwiZWIwNzUyMWQtNzUyMC00ZTBkLTg3MTEtMjQ1ODA3MWI4M2M0IiwiNWNhYmM3ZmEtYTA2Yy00MzUxLWI3MzUtNWExOTkzZWU0OTliIiwiY2QxNTg4MTctZDhkMS00MTg3LWI5ODctZjIwZTczN2JiMDBmIiwiMzZlMTY1ODgtYzQ1Ni00MmQxLWI3ZWEtOTU5YmE2MjU0YjhmIiwiY2JlNWU1MDItNWI3ZC00MDk5LThjNTYtZWZmZGNjY2Q0NjlhIiwiOWI4YzA1NWUtZmY2NS00N2MyLTkyMTYtOTI3YjM5OGQ3OWZlIiwiZGIyYjdkMjktM2JkNi00MDBiLTliYmQtYTE5ODk0ZmQ4N2UxIiwiMzVmOWEyYzItNDZmNC00MmNlLWI0NTUtMjdkOTdkMTgzNDg0IiwiNTY1NjkwNTMtYzIyMS00MWVmLWFmZTYtNjYxMGZkOGNiZGRjIiwiM2Y4NTI0ZTktZDYyMy00YTNjLTllYjYtM2NmNDZmNDM3MGRhIiwiZjVmMGIzNGEtZGM4Yy00NDNlLTgxYmUtZjMyY2Y0MGQxMDBiIiwiNGJmMmJmZjgtZjM5OS00YzhiLThmODItZGU3Y2E5NmE0OTViIiwiNzhkZjk3Y2YtZTcyYy00ZTVjLWJjZjQtYzcxZGY1YjNiNjQyIiwiNGY3ODJiZmQtN2NiYS00YWQ2LWE3MzUtMzgzZjNlMTY2NWQ0IiwiMWJhOGU2ODktODJhYy00ZjVjLWJiMGItZDJkZTdiY2MxMmIxIiwiZjcwMTBiN2QtMmZmZS00ODdhLWI0MWItNWZlNDUwZTM3YzM3IiwiM2I3N2UwYTktNjY3My00ZTBmLWExOTMtMWVlOGE4YTFkMTZkIiwiYzQ0YmYyZTAtMWM2Mi00MWViLWFhZTMtNDYxNjdiYWJkZDRlIiwiY2JhZmQ4OWYtNTZhZi00OTZmLWJlYjAtM2I3NWEwYjBlZDFmIiwiM2NjMWI1NTItOWRkYS00MmM0LTkyZTYtZTA2OTBmZWJkY2Q5IiwiMzQ2OGQxMzAtYjEzYy00YmJhLTg5ZjYtNDdkZDAwNDRhMzhiIl0sImlwYWRkciI6IjgzLjIxOC42OC42NiIsIm5hbWUiOiJQZWRybyBIZXJuYW5kZXoiLCJvaWQiOiI5YTQ2M2QyYy1mMDE2LTRlMzMtYTc5Ny0xNTU4MjEzMTYzMmQiLCJvbnByZW1fc2lkIjoiUy0xLTUtMjEtMjY2MDk2MTI3MS03ODU2MzIyOTctNDA3MDgxMzYyNS05NjE5IiwicHVpZCI6IjEwMDM3RkZFQTY5RkI0REUiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJ3ZGcwVUsxQ21NcHFrV2U0YUxHdlhVZnhILTkxQ1F3VDVSY2ZTSjN0M240IiwidGlkIjoiMjg0MGNmNTktNTA4Ni00MjdhLTk2MWYtNDIyMjg0NTkwMTMwIiwidW5pcXVlX25hbWUiOiJwZWRoZXJAYXZpbm9kZS5jb20iLCJ1cG4iOiJwZWRoZXJAYXZpbm9kZS5jb20iLCJ1dGkiOiJnSC1OVFVMODNrdTJIS3J5TEpnR0FBIiwidmVyIjoiMS4wIn0.MTrM2UaeGXZbnOavBAR4anB6wLCAPlEsNZwaDIJdxR5Mk2kHCGv8sH4J1-ZK_i65JyDuxS4OThEIdYoYwWfv_9_61dn_2wUZ6soJ_R64WQ1H8cJvbONqPX7SY0Eg2l8hfE9850HaRj593h_OrRr27woy41y1YSBDQYnoR5F1A5JECEwWyrux1W-fKJb3LlpT820SKuBKu5qwlrqDxurc_sPjUVpHNk6OewPA7VDvdEAbS7Ni-5dO392TloPiZxJiwz2SULX222R8Ei4Jl8__OeCFJMP2_8U6Kb5nMbMD_SLD83XdNVqEwl9jgxPHGVwtDlbONGmgkdagRfgI4Ej7gQ" has expired
2018-12-06T15:55:02.522+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Token "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Imk2bEdrM0ZaenhSY1ViMkMzbkVRN3N5SEpsWSIsImtpZCI6Imk2bEdrM0ZaenhSY1ViMkMzbkVRN3N5SEpsWSJ9.eyJhdWQiOiJodHRwczovL2dyYXBoLndpbmRvd3MubmV0LyIsImlzcyI6Imh0dHBzOi8vc3RzLndpbmRvd3MubmV0LzI4NDBjZjU5LTUwODYtNDI3YS05NjFmLTQyMjI4NDU5MDEzMC8iLCJpYXQiOjE1Mzg0NjcyMzgsIm5iZiI6MTUzODQ2NzIzOCwiZXhwIjoxNTM4NDcxMTM4LCJhY3IiOiIxIiwiYWlvIjoiNDJCZ1lPanpXYVJ0NHV0Y0xaNjBURUpEYk5wSEJvbFhKNy9YejRoN0tNWms5L0pac0FRQSIsImFtciI6WyJwd2QiXSwiYXBwaWQiOiIwNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDYiLCJhcHBpZGFjciI6IjAiLCJlX2V4cCI6MjYyODAwLCJmYW1pbHlfbmFtZSI6Ikhlcm5hbmRleiIsImdpdmVuX25hbWUiOiJQZWRybyIsImlwYWRkciI6IjgzLjIxOC42OC42NiIsIm5hbWUiOiJQZWRybyBIZXJuYW5kZXoiLCJvaWQiOiI5YTQ2M2QyYy1mMDE2LTRlMzMtYTc5Ny0xNTU4MjEzMTYzMmQiLCJvbnByZW1fc2lkIjoiUy0xLTUtMjEtMjY2MDk2MTI3MS03ODU2MzIyOTctNDA3MDgxMzYyNS05NjE5IiwicHVpZCI6IjEwMDM3RkZFQTY5RkI0REUiLCJzY3AiOiI2MmU5MDM5NC02OWY1LTQyMzctOTE5MC0wMTIxNzcxNDVlMTAiLCJzdWIiOiJ2UDF5VHluc2owVUVFV2hWRGwtYWt4T3ZRZjNaUXY3MVFwcmgtc3lKWFFjIiwidGVuYW50X3JlZ2lvbl9zY29wZSI6IkVVIiwidGlkIjoiMjg0MGNmNTktNTA4Ni00MjdhLTk2MWYtNDIyMjg0NTkwMTMwIiwidW5pcXVlX25hbWUiOiJwZWRoZXJAYXZpbm9kZS5jb20iLCJ1cG4iOiJwZWRoZXJAYXZpbm9kZS5jb20iLCJ1dGkiOiJpRkRJU0xaV0IwU2diVGtUenhzQUFRIiwidmVyIjoiMS4wIn0.pl__jriDyhvJJOF2tsxTBAzt1U6bawAdOxrrpYbbFHMpqvmIAUDSXwE4I7CsP6OwxzY2OH0rW6zoSY0IfrSxflP9LCeD7UrT_bzH7rYf1ZGZBh1Xvru_XseFh0uwLASGbSQJYbflwPrrSMuv-QRGHLsP34XahsU1bh72c-6zUi1E13QNZSeIYzmtUOghkBkGU3CjUQd2y0ZWNhBglHIqIHDxkTkLhko_txeZWUBBacWWKHH8M41LSbEaL8_1i21-zzG4oEymbGOXZPo0oB8zt86izXVm2a1YWvNVIYwAXgy78WV604pzfCZCF8_Xm1eRnchGPyWW28tCrSb5mnZ2BQ" has expired
2018-12-06T15:55:02.522+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Token "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IndVTG1ZZnNxZFF1V3RWXy1oeFZ0REpKWk00USIsImtpZCI6IndVTG1ZZnNxZFF1V3RWXy1oeFZ0REpKWk00USJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC8yODQwY2Y1OS01MDg2LTQyN2EtOTYxZi00MjIyODQ1OTAxMzAvIiwiaWF0IjoxNTQzODMyNzU4LCJuYmYiOjE1NDM4MzI3NTgsImV4cCI6MTU0MzgzNjY1OCwiYWNyIjoiMSIsImFpbyI6IjQyUmdZSmpEdnVoVVNyRkV0WnUxNFNMUFBqV1pwMzVwT2R1TC80UjhFaTlkOGx4ejMwUUEiLCJhbXIiOlsicHdkIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZmFtaWx5X25hbWUiOiJIZXJuYW5kZXoiLCJnaXZlbl9uYW1lIjoiUGVkcm8iLCJncm91cHMiOlsiZjA4MjJlNmUtMThkNy00NWY5LWJjYjEtYzIyYmVlZGI5NGIzIiwiM2NmZGM0NGQtMWU2OC00N2E3LTliNDctZGEwZmQ5MWU2OWZiIiwiZWMyMTAxOWQtYzk4Ni00M2FiLTljOTQtOWY5MDQwMmMwYWU1IiwiNmUzZTQxMDQtNDUwMi00YjhmLWJlNzktMmNiZDVhYWZkN2U3IiwiMzQ2OTAwOWQtNDQyMi00YzhkLWExZGMtMTQ3YTAxMjVjODdmIiwiZWIwNzUyMWQtNzUyMC00ZTBkLTg3MTEtMjQ1ODA3MWI4M2M0IiwiNWNhYmM3ZmEtYTA2Yy00MzUxLWI3MzUtNWExOTkzZWU0OTliIiwiY2QxNTg4MTctZDhkMS00MTg3LWI5ODctZjIwZTczN2JiMDBmIiwiMzZlMTY1ODgtYzQ1Ni00MmQxLWI3ZWEtOTU5YmE2MjU0YjhmIiwiY2JlNWU1MDItNWI3ZC00MDk5LThjNTYtZWZmZGNjY2Q0NjlhIiwiOWI4YzA1NWUtZmY2NS00N2MyLTkyMTYtOTI3YjM5OGQ3OWZlIiwiZGIyYjdkMjktM2JkNi00MDBiLTliYmQtYTE5ODk0ZmQ4N2UxIiwiZmYxYWFjYTItN2ZmMS00ZWZjLWE3OGYtMjRjOTlkMDUyMjdjIiwiMzVmOWEyYzItNDZmNC00MmNlLWI0NTUtMjdkOTdkMTgzNDg0IiwiNTY1NjkwNTMtYzIyMS00MWVmLWFmZTYtNjYxMGZkOGNiZGRjIiwiM2Y4NTI0ZTktZDYyMy00YTNjLTllYjYtM2NmNDZmNDM3MGRhIiwiZjVmMGIzNGEtZGM4Yy00NDNlLTgxYmUtZjMyY2Y0MGQxMDBiIiwiNGJmMmJmZjgtZjM5OS00YzhiLThmODItZGU3Y2E5NmE0OTViIiwiNzhkZjk3Y2YtZTcyYy00ZTVjLWJjZjQtYzcxZGY1YjNiNjQyIiwiNGY3ODJiZmQtN2NiYS00YWQ2LWE3MzUtMzgzZjNlMTY2NWQ0IiwiZDljZWExMzgtMmMyMC00NWVjLTk3ZWMtMWMxMTg3YzkyNjUyIiwiMWJhOGU2ODktODJhYy00ZjVjLWJiMGItZDJkZTdiY2MxMmIxIiwiZjcwMTBiN2QtMmZmZS00ODdhLWI0MWItNWZlNDUwZTM3YzM3IiwiM2I3N2UwYTktNjY3My00ZTBmLWExOTMtMWVlOGE4YTFkMTZkIiwiYzQ0YmYyZTAtMWM2Mi00MWViLWFhZTMtNDYxNjdiYWJkZDRlIiwiY2JhZmQ4OWYtNTZhZi00OTZmLWJlYjAtM2I3NWEwYjBlZDFmIiwiM2NjMWI1NTItOWRkYS00MmM0LTkyZTYtZTA2OTBmZWJkY2Q5IiwiMzQ2OGQxMzAtYjEzYy00YmJhLTg5ZjYtNDdkZDAwNDRhMzhiIl0sImlwYWRkciI6IjgzLjIxOC42OC42NiIsIm5hbWUiOiJQZWRybyBIZXJuYW5kZXoiLCJvaWQiOiI5YTQ2M2QyYy1mMDE2LTRlMzMtYTc5Ny0xNTU4MjEzMTYzMmQiLCJvbnByZW1fc2lkIjoiUy0xLTUtMjEtMjY2MDk2MTI3MS03ODU2MzIyOTctNDA3MDgxMzYyNS05NjE5IiwicHVpZCI6IjEwMDM3RkZFQTY5RkI0REUiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJXWF8zeGl2NFBSYndoOEIxaFZNQTY5RjJXR2xKeTdWZWd3dDJIaDZ1NXJrIiwidGlkIjoiMjg0MGNmNTktNTA4Ni00MjdhLTk2MWYtNDIyMjg0NTkwMTMwIiwidW5pcXVlX25hbWUiOiJwZWRoZXJAYXZpbm9kZS5jb20iLCJ1cG4iOiJwZWRoZXJAYXZpbm9kZS5jb20iLCJ1dGkiOiJQU3ZSOTM3QXJrZXExZF9NYnQwb0FBIiwidmVyIjoiMS4wIn0.VqjJE5i4yYyL3KBZd6YgsLrOHPAzilECd2dja97y0ENxwAhLvcyAsKweD4hI4HIm2P_IlbKCx4-niItC62_OvmK6iesVK1HHOSTNdE_v2GEqW4cIE57aF81wAMklhA_I8QvYSIUxFwtQnrNTHpOZ59fTOp5mxIe57MwGVy7xCtY7jpakSoW_TbhSH4FAJF3NXSO9dis71NIwdbdQbHBDXt2s-hduCr0RvYZ6GYtG3uWLeeaRNyLqzqMRmepcgv5FurjQu_E92qPrQHkCRdUouKDhNF9a-2Zg1dXvClRkiA5iZNtZt-rhxgvH-IHwLMGvto2LlnvCyKGEQaSLHafLYw" has expired
2018-12-06T15:55:02.522+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Token "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6IjdfWnVmMXR2a3dMeFlhSFMzcTZsVWpVWUlHdyIsImtpZCI6IjdfWnVmMXR2a3dMeFlhSFMzcTZsVWpVWUlHdyJ9.eyJhdWQiOiJodHRwczovL3ZhdWx0LmF6dXJlLm5ldCIsImlzcyI6Imh0dHBzOi8vc3RzLndpbmRvd3MubmV0LzI4NDBjZjU5LTUwODYtNDI3YS05NjFmLTQyMjI4NDU5MDEzMC8iLCJpYXQiOjE1MzU3OTYzMTAsIm5iZiI6MTUzNTc5NjMxMCwiZXhwIjoxNTM1ODAwMjEwLCJhY3IiOiIxIiwiYWlvIjoiQVNRQTIvOElBQUFBVk5qc0RwSGxiVW9WREJtZ3FodUdHSTBaQ3E2Sjc4Mm96S09scWJCU2pqOD0iLCJhbXIiOlsicHdkIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZV9leHAiOjI2MjgwMCwiZmFtaWx5X25hbWUiOiJIZXJuYW5kZXoiLCJnaXZlbl9uYW1lIjoiUGVkcm8iLCJncm91cHMiOlsiZjA4MjJlNmUtMThkNy00NWY5LWJjYjEtYzIyYmVlZGI5NGIzIiwiM2NmZGM0NGQtMWU2OC00N2E3LTliNDctZGEwZmQ5MWU2OWZiIiwiZWMyMTAxOWQtYzk4Ni00M2FiLTljOTQtOWY5MDQwMmMwYWU1IiwiNmUzZTQxMDQtNDUwMi00YjhmLWJlNzktMmNiZDVhYWZkN2U3IiwiMzQ2OTAwOWQtNDQyMi00YzhkLWExZGMtMTQ3YTAxMjVjODdmIiwiZWIwNzUyMWQtNzUyMC00ZTBkLTg3MTEtMjQ1ODA3MWI4M2M0IiwiNWNhYmM3ZmEtYTA2Yy00MzUxLWI3MzUtNWExOTkzZWU0OTliIiwiY2QxNTg4MTctZDhkMS00MTg3LWI5ODctZjIwZTczN2JiMDBmIiwiMzZlMTY1ODgtYzQ1Ni00MmQxLWI3ZWEtOTU5YmE2MjU0YjhmIiwiY2JlNWU1MDItNWI3ZC00MDk5LThjNTYtZWZmZGNjY2Q0NjlhIiwiOWI4YzA1NWUtZmY2NS00N2MyLTkyMTYtOTI3YjM5OGQ3OWZlIiwiZGIyYjdkMjktM2JkNi00MDBiLTliYmQtYTE5ODk0ZmQ4N2UxIiwiMzVmOWEyYzItNDZmNC00MmNlLWI0NTUtMjdkOTdkMTgzNDg0IiwiNTY1NjkwNTMtYzIyMS00MWVmLWFmZTYtNjYxMGZkOGNiZGRjIiwiM2Y4NTI0ZTktZDYyMy00YTNjLTllYjYtM2NmNDZmNDM3MGRhIiwiZjVmMGIzNGEtZGM4Yy00NDNlLTgxYmUtZjMyY2Y0MGQxMDBiIiwiNGJmMmJmZjgtZjM5OS00YzhiLThmODItZGU3Y2E5NmE0OTViIiwiNzhkZjk3Y2YtZTcyYy00ZTVjLWJjZjQtYzcxZGY1YjNiNjQyIiwiNGY3ODJiZmQtN2NiYS00YWQ2LWE3MzUtMzgzZjNlMTY2NWQ0IiwiMWJhOGU2ODktODJhYy00ZjVjLWJiMGItZDJkZTdiY2MxMmIxIiwiZjcwMTBiN2QtMmZmZS00ODdhLWI0MWItNWZlNDUwZTM3YzM3IiwiM2I3N2UwYTktNjY3My00ZTBmLWExOTMtMWVlOGE4YTFkMTZkIiwiYzQ0YmYyZTAtMWM2Mi00MWViLWFhZTMtNDYxNjdiYWJkZDRlIiwiY2JhZmQ4OWYtNTZhZi00OTZmLWJlYjAtM2I3NWEwYjBlZDFmIiwiM2NjMWI1NTItOWRkYS00MmM0LTkyZTYtZTA2OTBmZWJkY2Q5IiwiMzQ2OGQxMzAtYjEzYy00YmJhLTg5ZjYtNDdkZDAwNDRhMzhiIl0sImlwYWRkciI6IjgzLjIxOC42OC42NiIsIm5hbWUiOiJQZWRybyBIZXJuYW5kZXoiLCJvaWQiOiI5YTQ2M2QyYy1mMDE2LTRlMzMtYTc5Ny0xNTU4MjEzMTYzMmQiLCJvbnByZW1fc2lkIjoiUy0xLTUtMjEtMjY2MDk2MTI3MS03ODU2MzIyOTctNDA3MDgxMzYyNS05NjE5IiwicHVpZCI6IjEwMDM3RkZFQTY5RkI0REUiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJ3ZGcwVUsxQ21NcHFrV2U0YUxHdlhVZnhILTkxQ1F3VDVSY2ZTSjN0M240IiwidGlkIjoiMjg0MGNmNTktNTA4Ni00MjdhLTk2MWYtNDIyMjg0NTkwMTMwIiwidW5pcXVlX25hbWUiOiJwZWRoZXJAYXZpbm9kZS5jb20iLCJ1cG4iOiJwZWRoZXJAYXZpbm9kZS5jb20iLCJ1dGkiOiJnSC1OVFVMODNrdTJIS3J5TEpnR0FBIiwidmVyIjoiMS4wIn0.MTrM2UaeGXZbnOavBAR4anB6wLCAPlEsNZwaDIJdxR5Mk2kHCGv8sH4J1-ZK_i65JyDuxS4OThEIdYoYwWfv_9_61dn_2wUZ6soJ_R64WQ1H8cJvbONqPX7SY0Eg2l8hfE9850HaRj593h_OrRr27woy41y1YSBDQYnoR5F1A5JECEwWyrux1W-fKJb3LlpT820SKuBKu5qwlrqDxurc_sPjUVpHNk6OewPA7VDvdEAbS7Ni-5dO392TloPiZxJiwz2SULX222R8Ei4Jl8__OeCFJMP2_8U6Kb5nMbMD_SLD83XdNVqEwl9jgxPHGVwtDlbONGmgkdagRfgI4Ej7gQ" has expired
2018-12-06T15:55:02.522+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] Token "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Imk2bEdrM0ZaenhSY1ViMkMzbkVRN3N5SEpsWSIsImtpZCI6Imk2bEdrM0ZaenhSY1ViMkMzbkVRN3N5SEpsWSJ9.eyJhdWQiOiJodHRwczovL2dyYXBoLndpbmRvd3MubmV0LyIsImlzcyI6Imh0dHBzOi8vc3RzLndpbmRvd3MubmV0LzI4NDBjZjU5LTUwODYtNDI3YS05NjFmLTQyMjI4NDU5MDEzMC8iLCJpYXQiOjE1Mzg0NjcyMzgsIm5iZiI6MTUzODQ2NzIzOCwiZXhwIjoxNTM4NDcxMTM4LCJhY3IiOiIxIiwiYWlvIjoiNDJCZ1lPanpXYVJ0NHV0Y0xaNjBURUpEYk5wSEJvbFhKNy9YejRoN0tNWms5L0pac0FRQSIsImFtciI6WyJwd2QiXSwiYXBwaWQiOiIwNGIwNzc5NS04ZGRiLTQ2MWEtYmJlZS0wMmY5ZTFiZjdiNDYiLCJhcHBpZGFjciI6IjAiLCJlX2V4cCI6MjYyODAwLCJmYW1pbHlfbmFtZSI6Ikhlcm5hbmRleiIsImdpdmVuX25hbWUiOiJQZWRybyIsImlwYWRkciI6IjgzLjIxOC42OC42NiIsIm5hbWUiOiJQZWRybyBIZXJuYW5kZXoiLCJvaWQiOiI5YTQ2M2QyYy1mMDE2LTRlMzMtYTc5Ny0xNTU4MjEzMTYzMmQiLCJvbnByZW1fc2lkIjoiUy0xLTUtMjEtMjY2MDk2MTI3MS03ODU2MzIyOTctNDA3MDgxMzYyNS05NjE5IiwicHVpZCI6IjEwMDM3RkZFQTY5RkI0REUiLCJzY3AiOiI2MmU5MDM5NC02OWY1LTQyMzctOTE5MC0wMTIxNzcxNDVlMTAiLCJzdWIiOiJ2UDF5VHluc2owVUVFV2hWRGwtYWt4T3ZRZjNaUXY3MVFwcmgtc3lKWFFjIiwidGVuYW50X3JlZ2lvbl9zY29wZSI6IkVVIiwidGlkIjoiMjg0MGNmNTktNTA4Ni00MjdhLTk2MWYtNDIyMjg0NTkwMTMwIiwidW5pcXVlX25hbWUiOiJwZWRoZXJAYXZpbm9kZS5jb20iLCJ1cG4iOiJwZWRoZXJAYXZpbm9kZS5jb20iLCJ1dGkiOiJpRkRJU0xaV0IwU2diVGtUenhzQUFRIiwidmVyIjoiMS4wIn0.pl__jriDyhvJJOF2tsxTBAzt1U6bawAdOxrrpYbbFHMpqvmIAUDSXwE4I7CsP6OwxzY2OH0rW6zoSY0IfrSxflP9LCeD7UrT_bzH7rYf1ZGZBh1Xvru_XseFh0uwLASGbSQJYbflwPrrSMuv-QRGHLsP34XahsU1bh72c-6zUi1E13QNZSeIYzmtUOghkBkGU3CjUQd2y0ZWNhBglHIqIHDxkTkLhko_txeZWUBBacWWKHH8M41LSbEaL8_1i21-zzG4oEymbGOXZPo0oB8zt86izXVm2a1YWvNVIYwAXgy78WV604pzfCZCF8_Xm1eRnchGPyWW28tCrSb5mnZ2BQ" has expired
2018-12-06T15:55:02.919+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 apimanagement/2018-06-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.919+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 insights/2015-05-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.919+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 automation/2015-10-31 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.919+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 automation/2015-10-31 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.919+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 automation/2015-10-31 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.919+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 automation/2015-10-31 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.919+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 automation/2015-10-31 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.919+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 automation/2015-10-31 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.919+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 automation/2015-10-31 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.919+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 automation/2015-10-31 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.919+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 automation/2015-10-31 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.919+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 authorization/2018-01-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.919+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 authorization/2018-01-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.919+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 graphrbac/1.6 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.919+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 graphrbac/1.6 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.919+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 cdn/2017-10-12 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.919+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 cdn/2017-10-12 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.919+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 cdn/2017-10-12 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 cognitiveservices/2017-04-18 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 compute/2018-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 compute/2018-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 compute/2018-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 compute/2018-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 compute/2018-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 compute/2018-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 compute/2018-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 compute/2018-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 compute/2018-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 compute/2018-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 compute/2018-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 compute/2018-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 compute/2018-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 containerinstance/2018-10-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 containerregistry/2017-10-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 containerservice/2018-03-31 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 containerservice/2018-03-31 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 documentdb/2015-04-08 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 databricks/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 mysql/2017-12-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 mysql/2017-12-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 mysql/2017-12-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 mysql/2017-12-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 mysql/2017-12-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 postgresql/2017-12-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 postgresql/2017-12-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 postgresql/2017-12-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 postgresql/2017-12-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 postgresql/2017-12-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 sql/2015-05-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 sql/2015-05-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 sql/2015-05-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 sql/2015-05-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 sql/2017-10-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 sql/2015-05-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 sql/2015-05-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 sql/2015-05-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 account/2016-11-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 account/2016-11-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 account/2016-11-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 filesystem/2016-11-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 account/2016-11-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 devices/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 devspaces/2018-06-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 dtl/2016-05-15 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 dtl/2016-05-15 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 dtl/2016-05-15 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 dtl/2016-05-15 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 dns/2018-03-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 dns/2018-03-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 eventgrid/2018-01-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 eventhub/2017-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 eventhub/2017-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 eventhub/2017-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 keyvault/2018-02-14 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 keyvault/2016-10-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 logic/2016-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 insights/2018-03-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 insights/2018-03-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 insights/2018-03-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 insights/2018-03-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 insights/2018-03-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 insights/2018-03-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 insights/2018-03-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 insights/2018-03-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.920+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 msi/2015-08-31-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 network/2018-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 notificationhubs/2017-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 notificationhubs/2017-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 operationalinsights/2015-11-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 operationsmanagement/2015-11-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 operationalinsights/2015-11-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 recoveryservices/2016-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 backup/2016-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 backup/2016-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 policy/2016-12-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 policy/2016-12-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 managementgroups/2018-03-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 managementgroups/2018-03-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 redis/2018-03-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 redis/2018-03-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 redis/2018-03-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 relay/2017-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 locks/2016-09-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 resources/2017-05-10 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 resources/2017-05-10 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 resources/2017-05-10 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 resources/2017-05-10 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 subscriptions/2016-06-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 search/2015-08-19 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 search/2015-08-19 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 security/2017-08-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 security/2017-08-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 security/2017-08-01-preview Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 servicebus/2017-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 servicebus/2017-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 servicebus/2017-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 servicebus/2017-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 servicebus/2017-04-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 servicefabric/2018-02-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 scheduler/2016-03-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 scheduler/2016-03-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 storage/2017-10-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 storage/2017-10-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 trafficmanager/2017-05-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 trafficmanager/2017-05-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 trafficmanager/2017-05-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 web/2018-02-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Client User Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 web/2018-02-01 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:02 [DEBUG] AzureRM Request:
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: GET /subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers?api-version=2017-05-10 HTTP/1.1
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: Host: management.azure.com
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: User-Agent: Go/go1.11.1 (amd64-darwin) go-autorest/v10.15.4 Azure-SDK-For-Go/v21.3.0 resources/2017-05-10 Terraform/0.11.9 terraform-provider-azurerm/1.19.0
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: Accept-Encoding: gzip
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4:
2018-12-06T15:55:02.921+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4:
2018-12-06T15:55:04.857+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 2018/12/06 15:55:04 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers?api-version=2017-05-10:
2018-12-06T15:55:04.857+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: HTTP/1.1 200 OK
2018-12-06T15:55:04.857+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: Transfer-Encoding: chunked
2018-12-06T15:55:04.857+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: Cache-Control: no-cache
2018-12-06T15:55:04.857+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: Content-Type: application/json; charset=utf-8
2018-12-06T15:55:04.857+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: Date: Thu, 06 Dec 2018 14:55:04 GMT
2018-12-06T15:55:04.857+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: Expires: -1
2018-12-06T15:55:04.857+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: Pragma: no-cache
2018-12-06T15:55:04.857+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: Strict-Transport-Security: max-age=31536000; includeSubDomains
2018-12-06T15:55:04.857+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: Vary: Accept-Encoding
2018-12-06T15:55:04.857+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: X-Content-Type-Options: nosniff
2018-12-06T15:55:04.857+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: X-Ms-Correlation-Request-Id: 958d573f-bc48-439c-92c1-9021fe8e7742
2018-12-06T15:55:04.857+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: X-Ms-Ratelimit-Remaining-Subscription-Reads: 11997
2018-12-06T15:55:04.857+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: X-Ms-Request-Id: 958d573f-bc48-439c-92c1-9021fe8e7742
2018-12-06T15:55:04.857+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: X-Ms-Routing-Request-Id: WESTEUROPE:20181206T145504Z:958d573f-bc48-439c-92c1-9021fe8e7742
2018-12-06T15:55:04.857+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4:
2018-12-06T15:55:04.857+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 8000
2018-12-06T15:55:04.857+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: {"value":[{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Advisor","namespace":"Microsoft.Advisor","authorization":{"applicationId":"c39c9bac-9d1f-4dfb-aa29-27f6365e5cb7","roleDefinitionId":"8a63b04c-3731-409b-9765-f1175c047872"},"resourceTypes":[{"resourceType":"suppressions","locations":[],"apiVersions":["2017-04-19","2017-03-31","2016-07-12-preview","2016-05-09-preview"]},{"resourceType":"recommendations","locations":[],"apiVersions":["2017-04-19","2017-03-31","2016-07-12-preview","2016-05-09-preview"]},{"resourceType":"generateRecommendations","locations":[],"apiVersions":["2017-04-19","2017-03-31","2016-07-12-preview","2016-05-09-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-04-19","2017-03-31","2016-07-12-preview","2016-05-09-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.AlertsManagement","namespace":"Microsoft.AlertsManagement","resourceTypes":[{"resourceType":"alerts","locations":[],"apiVersions":["2018-05-05-preview","2018-05-05","2017-11-15-privatepreview"]},{"resourceType":"alertsSummary","locations":[],"apiVersions":["2018-05-05-preview","2018-05-05","2017-11-15-privatepreview"]},{"resourceType":"smartGroups","locations":[],"apiVersions":["2018-05-05-preview","2018-05-05","2017-11-15-privatepreview"]},{"resourceType":"smartDetectorAlertRules","locations":[],"apiVersions":["2018-02-01-privatepreview"]},{"resourceType":"operations","locations":[],"apiVersions":["2018-05-05-preview","2018-05-05","2017-11-15-privatepreview"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.ApiManagement","namespace":"Microsoft.ApiManagement","authorization":{"applicationId":"8602e328-9b72-4f2d-a4ae-1387d013a2b3","roleDefinitionId":"e263b525-2e60-4418-b655-420bae0b172e"},"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","France Central","East Asia","Southeast Asia","Japan East","Japan West","Korea Central","Korea South","Brazil South","Central India","South India","West India"],"apiVersions":["2018-06-01-preview","2018-01-01","2017-03-01","2016-10-10","2016-07-07","2015-09-15","2014-02-14"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"validateServiceName","locations":[],"apiVersions":["2015-09-15","2014-02-14"]},{"resourceType":"checkServiceNameAvailability","locations":[],"apiVersions":["2015-09-15","2014-02-14"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2018-06-01-preview","2018-01-01","2017-03-01","2016-10-10","2016-07-07","2015-09-15","2014-02-14"]},{"resourceType":"reportFeedback","locations":[],"apiVersions":["2018-06-01-preview","2018-01-01","2017-03-01","2016-10-10","2016-07-07","2015-09-15","2014-02-14"]},{"resourceType":"checkFeedbackRequired","locations":[],"apiVersions":["2018-06-01-preview","2018-01-01","2017-03-01","2016-10-10","2016-07-07","2015-09-15","2014-02-14"]},{"resourceType":"operations","locations":[],"apiVersions":["2018-06-01-preview","2018-01-01","2017-03-01","2016-10-10","2016-07-07","2015-09-15","2014-02-14"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Automation","namespace":"Microsoft.Automation","authorizations":[{"applicationId":"fc75330b-179d-49af-87dd-3b1acf6827fa","roleDefinitionId":"95fd5de3-d071-4362-92bf-cf341c1de832"}],"resourceTypes":[{"resourceType":"automationAccounts","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","Korea Central","West US 2","Brazil South","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India","France Central"],"apiVersions":["2018-06-30","2018-01-15","2017-05-15-preview","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","Korea Central","West US 2","Brazil South","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India","France Central"],"apiVersions":["2018-06-30","2018-01-15","2017-05-15-preview","2015-10-31","2015-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"automationAccounts/configurations","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","North Central US","Korea Central","East US","West US 2","Brazil South","UK South","West Central US","Central India","Australia Southeast","Canada Central","North Europe","France Central"],"apiVersions":["2018-06-30","2018-01-15","2017-05-15-preview","2015-10-31","2015-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"automationAccounts/webhooks","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","Korea Central","West US 2","Brazil South","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India","France Central"],"apiVersions":["2018-06-30","2018-01-15","2017-05-15-preview","2015-10-31","2015-01-01-preview"]},{"resourceType":"operations","locations":["South Central US"],"apiVersions":["2018-06-30","2018-01-15","2017-05-15-preview","2015-10-31","2015-01-01-preview"]},{"resourceType":"automationAccounts/softwareUpdateConfigurations","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","Korea Central","West US 2","Brazil South","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India","France Central"],"apiVersions":["2018-06-30","2018-01-15","2017-05-15-preview"]},{"resourceType":"automationAccounts/jobs","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","Korea Central","West US 2","Brazil South","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India","France Central"],"apiVersions":["2018-06-30","2018-01-15","2017-05-15-preview","2015-10-31","2015-01-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Cache","namespace":"Microsoft.Cache","authorization":{"applicationId":"96231a05-34ce-4eb4-aa6a-70759cbb5e83","roleDefinitionId":"4f731528-ba85-45c7-acfb-cd0a9b3cf31b"},"resourceTypes":[{"resourceType":"Redis","locations":["North Central US","South Central US","Central US","West Europe","North Europe","West US","East US","East US 2","Japan East","Japan West","Brazil South","Southeast Asia","East Asia","Australia East","Australia Southeast","Central India","West India","Canada Central","Canada East","UK South","UK West","West US 2","West Central US","South India","Korea Central","Korea South","France Central"],"apiVersions":["2018-03-01","2017-10-01","2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-03-01"}],"zoneMappings":[{"location":"East US 2","zones":["1","2","3"]},{"location":"Central US","zones":["1","2","3"]},{"location":"West Europe","zones":["1","2","3"]},{"location":"France Central","zones":["1","2","3"]},{"location":"Southeast Asia","zones":["1","2","3"]},{"location":"West US 2","zones":["1","2","3"]},{"location":"North Europe","zones":["1","2","3"]}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2018-03-01","2017-10-01","2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-03-01"}]},{"resourceType":"locations/operationResults","locations":["North Central US","South Central US","Central US","West Europe","North Europe","West US","East US","East US 2","Japan East","Japan West","Brazil South","Southeast Asia","East Asia","Australia East","Australia Southeast","Central India","West India","South India","Canada Central","Canada East","UK South","UK West","West US 2","West Central US","Korea Central","Korea South","France Central"],"apiVersions":["2018-03-01","2017-10-01","2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-03-01"}]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2018-03-01","2017-10-01","2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01-alpha","2014-04-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-03-01"}]},{"resourceType":"operations","locations":[],"apiVersions":["2018-03-01","2017-10-01","2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01-alpha","2014-04-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-03-01"}]},{"resourceType":"RedisConfigDefinition","locations":[],"apiVersions":["2018-03-01","2017-10-01","2017-02-01","2016-04-01","2015-08-01","2015-03-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-03-01"}]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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 India","West US","West Central US"],"apiVersions":["2018-04-02","2017-10-12","2017-04-02","2016-10-02","2016-04-02","2015-06-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"profiles/endpoints","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West India","West US","West Central US"],"apiVersions":["2018-04-02","2017-10-12","2017-04-02","2016-10-02","2016-04-02","2015-06-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"profiles/endpoints/origins","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West India","West US","West Central US"],"apiVersions":["2018-04-02","2017-10-12","2017-04-02","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 India","West US","West Central US"],"apiVersions":["2018-04-02","2017-10-12","2017-04-02","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 India","West US","West Central US"],"apiVersions":["2018-04-02","2017-10-12","2017-04-02","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 India","West US","West Central US"],"apiVersions":["2018-04-02","2017-10-12","2017-04-02","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 India","West US","West Central US"],"apiVersions":["2018-04-02","2017-10-12","2017-04-02","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 India","West US","West Central US"],"apiVersions":["2018-04-02","2017-10-12","2017-04-02","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 India","West US","West Central US"],"apiVersions":["2018-04-02","2017-10-12","2017-04-02","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 India","West US","West Central US"],"apiVersions":["2018-04-02","2017-10-12","2017-04-02","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 India","West US","West Central US"],"apiVersions":["2018-04-02","2017-10-12","2017-04-02","2016-10-02"]},{"resourceType":"validateProbe","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 India","West US","West Central US"],"apiVersions":["2018-04-02","2017-10-12","2017-04-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 India","West US","West Central US"],"apiVersions":["2018-04-02","2017-10-12","2017-04-02","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 India","West US","West Central US"],"apiVersions":["2018-04-02","2017-10-12","2017-04-02","2016-10-02","2016-04-02","2015-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.CognitiveServices","namespace":"Microsoft.CognitiveServices","authorizations":[{"applicationId":"7d312290-28c8-473c-a0ed-8e53749b6d6d","roleDefinitionId":"5cb87f79-a7c3-4a95-9414-45b65974b51b"}],"resourceTypes":[{"resourceType":"accounts","locations":["Global","Australia East","Brazil South","West US","West US 2","West Europe","North Europe","Southeast Asia","East Asia","West Central US","South Central US","East US","East US 2","Canada Central","Japan East","Central India","UK South"],"apiVersions":["2017-04-18","2016-02-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["Global","Australia East","Brazil South","West US","West US 2","West Europe","North Europe","Southeast Asia","East Asia","West Central US","South Central US","East US","East US 2","Canada Central","Japan East","Central India","UK South"],"apiVersions":["2017-04-18","2016-02-01-preview"]},{"resourceType":"locations","locations":["Global","Australia East","Brazil South","West US","West US 2","West Europe","North Europe","Southeast Asia","East Asia","West Central US","South Central US","East US","East US 2"],"apiVersions":["2017-04-18","2016-02-01-preview"]},{"resourceType":"locations/checkSkuAvailability","locations":["Global","Australia East","Brazil South","West US","West US 2","West Europe","North Europe","Southeast Asia","East Asia","West Central US","South Central US","East US","East US 2","Canada Central","Japan East","Central India","UK South"],"apiVersions":["2017-04-18","2016-02-01-preview"]},{"resourceType":"locations/updateAccountsCreationSettings","locations":["West US","Global","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2017-04-18","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":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Compute","namespace":"Microsoft.Compute","authorizations":[{"applicationId":"60e6cd67-9c8c-4951-9b3c-23c25a2169af","roleDefinitionId":"e4770acb-272e-4dc8-87f3-12f44a612224"},{"applicationId":"a303894e-f1d8-4a37-bf10-67aa654a0596","roleDefinitionId":"903ac751-8ad5-4e5a-bfc2-5e49f450a241"},{"applicationId":"a8b6bf88-1d1a-4626-b040-9a729ea93c65","roleDefinitionId":"45c8267c-80ba-4b96-9a43-115b8f49fccd"},{"applicationId":"184909ca-69f1-4368-a6a7-c558ee6eb0bd","roleDefinitionId":"45c8267c-80ba-4b96-9a43-115b8f49fccd"},{"applicationId":"5e5e43d4-54da-4211-86a4-c6e7f3715801","roleDefinitionId":"ffcd6e5b-8772-457d-bb17-89703c03428f"},{"applicationId":"ce6ff14a-7fdc-4685-bbe0-f6afdfcfa8e0","roleDefinitionId":"cb17cddc-dbac-4ae0-ae79-8db34eddfca0"},{"applicationId":"372140e0-b3b7-4226-8ef9-d57986796201","roleDefinitionId":"cb17cddc-dbac-4ae0-ae79-8db34eddfca0"}],"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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-30"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-12-01"}],"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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-30"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-12-01"}],"zoneMappings":[{"location":"East US 2","zones":["1","2","3"]},{"location":"Central US","zones":["1","2","3"]},{"location":"West Europe","zones":["1","2","3"]},{"location":"France Central","zones":["1","2","3"]},{"location":"Southeast Asia","zones":["1","2","3"]},{"location":"West US 2","zones":["1","2","3"]},{"location":"North Europe","zones":["1","2","3"]}],"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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-30"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-12-01"}],"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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-10-30-preview","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-30"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-12-01"}],"zoneMappings":[{"location":"East US 2","zones":["1","2","3"]},{"location":"Central US","zones":["1","2","3"]},{"location":"West Europe","zones":["1","2","3"]},{"location":"France Central","zones":["1","2","3"]},{"location":"Southeast Asia","zones":["1","2","3"]},{"location":"West US 2","zones":["1","2","3"]},{"location":"North Europe","zones":["1","2","3"]}],"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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-10-30-preview","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-30"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-12-01"}]},{"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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-10-30-preview","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-30"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-12-01"}]},{"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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-30"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-12-01"}]},{"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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-30"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-12-01"}]},{"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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-06-01","2018-04-01","2017-12-01","2017-03-30"],"apiProfiles":[{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-12-01"}]},{"resourceType":"locations","locations":[],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"locations/operations","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-10-30-preview","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-30"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-12-01"}]},{"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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-30"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-12-01"}]},{"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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30"],"apiProfiles":[{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-12-01"}]},{"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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-03-30"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-12-01"}]},{"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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30"],"apiProfiles":[{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-12-01"}]},{"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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","
2018-12-06T15:55:04.857+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 8000
2018-12-06T15:55:04.857+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: apiVersion":"2016-03-30"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2017-12-01"}]},{"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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"restorePointCollections","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South","West India","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30"],"capabilities":"None"},{"resourceType":"restorePointCollections/restorePoints","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South","West India","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"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","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2014-04-01"]},{"resourceType":"sharedVMImages","locations":["West Central US","South Central US","East US 2","Southeast Asia","West Europe","West US","East US","Canada Central"],"apiVersions":["2017-10-15-preview"],"capabilities":"None"},{"resourceType":"sharedVMImages/versions","locations":["West Central US","South Central US","East US 2","Southeast Asia","West Europe","West US","East US","Canada Central"],"apiVersions":["2017-10-15-preview"],"capabilities":"None"},{"resourceType":"locations/artifactPublishers","locations":["West Central US","South Central US","East US 2","Southeast Asia","West Europe","West US","East US","Canada Central"],"apiVersions":["2017-10-15-preview"]},{"resourceType":"locations/capsoperations","locations":["West Central US","South Central US","East US 2","Southeast Asia","West Europe","West US","East US","Canada Central"],"apiVersions":["2018-06-01","2017-10-15-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","West India","France Central"],"apiVersions":["2018-09-30","2018-06-01","2018-04-01","2017-03-30","2016-04-30-preview"],"apiProfiles":[{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-04-01"}],"zoneMappings":[{"location":"East US 2","zones":["1","2","3"]},{"location":"Central US","zones":["1","2","3"]},{"location":"West Europe","zones":["1","2","3"]},{"location":"France Central","zones":["1","2","3"]},{"location":"Southeast Asia","zones":["1","2","3"]},{"location":"West US 2","zones":["1","2","3"]},{"location":"North Europe","zones":["1","2","3"]}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"snapshots","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South","West India","France Central"],"apiVersions":["2018-09-30","2018-06-01","2018-04-01","2017-03-30","2016-04-30-preview"],"apiProfiles":[{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-04-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations/diskoperations","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South","West India","France Central"],"apiVersions":["2018-09-30","2018-06-01","2018-04-01","2017-03-30","2016-04-30-preview"],"apiProfiles":[{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-04-01"}]},{"resourceType":"images","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South","West India","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview"],"apiProfiles":[{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-30"},{"profileVersion":"2018-06-01-profile","apiVersion":"2018-04-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations/logAnalytics","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-06-01","2018-04-01","2017-12-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.ContainerInstance","namespace":"Microsoft.ContainerInstance","authorizations":[{"applicationId":"6bb8e274-af5d-4df2-98a3-4fd78b4cafd9","roleDefinitionId":"3c60422b-a83a-428d-9830-22609c77aa6c"}],"resourceTypes":[{"resourceType":"containerGroups","locations":["West US","East US","West Europe","West US 2","North Europe","Southeast Asia","East US 2","Central US","Australia East","South Central US","Central India","North Central US","East Asia","Canada Central"],"apiVersions":["2018-10-01","2018-09-01","2018-07-01","2018-06-01","2018-04-01","2018-02-01-preview","2017-12-01-preview","2017-10-01-preview","2017-08-01-preview"],"capabilities":"SystemAssignedResourceIdentity"},{"resourceType":"serviceAssociationLinks","locations":["West US","West Europe","North Europe"],"apiVersions":["2018-10-01","2018-09-01","2018-07-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2018-10-01","2018-09-01","2018-07-01","2018-06-01","2018-04-01","2018-02-01-preview","2017-12-01-preview","2017-10-01-preview","2017-08-01-preview"]},{"resourceType":"locations/capabilities","locations":["West US","East US","West Europe","West US 2","North Europe","Southeast Asia","East US 2","Central US","Australia East","South Central US","Central India","North Central US","East Asia","Canada Central"],"apiVersions":["2018-10-01","2018-09-01","2018-07-01","2018-06-01","2018-04-01","2018-02-01-preview","2017-12-01-preview","2017-10-01-preview","2017-08-01-preview"]},{"resourceType":"locations/usages","locations":["West US","East US","West Europe","West US 2","North Europe","Southeast Asia","East US 2","Central US","Australia East","South Central US","Central India","North Central US","East Asia","Canada Central"],"apiVersions":["2018-10-01","2018-09-01","2018-07-01","2018-06-01","2018-04-01","2018-02-01-preview","2017-12-01-preview","2017-10-01-preview","2017-08-01-preview"]},{"resourceType":"locations/operations","locations":["West US","East US","West Europe","West US 2","North Europe","Southeast Asia","East US 2","Central US","Australia East","South Central US","Central India","North Central US","East Asia","Canada Central"],"apiVersions":["2018-10-01","2018-09-01","2018-07-01","2018-06-01","2018-04-01","2018-02-01-preview","2017-12-01-preview","2017-10-01-preview","2017-08-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2018-10-01","2018-09-01","2018-07-01","2018-06-01","2018-04-01","2018-02-01-preview","2017-12-01-preview","2017-10-01-preview","2017-08-01-preview"]},{"resourceType":"locations/cachedImages","locations":["West US","East US","West Europe","West US 2","North Europe","Southeast Asia","East US 2","Central US","Australia East","South Central US","Central India","North Central US","East Asia","Canada Central"],"apiVersions":["2018-10-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.ContainerRegistry","namespace":"Microsoft.ContainerRegistry","authorizations":[{"applicationId":"6a0ec4d3-30cb-4a83-91c0-ae56bc0e3d26","roleDefinitionId":"78e18383-93eb-418a-9887-bc9271046576"},{"applicationId":"737d58c1-397a-46e7-9d12-7d8c830883c2","roleDefinitionId":"716bb53a-0390-4428-bf41-b1bedde7d751"},{"applicationId":"918d0db8-4a38-4938-93c1-9313bdfe0272","roleDefinitionId":"dcd2d2c9-3f80-4d72-95a8-2593111b4b12"}],"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-10-01","2017-03-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"registries/importImage","locations":["South Central US","West Central US","East US","West Europe","West US","Japan East","North Europe","Southeast Asia","North Central US","East US 2","West US 2","Brazil South","Australia East","Central India","Central US","Canada East","Canada Central","UK South","UK West","Australia Southeast","East Asia","Japan West","South India"],"apiVersions":["2017-10-01"]},{"resourceType":"registries/listBuildSourceUploadUrl","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-09-01"]},{"resourceType":"registries/scheduleRun","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-09-01"]},{"resourceType":"registries/runs","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-09-01"]},{"resourceType":"registries/runs/listLogSasUrl","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-09-01"]},{"resourceType":"registries/runs/cancel","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-09-01"]},{"resourceType":"registries/tasks","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"registries/tasks/listDetails","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-09-01"]},{"resourceType":"registries/getBuildSourceUploadUrl","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-02-01-preview"]},{"resourceType":"registries/queueBuild","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-02-01-preview"]},{"resourceType":"registries/builds","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-02-01-preview"]},{"resourceType":"registries/builds/getLogLink","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-02-01-preview"]},{"resourceType":"registries/builds/cancel","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-02-01-preview"]},{"resourceType":"registries/buildTasks","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-02-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"registries/buildTasks/listSourceRepositoryProperties","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-02-01-preview"]},{"resourceType":"registries/buildTasks/steps","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-02-01-preview"]},{"resourceType":"registries/buildTasks/steps/listBuildArguments","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-02-01-preview"]},{"resourceType":"registries/replications","locations":["South Central US","West Central US","East US","West Europe","West US","Japan East","North Europe","Southeast Asia","North Central US","East US 2","West US 2","Brazil South","Australia East","Central India","Central US","Canada East","Canada Central","UK South","UK West","Australia Southeast","East Asia","Japan West","South India"],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"registries/webhooks","locations":["West Central US","East US","West Europe","South Central US","West US","Japan East","North Europe","Southeast Asia","North Central US","East US 2","West US 2","Brazil South","Australia East","Central India","Central US","Canada East","Canada Central","UK South","UK West","Australia Southeast","East Asia","Japan West","South India"],"apiVersions":["2017-10-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"registries/webhooks/ping","locations":["West Central US","East US","West Europe","South Central US","West US","Japan East","North Europe","Southeast Asia","North Central US","East US 2","West US 2","Brazil South","Australia East","Central India","Central US","Canada East","Canada Central","UK South","UK West","Australia Southeast","East Asia","Japan West","South India"],"apiVersions":["2017-10-01"]},{"resourceType":"registries/webhooks/getCallbackConfig","locations":["West Central US","East US","West Europe","South Central US","West US","Japan East","North Europe","Southeast Asia","North Central US","East US 2","West US 2","Brazil South","Australia East","Central India","Central US","Canada East","Canada Central","UK South","UK West","Australia Southeast","East Asia","Japan West","South India"],"apiVersions":["2017-10-01"]},{"resourceType":"registries/webhooks/listEvents","locations":["West Central US","East US","West Europe","South Central US","West US","Japan East","North Europe","Southeast Asia","North Central US","East US 2","West US 2","Brazil South","Australia East","Central India","Central US","Canada East","Canada Central","UK South","UK West","Australia Southeast","East Asia","Japan West","South India"],"apiVersions":["2017-10-01"]},{"resourceType":"locations/setupAuth","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-02-01-preview"]},{"resourceType":"locations/authorize","locations":["East US","West Europe","West US 2","South Central US","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","South India","UK South","UK West","West US","West Central US"],"apiVersions":["2018-02-01-preview"]},{"resourceType":"locations/operationResults","locations":["West Central US","East US","West Europe","South Central US","West US","Japan East","North Europe","Southeast Asia","North Central US","East US 2","West US 2","Brazil South","Australia East","Central India","Central US","Canada East","Canada Central","UK South","UK West","Australia Southeast","East Asia","Japan West","South India"],"apiVersions":["2017-10-01"]},{"resourceType":"registries/GetCredentials","locations":["West US","East US","South Central US","West Europe"],"apiVersions":["2016-06-27-preview"]},{"resourceType":"registries/listCredentials","locations":["South Central US","East US","West US","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","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-10-01","2017-03-01"]},{"resourceType":"registries/regenerateCredential","locations":["South Central US","West US","East US","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","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-10-01","2017-03-01"]},{"resourceType":"registries/listUsages","locations":["West Central US","East US","West Europe","South Central US","West US","Japan East","North Europe","Southeast Asia","North Central US","East US 2","West US 2","Brazil South","Australia East","Central India","Central US","Canada East","Canada Central","UK South","UK West","Australia Southeast","East Asia","Japan West","South India"],"apiVersions":["2017-10-01"]},{"resourceType":"registries/listPolicies","locations":["West US","East US","South Central US","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","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-10-01"]},{"resourceType":"registries/updatePolicies","locations":["West US","East US","South Central US","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","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-10-01"]},{"resourceType":"registries/regenerateCredentials","locations":["West US","East US","South Central US","West Europe"],"apiVersions":["2016-06-27-preview"]},{"resourceType":"registries/eventGridFilters","locations":["South Central US","West Central US","East US","West Europe","West US","Japan East","North Europe","Southeast Asia","North Central US","East US 2","West US 2","Brazil South","Australia East","Central India","Central US","Canada East","Canada Central","UK South","UK West","Australia Southeast","East Asia","Japan West","South India"],"apiVersions":["2017-10-01"]},{"resourceType":"checkNameAvailability","locations":["South Central US","East US","West US","Central US","East US 2","North Central US","West Central US","West US 2","Brazil South","Canada East","Canada Central","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","East Asia","Japan East","Japan West","Southeast Asia","South India","Korea Central","France Central"],"apiVersions":["2017-10-01","2017-06-01-preview","2017-03-01","2016-06-27-preview"]},{"resourceType":"operations","locations":["South Central US","East US","West US","Central US","East US 2","North Central US","West Central US","West US 2","Brazil South","Canada East","Canada Central","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","East Asia","Japan East","Japan West","Southeast Asia","South India","Korea Central","France Central"],"apiVersions":["2017-10-01","2017-06-01-preview","2017-03-01"]},{"resourceType":"locations","locations":["South Central US","East US","West US","Central US","East US 2","North Central US","West Central US","West US 2","Brazil South","Canada East","Canada Central","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","East Asia","Japan East","Japan West","Southeast Asia","South India","Korea Central","France Central"],"apiVersions":["2017-10-01","2017-06-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.ContainerService","namespace":"Microsoft.ContainerService","authorization":{"applicationId":"7319c514-987d-4e9b-ac3d-d38c4f427f4c","roleDefinitionId":"1b4a0c7f-2217-416f-acfa-cf73452fdc1c","managedByRoleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"},"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","UK West","UK South","West Central US","West US 2","South India","Central India","West India","Canada East","Canada Central","Korea South","Korea Central"],"apiVersions":["2017-07-01","2017-01-31","2016-09-30","2016-03-30"],"capabilities":"None"},{"resourceType":"managedClusters","locations":["East US","West Europe","Central US","Canada Central","Canada East","UK South","West US","West US 2","Australia East","North Europe","Japan East","East US 2","Southeast Asia","UK West","South India","East Asia"],"apiVersions":["2018-03-31","2017-08-31"],"capabilities":"None"},{"resourceType":"locations","locations":[],"apiVersions":["2017-08-31","2017-01-31","2016-09-30","2016-03-30","2015-11-01-preview"]},{"resourceType":"locations/operationresults","locations":["East US","West Europe","Central US","UK West","West Central US","West US 2","South India","Central India","West India","Canada East","Canada Central","Korea South","Korea Central","UK South","Australia East","Australia Southeast","North Europe","Japan East","East US 2","Southeast Asia"],"apiVersions":["2018-10-31","2017-08-31","2016-03-30"]},{"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","UK West","UK South","West Central US","West US 2","South India","Central India","West India","Canada East","Canada Central","Korea South","Korea Central"],"apiVersions":["2017-07-01","2017-01-31","2016-09-30","2016-03-30"]},{"resourceType":"operations","locations":[],"apiVersions":["2018-10-31","2018-03-31","2017-08-31","2017-07-01","2017-01-31","2016-09-30","2016-03-30","2015-11-01-preview"]},{"resourceType":"locations/orchestrators","locations":["East US","West Europe","Central US","Canada East","Canada Central","UK South","UK West","West US","West US 2","Australia East","North Europe","Japan East","East US 2","Southeast Asia","South India","East Asia"],"apiVersions":["2017-09-30"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Databricks","namespace":"Microsoft.Databricks","authorizations":[{"applicationId":"d9327919-6775-4843-9037-3fb0fb0473cb","roleDefinitionId":"f31567d0-b61f-43c2-97a5-a98cdc3bfcb6","managedByRoleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"},{"applicationId":"2ff814a6-3304-4ab8-85cb-cd0e6f879c1d","roleDefinitionId":"f31567d0-b61f-43c2-97a5-a98cdc3bfcb6","managedByRoleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"resourceTypes":[{"resourceType":"workspaces","locations":["West US","East US 2","West Europe","East US","North Europe","Southeast Asia","East Asia","South Central US","North Central US","West US 2","Central US","UK West","UK South","Australia East","Australia Southeast","Australia Central","Australia Central 2","Japan East","Japan West","Canada Central","Canada East","Central India","South India","West India"],"apiVersions":["2018-04-01","2017-09-01-preview"],"capabilities":"None"},{"resourceType":"workspaces/virtualNetworkPeerings","locations":["West US","East US 2","West Europe","North Europe","East US","Southeast Asia","East Asia","South Central US","North Central US","West US 2","Central US","UK West","UK South","Australia East","Australia Southeast","Australia Central","Australia Central 2","Japan East","Japan West","Canada Central","Canada East","Central India","South India","West India"],"apiVersions":["2018-04-01"]},{"resourceType":"operations","locations":["West US","East US 2","West Europe","North Europe","East US","Southeast Asia","East Asia","South Central US","North Central US","West US 2","Central US","UK West","UK South","Australia East","Australia Southeast","Australia Central","Australia Central 2","Japan East","Japan West","Canada Central","Canada East","Central India","South India","West India"],"apiVersions":["2018-04-01"]},{"resourceType":"locations","locations":["West US","East US 2","West Europe","North Europe","East US","Southeast Asia","East Asia","South Central US","North Central US","West US 2","Central US","UK West","UK South","Australia East","Australia Southeast","Australia Central","Australia Central 2","Japan East","Japan West","Canada Central","Canada East","Central India","South India","West India"],"apiVersions":["2018-04-01","2018-03-15","2018-03-01","2017-09-01-preview","2017-08-01-preview","2016-09-01-preview"]},{"resourceType":"locations/operationstatuses","locations":["West US","East US 2","West Europe","East US","North Europe","Southeast Asia","East Asia","South Central US","North Central US","West US 2","Central US","UK West","UK South","Australia East","Australia Southeast","Australia Central","Australia Central 2","Japan East","Japan West","Canada Central","Canada East","Central India","South India","West India"],"apiVersions":["2018-04-01","2018-03-15","2018-03-01","2017-09-01-preview","2017-08-01-preview","2016-09-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.DataFactory","namespace":"Microsoft.DataFactory","authorizations":[{"applicationId":"5d13f7d7-0567-429c-9880-320e9555e5fc","roleDefinitionId":"956a8f20-9168-4c71-8e27-3c0460ac39a4"}],"resourceTypes":[{"resourceType":"dataFactories","locations"
2018-12-06T15:55:04.857+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 8000
2018-12-06T15:55:04.857+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: :["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","East US 2","West Europe","North Europe","UK South","West Central US","West US","West US 2","Southeast Asia"],"apiVersions":["2018-06-01","2017-09-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"factories/integrationRuntimes","locations":["East US","East US 2","West US 2","West US","West Central US","North Europe","UK South","West Europe","Southeast Asia"],"apiVersions":["2018-06-01","2017-09-01-preview"]},{"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":["2018-06-01","2017-09-01-preview","2017-03-01-preview","2015-10-01","2015-09-01","2015-08-01","2015-07-01-preview","2015-05-01-preview","2015-01-01-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2018-06-01","2017-09-01-preview"]},{"resourceType":"locations/configureFactoryRepo","locations":["East US","East US 2","West US 2","West US","West Europe","North Europe","UK South","West Central US","Southeast Asia"],"apiVersions":["2018-06-01","2017-09-01-preview"]},{"resourceType":"locations/getFeatureValue","locations":["East US","East US 2","West Europe","North Europe","UK South","West Central US","West US","West US 2","Southeast Asia"],"apiVersions":["2018-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.DataLakeAnalytics","namespace":"Microsoft.DataLakeAnalytics","resourceTypes":[{"resourceType":"accounts","locations":["East US 2","North Europe","Central US","West Europe"],"apiVersions":["2016-11-01","2015-10-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"accounts/dataLakeStoreAccounts","locations":["East US 2","North Europe","Central US","West Europe"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"accounts/storageAccounts","locations":["East US 2","North Europe","Central US","West Europe"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"accounts/storageAccounts/containers","locations":["East US 2","North Europe","Central US","West Europe"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"accounts/storageAccounts/containers/listSasTokens","locations":["East US 2","North Europe","Central US","West Europe"],"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":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.DataLakeStore","namespace":"Microsoft.DataLakeStore","authorization":{"applicationId":"e9f49c6b-5ce5-44c8-925d-015017e9f7ad","roleDefinitionId":"17eb9cca-f08a-4499-b2d3-852d175f614f"},"resourceTypes":[{"resourceType":"accounts","locations":["East US 2","North Europe","Central US","West Europe"],"apiVersions":["2016-11-01","2015-10-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"accounts/firewallRules","locations":["East US 2","North Europe","Central US","West Europe"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"accounts/eventGridFilters","locations":["East US 2","North Europe","Central US","West Europe"],"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":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.DBforMySQL","namespace":"Microsoft.DBforMySQL","authorization":{"applicationId":"76cd24bf-a9fc-4344-b1dc-908275de6d6d","roleDefinitionId":"c13b7b9c-2ed1-4901-b8a8-16f35468da29"},"resourceTypes":[{"resourceType":"operations","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01","2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"servers","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01","2017-04-30-preview","2016-02-01-privatepreview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/recoverableServers","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central US","Central India","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01"]},{"resourceType":"servers/virtualNetworkRules","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01","2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"checkNameAvailability","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01","2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"locations","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01","2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"locations/operationResults","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01","2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"locations/azureAsyncOperation","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01","2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"locations/performanceTiers","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01","2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"locations/securityAlertPoliciesAzureAsyncOperation","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01"]},{"resourceType":"locations/securityAlertPoliciesOperationResults","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.DBforPostgreSQL","namespace":"Microsoft.DBforPostgreSQL","authorization":{"applicationId":"76cd24bf-a9fc-4344-b1dc-908275de6d6d","roleDefinitionId":"c13b7b9c-2ed1-4901-b8a8-16f35468da29"},"resourceTypes":[{"resourceType":"operations","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01","2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"servers","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01","2017-04-30-preview","2016-02-01-privatepreview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/recoverableServers","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01"]},{"resourceType":"servers/virtualNetworkRules","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01","2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"checkNameAvailability","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01","2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"locations","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01","2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"locations/operationResults","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01","2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"locations/azureAsyncOperation","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK West","UK South","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01","2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"locations/performanceTiers","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","UK West","UK South","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01","2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"locations/securityAlertPoliciesAzureAsyncOperation","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","UK West","UK South","West India","West US","West US 2"],"apiVersions":["2017-12-01"]},{"resourceType":"locations/securityAlertPoliciesOperationResults","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","UK West","UK South","West India","West US","West US 2"],"apiVersions":["2017-12-01"]},{"resourceType":"locations/recommendedActionSessionsAzureAsyncOperation","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","UK West","UK South","West India","West US","West US 2"],"apiVersions":["2018-06-01-privatepreview"]},{"resourceType":"locations/recommendedActionSessionsOperationResults","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","UK West","UK South","West India","West US","West US 2"],"apiVersions":["2018-06-01-privatepreview"]},{"resourceType":"servers/topQueryStatistics","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","UK West","UK South","West India","West US","West US 2"],"apiVersions":["2018-06-01-privatepreview"]},{"resourceType":"servers/queryTexts","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","UK West","UK South","West India","West US","West US 2"],"apiVersions":["2018-06-01-privatepreview"]},{"resourceType":"servers/waitStatistics","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","UK West","UK South","West India","West US","West US 2"],"apiVersions":["2018-06-01-privatepreview"]},{"resourceType":"servers/advisors","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","UK West","UK South","West India","West US","West US 2"],"apiVersions":["2018-06-01-privatepreview"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Devices","namespace":"Microsoft.Devices","resourceTypes":[{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2018-04-01","2018-01-22","2017-07-01","2017-01-19","2016-02-03","2015-08-15-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-04-01"}]},{"resourceType":"checkProvisioningServiceNameAvailability","locations":[],"apiVersions":["2018-01-22","2017-11-15","2017-08-21-preview"]},{"resourceType":"usages","locations":[],"apiVersions":["2018-04-01","2018-01-22","2017-07-01","2017-01-19","2016-02-03","2015-08-15-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-04-01"}]},{"resourceType":"operations","locations":[],"apiVersions":["2018-04-01","2018-01-22","2017-07-01","2017-01-19","2016-02-03","2015-08-15-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-04-01"}]},{"resourceType":"operationResults","locations":[],"apiVersions":["2018-12-01-preview","2018-04-01-preview","2018-04-01","2018-01-22-preview","2018-01-22","2017-11-15","2017-09-25-preview","2017-08-21-preview","2017-07-01","2017-01-19","2016-02-03","2015-08-15-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-04-01"}]},{"resourceType":"IotHubs","locations":["West US","North Europe","East Asia","East US","West Europe","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","West US 2","West Central US","East US 2","Central US","UK South","UK West","South India","Central India","Canada Central","Canada East","Brazil South","South Central US","Korea South","Korea Central"],"apiVersions":["2018-12-01-preview","2018-04-01-preview","2018-04-01","2018-01-22","2017-07-01","2017-01-19","2016-02-03","2015-08-15-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-04-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"IotHubs/eventGridFilters","locations":["West US","East US","West US 2","West Central US","East US 2","Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","UK South","UK West","South India","Central India","Canada Central","Canada East","Brazil South","South Central US","Korea South","Korea Central"],"apiVersions":["2018-07-31","2018-01-15-preview"]},{"resourceType":"ProvisioningServices","locations":["East US","West US","West Europe","North Europe","Southeast Asia","East Asia"],"apiVersions":["2018-01-22","2017-11-15","2017-08-21-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.DevSpaces","namespace":"Microsoft.DevSpaces","resourceTypes":[{"resourceType":"controllers","locations":["East US","Canada East","West Europe","Canada Central","Central US","West US 2","West Central US","Southeast Asia","East US 2"],"apiVersions":["2018-06-01-preview"],"capabilities":"None"},{"resourceType":"controllers/listConnectionDetails","locations":["East US","Canada East","West Europe","Canada Central","Central US","West US 2","West Central US","Southeast Asia","East US 2"],"apiVersions":["2018-06-01-preview"]},{"resourceType":"operations","locations":["East US","Canada East","West Europe","Canada Central","Central US","West US 2","West Central US","Southeast Asia","East US 2"],"apiVersions":["2018-06-01-preview"]},{"resourceType":"locations","locations":["East US","Canada East","West Europe","Canada Central","Central US","West US 2","West Central US","Southeast Asia","East US 2"],"apiVersions":["2018-06-01-preview"]},{"resourceType":"locations/operationresults","locations":["East US","Canada East","West Europe","Canada Central","Central US","West US 2","West Central US","Southeast Asia","East US 2"],"apiVersions":["2018-06-01-preview"]},{"resourceType":"locations/checkContainerHostMapping","locations":["East US","Canada East","West Europe","Canada Central","Central US","West US 2","West Central US","Southeast Asia","East US 2"],"apiVersions":["2018-06-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.DevTestLab","namespace":"Microsoft.DevTestLab","authorization":{"applicationId":"1a14be2a-e903-4cec-99cf-b2e209259a0f","roleDefinitionId":"8f2de81a-b9aa-49d8-b24c-11814d3ab525","managedByRoleDefinitionId":"8f2de81a-b9aa-49d8-b24c-11814d3ab525"},"resourceTypes":[{"resourceType":"labs","locations":["West Central US","Japan East","West US","Australia Central","Australia Southeast","Canada Central","Central India","Central US","East Asia","France Central","Korea Central","North Europe","South Central US","UK West","West India","Australia Central 2","Australia East","Brazil South","Canada East","East US","East US 2","France South","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2018-10-15-preview","2018-09-15","2017-04-26-preview","2016-05-15","2015-05-21-preview"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"schedules","locations":["West Central US","Japan East","West US","Australia Central","Australia Southeast","Canada Central","Central India","Central US","East Asia","France Central","Korea Central","North Europe","South Central US","UK West","West India","Australia Central 2","Australia East","Brazil South","Canada East","East US","East US 2","France South","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2018-10-15-preview","2018-09-15","2017-04-26-preview","2016-05-15","2015-05-21-preview"],"capabilities":"None"},{"resourceType":"labs/virtualMachines","locations":["West Central US","Japan East","West US","Australia Central","Australia Southeast","Canada Central","Central India","Central US","East Asia","France Central","Korea Central","North Europe","South Central US","UK West","West India","Australia Central 2","Australia East","Brazil South","Canada East","East US","East US 2","France South","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2018-10-15-preview","2018-09-15","2017-04-26-preview","2016-05-15","2015-05-21-preview"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"labs/serviceRunners","locations":["West Central US","Japan East","West US","Australia Central","Australia Southeast","Canada Central","Central India","Central US","East Asia","France Central","Korea Central","North Europe","South Central US","UK West","West India","Australia Central 2","Australia East","Brazil South","Canada East","East US","East US 2","France South","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2018-10-15-preview","2018-09-15","2017-04-26-preview","2016-05-15"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"operations","locations":[],"apiVersions":["2018-10-15-preview","2018-09-15","2017-04-26-preview","2016-05-15","2015-05-21-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2018-10-15-preview","2018-09-15","2017-04-26-preview","2016-05-15","2015-05-21-preview"]},{"resourceType":"locations/operations","locations":["West Central US","Japan East","West US","Australia Central","Australia Southeast","Canada Central","Central India","Central US","East Asia","France Central","Korea Central","North Europe","South Central US","UK West","West India","Australia Central 2","Australia East","Brazil South","Canada East","East US","East US 2","France South","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2018-10-15-preview","2018-09-15","2017-04-26-preview","2016-05-15","2015-05-21-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.DocumentDB","namespace":"Microsoft.DocumentDB","authorizations":[{"applicationId":"57c0fc58-a83a-41d0-8ae9-08952659bdfd","roleDefinitionId":"FFFD5CF5-FFD3-4B24-B0E2-0715ADD4C282"}],"resourceTypes":[{"resourceType":"databaseAccounts","locations":["Australia East","Australia Southeast","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Central US","West Europe","West India","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"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2015-04-08"}],"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","France Central","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Central US","West Europe","West India","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"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2015-04-08"}]},{"resourceType":"operations","locations":["Australia East","Australia Southeast","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Central US","West Europe","West India","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"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2015-04-08"}]},{"resourceType":"operationResults","locations":["Australia East","Australia Southeast","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Central US","West Europe","West India","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"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2015-04-08"}
2018-12-06T15:55:04.858+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 8000
2018-12-06T15:55:04.858+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: ]},{"resourceType":"locations","locations":["Australia East","Australia Southeast","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Central US","West Europe","West India","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":"locations/deleteVirtualNetworkOrSubnets","locations":["Australia East","Australia Southeast","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Central US","West Europe","West India","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":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.EventGrid","namespace":"Microsoft.EventGrid","authorizations":[{"applicationId":"4962773b-9cdb-44cf-a8bf-237846a00ab7","roleDefinitionId":"7FE036D8-246F-48BF-A78F-AB3EE699C8F3"}],"resourceTypes":[{"resourceType":"locations","locations":[],"apiVersions":["2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"locations/eventSubscriptions","locations":["West US 2","East US","West US","Central US","East US 2","West Central US","Australia East","Australia Southeast","Japan East","Japan West","West Europe","North Europe","Southeast Asia","East Asia","North Central US","South Central US","Brazil South","Canada Central","Canada East","Central India","South India","West India","France Central","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"eventSubscriptions","locations":["West US 2","East US","West US","Central US","East US 2","West Central US","Australia East","Australia Southeast","Japan East","Japan West","West Europe","North Europe","Southeast Asia","East Asia","North Central US","South Central US","Brazil South","Canada Central","Canada East","Central India","South India","West India","France Central","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"topics","locations":["West US 2","East US","West US","Central US","East US 2","West Central US","Australia East","Australia Southeast","Japan East","Japan West","West Europe","North Europe","Southeast Asia","East Asia","North Central US","South Central US","Brazil South","Canada Central","Canada East","Central India","South India","West India","France Central","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"domains","locations":["Central US","West US 2","East US","West US","East US 2","West Central US","Australia East","Australia Southeast","Japan East","Japan West","West Europe","North Europe","Southeast Asia","East Asia","North Central US","South Central US","Brazil South","Canada Central","Canada East","Central India","South India","West India","France Central","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2018-09-15-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"domains/topics","locations":["Central US","West US 2","East US","West US","East US 2","West Central US","Australia East","Australia Southeast","Japan East","Japan West","West Europe","North Europe","Southeast Asia","East Asia","North Central US","South Central US","Brazil South","Canada Central","Canada East","Central India","South India","West India","France Central","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2018-09-15-preview"]},{"resourceType":"topicTypes","locations":["West US 2","East US","West US","Central US","East US 2","West Central US","Australia East","Australia Southeast","Japan East","Japan West","West Europe","North Europe","Southeast Asia","East Asia","North Central US","South Central US","Brazil South","Canada Central","Canada East","Central India","South India","West India","France Central","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"operations","locations":["West US 2","East US","West US","Central US","East US 2","West Central US","Australia East","Australia Southeast","Japan East","Japan West","West Europe","North Europe","Southeast Asia","East Asia","North Central US","South Central US","Brazil South","Canada Central","Canada East","Central India","South India","West India","France Central","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"locations/operationsStatus","locations":["West US 2","East US","West US","Central US","East US 2","West Central US","Australia East","Australia Southeast","Japan East","Japan West","West Europe","North Europe","Southeast Asia","East Asia","North Central US","South Central US","Brazil South","Canada Central","Canada East","Central India","South India","West India","France Central","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"locations/operationResults","locations":["West US 2","East US","West US","Central US","East US 2","West Central US","Australia East","Australia Southeast","Japan East","Japan West","West Europe","North Europe","Southeast Asia","East Asia","North Central US","South Central US","Brazil South","Canada Central","Canada East","Central India","South India","West India","France Central","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"locations/topicTypes","locations":["West US 2","East US","West US","Central US","East US 2","West Central US","Australia East","Australia Southeast","Japan East","Japan West","West Europe","North Europe","Southeast Asia","East Asia","North Central US","South Central US","Brazil South","Canada Central","Canada East","Central India","South India","West India","France Central","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"extensionTopics","locations":["West US 2","East US","West US","Central US","East US 2","West Central US","Australia East","Australia Southeast","Japan East","Japan West","West Europe","North Europe","Southeast Asia","East Asia","North Central US","South Central US","Brazil South","Canada Central","Canada East","Central India","South India","West India","France Central","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"operationResults","locations":[],"apiVersions":["2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"operationsStatus","locations":[],"apiVersions":["2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.EventHub","namespace":"Microsoft.EventHub","authorization":{"applicationId":"80369ed6-5f11-4dd9-bef3-692475845e77","roleDefinitionId":"eb8e1991-5de0-42a6-a64b-29b059341b7b"},"resourceTypes":[{"resourceType":"namespaces","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-01-01-preview","2017-04-01","2015-08-01","2014-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"clusters","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"namespaces/authorizationrules","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]},{"resourceType":"namespaces/eventhubs","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]},{"resourceType":"namespaces/eventhubs/authorizationrules","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]},{"resourceType":"namespaces/eventhubs/consumergroups","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]},{"resourceType":"checkNamespaceAvailability","locations":[],"apiVersions":["2015-08-01","2014-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2015-08-01"}]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]},{"resourceType":"sku","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]},{"resourceType":"operations","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]},{"resourceType":"namespaces/disasterrecoveryconfigs","locations":[],"apiVersions":["2017-04-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/microsoft.insights","namespace":"microsoft.insights","authorizations":[{"applicationId":"11c174dc-1945-4a9a-a36b-c79a0f246b9b","roleDefinitionId":"dd9d4347-f397-45f2-b538-85f21c90037b"},{"applicationId":"6bccf540-eb86-4037-af03-7fa058c2db75","roleDefinitionId":"323795fe-ba3d-4f5a-ad42-afb4e1ea9485"},{"applicationId":"035f9e1d-4f00-4419-bf50-bf2d87eb4878","roleDefinitionId":"323795fe-ba3d-4f5a-ad42-afb4e1ea9485"},{"applicationId":"f5c26e74-f226-4ae8-85f0-b4af0080ac9e","roleDefinitionId":"529d7ae6-e892-4d43-809d-8547aeb90643"},{"applicationId":"b503eb83-1222-4dcc-b116-b98ed5216e05","roleDefinitionId":"68699c37-c689-44d4-9248-494b782d46ae"},{"applicationId":"ca7f3f0b-7d91-482c-8e09-c5d840d0eac5","roleDefinitionId":"5d5a2e56-9835-44aa-93db-d2f19e155438"},{"applicationId":"3af5a1e8-2459-45cb-8683-bcd6cccbcc13","roleDefinitionId":"b1309299-720d-4159-9897-6158a61aee41"}],"resourceTypes":[{"resourceType":"components","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India"],"apiVersions":["2018-05-01-preview","2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"components/query","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India"],"apiVersions":["2018-04-20"]},{"resourceType":"components/metrics","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India"],"apiVersions":["2018-04-20","2014-04-01"]},{"resourceType":"components/events","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India"],"apiVersions":["2018-04-20"]},{"resourceType":"webtests","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India"],"apiVersions":["2018-05-01-preview","2015-05-01","2014-08-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"queries","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","Central India","Canada Central","UK South"],"apiVersions":["2015-05-01","2014-08-01"]},{"resourceType":"scheduledqueryrules","locations":["West Central US","East US","West Europe","Central India","Canada Central","Australia Southeast","Japan East","Southeast Asia","UK South","South Central US","North Europe","West US 2"],"apiVersions":["2018-04-16","2017-09-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"components/pricingPlans","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2"],"apiVersions":["2017-10-01"]},{"resourceType":"migrateToNewPricingModel","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2"],"apiVersions":["2017-10-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-10-01"}]},{"resourceType":"rollbackToLegacyPricingModel","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2"],"apiVersions":["2017-10-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-10-01"}]},{"resourceType":"listMigrationdate","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2"],"apiVersions":["2017-10-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-10-01"}]},{"resourceType":"logprofiles","locations":[],"apiVersions":["2016-03-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-03-01"}]},{"resourceType":"metricalerts","locations":["Global"],"apiVersions":["2018-03-01","2017-09-01-preview"],"capabilities":"None"},{"resourceType":"alertrules","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","West India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central","France Central"],"apiVersions":["2016-03-01","2015-04-01","2014-04-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-03-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","West India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central","France Central"],"apiVersions":["2015-04-01","2014-04-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2015-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"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2015-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"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2015-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","West 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","West India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central","France Central"],"apiVersions":["2017-05-01-preview","2016-09-01","2015-07-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-09-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","West India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central","France 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","West India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central","France Central"],"apiVersions":["2017-02-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-02-01"}]},{"resourceType":"metricDefinitions","locations":["East US","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Canada East","Canada Central","Central US","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","North Europe","West US 2","West Central US","Korea South","Korea Central","UK South","UK West","France Central"],"apiVersions":["2018-01-01","2017-12-01-preview","2017-09-01-preview","2017-05-01-preview","2016-03-01","2015-07-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-01-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","West India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central","France Central"],"apiVersions":["2015-07-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2015-07-01"}]},{"resourceType":"eventCategories","locations":[],"apiVersions":["2015-04-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"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","West India","North Europe","West US 2","West Central US","Korea South","Korea Central","UK South","UK West","France Central"],"apiVersions":["2018-01-01","2017-12-01-preview","2017-09-01-preview","2017-05-01-preview","2016-09-01","2016-06-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-01-01"}]},{"resourceType":"metricNamespaces","locations":["East US","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Canada East","Canada Central","Central US","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","North Europe","West US 2","West Central US","Korea South","Korea Central","UK South","UK West","France Central"],"apiVersions":["2018-01-01","2017-12-01-preview"]},{"resourceType":"actiongroups","locations":["Global"],"apiVersions":["2018-03-01","2017-04-01","2017-03-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"activityLogAlerts","locations":["Global"],"apiVersions":["2017-04-01","2017-03-01-preview"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}],"capabilities":"None"},{"resourceType":"baseline","locations":[],"apiVersions":["2018-09-01","2017-11-01-preview"]},{"resourceType":"calculatebaseline","locations":[],"apiVersions":["2018-09-01","2017-11-01-preview"]},{"resourceType":"workbooks","locations":["West Europe","South Central US","East US","North Europe","Southeast Asia","West US 2","West Central US"],"apiVersions":[],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"myWorkbooks","locations":["West Central US","West Europe","South Central US","East US","North Europe","Southeast Asia","West US 2"],"apiVersions":["2016-06-15-preview"]},{"resourceType":"logs","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-08-01-preview","2018-03-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.KeyVault","namespace":"Microsoft.KeyVault","authorizations":[{"applicationId":"cfa8b339-82a2-471a-a3c9-0fc0be7a4093","roleDefinitionId":"1cf9858a-28a2-4228-abba-94e606305b95"}],"resourceTypes":[{"resourceType":"vaults","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","West India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South","France Central"],"apiVersions":["2018-02-14-preview","2018-02-14","2016-10-01","2015-06-01"],"apiProfiles":[{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-10-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2016-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"vaults/secrets","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","West India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South","France Central"],"apiVersions":["2018-02-14-preview","2018-02-14","2016-10-01","2015-06-01"],"apiProfiles":[{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-10-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2016-10-01"}]},{"resourceType":"vaults/accessPolicies","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","West India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South","France Central"],"apiVersions":["2018-02-14-preview","2018-02-14","2016-10-01","2015-06-01"],"apiProfiles":[{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-10-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2016-10-01"}]},{"resourceType":"operations","locations":[],"apiVersions":["2018-02-14-preview","2018-02-14","2016-10-01","2015-06-01","2014-12-19-preview"],"apiProfiles":[{"profileVersion":"2018-03-01-hybrid","apiVersion":"2016-10-01"},{"profileVersion":"2018-06-01-profile","apiVersion":"2016-10-01"}]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2018-02-14-preview","2018-02-14","2016-10-01","2015-06-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-10-01"}]},{"resourceType":"deletedVaults","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","West India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South","France Central"],"apiVersions":["2018-02-14-preview","2018-02-14","2016-10-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-10-01"}]},{"resourceType":"locations","locations":[],"apiVersions":["2018-02-14-preview","2018-02-14","2016-10-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-10-01"}]},{"resourceType":"locations/deletedVaults","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","West India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South","France Central"],"apiVersions":["2018-02-14-preview","2018-02-14","2016-10-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-10-01"}]},{"resourceType":"locations/deleteVirtualNetworkOrSubnets","locations":["East US","North Central US","West Europe","North Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West Central US","West US 2","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","West India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2018-02-14-preview","2018-02-14","2016-10-01"]},{"resourceType":"locations/operationResults","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","West India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South","France Central"],"apiVersions":["2018-02-14-preview","2018-02-14","2016-10-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-10-01"}]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Logic","namespace":"Microsoft.Logic","authorization":{"applicationId":"7cd684f4-8a78-49b0-91ec-6a35d38739ba","roleDefinitionId":"cb3ef1fb-6e31-49e2-9d87-ed821053fe58"},"resourceTypes":[{"resourceType":"workflows","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West"],"apiVersions":["2018-07-01-preview","2017-07-01","2016-10-01","2016-06-01","2015-08-01-preview","2015-02-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"locations/workflows","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West"],"apiVersions":["2018-07-01-preview","2017-07-01","2016-10-01","2016-06-01","2015-08-01-preview","2015-02-01-preview"]},{"resourceType":"locations","locations":["North Central US"],"apiVersions":["2018-07-01-preview","2017-07-01","2016-10-01","2016-06-01","2015-08-01-preview","2015-02-01-preview"]},{"resourceType":"operations","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West"],"apiVersions":["2018-07-01-preview","2017-07-01","2016-10-01","2016-06-01","2015-08-01-preview","2015-02-01-preview"]},{"resourceType":"integrationAccounts","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West"],"apiVersions":["2018-07-01-preview","2016-06-01","2015-08-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.ManagedIdentity","namespace":"Microsoft.ManagedIdentity","resourceTypes":[{"resourceType":"Identities","locations":["Australia East","Australia Southeast","Canada Central","Canada East","Brazil South","Central India","West India","South India","Japan West","Japan East","East Asia","Southeast Asia","Korea Central","Korea South","North Europe","West Europe","UK West","UK South","Central US","North Central US","East US","East US 2","South Central US","West US","West US 2","West Central US","France Central"],"apiVersions":["2015-08-31-PREVIEW"]},{"resourceType":"userAssignedIdentities","locations":["Australia East","Australia Southeast","Canada Central","Canada East","Brazil South","Central India","West India","South India","Japan West","Japan East","East Asia","Southeast Asia","Korea Central","Korea South","North Europe","West Europe","UK West","UK South","Central US","North Central US","East US","East US 2","South Central US","West US","West US 2","West Central US","France Central"],"apiVersions":["2015-08-31-PREVIEW"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resou
2018-12-06T15:55:04.858+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 8000
2018-12-06T15:55:04.858+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: rceType":"operations","locations":["Australia East","Australia Southeast","Canada Central","Canada East","Brazil South","Central India","West India","South India","Japan West","Japan East","East Asia","Southeast Asia","Korea Central","Korea South","North Europe","West Europe","UK West","UK South","Central US","North Central US","East US","East US 2","South Central US","West US","West US 2","West Central US","France Central"],"apiVersions":["2015-08-31-PREVIEW"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Management","namespace":"Microsoft.Management","authorization":{"applicationId":"f2c304cf-8e7e-4c3f-8164-16299ad9d272","roleDefinitionId":"c1cf3708-588a-4647-be7f-f400bbe214cf"},"resourceTypes":[{"resourceType":"resources","locations":[],"apiVersions":["2017-11-01-preview","2017-08-31-preview","2017-06-30-preview","2017-05-31-preview"]},{"resourceType":"managementGroups","locations":[],"apiVersions":["2018-03-01-preview","2018-03-01-beta","2018-01-01-preview","2017-11-01-preview","2017-08-31-preview","2017-06-30-preview","2017-05-31-preview"]},{"resourceType":"getEntities","locations":[],"apiVersions":["2018-03-01-preview","2018-03-01-beta","2018-01-01-preview"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2018-03-01-preview","2018-03-01-beta","2018-01-01-preview"]},{"resourceType":"operationResults","locations":[],"apiVersions":["2018-03-01-preview","2018-03-01-beta","2018-01-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2018-03-01-preview","2018-03-01-beta","2018-01-01-preview","2017-11-01-preview","2017-08-31-preview","2017-06-30-preview","2017-05-31-preview"]},{"resourceType":"tenantBackfillStatus","locations":[],"apiVersions":["2018-03-01-preview","2018-03-01-beta"]},{"resourceType":"startTenantBackfill","locations":[],"apiVersions":["2018-03-01-preview","2018-03-01-beta"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Network","namespace":"Microsoft.Network","authorizations":[{"applicationId":"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c","roleDefinitionId":"13ba9ab4-19f0-4804-adc4-14ece36cc7a1"},{"applicationId":"7c33bfcb-8d33-48d6-8e60-dc6404003489","roleDefinitionId":"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3"},{"applicationId":"1e3e4475-288f-4018-a376-df66fd7fac5f","roleDefinitionId":"1d538b69-3d87-4e56-8ff8-25786fd48261"},{"applicationId":"a0be0c72-870e-46f0-9c49-c98333a996f7","roleDefinitionId":"7ce22727-ffce-45a9-930c-ddb2e56fa131"},{"applicationId":"486c78bf-a0f7-45f1-92fd-37215929e116","roleDefinitionId":"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d"},{"applicationId":"19947cfd-0303-466c-ac3c-fcc19a7a1570","roleDefinitionId":"d813ab6c-bfb7-413e-9462-005b21f0ce09"},{"applicationId":"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd","roleDefinitionId":"8141843c-c51c-4c1e-a5bf-0d351594b86c"}],"resourceTypes":[{"resourceType":"virtualNetworks","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"publicIPAddresses","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"}],"zoneMappings":[{"location":"East US 2","zones":["1","2","3"]},{"location":"Central US","zones":["1","2","3"]},{"location":"West Europe","zones":["1","2","3"]},{"location":"France Central","zones":["1","2","3"]},{"location":"Southeast Asia","zones":["1","2","3"]},{"location":"West US 2","zones":["1","2","3"]},{"location":"North Europe","zones":["1","2","3"]}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkInterfaces","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"interfaceEndpoints","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01"],"capabilities":"None"},{"resourceType":"loadBalancers","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkSecurityGroups","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"applicationSecurityGroups","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2017-09-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"serviceEndpointPolicies","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkIntentPolicies","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","France South"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"routeTables","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"publicIPPrefixes","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01"],"zoneMappings":[{"location":"East US 2","zones":["1","2","3"]},{"location":"Central US","zones":["1","2","3"]},{"location":"West Europe","zones":["1","2","3"]},{"location":"France Central","zones":["1","2","3"]},{"location":"Southeast Asia","zones":["1","2","3"]},{"location":"West US 2","zones":["1","2","3"]},{"location":"North Europe","zones":["1","2","3"]}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"ddosCustomPolicies","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkWatchers","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkWatchers/connectionMonitors","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkWatchers/lenses","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkWatchers/pingMeshes","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"virtualNetworkGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"localNetworkGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"connections","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-03-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"applicationGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"zoneMappings":[{"location":"East US 2","zones":["1","2","3"]},{"location":"Central US","zones":["1","2","3"]},{"location":"West Europe","zones":["1","2","3"]},{"location":"France Central","zones":["1","2","3"]},{"location":"Southeast Asia","zones":["1","2","3"]},{"location":"West US 2","zones":["1","2","3"]},{"location":"North Europe","zones":["1","2","3"]}],"capabilities":"None"},{"resourceType":"locations","locations":[],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"}]},{"resourceType":"locations/operations","locations":[],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"}]},{"resourceType":"locations/operationResults","locations":[],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"}]},{"resourceType":"locations/CheckDnsNameAvailability","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"locations/usages","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2015-06-15"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"}]},{"resourceType":"locations/virtualNetworkAvailableEndpointServices","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01"]},{"resourceType":"locations/availableDelegations","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"]},{"resourceType":"locations/supportedVirtualMachineSizes","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"]},{"resourceType":"locations/checkAcceleratedNetworkingSupport","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"]},{"resourceType":"locations/validateResourceOwnership","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"]},{"resourceType":"locations/setResourceOwnership","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"]},{"resourceType":"locations/effectiveResourceOwnership","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"dnszones","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2016-04-01"},{"profileVersion":"2018-03-01-hybrid","apiVersion":"2017-10-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"dnsOperationResults","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01"]},{"resourceType":"dnsOperationStatuses","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01"]},{"resourceType":"getDnsResourceReference","locations":["global"],"apiVersions":["2018-05-01"]},{"resourceType":"internalNotify","locations":["global"],"apiVersions":["2018-05-01"]},{"resourceType":"dnszones/A","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/AAAA","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/CNAME","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/PTR","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/MX","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/TXT","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/SRV","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/SOA","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/NS","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/CAA","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01"]},{"resourceType":"dnszones/recordsets","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/all","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"trafficmanagerprofiles","locations":["global"],"apiVersions":["2018-08-01","2018-04-01","2018-03-01","2018-02-01","2017-05-01","2017-03-01","2015-11-01","2015-04-28-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"trafficmanagerprofiles/heatMaps","locations":["global"],"apiVersions":["2018-08-01","2018-04-01","2018-03-01","2018-02-01","2017-09-01-preview"]},{"resourceType":"checkTrafficManagerNameAvailability","locations":["global"],"apiVersions":["2018-08-01","2018-04-01","2018-03-01","2018-02-01","201
2018-12-06T15:55:04.858+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 8000
2018-12-06T15:55:04.859+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4: 7-05-01","2017-03-01","2015-11-01","2015-04-28-preview"]},{"resourceType":"trafficManagerUserMetricsKeys","locations":["global"],"apiVersions":["2018-08-01","2018-04-01","2017-09-01-preview"]},{"resourceType":"trafficManagerGeographicHierarchies","locations":["global"],"apiVersions":["2018-08-01","2018-04-01","2018-03-01","2018-02-01","2017-05-01","2017-03-01"]},{"resourceType":"expressRouteCircuits","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"None"},{"resourceType":"expressRouteServiceProviders","locations":[],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"applicationGatewayAvailableWafRuleSets","locations":[],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01"]},{"resourceType":"applicationGatewayAvailableSslOptions","locations":[],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01"]},{"resourceType":"routeFilters","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01"],"capabilities":"None"},{"resourceType":"bgpServiceCommunities","locations":[],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01"]},{"resourceType":"virtualWans","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"vpnSites","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"virtualHubs","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"vpnGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"azureFirewalls","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","France Central","Japan West","Japan East","Korea Central","Korea South"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"azureFirewallFqdnTags","locations":[],"apiVersions":["2018-10-01","2018-08-01"]},{"resourceType":"virtualNetworkTaps","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01"],"capabilities":"None"},{"resourceType":"ddosProtectionPlans","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01"],"apiProfiles":[{"profileVersion":"2017-03-09-profile","apiVersion":"2018-02-01"}],"capabilities":"None"},{"resourceType":"networkProfiles","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01"],"capabilities":"None"},{"resourceType":"frontdoorOperationResults","locations":["global"],"apiVersions":["2018-08-01"]},{"resourceType":"checkFrontdoorNameAvailability","locations":["global","Central US","East US","East US 2","North Central US","South Central US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","Australia Southeast"],"apiVersions":["2018-08-01"]},{"resourceType":"frontdoors","locations":["global","Central US","East US","East US 2","North Central US","South Central US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","Australia Southeast"],"apiVersions":["2018-10-01","2018-08-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"frontdoorWebApplicationFirewallPolicies","locations":["global","Central US","East US","East US 2","North Central US","South Central US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","Australia Southeast"],"apiVersions":["2018-08-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"webApplicationFirewallPolicies","locations":["global","Central US","East US","East US 2","North Central US","South Central US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","Australia Southeast"],"apiVersions":["2018-08-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations/bareMetalTenants","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2018-10-01","2018-08-01","2018-07-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.NotificationHubs","namespace":"Microsoft.NotificationHubs","resourceTypes":[{"resourceType":"namespaces","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East","UK West","UK South"],"apiVersions":["2017-04-01","2016-03-01","2014-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"namespaces/notificationHubs","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East","UK West","UK South"],"apiVersions":["2017-04-01","2016-03-01","2014-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNamespaceAvailability","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East","UK West","UK South"],"apiVersions":["2017-04-01","2016-03-01","2014-09-01"]},{"resourceType":"checkNameAvailability","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East","UK West","UK South"],"apiVersions":["2017-04-01","2016-03-01","2014-09-01"]},{"resourceType":"operations","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East","UK West","UK South"],"apiVersions":["2017-04-01","2016-03-01","2014-09-01"]},{"resourceType":"operationResults","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East","UK West","UK South"],"apiVersions":["2017-04-01","2016-03-01","2014-09-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.OperationalInsights","namespace":"Microsoft.OperationalInsights","authorizations":[{"applicationId":"d2a0a418-0aac-4541-82b2-b3142c89da77","roleDefinitionId":"86695298-2eb9-48a7-9ec3-2fdb38b6878b"},{"applicationId":"ca7f3f0b-7d91-482c-8e09-c5d840d0eac5","roleDefinitionId":"5d5a2e56-9835-44aa-93db-d2f19e155438"}],"resourceTypes":[{"resourceType":"workspaces","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central"],"apiVersions":["2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2015-11-01-preview","2015-03-20"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"workspaces/query","locations":["West Central US","Australia Southeast","West Europe","East US","Southeast Asia","Japan East","UK South","Central India","Canada Central"],"apiVersions":["2017-10-01"]},{"resourceType":"workspaces/dataSources","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central"],"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","Japan East","UK South","Central India","Canada Central"],"apiVersions":["2015-11-01-preview"]},{"resourceType":"linkTargets","locations":["East US"],"apiVersions":["2015-03-20"]},{"resourceType":"operations","locations":[],"apiVersions":["2014-11-10"]},{"resourceType":"devices","locations":[],"apiVersions":["2015-11-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.OperationsManagement","namespace":"Microsoft.OperationsManagement","authorization":{"applicationId":"d2a0a418-0aac-4541-82b2-b3142c89da77","roleDefinitionId":"aa249101-6816-4966-aafa-08175d795f14"},"resourceTypes":[{"resourceType":"solutions","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central"],"apiVersions":["2015-11-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"managementconfigurations","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central"],"apiVersions":["2015-11-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"managementassociations","locations":[],"apiVersions":["2015-11-01-preview"]},{"resourceType":"views","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central"],"apiVersions":["2017-08-21-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":[],"apiVersions":["2015-11-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.RecoveryServices","namespace":"Microsoft.RecoveryServices","authorizations":[{"applicationId":"262044b1-e2ce-469f-a196-69ab7ada62d3","roleDefinitionId":"21CEC436-F7D0-4ADE-8AD8-FEC5668484CC"},{"applicationId":"b8340c3b-9267-498f-b21a-15d5547fd85e","roleDefinitionId":"8A00C8EA-8F1B-45A7-8F64-F4CC61EEE9B6"}],"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","Korea Central","Korea South","France Central"],"apiVersions":["2018-01-10","2017-07-01-preview","2017-07-01","2016-12-01","2016-08-10","2016-06-01","2016-05-01","2015-12-15","2015-12-10","2015-11-10","2015-08-15","2015-08-10","2015-06-10","2015-03-15"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2018-01-10"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"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"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-08-10"}]},{"resourceType":"locations","locations":[],"apiVersions":["2017-07-01","2016-06-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"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","Korea Central","Korea South","France Central"],"apiVersions":["2017-07-01","2016-06-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"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","Korea Central","Korea South","France Central"],"apiVersions":["2016-06-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"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","Korea Central","Korea South","France Central"],"apiVersions":["2016-06-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2016-06-01"}]},{"resourceType":"locations/backupValidateFeatures","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2017-07-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-07-01"}]},{"resourceType":"locations/backupPreValidateProtection","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2017-07-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-07-01"}]},{"resourceType":"backupProtectedItems","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West","Korea Central","Korea South","France Central"],"apiVersions":["2017-07-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-07-01"}]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Relay","namespace":"Microsoft.Relay","authorization":{"applicationId":"80369ed6-5f11-4dd9-bef3-692475845e77"},"resourceTypes":[{"resourceType":"namespaces","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US 2","West US","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South","France Central"],"apiVersions":["2017-04-01","2016-07-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"namespaces/authorizationrules","locations":[],"apiVersions":["2017-04-01","2016-07-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/hybridconnections","locations":[],"apiVersions":["2017-04-01","2016-07-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/hybridconnections/authorizationrules","locations":[],"apiVersions":["2017-04-01","2016-07-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/wcfrelays","locations":[],"apiVersions":["2017-04-01","2016-07-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/wcfrelays/authorizationrules","locations":[],"apiVersions":["2017-04-01","2016-07-01","2015-08-01","2014-09-01"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2017-04-01","2016-07-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]},{"resourceType":"operations","locations":[],"apiVersions":["2017-04-01","2016-07-01"],"apiProfiles":[{"profileVersion":"2018-06-01-profile","apiVersion":"2017-04-01"}]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.ResourceHealth","namespace":"Microsoft.ResourceHealth","authorizations":[{"applicationId":"8bdebf23-c0fe-4187-a378-717ad86f6a53","roleDefinitionId":"cc026344-c8b1-4561-83ba-59eba84b27cc"}],"resourceTypes":[{"resourceType":"availabilityStatuses","locations":[],"apiVersions":["2018-11-06-beta","2018-07-01-rc","2018-07-01-beta","2017-07-01-beta","2017-07-01","2015-01-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"notifications","locations":["Australia Southeast"],"apiVersions":["2016-09-01","2016-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/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","West 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","West 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","West 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":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Search","namespace":"Microsoft.Search","authorization":{"applicationId":"408992c7-2af6-4ff1-92e3-65b73d2b5092","roleDefinitionId":"20FA3191-87CF-4C3D-9510-74CCB594A310"},"resourceTypes":[{"resourceType":"searchServices","locations":["West US","East US","North Europe","West Europe","Southeast Asia","East Asia","North Central US","South Central US","Central US","Japan West","Japan East","Australia East","Brazil South","West US 2","East US 2","Central India","West Central US","Canada Central","UK South","France Central"],"apiVersions":["2015-08-19","2015-02-28"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"checkServiceNameAvailability","locations":[],"apiVersions":["2015-02-28","2014-07-31-Preview"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2015-08-19"]},{"resourceType":"resourceHealthMetadata","locations":["West US","West US 2","East US","East US 2","North Europe","West Europe","Southeast Asia","East Asia","North Central US","South Central US","Central US","Japan West","Japan East","Australia East","Brazil South","Central India","West Central US","Canada Central","UK South","France Central"],"apiVersions":["2015-08-19"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-08-19","2015-02-28"]}],"registrationState":"Registered"},{"id":"/subscriptions/db017fc9-f2f1-484c-826d-bd349bf2a2ac/providers/Microsoft.Security","namespace":"Microsoft.Security","authorizations":[{"applicationId":"8edd93e1-2103-40b4-bd70-6e34e586362d","roleDefinitionId":"855AF4C4-82F6-414C-B1A2-628025628B9A"},{"applicationId":"fc780465-2017-40d4-a0c5-307022471b92"}],"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","West Europe","West Central 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","West Europe","West Central 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","West 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","West India","Canada Central","Canada East"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"pricings","locations":["Central US","East US"],"apiVersions":["2018-06-01","2017-08-01-preview"]},{"resourceType":"AutoProvisioningSettings","locations":["Central US","East US"],"apiVersions":["2017-08-01-preview"]},{"resourceType":"Compliances","locations":["Central US","East US"],"apiVersions":["2017-08-01-preview"]},{"resourceType":"securityContacts","locations":["Central US","East US"],"apiVersions":["2017-08-01-preview"]},{"resourceType":"workspaceSettings","locations":["Central US","East US"],"apiVersions":["2017-08-01-preview"]},{"resourceType":"complianceResults","locations":["Central US","East US"],"apiVersions":["2017-08-01"]},{"resourceType":"policies","locations":["Central US","East US"],"apiVersions":["
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment