Last active
December 10, 2019 18:41
-
-
Save cmendible/e44f10b665ba9c97cb9a9d1167c5bd99 to your computer and use it in GitHub Desktop.
terraform destroy fails for azurerm_role_definition if role scope is a Management Group
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2019/12/10 19:22:08 [INFO] Terraform version: 0.12.17 | |
2019/12/10 19:22:08 [INFO] Go runtime version: go1.12.13 | |
2019/12/10 19:22:08 [INFO] CLI args: []string{"C:\\ProgramData\\chocolatey\\lib\\terraform\\tools\\terraform.exe", "destroy"} | |
2019/12/10 19:22:08 [DEBUG] Attempting to open CLI config file: C:\Users\terraformuser\AppData\Roaming\terraform.rc | |
2019/12/10 19:22:08 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2019/12/10 19:22:08 [INFO] CLI command args: []string{"destroy"} | |
2019/12/10 19:22:08 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config | |
2019/12/10 19:22:08 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory | |
2019/12/10 19:22:08 [DEBUG] New state was assigned lineage "eb32be79-5d30-b86d-2b34-21097b634648" | |
2019/12/10 19:22:08 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend) | |
2019/12/10 19:22:08 [TRACE] Meta.Backend: instantiated backend of type <nil> | |
2019/12/10 19:22:08 [DEBUG] checking for provider in "." | |
2019/12/10 19:22:08 [DEBUG] checking for provider in "C:\\ProgramData\\chocolatey\\lib\\terraform\\tools" | |
2019/12/10 19:22:08 [DEBUG] checking for provider in ".terraform\\plugins\\windows_amd64" | |
2019/12/10 19:22:08 [DEBUG] found provider "terraform-provider-azurerm_v1.38.0_x4.exe" | |
2019/12/10 19:22:08 [DEBUG] found valid plugin: "azurerm", "1.38.0", "C:\\_dev\\atarraya\\.terraform\\plugins\\windows_amd64\\terraform-provider-azurerm_v1.38.0_x4.exe" | |
2019/12/10 19:22:08 [DEBUG] checking for provisioner in "." | |
2019/12/10 19:22:08 [DEBUG] checking for provisioner in "C:\\ProgramData\\chocolatey\\lib\\terraform\\tools" | |
2019/12/10 19:22:08 [DEBUG] checking for provisioner in ".terraform\\plugins\\windows_amd64" | |
2019/12/10 19:22:08 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend | |
2019/12/10 19:22:08 [INFO] backend/local: starting Apply operation | |
2019/12/10 19:22:08 [TRACE] backend/local: requesting state manager for workspace "default" | |
2019/12/10 19:22:08 [TRACE] backend/local: state manager for workspace "default" will: | |
- read initial snapshot from terraform.tfstate | |
- write new snapshots to terraform.tfstate | |
- create any backup at terraform.tfstate.backup | |
2019/12/10 19:22:08 [TRACE] backend/local: requesting state lock for workspace "default" | |
2019/12/10 19:22:08 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate | |
2019/12/10 19:22:08 [TRACE] statemgr.Filesystem: existing snapshot has lineage "c70e76fc-ee4f-ca72-0e76-6ed8129d2bff" serial 2 | |
2019/12/10 19:22:08 [TRACE] statemgr.Filesystem: locking terraform.tfstate using LockFileEx | |
2019/12/10 19:22:08 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info | |
2019/12/10 19:22:08 [TRACE] backend/local: reading remote state for workspace "default" | |
2019/12/10 19:22:08 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate | |
2019/12/10 19:22:08 [TRACE] statemgr.Filesystem: read snapshot with lineage "c70e76fc-ee4f-ca72-0e76-6ed8129d2bff" serial 2 | |
2019/12/10 19:22:08 [TRACE] backend/local: retrieving local state snapshot for workspace "default" | |
2019/12/10 19:22:08 [TRACE] backend/local: building context for current working directory | |
2019/12/10 19:22:08 [DEBUG] backend/local: will prompt for input of unset required variables [mg_id] | |
2019/12/10 19:22:08 [DEBUG] command: asking for input: "var.mg_id" | |
2019/12/10 19:22:11 [TRACE] terraform.NewContext: starting | |
2019/12/10 19:22:11 [TRACE] terraform.NewContext: resolving provider version selections | |
2019/12/10 19:22:12 [TRACE] terraform.NewContext: loading provider schemas | |
2019/12/10 19:22:12 [TRACE] LoadSchemas: retrieving schema for provider type "azurerm" | |
2019-12-10T19:22:12.395+0100 [INFO] plugin: configuring client automatic mTLS | |
2019-12-10T19:22:12.427+0100 [DEBUG] plugin: starting plugin: path=C:\_dev\atarraya\.terraform\plugins\windows_amd64\terraform-provider-azurerm_v1.38.0_x4.exe args=[C:\_dev\atarraya\.terraform\plugins\windows_amd64\terraform-provider-azurerm_v1.38.0_x4.exe] | |
2019-12-10T19:22:12.431+0100 [DEBUG] plugin: plugin started: path=C:\_dev\atarraya\.terraform\plugins\windows_amd64\terraform-provider-azurerm_v1.38.0_x4.exe pid=5348 | |
2019-12-10T19:22:12.431+0100 [DEBUG] plugin: waiting for RPC address: path=C:\_dev\atarraya\.terraform\plugins\windows_amd64\terraform-provider-azurerm_v1.38.0_x4.exe | |
2019-12-10T19:22:12.479+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] Registering Data Sources for "Compute".. | |
2019-12-10T19:22:12.479+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] Registering Resources for "Compute".. | |
2019-12-10T19:22:12.481+0100 [INFO] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: configuring server automatic mTLS: timestamp=2019-12-10T19:22:12.480+0100 | |
2019-12-10T19:22:12.515+0100 [DEBUG] plugin: using plugin: version=5 | |
2019-12-10T19:22:12.515+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: plugin address: network=tcp address=127.0.0.1:10000 timestamp=2019-12-10T19:22:12.515+0100 | |
2019/12/10 19:22:12 [TRACE] GRPCProvider: GetSchema | |
2019/12/10 19:22:12 [TRACE] GRPCProvider: Close | |
2019-12-10T19:22:12.640+0100 [DEBUG] plugin: plugin process exited: path=C:\_dev\atarraya\.terraform\plugins\windows_amd64\terraform-provider-azurerm_v1.38.0_x4.exe pid=5348 | |
2019-12-10T19:22:12.640+0100 [DEBUG] plugin: plugin exited | |
2019/12/10 19:22:12 [TRACE] terraform.NewContext: complete | |
2019/12/10 19:22:12 [TRACE] backend/local: finished building terraform.Context | |
2019/12/10 19:22:12 [TRACE] backend/local: requesting interactive input, if necessary | |
2019/12/10 19:22:12 [TRACE] Context.Input: Prompting for provider arguments | |
2019/12/10 19:22:12 [TRACE] Context.Input: Provider provider.azurerm implied by resource block at main.tf:16,1-59 | |
2019/12/10 19:22:12 [TRACE] Context.Input: Input for provider.azurerm: map[string]cty.Value{} | |
2019/12/10 19:22:12 [TRACE] backend/local: running validation operation | |
2019/12/10 19:22:12 [INFO] terraform: building graph: GraphTypeValidate | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.ConfigTransformer | |
2019/12/10 19:22:12 [TRACE] ConfigTransformer: Starting for path: | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: | |
azurerm_role_definition.RoleInManagementGroup - *terraform.NodeValidatableResource | |
------ | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.LocalTransformer | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.LocalTransformer with new graph: | |
azurerm_role_definition.RoleInManagementGroup - *terraform.NodeValidatableResource | |
local.scope - *terraform.NodeLocal | |
------ | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.OutputTransformer | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes) | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes) | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.StateTransformer | |
2019/12/10 19:22:12 [TRACE] StateTransformer: creating nodes for deposed instance objects only | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.StateTransformer (no changes) | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer | |
2019/12/10 19:22:12 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_role_definition.RoleInManagementGroup" (*terraform.NodeValidatableResource) config from main.tf:16,1-59 | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.RootVariableTransformer | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph: | |
azurerm_role_definition.RoleInManagementGroup - *terraform.NodeValidatableResource | |
local.scope - *terraform.NodeLocal | |
var.mg_id - *terraform.NodeRootVariable | |
------ | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes) | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.ProvisionerTransformer | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes) | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.graphTransformerMulti | |
2019/12/10 19:22:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer | |
2019/12/10 19:22:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: | |
azurerm_role_definition.RoleInManagementGroup - *terraform.NodeValidatableResource | |
local.scope - *terraform.NodeLocal | |
var.mg_id - *terraform.NodeRootVariable | |
------ | |
2019/12/10 19:22:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer | |
2019/12/10 19:22:12 [DEBUG] adding implicit provider configuration provider.azurerm, implied first by azurerm_role_definition.RoleInManagementGroup | |
2019/12/10 19:22:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer with new graph: | |
azurerm_role_definition.RoleInManagementGroup - *terraform.NodeValidatableResource | |
local.scope - *terraform.NodeLocal | |
provider.azurerm - *terraform.NodeApplyableProvider | |
var.mg_id - *terraform.NodeRootVariable | |
------ | |
2019/12/10 19:22:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer | |
2019/12/10 19:22:12 [TRACE] ProviderTransformer: azurerm_role_definition.RoleInManagementGroup is provided by provider.azurerm or inherited equivalent | |
2019/12/10 19:22:12 [TRACE] ProviderTransformer: exact match for provider.azurerm serving azurerm_role_definition.RoleInManagementGroup | |
2019/12/10 19:22:12 [DEBUG] ProviderTransformer: "azurerm_role_definition.RoleInManagementGroup" (*terraform.NodeValidatableResource) needs provider.azurerm | |
2019/12/10 19:22:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: | |
azurerm_role_definition.RoleInManagementGroup - *terraform.NodeValidatableResource | |
provider.azurerm - *terraform.NodeApplyableProvider | |
local.scope - *terraform.NodeLocal | |
provider.azurerm - *terraform.NodeApplyableProvider | |
var.mg_id - *terraform.NodeRootVariable | |
------ | |
2019/12/10 19:22:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer | |
2019/12/10 19:22:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) | |
2019/12/10 19:22:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer | |
2019/12/10 19:22:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes) | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: | |
azurerm_role_definition.RoleInManagementGroup - *terraform.NodeValidatableResource | |
provider.azurerm - *terraform.NodeApplyableProvider | |
local.scope - *terraform.NodeLocal | |
provider.azurerm - *terraform.NodeApplyableProvider | |
var.mg_id - *terraform.NodeRootVariable | |
------ | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer | |
2019/12/10 19:22:12 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_role_definition.RoleInManagementGroup | |
2019/12/10 19:22:12 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.azurerm | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2019/12/10 19:22:12 [DEBUG] ReferenceTransformer: "azurerm_role_definition.RoleInManagementGroup" references: [local.scope local.scope] | |
2019/12/10 19:22:12 [DEBUG] ReferenceTransformer: "local.scope" references: [var.mg_id] | |
2019/12/10 19:22:12 [DEBUG] ReferenceTransformer: "var.mg_id" references: [] | |
2019/12/10 19:22:12 [DEBUG] ReferenceTransformer: "provider.azurerm" references: [] | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph: | |
azurerm_role_definition.RoleInManagementGroup - *terraform.NodeValidatableResource | |
local.scope - *terraform.NodeLocal | |
provider.azurerm - *terraform.NodeApplyableProvider | |
local.scope - *terraform.NodeLocal | |
var.mg_id - *terraform.NodeRootVariable | |
provider.azurerm - *terraform.NodeApplyableProvider | |
var.mg_id - *terraform.NodeRootVariable | |
------ | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph: | |
azurerm_role_definition.RoleInManagementGroup - *terraform.NodeValidatableResource | |
local.scope - *terraform.NodeLocal | |
provider.azurerm - *terraform.NodeApplyableProvider | |
local.scope - *terraform.NodeLocal | |
var.mg_id - *terraform.NodeRootVariable | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
azurerm_role_definition.RoleInManagementGroup - *terraform.NodeValidatableResource | |
local.scope - *terraform.NodeLocal | |
provider.azurerm - *terraform.NodeApplyableProvider | |
var.mg_id - *terraform.NodeRootVariable | |
provider.azurerm - *terraform.NodeApplyableProvider | |
var.mg_id - *terraform.NodeRootVariable | |
------ | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes) | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.CloseProviderTransformer | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: | |
azurerm_role_definition.RoleInManagementGroup - *terraform.NodeValidatableResource | |
local.scope - *terraform.NodeLocal | |
provider.azurerm - *terraform.NodeApplyableProvider | |
local.scope - *terraform.NodeLocal | |
var.mg_id - *terraform.NodeRootVariable | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
azurerm_role_definition.RoleInManagementGroup - *terraform.NodeValidatableResource | |
local.scope - *terraform.NodeLocal | |
provider.azurerm - *terraform.NodeApplyableProvider | |
var.mg_id - *terraform.NodeRootVariable | |
provider.azurerm - *terraform.NodeApplyableProvider | |
provider.azurerm (close) - *terraform.graphNodeCloseProvider | |
azurerm_role_definition.RoleInManagementGroup - *terraform.NodeValidatableResource | |
provider.azurerm - *terraform.NodeApplyableProvider | |
var.mg_id - *terraform.NodeRootVariable | |
------ | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes) | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.RootTransformer | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.RootTransformer with new graph: | |
azurerm_role_definition.RoleInManagementGroup - *terraform.NodeValidatableResource | |
local.scope - *terraform.NodeLocal | |
provider.azurerm - *terraform.NodeApplyableProvider | |
local.scope - *terraform.NodeLocal | |
var.mg_id - *terraform.NodeRootVariable | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
azurerm_role_definition.RoleInManagementGroup - *terraform.NodeValidatableResource | |
local.scope - *terraform.NodeLocal | |
provider.azurerm - *terraform.NodeApplyableProvider | |
var.mg_id - *terraform.NodeRootVariable | |
provider.azurerm - *terraform.NodeApplyableProvider | |
provider.azurerm (close) - *terraform.graphNodeCloseProvider | |
azurerm_role_definition.RoleInManagementGroup - *terraform.NodeValidatableResource | |
provider.azurerm - *terraform.NodeApplyableProvider | |
root - terraform.graphNodeRoot | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
provider.azurerm (close) - *terraform.graphNodeCloseProvider | |
var.mg_id - *terraform.NodeRootVariable | |
------ | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: | |
azurerm_role_definition.RoleInManagementGroup - *terraform.NodeValidatableResource | |
local.scope - *terraform.NodeLocal | |
provider.azurerm - *terraform.NodeApplyableProvider | |
local.scope - *terraform.NodeLocal | |
var.mg_id - *terraform.NodeRootVariable | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
azurerm_role_definition.RoleInManagementGroup - *terraform.NodeValidatableResource | |
provider.azurerm - *terraform.NodeApplyableProvider | |
provider.azurerm (close) - *terraform.graphNodeCloseProvider | |
azurerm_role_definition.RoleInManagementGroup - *terraform.NodeValidatableResource | |
root - terraform.graphNodeRoot | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
provider.azurerm (close) - *terraform.graphNodeCloseProvider | |
var.mg_id - *terraform.NodeRootVariable | |
------ | |
2019/12/10 19:22:12 [DEBUG] Starting graph walk: walkValidate | |
2019/12/10 19:22:12 [TRACE] dag/walk: updating graph | |
2019/12/10 19:22:12 [TRACE] dag/walk: added new vertex: "var.mg_id" | |
2019/12/10 19:22:12 [TRACE] dag/walk: added new vertex: "provider.azurerm" | |
2019/12/10 19:22:12 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)" | |
2019/12/10 19:22:12 [TRACE] dag/walk: added new vertex: "provider.azurerm (close)" | |
2019/12/10 19:22:12 [TRACE] dag/walk: added new vertex: "root" | |
2019/12/10 19:22:12 [TRACE] dag/walk: added new vertex: "azurerm_role_definition.RoleInManagementGroup" | |
2019/12/10 19:22:12 [TRACE] dag/walk: added new vertex: "local.scope" | |
2019/12/10 19:22:12 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_role_definition.RoleInManagementGroup" | |
2019/12/10 19:22:12 [TRACE] dag/walk: added edge: "azurerm_role_definition.RoleInManagementGroup" waiting on "provider.azurerm" | |
2019/12/10 19:22:12 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)" | |
2019/12/10 19:22:12 [TRACE] dag/walk: added edge: "root" waiting on "provider.azurerm (close)" | |
2019/12/10 19:22:12 [TRACE] dag/walk: added edge: "azurerm_role_definition.RoleInManagementGroup" waiting on "local.scope" | |
2019/12/10 19:22:12 [TRACE] dag/walk: added edge: "local.scope" waiting on "var.mg_id" | |
2019/12/10 19:22:12 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "azurerm_role_definition.RoleInManagementGroup" | |
2019/12/10 19:22:12 [TRACE] dag/walk: dependencies changed for "azurerm_role_definition.RoleInManagementGroup", sending new deps | |
2019/12/10 19:22:12 [TRACE] dag/walk: dependencies changed for "root", sending new deps | |
2019/12/10 19:22:12 [TRACE] dag/walk: dependencies changed for "local.scope", sending new deps | |
2019/12/10 19:22:12 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps | |
2019/12/10 19:22:12 [TRACE] dag/walk: dependencies changed for "provider.azurerm (close)", sending new deps | |
2019/12/10 19:22:12 [TRACE] dag/walk: visiting "var.mg_id" | |
2019/12/10 19:22:12 [TRACE] vertex "var.mg_id": starting visit (*terraform.NodeRootVariable) | |
2019/12/10 19:22:12 [TRACE] dag/walk: visiting "provider.azurerm" | |
2019/12/10 19:22:12 [TRACE] vertex "var.mg_id": visit complete | |
2019/12/10 19:22:12 [TRACE] vertex "provider.azurerm": starting visit (*terraform.NodeApplyableProvider) | |
2019/12/10 19:22:12 [TRACE] dag/walk: visiting "local.scope" | |
2019/12/10 19:22:12 [TRACE] vertex "local.scope": starting visit (*terraform.NodeLocal) | |
2019/12/10 19:22:12 [TRACE] vertex "local.scope": evaluating | |
2019/12/10 19:22:12 [TRACE] vertex "provider.azurerm": evaluating | |
2019/12/10 19:22:12 [TRACE] [walkValidate] Entering eval tree: local.scope | |
2019/12/10 19:22:12 [TRACE] [walkValidate] Entering eval tree: provider.azurerm | |
2019/12/10 19:22:12 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/12/10 19:22:12 [TRACE] <root>: eval: *terraform.EvalLocal | |
2019/12/10 19:22:12 [TRACE] <root>: eval: *terraform.EvalInitProvider | |
2019/12/10 19:22:12 [TRACE] [walkValidate] Exiting eval tree: local.scope | |
2019/12/10 19:22:12 [TRACE] vertex "local.scope": visit complete | |
2019-12-10T19:22:12.642+0100 [INFO] plugin: configuring client automatic mTLS | |
2019-12-10T19:22:12.673+0100 [DEBUG] plugin: starting plugin: path=C:\_dev\atarraya\.terraform\plugins\windows_amd64\terraform-provider-azurerm_v1.38.0_x4.exe args=[C:\_dev\atarraya\.terraform\plugins\windows_amd64\terraform-provider-azurerm_v1.38.0_x4.exe] | |
2019-12-10T19:22:12.676+0100 [DEBUG] plugin: plugin started: path=C:\_dev\atarraya\.terraform\plugins\windows_amd64\terraform-provider-azurerm_v1.38.0_x4.exe pid=15200 | |
2019-12-10T19:22:12.676+0100 [DEBUG] plugin: waiting for RPC address: path=C:\_dev\atarraya\.terraform\plugins\windows_amd64\terraform-provider-azurerm_v1.38.0_x4.exe | |
2019-12-10T19:22:12.721+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] Registering Data Sources for "Compute".. | |
2019-12-10T19:22:12.721+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] Registering Resources for "Compute".. | |
2019-12-10T19:22:12.724+0100 [INFO] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: configuring server automatic mTLS: timestamp=2019-12-10T19:22:12.722+0100 | |
2019-12-10T19:22:12.764+0100 [DEBUG] plugin: using plugin: version=5 | |
2019-12-10T19:22:12.764+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: plugin address: address=127.0.0.1:10000 network=tcp timestamp=2019-12-10T19:22:12.764+0100 | |
2019/12/10 19:22:12 [TRACE] BuiltinEvalContext: Initialized "azurerm" provider for provider.azurerm | |
2019/12/10 19:22:12 [TRACE] <root>: eval: terraform.EvalNoop | |
2019/12/10 19:22:12 [TRACE] <root>: eval: *terraform.EvalOpFilter | |
2019/12/10 19:22:12 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/12/10 19:22:12 [TRACE] <root>: eval: *terraform.EvalGetProvider | |
2019/12/10 19:22:12 [TRACE] <root>: eval: *terraform.EvalValidateProvider | |
2019/12/10 19:22:12 [TRACE] buildProviderConfig for provider.azurerm: no configuration at all | |
2019/12/10 19:22:12 [TRACE] GRPCProvider: GetSchema | |
2019/12/10 19:22:12 [TRACE] GRPCProvider: PrepareProviderConfig | |
2019/12/10 19:22:12 [TRACE] <root>: eval: terraform.EvalNoop | |
2019/12/10 19:22:12 [TRACE] <root>: eval: terraform.EvalNoop | |
2019/12/10 19:22:12 [TRACE] [walkValidate] Exiting eval tree: provider.azurerm | |
2019/12/10 19:22:12 [TRACE] vertex "provider.azurerm": visit complete | |
2019/12/10 19:22:12 [TRACE] dag/walk: visiting "azurerm_role_definition.RoleInManagementGroup" | |
2019/12/10 19:22:12 [TRACE] vertex "azurerm_role_definition.RoleInManagementGroup": starting visit (*terraform.NodeValidatableResource) | |
2019/12/10 19:22:12 [TRACE] vertex "azurerm_role_definition.RoleInManagementGroup": evaluating | |
2019/12/10 19:22:12 [TRACE] [walkValidate] Entering eval tree: azurerm_role_definition.RoleInManagementGroup | |
2019/12/10 19:22:12 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/12/10 19:22:12 [TRACE] <root>: eval: *terraform.EvalGetProvider | |
2019/12/10 19:22:12 [TRACE] <root>: eval: *terraform.EvalValidateResource | |
2019/12/10 19:22:12 [TRACE] GRPCProvider: ValidateResourceTypeConfig | |
2019/12/10 19:22:12 [TRACE] [walkValidate] Exiting eval tree: azurerm_role_definition.RoleInManagementGroup | |
2019/12/10 19:22:12 [TRACE] vertex "azurerm_role_definition.RoleInManagementGroup": visit complete | |
2019/12/10 19:22:12 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)" | |
2019/12/10 19:22:12 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary) | |
2019/12/10 19:22:12 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating | |
2019/12/10 19:22:12 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (EachMode fixup) | |
2019/12/10 19:22:12 [TRACE] dag/walk: visiting "provider.azurerm (close)" | |
2019/12/10 19:22:12 [TRACE] <root>: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal | |
2019/12/10 19:22:12 [TRACE] vertex "provider.azurerm (close)": starting visit (*terraform.graphNodeCloseProvider) | |
2019/12/10 19:22:12 [TRACE] vertex "provider.azurerm (close)": evaluating | |
2019/12/10 19:22:12 [TRACE] [walkValidate] Entering eval tree: provider.azurerm (close) | |
2019/12/10 19:22:12 [TRACE] <root>: eval: *terraform.EvalCloseProvider | |
2019/12/10 19:22:12 [TRACE] GRPCProvider: Close | |
2019/12/10 19:22:12 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (EachMode fixup) | |
2019/12/10 19:22:12 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete | |
2019-12-10T19:22:12.918+0100 [DEBUG] plugin: plugin process exited: path=C:\_dev\atarraya\.terraform\plugins\windows_amd64\terraform-provider-azurerm_v1.38.0_x4.exe pid=15200 | |
2019-12-10T19:22:12.918+0100 [DEBUG] plugin: plugin exited | |
2019/12/10 19:22:12 [TRACE] [walkValidate] Exiting eval tree: provider.azurerm (close) | |
2019/12/10 19:22:12 [TRACE] vertex "provider.azurerm (close)": visit complete | |
2019/12/10 19:22:12 [TRACE] dag/walk: visiting "root" | |
2019/12/10 19:22:12 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot) | |
2019/12/10 19:22:12 [TRACE] vertex "root": visit complete | |
2019/12/10 19:22:12 [INFO] backend/local: apply calling Refresh | |
2019/12/10 19:22:12 [INFO] terraform: building graph: GraphTypeRefresh | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.ConfigTransformer | |
2019/12/10 19:22:12 [TRACE] ConfigTransformer: Starting for path: | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: | |
azurerm_role_definition.RoleInManagementGroup - *terraform.NodeRefreshableManagedResource | |
------ | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.ConfigTransformer | |
2019/12/10 19:22:12 [TRACE] ConfigTransformer: Starting for path: | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.ConfigTransformer (no changes) | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes) | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.StateTransformer | |
2019/12/10 19:22:12 [TRACE] StateTransformer: creating nodes for deposed instance objects only | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.StateTransformer (no changes) | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer | |
2019/12/10 19:22:12 [TRACE] AttachResourceConfigTransformer: attaching to "azurerm_role_definition.RoleInManagementGroup" (*terraform.NodeRefreshableManagedResource) config from main.tf:16,1-59 | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.RootVariableTransformer | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph: | |
azurerm_role_definition.RoleInManagementGroup - *terraform.NodeRefreshableManagedResource | |
var.mg_id - *terraform.NodeRootVariable | |
------ | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.LocalTransformer | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.LocalTransformer with new graph: | |
azurerm_role_definition.RoleInManagementGroup - *terraform.NodeRefreshableManagedResource | |
local.scope - *terraform.NodeLocal | |
var.mg_id - *terraform.NodeRootVariable | |
------ | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.OutputTransformer | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes) | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.graphTransformerMulti | |
2019/12/10 19:22:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer | |
2019/12/10 19:22:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: | |
azurerm_role_definition.RoleInManagementGroup - *terraform.NodeRefreshableManagedResource | |
local.scope - *terraform.NodeLocal | |
var.mg_id - *terraform.NodeRootVariable | |
------ | |
2019/12/10 19:22:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer | |
2019/12/10 19:22:12 [DEBUG] adding implicit provider configuration provider.azurerm, implied first by azurerm_role_definition.RoleInManagementGroup | |
2019/12/10 19:22:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer with new graph: | |
azurerm_role_definition.RoleInManagementGroup - *terraform.NodeRefreshableManagedResource | |
local.scope - *terraform.NodeLocal | |
provider.azurerm - *terraform.NodeApplyableProvider | |
var.mg_id - *terraform.NodeRootVariable | |
------ | |
2019/12/10 19:22:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer | |
2019/12/10 19:22:12 [TRACE] ProviderTransformer: azurerm_role_definition.RoleInManagementGroup is provided by provider.azurerm or inherited equivalent | |
2019/12/10 19:22:12 [TRACE] ProviderTransformer: exact match for provider.azurerm serving azurerm_role_definition.RoleInManagementGroup | |
2019/12/10 19:22:12 [DEBUG] ProviderTransformer: "azurerm_role_definition.RoleInManagementGroup" (*terraform.NodeRefreshableManagedResource) needs provider.azurerm | |
2019/12/10 19:22:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: | |
azurerm_role_definition.RoleInManagementGroup - *terraform.NodeRefreshableManagedResource | |
provider.azurerm - *terraform.NodeApplyableProvider | |
local.scope - *terraform.NodeLocal | |
provider.azurerm - *terraform.NodeApplyableProvider | |
var.mg_id - *terraform.NodeRootVariable | |
------ | |
2019/12/10 19:22:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer | |
2019/12/10 19:22:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) | |
2019/12/10 19:22:12 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer | |
2019/12/10 19:22:12 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes) | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: | |
azurerm_role_definition.RoleInManagementGroup - *terraform.NodeRefreshableManagedResource | |
provider.azurerm - *terraform.NodeApplyableProvider | |
local.scope - *terraform.NodeLocal | |
provider.azurerm - *terraform.NodeApplyableProvider | |
var.mg_id - *terraform.NodeRootVariable | |
------ | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer | |
2019/12/10 19:22:12 [TRACE] AttachSchemaTransformer: attaching resource schema to azurerm_role_definition.RoleInManagementGroup | |
2019/12/10 19:22:12 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.azurerm | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2019/12/10 19:22:12 [DEBUG] ReferenceTransformer: "provider.azurerm" references: [] | |
2019/12/10 19:22:12 [DEBUG] ReferenceTransformer: "azurerm_role_definition.RoleInManagementGroup" references: [local.scope local.scope] | |
2019/12/10 19:22:12 [DEBUG] ReferenceTransformer: "var.mg_id" references: [] | |
2019/12/10 19:22:12 [DEBUG] ReferenceTransformer: "local.scope" references: [var.mg_id] | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph: | |
azurerm_role_definition.RoleInManagementGroup - *terraform.NodeRefreshableManagedResource | |
local.scope - *terraform.NodeLocal | |
provider.azurerm - *terraform.NodeApplyableProvider | |
local.scope - *terraform.NodeLocal | |
var.mg_id - *terraform.NodeRootVariable | |
provider.azurerm - *terraform.NodeApplyableProvider | |
var.mg_id - *terraform.NodeRootVariable | |
------ | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer | |
2019/12/10 19:22:12 [TRACE] AttachDependenciesTransformer: azurerm_role_definition.RoleInManagementGroup depends on [] | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes) | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.CloseProviderTransformer | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: | |
azurerm_role_definition.RoleInManagementGroup - *terraform.NodeRefreshableManagedResource | |
local.scope - *terraform.NodeLocal | |
provider.azurerm - *terraform.NodeApplyableProvider | |
local.scope - *terraform.NodeLocal | |
var.mg_id - *terraform.NodeRootVariable | |
provider.azurerm - *terraform.NodeApplyableProvider | |
provider.azurerm (close) - *terraform.graphNodeCloseProvider | |
azurerm_role_definition.RoleInManagementGroup - *terraform.NodeRefreshableManagedResource | |
provider.azurerm - *terraform.NodeApplyableProvider | |
var.mg_id - *terraform.NodeRootVariable | |
------ | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.RootTransformer | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.RootTransformer (no changes) | |
2019/12/10 19:22:12 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer | |
2019/12/10 19:22:12 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: | |
azurerm_role_definition.RoleInManagementGroup - *terraform.NodeRefreshableManagedResource | |
local.scope - *terraform.NodeLocal | |
provider.azurerm - *terraform.NodeApplyableProvider | |
local.scope - *terraform.NodeLocal | |
var.mg_id - *terraform.NodeRootVariable | |
provider.azurerm - *terraform.NodeApplyableProvider | |
provider.azurerm (close) - *terraform.graphNodeCloseProvider | |
azurerm_role_definition.RoleInManagementGroup - *terraform.NodeRefreshableManagedResource | |
var.mg_id - *terraform.NodeRootVariable | |
------ | |
2019/12/10 19:22:12 [DEBUG] Starting graph walk: walkRefresh | |
2019/12/10 19:22:12 [TRACE] dag/walk: updating graph | |
2019/12/10 19:22:12 [TRACE] dag/walk: added new vertex: "local.scope" | |
2019/12/10 19:22:12 [TRACE] dag/walk: added new vertex: "provider.azurerm" | |
2019/12/10 19:22:12 [TRACE] dag/walk: added new vertex: "provider.azurerm (close)" | |
2019/12/10 19:22:12 [TRACE] dag/walk: added new vertex: "azurerm_role_definition.RoleInManagementGroup" | |
2019/12/10 19:22:12 [TRACE] dag/walk: added new vertex: "var.mg_id" | |
2019/12/10 19:22:12 [TRACE] dag/walk: added edge: "azurerm_role_definition.RoleInManagementGroup" waiting on "provider.azurerm" | |
2019/12/10 19:22:12 [TRACE] dag/walk: added edge: "azurerm_role_definition.RoleInManagementGroup" waiting on "local.scope" | |
2019/12/10 19:22:12 [TRACE] dag/walk: added edge: "local.scope" waiting on "var.mg_id" | |
2019/12/10 19:22:12 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_role_definition.RoleInManagementGroup" | |
2019/12/10 19:22:12 [TRACE] dag/walk: dependencies changed for "azurerm_role_definition.RoleInManagementGroup", sending new deps | |
2019/12/10 19:22:12 [TRACE] dag/walk: dependencies changed for "local.scope", sending new deps | |
2019/12/10 19:22:12 [TRACE] dag/walk: dependencies changed for "provider.azurerm (close)", sending new deps | |
2019/12/10 19:22:12 [TRACE] dag/walk: visiting "provider.azurerm" | |
2019/12/10 19:22:12 [TRACE] vertex "provider.azurerm": starting visit (*terraform.NodeApplyableProvider) | |
2019/12/10 19:22:12 [TRACE] dag/walk: visiting "var.mg_id" | |
2019/12/10 19:22:12 [TRACE] vertex "provider.azurerm": evaluating | |
2019/12/10 19:22:12 [TRACE] vertex "var.mg_id": starting visit (*terraform.NodeRootVariable) | |
2019/12/10 19:22:12 [TRACE] vertex "var.mg_id": visit complete | |
2019/12/10 19:22:12 [TRACE] [walkRefresh] Entering eval tree: provider.azurerm | |
2019/12/10 19:22:12 [TRACE] dag/walk: visiting "local.scope" | |
2019/12/10 19:22:12 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/12/10 19:22:12 [TRACE] vertex "local.scope": starting visit (*terraform.NodeLocal) | |
2019/12/10 19:22:12 [TRACE] <root>: eval: *terraform.EvalInitProvider | |
2019/12/10 19:22:12 [TRACE] vertex "local.scope": evaluating | |
2019/12/10 19:22:12 [TRACE] [walkRefresh] Entering eval tree: local.scope | |
2019/12/10 19:22:12 [TRACE] <root>: eval: *terraform.EvalLocal | |
2019/12/10 19:22:12 [TRACE] [walkRefresh] Exiting eval tree: local.scope | |
2019/12/10 19:22:12 [TRACE] vertex "local.scope": visit complete | |
2019-12-10T19:22:12.920+0100 [INFO] plugin: configuring client automatic mTLS | |
2019-12-10T19:22:12.951+0100 [DEBUG] plugin: starting plugin: path=C:\_dev\atarraya\.terraform\plugins\windows_amd64\terraform-provider-azurerm_v1.38.0_x4.exe args=[C:\_dev\atarraya\.terraform\plugins\windows_amd64\terraform-provider-azurerm_v1.38.0_x4.exe] | |
2019-12-10T19:22:12.954+0100 [DEBUG] plugin: plugin started: path=C:\_dev\atarraya\.terraform\plugins\windows_amd64\terraform-provider-azurerm_v1.38.0_x4.exe pid=1484 | |
2019-12-10T19:22:12.954+0100 [DEBUG] plugin: waiting for RPC address: path=C:\_dev\atarraya\.terraform\plugins\windows_amd64\terraform-provider-azurerm_v1.38.0_x4.exe | |
2019-12-10T19:22:13.000+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] Registering Data Sources for "Compute".. | |
2019-12-10T19:22:13.000+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] Registering Resources for "Compute".. | |
2019-12-10T19:22:13.002+0100 [INFO] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: configuring server automatic mTLS: timestamp=2019-12-10T19:22:13.001+0100 | |
2019-12-10T19:22:13.037+0100 [DEBUG] plugin: using plugin: version=5 | |
2019-12-10T19:22:13.037+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: plugin address: address=127.0.0.1:10000 network=tcp timestamp=2019-12-10T19:22:13.037+0100 | |
2019/12/10 19:22:13 [TRACE] BuiltinEvalContext: Initialized "azurerm" provider for provider.azurerm | |
2019/12/10 19:22:13 [TRACE] <root>: eval: terraform.EvalNoop | |
2019/12/10 19:22:13 [TRACE] <root>: eval: terraform.EvalNoop | |
2019/12/10 19:22:13 [TRACE] <root>: eval: *terraform.EvalOpFilter | |
2019/12/10 19:22:13 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/12/10 19:22:13 [TRACE] <root>: eval: *terraform.EvalGetProvider | |
2019/12/10 19:22:13 [TRACE] <root>: eval: *terraform.EvalOpFilter | |
2019/12/10 19:22:13 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/12/10 19:22:13 [TRACE] <root>: eval: *terraform.EvalConfigProvider | |
2019/12/10 19:22:13 [TRACE] buildProviderConfig for provider.azurerm: no configuration at all | |
2019/12/10 19:22:13 [TRACE] GRPCProvider: GetSchema | |
2019/12/10 19:22:13 [TRACE] GRPCProvider: Configure | |
2019-12-10T19:22:13.144+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: Testing if Service Principal / Client Certificate is applicable for Authentication.. | |
2019-12-10T19:22:13.144+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: Testing if Multi Tenant Service Principal / Client Secret is applicable for Authentication.. | |
2019-12-10T19:22:13.144+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: Testing if Service Principal / Client Secret is applicable for Authentication.. | |
2019-12-10T19:22:13.144+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: Testing if Managed Service Identity is applicable for Authentication.. | |
2019-12-10T19:22:13.144+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: Testing if Obtaining a token from the Azure CLI is applicable for Authentication.. | |
2019-12-10T19:22:13.144+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: Using Obtaining a token from the Azure CLI for Authentication | |
2019-12-10T19:22:13.146+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] Resource "https://management.core.windows.net/" isn't for the correct Tenant | |
2019-12-10T19:22:13.146+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] Resource "https://management.core.windows.net/" isn't for the correct Tenant | |
2019-12-10T19:22:13.146+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] Resource "https://management.core.windows.net/" isn't for the correct Tenant | |
2019-12-10T19:22:13.146+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] Resource "https://management.core.windows.net/" isn't for the correct Tenant | |
2019-12-10T19:22:13.146+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] Resource "https://management.core.windows.net/" isn't for the correct Tenant | |
2019-12-10T19:22:13.146+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] Resource "https://azds.io/" isn't a management domain | |
2019-12-10T19:22:16.395+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: authenticated object ID cache miss, populting with: "00000000-0000-0000-0000-000000000000" | |
2019-12-10T19:22:16.395+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: Getting OAuth config for endpoint https://login.microsoftonline.com/ with tenant 00000000-0000-0000-0000-000000000000 | |
2019/12/10 19:22:17 [TRACE] dag/walk: vertex "provider.azurerm (close)" is waiting for "azurerm_role_definition.RoleInManagementGroup" | |
2019/12/10 19:22:17 [TRACE] dag/walk: vertex "azurerm_role_definition.RoleInManagementGroup" is waiting for "provider.azurerm" | |
2019/12/10 19:22:22 [TRACE] dag/walk: vertex "provider.azurerm (close)" is waiting for "azurerm_role_definition.RoleInManagementGroup" | |
2019/12/10 19:22:22 [TRACE] dag/walk: vertex "azurerm_role_definition.RoleInManagementGroup" is waiting for "provider.azurerm" | |
2019-12-10T19:22:24.630+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 analysisservices/2017-08-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.630+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] Genereated Provider Correlation Request Id: 7f59d157-3719-6a94-b517-5578be8901dd | |
2019-12-10T19:22:24.630+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 apimanagement/2018-01-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.630+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 apimanagement/2018-01-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.630+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 apimanagement/2018-01-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.630+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 apimanagement/2018-01-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.630+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 apimanagement/2018-01-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.630+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 apimanagement/2018-01-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.630+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 apimanagement/2018-01-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.630+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 apimanagement/2018-01-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.630+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 apimanagement/2018-01-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.631+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 apimanagement/2018-01-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.631+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 apimanagement/2018-01-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.631+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 apimanagement/2018-01-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.631+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 apimanagement/2018-01-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.631+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 apimanagement/2018-01-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.631+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 apimanagement/2018-01-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.631+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 apimanagement/2018-01-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.631+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 apimanagement/2018-01-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.631+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 apimanagement/2018-01-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.631+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 apimanagement/2018-01-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.631+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 apimanagement/2018-01-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.631+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 apimanagement/2018-01-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.631+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 apimanagement/2018-01-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.631+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 apimanagement/2018-01-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.631+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 apimanagement/2018-01-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.631+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 insights/2015-05-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.631+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 insights/2015-05-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.631+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 insights/2015-05-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.631+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 insights/2015-05-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.631+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 automation/2015-10-31 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.631+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 automation/2015-10-31 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.631+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 automation/2015-10-31 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.632+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 automation/2015-10-31 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.632+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 automation/2015-10-31 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.632+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 automation/2015-10-31 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.632+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 automation/2015-10-31 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.632+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 automation/2015-10-31 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.632+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 automation/2015-10-31 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.632+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 automation/2015-10-31 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.632+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 automation/2015-10-31 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.632+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 authorization/2018-09-01-preview HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.632+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 authorization/2018-09-01-preview HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.632+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 batch/2018-12-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.632+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 batch/2018-12-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.632+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 batch/2018-12-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.632+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 batch/2018-12-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.632+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 botservice/2018-07-12 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.632+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 botservice/2018-07-12 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.632+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 botservice/2018-07-12 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.632+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 cdn/2017-10-12 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.632+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 cdn/2017-10-12 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.632+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 cdn/2017-10-12 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.632+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 cognitiveservices/2017-04-18 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.632+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 compute/2019-07-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.632+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 compute/2019-07-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.632+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 compute/2019-07-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.633+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 compute/2019-07-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.633+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 compute/2019-07-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.633+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 compute/2019-07-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.633+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 marketplaceordering/2015-06-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.633+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 compute/2019-07-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.633+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 compute/2019-07-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.633+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 compute/2019-07-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.633+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 compute/2019-07-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.633+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 compute/2019-07-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.633+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 compute/2019-07-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.633+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 compute/2019-07-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.633+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 compute/2019-07-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.633+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 compute/2019-07-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.633+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 compute/2019-07-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.633+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 containerregistry/2018-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.633+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 containerregistry/2018-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.633+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 containerregistry/2018-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.633+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 containerinstance/2018-10-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.633+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 containerservice/2019-06-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.633+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 containerservice/2019-06-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.633+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 containerservice/2019-06-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.633+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 documentdb/2015-04-08 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.633+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 databricks/2018-04-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.633+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 datafactory/2018-06-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.633+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 datafactory/2018-06-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.633+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 datafactory/2018-06-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.633+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 datafactory/2018-06-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.633+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 datafactory/2018-06-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.634+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 datafactory/2018-06-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.634+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 account/2016-11-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.634+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 account/2016-11-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.634+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 filesystem/2016-11-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.634+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 account/2016-11-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.634+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 account/2016-11-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.634+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 devspaces/2019-04-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.634+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 dtl/2016-05-15 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.634+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 dtl/2016-05-15 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.634+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 dtl/2016-05-15 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.634+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 dtl/2016-05-15 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.634+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 dtl/2016-05-15 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.634+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 dns/2018-03-01-preview HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.634+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 dns/2018-03-01-preview HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.634+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 eventgrid/2018-09-15-preview HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.634+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 eventgrid/2018-09-15-preview HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.634+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 eventgrid/2018-09-15-preview HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.634+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 eventhub/2017-04-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.634+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 eventhub/2017-04-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.634+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 eventhub/2017-04-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.634+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 eventhub/2017-04-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.634+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 frontdoor/2019-04-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.634+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 frontdoor/2019-04-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.634+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 frontdoor/2019-04-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.634+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 graphrbac/1.6 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.634+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 graphrbac/1.6 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.634+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 hdinsight/2018-06-01-preview HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.635+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 hdinsight/2018-06-01-preview HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.635+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 hdinsight/2018-06-01-preview HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.635+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 healthcareapis/2019-09-16 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.635+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 devices/2018-12-01-preview HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.635+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 iothub/2018-01-22 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.635+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 iothub/2018-01-22 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.635+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 keyvault/2018-02-14 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.635+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 keyvault/2016-10-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.635+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 kusto/2019-05-15 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.635+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 kusto/2019-05-15 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.635+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 kusto/2019-05-15 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.635+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 logic/2016-06-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.635+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 operationalinsights/2015-11-01-preview HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.635+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 operationsmanagement/2015-11-01-preview HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.635+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 operationalinsights/2015-11-01-preview HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.635+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 maps/2018-05-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.635+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 mariadb/2018-06-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.635+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 mariadb/2018-06-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.635+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 mariadb/2018-06-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.635+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 mariadb/2018-06-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.635+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 mariadb/2018-06-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.635+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 media/2018-07-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.635+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 insights/2019-06-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.635+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 insights/2019-06-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.635+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 insights/2019-06-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.635+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 insights/2019-06-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.636+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 insights/2019-06-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.636+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 insights/2019-06-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.636+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 insights/2019-06-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.636+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 insights/2019-06-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.636+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 sql/2017-10-01-preview HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.636+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 msi/2015-08-31-preview HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.636+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 mysql/2017-12-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.636+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 mysql/2017-12-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.636+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 mysql/2017-12-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.636+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 mysql/2017-12-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.636+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 mysql/2017-12-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.636+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 managementgroups/2018-03-01-preview HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.636+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 managementgroups/2018-03-01-preview HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.636+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 netapp/2019-06-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.636+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 netapp/2019-06-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.636+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.636+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.636+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.636+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.636+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.636+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.636+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.636+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.636+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.637+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.637+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.637+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.637+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.637+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.637+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.637+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.637+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.637+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.637+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.637+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.637+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.637+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.637+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.637+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.637+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.637+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.637+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.637+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.637+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.637+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.637+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.637+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.637+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.638+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.638+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 network/2019-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.638+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 notificationhubs/2017-04-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.638+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 notificationhubs/2017-04-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.638+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 policy/2018-05-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.638+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 policy/2018-05-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.638+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 policy/2018-05-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.638+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 portal/2019-01-01-preview HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.638+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 postgresql/2017-12-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.638+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 postgresql/2017-12-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.638+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 postgresql/2017-12-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.638+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 postgresql/2017-12-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.638+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 postgresql/2017-12-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.638+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 privatedns/2018-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.638+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 privatedns/2018-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.638+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 privatedns/2018-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.638+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 recoveryservices/2016-06-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.638+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 backup/2017-07-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.638+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 backup/2017-07-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.638+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 redis/2018-03-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.638+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 redis/2018-03-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.638+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 redis/2018-03-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.638+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 relay/2017-04-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.638+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 relay/2017-04-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.638+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 locks/2016-09-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.638+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 resources/2018-05-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.638+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 resources/2018-05-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.638+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 resources/2016-02-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.639+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 resources/2018-05-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.639+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 search/2015-08-19 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.639+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 search/2015-08-19 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.639+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 security/v1.0 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.639+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 security/v1.0 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.639+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 security/v1.0 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.639+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 security/v1.0 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.639+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 servicebus/2017-04-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.639+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 servicebus/2017-04-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.639+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 servicebus/2018-01-01-preview HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.639+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 servicebus/2017-04-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.639+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 servicebus/2017-04-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.639+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 servicebus/2017-04-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.639+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 servicefabric/2018-02-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.639+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 scheduler/2016-03-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.639+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 scheduler/2016-03-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.639+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 signalr/2018-10-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.639+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 streamanalytics/2016-03-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.639+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 streamanalytics/2016-03-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.639+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 streamanalytics/2016-03-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.639+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 streamanalytics/2016-03-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.639+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 streamanalytics/2016-03-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.639+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 storage/2019-04-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.639+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 storage/2019-04-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.639+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 subscriptions/2018-06-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.639+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 sql/2017-03-01-preview HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.639+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 sql/2017-03-01-preview HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.639+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 sql/2017-03-01-preview HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.640+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 sql/2017-03-01-preview HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.640+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 sql/2017-03-01-preview HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.640+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 sql/2017-03-01-preview HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.640+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 sql/2017-03-01-preview HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.640+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 sql/2017-03-01-preview HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.640+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 trafficmanager/2018-04-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.640+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 trafficmanager/2018-04-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.640+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 trafficmanager/2018-04-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.640+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 web/2018-02-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.640+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 web/2018-02-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.640+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 web/2018-02-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.640+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 web/2018-02-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.640+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Client User Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 web/2018-02-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.640+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Request: | |
2019-12-10T19:22:24.640+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: GET /subscriptions/00000000-0000-0000-0000-000000000000/providers?api-version=2016-02-01 HTTP/1.1 | |
2019-12-10T19:22:24.640+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: Host: management.azure.com | |
2019-12-10T19:22:24.640+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: User-Agent: Go/go1.12.6 (amd64-windows) go-autorest/v13.0.2 Azure-SDK-For-Go/v36.2.0 resources/2016-02-01 HashiCorp Terraform/0.12.17 (+https://www.terraform.io) Terraform Plugin SDK/1.1.1 terraform-provider-azurerm/1.38.0 pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
2019-12-10T19:22:24.641+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: X-Ms-Correlation-Request-Id: 7f59d157-3719-6a94-b517-5578be8901dd | |
2019-12-10T19:22:24.641+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: Accept-Encoding: gzip | |
2019-12-10T19:22:24.641+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: | |
2019-12-10T19:22:24.641+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: | |
2019-12-10T19:22:26.833+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers?api-version=2016-02-01: | |
2019-12-10T19:22:26.833+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: HTTP/2.0 200 OK | |
2019-12-10T19:22:26.833+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: Cache-Control: no-cache | |
2019-12-10T19:22:26.833+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: Content-Type: application/json; charset=utf-8 | |
2019-12-10T19:22:26.833+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: Date: Tue, 10 Dec 2019 18:22:25 GMT | |
2019-12-10T19:22:26.833+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: Expires: -1 | |
2019-12-10T19:22:26.833+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: Pragma: no-cache | |
2019-12-10T19:22:26.833+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: Strict-Transport-Security: max-age=31536000; includeSubDomains | |
2019-12-10T19:22:26.833+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: Vary: Accept-Encoding | |
2019-12-10T19:22:26.833+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: X-Content-Type-Options: nosniff | |
2019-12-10T19:22:26.833+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: X-Ms-Correlation-Request-Id: 7f59d157-3719-6a94-b517-5578be8901dd | |
2019-12-10T19:22:26.833+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: X-Ms-Ratelimit-Remaining-Subscription-Reads: 11999 | |
2019-12-10T19:22:26.833+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: X-Ms-Request-Id: 39284b3a-53d0-4b6f-b9c7-fccdd41ab208 | |
2019-12-10T19:22:26.833+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: X-Ms-Routing-Request-Id: WESTEUROPE:20191210T182226Z:39284b3a-53d0-4b6f-b9c7-fccdd41ab208 | |
2019-12-10T19:22:26.833+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: | |
2019-12-10T19:22:26.833+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: {"value":[{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/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"},{"applicationId":"022907d3-0f1b-48f7-badc-1ba6abab6d66"}],"resourceTypes":[{"resourceType":"operations","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview","2015-05-01-preview","2015-05-01","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"locations","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"locations/capabilities","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"locations/serverOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"locations/usages","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"servers/databases","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/communicationLinks","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/administrators","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/administratorOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/restorableDroppedDatabases","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/recoverableDatabases","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/geoBackupPolicies","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01"]},{"resourceType":"servers/import","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/importExportOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/operationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/backupLongTermRetentionPolicies","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview","2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/backupShortTermRetentionPolicies","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","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"]},{"resourceType":"servers/databaseSecurityPolicies","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/automaticTuning","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"servers/databases/transparentDataEncryption","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview","2015-05-01-preview","2014-04-01-preview","2014-04-01"]},{"resourceType":"servers/auditingPolicies","locations":["Australia Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/recommendedElasticPools","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/auditingPolicies","locations":["Australia Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/connectionPolicies","locations":["Australia Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/connectionPolicies","locations":["Australia Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/dataMaskingPolicies","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/dataMaskingPolicies/rules","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/securityAlertPolicies","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/securityAlertPolicies","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"servers/databases/auditingSettings","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"servers/auditingSettings","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"servers/extendedAuditingSettings","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/dnsAliases","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/metricDefinitions","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/metrics","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/aggregatedDatabaseMetrics","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticpools/metrics","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticpools/metricdefinitions","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/topQueries","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/topQueries/queryText","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/advisors","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticPools/advisors","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/advisors","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/extensions","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticPoolEstimates","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/databases/workloadGroups","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2019-06-01-preview"]},{"resourceType":"servers/databases/vulnerabilityAssessments","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"instancePools","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations/instancePoolOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan | |
2019-12-10T19:22:26.837+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview"]},{"resourceType":"locations/instancePoolAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview"]},{"resourceType":"managedInstances","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2019-06-01-preview","2018-06-01-preview","2017-10-01-preview","2017-03-01-preview","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"managedInstances/administrators","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview","2017-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"managedInstances/recoverableDatabases","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-10-01-preview"]},{"resourceType":"managedInstances/metrics","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview","2017-03-01-preview"]},{"resourceType":"locations/managedDatabaseOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview","2017-03-01-preview"]},{"resourceType":"locations/managedDatabaseRestoreAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview","2017-03-01-preview"]},{"resourceType":"locations/managedDatabaseRestoreOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview","2017-03-01-preview"]},{"resourceType":"locations/managedDatabaseCompleteRestoreAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview"]},{"resourceType":"locations/managedDatabaseCompleteRestoreOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview"]},{"resourceType":"locations/managedServerSecurityAlertPoliciesAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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"},{"resourceType":"locations/virtualClusterAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","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/virtualClusterOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","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/managedInstanceAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview","2017-03-01-preview"]},{"resourceType":"locations/administratorOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview","2017-03-01-preview"]},{"resourceType":"locations/syncGroupOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","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 Central","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 Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-10-01-preview"]},{"resourceType":"locations/privateEndpointConnectionProxyOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview"]},{"resourceType":"locations/privateEndpointConnectionProxyAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview"]},{"resourceType":"locations/privateEndpointConnectionOperationResults","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview"]},{"resourceType":"locations/privateEndpointConnectionAzureAsyncOperation","locations":["Australia Central","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.KeyVault","namespace":"Microsoft.KeyVault","authorizations":[{"applicationId":"cfa8b339-82a2-471a-a3c9-0fc0be7a4093","roleDefinitionId":"1cf9858a-28a2-4228-abba-94e606305b95"},{"applicationId":"589d5083-6f11-4d30-a62a-a4b316a14abf","roleDefinitionId":"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","Australia Central","UAE North","South Africa North"],"apiVersions":["2019-09-01","2018-02-14-preview","2018-02-14","2016-10-01","2015-06-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"vaults/secrets","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","West India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South","France Central","Australia Central","UAE North","South Africa North"],"apiVersions":["2019-09-01","2018-02-14-preview","2018-02-14","2016-10-01","2015-06-01"]},{"resourceType":"vaults/accessPolicies","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","West India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South","France Central","Australia Central","UAE North","South Africa North"],"apiVersions":["2019-09-01","2018-02-14-preview","2018-02-14","2016-10-01","2015-06-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2019-09-01","2018-02-14-preview","2018-02-14","2016-10-01","2015-06-01","2014-12-19-preview"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2019-09-01","2018-02-14-preview","2018-02-14","2016-10-01","2015-06-01"]},{"resourceType":"deletedVaults","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","West India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South","France Central","Australia Central","UAE North","South Africa North"],"apiVersions":["2019-09-01","2018-02-14-preview","2018-02-14","2016-10-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2019-09-01","2018-02-14-preview","2018-02-14","2016-10-01"]},{"resourceType":"locations/deletedVaults","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","West India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South","France Central","Australia Central","UAE North","South Africa North"],"apiVersions":["2019-09-01","2018-02-14-preview","2018-02-14","2016-10-01"]},{"resourceType":"locations/deleteVirtualNetworkOrSubnets","locations":["East US","North Central US","West Europe","North Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West Central US","West US 2","West US","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","Central India","South India","West India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South","France Central","UAE North","South Africa North"],"apiVersions":["2019-09-01","2018-02-14-preview","2018-02-14","2016-10-01"]},{"resourceType":"locations/operationResults","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","West India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South","France Central","Australia Central","UAE North","South Africa North"],"apiVersions":["2019-09-01","2018-02-14-preview","2018-02-14","2016-10-01"]},{"resourceType":"vaults/eventGridFilters","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","West India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South","France Central","Australia Central","UAE North","South Africa North"],"apiVersions":["2019-09-01","2018-02-14-preview","2018-02-14"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network","namespace":"Microsoft.Network","authorizations":[{"applicationId":"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c","roleDefinitionId":"13ba9ab4-19f0-4804-adc4-14ece36cc7a1"},{"applicationId":"7c33bfcb-8d33-48d6-8e60-dc6404003489","roleDefinitionId":"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3"},{"applicationId":"1e3e4475-288f-4018-a376-df66fd7fac5f","roleDefinitionId":"1d538b69-3d87-4e56-8ff8-25786fd48261"},{"applicationId":"a0be0c72-870e-46f0-9c49-c98333a996f7","roleDefinitionId":"7ce22727-ffce-45a9-930c-ddb2e56fa131"},{"applicationId":"486c78bf-a0f7-45f1-92fd-37215929e116","roleDefinitionId":"98a9e526-0a60-4c1f-a33a-ae46e1f8dc0d"},{"applicationId":"19947cfd-0303-466c-ac3c-fcc19a7a1570","roleDefinitionId":"d813ab6c-bfb7-413e-9462-005b21f0ce09"},{"applicationId":"341b7f3d-69b3-47f9-9ce7-5b7f4945fdbd","roleDefinitionId":"8141843c-c51c-4c1e-a5bf-0d351594b86c"},{"applicationId":"328fd23b-de6e-462c-9433-e207470a5727","roleDefinitionId":"79e29e06-4056-41e5-a6b2-959f1f47747e"}],"resourceTypes":[{"resourceType":"virtualNetworks","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"publicIPAddresses","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkInterfaces","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"privateEndpoints","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01"],"capabilities":"None"},{"resourceType":"privateEndpointRedirectMaps","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01"],"capabilities":"None"},{"resourceType":"loadBalancers","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkSecurityGroups","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"applicationSecurityGroups","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"serviceEndpointPolicies","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkIntentPolicies","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","France South","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"routeTables","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"publicIPPrefixes","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"ddosCustomPolicies","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkWatchers","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkWatchers/connectionMonitors","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkWatchers/flowLogs","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkWatchers/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","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkWatchers/pingMeshes","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"virtualNetworkGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"localNetworkGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"connections","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"applicationGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"None"},{"resourceType":"applicationGatewayWebApplicationFirewallPolicies","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01"],"capabilities":"None"},{"resourceType":"locations","locations":[],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"locations/operations","locations":[],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"locations/operationResults","locations":[],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"locations/CheckDnsNameAvailability","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"locations/usages","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"locations/virtualNetworkAvailableEndpointServices","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01"]},{"resourceType":"locations/availableDelegations","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"]},{"resourceType":"locations/serviceTags","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01"]},{"resourceType":"locations/availablePrivateEndpointTypes","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01"]},{"resourceType":"locations/availableServiceAliases","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01"]},{"resourceType":"locations/checkPrivateLinkServiceVisibility","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01"]},{"resourceType":"locations/autoApprovedPrivateLinkServices","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-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","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"]},{"resourceType":"locations/checkAcceleratedNetworkingSupport","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"]},{"resourceType":"locations/validateResourceOwnership","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-0 | |
2019-12-10T19:22:26.840+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: 6-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"]},{"resourceType":"locations/setResourceOwnership","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"]},{"resourceType":"locations/effectiveResourceOwnership","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"dnszones","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"dnsOperationResults","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01"]},{"resourceType":"dnsOperationStatuses","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01"]},{"resourceType":"getDnsResourceReference","locations":["global"],"apiVersions":["2018-05-01"]},{"resourceType":"internalNotify","locations":["global"],"apiVersions":["2018-05-01"]},{"resourceType":"dnszones/A","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/AAAA","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/CNAME","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/PTR","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/MX","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/TXT","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/SRV","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/SOA","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/NS","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/CAA","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01"]},{"resourceType":"dnszones/recordsets","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/all","locations":["global"],"apiVersions":["2018-05-01","2018-03-01-preview","2017-10-01","2017-09-15-preview","2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"privateDnsZones","locations":["global"],"apiVersions":["2018-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"privateDnsZones/virtualNetworkLinks","locations":["global"],"apiVersions":["2018-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"privateDnsOperationResults","locations":["global"],"apiVersions":["2018-09-01"]},{"resourceType":"privateDnsOperationStatuses","locations":["global"],"apiVersions":["2018-09-01"]},{"resourceType":"privateDnsZones/A","locations":["global"],"apiVersions":["2018-09-01"]},{"resourceType":"privateDnsZones/AAAA","locations":["global"],"apiVersions":["2018-09-01"]},{"resourceType":"privateDnsZones/CNAME","locations":["global"],"apiVersions":["2018-09-01"]},{"resourceType":"privateDnsZones/PTR","locations":["global"],"apiVersions":["2018-09-01"]},{"resourceType":"privateDnsZones/MX","locations":["global"],"apiVersions":["2018-09-01"]},{"resourceType":"privateDnsZones/TXT","locations":["global"],"apiVersions":["2018-09-01"]},{"resourceType":"privateDnsZones/SRV","locations":["global"],"apiVersions":["2018-09-01"]},{"resourceType":"privateDnsZones/SOA","locations":["global"],"apiVersions":["2018-09-01"]},{"resourceType":"privateDnsZones/all","locations":["global"],"apiVersions":["2018-09-01"]},{"resourceType":"trafficmanagerprofiles","locations":["global"],"apiVersions":["2018-08-01","2018-04-01","2018-03-01","2018-02-01","2017-05-01","2017-03-01","2015-11-01","2015-04-28-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"trafficmanagerprofiles/heatMaps","locations":["global"],"apiVersions":["2018-08-01","2018-04-01","2018-03-01","2018-02-01","2017-09-01-preview"]},{"resourceType":"checkTrafficManagerNameAvailability","locations":["global"],"apiVersions":["2018-08-01","2018-04-01","2018-03-01","2018-02-01","2017-05-01","2017-03-01","2015-11-01","2015-04-28-preview"]},{"resourceType":"trafficManagerUserMetricsKeys","locations":["global"],"apiVersions":["2018-08-01","2018-04-01","2017-09-01-preview"]},{"resourceType":"trafficManagerGeographicHierarchies","locations":["global"],"apiVersions":["2018-08-01","2018-04-01","2018-03-01","2018-02-01","2017-05-01","2017-03-01"]},{"resourceType":"expressRouteCircuits","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"None"},{"resourceType":"expressRouteServiceProviders","locations":[],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"applicationGatewayAvailableWafRuleSets","locations":[],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01"]},{"resourceType":"applicationGatewayAvailableSslOptions","locations":[],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01"]},{"resourceType":"applicationGatewayAvailableServerVariables","locations":[],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01"]},{"resourceType":"applicationGatewayAvailableRequestHeaders","locations":[],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01"]},{"resourceType":"applicationGatewayAvailableResponseHeaders","locations":[],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01"]},{"resourceType":"routeFilters","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01"],"capabilities":"None"},{"resourceType":"bgpServiceCommunities","locations":[],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01"]},{"resourceType":"virtualWans","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"capabilities":"None"},{"resourceType":"vpnSites","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"capabilities":"None"},{"resourceType":"vpnServerConfigurations","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","South Africa North"],"apiVersions":["2019-09-01","2019-08-01"],"capabilities":"None"},{"resourceType":"virtualHubs","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"capabilities":"None"},{"resourceType":"vpnGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01","2018-01-01","2017-11-01","2017-10-01","2017-09-01"],"capabilities":"None"},{"resourceType":"p2sVpnGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","UAE North","South Africa North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01"],"capabilities":"None"},{"resourceType":"expressRouteGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01"],"capabilities":"None"},{"resourceType":"locations/nfvOperations","locations":[],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01"]},{"resourceType":"locations/nfvOperationResults","locations":[],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01"]},{"resourceType":"azureFirewalls","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","France Central","Australia Central","Japan West","Japan East","Korea Central","Korea South","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"azureFirewallFqdnTags","locations":[],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01"]},{"resourceType":"virtualNetworkTaps","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01"],"capabilities":"None"},{"resourceType":"privateLinkServices","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01"],"capabilities":"None"},{"resourceType":"ddosProtectionPlans","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01","2018-04-01","2018-03-01","2018-02-01"],"capabilities":"None"},{"resourceType":"networkProfiles","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01","2018-06-01","2018-05-01"],"capabilities":"None"},{"resourceType":"frontdoorOperationResults","locations":["global"],"apiVersions":["2019-10-01","2019-08-01","2019-05-01","2019-04-01","2019-03-01","2018-08-01"]},{"resourceType":"checkFrontdoorNameAvailability","locations":["global","Central US","East US","East US 2","North Central US","South Central US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","Australia Southeast"],"apiVersions":["2019-08-01","2019-05-01","2019-04-01","2018-08-01"]},{"resourceType":"frontdoors","locations":["global","Central US","East US","East US 2","North Central US","South Central US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","Australia Southeast"],"apiVersions":["2019-08-01","2019-05-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","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":["2019-10-01","2019-03-01","2018-08-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"frontdoorWebApplicationFirewallManagedRuleSets","locations":["global","Central US","East US","East US 2","North Central US","South Central US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","Australia Southeast"],"apiVersions":["2019-10-01","2019-03-01"]},{"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":"networkExperimentProfiles","locations":["global","Central US","East US","East US 2","North Central US","South Central US","West US","West US 2","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","Australia Southeast"],"apiVersions":["2019-11-01"],"capabilities":"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","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01","2018-08-01","2018-07-01"]},{"resourceType":"bastionHosts","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01","2019-06-01","2019-04-01","2019-02-01","2018-12-01","2018-11-01","2018-10-01"],"capabilities":"None"},{"resourceType":"virtualRouters","locations":["West US","East US","North Europe","West Europe","West Central US","South Central US","Australia East","Australia Central","Australia Southeast","UK South","East US 2","West US 2","North Central US","Canada Central","France Central","Central US"],"apiVersions":["2019-09-01","2019-08-01","2019-07-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/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","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North"],"apiVersions":["2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"virtualMachines","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North"],"apiVersions":["2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"virtualMachines/extensions","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North"],"apiVersions":["2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"virtualMachineScaleSets","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North"],"apiVersions":["2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-10-30-preview","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"virtualMachineScaleSets/extensions","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North"],"apiVersions":["2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-10-30-preview","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"virtualMachineScaleSets/virtualMachines","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North"],"apiVersions":["2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-10-30-preview","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"virtualMachineScaleSets/networkInterfaces","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North"],"apiVersions":["2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"virtualMachineScaleSets/virtualMachines/networkInterfaces","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North"],"apiVersions":["2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"virtualMachineScaleSets/publicIPAddresses","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North"],"apiVersions":["2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30"]},{"resourceType":"locations","locations":[],"apiVersions":["2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"locations/operations","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North"],"apiVersions":["2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-10-30-preview","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"locations/vmSizes","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North"],"apiVersions":["2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"locations/runCommands","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North"],"apiVersions":["2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30"]},{"resourceType":"locations/usages","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North"],"apiVersions":["2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"locations/virtualMachines","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North"],"apiVersions":["2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30"]},{"resourceType":"locations/publishers","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North"],"apiVersions":["2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"operations","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North"],"apiVersions":["2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"restorePointCollections","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South","West India","France Central","South Africa North","UAE North","Australia Central"],"apiVersions":["2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30"],"capabilities":"None"},{"resourceType":"restorePointCollections/restorePoints","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South","West India","France Central","South Africa North","UAE North","Australia Central"],"apiVersions":["2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30"]},{"resourceType":"proximityPlacementGroups","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North"],"apiVersions":["2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01"],"capabilities":"None"},{"resourceType":"virtualMachines/metricDefinitions","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North"],"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","North Europe","North Central US","Brazil South","UK West","West India","East Asia","Australia East","Japan East","Korea South","West US 2","Canada East","UK South","Central India","South India","Australia Southeast","Japan West","Korea Central","France Central","Central US","Australia Central"],"apiVersions":["2017-10-15-preview"],"capabilities":"None"},{"resourceType":"sharedVMImages/versions","locations":["West Central US","South Central US","East US 2","Southeast Asia","West Europe","West US","East US","Canada Central","North Europe","North Central US","Brazil South","UK West","West India","East Asia","Australia East","Japan East","Korea South","West US 2","Canada East","UK South","Central India","South India","Australia Southeast","Japan West","Korea Central","France Central","Central US","Australia Central"],"apiVersions":["2017-10-15-preview"],"capabilities":"None"},{"resourceType":"locations/artifactPublishers","locations":["West Central US","South Central US","East US 2","Southeast Asia","West Europe","West US","East US","Canada Central","North Europe","North Central US","Brazil South","UK West","West India","East Asia","Australia East","Japan East","Korea South","West US 2","Canada East","UK South","Central India","South India","Australia Southeast","Japan West","Korea Central","France Central","Central US","Australia Central"],"apiVersions":["2017-10-15-preview"]},{"resourceType":"locations/capsoperations","locations":["West Central US","South Central US","East US 2","Southeast Asia","West Europe","West US","East US","Canada Central","North Europe","North Central US","Brazil South","UK West","West India","East Asia","Australia East","Japan East","Korea South","West US 2","Canada East","UK South","Central India","South India","Australia Southeast","Japan West","Korea Central","France Central","Central US","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-07-01","2019-03-01","2018-06-01","2017-10-15-preview"]},{"resourceType":"galleries","locations":["West Central US","South Central US","East US 2","Southeast Asia","West Europe","West US","East US","Canada Central","North Europe","North Central US","Brazil South","UK West","West India","East Asia","Australia East","Japan East","Korea South","West US 2","Canada East","UK South","Central India","South India","Australia Southeast","Japan West","Korea Central","France Central","Central US","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-07-01","2019-03-01","2018-06-01"],"capabilities":"None"},{"resourceType":"galleries/images","locations":["West Central US","South Central US","East US 2","Southeast Asia","West Europe","West US","East US","Canada Central","North Europe","North Central US","Brazil South","UK West","West India","East Asia","Australia East","Japan East","Korea South","West US 2","Canada East","UK South","Central India","South India","Australia Southeast","Japan West","Korea Central","France Central","Central US","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-07-01","2019-03-01","2018-06-01"],"capabilities":"None"},{"resourceType":"galleries/images/versions","locations":["West Central US","South Central US","East US 2","Southeast Asia","West Europe","West US","East US","Canada Central","North Europe","North Central US","Brazil South","UK West","West India","East Asia","Australia East","Japan East","Korea South","West US 2","Canada East","UK South","Central India","South India","Australia Southeast","Japan West","Korea Central","France Central","Central US","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-07-01","2019-03-01","2018-06-01"],"capabilities":"None"},{"resourceType":"disks","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South","West India","France Central","South Africa North","UAE North","Australia Central"],"apiVersions":["2019-07-01","2019-03-01","2018-09-30","2018-06-01","2018-04-01","2017-03-30","2016-04-30-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"snapshots","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South","West India","France Central","South Africa North","UAE North","Australia Central"],"apiVersions":["2019-07-01","2019-03-01","2018-09-30","2018-06-01","2018-04-01","2017-03-30","2016-04-30-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations/diskoperations","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South","West India","France Central","South Africa North","UAE North","Australia Central"],"apiVersions":["2019-07-01","2019-03-01","2018-09-30","2018-06-01","2018-04-01","2017-03-30","2016-04-30-preview"]},{"resourceType":"locations/vsmoperations","locations":["East US","West Central US","South Central US","North Europe","Australia East","Central US","North Central US","Southeast Asia","West US","East US 2","West Europe","West India","Australia Central","Australia Central 2","UK West","Brazil South"],"apiVersions":["2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"images","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South","West India","France Central","South Africa North","UAE North","Australia Central"],"apiVersions":["2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations/logAnalytics","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Australia Central","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North"],"apiVersions":["2019-07-01","2019-03-01","2018-10-01","2018-06-01","2018-04-01","2017-12-01"]},{"resourceType":"hostGroups","locations":["Central US","East US 2","West Europe","Southeast Asia","France Central","North Europe","West US 2","East US","UK South","Japan East","Japan West","East Asia","North Central US","South Central US","Canada East","Korea Central","Brazil South","UK West","Canada Central","West US","West Central US","Central India","South India","Australia Southeast","Korea South","West India","South Africa North","UAE North","Australia Central"],"apiVersions":["2019-07-01","2019-03-01","2018-10-01"],"capabilities":"None"},{"resourceType":"hostGroups/hosts","locations":["Central US","East US 2","West Europe","Southeast Asia","France Central","North Europe","West US 2","East US","UK South","Japan East","Japan West","East Asia","North Central US","South Central US","Canada East","Korea Central","Brazil South","UK West","Canada Central","West US","West Central US","Central India","South India","Australia Southeast","Korea South","West India","South Africa North","UAE North","Australia Central"],"apiVersions":["2019-07-01","2019-03-01","2018-10-01"],"capabilities":"None"}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/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","North Europe","Australia East","UK South","South Central US","East Asia"],"apiVersions":["2019-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"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","North Europe","Australia East","UK South","South Central US","East Asia"],"apiVersions":["2019-04-01"]},{"resourceType":"operations","locations":["East US","Canada East","West Europe","Canada Central","Central US","West US 2","West Central US","Southeast Asia","East US 2","North Europe","Australia East","UK South","South Central US","East Asia"],"apiVersions":["2019-04-01"]},{"resourceType":"locations","locations":["East US","Canada East","West Europe","Canada Central","Central US","West US 2","West Central US","Southeast Asia","East US 2","North Europe","Australia East","UK South","South Central US","East Asia"],"apiVersions":["2019-04-01"]},{"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","North Europe","Australia East","UK South","South Central US","East Asia"],"apiVersions":["2019-04-01"]},{"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","North Europe","Australia East","UK South","South Central US","East Asia"],"apiVersions":["2019-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.AlertsManagement","namespace":"Microsoft.AlertsManagement","authorizations":[{"applicationId":"3af5a1e8-2459-45cb-8683-bcd6cccbcc13","roleDefinitionId":"b1309299-720d-4159-9897-6158a61aee41"}],"resourceTypes":[{"resourceType":"alerts","locations":[],"apiVersions":["2019-05-05-preview","2019-03-01-preview","2019-03-01","2018-11-02-privatepreview","2018-05-05-preview","2018-05-05","2017-11-15-privatepreview"],"capabilities":"SupportsExtension"},{"resourceType":"alertsSummary","locations":[],"apiVersions":["2019-05-05-preview","2019-03-01-preview","2019-03-01","2018-05-05-preview","2018-05-05","2017-11-15-privatepreview"],"capabilities":"SupportsExtension"},{"resourceType":"smartGroups","locations":[],"apiVersions":["2019-05-05-preview","2018-05-05-preview","2018-05-05","2017-11-15-privatepreview"]},{"resourceType":"smartDetectorRuntimeEnvironments","locations":[],"apiVersions":["2019-03-01","2018-02-01-privatepreview"]},{"resourceType":"smartDetectorAlertRules","locations":["global"],"apiVersions":["2019-06-01","2019-03-01","2018-02-01-privatepreview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"actionRules","locations":["global"],"apiVersions":["2019-05-05-preview","2018-11-02-privatepreview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"alertsList","locations":[],"apiVersions":["2018-11-02-privatepreview"]},{"resourceType":"alertsSummaryList","locations":[],"apiVersions":["2018-11-02-privatepreview"]},{"resourceType":"operations","locations":[],"apiVersions":["2018-05-05-preview","2018-05-05","2017-11-15-privatepreview"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CognitiveServices","namespace":"Microsoft.CognitiveServices","authorizations":[{"applicationId":"7d312290-28c8-473c-a0ed-8e53749b6d6d","roleDefinitionId":"5cb87f79-a7c3-4a95-9414-45b65974b51b"}],"resourceTypes":[{"resourceType":"accounts","locations":["Global","Australia East","Brazil South","West US","West US 2","West Europe","North Europe","Southeast Asia","East Asia","West Central US","South Central US","East US","East US 2","Canada Central","Japan East","Central India","UK South","Japan West","Korea Central","France Central","North Central US","Central US","South Africa North","UAE North"],"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","Japan West","Korea Central","France Central","North Central US","Central US","South Africa North","UAE North"],"apiVersions":["2017-04-18","2016-02-01-preview"]},{"resourceType":"locations/operationResults","locations":["Global","Australia East","Brazil South","West US","West US 2","West Europe","North Europe","Southeast Asia","East Asia","West Central US","South Central US","East US","East US 2","Canada Central","Japan East","Central India","UK South","Japan West","Korea Central","France Central","North Central US","Central US","South Africa North","UAE North"],"apiVersions":["2017-04-18","2016-02-01-preview"]},{"resourceType":"locations","locations":["Global","Australia East","Brazil South","West US","West US 2","West Europe","North Europe","Southeast Asia","East Asia","West Central US","South Central US","East US","East US 2","Canada Central","Japan East","Central India","UK South","Japan West","Korea Central","France Central","North Central US","Central US","South Africa North","UAE North"],"apiVersions":["2017-04-18","2016-02-01-preview"]},{"resourceType":"locations/deleteVirtualNetworkOrSubnets","locations":["West US 2","West Europe"],"apiVersions":["2017-04-18","2016-02-01-preview"]},{"resourceType":"locations/checkSkuAvailability","locations":["Global","Australia East","Brazil South","West US","West US 2","West Europe","North Europe","Southeast Asia","East Asia","West Central US","South Central US","East US","East US 2","Canada Central","Japan East","Central India","UK South","Japan West","Korea Central","France Central","North Central US","Central US","South Africa North","UAE North"],"apiVersions":["2017-04-18","2016-02-01-preview"]},{"resourceType":"checkDomainAvailability","locations":[],"apiVersions":["2017-04-18"]},{"resourceType":"locations/updateAccountsCreationSettings","locations":["West US","Global","West Europe","Southeast Asia","West Central US","East US 2","UAE North"],"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","UAE North"],"apiVersions":["2016-02-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/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","UK South","South Central US","Central India","Brazil South","South India","North Central US","East Asia","Canada Central","Japan East","Korea 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","East US","West Europe","West US 2","North Europe","Southeast Asia","East US 2","Central US","Australia East","UK South","South Central US","Central India","Brazil South","South India","North Central US","East Asia","Canada Central","Japan East","Korea Central"],"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":"SupportsExtension"},{"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","UK South","South Central US","Central India","Brazil South","South India","North Central US","East Asia","Canada Central","Japan East","Korea 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","UK South","South Central US","Central India","Brazil South","South India","North Central US","East Asia","Canada Central","Japan East","Korea 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","UK South","South Central US","Central India","Brazil South","South India","North Central US","East Asia","Canada Central","Japan East","Korea 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","UK South","South Central US","Central India","Brazil South","South India","North Central US","East Asia","Canada Central","Japan East","Korea Central"],"apiVersions":["2018-10-01"]},{"resourceType":"locations/deleteVirtualNetworkOrSubnets","locations":["West US","East US","West Europe","West US 2","North Europe","Southeast Asia","East US 2","Central US","Australia East","UK South","South Central US","Central India","Brazil South","South India","North Central US","East Asia","Canada Central","Japan East","Korea Central"],"apiVersions":["2018-12-01","2018-10-01","2018-09-01","2018-07-01","2018-06-01","2018-04-01","2018-02-01-preview","2017-12-01-preview","2017-10-01-preview","2017-08-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationalInsights","namespace":"Microsoft.OperationalInsights","authorizations":[{"applicationId":"d2a0a418-0aac-4541-82b2-b3142c89da77","roleDefinitionId":"86695298-2eb9-48a7-9ec3-2fdb38b6878b"},{"applicationId":"ca7f3f0b-7d91-482c-8e09-c5d840d0eac5","roleDefinitionId":"5d5a2e56-9835-44aa-93db-d2f19e155438"}],"resourceTypes":[{"resourceType":"workspaces","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East US 2","South Central US","North Central US","West US","UK West","South Africa North","Brazil South","Switzerland North","Switzerland West"],"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","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East US 2","South Central US","North Central US","West US","UK West","South Africa North","Brazil South","Switzerland West","Switzerland North"],"apiVersions":["2017-10-01"]},{"resourceType":"workspaces/dataSources","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East US 2","South Central US","North Central US","West US","UK West","South Africa North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2015-11-01-preview"]},{"resourceType":"storageInsightConfigs","locations":[],"apiVersions":["2014-10-10"],"capabilities":"SupportsExtension"},{"resourceType":"workspaces/linkedServices","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central","West US 2","Australia Central","Australia East","France Central","Korea Central","North Europe","Central US","East Asia","East US 2","South Central US","North Central US","West US","UK West","South Africa North","Brazil South","Switzerland North","Switzerland West"],"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/00000000-0000-0000-0000-000000000000/providers/Microsoft.EventHub","namespace":"Microsoft.EventHub","authorizations":[{"applicationId":"80369ed6-5f11-4dd9-bef3-692475845e77","roleDefinitionId":"eb8e1991-5de0-42a6-a64b-29b059341b7b"},{"applicationId":"6201d19e-14fb-4472-a2d6-5634a5c97568"}],"resourceTypes":[{"resourceType":"namespaces","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South","France Central","South Africa North","UAE North","Australia Central","Germany West Central"],"apiVersions":["2018-01-01-preview","2017-04-01","2015-08-01","2014-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"clusters","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South","France Central","South Africa North","Australia Central","Germany West Central"],"apiVersions":["2018-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"namespaces/authorizationrules","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/networkrulesets","locations":[],"apiVersions":["2018-01-01-preview","2017-04-01"]},{"resourceType":"namespaces/eventhubs","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/eventhubs/authorizationrules","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/eventhubs/consumergroups","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"checkNamespaceAvailability","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"sku","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resour | |
2019-12-10T19:22:26.842+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: ceType":"namespaces/disasterrecoveryconfigs","locations":[],"apiVersions":["2017-04-01"]},{"resourceType":"namespaces/disasterrecoveryconfigs/checkNameAvailability","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2018-01-01-preview","2017-04-01"]},{"resourceType":"locations/deleteVirtualNetworkOrSubnets","locations":[],"apiVersions":["2018-01-01-preview","2017-04-01"]},{"resourceType":"availableClusterRegions","locations":[],"apiVersions":["2018-01-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Logic","namespace":"Microsoft.Logic","authorization":{"applicationId":"7cd684f4-8a78-49b0-91ec-6a35d38739ba","roleDefinitionId":"cb3ef1fb-6e31-49e2-9d87-ed821053fe58"},"resourceTypes":[{"resourceType":"workflows","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","France Central","France South","Korea Central","Korea South","South Africa North","South Africa West"],"apiVersions":["2019-05-01","2018-07-01-preview","2017-07-01","2016-10-01","2016-06-01","2015-08-01-preview","2015-02-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"locations/workflows","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","France Central","France South","Korea Central","Korea South","South Africa North","South Africa West"],"apiVersions":["2019-05-01","2018-07-01-preview","2017-07-01","2016-10-01","2016-06-01","2015-08-01-preview","2015-02-01-preview"]},{"resourceType":"locations","locations":["North Central US"],"apiVersions":["2019-05-01","2018-07-01-preview","2017-07-01","2016-10-01","2016-06-01","2015-08-01-preview","2015-02-01-preview"]},{"resourceType":"operations","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","France Central","France South","Korea Central","Korea South","South Africa North","South Africa West"],"apiVersions":["2019-05-01","2018-07-01-preview","2017-07-01","2016-10-01","2016-06-01","2015-08-01-preview","2015-02-01-preview"]},{"resourceType":"integrationAccounts","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","France Central","France South","Korea Central"],"apiVersions":["2019-05-01","2018-07-01-preview","2016-06-01","2015-08-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"integrationServiceEnvironments","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Australia East","Australia Southeast","South India","Central India","Canada Central","West US 2","UK South","UK West"],"apiVersions":["2019-06-01-preview","2019-05-01","2018-07-01-preview","2018-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"integrationServiceEnvironments/managedApis","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Australia East","Australia Southeast","South India","Central India","Canada Central","West US 2","West Central US","UK South","UK West"],"apiVersions":["2019-06-01-preview","2019-05-01","2018-07-01-preview"],"capabilities":"CrossResourceGroupResourceMove"}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.OperationsManagement","namespace":"Microsoft.OperationsManagement","authorization":{"applicationId":"d2a0a418-0aac-4541-82b2-b3142c89da77","roleDefinitionId":"aa249101-6816-4966-aafa-08175d795f14"},"resourceTypes":[{"resourceType":"solutions","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central","West US 2","Australia East","Australia Central","France Central","Korea Central","North Europe","Central Us","East Us 2","East Asia","West Us","South Central Us","North Central US","UK West","South Africa North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2015-11-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"managementconfigurations","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central","West US 2","Australia East","Australia Central","France Central","Korea Central","North Europe","Central Us","East Us 2","East Asia","West Us","South Central Us","North Central US","UK West","South Africa North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2015-11-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"managementassociations","locations":[],"apiVersions":["2015-11-01-preview"],"capabilities":"SupportsExtension"},{"resourceType":"views","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central","West US 2","Australia East","Australia Central","France Central","Korea Central","North Europe","Central Us","East Us 2","East Asia","West Us","South Central Us","North Central US","UK West","South Africa North","Brazil South","Switzerland North","Switzerland West"],"apiVersions":["2017-08-21-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":[],"apiVersions":["2015-11-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/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-08-01-rc","2018-08-01-preview","2018-07-01-rc","2018-07-01-preview","2017-07-01","2015-01-01"],"capabilities":"SupportsExtension"},{"resourceType":"childAvailabilityStatuses","locations":[],"apiVersions":["2018-11-06-beta","2018-08-01-rc","2018-08-01-preview","2018-07-01-rc","2018-07-01-preview","2018-07-01-beta","2017-07-01-rc","2017-07-01-preview","2017-07-01-beta","2015-01-01-rc","2015-01-01-preview"],"capabilities":"SupportsExtension"},{"resourceType":"childResources","locations":[],"apiVersions":["2018-11-06-beta","2018-08-01-rc","2018-08-01-preview","2018-07-01-rc","2018-07-01-preview","2018-07-01-beta","2017-07-01-rc","2017-07-01-preview","2017-07-01-beta","2015-01-01-rc","2015-01-01-preview"],"capabilities":"SupportsExtension"},{"resourceType":"events","locations":[],"apiVersions":["2018-11-06-beta","2018-07-01-rc","2018-07-01-preview","2018-07-01-beta","2018-07-01-alpha","2018-07-01","2017-07-01-beta"],"capabilities":"SupportsExtension"},{"resourceType":"metadata","locations":[],"apiVersions":["2018-07-01-rc","2018-07-01-preview","2018-07-01-beta","2018-07-01-alpha"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"notifications","locations":["Australia Southeast"],"apiVersions":["2016-09-01","2016-06-01"],"capabilities":"SupportsExtension"}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/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","Australia Central","South Africa North","UAE North","Germany West Central"],"apiVersions":["2019-06-01","2019-04-01","2018-11-01","2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"operations","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Germany West Central"],"apiVersions":["2019-06-01","2019-04-01","2018-11-01","2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"]},{"resourceType":"locations/asyncoperations","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Germany West Central"],"apiVersions":["2019-06-01","2019-04-01","2018-11-01","2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"]},{"resourceType":"storageAccounts/listAccountSas","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Germany West Central"],"apiVersions":["2019-06-01","2019-04-01","2018-11-01","2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-05-01"]},{"resourceType":"storageAccounts/listServiceSas","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Germany West Central"],"apiVersions":["2019-06-01","2019-04-01","2018-11-01","2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-05-01"]},{"resourceType":"storageAccounts/blobServices","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Germany West Central"],"apiVersions":["2019-06-01","2019-04-01","2018-11-01","2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-05-01"]},{"resourceType":"storageAccounts/tableServices","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Germany West Central"],"apiVersions":["2019-06-01","2019-04-01","2018-11-01","2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-05-01"]},{"resourceType":"storageAccounts/queueServices","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Germany West Central"],"apiVersions":["2019-06-01","2019-04-01","2018-11-01","2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-05-01"]},{"resourceType":"storageAccounts/fileServices","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Germany West Central"],"apiVersions":["2019-06-01","2019-04-01","2018-11-01","2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-05-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2019-06-01","2019-04-01","2018-11-01","2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-07-01","2016-01-01"]},{"resourceType":"locations/usages","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Germany West Central"],"apiVersions":["2019-06-01","2019-04-01","2018-11-01","2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01"]},{"resourceType":"locations/deleteVirtualNetworkOrSubnets","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Germany West Central"],"apiVersions":["2019-06-01","2019-04-01","2018-11-01","2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-07-01"]},{"resourceType":"usages","locations":[],"apiVersions":["2019-06-01","2019-04-01","2018-11-01","2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"]},{"resourceType":"checkNameAvailability","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Germany West Central"],"apiVersions":["2019-06-01","2019-04-01","2018-11-01","2018-07-01","2018-03-01-preview","2018-02-01","2017-10-01","2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"]},{"resourceType":"locations/checkNameAvailability","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North","Germany West Central"],"apiVersions":["2019-06-01","2019-04-01","2018-11-01","2018-07-01","2018-02-01","2017-10-01","2017-06-01","2016-12-01"]},{"resourceType":"storageAccounts/services","locations":["East US","West US","West Europe","North Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North"],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/services/metricDefinitions","locations":["East US","West US","West Europe","North Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","South Africa North","UAE North"],"apiVersions":["2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Solutions","namespace":"Microsoft.Solutions","authorization":{"applicationId":"ba4bc2bd-843f-4d61-9d33-199178eae34e","roleDefinitionId":"6cb99a0b-29a8-49bc-b57b-057acc68cd9a","managedByRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635","managedByAuthorization":{"managedByResourceRoleDefinitionId":"9e3af657-a8ff-583c-a75c-2fe7c4bcb635"}},"resourceTypes":[{"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 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","Australia Central","UAE North","South Africa North","Germany West Central"],"apiVersions":["2019-07-01","2018-09-01-preview","2018-06-01","2018-03-01","2018-02-01","2017-12-01","2017-09-01"],"capabilities":"SystemAssignedResourceIdentity"},{"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","Australia Central","UAE North","South Africa North","Germany West Central"],"apiVersions":["2019-07-01","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":["2019-07-01","2018-09-01-preview","2018-06-01","2018-03-01","2018-02-01","2017-12-01","2017-09-01","2016-09-01-preview"]},{"resourceType":"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","Australia Central","UAE North","South Africa North","Germany West Central"],"apiVersions":["2019-07-01","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","Australia Central","UAE North","South Africa North","Germany West Central"],"apiVersions":["2019-07-01","2018-09-01-preview","2018-06-01","2018-03-01","2018-02-01","2017-12-01","2017-09-01","2016-09-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2019-07-01","2018-09-01-preview","2018-06-01","2018-03-01","2018-02-01","2017-12-01","2017-09-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/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":"securityStatuses","locations":["Central US","East US","West Europe","West Central US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"tasks","locations":["Central US","East US","West Europe","West Central US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"regulatoryComplianceStandards","locations":["Central US","East US"],"apiVersions":["2019-01-01-preview"]},{"resourceType":"regulatoryComplianceStandards/regulatoryComplianceControls","locations":["Central US","East US"],"apiVersions":["2019-01-01-preview"]},{"resourceType":"regulatoryComplianceStandards/regulatoryComplianceControls/regulatoryComplianceAssessments","locations":["Central US","East US"],"apiVersions":["2019-01-01-preview"]},{"resourceType":"alerts","locations":["Central US","East US","West Europe"],"apiVersions":["2019-01-01","2015-06-01-preview"]},{"resourceType":"autoDismissAlertsRules","locations":[],"apiVersions":["2019-01-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"],"capabilities":"SupportsExtension"},{"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"],"capabilities":"SupportsExtension"},{"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"],"capabilities":"SupportsExtension"},{"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"],"capabilities":"SupportsExtension"},{"resourceType":"policies","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"assessments","locations":[],"apiVersions":["2019-01-01-preview"],"capabilities":"SupportsExtension"},{"resourceType":"assessmentMetadata","locations":[],"apiVersions":["2019-01-01-preview"],"capabilities":"SupportsExtension"},{"resourceType":"subAssessments","locations":[],"apiVersions":["2019-01-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":["Central 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":["2019-01-01","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"],"capabilities":"SupportsExtension"},{"resourceType":"advancedThreatProtectionSettings","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","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 2","West US"],"apiVersions":["2019-01-01","2017-08-01-preview"],"capabilities":"SupportsExtension"},{"resourceType":"deviceSecurityGroups","locations":["North Europe","West Europe","UK South","UK West","France Central","France South"],"apiVersions":["2019-08-01","2017-08-01-preview"],"capabilities":"SupportsExtension"},{"resourceType":"iotSecuritySolutions","locations":["East Asia","Southeast Asia","Central US","East US","East US 2","West US","North Central US","South Central US","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","West Central US","West US 2","Korea Central","Korea South","Australia Central","Australia Central 2","UAE Central","UAE North","South Africa North","South Africa West","North Europe","West Europe","UK South","UK West","France Central","France South"],"apiVersions":["2019-08-01","2017-08-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"iotSecuritySolutions/analyticsModels","locations":["East Asia","Southeast Asia","Central US","East US","East US 2","West US","North Central US","South Central US","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","West Central US","West US 2","Korea Central","Korea South","Australia Central","Australia Central 2","UAE Central","UAE North","South Africa North","South Africa West","North Europe","West Europe","UK South","UK West","France Central","France South"],"apiVersions":["2019-08-01","2017-08-01-preview"]},{"resourceType":"iotSecuritySolutions/analyticsModels/aggregatedAlerts","locations":["East Asia","Southeast Asia","Central US","East US","East US 2","West US","North Central US","South Central US","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","West Central US","West US 2","Korea Central","Korea South","Australia Central","Australia Central 2","UAE Central","UAE North","South Africa North","South Africa West","North Europe","West Europe","UK South","UK West","France Central","France South"],"apiVersions":["2019-08-01","2017-08-01-preview"]},{"resourceType":"iotSecuritySolutions/analyticsModels/aggregatedRecommendations","locations":["East Asia","Southeast Asia","Central US","East US","East US 2","West US","North Central US","South Central US","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","West Central US","West US 2","Korea Central","Korea South","Australia Central","Australia Central 2","UAE Central","UAE North","South Africa North","South Africa West","North Europe","West Europe","UK South","UK West","France Central","France South"],"apiVersions":["2019-08-01","2017-08-01-preview"]},{"resourceType":"settings","locations":["Central US","East US"],"apiVersions":["2019-01-01","2017-08-01-preview"]},{"resourceType":"serverVulnerabilityAssessments","locations":["West Europe","North Europe","UK South","UK West","France Central","France South"],"apiVersions":["2015-06-01-preview"],"capabilities":"SupportsExtension"},{"resourceType":"adaptiveNetworkHardenings","locations":["West Europe","North Europe","UK South","UK West","France Central","France South"],"apiVersions":["2015-06-01-preview"],"capabilities":"SupportsExtension"},{"resourceType":"automations","locations":["Central US","East US","East US 2","North Central US","South Central US","West US","West US 2","West Central US","Canada Central","Canada East","Brazil South","East Asia","Southeast Asia","Australia Central","Australia Central 2","Australia East","Australia Southeast","Central India","South India","West India","Japan East","Japan West","Korea Central","Korea South","South Africa North","South Africa West","UAE Central","UAE North","North Europe","West Europe","France Central","France South","UK South","UK West"],"apiVersions":["2019-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DocumentDB","namespace":"Microsoft.DocumentDB","authorizations":[{"applicationId":"57c0fc58-a83a-41d0-8ae9-08952659bdfd","roleDefinitionId":"FFFD5CF5-FFD3-4B24-B0E2-0715ADD4C282"},{"applicationId":"36e2398c-9dd3-4f29-9a72-d9f2cfc47ad9","roleDefinitionId":"D5A795DE-916D-4818-B015-33C9E103E39B"}],"resourceTypes":[{"resourceType":"databaseAccounts","locations":["Australia Central","Australia East","Australia Southeast","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","West Central US","West Europe","West India","West US","West US 2","UAE North","UK West","UK South","Brazil South","Korea South","Korea Central"],"apiVersions":["2019-08-01-preview","2019-08-01","2016-03-31","2016-03-19","2015-11-06","2015-04-08","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"databaseAccountNames","locations":["Australia Central","Australia East","Australia Southeast","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","West Central US","West Europe","West India","West US","West US 2","UAE North","UK West","UK South","Brazil South","Korea South","Korea Central"],"apiVersions":["2019-08-01-preview","2019-08-01","2016-03-31","2016-03-19","2015-11-06","2015-04-08","2014-04-01"]},{"resourceType":"operations","locations":["Australia Central","Australia East","Australia Southeast","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","West Central US","West Europe","West India","West US","West US 2","UAE North","UK West","UK South","Brazil South","Korea South","Korea Central"],"apiVersions":["2019-08-01-preview","2019-08-01","2016-03-31","2016-03-19","2015-11-06","2015-04-08","2014-04-01"]},{"resourceType":"operationResults","locations":["Australia Central","Australia East","Australia Southeast","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","West Central US","West Europe","West India","West US","West US 2","UAE North","UK West","UK South","Brazil South","Korea South","Korea Central"],"apiVersions":["2019-08-01-preview","2019-08-01","2016-03-31","2016-03-19","2015-11-06","2015-04-08","2014-04-01"]},{"resourceType":"locations/operationsStatus","locations":["Australia Central","Australia East","Australia Southeast","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","West Central US","West Europe","West India","West US","West US 2","UAE North","UK West","UK South","Brazil South","Korea South","Korea Central"],"apiVersions":["2019-08-01-preview","2019-08-01","2016-03-31","2016-03-19","2015-11-06","2015-04-08","2014-04-01"]},{"resourceType":"locations","locations":["Australia Central","Australia East","Australia Southeast","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","West Central US","West Europe","West India","West US","West US 2","UAE North","UK West","UK South","Brazil South","Korea South","Korea Central"],"apiVersions":["2019-08-01-preview","2019-08-01","2016-03-31","2016-03-19","2015-11-06","2015-04-08","2014-04-01"]},{"resourceType":"locations/deleteVirtualNetworkOrSubnets","locations":["Australia Central","Australia East","Australia Southeast","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","France Central","Germany West Central","Japan East","Japan West","North Central US","North Europe","South Africa North","South Central US","South India","Southeast Asia","West Central US","West Europe","West India","West US","West US 2","UAE North","UK West","UK South","Brazil South","Korea South","Korea Central"],"apiVersions":["2019-08-01-preview","2019-08-01","2016-03-31","2016-03-19","2015-11-06","2015-04-08","2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.PolicyInsights","namespace":"Microsoft.PolicyInsights","authorizations":[{"applicationId":"1d78a85d-813d-46f0-b496-dd72f50a3ec0","roleDefinitionId":"63d2b225-4c34-4641-8768-21a1f7c68ce8"},{"applicationId":"8cae6e77-e04e-42ce-b5cb-50d82bce26b1","roleDefinitionId":"4a2d3d6b-a6ea-45e2-9882-c9ba3e726ed7"}],"resourceTypes":[{"resourceType":"policyEvents","locations":[],"apiVersions":["2018-07-01-preview","2018-04-04","2017-12-12-preview","2017-10-17-preview","2017-08-09-preview"],"capabilities":"SupportsExtension"},{"resourceType":"policyStates","locations":[],"apiVersions":["2019-10-01","2018-07-01-preview","2018-04-04","2017-12-12-preview","2017-10-17-preview","2017-08-09-preview"],"capabilities":"SupportsExtension"},{"resourceType":"operations","locations":[],"apiVersions":["2019-10-01","2018-07-01-preview","2018-04-04","2017-12-12-preview","2017-10-17-preview","2017-08-09-preview"]},{"resourceType":"asyncOperationResults","locations":[],"apiVersions":["2018-07-01-preview"]},{"resourceType":"remediations","locations":[],"apiVersions":["2019-07-01","2018-07-01-preview"],"capabilities":"SupportsExtension"},{"resourceType":"policyTrackedResources","locations":[],"apiVersions":["2018-07-01-preview"],"capabilities":"SupportsExtension"}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.insights","namespace":"microsoft.insights","authorizations":[{"applicationId":"6bccf540-eb86-4037-af03-7fa058c2db75","roleDefinitionId":"89dcede2-9219-403a-9723-d3c6473f9472"},{"applicationId":"11c174dc-1945-4a9a-a36b-c79a0f246b9b","roleDefinitionId":"dd9d4347-f397-45f2-b538-85f21c90037b"},{"applicationId":"035f9e1d-4f00-4419-bf50-bf2d87eb4878","roleDefinitionId":"323795fe-ba3d-4f5a-ad42-afb4e1ea9485"},{"applicationId":"f5c26e74-f226-4ae8-85f0-b4af0080ac9e","roleDefinitionId":"529d7ae6-e892-4d43-809d-8547aeb90643"},{"applicationId":"b503eb83-1222-4dcc-b116-b98ed5216e05","roleDefinitionId":"68699c37-c689-44d4-9248-494b782d46ae"},{"applicationId":"ca7f3f0b-7d91-482c-8e09-c5d840d0eac5","roleDefinitionId":"5d5a2e56-9835-44aa-93db-d2f19e155438"},{"applicationId":"3af5a1e8-2459-45cb-8683-bcd6cccbcc13","roleDefinitionId":"b1309299-720d-4159-9897-6158a61aee41"},{"applicationId":"6a0a243c-0886-468a-a4c2-eff52c7445da","roleDefinitionId":"d2eda64b-c5e6-4930-8642-2d80ecd7c2e2"},{"applicationId":"707be275-6b9d-4ee7-88f9-c0c2bd646e0f","roleDefinitionId":"fa027d90-6ba0-4c33-9a54-59edaf2327e7"},{"applicationId":"461e8683-5575-4561-ac7f-899cc907d62a","roleDefinitionId":"68699c37-c689-44d4-9248-494b782d46ae"}],"resourceTypes":[{"resourceType":"components","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Canada Central","Central India","Japan East","Australia East","Korea Central","France Central","Central US","East US 2","East Asia","West US","South Africa North","North Central US","Brazil South","Australia Southeast"],"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","Central India","Canada Central","Japan East","Australia East","Korea Central","France Central","East US 2","East Asia","West US","Central US","South Africa North","North Central US"],"apiVersions":["2018-04-20"]},{"resourceType":"components/metrics","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Central India","Canada Central","Japan East","Australia East","Korea Central","France Central","East US 2","East Asia","West US","Central US","South Africa North","North Central US","Brazil South","Australia Southeast"],"apiVersions":["2014-04-01"]},{"resourceType":"components/events","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Central India","Canada Central","Japan East","Australia East","Korea Central","France Central","East US 2","East Asia","West US","Central US","South Africa North","North Central US"],"apiVersions":["2018-04-20"]},{"resourceType":"webtests","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2","UK South","Central India","Canada Central","Japan East","Australia East","Korea Central","France Central","Central US","East US 2","East Asia","West US","South Africa North","North Central US","Brazil South","Australia Southeast"],"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","Australia Central","Australia East","Korea Central","France Central","Central US","East US 2","East Asia","West US","North Central US","South Africa North","Brazil South","UK West","Switzerland North","Switzerland West"],"apiVersions":["2018-04-16","2017-09-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"components/pricingPlans","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2"],"apiVersions":["2017-10-01"]},{"resourceType":"migrateToNewPricingModel","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2"],"apiVersions":["2017-10-01"]},{"resourceType":"rollbackToLegacyPricingModel","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2"],"apiVersions":["2017-10-01"]},{"resourceType":"listMigrationdate","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2"],"apiVersions":["2017-10-01"]},{"resourceType":"logprofiles","locations":[],"apiVersions":["2016-03-01"]},{"resourceType":"migratealertrules","locations":[],"apiVersions":["2018-03-01"]},{"resourceType":"metricalerts","locations":["Global"],"apiVersions":["2018-03-01","2017-09-01-preview"],"capabilities":"None"},{"resourceType":"alertrules","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","West India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central","Australia Central","Australia Central 2","France Central","South Africa North","UAE North"],"apiVersions":["2016-03-01","2015-04-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"autoscalesettings","locations":["West US","East US","North Europe","South Central US","East US 2","Central US","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","West India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central","Australia Central","Australia Central 2","France Central","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","Australia East","South Africa North","UAE North"],"apiVersions":["2015-04-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"eventtypes","locations":[],"apiVersions":["2017-03-01-preview","2016-09-01-preview","2015-04-01","2014-11-01","2014-04-01"],"capabilities":"SupportsExtension"},{"resourceType":"locations","locations":["East US"],"apiVersions":["2015-04-01","2014-04-01"]},{"resourceType":"locations/operationResults","locations":[],"apiVersions":["2015-04-01","2014-04-01"]},{"resourceType":"vmInsightsOnboardingStatuses","locations":[],"apiVersions":["2018-11-27-preview"],"capabilities":"SupportsExtension"},{"resourceType":"operations","locations":[],"apiVersions":["2015-04-01","2014-06-01","2014-04-01"]},{"resourceType":"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","Australia Central","Australia Central 2"],"apiVersions":["2015-04-01","2014-04-01"],"capabilities":"SupportsExtension"},{"resourceType":"diagnosticSettings","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","West India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central","Australia Central","Australia Central 2","France Central","South Africa North","UAE North"],"apiVersions":["2017-05-01-preview","2016-09-01","2015-07-01"],"capabilities":"SupportsExtension"},{"resourceType":"diagnosticSettingsCategories","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","West India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central","Australia Central","Australia Central 2","France Central","South Africa North","UAE North"],"apiVersions":["2017-05-01-preview"],"capabilities":"SupportsExtension"},{"resourceType":"extendedDiagnosticSettings","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","West India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central","Australia Central","Australia Central 2","France Central","South Africa North","UAE North"],"apiVersions":["2017-02-01"],"capabilities":"SupportsExtension"},{"resourceType":"metricDefinitions","locations":["East US","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Canada East","Canada Central","Central US","Australia East","Australia Southeast","Australia Central","Australia Central 2","Brazil South","South India","Central India","West India","North Europe","West US 2","West Central US","Korea South","Korea Central","UK South","UK West","France Central","South Africa North","UAE North","Germany West Central"],"apiVersions":["2018-01-01","2017-12-01-preview","2017-09-01-preview","2017-05-01-preview"],"capabilities":"SupportsExtension"},{"resourceType":"logDefinitions","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","West India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central","Australia Central","Australia Central 2","France Central"],"apiVersions":["2015-07-01"],"capabilities":"SupportsExtension"},{"resourceType":"eventCategories","locations":[],"apiVersions":["2015-04-01"]},{"resourceType":"metrics","locations":["East US","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Canada East","Canada Central","Central US","Australia East","Australia Southeast","Australia Central","Australia Central 2","Brazil South","South India","Central India","West India","North Europe","West US 2","West Central US","Korea South","Korea Central","UK South","UK West","France Central","South Africa North","UAE North","Germany West Central"],"apiVersions":["2019-07-01","2018-01-01","2017-12-01-preview","2017-09-01-preview","2017-05-01-preview","2016-09-01","2016-06-01"],"capabilities":"SupportsExtension"},{"resourceType":"metricbatch","locations":[],"apiVersions":["2019-01-01-preview"]},{"resourceType":"metricNamespaces","locations":["East US","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Canada East","Canada Central","Central US","Australia East","Australia Southeast","Australia Central","Australia Central 2","Brazil South","South India","Central India","West India","North Europe","West US 2","West Central US","Korea South","Korea Central","UK South","UK West","France Central","South Africa North","UAE North","Germany West Central"],"apiVersions":["2018-01-01","2017-12-01-preview"],"capabilities":"SupportsExtension"},{"resourceType":"actiongroups","locations":["Global"],"apiVersions":["2019-06-01","2019-03-01","2018-09-01","2018-03-01","2017-04-01","2017-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"activityLogAlerts","locations":["Global"],"apiVersions":["2017-04-01","2017-03-01-preview"],"capabilities":"None"},{"resourceType":"baseline","locations":["East US","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Canada East","Canada Central","Central US","Australia East","Australia Southeast","Australia Central","Australia Central 2","Brazil South","South India","Central India","West India","North Europe","West US 2","West Central US","Korea South","Korea Central","UK South","UK West","France Central","South Africa North","UAE North"],"apiVersions":["2018-09-01","2017-11-01-preview"],"capabilities":"SupportsExtension"},{"resourceType":"metricbaselines","locations":["East US","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Canada East","Canada Central","Central US","Australia East","Australia Southeast","Australia Central","Australia Central 2","Brazil South","South India","Central India","West India","North Europe","West US 2","West Central US","Korea South","Korea Central","UK South","UK West","France Central","South Africa North","UAE North"],"apiVersions":["2019-03-01","2018-09-01"],"capabilities":"SupportsExtension"},{"resourceType":"calculatebaseline","locations":[],"apiVersions":["2018-09-01","2017-11-01-preview"],"capabilities":"SupportsExtension"},{"resourceType":"workbooks","locations":["West Europe","South Central US","East US","North Europe","Southeast Asia","West US 2","West Central US","Japan East","Australia East","Korea Central","France Central","Central US","East US 2","East Asia","West US","Canada Central","Central India","UK South","South Africa North","North Central US","Brazil South","Australia Southeast"],"apiVersions":[],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"workbooktemplates","locations":["West Europe","South Central US","East US","North Europe","Southeast Asia","West US 2","Japan East","Australia East","Korea Central","France Central","Central US","East US 2","East Asia","West US","Canada Central","Central India","UK South","South Africa North","North Central US","Brazil South","Australia Southeast"],"apiVersions":["2019-10-17-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"myWorkbooks","locations":["West Central US","West Europe","South Central US","East US","North Europe","Southeast Asia","West US 2","North Central US","Brazil South","Australia Southeast"],"apiVersions":[],"capabilities":"SupportsExtension"},{"resourceType":"logs","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South","France Central","France South","Australia Central","South Africa North"],"apiVersions":["2018-08-01-preview","2018-03-01-preview"],"capabilities":"SupportsExtension"}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ManagedIdentity","namespace":"Microsoft.ManagedIdentity","resourceTypes":[{"resourceType":"Identities","locations":["South Africa North","South Africa West","UAE North","Australia Central","Australia East","Australia Southeast","Canada Central","Canada East","Brazil South","Central India","West India","South India","Japan West","Japan East","East Asia","Southeast Asia","Korea Central","Korea South","North Europe","West Europe","UK West","UK South","Germany West Central","Central US","North Central US","East US","East US 2","South Central US","West US","West US 2","West Central US","France Central"],"apiVersions":["2018-11-30","2015-08-31-PREVIEW"],"capabilities":"SupportsExtension"},{"resourceType":"userAssignedIdentities","locations":["South Africa North","South Africa West","UAE North","Australia Central","Australia East","Australia Southeast","Canada Central","Canada East","Brazil South","Central India","West India","South India","Japan West","Japan East","East Asia","Southeast Asia","Korea Central","Korea South","North Europe","West Europe","UK West","UK South","Germany West Central","Central US","North Central US","East US","East US 2","South Central US","West US","West US 2","West Central US","France Central"],"apiVersions":["2018-11-30","2015-08-31-PREVIEW"],"capabilities":"None"},{"resourceType":"operations","locations":["South Africa North","South Africa West","UAE North","Australia Central","Australia East","Australia Southeast","Canada Central","Canada East","Brazil South","Central India","West India","South India","Japan West","Japan East","East Asia","Southeast Asia","Korea Central","Korea South","North Europe","West Europe","UK West","UK South","Germany West Central","Central US","North Central US","East US","East US 2","South Central US","West US","West US 2","West Central US","France Central"],"apiVersions":["2018-11-30","2015-08-31-PREVIEW"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Blockchain","namespace":"Microsoft.Blockchain","authorizations":[{"applicationId":"78827f38-7b69-4d5e-a627-d6fdd9c759a0","roleDefinitionId":"9c68eaf3-8315-4e5c-b857-641b16b21f8f"},{"applicationId":"049d4938-2ef2-4274-aa8f-630fc9bc33d1","roleDefinitionId":"c6dd0893-0495-488a-ac21-ee5f1ba89769"}],"resourceTypes":[{"resourceType":"watchers","locations":["East US","West Europe"],"apiVersions":["2019-06-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"blockchainMembers","locations":["East US","Southeast Asia","West Europe","North Europe","West US 2","Japan East"],"apiVersions":["2018-06-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations/watcherOperationResults","locations":["East US","West Europe"],"apiVersions":["2019-06-01-preview"]},{"resourceType":"locations","locations":["East US","Southeast Asia","West Europe","North Europe","West US 2","Japan East"],"apiVersions":["2018-06-01-preview"]},{"resourceType":"locations/blockchainMemberOperationResults","locations":["East US","Southeast Asia","West Europe","North Europe","West US 2","Japan East"],"apiVersions":["2018-06-01-preview"]},{"resourceType":"locations/checkNameAvailability","locations":["East US","Southeast Asia","West Europe","North Europe","West US 2","Japan East"],"apiVersions":["2018-06-01-preview"]},{"resourceType":"locations/listConsortiums","locations":["East US","Southeast Asia","West Europe","North Europe","West US 2","Japan East"],"apiVersions":["2018-06-01-preview"]},{"resourceType":"operations","locations":["East US","Southeast Asia","West Europe","North Europe","West US 2","Japan East"],"apiVersions":["2018-06-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/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"],"capabilities":"SupportsExtension"},{"resourceType":"configurations","locations":[],"apiVersions":["2017-04-19","2017-03-31"],"capabilities":"SupportsExtension"},{"resourceType":"metadata","locations":[],"apiVersions":["2017-04-19-rc","2017-04-19-alpha","2017-04-19","2017-03-31-alpha","2017-03-31","2016-07-12-rc"]},{"resourceType":"recommendations","locations":[],"apiVersions":["2017-04-19","2017-03-31","2016-07-12-preview","2016-05-09-preview"],"capabilities":"SupportsExtension"},{"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/00000000-0000-0000-0000-000000000000/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","Korea Central","Korea South","France Central","South Africa North"],"apiVersions":["2019-01-01-preview","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":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/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","Australia Central","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","South Africa North","UAE North"],"apiVersions":["2019-12-01-preview","2019-01-01","2018-06-01-preview","2018-01-01","2017-03-01","2016-10-10","2016-07-07","2015-09-15","2014-02-14"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"validateServiceName","locations":[],"apiVersions":["2015-09-15","2014-02-14"]},{"resourceType":"checkServiceNameAvailability","locations":[],"apiVersions":["2015-09-15","2014-02-14"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2019-12-01-preview","2019-01-01","2018-06-01-preview","2018-01-01","2017-03-01","2016-10-10","2016-07-07","2015-09-15","2014-02-14"]},{"resourceType":"reportFeedback","locations":[],"apiVersions":["2019-12-01-preview","2019-01-01","2018-06-01-preview","2018-01-01","2017-03-01","2016-10-10","2016-07-07","2015-09-15","2014-02-14"]},{"resourceType":"checkFeedbackRequired","locations":[],"apiVersions":["2019-12-01-preview","2019-01-01","2018-06-01-preview","2018-01-01","2017-03-01","2016-10-10","2016-07-07","2015-09-15","2014-02-14"]},{"resourceType":"operations","locations":[],"apiVersions":["2019-12-01-preview","2019-01-01","2018-06-01-preview","2018-01-01","2017-03-01","201 | |
2019-12-10T19:22:26.844+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: 6-10-10","2016-07-07","2015-09-15","2014-02-14"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/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 Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01"]},{"resourceType":"servers","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"servers/recoverableServers","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central US","Central India","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","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 Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01"]},{"resourceType":"checkNameAvailability","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01"]},{"resourceType":"locations","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01"]},{"resourceType":"locations/operationResults","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01"]},{"resourceType":"locations/azureAsyncOperation","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01"]},{"resourceType":"locations/administratorOperationResults","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01"]},{"resourceType":"locations/administratorAzureAsyncOperation","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01"]},{"resourceType":"locations/privateEndpointConnectionProxyOperationResults","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-privatepreview"]},{"resourceType":"locations/privateEndpointConnectionProxyAzureAsyncOperation","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-privatepreview"]},{"resourceType":"locations/privateEndpointConnectionOperationResults","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-privatepreview"]},{"resourceType":"locations/privateEndpointConnectionAzureAsyncOperation","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-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 Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01"]},{"resourceType":"locations/securityAlertPoliciesAzureAsyncOperation","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","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 Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01"]},{"resourceType":"locations/recommendedActionSessionsAzureAsyncOperation","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","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 Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","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 Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","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 Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","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 Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","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 Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-privatepreview"]},{"resourceType":"servers/privateLinkResources","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-privatepreview"]},{"resourceType":"servers/privateEndpointConnections","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-privatepreview"]},{"resourceType":"servers/privateEndpointConnectionProxies","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-privatepreview"]},{"resourceType":"servers/keys","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2020-01-01-privatepreview"]},{"resourceType":"locations/serverKeyAzureAsyncOperation","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2020-01-01-privatepreview"]},{"resourceType":"locations/serverKeyOperationResults","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2020-01-01-privatepreview"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/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"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/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/00000000-0000-0000-0000-000000000000/providers/Microsoft.RecoveryServices","namespace":"Microsoft.RecoveryServices","authorizations":[{"applicationId":"262044b1-e2ce-469f-a196-69ab7ada62d3","roleDefinitionId":"21CEC436-F7D0-4ADE-8AD8-FEC5668484CC"},{"applicationId":"b8340c3b-9267-498f-b21a-15d5547fd85e","roleDefinitionId":"8A00C8EA-8F1B-45A7-8F64-F4CC61EEE9B6"},{"applicationId":"3b2fa68d-a091-48c9-95be-88d572e08fb7","roleDefinitionId":"47d68fae-99c7-4c10-b9db-2316116a061e"}],"resourceTypes":[{"resourceType":"vaults","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK South","UK West","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-05-13-preview","2019-05-13","2018-12-20-preview","2018-07-10-preview","2018-07-10","2018-01-10","2017-07-01-preview","2017-07-01","2016-12-01","2016-08-10","2016-06-01","2016-05-01","2015-12-15","2015-12-10","2015-11-10","2015-08-15","2015-08-10","2015-06-10","2015-03-15"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-10","2016-06-01","2015-12-15","2015-12-10","2015-11-10","2015-08-15","2015-08-10","2015-06-10","2015-03-15"]},{"resourceType":"locations","locations":[],"apiVersions":["2017-07-01","2016-06-01"]},{"resourceType":"locations/backupStatus","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2017-07-01","2016-06-01"]},{"resourceType":"locations/checkNameAvailability","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2018-01-10"]},{"resourceType":"locations/allocatedStamp","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2016-06-01"]},{"resourceType":"locations/allocateStamp","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2016-06-01"]},{"resourceType":"locations/backupValidateFeatures","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2017-07-01"]},{"resourceType":"locations/backupPreValidateProtection","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2017-07-01"]},{"resourceType":"locations/backupCrrJobs","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2018-12-20-preview"]},{"resourceType":"locations/backupCrrJob","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2018-12-20-preview"]},{"resourceType":"locations/backupAadProperties","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2018-12-20-preview"]},{"resourceType":"locations/backupCrossRegionRestore","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2018-12-20-preview"]},{"resourceType":"locations/backupCrrOperationResults","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2018-12-20-preview"]},{"resourceType":"locations/backupCrrOperationsStatus","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2018-12-20-preview"]},{"resourceType":"backupProtectedItems","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2017-07-01-preview"],"capabilities":"SupportsExtension"},{"resourceType":"replicationEligibilityResults","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2018-07-10"],"capabilities":"SupportsExtension"}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.HDInsight","namespace":"Microsoft.HDInsight","authorizations":[{"applicationId":"9191c4da-09fe-49d9-a5f1-d41cbe92ad95","roleDefinitionId":"d102a6f3-d9cb-4633-8950-1243b975886c","managedByRoleDefinitionId":"346da55d-e1db-4a5a-89db-33ab3cdb6fc6"},{"applicationId":"7865c1d2-f040-46cc-875f-831a1ef6a28a","roleDefinitionId":"e27c0895-d168-46d5-8b65-870eb2350378"}],"resourceTypes":[{"resourceType":"clusters","locations":["East US 2","South Central US","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West","East Asia","Australia East","Japan East","Japan West","North Europe","West Europe","North Central US","Central US","Southeast Asia","East US","Korea South","Korea Central","West US","South India","France Central"],"apiVersions":["2018-06-01-preview","2015-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"clusters/applications","locations":["East US 2","South Central US","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West","East Asia","Australia East","Japan East","Japan West","North Europe","West Europe","North Central US","Central US","Southeast Asia","East US","Korea South","Korea Central","West US","South India","France Central"],"apiVersions":["2018-06-01-preview","2015-03-01-preview"]},{"resourceType":"clusters/operationresults","locations":["East US 2","South Central US","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West","East Asia","Australia East","Japan East","Japan West","North Europe","West Europe","North Central US","Central US","Southeast Asia","East US","Korea South","Korea Central","West US","South India","France Central"],"apiVersions":["2018-06-01-preview","2015-03-01-preview"]},{"resourceType":"locations","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India"],"apiVersions":["2018-06-01-preview","2015-03-01-preview"]},{"resourceType":"locations/capabilities","locations":["East US 2","South Central US","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West","East Asia","Australia East","Japan East","Japan West","North Europe","West Europe","North Central US","Central US","Southeast Asia","East US","Korea South","Korea Central","West US","South India","France Central"],"apiVersions":["2018-06-01-preview","2015-03-01-preview"]},{"resourceType":"locations/usages","locations":["East US 2","South Central US","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West","East Asia","Australia East","Japan East","Japan West","North Europe","West Europe","North Central US","Central US","Southeast Asia","East US","Korea South","Korea Central","West US","South India","France Central"],"apiVersions":["2018-06-01-preview","2015-03-01-preview"]},{"resourceType":"locations/billingSpecs","locations":["East US 2","South Central US","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West","East Asia","Australia East","Japan East","Japan West","North Europe","West Europe","North Central US","Central US","Southeast Asia","East US","Korea South","Korea Central","West US","South India","France Central"],"apiVersions":["2018-06-01-preview","2015-03-01-preview"]},{"resourceType":"locations/operationresults","locations":["East US 2","South Central US","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West","East Asia","Australia East","Japan East","Japan West","North Europe","West Europe","North Central US","Central US","Southeast Asia","East US","Korea South","Korea Central","West US","South India","France Central"],"apiVersions":["2018-06-01-preview","2015-03-01-preview"]},{"resourceType":"locations/azureasyncoperations","locations":["East US 2","South Central US","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West","East Asia","Australia East","Japan East","Japan West","North Europe","West Europe","North Central US","Central US","Southeast Asia","East US","Korea South","Korea Central","West US","South India","France Central"],"apiVersions":["2018-06-01-preview","2015-03-01-preview"]},{"resourceType":"locations/validateCreateRequest","locations":["East US 2","South Central US","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West","East Asia","Australia East","Japan East","Japan West","North Europe","West Europe","North Central US","Central US","Southeast Asia","East US","Korea South","Korea Central","West US","South India","France Central"],"apiVersions":["2018-06-01-preview","2015-03-01-preview"]},{"resourceType":"operations","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India"],"apiVersions":["2018-06-01-preview","2015-03-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataLakeStore","namespace":"Microsoft.DataLakeStore","authorization":{"applicationId":"e9f49c6b-5ce5-44c8-925d-015017e9f7ad","roleDefinitionId":"17eb9cca-f08a-4499-b2d3-852d175f614f"},"resourceTypes":[{"resourceType":"accounts","locations":["East US 2","North Europe","Central US","West Europe","Australia East"],"apiVersions":["2016-11-01","2015-10-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"accounts/firewallRules","locations":["East US 2","North Europe","Central US","West Europe","Australia East"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"accounts/eventGridFilters","locations":["East US 2","North Europe","Central US","West Europe","Australia East"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations/operationresults","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations/checkNameAvailability","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations/capability","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations/usages","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations/deleteVirtualNetworkOrSubnets","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Media","namespace":"Microsoft.Media","authorization":{"applicationId":"374b2a64-3b6b-436b-934c-b820eacca870","roleDefinitionId":"aab70789-0cec-44b5-95d7-84b64c9487af"},"resourceTypes":[{"resourceType":"mediaservices","locations":["Japan West","Japan East","East Asia","Southeast Asia","West Europe","North Europe","East US","West US","Australia East","Australia Southeast","East US 2","Central US","Brazil South","Central India","West India","South India","North Central US","South Central US","UK South","UK West","Canada Central","Canada East","West Central US","West US 2","Korea Central","Korea South","France Central","France South","South Africa North","South Africa West"],"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","UK South","UK West","Canada Central","Canada East","West Central US","West US 2","Korea Central","Korea South","France Central","France South","South Africa North","South Africa West"],"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","UK South","UK West","Canada Central","Canada East","West Central US","West US 2","Korea Central","Korea South","France Central","France South","South Africa North","South Africa West"],"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","UK South","UK West","Canada Central","Canada East","West Central US","West US 2","Korea Central","Korea South","France Central","France South","South Africa North","South Africa West"],"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","UK South","UK West","Canada Central","Canada East","West Central US","West US 2","Korea Central","Korea South","France Central","France South","South Africa North","South Africa West"],"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","UK South","UK West","Canada Central","Canada East","West Central US","West US 2","Korea Central","Korea South","France Central","France South","South Africa North","South Africa West"],"apiVersions":["2018-02-05"]},{"resourceType":"mediaservices/transforms","locations":["Japan West","Japan East","East Asia","Southeast Asia","West Europe","North Europe","East US","West US","Australia East","Australia Southeast","East US 2","Central US","Brazil South","Central India","West India","South India","North Central US","South Central US","UK South","UK West","Canada Central","Canada East","West Central US","West US 2","Korea Central","Korea South","France Central","France South","South Africa North","South Africa West"],"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","UK South","UK West","Canada Central","Canada East","West Central US","West US 2","Korea Central","Korea South","France Central","France South","South Africa North","South Africa West"],"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","UK South","UK West","Canada Central","Canada East","West Central US","West US 2","Korea Central","Korea South","France Central","France South","South Africa North","South Africa West"],"apiVersions":["2019-05-01-preview","2018-07-01","2018-06-01-preview","2018-03-30-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"mediaservices/liveEvents","locations":["Japan West","Japan East","East Asia","Southeast Asia","West Europe","North Europe","East US","West US","Australia East","Australia Southeast","East US 2","Central US","Brazil South","Central India","West India","South India","North Central US","South Central US","UK South","UK West","Canada Central","Canada East","West Central US","West US 2","Korea Central","Korea South","France Central","France South","South Africa North","South Africa West"],"apiVersions":["2019-05-01-preview","2018-07-01","2018-06-01-preview","2018-03-30-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"mediaservices/liveEvents/liveOutputs","locations":["Japan West","Japan East","East Asia","Southeast Asia","West Europe","North Europe","East US","West US","Australia East","Australia Southeast","East US 2","Central US","Brazil South","Central India","West India","South India","North Central US","South Central US","UK South","UK West","Canada Central","Canada East","West Central US","West US 2","Korea Central","Korea South","France Central","France South","South Africa North","South Africa West"],"apiVersions":["2019-05-01-preview","2018-07-01","2018-06-01-preview","2018-03-30-preview"]},{"resourceType":"mediaservices/streamingEndpointOperations","locations":["Japan West","Japan East","East Asia","Southeast Asia","West Europe","North Europe","East US","West US","Australia East","Australia Southeast","East US 2","Central US","Brazil South","Central India","West India","South India","North Central US","South Central US","UK South","UK West","Canada Central","Canada East","West Central US","West US 2","Korea Central","Korea South","France Central","France South","South Africa North","South Africa West"],"apiVersions":["2019-05-01-preview","2018-07-01","2018-06-01-preview","2018-03-30-preview"]},{"resourceType":"mediaservices/liveEventOperations","locations":["Japan West","Japan East","East Asia","Southeast Asia","West Europe","North Europe","East US","West US","Australia East","Australia Southeast","East US 2","Central US","Brazil South","Central India","West India","South India","North Central US","South Central US","UK South","UK West","Canada Central","Canada East","West Central US","West US 2","Korea Central","Korea South","France Central","France South","South Africa North","South Africa West"],"apiVersions":["2019-05-01-preview","2018-07-01","2018-06-01-preview","2018-03-30-preview"]},{"resourceType":"mediaservices/liveOutputOperations","locations":["Japan West","Japan East","East Asia","Southeast Asia","West Europe","North Europe","East US","West US","Australia East","Australia Southeast","East US 2","Central US","Brazil South","Central India","West India","South India","North Central US","South Central US","UK South","UK West","Canada Central","Canada East","West Central US","West US 2","Korea Central","Korea South","France Central","France South","South Africa North","South Africa West"],"apiVersions":["2019-05-01-preview","2018-07-01","2018-06-01-preview","2018-03-30-preview"]},{"resourceType":"mediaservices/assets/assetFilters","locations":["Japan West","Japan East","East Asia","Southeast Asia","West Europe","North Europe","East US","West US","Australia East","Australia Southeast","East US 2","Central US","Brazil South","Central India","West India","South India","North Central US","South Central US","UK South","UK West","Canada Central","Canada East","West Central US","West US 2","Korea Central","Korea South","France Central","France South","South Africa North","South Africa West"],"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","UK South","UK West","Canada Central","Canada East","West Central US","West US 2","Korea Central","Korea South","France Central","France South","South Africa North","South Africa West"],"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","UK South","UK West","Canada Central","Canada East","West Central US","West US 2","Korea Central","Korea South","France Central","France South","South Africa North","South Africa West"],"apiVersions":["2018-07-01","2018-06-01-preview","2018-03-30-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/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","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-06-01-preview","2019-03-01-privatepreview","2019-03-01-preview","2019-03-01","2018-02-01-privatepreview","2018-02-01","2017-07-01-privatepreview","2017-07-01-preview","2016-09-01","2016-03-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"clusters/applications","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","West India","Central India","Brazil South","South Central US","Korea Central","Korea South","Canada Central","Canada East","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-06-01-preview","2019-03-01-privatepreview","2019-03-01-preview","2019-03-01","2017-07-01-preview","2016-09-01","2016-03-01"],"capabilities":"SystemAssignedResourceIdentity"},{"resourceType":"locations","locations":[],"apiVersions":["2019-06-01-preview","2019-03-01-privatepreview","2019-03-01-preview","2019-03-01","2018-02-01-privatepreview","2018-02-01","2017-07-01-privatepreview","2017-07-01-preview","2016-09-01","2016-03-01"]},{"resourceType":"locations/clusterVersions","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","West India","Central India","Brazil South","South Central US","Korea Central","Korea South","Canada Central","Canada East","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-03-01-privatepreview","2019-03-01-preview","2019-03-01","2018-02-01-privatepreview","2018-02-01","2017-07-01-privatepreview","2017-07-01-preview","2016-09-01","2016-03-01"]},{"resourceType":"locations/environments","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","West India","Central India","Brazil South","South Central US","Korea Central","Korea South","Canada Central","Canada East","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-06-01-preview","2019-03-01-privatepreview","2019-03-01-preview","2019-03-01","2018-02-01-privatepreview","2018-02-01","2017-07-01-privatepreview","2017-07-01-preview","2016-09-01","2016-03-01"]},{"resourceType":"locations/operations","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","West India","Central India","Brazil South","South Central US","Korea Central","Korea South","Canada Central","Canada East","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-06-01-preview","2019-03-01-privatepreview","2019-03-01-preview","2019-03-01","2018-02-01-privatepreview","2018-02-01","2017-07-01-privatepreview","2017-07-01-preview","2016-09-01","2016-03-01"]},{"resourceType":"locations/operationResults","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","West India","Central India","Brazil South","South Central US","Korea Central","Korea South","Canada Central","Canada East","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-06-01-preview","2019-03-01-privatepreview","2019-03-01-preview","2019-03-01","2018-02-01-privatepreview","2018-02-01","2017-07-01-privatepreview","2017-07-01-preview","2016-09-01","2016-03-01"]},{"resourceType":"operations","locations":[],"apiVersions":["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/00000000-0000-0000-0000-000000000000/providers/Microsoft.DevTestLab","namespace":"Microsoft.DevTestLab","authorization":{"applicationId":"1a14be2a-e903-4cec-99cf-b2e209259a0f","roleDefinitionId":"8f2de81a-b9aa-49d8-b24c-11814d3ab525","managedByRoleDefinitionId":"8f2de81a-b9aa-49d8-b24c-11814d3ab525"},"resourceTypes":[{"resourceType":"labs/environments","locations":["Southeast Asia","East US","West US","West Europe","East Asia","East US 2","Japan East","Japan West","Central US"],"apiVersions":["2015-05-21-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"labs","locations":["West Central US","South Central US","Central US","Australia Central","Australia Southeast","Canada Central","Central India","East Asia","East US","France Central","Japan East","Korea Central","North Europe","South Africa North","UK West","West India","Australia Central 2","Australia East","Brazil South","Canada East","East US 2","France South","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US","West US 2"],"apiVersions":["2018-10-15-preview","2018-09-15","2017-04-26-preview","2016-05-15","2015-05-21-preview"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"schedules","locations":["West Central US","South Central US","Central US","Australia Central","Australia Southeast","Canada Central","Central India","East Asia","East US","France Central","Japan East","Korea Central","North Europe","South Africa North","UK West","West India","Australia Central 2","Australia East","Brazil South","Canada East","East US 2","France South","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US","West US 2"],"apiVersions":["2018-10-15-preview","2018-09-15","2017-04-26-preview","2016-05-15","2015-05-21-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"labs/virtualMachines","locations":["West Central US","South Central US","Central US","Australia Central","Australia Southeast","Canada Central","Central India","East Asia","East US","France Central","Japan East","Korea Central","North Europe","South Africa North","UK West","West India","Australia Central 2","Australia East","Brazil South","Canada East","East US 2","France South","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US","West US 2"],"apiVersions":["2018-10-15-preview","2018-09-15","2017-04-26-preview","2016-05-15","2015-05-21-preview"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"labs/serviceRunners","locations":["West Central US","South Central US","Central US","Australia Central","Australia Southeast","Canada Central","Central India","East Asia","East US","France Central","Japan East","Korea Central","North Europe","South Africa North","UK West","West India","Australia Central 2","Australia East","Brazil South","Canada East","East US 2","France South","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US","West US 2"],"apiVersions":["2018-10-15-preview","2018-09-15","2017-04-26-preview","2016-05-15"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"operations","locations":[],"apiVersions":["2018-10-15-preview","2018-09-15","2017-04-26-preview","2016-05-15","2015-05-21-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2018-10-15-preview","2018-09-15","2017-04-26-preview","2016-05-15","2015-05-21-preview"]},{"resourceType":"locations/operations","locations":["West Central US","South Central US","Central US","Australia Central","Australia Southeast","Canada Central","Central India","East Asia","East US","France Central","Japan East","Korea Central","North Europe","South Africa North","UK West","West India","Australia Central 2","Australia East","Brazil South","Canada East","East US 2","France South","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US","West US 2"],"apiVersions":["2018-10-15-preview","2018-09-15","2017-04-26-preview","2016-05-15","2015-05-21-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/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":"locations/usages","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Databricks","namespace":"Microsoft.Databricks","authorizations":[{"applicationId":"d9327919-6775-4843-9037-3fb0fb0473cb","roleDefinitionId":"f31567d0-b61f-43c2-97a5-a98cdc3bfcb6","managedByRoleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"},{"applicationId":"2ff814a6-3304-4ab8-85cb-cd0e6f879c1d","roleDefinitionId":"f31567d0-b61f-43c2-97a5-a98cdc3bfcb6","managedByRoleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"}],"resourceTypes":[{"resourceType":"workspaces","locations":["West US","East US 2","West Europe","East US","North Europe","Southeast Asia","East Asia","South Central US","North Central US","West US 2","Central US","UK West","UK South","Australia East","Australia Southeast","Australia Central","Australia Central 2","Japan East","Japan West","Canada Central","Canada East","Central India","South India","West India","Korea Central","Korea South","South Africa West","South Africa North","Brazil South","France Central","UAE North"],"apiVersions":["2018-04-01"],"capabilities":"None"},{"resourceType":"workspaces/virtualNetworkPeerings","locations":["West US","East US 2","West Europe","North Europe","East US","Southeast Asia","East Asia","South Central US","North Central US","West US 2","Central US","UK West","UK South","Australia East","Australia Southeast","Australia Central","Australia Central 2","Japan East","Japan West","Canada Central","Canada East","Central India","South India","West India","Korea Central","Korea South","South Africa North","South Africa West","UAE North","Brazil South","France Central"],"apiVersions":["2018-04-01"]},{"resourceType":"operations","locations":["West US","East US 2","West Europe","North Europe","East US","Southeast Asia","East Asia","South Central US","North Central US","Korea South","Korea Central","South Africa North","South Africa West","West US 2","Central US","UK West","UK South","Australia East","Australia Southeast","Australia Central","Australia Central 2","Japan East","Japan West","Canada Central","Canada East","Central India","South India","West India","UAE North","Brazil South","France Central"],"apiVersions":["2018-04-01"]},{"resourceType":"locations","locations":["West US","East US 2","West Europe","North Europe","East US","Southeast Asia","East Asia","South Central US","North Central US","West US 2","Central US","UK West","UK South","Australia East","Australia Southeast","Australia Central","Australia Central 2","Japan East","Japan West","Canada Central","Canada East","Central India","South India","West India","Korea Central","Korea South","South Africa North","South Africa West","UAE North","Brazil South","France Central"],"apiVersions":["2018-04-01","2018-03-15","2018-03-01","2017-09-01-preview","2017-08-01-preview","2016-09-01-preview"]},{"resourceType":"locations/operationstatuses","locations":["West US","East US 2","West Europe","East US","North Europe","Southeast Asia","East Asia","South Central US","North Central US","West US 2","Central US","UK West","UK South","Australia East","Australia Southeast","Australia Central","Australia Central 2","Japan East","Japan West","Canada Central","Canada East","Central India","South India","West India","Korea Central","Korea South","South Africa West","South Africa North","Brazil South","France Central","UAE North"],"apiVersions":["2018-04-01"]},{"resourceType":"locations/getNetworkPolicies","locations":["West US","East US 2","West Europe","East US","North Europe","Southeast Asia","East Asia","South Central US","North Central US","West US 2","Central US","UK West","UK South","Australia East","Australia Southeast","Australia Central","Australia Central 2","Japan East","Japan West","Canada Central","Canada East","Central India","South India","West India","Korea Central","Korea South","South Africa West","South Africa North","Brazil South","France Central","UAE North"],"apiVersions":["2018-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/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 | |
2019-12-10T19:22:26.846+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.38.0_x4.exe: South","Korea Central","Korea South","France Central","South Africa North","UAE North","Australia Central"],"apiVersions":["2017-04-01","2016-07-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"namespaces/authorizationrules","locations":[],"apiVersions":["2017-04-01","2016-07-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/hybridconnections","locations":[],"apiVersions":["2017-04-01","2016-07-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/hybridconnections/authorizationrules","locations":[],"apiVersions":["2017-04-01","2016-07-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/wcfrelays","locations":[],"apiVersions":["2017-04-01","2016-07-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/wcfrelays/authorizationrules","locations":[],"apiVersions":["2017-04-01","2016-07-01","2015-08-01","2014-09-01"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2017-04-01","2016-07-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-04-01","2016-07-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.StreamAnalytics","namespace":"Microsoft.StreamAnalytics","authorization":{"applicationId":"66f1e791-7bfb-4e18-aed8-1720056421c7","roleDefinitionId":"15f6e7b0-eec0-4f18-a552-c97e000cbc61"},"resourceTypes":[{"resourceType":"streamingjobs","locations":["Central US","West Europe","East US 2","North Europe","Japan East","West US","Southeast Asia","South Central US","East Asia","Japan West","North Central US","East US","Australia East","Australia Southeast","Brazil South","Central India","West Central US","UK South","UK West","Canada Central","Canada East","West US 2","Korea Central","France Central"],"apiVersions":["2019-06-01","2018-11-01","2017-04-01-preview","2016-03-01","2015-11-01","2015-10-01","2015-09-01","2015-08-01-preview","2015-06-01","2015-05-01","2015-04-01","2015-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"locations","locations":["West Europe","Central US","East US 2","North Europe","Japan East","West US","Southeast Asia","South Central US","East Asia","Japan West","North Central US","East US","Australia East","Australia Southeast","Brazil South","Central India","West Central US","UK South","West US 2","UK West","Canada Central","Canada East","Korea Central","France Central"],"apiVersions":["2019-06-01","2018-11-01","2017-04-01-preview","2016-03-01","2015-11-01","2015-10-01","2015-09-01","2015-08-01-preview","2015-06-01","2015-05-01","2015-04-01","2015-03-01-preview"]},{"resourceType":"locations/quotas","locations":[],"apiVersions":["2019-06-01","2018-11-01","2017-04-01-preview","2016-03-01","2015-11-01","2015-10-01","2015-09-01","2015-08-01-preview","2015-06-01","2015-05-01","2015-04-01","2015-03-01-preview"]},{"resourceType":"operations","locations":["West Europe","West US","Central US","East US 2","North Europe","Japan East","Southeast Asia","South Central US","East Asia","Japan West","North Central US","East US","Australia East","Australia Southeast","Brazil South","Central India","West Central US","UK South","UK West","Canada Central","Canada East","West US 2","Korea Central","France Central"],"apiVersions":["2019-06-01","2018-11-01","2017-04-01-preview","2016-03-01","2015-11-01","2015-10-01","2015-09-01","2015-08-01-preview","2015-06-01","2015-05-01","2015-04-01","2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Devices","namespace":"Microsoft.Devices","authorizations":[{"applicationId":"0cd79364-7a90-4354-9984-6e36c841418d","roleDefinitionId":"C121DF10-FE58-4BC4-97F9-8296879F7BBB"}],"resourceTypes":[{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2019-11-04","2019-07-01-preview","2019-03-22-preview","2019-03-22","2018-12-01-preview","2018-04-01","2018-01-22","2017-07-01","2017-01-19","2016-02-03","2015-08-15-preview"]},{"resourceType":"checkProvisioningServiceNameAvailability","locations":[],"apiVersions":["2018-01-22","2017-11-15","2017-08-21-preview"]},{"resourceType":"usages","locations":[],"apiVersions":["2019-11-04","2019-07-01-preview","2019-03-22-preview","2019-03-22","2018-12-01-preview","2018-04-01","2018-01-22","2017-07-01","2017-01-19","2016-02-03","2015-08-15-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2019-11-04","2019-07-01-preview","2019-03-22-preview","2019-03-22","2018-12-01-preview","2018-04-01","2018-01-22","2017-07-01","2017-01-19","2016-02-03","2015-08-15-preview"]},{"resourceType":"operationResults","locations":[],"apiVersions":["2019-11-04","2019-07-01-preview","2019-03-22-preview","2019-03-22","2018-12-01-preview","2018-04-01-preview","2018-04-01","2018-01-22-preview","2018-01-22","2017-11-15","2017-09-25-preview","2017-08-21-preview","2017-07-01","2017-01-19","2016-02-03","2015-08-15-preview"]},{"resourceType":"IotHubs","locations":["West US","North Europe","East Asia","East US","West Europe","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","West US 2","West Central US","East US 2","Central US","UK South","UK West","South India","Central India","Canada Central","Canada East","Brazil South","South Central US","Korea South","Korea Central","France Central","North Central US"],"apiVersions":["2019-11-04","2019-07-01-preview","2019-03-22-preview","2019-03-22","2018-12-01-preview","2018-04-01-preview","2018-04-01","2018-01-22","2017-07-01","2017-01-19","2016-02-03","2015-08-15-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"IotHubs/eventGridFilters","locations":["West US","East US","West US 2","West Central US","East US 2","Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","UK South","UK West","South India","Central India","Canada Central","Canada East","Brazil South","South Central US","Korea South","Korea Central","France Central","North Central US"],"apiVersions":["2018-07-31","2018-01-15-preview"]},{"resourceType":"ProvisioningServices","locations":["East US","West US","West Europe","North Europe","Southeast Asia","East Asia","Australia East","Australia Southeast","Japan West","Japan East","UK West","UK South"],"apiVersions":["2018-01-22","2017-11-15","2017-08-21-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/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":"accounts/eventGridFilters","locations":[],"apiVersions":["2018-05-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2018-05-01","2017-01-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cdn","namespace":"Microsoft.Cdn","authorizations":[],"resourceTypes":[{"resourceType":"profiles","locations":["global","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West India","West US","West Central US"],"apiVersions":["2019-06-15-preview","2019-04-15","2018-04-02","2017-10-12","2017-04-02","2016-10-02","2016-04-02","2015-06-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"profiles/endpoints","locations":["global","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West India","West US","West Central US"],"apiVersions":["2019-06-15-preview","2019-04-15","2018-04-02","2017-10-12","2017-04-02","2016-10-02","2016-04-02","2015-06-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"profiles/endpoints/origins","locations":["global","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West India","West US","West Central US"],"apiVersions":["2019-06-15-preview","2019-04-15","2018-04-02","2017-10-12","2017-04-02","2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"profiles/endpoints/customdomains","locations":["global","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West India","West US","West Central US"],"apiVersions":["2019-06-15-preview","2019-04-15","2018-04-02","2017-10-12","2017-04-02","2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults","locations":["global","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West India","West US","West Central US"],"apiVersions":["2019-06-15-preview","2019-04-15","2018-04-02","2017-10-12","2017-04-02","2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults/profileresults","locations":["global","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West India","West US","West Central US"],"apiVersions":["2019-06-15-preview","2019-04-15","2018-04-02","2017-10-12","2017-04-02","2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults/profileresults/endpointresults","locations":["global","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West India","West US","West Central US"],"apiVersions":["2019-06-15-preview","2019-04-15","2018-04-02","2017-10-12","2017-04-02","2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults/profileresults/endpointresults/originresults","locations":["global","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West India","West US","West Central US"],"apiVersions":["2019-06-15-preview","2019-04-15","2018-04-02","2017-10-12","2017-04-02","2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults/profileresults/endpointresults/customdomainresults","locations":["global","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West India","West US","West Central US"],"apiVersions":["2019-06-15-preview","2019-04-15","2018-04-02","2017-10-12","2017-04-02","2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"checkNameAvailability","locations":["global","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West India","West US","West Central US"],"apiVersions":["2019-06-15-preview","2019-04-15","2018-04-02","2017-10-12","2017-04-02","2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"checkResourceUsage","locations":["global","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West India","West US","West Central US"],"apiVersions":["2019-06-15-preview","2019-04-15","2018-04-02","2017-10-12","2017-04-02","2016-10-02"]},{"resourceType":"validateProbe","locations":["global","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West India","West US","West Central US"],"apiVersions":["2019-06-15-preview","2019-04-15","2018-04-02","2017-10-12","2017-04-02"]},{"resourceType":"operations","locations":["global","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West India","West US","West Central US"],"apiVersions":["2019-06-15-preview","2019-04-15","2018-04-02","2017-10-12","2017-04-02","2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"edgenodes","locations":["global","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West India","West US","West Central US"],"apiVersions":["2019-06-15-preview","2019-04-15","2018-04-02","2017-10-12","2017-04-02","2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"CdnWebApplicationFirewallPolicies","locations":["global"],"apiVersions":["2019-06-15-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"CdnWebApplicationFirewallManagedRuleSets","locations":[],"apiVersions":["2019-06-15-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/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"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"botServices/channels","locations":["Global"],"apiVersions":["2018-07-12","2017-12-01"]},{"resourceType":"botServices/connections","locations":["Global"],"apiVersions":["2018-07-12","2017-12-01"]},{"resourceType":"listAuthServiceProviders","locations":["Global"],"apiVersions":["2018-07-12","2017-12-01"]},{"resourceType":"checkNameAvailability","locations":["Global"],"apiVersions":["2018-07-12","2017-12-01"]},{"resourceType":"operations","locations":["Global"],"apiVersions":["2018-07-12","2017-12-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Automation","namespace":"Microsoft.Automation","authorizations":[{"applicationId":"fc75330b-179d-49af-87dd-3b1acf6827fa","roleDefinitionId":"95fd5de3-d071-4362-92bf-cf341c1de832"}],"resourceTypes":[{"resourceType":"automationAccounts","locations":["Japan East","East US 2","West Europe","South Africa North","Southeast Asia","South Central US","North Central US","East Asia","Central US","West US","Australia Central","Australia East","Korea Central","East US","West US 2","Brazil South","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India","France Central"],"apiVersions":["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","South Africa North","Southeast Asia","South Central US","North Central US","East Asia","West US","Central US","Australia Central","Australia East","Korea Central","East US","West US 2","Brazil South","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India","France Central"],"apiVersions":["2018-06-30","2018-01-15","2017-05-15-preview","2015-10-31","2015-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"automationAccounts/configurations","locations":["Japan East","East US 2","West Europe","South Africa North","West US","Central US","Southeast Asia","South Central US","North Central US","Australia Central","Australia East","Korea Central","East US","West US 2","Brazil South","UK South","West Central US","Central India","Australia Southeast","Canada Central","North Europe","East Asia","France Central"],"apiVersions":["2018-06-30","2018-01-15","2017-05-15-preview","2015-10-31","2015-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"automationAccounts/webhooks","locations":["Japan East","East US 2","West Europe","South Africa North","Southeast Asia","South Central US","North Central US","East Asia","Central US","West US","Australia Central","Korea Central","East US","West US 2","Brazil South","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India","Australia East","France Central"],"apiVersions":["2018-06-30","2018-01-15","2017-05-15-preview","2015-10-31","2015-01-01-preview"]},{"resourceType":"operations","locations":["South Central US"],"apiVersions":["2018-06-30","2018-01-15","2017-05-15-preview","2015-10-31","2015-01-01-preview"]},{"resourceType":"automationAccounts/softwareUpdateConfigurations","locations":["Japan East","East US 2","West Europe","South Africa North","Southeast Asia","South Central US","North Central US","East Asia","Central US","West US","Australia Central","Australia East","Korea Central","East US","West US 2","Brazil South","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India","France Central"],"apiVersions":["2018-06-30","2018-01-15","2017-05-15-preview"]},{"resourceType":"automationAccounts/jobs","locations":["Japan East","East US 2","West Europe","South Africa North","Southeast Asia","South Central US","North Central US","East Asia","Central US","West US","Australia Central","Australia East","Korea Central","East US","West US 2","Brazil South","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India","France Central"],"apiVersions":["2018-06-30","2018-01-15","2017-05-15-preview","2015-10-31","2015-01-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/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","Korea Central","Australia East","Australia Southeast","Brazil South","South Africa North","UAE North","West US 2","East US 2","Central India","West Central US","Canada Central","UK South","France Central"],"apiVersions":["2015-08-19","2015-02-28","2014-07-31-Preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"checkServiceNameAvailability","locations":[],"apiVersions":["2015-02-28","2014-07-31-Preview"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2015-08-19"]},{"resourceType":"resourceHealthMetadata","locations":["West US","West US 2","East US","East US 2","North Europe","West Europe","Southeast Asia","East Asia","North Central US","South Central US","Central US","Japan West","Japan East","Korea Central","Australia East","Australia Southeast","Brazil South","Central India","West Central US","Canada Central","UK South","France Central","South Africa North","UAE North"],"apiVersions":["2015-08-19"]},{"resourceType":"operations","locations":[],"apiVersions":["2019-10-01-Preview","2015-08-19","2015-02-28"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/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":["2019-11-01","2018-03-01-preview","2018-03-01-beta","2018-01-01-preview","2017-11-01-preview","2017-08-31-preview","2017-06-30-preview","2017-05-31-preview"]},{"resourceType":"getEntities","locations":[],"apiVersions":["2019-11-01","2018-03-01-preview","2018-03-01-beta","2018-01-01-preview"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2019-11-01","2018-03-01-preview","2018-03-01-beta","2018-01-01-preview"]},{"resourceType":"operationResults","locations":[],"apiVersions":["2019-11-01","2018-03-01-preview","2018-03-01-beta","2018-01-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2019-11-01","2018-03-01-preview","2018-03-01-beta","2018-01-01-preview","2017-11-01-preview","2017-08-31-preview","2017-06-30-preview","2017-05-31-preview"]},{"resourceType":"tenantBackfillStatus","locations":[],"apiVersions":["2019-11-01","2018-03-01-preview","2018-03-01-beta"]},{"resourceType":"startTenantBackfill","locations":[],"apiVersions":["2019-11-01","2018-03-01-preview","2018-03-01-beta"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/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 Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01"]},{"resourceType":"servers","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"serversv2","locations":["East US 2","East US","West Europe","Southeast Asia","West US 2"],"apiVersions":["2018-03-29-privatepreview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"serverGroups","locations":["East US 2","East US","West Europe","Southeast Asia","West US 2"],"apiVersions":["2018-03-29-privatepreview"],"capabilities":"None"},{"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 Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","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 Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01"]},{"resourceType":"checkNameAvailability","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01"]},{"resourceType":"locations","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01"]},{"resourceType":"locations/operationResults","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01"]},{"resourceType":"locations/azureAsyncOperation","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01"]},{"resourceType":"locations/administratorOperationResults","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01"]},{"resourceType":"locations/administratorAzureAsyncOperation","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01"]},{"resourceType":"locations/privateEndpointConnectionProxyOperationResults","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-privatepreview"]},{"resourceType":"locations/privateEndpointConnectionProxyAzureAsyncOperation","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-privatepreview"]},{"resourceType":"locations/privateEndpointConnectionOperationResults","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-privatepreview"]},{"resourceType":"locations/privateEndpointConnectionAzureAsyncOperation","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-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 Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01-preview","2017-12-01"]},{"resourceType":"locations/securityAlertPoliciesAzureAsyncOperation","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","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 Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2017-12-01"]},{"resourceType":"locations/recommendedActionSessionsAzureAsyncOperation","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","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 Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","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 Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","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 Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","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 Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","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 Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-privatepreview"]},{"resourceType":"servers/privateLinkResources","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-privatepreview"]},{"resourceType":"servers/privateEndpointConnections","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-privatepreview"]},{"resourceType":"servers/privateEndpointConnectionProxies","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2018-06-01-privatepreview"]},{"resourceType":"servers/keys","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2020-01-01-privatepreview"]},{"resourceType":"locations/serverKeyAzureAsyncOperation","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2020-01-01-privatepreview"]},{"resourceType":"locations/serverKeyOperationResults","locations":["Australia Central","Australia Central 2","Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US 2","East US","France Central","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Africa North","South Africa West","South Central US","South India","Southeast Asia","UAE North","UK South","UK West","West Europe","West India","West US","West US 2"],"apiVersions":["2020-01-01-privatepreview"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Cache","namespace":"Microsoft.Cache","authorization":{"applicationId":"96231a05-34ce-4eb4-aa6a-70759cbb5e83","roleDefinitionId":"4f731528-ba85-45c7-acfb-cd0a9b3cf31b"},"resourceTypes":[{"resourceType":"Redis","locations":["North Central US","South Central US","Central US","West Europe","North Europe","West US","East US","East US 2","Japan East","Japan West","Brazil South","Southeast Asia","East Asia","Australia East","Australia Southeast","Central India","West India","Canada Central","Canada East","UK South","UK West","West US 2","West Central US","South India","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-07-01","2018-03-01","2017-10-01","2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2019-07-01","2018-03-01","2017-10-01","2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"locations/operationResults","locations":["North Central US","South Central US","Central US","West Europe","North Europe","West US","East US","East US 2","Japan East","Japan West","Brazil South","Southeast Asia","East Asia","Australia East","Australia Southeast","Central India","West India","South India","Canada Central","Canada East","UK South","UK West","West US 2","West Central US","Korea Central","Korea South","France Central","Australia Central","South Africa North","UAE North"],"apiVersions":["2019-07-01","2018-03-01","2017-10-01","2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2019-07-01","2018-03-01","2017-10-01","2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01-alpha","2014-04-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2019-07-01","2018-03-01","2017-10-01","2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01-alpha","2014-04-01"]},{"resourceType":"RedisConfigDefinition","locations":[],"apiVersions":["2019-07-01","2018-03-01","2017-10-01","2017-02-01","2016-04-01","2015-08-01","2015-03-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/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 Central US","Germany West Central","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","South Africa North","South Africa West","Australia Central"],"apiVersions":["2019-11-09","2019-09-07","2019-05-15","2019-01-21","2018-09-07-preview","2017-09-07-privatepreview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"clusters/databases","locations":["Central US","West Europe","North Europe","East US 2","West Central US","Germany West Central","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","South Africa North","South Africa West","Australia Central"],"apiVersions":["2019-11-09","2019-09-07","2019-05-15","2019-01-21","2018-09-07-preview","2017-09-07-privatepreview"]},{"resourceType":"clusters/attacheddatabaseconfigurations","locations":["Central US","West Europe","North Europe","East US 2","West Central US","Germany West Central","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","South Africa North","South Africa West","Australia Central"],"apiVersions":["2019-11-09","2019-09-07","2019-05-15","2019-01-21","2018-09-07-preview","2017-09-07-privatepreview"]},{"resourceType":"clusters/databases/eventhubconnections","locations":["Central US","West Europe","North Europe","East US 2","West Central US","Germany West Central","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","South Africa North","South Africa West","Australia Central"],"apiVersions":["2019-11-09","2019-09-07","2019-05-15","2019-01-21","2018-09-07-preview","2017-09-07-privatepreview"]},{"resourceType":"clusters/databases/dataconnections","locations":["Central US","West Europe","North Europe","East US 2","West Central US","Germany West Central","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","South Africa North","South Africa West","Australia Central"],"apiVersions":["2019-11-09","2019-09-07","2019-05-15","2019-01-21","2018-09-07-preview","2017-09-07-privatepreview"]},{"resourceType":"clusters/sharedidentities","locations":["South Africa North","South Africa West","Australia Central"],"apiVersions":["2019-11-09","2019-09-07"]},{"resourceType":"locations/operationResults","locations":["Central US","West Europe","North Europe","East US 2","West Central US","Germany West Central","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","South Africa North","South Africa West","Australia Central"],"apiVersions":["2019-11-09","2019-09-07","2019-05-15","2019-01-21","2018-09-07-preview","2017-09-07-privatepreview"]},{"resourceType":"locations","locations":[],"apiVersions":["2019-11-09","2019-09-07","2019-05-15","2019-01-21","2018-09-07-preview","2017-09-07-privatepreview"]},{"resourceType":"locations/checkNameAvailability","locations":["Central US","West Europe","North Europe","East US 2","West Central US","Germany West Central","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","South Africa North","South Africa West","Australia Central"],"apiVersions":["2019-11-09","2019-09-07","2019-05-15","2019-01-21","2018-09-07-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2019-11-09","2019-09-07","2019-05-15","2019-01-21","2018-09-07-preview","2017-09-07-privatepreview"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.DataFactory","namespace":"Microsoft.DataFactory","authorizations":[{"applicationId":"0947a342-ab4a-43be-93b3-b8243fc161e5","roleDefinitionId":"f0a6aa2a-e9d8-4bae-bcc2-36b405e8a5da"},{"applicationId":"5d13f7d7-0567-429c-9880-320e9555e5fc","roleDefinitionId":"956a8f20-9168-4c71-8e27-3c0460ac39a4"}],"resourceTypes":[{"resourceType":"dataFactories","locations":["West US","North Europe","East US","West Central US"],"apiVersions":["2015-10-01","2015-09-01","2015-08-01","2015-07-01-preview","2015-05-01-preview","2015-01-01-preview","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"factories","locations":["East US","East US 2","Central US","South Central US","Japan East","Canada Central","Australia East","Central India","France Central","Korea Central","Brazil South","West Europe","North Europe","UK South","West Central US","West US","West US 2","Southeast Asia","East Asia","North Central US"],"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","Central US","South Central US","Japan East","Central India","Brazil South","France Central","Korea Central","Australia East","Canada Central","West Central US","North Europe","UK South","West Europe","Southeast Asia","East Asia","North Central US"],"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","Central US","South Central US","Japan East","Australia East","Canada Central","Central India","Brazil South","France Central","Korea Central","West Europe","North Europe","UK South","West Central US","Southeast Asia","East Asia","North Central US"],"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","Central US","South Central US","Japan East","Australia East","Canada Central","Central India","Brazil South","France Central","Korea Central","West US 2","Southeast Asia","East Asia","North Central US"],"apiVersions":["2018-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.ServiceBus","namespace":"Microsoft.ServiceBus","authorizations":[{"applicationId":"80a10ef9-8168-493d-abf9-3297c4ef6e3c","roleDefinitionId":"2b7763f7-bbe2-4e19-befe-28c79f1cf7f7"},{"applicationId":"eb070ea5-bd17-41f1-ad68-5851f6e71774"}],"resourceTypes":[{"resourceType":"namespaces","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US 2","West US","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South","France Central","South Africa North","UAE North","Australia Central","Germany West Central"],"apiVersions":["2018-01-01-preview","2017-04-01","2015-08-01","2014-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"namespaces/authorizationrules","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/networkrulesets","locations":[],"apiVersions":["2018-01-01-preview","2017-04-01"]},{"resourceType":"namespaces/queues","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/queues/authorizationrules","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/topics","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/topics/authorizationrules","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/topics/subscriptions","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/topics/subscriptions/rules","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"checkNamespaceAvailability","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"sku","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"premiumMessagingRegions","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/eventgridfilters","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US 2","West US","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South","Australia Central","Australia Central 2","Germany West Central"],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/disasterrecoveryconfigs","locations":[],"apiVersions":["2017-04-01"]},{"resourceType":"namespaces/disasterrecoveryconfigs/checkNameAvailability","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2018-01-01-preview","2017-04-01"]},{"resourceType":"locations/deleteVirtualNetworkOrSubnets","locations":[],"apiVersions":["2018-01-01-preview","2017-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.EventGrid","namespace":"Microsoft.EventGrid","authorizations":[{"applicationId":"4962773b-9cdb-44cf-a8bf-237846a00ab7","roleDefinitionId":"7FE036D8-246F-48BF-A78F-AB3EE699C8F3"}],"resourceTypes":[{"resourceType":"locations","locations":[],"apiVersions":["2020-01-01-preview","2019-06-01","2019-02-01-preview","2019-01-01","2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"locations/eventSubscriptions","locations":["West US 2","East US","West US","Central US","East US 2","West Central US","Australia East","Australia Southeast","Australia Central","Australia Central 2","Japan East","Japan West","West Europe","North Europe","Southeast Asia","East Asia","North Central US","South Central US","Brazil South","Canada Central","Canada East","Central India","South India","West India","France Central","UK West","UK South","Korea Central","Korea South","South Africa North","UAE North"],"apiVersions":["2020-01-01-preview","2019-06-01","2019-02-01-preview","2019-01-01","2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"eventSubscriptions","locations":["West US 2","East US","West US","Central US","East US 2","West Central US","Australia East","Australia Southeast","Australia Central","Australia Central 2","Japan East","Japan West","West Europe","North Europe","Southeast Asia","East Asia","North Central US","South Central US","Brazil South","Canada Central","Canada East","Central India","South India","West India","France Central","UK West","UK South","Korea Central","Korea South","South Africa North","UAE North"],"apiVersions":["2020-01-01-preview","2019-06-01","2019-02-01-preview","2019-01-01","2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"],"capabilities":"SupportsExtension"},{"resourceType":"topics","locations":["West US 2","East US","West US","Central US","East US 2","West Central US","Australia East","Australia Southeast","Australia Central","Australia Central 2","Japan East","Japan West","West Europe","North Europe","Southeast Asia","East Asia","North Central US","South Central US","Brazil South","Canada Central","Canada East","Central India","South India","West India","France Central","UK West","UK South","Korea Central","Korea South","South Africa North","UAE North"],"apiVersions":["2020-01-01-preview","2019-06-01","2019-02-01-preview","2019-01-01","2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"domains","locations":["Central US","West US 2","East US","West US","East US 2","West Central US","Australia East","Australia Southeast","Australia Central","Australia Central 2","Japan East","Japan West","West Europe","North Europe","Southeast Asia","East Asia","North Central US","South Central US","Brazil South","Canada Central","Canada East","Central India","South India","West India","France Central","UK West","UK South","Korea Central","Korea South","South Africa North","UAE North"],"apiVersions":["2020-01-01-preview","2019-06-01","2019-02-01-preview","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","Australia Central","Australia Central 2","Japan East","Japan West","West Europe","North Europe","Southeast Asia","East Asia","North Central US","South Central US","Brazil South","Canada Central","Canada East","Central India","South India","West India","France Central","UK West","UK South","Korea Central","Korea South","South Africa North","UAE North"],"apiVersions":["2020-01-01-preview","2019-06-01","2019-02-01-preview","2018-09-15-preview"]},{"resourceType":"topicTypes","locations":["West US 2","East US","West US","Central US","East US 2","West Central US","Australia East","Australia Southeast","Australia Central","Australia Central 2","Japan East","Japan West","West Europe","North Europe","Southeast Asia","East Asia","North Central US","South Central US","Brazil South","Canada Central","Canada East","Central India","South India","West India","France Central","UK West","UK South","Korea Central","Korea South","South Africa North","UAE North"],"apiVersions":["2020-01-01-preview","2019-06-01","2019-02-01-preview","2019-01-01","2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"operations","locations":["West US 2","East US","West US","Central US","East US 2","West Central US","Australia East","Australia Southeast","Australia Central","Australia Central 2","Japan East","Japan West","West Europe","North Europe","Southeast Asia","East Asia","North Central US","South Central US","Brazil South","Canada Central","Canada East","Central India","South India","West India","France Central","UK West","UK South","Korea Central","Korea South","South Africa North","UAE North"],"apiVersions":["2020-01-01-preview","2019-06-01","2019-02-01-preview","2019-01-01","2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"locations/operationsStatus","locations":["West US 2","East US","West US","Central US","East US 2","West Central US","Australia East","Australia Southeast","Australia Central","Australia Central 2","Japan East","Japan West","West Europe","North Europe","Southeast Asia","East Asia","North Central US","South Central US","Brazil South","Canada Central","Canada East","Central India","South India","West India","France Central","UK West","UK South","Korea Central","Korea South","South Africa North","UAE North"],"apiVersions":["2020-01-01-preview","2019-06-01","2019-02-01-preview","2019-01-01","2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"locations/operationResults","locations":["West US 2","East US","West US","Central US","East US 2","West Central US","Australia East","Australia Southeast","Australia Central","Australia Central 2","Japan East","Japan West","West Europe","North Europe","Southeast Asia","East Asia","North Central US","South Central US","Brazil South","Canada Central","Canada East","Central India","South India","West India","France Central","UK West","UK South","Korea Central","Korea South","South Africa North","UAE North"],"apiVersions":["2020-01-01-preview","2019-06-01","2019-02-01-preview","2019-01-01","2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"locations/topicTypes","locations":["West US 2","East US","West US","Central US","East US 2","West Central US","Australia East","Australia Southeast","Australia Central","Australia Central 2","Japan East","Japan West","West Europe","North Europe","Southeast Asia","East Asia","North Central US","South Central US","Brazil South","Canada Central","Canada East","Central India","South India","West India","France Central","UK West","UK South","Korea Central","Korea South","South Africa North"],"apiVersions":["2020-01-01-preview","2019-06-01","2019-02-01-preview","2019-01-01","2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"extensionTopics","locations":["West US 2","East US","West US","Central US","East US 2","West Central US","Australia East","Australia Southeast","Australia Central","Australia Central 2","Japan East","Japan West","West Europe","North Europe","Southeast Asia","East Asia","North Central US","South Central US","Brazil South","Canada Central","Canada East","Central India","South India","West India","France Central","UK West","UK South","Korea Central","Korea South","South Africa North","UAE North"],"apiVersions":["2020-01-01-preview","2019-06-01","2019-02-01-preview","2019-01-01","2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"],"capabilities":"SupportsExtension"},{"resourceType":"operationResults","locations":[],"apiVersions":["2020-01-01-preview","2019-06-01","2019-02-01-preview","2019-01-01","2018-09-15-preview","2018-05-01-preview","2018-01-01","2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"operationsStatus","locations":[],"apiVersions":["2020-01-01-preview","2019-06-01","2 |